Version Description
Download this release
Release Info
Developer | chriscct7 |
Plugin | Google Analytics Dashboard for WP (GADWP) |
Version | 6.7.0 |
Comparing to | |
See all releases |
Code changes from version 6.6.2 to 6.7.0
- assets/js/frontend-gtag.js +3 -0
- assets/js/frontend-gtag.min.js +24 -24
- gadwp.php +2 -2
- includes/admin/notification-event.php +20 -3
- includes/admin/notifications.php +11 -4
- includes/admin/notifications/notification-audience.php +4 -3
- includes/admin/notifications/notification-bounce-rate.php +4 -3
- includes/admin/notifications/notification-headline-analyzer.php +3 -2
- includes/admin/notifications/notification-mobile-device.php +5 -4
- includes/admin/notifications/notification-returning-visitors.php +4 -3
- includes/admin/notifications/notification-to-add-more-file-extensions.php +2 -2
- includes/admin/notifications/notification-to-setup-affiliate-links.php +3 -2
- includes/admin/notifications/notification-traffic-dropping.php +4 -3
- includes/admin/notifications/notification-upgrade-for-email-summaries.php +3 -2
- includes/admin/notifications/notification-upgrade-for-form-conversion.php +3 -2
- includes/admin/notifications/notification-upgrade-for-google-optimize.php +3 -2
- includes/admin/notifications/notification-upgrade-for-search-console.php +3 -2
- includes/admin/notifications/notification-upgrade-to-pro.php +3 -2
- includes/admin/notifications/notification-visitors.php +2 -2
- includes/admin/routes.php +12 -0
- includes/frontend/frontend.php +1 -1
- includes/frontend/tracking/class-tracking-gtag.php +4 -1
- includes/gutenberg/headline-tool/headline-tool.php +46 -34
- includes/helpers.php +41 -1
- includes/measurement-protocol.php +8 -1
- includes/popular-posts/class-popular-posts.php +3 -1
- languages/google-analytics-dashboard-for-wp.pot +1685 -1642
- languages/vue.php +96 -97
- lite/assets/vue/css/chunk-common.css +1 -1
- lite/assets/vue/css/chunk-common.rtl.css +1 -1
- lite/assets/vue/css/settings.css +1 -1
assets/js/frontend-gtag.js
CHANGED
@@ -546,6 +546,9 @@ var ExactMetrics = function () {
|
|
546 |
setTimeout( __gtagTrackerNoRedirectInboundAsExternal, 1100 );
|
547 |
}
|
548 |
}
|
|
|
|
|
|
|
549 |
}
|
550 |
} else {
|
551 |
maybePreventBeforeUnload();
|
546 |
setTimeout( __gtagTrackerNoRedirectInboundAsExternal, 1100 );
|
547 |
}
|
548 |
}
|
549 |
+
|
550 |
+
// Clear out the beforeunload event if it was set to avoid sending false events.
|
551 |
+
setTimeout( maybePreventBeforeUnload, 100 );
|
552 |
}
|
553 |
} else {
|
554 |
maybePreventBeforeUnload();
|
assets/js/frontend-gtag.min.js
CHANGED
@@ -1,46 +1,46 @@
|
|
1 |
-
;var ExactMetrics=function(){var e=[],a='',o=!1;this.setLastClicked=function(t,n,i){t=typeof t!=='undefined'?t:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;e.valuesArray=t;e.fieldsArray=n};this.getLastClicked=function(){return e};this.setInternalAsOutboundCategory=function(e){a=e};this.getInternalAsOutboundCategory=function(){return a};this.sendEvent=function(e,n,i){t(e,n,i,[])};function
|
2 |
-
else{return!1}};function t(t,n,a,r){t=typeof t!=='undefined'?t:'event';n=typeof n!=='undefined'?n:'';r=typeof r!=='undefined'?r:[];a=typeof a!=='undefined'?a:{};__gtagTracker(t,n,a);e.valuesArray=r;e.fieldsArray=a;e.fieldsArray.event_action=n;e.tracked=!0;i('Tracked: '+r.type);i(e)};function n(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;i('Not Tracked: '+t.exit);i(e)};function i(e){if(
|
3 |
-
else{return''}};function b(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function
|
4 |
else if(e.which==2){return'event.which=2'}
|
5 |
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 w(e){var f=
|
10 |
else if(r&&r.length>0&&(l(r)=='tel'||l(r)=='tel:')){t='tel'}
|
11 |
else if(r&&r.length>0&&(l(r)=='mailto'||l(r)=='mailto:')){t='mailto'}
|
12 |
else if(o&&v&&o.length>0&&v.length>0&&!o.endsWith('.'+v)&&o!==v){t='external'}
|
13 |
else if(m&&JSON.stringify(i)!='{}'&&m.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&&m.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}}
|
14 |
-
else if(o&&window.exactmetrics_experimental_mode&&o.length>0&&document.domain.length>0&&o!==document.domain){t='cross-hostname'};if(p&&(t==='unknown'||'external'===t)&&f.length>0&&p.length>0){for(s=0,b=f.length;s<b;++s){if(f[s].length>0&&(
|
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,'')}
|
18 |
else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
|
19 |
else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
|
20 |
-
else{return undefined}};function k(e){var i=e.children,a=0,r,n;for(var t=0;t<i.length;t++){r=i[t];n=
|
21 |
-
while(l&&(typeof l.tagName=='undefined'||l.tagName.toLowerCase()!='a'||!l.href)){l=l.parentNode};if(l&&l.href&&!l.hasAttribute('xlink:href')){var A=l.href,I=
|
22 |
-
else if(r=='tel'){
|
23 |
-
else if(r=='mailto'){console.log(
|
24 |
-
else if(r=='internal-as-outbound'){
|
25 |
-
else if(r=='external'){
|
26 |
-
else if(r=='cross-hostname'){
|
27 |
-
else{if(r&&r!='internal'){
|
28 |
else{e.exit='type';n(e)}}}
|
29 |
else{if(r!='cross-hostname'&&r!='external'&&r!='internal-as-outbound'){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
|
30 |
-
else{i.returnValue=!1}}};if(r=='download'){
|
31 |
else if(r=='internal-as-outbound'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
|
32 |
-
else{i.returnValue=!1}};
|
33 |
else if(r=='external'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
|
34 |
-
else{i.returnValue=!1}};
|
35 |
else if(r=='cross-hostname'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
|
36 |
-
else{i.returnValue=!1}};
|
37 |
-
else{if(r&&r!=='internal'){
|
38 |
-
else{e.exit='type';n(e)}};if(r!='external'&&r!='cross-hostname'&&r!='internal-as-outbound'){setTimeout(
|
39 |
else{if(r=='external'){setTimeout(E,1100)}
|
40 |
else if(r=='cross-hostname'){setTimeout(C,1100)}
|
41 |
-
else{setTimeout(D,1100)}}}}
|
42 |
-
else{
|
43 |
-
else{e.exit='notlink';n(e)}};var
|
44 |
-
else{i('Hash change to (untracked): '+location.pathname+location.search+location.hash)}};function
|
45 |
-
else{if(r.attachEvent){r.attachEvent('onload',function(){document.body.attachEvent('onclick',
|
46 |
else if(t!=0&&t!=(1/0)&&t!=-(1/0)){t=(t>0||-1)*Math.floor(Math.abs(t))}};for(n=t>=0?Math.min(t,i-1):i-Math.abs(t);n>=0;n--){if(n in a&&a[n]===e){return n}};return-1}}},ExactMetricsObject=new ExactMetrics();
|
1 |
+
;var ExactMetrics=function(){var e=[],a='',o=!1;this.setLastClicked=function(t,n,i){t=typeof t!=='undefined'?t:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;e.valuesArray=t;e.fieldsArray=n};this.getLastClicked=function(){return e};this.setInternalAsOutboundCategory=function(e){a=e};this.getInternalAsOutboundCategory=function(){return a};this.sendEvent=function(e,n,i){t(e,n,i,[])};function u(){if(window.exactmetrics_debug_mode){return!0}
|
2 |
+
else{return!1}};function t(t,n,a,r){t=typeof t!=='undefined'?t:'event';n=typeof n!=='undefined'?n:'';r=typeof r!=='undefined'?r:[];a=typeof a!=='undefined'?a:{};__gtagTracker(t,n,a);e.valuesArray=r;e.fieldsArray=a;e.fieldsArray.event_action=n;e.tracked=!0;i('Tracked: '+r.type);i(e)};function n(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;i('Not Tracked: '+t.exit);i(e)};function i(e){if(u()){console.dir(e)}};function l(e){return e.replace(/^\s+|\s+$/gm,'')};function c(){var n=0,e=document.domain,i=e.split('.'),t='_gd'+(new Date()).getTime();while(n<(i.length-1)&&document.cookie.indexOf(t+'='+t)==-1){e=i.slice(-1-(++n)).join('.');document.cookie=t+'='+t+';domain='+e+';'};document.cookie=t+'=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain='+e+';';return e};function d(e){e=e.toString();e=e.substring(0,(e.indexOf('#')==-1)?e.length:e.indexOf('#'));e=e.substring(0,(e.indexOf('?')==-1)?e.length:e.indexOf('?'));e=e.substring(e.lastIndexOf('/')+1,e.length);if(e.length>0&&e.indexOf('.')!==-1){e=e.substring(e.indexOf('.')+1);return e}
|
3 |
+
else{return''}};function b(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function h(){var e=[];if(typeof exactmetrics_frontend.download_extensions=='string'){e=exactmetrics_frontend.download_extensions.split(',')};return e};function g(){var e=[];if(typeof exactmetrics_frontend.inbound_paths=='string'){e=JSON.parse(exactmetrics_frontend.inbound_paths)};return e};function y(e){if(e.which==1){return'event.which=1'}
|
4 |
else if(e.which==2){return'event.which=2'}
|
5 |
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 w(e){var f=h(),i=g(),t='unknown',u=e.href,p=d(e.href),v=c(),o=e.hostname,r=e.protocol,m=e.pathname;u=u.toString();var s,b,y=e.getAttribute('data-vars-ga-category');if(y){return y};if(u.match(/^javascript\:/i)){t='internal'}
|
10 |
else if(r&&r.length>0&&(l(r)=='tel'||l(r)=='tel:')){t='tel'}
|
11 |
else if(r&&r.length>0&&(l(r)=='mailto'||l(r)=='mailto:')){t='mailto'}
|
12 |
else if(o&&v&&o.length>0&&v.length>0&&!o.endsWith('.'+v)&&o!==v){t='external'}
|
13 |
else if(m&&JSON.stringify(i)!='{}'&&m.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&&m.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}}
|
14 |
+
else if(o&&window.exactmetrics_experimental_mode&&o.length>0&&document.domain.length>0&&o!==document.domain){t='cross-hostname'};if(p&&(t==='unknown'||'external'===t)&&f.length>0&&p.length>0){for(s=0,b=f.length;s<b;++s){if(f[s].length>0&&(u.endsWith(f[s])||f[s]==p)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function x(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 v(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,'')}
|
18 |
else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
|
19 |
else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
|
20 |
+
else{return undefined}};function k(e){var i=e.children,a=0,r,n;for(var t=0;t<i.length;t++){r=i[t];n=v(r);if(n){return n};if(a==99){return undefined};a++};return undefined};function p(i){var l=i.srcElement||i.target,e=[],f;e.el=l;e.click_type=y(i);if('undefined'===typeof __gtagTracker||!b(i)){e.exit='loaded';n(e);return}
|
21 |
+
while(l&&(typeof l.tagName=='undefined'||l.tagName.toLowerCase()!='a'||!l.href)){l=l.parentNode};if(l&&l.href&&!l.hasAttribute('xlink:href')){var A=l.href,I=d(l.href),M=h(),S=g(),L=exactmetrics_frontend.home_url,N=c(),r=w(l),K=x(l,i),T=l.getAttribute('data-vars-ga-action'),p=l.getAttribute('data-vars-ga-label');e.el=l;e.el_href=l.href;e.el_protocol=l.protocol;e.el_hostname=l.hostname;e.el_port=l.port;e.el_pathname=l.pathname;e.el_search=l.search;e.el_hash=l.hash;e.el_host=l.host;e.debug_mode=u();e.download_extensions=M;e.inbound_paths=S;e.home_url=L;e.link=A;e.extension=I;e.type=r;e.target=K;e.title=v(l);if(!e.label&&!e.title){e.title=k(l)};if(r!=='internal'&&r!=='javascript'){var O=!1,m=function(){if(O){return};s();O=!0;window.location.href=A},E=function(){e.exit='external';n(e)},D=function(){e.exit='internal-as-outbound';n(e)},C=function(){e.exit='cross-hostname';n(e)};if(K||r=='mailto'||r=='tel'){if(r=='download'){f={event_category:'download',event_label:p||e.title,}}
|
22 |
+
else if(r=='tel'){f={event_category:'tel',event_label:p||e.title.replace('tel:',''),}}
|
23 |
+
else if(r=='mailto'){console.log(p||e.title.replace('mailto:',''));f={event_category:'mailto',event_label:p||e.title.replace('mailto:',''),}}
|
24 |
+
else if(r=='internal-as-outbound'){f={event_category:a,event_label:p||e.title,}}
|
25 |
+
else if(r=='external'){f={event_category:'outbound-link',event_label:p||e.title,}}
|
26 |
+
else if(r=='cross-hostname'){f={event_category:'cross-hostname',event_label:p||e.title,}};if(f){t('event',T||A,f,e)}
|
27 |
+
else{if(r&&r!='internal'){f={event_category:r,event_label:p||e.title,};t('event',T||A,f,e)}
|
28 |
else{e.exit='type';n(e)}}}
|
29 |
else{if(r!='cross-hostname'&&r!='external'&&r!='internal-as-outbound'){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
|
30 |
+
else{i.returnValue=!1}}};if(r=='download'){f={event_category:'download',event_label:p||e.title,event_callback:m,};t('event',T||A,f,e)}
|
31 |
else if(r=='internal-as-outbound'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
|
32 |
+
else{i.returnValue=!1}};f={event_category:a,event_label:p||e.title,event_callback:m,};if(navigator.sendBeacon){f.transport='beacon'};t('event',T||A,f,e);setTimeout(m,1000)}}
|
33 |
else if(r=='external'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
|
34 |
+
else{i.returnValue=!1}};f={event_category:'outbound-link',event_label:p||e.title,event_callback:m,};if(navigator.sendBeacon){f.transport='beacon'};t('event',T||A,f,e);setTimeout(m,1000)}}
|
35 |
else if(r=='cross-hostname'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
|
36 |
+
else{i.returnValue=!1}};f={event_category:'cross-hostname',event_label:p||e.title,event_callback:m,};if(navigator.sendBeacon){f.transport='beacon'};t('event',T||A,f,e);setTimeout(m,1000)}}
|
37 |
+
else{if(r&&r!=='internal'){f={event_category:r,event_label:p||e.title,event_callback:m,};t('event',T||A,f,e)}
|
38 |
+
else{e.exit='type';n(e)}};if(r!='external'&&r!='cross-hostname'&&r!='internal-as-outbound'){setTimeout(m,1000)}
|
39 |
else{if(r=='external'){setTimeout(E,1100)}
|
40 |
else if(r=='cross-hostname'){setTimeout(C,1100)}
|
41 |
+
else{setTimeout(D,1100)}};setTimeout(s,100)}}
|
42 |
+
else{s();e.exit='internal';n(e)}}
|
43 |
+
else{e.exit='notlink';n(e)}};var f=window.location.hash;function m(){if(exactmetrics_frontend.hash_tracking==='true'&&f!=window.location.hash&&exactmetrics_frontend.ua){f=window.location.hash;__gtagTracker('config',exactmetrics_frontend.ua,{page_path:location.pathname+location.search+location.hash,});i('Hash change to: '+location.pathname+location.search+location.hash)}
|
44 |
+
else{i('Hash change to (untracked): '+location.pathname+location.search+location.hash)}};function s(){if(o){window.onbeforeunload=null}};var r=window;if(r.addEventListener){r.addEventListener('load',function(){document.body.addEventListener('click',p,!1)},!1);window.addEventListener('hashchange',m,!1)}
|
45 |
+
else{if(r.attachEvent){r.attachEvent('onload',function(){document.body.attachEvent('onclick',p)});window.attachEvent('onhashchange',m)}};if(typeof String.prototype.endsWith!=='function'){String.prototype.endsWith=function(e){return this.indexOf(e,this.length-e.length)!==-1}};if(typeof String.prototype.startsWith!=='function'){String.prototype.startsWith=function(e){return this.indexOf(e)===0}};if(typeof Array.prototype.lastIndexOf!=='function'){Array.prototype.lastIndexOf=function(e){'use strict';if(this===void 0||this===null){throw new TypeError()};var t,n,a=Object(this),i=a.length>>>0;if(i===0){return-1};t=i-1;if(arguments.length>1){t=Number(arguments[1]);if(t!=t){t=0}
|
46 |
else if(t!=0&&t!=(1/0)&&t!=-(1/0)){t=(t>0||-1)*Math.floor(Math.abs(t))}};for(n=t>=0?Math.min(t,i-1):i-Math.abs(t);n>=0;n--){if(n in a&&a[n]===e){return n}};return-1}}},ExactMetricsObject=new ExactMetrics();
|
gadwp.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://exactmetrics.com
|
5 |
* Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
|
6 |
* Author: ExactMetrics
|
7 |
-
* Version: 6.
|
8 |
* Requires at least: 3.8.0
|
9 |
* Requires PHP: 5.2
|
10 |
* Author URI: https://exactmetrics.com
|
@@ -44,7 +44,7 @@ final class ExactMetrics_Lite {
|
|
44 |
* @access public
|
45 |
* @var string $version Plugin version.
|
46 |
*/
|
47 |
-
public $version = '6.
|
48 |
|
49 |
/**
|
50 |
* Plugin file.
|
4 |
* Plugin URI: https://exactmetrics.com
|
5 |
* Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
|
6 |
* Author: ExactMetrics
|
7 |
+
* Version: 6.7.0
|
8 |
* Requires at least: 3.8.0
|
9 |
* Requires PHP: 5.2
|
10 |
* Author URI: https://exactmetrics.com
|
44 |
* @access public
|
45 |
* @var string $version Plugin version.
|
46 |
*/
|
47 |
+
public $version = '6.7.0';
|
48 |
|
49 |
/**
|
50 |
* Plugin file.
|
includes/admin/notification-event.php
CHANGED
@@ -138,7 +138,24 @@ class ExactMetrics_Notification_Event {
|
|
138 |
* @return string
|
139 |
*/
|
140 |
public function build_external_link( $url ) {
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
}
|
143 |
|
144 |
/**
|
@@ -146,8 +163,8 @@ class ExactMetrics_Notification_Event {
|
|
146 |
*
|
147 |
* @return string
|
148 |
*/
|
149 |
-
public function get_view_url() {
|
150 |
-
return ExactMetrics()->notifications->get_view_url();
|
151 |
}
|
152 |
|
153 |
/**
|
138 |
* @return string
|
139 |
*/
|
140 |
public function build_external_link( $url ) {
|
141 |
+
$build_url = wp_specialchars_decode( exactmetrics_get_url( 'exactmetrics-notifications-sidebar', 'notifications', $url ) );
|
142 |
+
$host = parse_url( $build_url, PHP_URL_HOST );
|
143 |
+
$domain_name = preg_replace( '/^www\./', '', $host );
|
144 |
+
|
145 |
+
if ( 'exactmetrics.com' != $domain_name ) {
|
146 |
+
parse_str( parse_url( $build_url, PHP_URL_QUERY ), $queries );
|
147 |
+
|
148 |
+
if ( isset( $queries['utm_source'] ) ) {
|
149 |
+
$queries['utm_source'] = 'exactmetrics';
|
150 |
+
}
|
151 |
+
|
152 |
+
$build_url = add_query_arg(
|
153 |
+
$queries,
|
154 |
+
trailingslashit( $url )
|
155 |
+
);
|
156 |
+
}
|
157 |
+
|
158 |
+
return $build_url;
|
159 |
}
|
160 |
|
161 |
/**
|
163 |
*
|
164 |
* @return string
|
165 |
*/
|
166 |
+
public function get_view_url( $scroll_to, $page, $tab='' ) {
|
167 |
+
return ExactMetrics()->notifications->get_view_url( $scroll_to, $page, $tab );
|
168 |
}
|
169 |
|
170 |
/**
|
includes/admin/notifications.php
CHANGED
@@ -503,7 +503,7 @@ class ExactMetrics_Notifications {
|
|
503 |
$notifications_data = array(
|
504 |
'notifications' => $this->get_active_notifications(),
|
505 |
'dismissed' => $this->get_dismissed_notifications(),
|
506 |
-
'view_url' => $this->get_view_url(),
|
507 |
'sidebar_url' => $this->get_sidebar_url(),
|
508 |
);
|
509 |
|
@@ -515,11 +515,18 @@ class ExactMetrics_Notifications {
|
|
515 |
*
|
516 |
* @return string
|
517 |
*/
|
518 |
-
public function get_view_url() {
|
|
|
519 |
|
520 |
-
$
|
|
|
|
|
|
|
|
|
521 |
|
522 |
-
|
|
|
|
|
523 |
|
524 |
if ( false !== $disabled ) {
|
525 |
$url = is_multisite() ? network_admin_url( 'admin.php?page=exactmetrics_network' ) : admin_url( 'admin.php?page=exactmetrics_settings' );
|
503 |
$notifications_data = array(
|
504 |
'notifications' => $this->get_active_notifications(),
|
505 |
'dismissed' => $this->get_dismissed_notifications(),
|
506 |
+
'view_url' => $this->get_view_url( 'exactmetrics-report-overview', 'exactmetrics_reports' ),
|
507 |
'sidebar_url' => $this->get_sidebar_url(),
|
508 |
);
|
509 |
|
515 |
*
|
516 |
* @return string
|
517 |
*/
|
518 |
+
public function get_view_url( $scroll_to, $page, $tab='' ) {
|
519 |
+
$disabled = exactmetrics_get_option( 'dashboards_disabled', false );
|
520 |
|
521 |
+
$url = add_query_arg( array(
|
522 |
+
'page' => $page,
|
523 |
+
'exactmetrics-scroll' => $scroll_to,
|
524 |
+
'exactmetrics-highlight' => $scroll_to,
|
525 |
+
), admin_url( 'admin.php' ) );
|
526 |
|
527 |
+
if ( ! empty( $tab ) ) {
|
528 |
+
$url .= '#/'. $tab;
|
529 |
+
}
|
530 |
|
531 |
if ( false !== $disabled ) {
|
532 |
$url = is_multisite() ? network_admin_url( 'admin.php?page=exactmetrics_network' ) : admin_url( 'admin.php?page=exactmetrics_settings' );
|
includes/admin/notifications/notification-audience.php
CHANGED
@@ -35,12 +35,13 @@ final class ExactMetrics_Notification_Audience extends ExactMetrics_Notification
|
|
35 |
$notification['content'] = sprintf( __( 'Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ) . '" target="_blank">', '</a>' );
|
36 |
$notification['btns'] = array(
|
37 |
"view_report" => array(
|
38 |
-
'url' => $this->get_view_url(),
|
39 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
40 |
),
|
41 |
"learn_more" => array(
|
42 |
-
'url'
|
43 |
-
'text'
|
|
|
44 |
),
|
45 |
);
|
46 |
|
35 |
$notification['content'] = sprintf( __( 'Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ) . '" target="_blank">', '</a>' );
|
36 |
$notification['btns'] = array(
|
37 |
"view_report" => array(
|
38 |
+
'url' => $this->get_view_url( 'exactmetrics-report-top-countries', 'exactmetrics_reports' ),
|
39 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
40 |
),
|
41 |
"learn_more" => array(
|
42 |
+
'url' => $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ),
|
43 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
44 |
+
'is_external' => true,
|
45 |
),
|
46 |
);
|
47 |
|
includes/admin/notifications/notification-bounce-rate.php
CHANGED
@@ -32,12 +32,13 @@ final class ExactMetrics_Notification_Bounce_Rate extends ExactMetrics_Notificat
|
|
32 |
$notification['content'] = sprintf( __( 'Your website bounce rate is %1$s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren\'t finding what they\'re looking for on your site. %2$sHere%3$s are some points to remember and steps to follow to get your bounce rates back to manageable levels.', 'google-analytics-dashboard-for-wp' ), $data['bounce_rate'], '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/how-to-reduce-bounce-rate/' ) . '" target="_blank">', '</a>' );
|
33 |
$notification['btns'] = array(
|
34 |
'view_report' => array(
|
35 |
-
'url' => $this->get_view_url(),
|
36 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' ),
|
37 |
),
|
38 |
'learn_more' => array(
|
39 |
-
'url'
|
40 |
-
'text'
|
|
|
41 |
),
|
42 |
);
|
43 |
|
32 |
$notification['content'] = sprintf( __( 'Your website bounce rate is %1$s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren\'t finding what they\'re looking for on your site. %2$sHere%3$s are some points to remember and steps to follow to get your bounce rates back to manageable levels.', 'google-analytics-dashboard-for-wp' ), $data['bounce_rate'], '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/how-to-reduce-bounce-rate/' ) . '" target="_blank">', '</a>' );
|
33 |
$notification['btns'] = array(
|
34 |
'view_report' => array(
|
35 |
+
'url' => $this->get_view_url( 'exactmetrics-report-infobox-bounce-rate', 'exactmetrics_reports' ),
|
36 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' ),
|
37 |
),
|
38 |
'learn_more' => array(
|
39 |
+
'url' => $this->build_external_link( 'https://www.exactmetrics.com/how-to-reduce-bounce-rate/' ),
|
40 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
41 |
+
'is_external' => true,
|
42 |
),
|
43 |
);
|
44 |
|
includes/admin/notifications/notification-headline-analyzer.php
CHANGED
@@ -26,8 +26,9 @@ final class ExactMetrics_Notification_Headline_Analyzer extends ExactMetrics_Not
|
|
26 |
$notification['content'] = sprintf( __( 'Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%1$sWith the ExactMetrics Headline Analyzer%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/introducing-exactmetrics-built-in-headline-analyzer/' ) . '" target="_blank">', '</a>' );
|
27 |
$notification['btns'] = array(
|
28 |
"learn_more" => array(
|
29 |
-
'url'
|
30 |
-
'text'
|
|
|
31 |
),
|
32 |
);
|
33 |
|
26 |
$notification['content'] = sprintf( __( 'Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%1$sWith the ExactMetrics Headline Analyzer%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/introducing-exactmetrics-built-in-headline-analyzer/' ) . '" target="_blank">', '</a>' );
|
27 |
$notification['btns'] = array(
|
28 |
"learn_more" => array(
|
29 |
+
'url' => $this->build_external_link( 'https://www.exactmetrics.com/introducing-exactmetrics-built-in-headline-analyzer/' ),
|
30 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
31 |
+
'is_external' => true,
|
32 |
),
|
33 |
);
|
34 |
|
includes/admin/notifications/notification-mobile-device.php
CHANGED
@@ -28,15 +28,16 @@ final class ExactMetrics_Notification_Mobile_Device extends ExactMetrics_Notific
|
|
28 |
// Translators: Mobile device notification title
|
29 |
$notification['title'] = sprintf( __( 'Traffic from Mobile Devices is %s%%', 'google-analytics-dashboard-for-wp' ), $data['percentage_of_mobile_visitors'] );
|
30 |
// Translators: Mobile device notification content
|
31 |
-
$notification['content'] = sprintf( __( 'Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ) . '">', '</a>' );
|
32 |
$notification['btns'] = array(
|
33 |
"view_report" => array(
|
34 |
-
'url' => $this->get_view_url(),
|
35 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
36 |
),
|
37 |
"learn_more" => array(
|
38 |
-
'url'
|
39 |
-
'text'
|
|
|
40 |
),
|
41 |
);
|
42 |
|
28 |
// Translators: Mobile device notification title
|
29 |
$notification['title'] = sprintf( __( 'Traffic from Mobile Devices is %s%%', 'google-analytics-dashboard-for-wp' ), $data['percentage_of_mobile_visitors'] );
|
30 |
// Translators: Mobile device notification content
|
31 |
+
$notification['content'] = sprintf( __( 'Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ) . '" target="_blank">', '</a>' );
|
32 |
$notification['btns'] = array(
|
33 |
"view_report" => array(
|
34 |
+
'url' => $this->get_view_url( 'devices', 'exactmetrics_reports' ),
|
35 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
36 |
),
|
37 |
"learn_more" => array(
|
38 |
+
'url' => $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ),
|
39 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
40 |
+
'is_external' => true,
|
41 |
),
|
42 |
);
|
43 |
|
includes/admin/notifications/notification-returning-visitors.php
CHANGED
@@ -31,12 +31,13 @@ final class ExactMetrics_Notification_Returning_Visitors extends ExactMetrics_No
|
|
31 |
$notification['content'] = sprintf( __( 'For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/proven-ways-to-increase-your-returning-visitor-rate/' ) . '" target="_blank">', '</a>' );
|
32 |
$notification['btns'] = array(
|
33 |
"view_report" => array(
|
34 |
-
'url' => $this->get_view_url(),
|
35 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
36 |
),
|
37 |
"learn_more" => array(
|
38 |
-
'url'
|
39 |
-
'text'
|
|
|
40 |
),
|
41 |
);
|
42 |
|
31 |
$notification['content'] = sprintf( __( 'For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/proven-ways-to-increase-your-returning-visitor-rate/' ) . '" target="_blank">', '</a>' );
|
32 |
$notification['btns'] = array(
|
33 |
"view_report" => array(
|
34 |
+
'url' => $this->get_view_url( 'newvsreturning', 'exactmetrics_reports' ),
|
35 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
36 |
),
|
37 |
"learn_more" => array(
|
38 |
+
'url' => $this->build_external_link( 'https://www.exactmetrics.com/proven-ways-to-increase-your-returning-visitor-rate/' ),
|
39 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
40 |
+
'is_external' => true,
|
41 |
),
|
42 |
);
|
43 |
|
includes/admin/notifications/notification-to-add-more-file-extensions.php
CHANGED
@@ -24,8 +24,8 @@ final class ExactMetrics_Notification_To_Add_More_File_Extensions extends ExactM
|
|
24 |
|
25 |
if ( empty( $download_extensions ) || "doc,pdf,ppt,zip,xls,docx,pptx,xlsx" === $download_extensions ) {
|
26 |
|
27 |
-
$settings_url = is_network_admin() ?
|
28 |
-
$publishers_report_url =
|
29 |
$notification['title'] = __( 'Add More File Extensions to Track as Downloads', 'google-analytics-dashboard-for-wp' );
|
30 |
// Translators: File extensions notification content
|
31 |
$notification['content'] = sprintf( __( 'By default, ExactMetrics automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the %sEngagement settings%s of ExactMetrics.<br><br> You can view your Top Downloads report directly in the ExactMetrics %sPublishers report%s.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $settings_url . '">', '</a>', '<a href="' . $publishers_report_url . '">', '</a>' );
|
24 |
|
25 |
if ( empty( $download_extensions ) || "doc,pdf,ppt,zip,xls,docx,pptx,xlsx" === $download_extensions ) {
|
26 |
|
27 |
+
$settings_url = is_network_admin() ? $this->get_view_url( 'exactmetrics-settings-block-file-downloads', 'exactmetrics_network', 'engagement' ) : $this->get_view_url( 'exactmetrics-settings-block-file-downloads', 'exactmetrics_settings', 'engagement' );
|
28 |
+
$publishers_report_url = $this->get_view_url( 'exactmetrics-report-download-links', 'exactmetrics_reports', 'publishers' );
|
29 |
$notification['title'] = __( 'Add More File Extensions to Track as Downloads', 'google-analytics-dashboard-for-wp' );
|
30 |
// Translators: File extensions notification content
|
31 |
$notification['content'] = sprintf( __( 'By default, ExactMetrics automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the %sEngagement settings%s of ExactMetrics.<br><br> You can view your Top Downloads report directly in the ExactMetrics %sPublishers report%s.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $settings_url . '">', '</a>', '<a href="' . $publishers_report_url . '">', '</a>' );
|
includes/admin/notifications/notification-to-setup-affiliate-links.php
CHANGED
@@ -36,8 +36,9 @@ final class ExactMetrics_Notification_To_Setup_Affiliate_Links extends ExactMetr
|
|
36 |
$notification['content'] = sprintf( __( 'By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br>%sIn this article%s, we’ll show you how to set up affiliate link tracking in WordPress.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ) . '" target="_blank">', '</a>' );
|
37 |
$notification['btns'] = array(
|
38 |
"read_more" => array(
|
39 |
-
'url'
|
40 |
-
'text'
|
|
|
41 |
),
|
42 |
);
|
43 |
|
36 |
$notification['content'] = sprintf( __( 'By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br>%sIn this article%s, we’ll show you how to set up affiliate link tracking in WordPress.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ) . '" target="_blank">', '</a>' );
|
37 |
$notification['btns'] = array(
|
38 |
"read_more" => array(
|
39 |
+
'url' => $this->build_external_link( 'https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ),
|
40 |
+
'text' => __( 'Read More', 'google-analytics-dashboard-for-wp' ),
|
41 |
+
'is_external' => true,
|
42 |
),
|
43 |
);
|
44 |
|
includes/admin/notifications/notification-traffic-dropping.php
CHANGED
@@ -30,11 +30,12 @@ final class ExactMetrics_Notification_Traffic_Dropping extends ExactMetrics_Noti
|
|
30 |
$notification['content'] = sprintf( __( 'Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ) . '" target="_blank">', '</a>' );
|
31 |
$notification['btns'] = array(
|
32 |
"learn_more" => array(
|
33 |
-
'url'
|
34 |
-
'text'
|
|
|
35 |
),
|
36 |
"view_report" => array(
|
37 |
-
'url' => $this->get_view_url(),
|
38 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
39 |
),
|
40 |
);
|
30 |
$notification['content'] = sprintf( __( 'Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ) . '" target="_blank">', '</a>' );
|
31 |
$notification['btns'] = array(
|
32 |
"learn_more" => array(
|
33 |
+
'url' => $this->build_external_link( 'https://www.exactmetrics.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ),
|
34 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
35 |
+
'is_external' => true,
|
36 |
),
|
37 |
"view_report" => array(
|
38 |
+
'url' => $this->get_view_url( 'exactmetrics-report-overview', 'exactmetrics_reports' ),
|
39 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
40 |
),
|
41 |
);
|
includes/admin/notifications/notification-upgrade-for-email-summaries.php
CHANGED
@@ -29,8 +29,9 @@ final class ExactMetrics_Notification_Upgrade_For_Email_Summaries extends ExactM
|
|
29 |
$notification['content'] = sprintf( __( 'Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to ExactMetrics Pro%s to enable the Email Summaries feature.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
-
'url'
|
33 |
-
'text'
|
|
|
34 |
),
|
35 |
);
|
36 |
|
29 |
$notification['content'] = sprintf( __( 'Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to ExactMetrics Pro%s to enable the Email Summaries feature.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
+
'url' => $this->get_upgrade_url(),
|
33 |
+
'text' => __( 'Get ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
|
34 |
+
'is_external' => true,
|
35 |
),
|
36 |
);
|
37 |
|
includes/admin/notifications/notification-upgrade-for-form-conversion.php
CHANGED
@@ -29,8 +29,9 @@ final class ExactMetrics_Notification_Upgrade_For_Form_Conversion extends ExactM
|
|
29 |
$notification['content'] = sprintf( __( 'Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sExactMetrics Pro%s to track %sform conversions in Google Analytics.%s', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/addon/forms/' ) . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
-
'url'
|
33 |
-
'text'
|
|
|
34 |
),
|
35 |
);
|
36 |
|
29 |
$notification['content'] = sprintf( __( 'Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sExactMetrics Pro%s to track %sform conversions in Google Analytics.%s', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/addon/forms/' ) . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
+
'url' => $this->get_upgrade_url(),
|
33 |
+
'text' => __( 'Get ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
|
34 |
+
'is_external' => true,
|
35 |
),
|
36 |
);
|
37 |
|
includes/admin/notifications/notification-upgrade-for-google-optimize.php
CHANGED
@@ -29,8 +29,9 @@ final class ExactMetrics_Notification_Upgrade_For_Google_Optimize extends ExactM
|
|
29 |
$notification['content'] = sprintf( __( '%sGoogle Optimize%s is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. %sUpgrade to ExactMetrics Pro%s to unlock the Google Optimize addon.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/addon/google-optimize/' ) . '" target="_blank">', '</a>', '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
-
'url'
|
33 |
-
'text'
|
|
|
34 |
),
|
35 |
);
|
36 |
|
29 |
$notification['content'] = sprintf( __( '%sGoogle Optimize%s is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. %sUpgrade to ExactMetrics Pro%s to unlock the Google Optimize addon.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/addon/google-optimize/' ) . '" target="_blank">', '</a>', '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
+
'url' => $this->get_upgrade_url(),
|
33 |
+
'text' => __( 'Get ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
|
34 |
+
'is_external' => true,
|
35 |
),
|
36 |
);
|
37 |
|
includes/admin/notifications/notification-upgrade-for-search-console.php
CHANGED
@@ -29,8 +29,9 @@ final class ExactMetrics_Notification_Upgrade_For_Search_Console extends ExactMe
|
|
29 |
$notification['content'] = sprintf( __( 'Do you want to find out which search terms from Google bring your site the most visitors? %sUpgrade to ExactMetrics PRO%s today and get access to the %sSearch Console Report%s and more directly in your WordPress admin.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/feature/search-console-report/' ) . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
-
'url'
|
33 |
-
'text'
|
|
|
34 |
),
|
35 |
);
|
36 |
|
29 |
$notification['content'] = sprintf( __( 'Do you want to find out which search terms from Google bring your site the most visitors? %sUpgrade to ExactMetrics PRO%s today and get access to the %sSearch Console Report%s and more directly in your WordPress admin.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/feature/search-console-report/' ) . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
+
'url' => $this->get_upgrade_url(),
|
33 |
+
'text' => __( 'Get ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
|
34 |
+
'is_external' => true,
|
35 |
),
|
36 |
);
|
37 |
|
includes/admin/notifications/notification-upgrade-to-pro.php
CHANGED
@@ -30,8 +30,9 @@ final class ExactMetrics_Notification_Upgrade_To_Pro extends ExactMetrics_Notifi
|
|
30 |
$notification['content'] = __( 'By upgrading to ExactMetrics Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!', 'google-analytics-dashboard-for-wp' );
|
31 |
$notification['btns'] = array(
|
32 |
"upgrade_to_pro" => array(
|
33 |
-
'url'
|
34 |
-
'text'
|
|
|
35 |
),
|
36 |
);
|
37 |
|
30 |
$notification['content'] = __( 'By upgrading to ExactMetrics Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!', 'google-analytics-dashboard-for-wp' );
|
31 |
$notification['btns'] = array(
|
32 |
"upgrade_to_pro" => array(
|
33 |
+
'url' => $this->get_upgrade_url(),
|
34 |
+
'text' => __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
|
35 |
+
'is_external' => true,
|
36 |
),
|
37 |
);
|
38 |
|
includes/admin/notifications/notification-visitors.php
CHANGED
@@ -39,8 +39,8 @@ final class ExactMetrics_Notification_Visitors extends ExactMetrics_Notification
|
|
39 |
$notification['content'] = sprintf( __( 'Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report.', 'google-analytics-dashboard-for-wp' ), $total_visitors );
|
40 |
$notification['btns'] = array(
|
41 |
"view_report" => array(
|
42 |
-
'url'
|
43 |
-
'text'
|
44 |
),
|
45 |
);
|
46 |
|
39 |
$notification['content'] = sprintf( __( 'Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report.', 'google-analytics-dashboard-for-wp' ), $total_visitors );
|
40 |
$notification['btns'] = array(
|
41 |
"view_report" => array(
|
42 |
+
'url' => $this->get_view_url( 'exactmetrics-report-overview', 'exactmetrics_reports' ),
|
43 |
+
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' ),
|
44 |
),
|
45 |
);
|
46 |
|
includes/admin/routes.php
CHANGED
@@ -327,6 +327,18 @@ class ExactMetrics_Rest_Routes {
|
|
327 |
$parsed_addons['lifterlms'] = array(
|
328 |
'active' => function_exists( 'LLMS' ) && version_compare( LLMS()->version, '3.32.0', '>=' ),
|
329 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
// Cookiebot.
|
331 |
$parsed_addons['cookiebot'] = array(
|
332 |
'active' => function_exists( 'cookiebot_active' ) && cookiebot_active(),
|
327 |
$parsed_addons['lifterlms'] = array(
|
328 |
'active' => function_exists( 'LLMS' ) && version_compare( LLMS()->version, '3.32.0', '>=' ),
|
329 |
);
|
330 |
+
// Restrict Content Pro.
|
331 |
+
$parsed_addons['rcp'] = array(
|
332 |
+
'active' => class_exists( 'Restrict_Content_Pro' ) && version_compare( RCP_PLUGIN_VERSION, '3.5.4', '>=' ),
|
333 |
+
);
|
334 |
+
// GiveWP.
|
335 |
+
$parsed_addons['givewp'] = array(
|
336 |
+
'active' => function_exists( 'Give' ),
|
337 |
+
);
|
338 |
+
// GiveWP Analytics.
|
339 |
+
$parsed_addons['givewp_google_analytics'] = array(
|
340 |
+
'active' => function_exists( 'Give_Google_Analytics' ),
|
341 |
+
);
|
342 |
// Cookiebot.
|
343 |
$parsed_addons['cookiebot'] = array(
|
344 |
'active' => function_exists( 'cookiebot_active' ) && cookiebot_active(),
|
includes/frontend/frontend.php
CHANGED
@@ -70,7 +70,7 @@ function exactmetrics_events_tracking() {
|
|
70 |
$track_user = exactmetrics_track_user();
|
71 |
|
72 |
if ( $track_user ) {
|
73 |
-
$tracking_mode =
|
74 |
if ( 'analytics' === $tracking_mode ) {
|
75 |
require_once plugin_dir_path( EXACTMETRICS_PLUGIN_FILE ) . 'includes/frontend/events/class-analytics-events.php';
|
76 |
new ExactMetrics_Analytics_Events();
|
70 |
$track_user = exactmetrics_track_user();
|
71 |
|
72 |
if ( $track_user ) {
|
73 |
+
$tracking_mode = ExactMetrics()->get_tracking_mode();
|
74 |
if ( 'analytics' === $tracking_mode ) {
|
75 |
require_once plugin_dir_path( EXACTMETRICS_PLUGIN_FILE ) . 'includes/frontend/events/class-analytics-events.php';
|
76 |
new ExactMetrics_Analytics_Events();
|
includes/frontend/tracking/class-tracking-gtag.php
CHANGED
@@ -239,7 +239,7 @@ class ExactMetrics_Tracking_Gtag extends ExactMetrics_Tracking_Abstract {
|
|
239 |
<?php
|
240 |
if ( ! empty( $persistent ) ) {
|
241 |
foreach ( $persistent as $key => $value ) {
|
242 |
-
echo "'" . esc_js( $key ) . "' : '" .
|
243 |
}
|
244 |
}
|
245 |
?>
|
@@ -305,6 +305,9 @@ class ExactMetrics_Tracking_Gtag extends ExactMetrics_Tracking_Abstract {
|
|
305 |
if ( typeof arguments[2] === 'object' ) {
|
306 |
hitObject = arguments[2];
|
307 |
}
|
|
|
|
|
|
|
308 |
if ( 'undefined' !== typeof (
|
309 |
arguments[1].hitType
|
310 |
) ) {
|
239 |
<?php
|
240 |
if ( ! empty( $persistent ) ) {
|
241 |
foreach ( $persistent as $key => $value ) {
|
242 |
+
echo "'" . esc_js( $key ) . "' : '" . esc_js( $value ) . "',";
|
243 |
}
|
244 |
}
|
245 |
?>
|
305 |
if ( typeof arguments[2] === 'object' ) {
|
306 |
hitObject = arguments[2];
|
307 |
}
|
308 |
+
if ( typeof arguments[5] === 'object' ) {
|
309 |
+
Object.assign( hitObject, arguments[5] );
|
310 |
+
}
|
311 |
if ( 'undefined' !== typeof (
|
312 |
arguments[1].hitType
|
313 |
) ) {
|
includes/gutenberg/headline-tool/headline-tool.php
CHANGED
@@ -16,7 +16,7 @@ class ExactMetricsHeadlineToolPlugin{
|
|
16 |
/**
|
17 |
* Class Variables.
|
18 |
*/
|
19 |
-
private $
|
20 |
private $power_words = array();
|
21 |
private $common_words = array();
|
22 |
private $uncommon_words = array();
|
@@ -28,18 +28,6 @@ class ExactMetricsHeadlineToolPlugin{
|
|
28 |
*/
|
29 |
function __construct() {
|
30 |
$this->init();
|
31 |
-
|
32 |
-
// Emotion words - 10–15% Density
|
33 |
-
$this->emotion_power_words2 = $this->emotion_power_words();
|
34 |
-
|
35 |
-
// Power words - atleast 1
|
36 |
-
$this->power_words = $this->power_words();
|
37 |
-
|
38 |
-
// Common words - 20-30% of headline
|
39 |
-
$this->common_words = $this->common_words();
|
40 |
-
|
41 |
-
// Un-Common words - 10-20% of headline
|
42 |
-
$this->uncommon_words = $this->uncommon_words();
|
43 |
}
|
44 |
|
45 |
/**
|
@@ -64,8 +52,8 @@ class ExactMetricsHeadlineToolPlugin{
|
|
64 |
);
|
65 |
}
|
66 |
|
67 |
-
|
68 |
-
|
69 |
|
70 |
if ( !empty( $result->err ) ) {
|
71 |
$content = self::output_template( 'results-error.php', $result );
|
@@ -76,12 +64,12 @@ class ExactMetricsHeadlineToolPlugin{
|
|
76 |
|
77 |
// send the response
|
78 |
wp_send_json_success(
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
);
|
86 |
|
87 |
}
|
@@ -132,11 +120,11 @@ class ExactMetricsHeadlineToolPlugin{
|
|
132 |
|
133 |
$result->input = $input;
|
134 |
|
135 |
-
|
136 |
if ( ! $input || $input == ' ' || trim( $input ) == '' ) {
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
}
|
141 |
|
142 |
// overall score;
|
@@ -171,13 +159,13 @@ class ExactMetricsHeadlineToolPlugin{
|
|
171 |
elseif ( $result->word_count >= 12 ) { $scoret += 5; }
|
172 |
|
173 |
// Calculate word match counts
|
174 |
-
$result->power_words = $this->match_words( $result->input, $result->input_array, $this->power_words );
|
175 |
$result->power_words_per = count( $result->power_words ) / $result->word_count;
|
176 |
-
$result->emotion_words = $this->match_words( $result->input, $result->input_array, $this->
|
177 |
$result->emotion_words_per = count( $result->emotion_words ) / $result->word_count;
|
178 |
-
$result->common_words = $this->match_words( $result->input, $result->input_array, $this->common_words );
|
179 |
$result->common_words_per = count( $result->common_words ) / $result->word_count;
|
180 |
-
$result->uncommon_words = $this->match_words( $result->input, $result->input_array, $this->uncommon_words );
|
181 |
$result->uncommon_words_per = count( $result->uncommon_words ) / $result->word_count;
|
182 |
$result->word_balance = __('Can Be Improved', 'google-analytics-dashboard-for-wp');
|
183 |
$result->word_balance_use = array();
|
@@ -306,7 +294,7 @@ class ExactMetricsHeadlineToolPlugin{
|
|
306 |
// put to result
|
307 |
$result->headline_types = $headline_types;
|
308 |
|
309 |
-
|
310 |
// https://kopywritingkourse.com/copywriting-headlines-that-sell/
|
311 |
// How To _______ That Will Help You ______
|
312 |
// https://coschedule.com/blog/how-to-write-the-best-headlines-that-will-increase-traffic/
|
@@ -363,7 +351,11 @@ class ExactMetricsHeadlineToolPlugin{
|
|
363 |
* @return array emotional power words
|
364 |
*/
|
365 |
function emotion_power_words() {
|
366 |
-
|
|
|
|
|
|
|
|
|
367 |
__("destroy", "google-analytics-dashboard-for-wp"),
|
368 |
__("extra", "google-analytics-dashboard-for-wp"),
|
369 |
__("in a", "google-analytics-dashboard-for-wp"),
|
@@ -646,6 +638,8 @@ class ExactMetricsHeadlineToolPlugin{
|
|
646 |
__("to be", "google-analytics-dashboard-for-wp"),
|
647 |
__("vaporize", "google-analytics-dashboard-for-wp"),
|
648 |
);
|
|
|
|
|
649 |
}
|
650 |
|
651 |
/**
|
@@ -654,7 +648,11 @@ class ExactMetricsHeadlineToolPlugin{
|
|
654 |
* @return array power words
|
655 |
*/
|
656 |
function power_words() {
|
657 |
-
|
|
|
|
|
|
|
|
|
658 |
__("great", "google-analytics-dashboard-for-wp"),
|
659 |
__("free", "google-analytics-dashboard-for-wp"),
|
660 |
__("focus", "google-analytics-dashboard-for-wp"),
|
@@ -829,6 +827,8 @@ class ExactMetricsHeadlineToolPlugin{
|
|
829 |
__("delighted", "google-analytics-dashboard-for-wp"),
|
830 |
__("download", "google-analytics-dashboard-for-wp"),
|
831 |
);
|
|
|
|
|
832 |
}
|
833 |
|
834 |
/**
|
@@ -837,7 +837,11 @@ class ExactMetricsHeadlineToolPlugin{
|
|
837 |
* @return array common words
|
838 |
*/
|
839 |
function common_words() {
|
840 |
-
|
|
|
|
|
|
|
|
|
841 |
__("a", "google-analytics-dashboard-for-wp"),
|
842 |
__("for", "google-analytics-dashboard-for-wp"),
|
843 |
__("about", "google-analytics-dashboard-for-wp"),
|
@@ -902,6 +906,8 @@ class ExactMetricsHeadlineToolPlugin{
|
|
902 |
__("your", "google-analytics-dashboard-for-wp"),
|
903 |
__("there", "google-analytics-dashboard-for-wp"),
|
904 |
);
|
|
|
|
|
905 |
}
|
906 |
|
907 |
|
@@ -911,7 +917,11 @@ class ExactMetricsHeadlineToolPlugin{
|
|
911 |
* @return array uncommon words
|
912 |
*/
|
913 |
function uncommon_words() {
|
914 |
-
|
|
|
|
|
|
|
|
|
915 |
__("actually", "google-analytics-dashboard-for-wp"),
|
916 |
__("happened", "google-analytics-dashboard-for-wp"),
|
917 |
__("need", "google-analytics-dashboard-for-wp"),
|
@@ -974,6 +984,8 @@ class ExactMetricsHeadlineToolPlugin{
|
|
974 |
__("more", "google-analytics-dashboard-for-wp"),
|
975 |
__("something", "google-analytics-dashboard-for-wp"),
|
976 |
);
|
|
|
|
|
977 |
}
|
978 |
}
|
979 |
|
16 |
/**
|
17 |
* Class Variables.
|
18 |
*/
|
19 |
+
private $emotion_power_words = array();
|
20 |
private $power_words = array();
|
21 |
private $common_words = array();
|
22 |
private $uncommon_words = array();
|
28 |
*/
|
29 |
function __construct() {
|
30 |
$this->init();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
32 |
|
33 |
/**
|
52 |
);
|
53 |
}
|
54 |
|
55 |
+
// get whether or not the website is up
|
56 |
+
$result = $this->get_headline_scores();
|
57 |
|
58 |
if ( !empty( $result->err ) ) {
|
59 |
$content = self::output_template( 'results-error.php', $result );
|
64 |
|
65 |
// send the response
|
66 |
wp_send_json_success(
|
67 |
+
array(
|
68 |
+
'result' => $result,
|
69 |
+
'analysed' => !$result->err,
|
70 |
+
'sentence' => ucwords( wp_unslash( sanitize_text_field( $_REQUEST['q'] ) ) ),
|
71 |
+
'score' => ( isset( $result->score ) && ! empty( $result->score ) ) ? $result->score : 0
|
72 |
+
)
|
73 |
);
|
74 |
|
75 |
}
|
120 |
|
121 |
$result->input = $input;
|
122 |
|
123 |
+
// bad input
|
124 |
if ( ! $input || $input == ' ' || trim( $input ) == '' ) {
|
125 |
+
$result->err = true;
|
126 |
+
$result->msg = __('Bad Input', 'google-analytics-dashboard-for-wp');
|
127 |
+
return $result;
|
128 |
}
|
129 |
|
130 |
// overall score;
|
159 |
elseif ( $result->word_count >= 12 ) { $scoret += 5; }
|
160 |
|
161 |
// Calculate word match counts
|
162 |
+
$result->power_words = $this->match_words( $result->input, $result->input_array, $this->power_words() );
|
163 |
$result->power_words_per = count( $result->power_words ) / $result->word_count;
|
164 |
+
$result->emotion_words = $this->match_words( $result->input, $result->input_array, $this->emotion_power_words() );
|
165 |
$result->emotion_words_per = count( $result->emotion_words ) / $result->word_count;
|
166 |
+
$result->common_words = $this->match_words( $result->input, $result->input_array, $this->common_words() );
|
167 |
$result->common_words_per = count( $result->common_words ) / $result->word_count;
|
168 |
+
$result->uncommon_words = $this->match_words( $result->input, $result->input_array, $this->uncommon_words() );
|
169 |
$result->uncommon_words_per = count( $result->uncommon_words ) / $result->word_count;
|
170 |
$result->word_balance = __('Can Be Improved', 'google-analytics-dashboard-for-wp');
|
171 |
$result->word_balance_use = array();
|
294 |
// put to result
|
295 |
$result->headline_types = $headline_types;
|
296 |
|
297 |
+
// Resources for more reading:
|
298 |
// https://kopywritingkourse.com/copywriting-headlines-that-sell/
|
299 |
// How To _______ That Will Help You ______
|
300 |
// https://coschedule.com/blog/how-to-write-the-best-headlines-that-will-increase-traffic/
|
351 |
* @return array emotional power words
|
352 |
*/
|
353 |
function emotion_power_words() {
|
354 |
+
if ( isset( $this->emotion_power_words ) && ! empty( $this->emotion_power_words ) ) {
|
355 |
+
return $this->emotion_power_words;
|
356 |
+
}
|
357 |
+
|
358 |
+
$this->emotion_power_words = array(
|
359 |
__("destroy", "google-analytics-dashboard-for-wp"),
|
360 |
__("extra", "google-analytics-dashboard-for-wp"),
|
361 |
__("in a", "google-analytics-dashboard-for-wp"),
|
638 |
__("to be", "google-analytics-dashboard-for-wp"),
|
639 |
__("vaporize", "google-analytics-dashboard-for-wp"),
|
640 |
);
|
641 |
+
|
642 |
+
return $this->emotion_power_words;
|
643 |
}
|
644 |
|
645 |
/**
|
648 |
* @return array power words
|
649 |
*/
|
650 |
function power_words() {
|
651 |
+
if ( isset( $this->power_words ) && ! empty( $this->power_words ) ) {
|
652 |
+
return $this->power_words;
|
653 |
+
}
|
654 |
+
|
655 |
+
$this->power_words = array(
|
656 |
__("great", "google-analytics-dashboard-for-wp"),
|
657 |
__("free", "google-analytics-dashboard-for-wp"),
|
658 |
__("focus", "google-analytics-dashboard-for-wp"),
|
827 |
__("delighted", "google-analytics-dashboard-for-wp"),
|
828 |
__("download", "google-analytics-dashboard-for-wp"),
|
829 |
);
|
830 |
+
|
831 |
+
return $this->power_words;
|
832 |
}
|
833 |
|
834 |
/**
|
837 |
* @return array common words
|
838 |
*/
|
839 |
function common_words() {
|
840 |
+
if ( isset( $this->common_words ) && ! empty( $this->common_words ) ) {
|
841 |
+
return $this->common_words;
|
842 |
+
}
|
843 |
+
|
844 |
+
$this->common_words = array(
|
845 |
__("a", "google-analytics-dashboard-for-wp"),
|
846 |
__("for", "google-analytics-dashboard-for-wp"),
|
847 |
__("about", "google-analytics-dashboard-for-wp"),
|
906 |
__("your", "google-analytics-dashboard-for-wp"),
|
907 |
__("there", "google-analytics-dashboard-for-wp"),
|
908 |
);
|
909 |
+
|
910 |
+
return $this->common_words;
|
911 |
}
|
912 |
|
913 |
|
917 |
* @return array uncommon words
|
918 |
*/
|
919 |
function uncommon_words() {
|
920 |
+
if ( isset( $this->uncommon_words ) && ! empty( $this->uncommon_words ) ) {
|
921 |
+
return $this->uncommon_words;
|
922 |
+
}
|
923 |
+
|
924 |
+
$this->uncommon_words = array(
|
925 |
__("actually", "google-analytics-dashboard-for-wp"),
|
926 |
__("happened", "google-analytics-dashboard-for-wp"),
|
927 |
__("need", "google-analytics-dashboard-for-wp"),
|
984 |
__("more", "google-analytics-dashboard-for-wp"),
|
985 |
__("something", "google-analytics-dashboard-for-wp"),
|
986 |
);
|
987 |
+
|
988 |
+
return $this->uncommon_words;
|
989 |
}
|
990 |
}
|
991 |
|
includes/helpers.php
CHANGED
@@ -1651,22 +1651,62 @@ function exactmetrics_get_english_speaking_countries() {
|
|
1651 |
return array(
|
1652 |
'AG' => __( 'Antigua and Barbuda', 'google-analytics-dashboard-for-wp' ),
|
1653 |
'AU' => __( 'Australia', 'google-analytics-dashboard-for-wp' ),
|
1654 |
-
'BS' => __( 'The Bahamas', 'google-analytics-dashboard-for-wp' ),
|
1655 |
'BB' => __( 'Barbados', 'google-analytics-dashboard-for-wp' ),
|
1656 |
'BZ' => __( 'Belize', 'google-analytics-dashboard-for-wp' ),
|
|
|
|
|
|
|
1657 |
'CA' => __( 'Canada', 'google-analytics-dashboard-for-wp' ),
|
1658 |
'DM' => __( 'Dominica', 'google-analytics-dashboard-for-wp' ),
|
|
|
1659 |
'GD' => __( 'Grenada', 'google-analytics-dashboard-for-wp' ),
|
1660 |
'GY' => __( 'Guyana', 'google-analytics-dashboard-for-wp' ),
|
|
|
|
|
1661 |
'IE' => __( 'Ireland', 'google-analytics-dashboard-for-wp' ),
|
|
|
1662 |
'JM' => __( 'Jamaica', 'google-analytics-dashboard-for-wp' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1663 |
'NZ' => __( 'New Zealand', 'google-analytics-dashboard-for-wp' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1664 |
'KN' => __( 'St Kitts and Nevis', 'google-analytics-dashboard-for-wp' ),
|
1665 |
'LC' => __( 'St Lucia', 'google-analytics-dashboard-for-wp' ),
|
1666 |
'VC' => __( 'St Vincent and the Grenadines', 'google-analytics-dashboard-for-wp' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1667 |
'TT' => __( 'Trinidad and Tobago', 'google-analytics-dashboard-for-wp' ),
|
|
|
|
|
|
|
|
|
1668 |
'GB' => __( 'United Kingdom', 'google-analytics-dashboard-for-wp' ),
|
1669 |
'US' => __( 'United States of America', 'google-analytics-dashboard-for-wp' ),
|
|
|
|
|
|
|
|
|
1670 |
);
|
1671 |
}
|
1672 |
|
1651 |
return array(
|
1652 |
'AG' => __( 'Antigua and Barbuda', 'google-analytics-dashboard-for-wp' ),
|
1653 |
'AU' => __( 'Australia', 'google-analytics-dashboard-for-wp' ),
|
|
|
1654 |
'BB' => __( 'Barbados', 'google-analytics-dashboard-for-wp' ),
|
1655 |
'BZ' => __( 'Belize', 'google-analytics-dashboard-for-wp' ),
|
1656 |
+
'BW' => __( 'Botswana', 'google-analytics-dashboard-for-wp' ),
|
1657 |
+
'BI' => __( 'Burundi', 'google-analytics-dashboard-for-wp' ),
|
1658 |
+
'CM' => __( 'Cameroon', 'google-analytics-dashboard-for-wp' ),
|
1659 |
'CA' => __( 'Canada', 'google-analytics-dashboard-for-wp' ),
|
1660 |
'DM' => __( 'Dominica', 'google-analytics-dashboard-for-wp' ),
|
1661 |
+
'FJ' => __( 'Fiji', 'google-analytics-dashboard-for-wp' ),
|
1662 |
'GD' => __( 'Grenada', 'google-analytics-dashboard-for-wp' ),
|
1663 |
'GY' => __( 'Guyana', 'google-analytics-dashboard-for-wp' ),
|
1664 |
+
'GM' => __( 'Gambia', 'google-analytics-dashboard-for-wp' ),
|
1665 |
+
'GH' => __( 'Ghana', 'google-analytics-dashboard-for-wp' ),
|
1666 |
'IE' => __( 'Ireland', 'google-analytics-dashboard-for-wp' ),
|
1667 |
+
'IN' => __( 'India', 'google-analytics-dashboard-for-wp' ),
|
1668 |
'JM' => __( 'Jamaica', 'google-analytics-dashboard-for-wp' ),
|
1669 |
+
'KE' => __( 'Kenya', 'google-analytics-dashboard-for-wp' ),
|
1670 |
+
'KI' => __( 'Kiribati', 'google-analytics-dashboard-for-wp' ),
|
1671 |
+
'LS' => __( 'Lesotho', 'google-analytics-dashboard-for-wp' ),
|
1672 |
+
'LR' => __( 'Liberia', 'google-analytics-dashboard-for-wp' ),
|
1673 |
+
'MW' => __( 'Malawi', 'google-analytics-dashboard-for-wp' ),
|
1674 |
+
'MT' => __( 'Malta', 'google-analytics-dashboard-for-wp' ),
|
1675 |
+
'MH' => __( 'Marshall Islands', 'google-analytics-dashboard-for-wp' ),
|
1676 |
+
'MU' => __( 'Mauritius', 'google-analytics-dashboard-for-wp' ),
|
1677 |
+
'FM' => __( 'Micronesia', 'google-analytics-dashboard-for-wp' ),
|
1678 |
'NZ' => __( 'New Zealand', 'google-analytics-dashboard-for-wp' ),
|
1679 |
+
'NA' => __( 'Namibia', 'google-analytics-dashboard-for-wp' ),
|
1680 |
+
'NR' => __( 'Nauru', 'google-analytics-dashboard-for-wp' ),
|
1681 |
+
'NG' => __( 'Nigeria', 'google-analytics-dashboard-for-wp' ),
|
1682 |
+
'PK' => __( 'Pakistan', 'google-analytics-dashboard-for-wp' ),
|
1683 |
+
'PW' => __( 'Palau', 'google-analytics-dashboard-for-wp' ),
|
1684 |
+
'PG' => __( 'Papua New Guinea', 'google-analytics-dashboard-for-wp' ),
|
1685 |
+
'PH' => __( 'Philippines', 'google-analytics-dashboard-for-wp' ),
|
1686 |
+
'RW' => __( 'Rwanda', 'google-analytics-dashboard-for-wp' ),
|
1687 |
+
'SG' => __( 'Singapore', 'google-analytics-dashboard-for-wp' ),
|
1688 |
'KN' => __( 'St Kitts and Nevis', 'google-analytics-dashboard-for-wp' ),
|
1689 |
'LC' => __( 'St Lucia', 'google-analytics-dashboard-for-wp' ),
|
1690 |
'VC' => __( 'St Vincent and the Grenadines', 'google-analytics-dashboard-for-wp' ),
|
1691 |
+
'SZ' => __( 'Swaziland', 'google-analytics-dashboard-for-wp' ),
|
1692 |
+
'WS' => __( 'Samoa', 'google-analytics-dashboard-for-wp' ),
|
1693 |
+
'SC' => __( 'Seychelles', 'google-analytics-dashboard-for-wp' ),
|
1694 |
+
'SL' => __( 'Sierra Leone', 'google-analytics-dashboard-for-wp' ),
|
1695 |
+
'SB' => __( 'Solomon Islands', 'google-analytics-dashboard-for-wp' ),
|
1696 |
+
'ZA' => __( 'South Africa', 'google-analytics-dashboard-for-wp' ),
|
1697 |
+
'SS' => __( 'South Sudan', 'google-analytics-dashboard-for-wp' ),
|
1698 |
+
'SD' => __( 'Sudan', 'google-analytics-dashboard-for-wp' ),
|
1699 |
'TT' => __( 'Trinidad and Tobago', 'google-analytics-dashboard-for-wp' ),
|
1700 |
+
'BS' => __( 'The Bahamas', 'google-analytics-dashboard-for-wp' ),
|
1701 |
+
'TZ' => __( 'Tanzania', 'google-analytics-dashboard-for-wp' ),
|
1702 |
+
'TO' => __( 'Tonga', 'google-analytics-dashboard-for-wp' ),
|
1703 |
+
'TV' => __( 'Tuvalu', 'google-analytics-dashboard-for-wp' ),
|
1704 |
'GB' => __( 'United Kingdom', 'google-analytics-dashboard-for-wp' ),
|
1705 |
'US' => __( 'United States of America', 'google-analytics-dashboard-for-wp' ),
|
1706 |
+
'UG' => __( 'Uganda', 'google-analytics-dashboard-for-wp' ),
|
1707 |
+
'VU' => __( 'Vanuatu', 'google-analytics-dashboard-for-wp' ),
|
1708 |
+
'ZM' => __( 'Zambia', 'google-analytics-dashboard-for-wp' ),
|
1709 |
+
'ZW' => __( 'Zimbabwe', 'google-analytics-dashboard-for-wp' ),
|
1710 |
);
|
1711 |
}
|
1712 |
|
includes/measurement-protocol.php
CHANGED
@@ -122,6 +122,12 @@ function exactmetrics_mp_api_call( $args = array() ) {
|
|
122 |
}
|
123 |
|
124 |
function exactmetrics_mp_track_event_call( $args = array() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
$default_args = array(
|
126 |
// Change the default type to event
|
127 |
't' => 'event',
|
@@ -138,7 +144,8 @@ function exactmetrics_mp_track_event_call( $args = array() ) {
|
|
138 |
// Optional: Event Value
|
139 |
'ev' => null,
|
140 |
);
|
141 |
-
$args
|
|
|
142 |
//$args = apply_filters( 'exactmetrics_mp_track_event_call', $args );
|
143 |
|
144 |
return exactmetrics_mp_api_call( $args );
|
122 |
}
|
123 |
|
124 |
function exactmetrics_mp_track_event_call( $args = array() ) {
|
125 |
+
// Detect if browser request is a prefetch
|
126 |
+
if ( ( isset( $_SERVER["HTTP_X_PURPOSE"] ) && ( 'prefetch' === strtolower( $_SERVER["HTTP_X_PURPOSE"] ) ) ) ||
|
127 |
+
( isset( $_SERVER["HTTP_X_MOZ"] ) && ( 'prefetch' === strtolower( $_SERVER["HTTP_X_MOZ"] ) ) ) ) {
|
128 |
+
return;
|
129 |
+
}
|
130 |
+
|
131 |
$default_args = array(
|
132 |
// Change the default type to event
|
133 |
't' => 'event',
|
144 |
// Optional: Event Value
|
145 |
'ev' => null,
|
146 |
);
|
147 |
+
$args = wp_parse_args( $args, $default_args );
|
148 |
+
|
149 |
//$args = apply_filters( 'exactmetrics_mp_track_event_call', $args );
|
150 |
|
151 |
return exactmetrics_mp_api_call( $args );
|
includes/popular-posts/class-popular-posts.php
CHANGED
@@ -171,7 +171,6 @@ class ExactMetrics_Popular_Posts {
|
|
171 |
|
172 |
// Load Popular Posts styles.
|
173 |
wp_register_style( 'exactmetrics-popular-posts-style', plugins_url( 'assets/css/frontend' . $suffix . '.css', EXACTMETRICS_PLUGIN_FILE ), array(), exactmetrics_get_asset_version() );
|
174 |
-
wp_enqueue_style( 'exactmetrics-popular-posts-style' );
|
175 |
|
176 |
$this->add_theme_specific_styles();
|
177 |
|
@@ -237,6 +236,9 @@ class ExactMetrics_Popular_Posts {
|
|
237 |
* @return string
|
238 |
*/
|
239 |
public function shortcode_output( $args ) {
|
|
|
|
|
|
|
240 |
if ( $this->ajaxify ) {
|
241 |
return $this->get_ajax_json_data( $args );
|
242 |
} else {
|
171 |
|
172 |
// Load Popular Posts styles.
|
173 |
wp_register_style( 'exactmetrics-popular-posts-style', plugins_url( 'assets/css/frontend' . $suffix . '.css', EXACTMETRICS_PLUGIN_FILE ), array(), exactmetrics_get_asset_version() );
|
|
|
174 |
|
175 |
$this->add_theme_specific_styles();
|
176 |
|
236 |
* @return string
|
237 |
*/
|
238 |
public function shortcode_output( $args ) {
|
239 |
+
// Load frontend.css file when shortcode is available
|
240 |
+
wp_enqueue_style( 'exactmetrics-popular-posts-style' );
|
241 |
+
|
242 |
if ( $this->ajaxify ) {
|
243 |
return $this->get_ajax_json_data( $args );
|
244 |
} else {
|
languages/google-analytics-dashboard-for-wp.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the Google Analytics Dashboard for WP (GADWP) plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Google Analytics Dashboard for WP (GADWP) 6.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\n"
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
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: 2021-
|
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-dashboard-for-wp\n"
|
@@ -75,7 +75,7 @@ msgid "Theme:"
|
|
75 |
msgstr ""
|
76 |
|
77 |
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
|
78 |
-
#: languages/vue.php:
|
79 |
msgid "Theme Preview"
|
80 |
msgstr ""
|
81 |
|
@@ -228,7 +228,7 @@ msgstr ""
|
|
228 |
#: lite/includes/admin/wp-site-health.php:372
|
229 |
#: lite/includes/admin/wp-site-health.php:398
|
230 |
#: lite/includes/admin/wp-site-health.php:425
|
231 |
-
#: languages/vue.php:
|
232 |
msgid "View Addons"
|
233 |
msgstr ""
|
234 |
|
@@ -361,8 +361,8 @@ msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal ExactMetr
|
|
361 |
msgstr ""
|
362 |
|
363 |
#: lite/includes/admin/helpers.php:83
|
364 |
-
#: languages/vue.php:
|
365 |
-
#: languages/vue.php:
|
366 |
msgid "Upgrade to ExactMetrics Pro"
|
367 |
msgstr ""
|
368 |
|
@@ -376,17 +376,17 @@ msgstr ""
|
|
376 |
|
377 |
#: lite/includes/admin/onboarding-wizard.php:244
|
378 |
#: includes/admin/ajax.php:55
|
379 |
-
#: includes/admin/routes.php:
|
380 |
msgid "You are not allowed to install plugins"
|
381 |
msgstr ""
|
382 |
|
383 |
#: lite/includes/admin/reports/report-queries.php:22
|
384 |
-
#: languages/vue.php:
|
385 |
msgid "Search Console"
|
386 |
msgstr ""
|
387 |
|
388 |
#: lite/includes/admin/reports/report-ecommerce.php:22
|
389 |
-
#: languages/vue.php:
|
390 |
msgid "eCommerce"
|
391 |
msgstr ""
|
392 |
|
@@ -399,17 +399,17 @@ msgid "Real Time"
|
|
399 |
msgstr ""
|
400 |
|
401 |
#: lite/includes/admin/reports/report-publisher.php:22
|
402 |
-
#: languages/vue.php:
|
403 |
msgid "Publishers"
|
404 |
msgstr ""
|
405 |
|
406 |
#: lite/includes/admin/reports/report-dimensions.php:22
|
407 |
-
#: languages/vue.php:
|
408 |
msgid "Dimensions"
|
409 |
msgstr ""
|
410 |
|
411 |
#: lite/includes/admin/reports/report-forms.php:22
|
412 |
-
#: languages/vue.php:
|
413 |
msgid "Forms"
|
414 |
msgstr ""
|
415 |
|
@@ -463,2435 +463,2435 @@ msgstr ""
|
|
463 |
msgid "Sent from %s"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
467 |
msgid "Bad Input"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
471 |
msgid "Can Be Improved"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
475 |
msgid "emotion"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
479 |
msgid "common"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
483 |
msgid "uncommon"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
487 |
msgid "power"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
491 |
msgid "Perfect"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
495 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
496 |
msgid "how to"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
500 |
msgid "howto"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
504 |
msgid "How-To"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
508 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
509 |
msgid "one"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
513 |
msgid "two"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
517 |
msgid "three"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
521 |
msgid "four"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
525 |
msgid "five"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
529 |
msgid "six"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
533 |
msgid "seven"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
537 |
msgid "eight"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
541 |
msgid "nine"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
545 |
msgid "eleven"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
549 |
msgid "twelve"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
553 |
msgid "thirt"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
557 |
msgid "fift"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
561 |
msgid "hundred"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
565 |
msgid "thousand"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
569 |
msgid "List"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
573 |
msgid "where"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
577 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
578 |
msgid "when"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
582 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
583 |
msgid "how"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
587 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
588 |
msgid "what"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
592 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
593 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
594 |
msgid "have"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
598 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
599 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
600 |
msgid "has"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
604 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
605 |
msgid "does"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
609 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
610 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
611 |
msgid "do"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
615 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
616 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
617 |
msgid "can"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
621 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
622 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
623 |
msgid "are"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
627 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
628 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
629 |
msgid "will"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
633 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
634 |
msgid "you"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
638 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
639 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
640 |
msgid "they"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
644 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
645 |
msgid "he"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
649 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
650 |
msgid "she"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
654 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
655 |
msgid "your"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
659 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
660 |
msgid "it"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
664 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
665 |
msgid "my"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
669 |
msgid "Question"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
673 |
-
#: languages/vue.php:
|
674 |
msgid "General"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
678 |
msgid "destroy"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
682 |
msgid "extra"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
686 |
msgid "in a"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
690 |
msgid "devastating"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
694 |
msgid "eye-opening"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
698 |
msgid "gift"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
702 |
msgid "in the world"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
706 |
msgid "devoted"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
710 |
msgid "fail"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
714 |
msgid "in the"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
718 |
msgid "faith"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
722 |
msgid "grateful"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
726 |
msgid "inexpensive"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
730 |
msgid "dirty"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
734 |
msgid "famous"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
738 |
msgid "disastrous"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
742 |
msgid "fantastic"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
746 |
msgid "greed"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
750 |
msgid "grit"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
754 |
msgid "insanely"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
758 |
msgid "disgusting"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
762 |
msgid "fearless"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
766 |
msgid "disinformation"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
770 |
msgid "feast"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
774 |
msgid "insidious"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
778 |
msgid "dollar"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
782 |
msgid "feeble"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
786 |
msgid "gullible"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
790 |
msgid "double"
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
794 |
msgid "fire"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
798 |
msgid "hack"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
802 |
msgid "fleece"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
806 |
msgid "had enough"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
810 |
msgid "invasion"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
814 |
msgid "drowning"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
818 |
msgid "floundering"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
822 |
msgid "happy"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
826 |
msgid "ironclad"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
830 |
msgid "dumb"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
834 |
msgid "flush"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
838 |
msgid "hate"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
842 |
msgid "irresistibly"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
846 |
msgid "hazardous"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
850 |
msgid "is the"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
854 |
msgid "fool"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
858 |
msgid "is what happens when"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
862 |
msgid "fooled"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
866 |
msgid "helpless"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
870 |
msgid "it looks like a"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
874 |
msgid "embarrass"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
878 |
msgid "for the first time"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
882 |
msgid "help are the"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
886 |
msgid "jackpot"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
890 |
msgid "forbidden"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
894 |
msgid "hidden"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
898 |
msgid "jail"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
902 |
msgid "empower"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
906 |
msgid "force-fed"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
910 |
msgid "high"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
914 |
msgid "jaw-dropping"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
918 |
msgid "forgotten"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
922 |
msgid "jeopardy"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
926 |
msgid "energize"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
930 |
msgid "hoax"
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
934 |
msgid "jubilant"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
938 |
msgid "foul"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
942 |
msgid "hope"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
946 |
msgid "killer"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
950 |
msgid "frantic"
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
954 |
msgid "horrific"
|
955 |
msgstr ""
|
956 |
|
957 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
958 |
msgid "know it all"
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
962 |
msgid "epic"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
966 |
msgid "how to make"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
970 |
msgid "evil"
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
974 |
msgid "freebie"
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
978 |
msgid "frenzy"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
982 |
msgid "hurricane"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
986 |
msgid "excited"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
990 |
msgid "fresh on the mind"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
994 |
msgid "frightening"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
998 |
msgid "hypnotic"
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1002 |
msgid "lawsuit"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1006 |
msgid "frugal"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1010 |
msgid "illegal"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1014 |
msgid "fulfill"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1018 |
msgid "lick"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1022 |
msgid "explode"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1026 |
msgid "lies"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1030 |
msgid "exposed"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1034 |
msgid "gambling"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1038 |
msgid "like a normal"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1042 |
msgid "nightmare"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1046 |
msgid "results"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1050 |
msgid "line"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1054 |
msgid "no good"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1058 |
msgid "pound"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1062 |
msgid "loathsome"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1066 |
msgid "no questions asked"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1070 |
msgid "revenge"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1074 |
msgid "lonely"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1078 |
msgid "looks like a"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1082 |
msgid "obnoxious"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1086 |
msgid "preposterous"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1090 |
msgid "revolting"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1094 |
msgid "looming"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1098 |
msgid "priced"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1102 |
msgid "lost"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1106 |
msgid "prison"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1110 |
msgid "lowest"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1114 |
msgid "of the"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1118 |
msgid "privacy"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1122 |
msgid "rich"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1126 |
msgid "lunatic"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1130 |
msgid "off-limits"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1134 |
msgid "private"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1138 |
msgid "risky"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1142 |
msgid "lurking"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1146 |
msgid "offer"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1150 |
msgid "prize"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1154 |
msgid "ruthless"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1158 |
msgid "lust"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1162 |
msgid "official"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1166 |
msgid "luxurious"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1170 |
msgid "on the"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1174 |
msgid "profit"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1178 |
msgid "scary"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1182 |
msgid "lying"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1186 |
msgid "outlawed"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1190 |
msgid "protected"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1194 |
msgid "scream"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1198 |
msgid "searing"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1202 |
msgid "overcome"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1206 |
msgid "provocative"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1210 |
msgid "make you"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1214 |
msgid "painful"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1218 |
msgid "pummel"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1222 |
msgid "secure"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1226 |
msgid "pale"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1230 |
msgid "punish"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1234 |
msgid "marked down"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1238 |
msgid "panic"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1242 |
msgid "quadruple"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1246 |
msgid "secutively"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1250 |
msgid "massive"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1254 |
msgid "pay zero"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1258 |
msgid "seize"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1262 |
msgid "meltdown"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1266 |
msgid "payback"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1270 |
msgid "might look like a"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1274 |
msgid "peril"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1278 |
msgid "mind-blowing"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1282 |
msgid "shameless"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1286 |
msgid "minute"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1290 |
msgid "rave"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1294 |
msgid "shatter"
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1298 |
msgid "piranha"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1302 |
msgid "reckoning"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1306 |
msgid "shellacking"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1310 |
msgid "mired"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1314 |
msgid "pitfall"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1318 |
msgid "reclaim"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1322 |
msgid "mistakes"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1326 |
msgid "plague"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1330 |
msgid "sick and tired"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1334 |
msgid "money"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1338 |
msgid "played"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1342 |
msgid "refugee"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1346 |
msgid "silly"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1350 |
msgid "money-grubbing"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1354 |
msgid "pluck"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1358 |
msgid "refund"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1362 |
msgid "moneyback"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1366 |
msgid "plummet"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1370 |
msgid "plunge"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1374 |
msgid "murder"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1378 |
msgid "pointless"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1382 |
msgid "sinful"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1386 |
msgid "myths"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1390 |
msgid "poor"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1394 |
msgid "remarkably"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1398 |
msgid "six-figure"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1402 |
msgid "never again"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1406 |
msgid "research"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1410 |
msgid "surrender"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1414 |
msgid "to the"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1418 |
msgid "varify"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1422 |
msgid "skyrocket"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1426 |
msgid "toxic"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1430 |
msgid "vibrant"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1434 |
msgid "slaughter"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1438 |
msgid "swindle"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1442 |
msgid "trap"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1446 |
msgid "victim"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1450 |
msgid "sleazy"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1454 |
msgid "taboo"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1458 |
msgid "treasure"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1462 |
msgid "victory"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1466 |
msgid "smash"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1470 |
msgid "tailspin"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1474 |
msgid "vindication"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1478 |
msgid "smug"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1482 |
msgid "tank"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1486 |
msgid "triple"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1490 |
msgid "viral"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1494 |
msgid "smuggled"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1498 |
msgid "tantalizing"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1502 |
msgid "triumph"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1506 |
msgid "volatile"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1510 |
msgid "sniveling"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1514 |
msgid "targeted"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1518 |
msgid "truth"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1522 |
msgid "vulnerable"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1526 |
msgid "snob"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1530 |
msgid "tawdry"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1534 |
msgid "try before you buy"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1538 |
msgid "tech"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1542 |
msgid "turn the tables"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1546 |
msgid "wanton"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1550 |
msgid "soaring"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1554 |
msgid "warning"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1558 |
msgid "teetering"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1562 |
msgid "unauthorized"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1566 |
msgid "spectacular"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1570 |
msgid "temporary fix"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1574 |
msgid "unbelievably"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1578 |
msgid "spine"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1582 |
msgid "tempting"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1586 |
msgid "uncommonly"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1590 |
msgid "what happened"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1594 |
msgid "spirit"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1598 |
msgid "what happens when"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1602 |
msgid "terror"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1606 |
msgid "under"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1610 |
msgid "what happens"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1614 |
msgid "staggering"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1618 |
msgid "underhanded"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1622 |
msgid "what this"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1626 |
msgid "that will make you"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1630 |
msgid "that will make"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1634 |
msgid "unexpected"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1638 |
msgid "when you"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1642 |
msgid "strangle"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1646 |
msgid "that will"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1650 |
msgid "whip"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1654 |
msgid "the best"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1658 |
msgid "whopping"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1662 |
msgid "stuck up"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1666 |
msgid "the ranking of"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1670 |
msgid "wicked"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1674 |
msgid "stunning"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1678 |
msgid "the most"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1682 |
msgid "will make you"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1686 |
msgid "stupid"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1690 |
msgid "the reason why is"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1694 |
msgid "unscrupulous"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1698 |
msgid "thing ive ever seen"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1702 |
msgid "withheld"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1706 |
msgid "this is the"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1710 |
msgid "this is what happens"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1714 |
msgid "unusually"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1718 |
msgid "wondrous"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1722 |
msgid "this is what"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1726 |
msgid "uplifting"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1730 |
msgid "worry"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1734 |
msgid "sure"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1738 |
msgid "this is"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1742 |
msgid "wounded"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1746 |
msgid "surge"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1750 |
msgid "thrilled"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1754 |
msgid "you need to know"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1758 |
msgid "thrilling"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1762 |
msgid "valor"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1766 |
msgid "you need to"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1770 |
msgid "you see what"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1774 |
msgid "surprising"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1778 |
msgid "tired"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1782 |
msgid "you see"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1786 |
msgid "surprisingly"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1790 |
msgid "to be"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1794 |
msgid "vaporize"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1798 |
msgid "great"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1802 |
msgid "free"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1806 |
msgid "focus"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1810 |
msgid "remarkable"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1814 |
msgid "confidential"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1818 |
msgid "sale"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1822 |
msgid "wanted"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1826 |
msgid "obsession"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1830 |
msgid "sizable"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1834 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1835 |
msgid "new"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1839 |
msgid "absolutely lowest"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1843 |
msgid "surging"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1847 |
msgid "wonderful"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1851 |
msgid "professional"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1855 |
msgid "interesting"
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1859 |
msgid "revisited"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1863 |
msgid "delivered"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1867 |
msgid "guaranteed"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1871 |
msgid "challenge"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1875 |
msgid "unique"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1879 |
msgid "secrets"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1883 |
msgid "special"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1887 |
msgid "lifetime"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1891 |
msgid "bargain"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1895 |
msgid "scarce"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1899 |
msgid "tested"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1903 |
msgid "highest"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1907 |
msgid "hurry"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1911 |
msgid "alert famous"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1915 |
msgid "improved"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1919 |
msgid "expert"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1923 |
msgid "daring"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1927 |
msgid "strong"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1931 |
msgid "immediately"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1935 |
msgid "advice"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1939 |
msgid "pioneering"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1943 |
msgid "unusual"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1947 |
msgid "limited"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1951 |
msgid "the truth about"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1955 |
msgid "destiny"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1959 |
msgid "outstanding"
|
1960 |
msgstr ""
|
1961 |
|
1962 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1963 |
msgid "simplistic"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1967 |
msgid "compare"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1971 |
msgid "unsurpassed"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1975 |
msgid "energy"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1979 |
msgid "powerful"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1983 |
msgid "colorful"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1987 |
msgid "genuine"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1991 |
msgid "instructive"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1995 |
msgid "big"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
1999 |
msgid "affordable"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2003 |
msgid "informative"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2007 |
msgid "liberal"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2011 |
msgid "popular"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2015 |
msgid "ultimate"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2019 |
msgid "mainstream"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2023 |
msgid "rare"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2027 |
msgid "exclusive"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2031 |
msgid "willpower"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2035 |
msgid "complete"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2039 |
msgid "edge"
|
2040 |
msgstr ""
|
2041 |
|
2042 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2043 |
msgid "valuable"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2047 |
msgid "attractive"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2051 |
msgid "last chance"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2055 |
msgid "superior"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2059 |
msgid "easily"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2063 |
msgid "exploit"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2067 |
msgid "unparalleled"
|
2068 |
msgstr ""
|
2069 |
|
2070 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2071 |
msgid "endorsed"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2075 |
msgid "approved"
|
2076 |
msgstr ""
|
2077 |
|
2078 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2079 |
msgid "quality"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2083 |
msgid "fascinating"
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2087 |
msgid "unlimited"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2091 |
msgid "competitive"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2095 |
msgid "gigantic"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2099 |
msgid "compromise"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2103 |
msgid "discount"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2107 |
msgid "full"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2111 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2112 |
msgid "love"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2116 |
msgid "odd"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2120 |
msgid "fundamentals"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2124 |
msgid "mammoth"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2128 |
msgid "lavishly"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2132 |
msgid "bottom line"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2136 |
msgid "under priced"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2140 |
msgid "innovative"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2144 |
msgid "reliable"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2148 |
msgid "zinger"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2152 |
msgid "suddenly"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2156 |
msgid "it's here"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2160 |
msgid "terrific"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2164 |
msgid "simplified"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2168 |
msgid "perspective"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2172 |
msgid "just arrived"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2176 |
msgid "breakthrough"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2180 |
msgid "tremendous"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2184 |
msgid "launching"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2188 |
msgid "sure fire"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2192 |
msgid "emerging"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2196 |
msgid "helpful"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2200 |
msgid "skill"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2204 |
msgid "soar"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2208 |
msgid "profitable"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2212 |
msgid "special offer"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2216 |
msgid "reduced"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2220 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2221 |
msgid "beautiful"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2225 |
msgid "sampler"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2229 |
msgid "technology"
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2233 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2234 |
msgid "better"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2238 |
msgid "crammed"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2242 |
msgid "noted"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2246 |
msgid "selected"
|
2247 |
msgstr ""
|
2248 |
|
2249 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2250 |
msgid "shrewd"
|
2251 |
msgstr ""
|
2252 |
|
2253 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2254 |
msgid "growth"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2258 |
msgid "luxury"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2262 |
msgid "sturdy"
|
2263 |
msgstr ""
|
2264 |
|
2265 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2266 |
msgid "enormous"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2270 |
msgid "promising"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2274 |
msgid "unconditional"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2278 |
msgid "wealth"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2282 |
msgid "spotlight"
|
2283 |
msgstr ""
|
2284 |
|
2285 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2286 |
msgid "astonishing"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2290 |
msgid "timely"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2294 |
msgid "successful"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2298 |
msgid "useful"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2302 |
msgid "imagination"
|
2303 |
msgstr ""
|
2304 |
|
2305 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2306 |
msgid "bonanza"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2310 |
msgid "opportunities"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2314 |
msgid "survival"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2318 |
msgid "greatest"
|
2319 |
msgstr ""
|
2320 |
|
2321 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2322 |
msgid "security"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2326 |
msgid "last minute"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2330 |
msgid "largest"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2334 |
msgid "high tech"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2338 |
msgid "refundable"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2342 |
msgid "monumental"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2346 |
msgid "colossal"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2350 |
msgid "latest"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2354 |
msgid "quickly"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2358 |
msgid "startling"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2362 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2363 |
msgid "now"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2367 |
msgid "important"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2371 |
msgid "revolutionary"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2375 |
msgid "quick"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2379 |
msgid "unlock"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2383 |
msgid "urgent"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2387 |
msgid "miracle"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2391 |
msgid "easy"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2395 |
msgid "fortune"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2399 |
msgid "amazing"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2403 |
msgid "magic"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2407 |
msgid "direct"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2411 |
msgid "authentic"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2415 |
msgid "exciting"
|
2416 |
msgstr ""
|
2417 |
|
2418 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2419 |
msgid "proven"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2423 |
msgid "simple"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2427 |
msgid "announcing"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2431 |
msgid "portfolio"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2435 |
msgid "reward"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2439 |
msgid "strange"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2443 |
msgid "huge gift"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2447 |
msgid "revealing"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2451 |
msgid "weird"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2455 |
msgid "value"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2459 |
msgid "introducing"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2463 |
msgid "sensational"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2467 |
msgid "surprise"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2471 |
msgid "insider"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2475 |
msgid "practical"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2479 |
msgid "excellent"
|
2480 |
msgstr ""
|
2481 |
|
2482 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2483 |
msgid "delighted"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2487 |
msgid "download"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2491 |
msgid "a"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2495 |
msgid "for"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2499 |
msgid "about"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2503 |
msgid "from"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2507 |
msgid "after"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2511 |
msgid "get"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2515 |
msgid "all"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2519 |
msgid "an"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2523 |
msgid "and"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2527 |
msgid "her"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2531 |
msgid "as"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2535 |
msgid "his"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2539 |
msgid "at"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2543 |
msgid "be"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2547 |
msgid "I"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2551 |
msgid "but"
|
2552 |
msgstr ""
|
2553 |
|
2554 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2555 |
msgid "if"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2559 |
msgid "by"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2563 |
msgid "in"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2567 |
msgid "is"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2571 |
msgid "did"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2575 |
msgid "just"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2579 |
msgid "ever"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2583 |
msgid "like"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2587 |
msgid "ll"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2591 |
msgid "these"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2595 |
msgid "me"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2599 |
msgid "most"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2603 |
msgid "things"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2607 |
msgid "this"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2611 |
msgid "no"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2615 |
msgid "to"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2619 |
msgid "not"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2623 |
msgid "up"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2627 |
msgid "of"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2631 |
msgid "was"
|
2632 |
msgstr ""
|
2633 |
|
2634 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2635 |
msgid "on"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2639 |
msgid "re"
|
2640 |
msgstr ""
|
2641 |
|
2642 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2643 |
msgid "who"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2647 |
msgid "sould"
|
2648 |
msgstr ""
|
2649 |
|
2650 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2651 |
msgid "why"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2655 |
msgid "so"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2659 |
msgid "that"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2663 |
msgid "with"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2667 |
msgid "the"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2671 |
msgid "their"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2675 |
msgid "there"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2679 |
msgid "actually"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2683 |
msgid "happened"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2687 |
msgid "need"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2691 |
msgid "thing"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2695 |
msgid "awesome"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2699 |
msgid "heart"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2703 |
msgid "never"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2707 |
msgid "think"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2711 |
msgid "baby"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2715 |
msgid "here"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2719 |
msgid "time"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2723 |
msgid "its"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2727 |
msgid "valentines"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2731 |
msgid "being"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2735 |
msgid "know"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2739 |
msgid "old"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2743 |
msgid "video"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2747 |
msgid "best"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2751 |
msgid "life"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2755 |
msgid "want"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2759 |
msgid "little"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2763 |
msgid "out"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2767 |
msgid "watch"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2771 |
msgid "boy"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2775 |
msgid "look"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2779 |
msgid "people"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2783 |
msgid "way"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2787 |
msgid "dog"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2791 |
msgid "photos"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2795 |
msgid "ways"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2799 |
msgid "down"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2803 |
msgid "made"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2807 |
msgid "really"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2811 |
msgid "world"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2815 |
msgid "facebook"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2819 |
msgid "make"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2823 |
msgid "reasons"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2827 |
msgid "year"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2831 |
msgid "first"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2835 |
msgid "makes"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2839 |
msgid "right"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2843 |
msgid "years"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2847 |
msgid "found"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2851 |
msgid "man"
|
2852 |
msgstr ""
|
2853 |
|
2854 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2855 |
msgid "see"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2859 |
msgid "you’ll"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2863 |
msgid "girl"
|
2864 |
msgstr ""
|
2865 |
|
2866 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2867 |
msgid "media"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2871 |
msgid "seen"
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2875 |
msgid "good"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2879 |
msgid "mind"
|
2880 |
msgstr ""
|
2881 |
|
2882 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2883 |
msgid "social"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2887 |
msgid "guy"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2891 |
msgid "more"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
-
#: includes/gutenberg/headline-tool/headline-tool.php:
|
2895 |
msgid "something"
|
2896 |
msgstr ""
|
2897 |
|
@@ -2947,9 +2947,9 @@ msgstr ""
|
|
2947 |
msgid "I already did"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
-
#: includes/admin/notification-event.php:
|
2951 |
-
#: includes/admin/routes.php:
|
2952 |
-
#: includes/admin/routes.php:
|
2953 |
msgid "You don't have permission to view ExactMetrics reports."
|
2954 |
msgstr ""
|
2955 |
|
@@ -2974,93 +2974,93 @@ msgstr ""
|
|
2974 |
msgid "%1$s ago"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
-
#: includes/admin/routes.php:
|
2978 |
msgid "The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 150+ form templates. Trusted by over 4 million websites as the best forms plugin"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: includes/admin/routes.php:
|
2982 |
msgid "The original WordPress SEO plugin and toolkit that improves your website’s search rankings. Comes with all the SEO features like Local SEO, WooCommerce SEO, sitemaps, SEO optimizer, schema, and more."
|
2983 |
msgstr ""
|
2984 |
|
2985 |
-
#: includes/admin/routes.php:
|
2986 |
msgid "Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization."
|
2987 |
msgstr ""
|
2988 |
|
2989 |
-
#: includes/admin/routes.php:
|
2990 |
msgid "Improve your WordPress email deliverability and make sure that your website emails reach user’s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues."
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: includes/admin/routes.php:
|
2994 |
msgid "The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites."
|
2995 |
msgstr ""
|
2996 |
|
2997 |
-
#: includes/admin/routes.php:
|
2998 |
msgid "Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress."
|
2999 |
msgstr ""
|
3000 |
|
3001 |
-
#: includes/admin/routes.php:
|
3002 |
msgid "Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase."
|
3003 |
msgstr ""
|
3004 |
|
3005 |
-
#: includes/admin/routes.php:
|
3006 |
msgid "Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites."
|
3007 |
msgstr ""
|
3008 |
|
3009 |
-
#: includes/admin/routes.php:
|
3010 |
msgid "Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month."
|
3011 |
msgstr ""
|
3012 |
|
3013 |
-
#: includes/admin/routes.php:
|
3014 |
msgid "Pretty Links helps you shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look how you want using your own domain name!"
|
3015 |
msgstr ""
|
3016 |
|
3017 |
-
#: includes/admin/routes.php:
|
3018 |
msgid "Invalid UA code"
|
3019 |
msgstr ""
|
3020 |
|
3021 |
-
#: includes/admin/routes.php:
|
3022 |
msgid "Please upload a valid .json file"
|
3023 |
msgstr ""
|
3024 |
|
3025 |
-
#: includes/admin/routes.php:
|
3026 |
msgid "Please upload a file to import"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
-
#: includes/admin/routes.php:
|
3030 |
-
#: includes/admin/routes.php:
|
3031 |
msgid "You can't view ExactMetrics reports because you are not licensed."
|
3032 |
msgstr ""
|
3033 |
|
3034 |
-
#: includes/admin/routes.php:
|
3035 |
-
#: includes/admin/routes.php:
|
3036 |
msgid "Add your license"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
-
#: includes/admin/routes.php:
|
3040 |
-
#: includes/admin/routes.php:
|
3041 |
msgid "You can't view ExactMetrics reports due to license key errors."
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: includes/admin/routes.php:
|
3045 |
-
#: includes/admin/routes.php:
|
3046 |
msgid "You must authenticate with ExactMetrics before you can view reports."
|
3047 |
msgstr ""
|
3048 |
|
3049 |
-
#: includes/admin/routes.php:
|
3050 |
-
#: includes/admin/routes.php:
|
3051 |
msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
|
3052 |
msgstr ""
|
3053 |
|
3054 |
-
#: includes/admin/routes.php:
|
3055 |
-
#: includes/admin/routes.php:
|
3056 |
msgid "We encountered an error when fetching the report data."
|
3057 |
msgstr ""
|
3058 |
|
3059 |
-
#: includes/admin/routes.php:
|
3060 |
msgid "Missing plugin name."
|
3061 |
msgstr ""
|
3062 |
|
3063 |
-
#: includes/admin/routes.php:
|
3064 |
msgid "Homepage"
|
3065 |
msgstr ""
|
3066 |
|
@@ -3203,7 +3203,7 @@ msgstr ""
|
|
3203 |
#: includes/admin/notifications/notification-bounce-rate.php:40
|
3204 |
#: includes/admin/notifications/notification-headline-analyzer.php:30
|
3205 |
#: includes/admin/notifications/notification-audience.php:43
|
3206 |
-
#: languages/vue.php:
|
3207 |
msgid "Learn More"
|
3208 |
msgstr ""
|
3209 |
|
@@ -3230,14 +3230,14 @@ msgid "View 2020 Year in Review report!"
|
|
3230 |
msgstr ""
|
3231 |
|
3232 |
#: includes/admin/common.php:940
|
3233 |
-
#: languages/vue.php:
|
3234 |
msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
|
3235 |
msgstr ""
|
3236 |
|
3237 |
#: includes/admin/admin.php:34
|
3238 |
#: includes/admin/admin.php:42
|
3239 |
#: includes/admin/admin.php:188
|
3240 |
-
#: languages/vue.php:
|
3241 |
msgid "Settings"
|
3242 |
msgstr ""
|
3243 |
|
@@ -3253,7 +3253,7 @@ msgstr ""
|
|
3253 |
|
3254 |
#: includes/admin/admin.php:39
|
3255 |
#: includes/admin/admin.php:98
|
3256 |
-
#: languages/vue.php:
|
3257 |
msgid "Reports"
|
3258 |
msgstr ""
|
3259 |
|
@@ -3263,7 +3263,7 @@ msgstr ""
|
|
3263 |
|
3264 |
#: includes/admin/admin.php:51
|
3265 |
#: languages/gutenberg.php:83
|
3266 |
-
#: languages/vue.php:
|
3267 |
msgid "Popular Posts"
|
3268 |
msgstr ""
|
3269 |
|
@@ -3292,7 +3292,7 @@ msgstr ""
|
|
3292 |
|
3293 |
#: includes/admin/admin.php:63
|
3294 |
#: includes/admin/admin.php:106
|
3295 |
-
#: languages/vue.php:
|
3296 |
msgid "About Us"
|
3297 |
msgstr ""
|
3298 |
|
@@ -3325,7 +3325,7 @@ msgstr ""
|
|
3325 |
|
3326 |
#: includes/admin/admin.php:178
|
3327 |
#: includes/admin/admin.php:181
|
3328 |
-
#: languages/vue.php:
|
3329 |
msgid "Support"
|
3330 |
msgstr ""
|
3331 |
|
@@ -3335,17 +3335,17 @@ msgid "Please rate %1$sExactMetrics%2$s on %3$s %4$sWordPress.org%5$s to help us
|
|
3335 |
msgstr ""
|
3336 |
|
3337 |
#: includes/admin/admin.php:284
|
3338 |
-
#: languages/vue.php:
|
3339 |
msgid "Please Setup Website Analytics to See Audience Insights"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
#: includes/admin/admin.php:285
|
3343 |
-
#: languages/vue.php:
|
3344 |
msgid "Connect ExactMetrics and Setup Website Analytics"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
#: includes/admin/admin.php:289
|
3348 |
-
#: languages/vue.php:
|
3349 |
msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 1 million website owners use ExactMetrics to see the stats that matter and grow their business."
|
3350 |
msgstr ""
|
3351 |
|
@@ -3356,17 +3356,17 @@ msgstr ""
|
|
3356 |
|
3357 |
#. Translators: Adds a link to the license renewal.
|
3358 |
#: includes/admin/admin.php:310
|
3359 |
-
#: languages/vue.php:
|
3360 |
msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
|
3361 |
msgstr ""
|
3362 |
|
3363 |
#: includes/admin/admin.php:312
|
3364 |
-
#: languages/vue.php:
|
3365 |
msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
|
3366 |
msgstr ""
|
3367 |
|
3368 |
#: includes/admin/admin.php:314
|
3369 |
-
#: languages/vue.php:
|
3370 |
msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
|
3371 |
msgstr ""
|
3372 |
|
@@ -3472,7 +3472,7 @@ msgstr ""
|
|
3472 |
|
3473 |
#: includes/admin/notifications/notification-mobile-device.php:35
|
3474 |
#: includes/admin/notifications/notification-returning-visitors.php:35
|
3475 |
-
#: includes/admin/notifications/notification-traffic-dropping.php:
|
3476 |
#: includes/admin/notifications/notification-visitors.php:43
|
3477 |
#: includes/admin/notifications/notification-bounce-rate.php:36
|
3478 |
#: includes/admin/notifications/notification-audience.php:39
|
@@ -3510,7 +3510,7 @@ msgstr ""
|
|
3510 |
#. Translators: visitors notification title
|
3511 |
#. Translators: Number of visitors.
|
3512 |
#: includes/admin/notifications/notification-visitors.php:37
|
3513 |
-
#: languages/vue.php:
|
3514 |
msgid "See how %s visitors found your site!"
|
3515 |
msgstr ""
|
3516 |
|
@@ -3601,12 +3601,12 @@ msgid "By upgrading to ExactMetrics Pro you get access to additional reports rig
|
|
3601 |
msgstr ""
|
3602 |
|
3603 |
#: includes/admin/notifications/notification-upgrade-to-pro.php:34
|
3604 |
-
#: languages/vue.php:
|
3605 |
msgid "Upgrade to Pro"
|
3606 |
msgstr ""
|
3607 |
|
3608 |
#: includes/admin/reports/overview.php:34
|
3609 |
-
#: languages/vue.php:
|
3610 |
msgid "Overview"
|
3611 |
msgstr ""
|
3612 |
|
@@ -3698,7 +3698,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %1$ssour pricing page%2$s, pur
|
|
3698 |
msgstr ""
|
3699 |
|
3700 |
#: includes/admin/reports/abstract-report.php:383
|
3701 |
-
#: languages/vue.php:
|
3702 |
msgid "Upgrade Now"
|
3703 |
msgstr ""
|
3704 |
|
@@ -3756,12 +3756,12 @@ msgid "United States"
|
|
3756 |
msgstr ""
|
3757 |
|
3758 |
#: includes/helpers.php:376
|
3759 |
-
#: includes/helpers.php:
|
3760 |
msgid "Canada"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
#: includes/helpers.php:377
|
3764 |
-
#: includes/helpers.php:
|
3765 |
msgid "United Kingdom"
|
3766 |
msgstr ""
|
3767 |
|
@@ -3844,7 +3844,7 @@ msgid "Bangladesh"
|
|
3844 |
msgstr ""
|
3845 |
|
3846 |
#: includes/helpers.php:397
|
3847 |
-
#: includes/helpers.php:
|
3848 |
msgid "Barbados"
|
3849 |
msgstr ""
|
3850 |
|
@@ -3857,7 +3857,7 @@ msgid "Belgium"
|
|
3857 |
msgstr ""
|
3858 |
|
3859 |
#: includes/helpers.php:400
|
3860 |
-
#: includes/helpers.php:
|
3861 |
msgid "Belize"
|
3862 |
msgstr ""
|
3863 |
|
@@ -3886,6 +3886,7 @@ msgid "Bosnia and Herzegovina"
|
|
3886 |
msgstr ""
|
3887 |
|
3888 |
#: includes/helpers.php:407
|
|
|
3889 |
msgid "Botswana"
|
3890 |
msgstr ""
|
3891 |
|
@@ -3914,6 +3915,7 @@ msgid "Burkina Faso"
|
|
3914 |
msgstr ""
|
3915 |
|
3916 |
#: includes/helpers.php:414
|
|
|
3917 |
msgid "Burundi"
|
3918 |
msgstr ""
|
3919 |
|
@@ -3922,6 +3924,7 @@ msgid "Cambodia"
|
|
3922 |
msgstr ""
|
3923 |
|
3924 |
#: includes/helpers.php:416
|
|
|
3925 |
msgid "Cameroon"
|
3926 |
msgstr ""
|
3927 |
|
@@ -4014,7 +4017,7 @@ msgid "Djibouti"
|
|
4014 |
msgstr ""
|
4015 |
|
4016 |
#: includes/helpers.php:439
|
4017 |
-
#: includes/helpers.php:
|
4018 |
msgid "Dominica"
|
4019 |
msgstr ""
|
4020 |
|
@@ -4063,6 +4066,7 @@ msgid "Faroe Islands"
|
|
4063 |
msgstr ""
|
4064 |
|
4065 |
#: includes/helpers.php:451
|
|
|
4066 |
msgid "Fiji"
|
4067 |
msgstr ""
|
4068 |
|
@@ -4091,6 +4095,7 @@ msgid "Gabon"
|
|
4091 |
msgstr ""
|
4092 |
|
4093 |
#: includes/helpers.php:458
|
|
|
4094 |
msgid "Gambia"
|
4095 |
msgstr ""
|
4096 |
|
@@ -4107,6 +4112,7 @@ msgid "Greece"
|
|
4107 |
msgstr ""
|
4108 |
|
4109 |
#: includes/helpers.php:462
|
|
|
4110 |
msgid "Ghana"
|
4111 |
msgstr ""
|
4112 |
|
@@ -4119,7 +4125,7 @@ msgid "Greenland"
|
|
4119 |
msgstr ""
|
4120 |
|
4121 |
#: includes/helpers.php:465
|
4122 |
-
#: includes/helpers.php:
|
4123 |
msgid "Grenada"
|
4124 |
msgstr ""
|
4125 |
|
@@ -4148,7 +4154,7 @@ msgid "Guinea-Bissau"
|
|
4148 |
msgstr ""
|
4149 |
|
4150 |
#: includes/helpers.php:472
|
4151 |
-
#: includes/helpers.php:
|
4152 |
msgid "Guyana"
|
4153 |
msgstr ""
|
4154 |
|
@@ -4181,6 +4187,7 @@ msgid "Iceland"
|
|
4181 |
msgstr ""
|
4182 |
|
4183 |
#: includes/helpers.php:480
|
|
|
4184 |
msgid "India"
|
4185 |
msgstr ""
|
4186 |
|
@@ -4197,7 +4204,7 @@ msgid "Iraq"
|
|
4197 |
msgstr ""
|
4198 |
|
4199 |
#: includes/helpers.php:484
|
4200 |
-
#: includes/helpers.php:
|
4201 |
msgid "Ireland"
|
4202 |
msgstr ""
|
4203 |
|
@@ -4214,7 +4221,7 @@ msgid "Italy"
|
|
4214 |
msgstr ""
|
4215 |
|
4216 |
#: includes/helpers.php:488
|
4217 |
-
#: includes/helpers.php:
|
4218 |
msgid "Jamaica"
|
4219 |
msgstr ""
|
4220 |
|
@@ -4235,10 +4242,12 @@ msgid "Kazakhstan"
|
|
4235 |
msgstr ""
|
4236 |
|
4237 |
#: includes/helpers.php:493
|
|
|
4238 |
msgid "Kenya"
|
4239 |
msgstr ""
|
4240 |
|
4241 |
#: includes/helpers.php:494
|
|
|
4242 |
msgid "Kiribati"
|
4243 |
msgstr ""
|
4244 |
|
@@ -4263,10 +4272,12 @@ msgid "Lebanon"
|
|
4263 |
msgstr ""
|
4264 |
|
4265 |
#: includes/helpers.php:500
|
|
|
4266 |
msgid "Lesotho"
|
4267 |
msgstr ""
|
4268 |
|
4269 |
#: includes/helpers.php:501
|
|
|
4270 |
msgid "Liberia"
|
4271 |
msgstr ""
|
4272 |
|
@@ -4299,6 +4310,7 @@ msgid "Madagascar"
|
|
4299 |
msgstr ""
|
4300 |
|
4301 |
#: includes/helpers.php:509
|
|
|
4302 |
msgid "Malawi"
|
4303 |
msgstr ""
|
4304 |
|
@@ -4315,10 +4327,12 @@ msgid "Mali"
|
|
4315 |
msgstr ""
|
4316 |
|
4317 |
#: includes/helpers.php:513
|
|
|
4318 |
msgid "Malta"
|
4319 |
msgstr ""
|
4320 |
|
4321 |
#: includes/helpers.php:514
|
|
|
4322 |
msgid "Marshall Islands"
|
4323 |
msgstr ""
|
4324 |
|
@@ -4331,6 +4345,7 @@ msgid "Mauritania"
|
|
4331 |
msgstr ""
|
4332 |
|
4333 |
#: includes/helpers.php:517
|
|
|
4334 |
msgid "Mauritius"
|
4335 |
msgstr ""
|
4336 |
|
@@ -4343,6 +4358,7 @@ msgid "Mexico"
|
|
4343 |
msgstr ""
|
4344 |
|
4345 |
#: includes/helpers.php:520
|
|
|
4346 |
msgid "Micronesia"
|
4347 |
msgstr ""
|
4348 |
|
@@ -4379,10 +4395,12 @@ msgid "Myanmar"
|
|
4379 |
msgstr ""
|
4380 |
|
4381 |
#: includes/helpers.php:529
|
|
|
4382 |
msgid "Namibia"
|
4383 |
msgstr ""
|
4384 |
|
4385 |
#: includes/helpers.php:530
|
|
|
4386 |
msgid "Nauru"
|
4387 |
msgstr ""
|
4388 |
|
@@ -4403,7 +4421,7 @@ msgid "New Caledonia"
|
|
4403 |
msgstr ""
|
4404 |
|
4405 |
#: includes/helpers.php:535
|
4406 |
-
#: includes/helpers.php:
|
4407 |
msgid "New Zealand"
|
4408 |
msgstr ""
|
4409 |
|
@@ -4416,6 +4434,7 @@ msgid "Niger"
|
|
4416 |
msgstr ""
|
4417 |
|
4418 |
#: includes/helpers.php:538
|
|
|
4419 |
msgid "Nigeria"
|
4420 |
msgstr ""
|
4421 |
|
@@ -4444,10 +4463,12 @@ msgid "Oman"
|
|
4444 |
msgstr ""
|
4445 |
|
4446 |
#: includes/helpers.php:545
|
|
|
4447 |
msgid "Pakistan"
|
4448 |
msgstr ""
|
4449 |
|
4450 |
#: includes/helpers.php:546
|
|
|
4451 |
msgid "Palau"
|
4452 |
msgstr ""
|
4453 |
|
@@ -4460,6 +4481,7 @@ msgid "Panama"
|
|
4460 |
msgstr ""
|
4461 |
|
4462 |
#: includes/helpers.php:549
|
|
|
4463 |
msgid "Papua New Guinea"
|
4464 |
msgstr ""
|
4465 |
|
@@ -4472,6 +4494,7 @@ msgid "Peru"
|
|
4472 |
msgstr ""
|
4473 |
|
4474 |
#: includes/helpers.php:552
|
|
|
4475 |
msgid "Philippines"
|
4476 |
msgstr ""
|
4477 |
|
@@ -4512,6 +4535,7 @@ msgid "Russian Federation"
|
|
4512 |
msgstr ""
|
4513 |
|
4514 |
#: includes/helpers.php:562
|
|
|
4515 |
msgid "Rwanda"
|
4516 |
msgstr ""
|
4517 |
|
@@ -4568,14 +4592,17 @@ msgid "Serbia"
|
|
4568 |
msgstr ""
|
4569 |
|
4570 |
#: includes/helpers.php:576
|
|
|
4571 |
msgid "Seychelles"
|
4572 |
msgstr ""
|
4573 |
|
4574 |
#: includes/helpers.php:577
|
|
|
4575 |
msgid "Sierra Leone"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
#: includes/helpers.php:578
|
|
|
4579 |
msgid "Singapore"
|
4580 |
msgstr ""
|
4581 |
|
@@ -4588,6 +4615,7 @@ msgid "Slovenia"
|
|
4588 |
msgstr ""
|
4589 |
|
4590 |
#: includes/helpers.php:581
|
|
|
4591 |
msgid "Solomon Islands"
|
4592 |
msgstr ""
|
4593 |
|
@@ -4596,6 +4624,7 @@ msgid "Somalia"
|
|
4596 |
msgstr ""
|
4597 |
|
4598 |
#: includes/helpers.php:583
|
|
|
4599 |
msgid "South Africa"
|
4600 |
msgstr ""
|
4601 |
|
@@ -4608,6 +4637,7 @@ msgid "South Korea"
|
|
4608 |
msgstr ""
|
4609 |
|
4610 |
#: includes/helpers.php:586
|
|
|
4611 |
msgid "South Sudan"
|
4612 |
msgstr ""
|
4613 |
|
@@ -4620,6 +4650,7 @@ msgid "Sri Lanka"
|
|
4620 |
msgstr ""
|
4621 |
|
4622 |
#: includes/helpers.php:589
|
|
|
4623 |
msgid "Sudan"
|
4624 |
msgstr ""
|
4625 |
|
@@ -4632,6 +4663,7 @@ msgid "Svalbard and Jan Mayen Islands"
|
|
4632 |
msgstr ""
|
4633 |
|
4634 |
#: includes/helpers.php:592
|
|
|
4635 |
msgid "Swaziland"
|
4636 |
msgstr ""
|
4637 |
|
@@ -4656,6 +4688,7 @@ msgid "Tajikistan"
|
|
4656 |
msgstr ""
|
4657 |
|
4658 |
#: includes/helpers.php:598
|
|
|
4659 |
msgid "Tanzania"
|
4660 |
msgstr ""
|
4661 |
|
@@ -4676,11 +4709,12 @@ msgid "Tokelau"
|
|
4676 |
msgstr ""
|
4677 |
|
4678 |
#: includes/helpers.php:603
|
|
|
4679 |
msgid "Tonga"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
#: includes/helpers.php:604
|
4683 |
-
#: includes/helpers.php:
|
4684 |
msgid "Trinidad and Tobago"
|
4685 |
msgstr ""
|
4686 |
|
@@ -4701,10 +4735,12 @@ msgid "Turks and Caicos Islands"
|
|
4701 |
msgstr ""
|
4702 |
|
4703 |
#: includes/helpers.php:609
|
|
|
4704 |
msgid "Tuvalu"
|
4705 |
msgstr ""
|
4706 |
|
4707 |
#: includes/helpers.php:610
|
|
|
4708 |
msgid "Uganda"
|
4709 |
msgstr ""
|
4710 |
|
@@ -4729,6 +4765,7 @@ msgid "Uzbekistan"
|
|
4729 |
msgstr ""
|
4730 |
|
4731 |
#: includes/helpers.php:616
|
|
|
4732 |
msgid "Vanuatu"
|
4733 |
msgstr ""
|
4734 |
|
@@ -4765,10 +4802,12 @@ msgid "Yemen"
|
|
4765 |
msgstr ""
|
4766 |
|
4767 |
#: includes/helpers.php:625
|
|
|
4768 |
msgid "Zambia"
|
4769 |
msgstr ""
|
4770 |
|
4771 |
#: includes/helpers.php:626
|
|
|
4772 |
msgid "Zimbabwe"
|
4773 |
msgstr ""
|
4774 |
|
@@ -4786,23 +4825,27 @@ msgstr ""
|
|
4786 |
msgid "%1$sWe have detected multiple tracking codes%2$s! You should remove non-ExactMetrics ones. If you need help finding them please %3$sread this article%4$s."
|
4787 |
msgstr ""
|
4788 |
|
4789 |
-
#: includes/helpers.php:
|
4790 |
-
msgid "The Bahamas"
|
4791 |
-
msgstr ""
|
4792 |
-
|
4793 |
-
#: includes/helpers.php:1664
|
4794 |
msgid "St Kitts and Nevis"
|
4795 |
msgstr ""
|
4796 |
|
4797 |
-
#: includes/helpers.php:
|
4798 |
msgid "St Lucia"
|
4799 |
msgstr ""
|
4800 |
|
4801 |
-
#: includes/helpers.php:
|
4802 |
msgid "St Vincent and the Grenadines"
|
4803 |
msgstr ""
|
4804 |
|
4805 |
-
#: includes/helpers.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4806 |
msgid "United States of America"
|
4807 |
msgstr ""
|
4808 |
|
@@ -4893,7 +4936,7 @@ msgid "Theme"
|
|
4893 |
msgstr ""
|
4894 |
|
4895 |
#: languages/gutenberg.php:77
|
4896 |
-
#: languages/vue.php:
|
4897 |
msgid "Inline Popular Posts"
|
4898 |
msgstr ""
|
4899 |
|
@@ -4930,7 +4973,7 @@ msgid "Comment Color"
|
|
4930 |
msgstr ""
|
4931 |
|
4932 |
#: languages/gutenberg.php:107
|
4933 |
-
#: languages/vue.php:
|
4934 |
msgid "Wide-Layout Options"
|
4935 |
msgstr ""
|
4936 |
|
@@ -4939,12 +4982,12 @@ msgid "Choose Layout"
|
|
4939 |
msgstr ""
|
4940 |
|
4941 |
#: languages/gutenberg.php:113
|
4942 |
-
#: languages/vue.php:
|
4943 |
msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
|
4944 |
msgstr ""
|
4945 |
|
4946 |
#: languages/gutenberg.php:116
|
4947 |
-
#: languages/vue.php:
|
4948 |
msgid "Post Count"
|
4949 |
msgstr ""
|
4950 |
|
@@ -4953,7 +4996,7 @@ msgid "Number of posts displayed."
|
|
4953 |
msgstr ""
|
4954 |
|
4955 |
#: languages/gutenberg.php:122
|
4956 |
-
#: languages/vue.php:
|
4957 |
msgid "Display Options"
|
4958 |
msgstr ""
|
4959 |
|
@@ -4966,7 +5009,7 @@ msgid "Display Widget Title"
|
|
4966 |
msgstr ""
|
4967 |
|
4968 |
#: languages/gutenberg.php:131
|
4969 |
-
#: languages/vue.php:
|
4970 |
msgid "Widget Title"
|
4971 |
msgstr ""
|
4972 |
|
@@ -4975,17 +5018,17 @@ msgid "Only Show Posts From These Categories"
|
|
4975 |
msgstr ""
|
4976 |
|
4977 |
#: languages/gutenberg.php:137
|
4978 |
-
#: languages/vue.php:
|
4979 |
msgid "Display Author"
|
4980 |
msgstr ""
|
4981 |
|
4982 |
#: languages/gutenberg.php:140
|
4983 |
-
#: languages/vue.php:
|
4984 |
msgid "Display Date"
|
4985 |
msgstr ""
|
4986 |
|
4987 |
#: languages/gutenberg.php:143
|
4988 |
-
#: languages/vue.php:
|
4989 |
msgid "Display Comments"
|
4990 |
msgstr ""
|
4991 |
|
@@ -5206,7 +5249,7 @@ msgid "Goal: "
|
|
5206 |
msgstr ""
|
5207 |
|
5208 |
#: languages/gutenberg.php:312
|
5209 |
-
#: languages/vue.php:
|
5210 |
msgid "Headline Analyzer"
|
5211 |
msgstr ""
|
5212 |
|
@@ -5226,39 +5269,39 @@ msgstr ""
|
|
5226 |
msgid "2"
|
5227 |
msgstr ""
|
5228 |
|
5229 |
-
#: languages/vue.php:
|
5230 |
msgid "Error"
|
5231 |
msgstr ""
|
5232 |
|
5233 |
-
#: languages/vue.php:
|
5234 |
msgid "Please try again."
|
5235 |
msgstr ""
|
5236 |
|
5237 |
-
#: languages/vue.php:
|
5238 |
msgid "Today"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
-
#: languages/vue.php:
|
5242 |
msgid "Yesterday"
|
5243 |
msgstr ""
|
5244 |
|
5245 |
-
#: languages/vue.php:
|
5246 |
msgid "Last Week"
|
5247 |
msgstr ""
|
5248 |
|
5249 |
-
#: languages/vue.php:
|
5250 |
msgid "Last Month"
|
5251 |
msgstr ""
|
5252 |
|
5253 |
-
#: languages/vue.php:
|
5254 |
msgid "Last 7 days"
|
5255 |
msgstr ""
|
5256 |
|
5257 |
-
#: languages/vue.php:
|
5258 |
msgid "Last 30 days"
|
5259 |
msgstr ""
|
5260 |
|
5261 |
-
#: languages/vue.php:
|
5262 |
msgid "Loading Settings"
|
5263 |
msgstr ""
|
5264 |
|
@@ -5308,19 +5351,19 @@ msgstr ""
|
|
5308 |
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."
|
5309 |
msgstr ""
|
5310 |
|
5311 |
-
#: languages/vue.php:
|
5312 |
msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
|
5313 |
msgstr ""
|
5314 |
|
5315 |
-
#: languages/vue.php:
|
5316 |
msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
|
5317 |
msgstr ""
|
5318 |
|
5319 |
-
#: languages/vue.php:
|
5320 |
msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
|
5321 |
msgstr ""
|
5322 |
|
5323 |
-
#: languages/vue.php:
|
5324 |
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."
|
5325 |
msgstr ""
|
5326 |
|
@@ -5328,3300 +5371,3300 @@ msgstr ""
|
|
5328 |
msgid "Unlock the Forms Report and Improve Conversions"
|
5329 |
msgstr ""
|
5330 |
|
5331 |
-
#: languages/vue.php:
|
5332 |
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."
|
5333 |
msgstr ""
|
5334 |
|
5335 |
-
#: languages/vue.php:
|
5336 |
msgid "Unlock the Search Console Report and See How People Find Your Website"
|
5337 |
msgstr ""
|
5338 |
|
5339 |
-
#: languages/vue.php:
|
5340 |
msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
|
5341 |
msgstr ""
|
5342 |
|
5343 |
-
#: languages/vue.php:
|
5344 |
msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
|
5345 |
msgstr ""
|
5346 |
|
5347 |
-
#: languages/vue.php:
|
5348 |
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."
|
5349 |
msgstr ""
|
5350 |
|
5351 |
-
#: languages/vue.php:
|
5352 |
msgid "Loading settings"
|
5353 |
msgstr ""
|
5354 |
|
5355 |
-
#: languages/vue.php:
|
5356 |
msgid "Success! "
|
5357 |
msgstr ""
|
5358 |
|
5359 |
-
#: languages/vue.php:
|
5360 |
msgid "You're now using ExactMetrics Pro with all the features."
|
5361 |
msgstr ""
|
5362 |
|
5363 |
#. Translators: Placeholder gets replaced with an arrow icon.
|
5364 |
-
#: languages/vue.php:
|
5365 |
msgid "Get Started %s"
|
5366 |
msgstr ""
|
5367 |
|
5368 |
#. Translators: Current PHP version and recommended PHP version.
|
5369 |
-
#: languages/vue.php:
|
5370 |
msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$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 %2$s) only takes a few minutes and will make your website significantly faster and more secure."
|
5371 |
msgstr ""
|
5372 |
|
5373 |
#. Translators: Current WordPress version.
|
5374 |
-
#: languages/vue.php:
|
5375 |
msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
|
5376 |
msgstr ""
|
5377 |
|
5378 |
-
#: languages/vue.php:
|
5379 |
msgid "Yikes! PHP Update Required"
|
5380 |
msgstr ""
|
5381 |
|
5382 |
#. Translators: Current PHP version and recommended PHP version.
|
5383 |
-
#: languages/vue.php:
|
5384 |
msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
|
5385 |
msgstr ""
|
5386 |
|
5387 |
-
#: languages/vue.php:
|
5388 |
msgid "Learn more about updating PHP"
|
5389 |
msgstr ""
|
5390 |
|
5391 |
-
#: languages/vue.php:
|
5392 |
msgid "Yikes! WordPress Update Required"
|
5393 |
msgstr ""
|
5394 |
|
5395 |
#. Translators: Current WordPress version.
|
5396 |
-
#: languages/vue.php:
|
5397 |
msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
|
5398 |
msgstr ""
|
5399 |
|
5400 |
-
#: languages/vue.php:
|
5401 |
msgid "Learn more about updating WordPress"
|
5402 |
msgstr ""
|
5403 |
|
5404 |
#. Translators: Makes the text bold.
|
5405 |
-
#: languages/vue.php:
|
5406 |
msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
|
5407 |
msgstr ""
|
5408 |
|
5409 |
#. Translators: Makes the text bold.
|
5410 |
-
#: languages/vue.php:
|
5411 |
msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
|
5412 |
msgstr ""
|
5413 |
|
5414 |
#. Translators: Makes the text bold.
|
5415 |
-
#: languages/vue.php:
|
5416 |
msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
|
5417 |
msgstr ""
|
5418 |
|
5419 |
#. Translators: Makes text bold.
|
5420 |
-
#: languages/vue.php:
|
5421 |
msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
|
5422 |
msgstr ""
|
5423 |
|
5424 |
#. Translators: Makes the text bold.
|
5425 |
-
#: languages/vue.php:
|
5426 |
msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
|
5427 |
msgstr ""
|
5428 |
|
5429 |
#. Translators: Makes the text bold.
|
5430 |
-
#: languages/vue.php:
|
5431 |
msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
|
5432 |
msgstr ""
|
5433 |
|
5434 |
#. Translators: Makes the text bold.
|
5435 |
-
#: languages/vue.php:
|
5436 |
msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
|
5437 |
msgstr ""
|
5438 |
|
5439 |
#. Translators: Makes text bold.
|
5440 |
-
#: languages/vue.php:
|
5441 |
msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
|
5442 |
msgstr ""
|
5443 |
|
5444 |
#. Translators: Adds a link and an arrow icon.
|
5445 |
-
#: languages/vue.php:
|
5446 |
msgid "%1$sSee All Features%2$s"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
-
#: languages/vue.php:
|
5450 |
msgid "Pro Plan"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
-
#: languages/vue.php:
|
5454 |
msgid "per year"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
-
#: languages/vue.php:
|
5458 |
msgid "Upgrade to ExactMetrics Pro Now"
|
5459 |
msgstr ""
|
5460 |
|
5461 |
-
#: languages/vue.php:
|
5462 |
msgid "This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
-
#: languages/vue.php:
|
5466 |
msgid "Daniel Monaghan - Experienced"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
-
#: languages/vue.php:
|
5470 |
msgid "Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it."
|
5471 |
msgstr ""
|
5472 |
|
5473 |
-
#: languages/vue.php:
|
5474 |
msgid "Naomi Spirit - From This Day"
|
5475 |
msgstr ""
|
5476 |
|
5477 |
-
#: languages/vue.php:
|
5478 |
msgid "Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
-
#: languages/vue.php:
|
5482 |
msgid "Julie Dupuis - Faraway Land Travel"
|
5483 |
msgstr ""
|
5484 |
|
5485 |
-
#: languages/vue.php:
|
5486 |
msgid "Guides and Documentation:"
|
5487 |
msgstr ""
|
5488 |
|
5489 |
-
#: languages/vue.php:
|
5490 |
msgid "Upgrade to PRO"
|
5491 |
msgstr ""
|
5492 |
|
5493 |
-
#: languages/vue.php:
|
5494 |
msgid "eCommerce Tracking"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
-
#: languages/vue.php:
|
5498 |
msgid "Custom Dimensions"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
-
#: languages/vue.php:
|
5502 |
msgid "Form Tracking"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
-
#: languages/vue.php:
|
5506 |
msgid "AMP Support"
|
5507 |
msgstr ""
|
5508 |
|
5509 |
-
#: languages/vue.php:
|
5510 |
msgid "Author Tracking"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
-
#: languages/vue.php:
|
5514 |
msgid "EU Compliance Addon"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: languages/vue.php:
|
5518 |
msgid "Real Time Report"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: languages/vue.php:
|
5522 |
msgid "Google Optimize"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#: languages/vue.php:
|
5526 |
msgid "Custom Date Ranges"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
-
#: languages/vue.php:
|
5530 |
msgid "Getting Started with ExactMetrics"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
-
#: languages/vue.php:
|
5534 |
msgid "ExactMetrics 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."
|
5535 |
msgstr ""
|
5536 |
|
5537 |
-
#: languages/vue.php:
|
5538 |
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."
|
5539 |
msgstr ""
|
5540 |
|
5541 |
-
#: languages/vue.php:
|
5542 |
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!."
|
5543 |
msgstr ""
|
5544 |
|
5545 |
-
#: languages/vue.php:
|
5546 |
msgid "Launch the wizard!"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
-
#: languages/vue.php:
|
5550 |
msgid "Welcome to"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
#. Translators: Adds a line break.
|
5554 |
-
#: languages/vue.php:
|
5555 |
msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
|
5556 |
msgstr ""
|
5557 |
|
5558 |
#. Translators: Makes the product name bold.
|
5559 |
-
#: languages/vue.php:
|
5560 |
msgid "%1$sExactMetrics%2$s 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."
|
5561 |
msgstr ""
|
5562 |
|
5563 |
-
#: languages/vue.php:
|
5564 |
msgid "ExactMetrics Features & Addons"
|
5565 |
msgstr ""
|
5566 |
|
5567 |
-
#: languages/vue.php:
|
5568 |
msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
|
5569 |
msgstr ""
|
5570 |
|
5571 |
-
#: languages/vue.php:
|
5572 |
msgid "Getting Started"
|
5573 |
msgstr ""
|
5574 |
|
5575 |
-
#: languages/vue.php:
|
5576 |
msgid "Lite vs Pro"
|
5577 |
msgstr ""
|
5578 |
|
5579 |
-
#: languages/vue.php:
|
5580 |
msgid "Import Export"
|
5581 |
msgstr ""
|
5582 |
|
5583 |
-
#: languages/vue.php:
|
5584 |
msgid "PrettyLinks Integration"
|
5585 |
msgstr ""
|
5586 |
|
5587 |
-
#: languages/vue.php:
|
5588 |
msgid "Popular Posts Widget"
|
5589 |
msgstr ""
|
5590 |
|
5591 |
-
#: languages/vue.php:
|
5592 |
msgid "Popular Products"
|
5593 |
msgstr ""
|
5594 |
|
5595 |
-
#: languages/vue.php:
|
5596 |
msgid "Engagement"
|
5597 |
msgstr ""
|
5598 |
|
5599 |
-
#: languages/vue.php:
|
5600 |
msgid "Publisher"
|
5601 |
msgstr ""
|
5602 |
|
5603 |
-
#: languages/vue.php:
|
5604 |
msgid "Conversions"
|
5605 |
msgstr ""
|
5606 |
|
5607 |
-
#: languages/vue.php:
|
5608 |
msgid "Advanced"
|
5609 |
msgstr ""
|
5610 |
|
5611 |
-
#: languages/vue.php:
|
5612 |
msgid "URL Builder"
|
5613 |
msgstr ""
|
5614 |
|
5615 |
-
#: languages/vue.php:
|
5616 |
msgid "Dimensions Report"
|
5617 |
msgstr ""
|
5618 |
|
5619 |
-
#: languages/vue.php:
|
5620 |
msgid "Real-Time"
|
5621 |
msgstr ""
|
5622 |
|
5623 |
-
#: languages/vue.php:
|
5624 |
msgid "Exit Setup"
|
5625 |
msgstr ""
|
5626 |
|
5627 |
-
#: languages/vue.php:
|
5628 |
msgid "Go back"
|
5629 |
msgstr ""
|
5630 |
|
5631 |
#. Translators: Placeholders are replaced with the current step number out of the total number of steps.
|
5632 |
-
#: languages/vue.php:
|
5633 |
msgid "Step %1$s of %2$s"
|
5634 |
msgstr ""
|
5635 |
|
5636 |
-
#: languages/vue.php:
|
5637 |
msgid "You must connect with ExactMetrics before you can view reports."
|
5638 |
msgstr ""
|
5639 |
|
5640 |
-
#: languages/vue.php:
|
5641 |
msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
|
5642 |
msgstr ""
|
5643 |
|
5644 |
-
#: languages/vue.php:
|
5645 |
msgid "Launch Setup Wizard"
|
5646 |
msgstr ""
|
5647 |
|
5648 |
-
#: languages/vue.php:
|
5649 |
msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
|
5650 |
msgstr ""
|
5651 |
|
5652 |
-
#: languages/vue.php:
|
5653 |
msgid "Inbox"
|
5654 |
msgstr ""
|
5655 |
|
5656 |
-
#: languages/vue.php:
|
5657 |
msgid "Back to Inbox"
|
5658 |
msgstr ""
|
5659 |
|
5660 |
-
#: languages/vue.php:
|
5661 |
msgid "View Dismissed"
|
5662 |
msgstr ""
|
5663 |
|
5664 |
-
#: languages/vue.php:
|
5665 |
msgid "Notifications"
|
5666 |
msgstr ""
|
5667 |
|
5668 |
-
#: languages/vue.php:
|
5669 |
msgid "Dismiss All"
|
5670 |
msgstr ""
|
5671 |
|
5672 |
-
#: languages/vue.php:
|
5673 |
msgid "Dismissed"
|
5674 |
msgstr ""
|
5675 |
|
5676 |
-
#: languages/vue.php:
|
5677 |
msgid "No Notifications"
|
5678 |
msgstr ""
|
5679 |
|
5680 |
-
#: languages/vue.php:
|
5681 |
-
#: languages/vue.php:
|
5682 |
msgid "ExactMetrics Addons"
|
5683 |
msgstr ""
|
5684 |
|
5685 |
-
#: languages/vue.php:
|
5686 |
msgid "Search Addons"
|
5687 |
msgstr ""
|
5688 |
|
5689 |
-
#: languages/vue.php:
|
5690 |
msgid "Save Changes"
|
5691 |
msgstr ""
|
5692 |
|
5693 |
-
#: languages/vue.php:
|
5694 |
msgid "ExactMetrics encountered an error loading your report data"
|
5695 |
msgstr ""
|
5696 |
|
5697 |
-
#: languages/vue.php:
|
5698 |
msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
|
5699 |
msgstr ""
|
5700 |
|
5701 |
-
#: languages/vue.php:
|
5702 |
-
#: languages/vue.php:
|
5703 |
msgid "Reconnect ExactMetrics"
|
5704 |
msgstr ""
|
5705 |
|
5706 |
-
#: languages/vue.php:
|
5707 |
msgid "Re-Authenticating"
|
5708 |
msgstr ""
|
5709 |
|
5710 |
-
#: languages/vue.php:
|
5711 |
msgid "Ok"
|
5712 |
msgstr ""
|
5713 |
|
5714 |
-
#: languages/vue.php:
|
5715 |
msgid "See Quick Links"
|
5716 |
msgstr ""
|
5717 |
|
5718 |
-
#: languages/vue.php:
|
5719 |
msgid "Suggest a Feature"
|
5720 |
msgstr ""
|
5721 |
|
5722 |
-
#: languages/vue.php:
|
5723 |
msgid "Join Our Community"
|
5724 |
msgstr ""
|
5725 |
|
5726 |
-
#: languages/vue.php:
|
5727 |
msgid "Support & Docs"
|
5728 |
msgstr ""
|
5729 |
|
5730 |
-
#: languages/vue.php:
|
5731 |
msgid "Upgrade to Pro »"
|
5732 |
msgstr ""
|
5733 |
|
5734 |
-
#: languages/vue.php:
|
5735 |
msgid "One-click Complete eCommerce tracking"
|
5736 |
msgstr ""
|
5737 |
|
5738 |
-
#: languages/vue.php:
|
5739 |
msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
|
5740 |
msgstr ""
|
5741 |
|
5742 |
-
#: languages/vue.php:
|
5743 |
msgid "Forms Tracking"
|
5744 |
msgstr ""
|
5745 |
|
5746 |
-
#: languages/vue.php:
|
5747 |
msgid "One-click Form Events Tracking"
|
5748 |
msgstr ""
|
5749 |
|
5750 |
-
#: languages/vue.php:
|
5751 |
msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
|
5752 |
msgstr ""
|
5753 |
|
5754 |
-
#: languages/vue.php:
|
5755 |
msgid "WordPress Admin Area Reports"
|
5756 |
msgstr ""
|
5757 |
|
5758 |
-
#: languages/vue.php:
|
5759 |
msgid "Standard Reports"
|
5760 |
msgstr ""
|
5761 |
|
5762 |
-
#: languages/vue.php:
|
5763 |
msgid "Overview Reports for the last 30 days."
|
5764 |
msgstr ""
|
5765 |
|
5766 |
-
#: languages/vue.php:
|
5767 |
msgid "Advanced Reports"
|
5768 |
msgstr ""
|
5769 |
|
5770 |
-
#: languages/vue.php:
|
5771 |
msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
|
5772 |
msgstr ""
|
5773 |
|
5774 |
-
#: languages/vue.php:
|
5775 |
msgid "Dashboard Widget"
|
5776 |
msgstr ""
|
5777 |
|
5778 |
-
#: languages/vue.php:
|
5779 |
msgid "Basic Widget"
|
5780 |
msgstr ""
|
5781 |
|
5782 |
-
#: languages/vue.php:
|
5783 |
msgid "Overview Report Synopsis"
|
5784 |
msgstr ""
|
5785 |
|
5786 |
-
#: languages/vue.php:
|
5787 |
msgid "Advanced Dashboard Widget"
|
5788 |
msgstr ""
|
5789 |
|
5790 |
-
#: languages/vue.php:
|
5791 |
msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
|
5792 |
msgstr ""
|
5793 |
|
5794 |
-
#: languages/vue.php:
|
5795 |
msgid "Publisher Reports"
|
5796 |
msgstr ""
|
5797 |
|
5798 |
-
#: languages/vue.php:
|
5799 |
msgid "Advanced Publisher Reports & Tracking"
|
5800 |
msgstr ""
|
5801 |
|
5802 |
-
#: languages/vue.php:
|
5803 |
msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
|
5804 |
msgstr ""
|
5805 |
|
5806 |
-
#: languages/vue.php:
|
5807 |
msgid "Not Available"
|
5808 |
msgstr ""
|
5809 |
|
5810 |
-
#: languages/vue.php:
|
5811 |
msgid "Complete Custom Dimensions Tracking"
|
5812 |
msgstr ""
|
5813 |
|
5814 |
-
#: languages/vue.php:
|
5815 |
msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
|
5816 |
msgstr ""
|
5817 |
|
5818 |
-
#: languages/vue.php:
|
5819 |
msgid "Limited Support"
|
5820 |
msgstr ""
|
5821 |
|
5822 |
-
#: languages/vue.php:
|
5823 |
msgid "Priority Support"
|
5824 |
msgstr ""
|
5825 |
|
5826 |
-
#: languages/vue.php:
|
5827 |
msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
|
5828 |
msgstr ""
|
5829 |
|
5830 |
-
#: languages/vue.php:
|
5831 |
msgid "Feature"
|
5832 |
msgstr ""
|
5833 |
|
5834 |
-
#: languages/vue.php:
|
5835 |
msgid "Lite"
|
5836 |
msgstr ""
|
5837 |
|
5838 |
-
#: languages/vue.php:
|
5839 |
msgid "Pro"
|
5840 |
msgstr ""
|
5841 |
|
5842 |
-
#: languages/vue.php:
|
5843 |
msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
|
5844 |
msgstr ""
|
5845 |
|
5846 |
-
#: languages/vue.php:
|
5847 |
msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
|
5848 |
msgstr ""
|
5849 |
|
5850 |
-
#: languages/vue.php:
|
5851 |
msgid "Universal Tracking"
|
5852 |
msgstr ""
|
5853 |
|
5854 |
-
#: languages/vue.php:
|
5855 |
msgid "Included"
|
5856 |
msgstr ""
|
5857 |
|
5858 |
-
#: languages/vue.php:
|
5859 |
msgid "Custom Google Analytics Link Tracking"
|
5860 |
msgstr ""
|
5861 |
|
5862 |
-
#: languages/vue.php:
|
5863 |
msgid "Standard Tracking"
|
5864 |
msgstr ""
|
5865 |
|
5866 |
-
#: languages/vue.php:
|
5867 |
msgid "Advanced Tracking"
|
5868 |
msgstr ""
|
5869 |
|
5870 |
-
#: languages/vue.php:
|
5871 |
msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
|
5872 |
msgstr ""
|
5873 |
|
5874 |
-
#: languages/vue.php:
|
5875 |
msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
|
5876 |
msgstr ""
|
5877 |
|
5878 |
-
#: languages/vue.php:
|
5879 |
msgid "No-Code-Needed Tracking Features"
|
5880 |
msgstr ""
|
5881 |
|
5882 |
-
#: languages/vue.php:
|
5883 |
msgid "Basic Tracking Options"
|
5884 |
msgstr ""
|
5885 |
|
5886 |
-
#: languages/vue.php:
|
5887 |
msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
|
5888 |
msgstr ""
|
5889 |
|
5890 |
-
#: languages/vue.php:
|
5891 |
msgid "Advanced Tracking Options"
|
5892 |
msgstr ""
|
5893 |
|
5894 |
-
#: languages/vue.php:
|
5895 |
msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
|
5896 |
msgstr ""
|
5897 |
|
5898 |
-
#: languages/vue.php:
|
5899 |
msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
|
5900 |
msgstr ""
|
5901 |
|
5902 |
-
#: languages/vue.php:
|
5903 |
msgid "No addons found."
|
5904 |
msgstr ""
|
5905 |
|
5906 |
-
#: languages/vue.php:
|
5907 |
msgid "Refresh Addons"
|
5908 |
msgstr ""
|
5909 |
|
5910 |
#. Translators: Adds a line break.
|
5911 |
-
#: languages/vue.php:
|
5912 |
msgid "Upgrade to Pro to unlock addons and other great features."
|
5913 |
msgstr ""
|
5914 |
|
5915 |
-
#: languages/vue.php:
|
5916 |
msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
|
5917 |
msgstr ""
|
5918 |
|
5919 |
-
#: languages/vue.php:
|
5920 |
msgid "Refreshing Addons"
|
5921 |
msgstr ""
|
5922 |
|
5923 |
-
#: languages/vue.php:
|
5924 |
msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
|
5925 |
msgstr ""
|
5926 |
|
5927 |
-
#: languages/vue.php:
|
5928 |
msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
|
5929 |
msgstr ""
|
5930 |
|
5931 |
-
#: languages/vue.php:
|
5932 |
msgid "The ExactMetrics Team"
|
5933 |
msgstr ""
|
5934 |
|
5935 |
#. Translators: Placeholders make the text green.
|
5936 |
-
#: languages/vue.php:
|
5937 |
msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
|
5938 |
msgstr ""
|
5939 |
|
5940 |
-
#: languages/vue.php:
|
5941 |
msgid "How to Connect to Google Analytics"
|
5942 |
msgstr ""
|
5943 |
|
5944 |
-
#: languages/vue.php:
|
5945 |
msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
|
5946 |
msgstr ""
|
5947 |
|
5948 |
-
#: languages/vue.php:
|
5949 |
msgid "Guide and Checklist for Advanced Insights"
|
5950 |
msgstr ""
|
5951 |
|
5952 |
-
#: languages/vue.php:
|
5953 |
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 ExactMetrics’ advanced tracking."
|
5954 |
msgstr ""
|
5955 |
|
5956 |
-
#: languages/vue.php:
|
5957 |
msgid "GDPR Guide"
|
5958 |
msgstr ""
|
5959 |
|
5960 |
-
#: languages/vue.php:
|
5961 |
msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
|
5962 |
msgstr ""
|
5963 |
|
5964 |
-
#: languages/vue.php:
|
5965 |
msgid "How to Install and Activate ExactMetrics Addons"
|
5966 |
msgstr ""
|
5967 |
|
5968 |
-
#: languages/vue.php:
|
5969 |
msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
|
5970 |
msgstr ""
|
5971 |
|
5972 |
-
#: languages/vue.php:
|
5973 |
msgid "Enabling eCommerce Tracking and Reports"
|
5974 |
msgstr ""
|
5975 |
|
5976 |
-
#: languages/vue.php:
|
5977 |
msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
|
5978 |
msgstr ""
|
5979 |
|
5980 |
-
#: languages/vue.php:
|
5981 |
msgid "Read Documentation"
|
5982 |
msgstr ""
|
5983 |
|
5984 |
#. Translators: Makes the text bold.
|
5985 |
-
#: languages/vue.php:
|
5986 |
msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
|
5987 |
msgstr ""
|
5988 |
|
5989 |
#. Translators: Makes the text bold.
|
5990 |
-
#: languages/vue.php:
|
5991 |
msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
|
5992 |
msgstr ""
|
5993 |
|
5994 |
-
#: languages/vue.php:
|
5995 |
msgid "ExactMetrics Recommends WPForms"
|
5996 |
msgstr ""
|
5997 |
|
5998 |
-
#: languages/vue.php:
|
5999 |
msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
|
6000 |
msgstr ""
|
6001 |
|
6002 |
-
#: languages/vue.php:
|
6003 |
msgid "Used on over 3,000,000 websites!"
|
6004 |
msgstr ""
|
6005 |
|
6006 |
-
#: languages/vue.php:
|
6007 |
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!"
|
6008 |
msgstr ""
|
6009 |
|
6010 |
-
#: languages/vue.php:
|
6011 |
msgid "Skip this Step"
|
6012 |
msgstr ""
|
6013 |
|
6014 |
-
#: languages/vue.php:
|
6015 |
msgid "Continue & Install WPForms"
|
6016 |
msgstr ""
|
6017 |
|
6018 |
-
#: languages/vue.php:
|
6019 |
msgid "Installing..."
|
6020 |
msgstr ""
|
6021 |
|
6022 |
-
#: languages/vue.php:
|
6023 |
msgid "Awesome, You're All Set!"
|
6024 |
msgstr ""
|
6025 |
|
6026 |
-
#: languages/vue.php:
|
6027 |
msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
|
6028 |
msgstr ""
|
6029 |
|
6030 |
#. Translators: Make the text bold.
|
6031 |
-
#: languages/vue.php:
|
6032 |
msgid "%1$sPlease Note:%2$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."
|
6033 |
msgstr ""
|
6034 |
|
6035 |
#. Translators: Add link to blog.
|
6036 |
-
#: languages/vue.php:
|
6037 |
msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
|
6038 |
msgstr ""
|
6039 |
|
6040 |
-
#: languages/vue.php:
|
6041 |
msgid "Finish Setup & Exit Wizard"
|
6042 |
msgstr ""
|
6043 |
|
6044 |
-
#: languages/vue.php:
|
6045 |
msgid "Google Analytics"
|
6046 |
msgstr ""
|
6047 |
|
6048 |
-
#: languages/vue.php:
|
6049 |
msgid "Subscribe"
|
6050 |
msgstr ""
|
6051 |
|
6052 |
-
#: languages/vue.php:
|
6053 |
msgid "Checking your website..."
|
6054 |
msgstr ""
|
6055 |
|
6056 |
#. Translators: Placeholders make the text highlighted.
|
6057 |
-
#: languages/vue.php:
|
6058 |
msgid "%1$sNeed%2$s to Grow FASTER??"
|
6059 |
msgstr ""
|
6060 |
|
6061 |
-
#: languages/vue.php:
|
6062 |
msgid "Get additional, actionable insights by going Pro."
|
6063 |
msgstr ""
|
6064 |
|
6065 |
-
#: languages/vue.php:
|
6066 |
msgid "Skip"
|
6067 |
msgstr ""
|
6068 |
|
6069 |
-
#: languages/vue.php:
|
6070 |
msgid "See All Features"
|
6071 |
msgstr ""
|
6072 |
|
6073 |
-
#: languages/vue.php:
|
6074 |
msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
|
6075 |
msgstr ""
|
6076 |
|
6077 |
-
#: languages/vue.php:
|
6078 |
msgid "Our Pro plan includes:"
|
6079 |
msgstr ""
|
6080 |
|
6081 |
-
#: languages/vue.php:
|
6082 |
msgid "Welcome to ExactMetrics!"
|
6083 |
msgstr ""
|
6084 |
|
6085 |
-
#: languages/vue.php:
|
6086 |
msgid "Let's get you set up."
|
6087 |
msgstr ""
|
6088 |
|
6089 |
-
#: languages/vue.php:
|
6090 |
msgid "Save and Continue"
|
6091 |
msgstr ""
|
6092 |
|
6093 |
-
#: languages/vue.php:
|
6094 |
msgid "Which category best describes your website?"
|
6095 |
msgstr ""
|
6096 |
|
6097 |
-
#: languages/vue.php:
|
6098 |
msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
|
6099 |
msgstr ""
|
6100 |
|
6101 |
-
#: languages/vue.php:
|
6102 |
msgid "Business Website"
|
6103 |
msgstr ""
|
6104 |
|
6105 |
#. Translators: Make text bold.
|
6106 |
-
#: languages/vue.php:
|
6107 |
msgid "Publisher %1$s(Blog)%2$s"
|
6108 |
msgstr ""
|
6109 |
|
6110 |
-
#: languages/vue.php:
|
6111 |
msgid "Ecommerce"
|
6112 |
msgstr ""
|
6113 |
|
6114 |
-
#: languages/vue.php:
|
6115 |
msgid "Connect ExactMetrics to Your Website"
|
6116 |
msgstr ""
|
6117 |
|
6118 |
-
#: languages/vue.php:
|
6119 |
msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
|
6120 |
msgstr ""
|
6121 |
|
6122 |
-
#: languages/vue.php:
|
6123 |
msgid "Connect Google Analytics + WordPress"
|
6124 |
msgstr ""
|
6125 |
|
6126 |
-
#: languages/vue.php:
|
6127 |
msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
|
6128 |
msgstr ""
|
6129 |
|
6130 |
-
#: languages/vue.php:
|
6131 |
msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
|
6132 |
msgstr ""
|
6133 |
|
6134 |
-
#: languages/vue.php:
|
6135 |
msgid "Manually enter your UA code"
|
6136 |
msgstr ""
|
6137 |
|
6138 |
-
#: languages/vue.php:
|
6139 |
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."
|
6140 |
msgstr ""
|
6141 |
|
6142 |
-
#: languages/vue.php:
|
6143 |
msgid "UA code can't be empty"
|
6144 |
msgstr ""
|
6145 |
|
6146 |
-
#: languages/vue.php:
|
6147 |
msgid "Saving UA code..."
|
6148 |
msgstr ""
|
6149 |
|
6150 |
-
#: languages/vue.php:
|
6151 |
msgid "Recommended Addons"
|
6152 |
msgstr ""
|
6153 |
|
6154 |
#. Translators: Add a link to upgrade and make the text green.
|
6155 |
-
#: languages/vue.php:
|
6156 |
msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
|
6157 |
msgstr ""
|
6158 |
|
6159 |
-
#: languages/vue.php:
|
6160 |
msgid "Save and continue"
|
6161 |
msgstr ""
|
6162 |
|
6163 |
-
#: languages/vue.php:
|
6164 |
msgid "Upgrade to PRO Now"
|
6165 |
msgstr ""
|
6166 |
|
6167 |
-
#: languages/vue.php:
|
6168 |
msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
|
6169 |
msgstr ""
|
6170 |
|
6171 |
-
#: languages/vue.php:
|
6172 |
msgid "See All Your Important Store Metrics in One Place."
|
6173 |
msgstr ""
|
6174 |
|
6175 |
-
#: languages/vue.php:
|
6176 |
msgid "... and more:"
|
6177 |
msgstr ""
|
6178 |
|
6179 |
-
#: languages/vue.php:
|
6180 |
msgid "Dimensions- Track authors, categories, trags, searches, users and more."
|
6181 |
msgstr ""
|
6182 |
|
6183 |
-
#: languages/vue.php:
|
6184 |
msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
|
6185 |
msgstr ""
|
6186 |
|
6187 |
-
#: languages/vue.php:
|
6188 |
msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
|
6189 |
msgstr ""
|
6190 |
|
6191 |
-
#: languages/vue.php:
|
6192 |
msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
|
6193 |
msgstr ""
|
6194 |
|
6195 |
-
#: languages/vue.php:
|
6196 |
msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
|
6197 |
msgstr ""
|
6198 |
|
6199 |
-
#: languages/vue.php:
|
6200 |
msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
|
6201 |
msgstr ""
|
6202 |
|
6203 |
-
#: languages/vue.php:
|
6204 |
msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
|
6205 |
msgstr ""
|
6206 |
|
6207 |
-
#: languages/vue.php:
|
6208 |
msgid "Ads- See who’s clicking on your Google Adsense banner ads."
|
6209 |
msgstr ""
|
6210 |
|
6211 |
-
#: languages/vue.php:
|
6212 |
msgid "Recommended Settings"
|
6213 |
msgstr ""
|
6214 |
|
6215 |
-
#: languages/vue.php:
|
6216 |
msgid "ExactMetrics recommends the following settings based on your configuration."
|
6217 |
msgstr ""
|
6218 |
|
6219 |
-
#: languages/vue.php:
|
6220 |
msgid "Events Tracking"
|
6221 |
msgstr ""
|
6222 |
|
6223 |
-
#: languages/vue.php:
|
6224 |
msgid "Must have for all click tracking on site."
|
6225 |
msgstr ""
|
6226 |
|
6227 |
-
#: languages/vue.php:
|
6228 |
msgid "ExactMetrics 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."
|
6229 |
msgstr ""
|
6230 |
|
6231 |
-
#: languages/vue.php:
|
6232 |
msgid "Enhanced Link Attribution"
|
6233 |
msgstr ""
|
6234 |
|
6235 |
-
#: languages/vue.php:
|
6236 |
msgid "Improves the accuracy of your In-Page Analytics."
|
6237 |
msgstr ""
|
6238 |
|
6239 |
-
#: languages/vue.php:
|
6240 |
msgid "ExactMetrics 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."
|
6241 |
msgstr ""
|
6242 |
|
6243 |
-
#: languages/vue.php:
|
6244 |
msgid "Install Updates Automatically"
|
6245 |
msgstr ""
|
6246 |
|
6247 |
-
#: languages/vue.php:
|
6248 |
msgid "Get the latest features, bug fixes, and security updates as they are released."
|
6249 |
msgstr ""
|
6250 |
|
6251 |
-
#: languages/vue.php:
|
6252 |
msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
|
6253 |
msgstr ""
|
6254 |
|
6255 |
-
#: languages/vue.php:
|
6256 |
msgid "File Download Tracking"
|
6257 |
msgstr ""
|
6258 |
|
6259 |
-
#: languages/vue.php:
|
6260 |
msgid "Helps you see file downloads data."
|
6261 |
msgstr ""
|
6262 |
|
6263 |
-
#: languages/vue.php:
|
6264 |
msgid "ExactMetrics 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? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
|
6265 |
msgstr ""
|
6266 |
|
6267 |
#. Translators: Example path (/go/).
|
6268 |
-
#: languages/vue.php:
|
6269 |
msgid "Path (example: %s)"
|
6270 |
msgstr ""
|
6271 |
|
6272 |
-
#: languages/vue.php:
|
6273 |
msgid "Path has to start with a / and have no spaces"
|
6274 |
msgstr ""
|
6275 |
|
6276 |
#. Translators: Example label (aff).
|
6277 |
-
#: languages/vue.php:
|
6278 |
msgid "Label (example: %s)"
|
6279 |
msgstr ""
|
6280 |
|
6281 |
-
#: languages/vue.php:
|
6282 |
msgid "Label can't contain any spaces"
|
6283 |
msgstr ""
|
6284 |
|
6285 |
-
#: languages/vue.php:
|
6286 |
msgid "Helps you increase affiliate revenue."
|
6287 |
msgstr ""
|
6288 |
|
6289 |
-
#: languages/vue.php:
|
6290 |
msgid "ExactMetrics 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."
|
6291 |
msgstr ""
|
6292 |
|
6293 |
-
#: languages/vue.php:
|
6294 |
msgid "Affiliate Link Tracking"
|
6295 |
msgstr ""
|
6296 |
|
6297 |
-
#: languages/vue.php:
|
6298 |
msgid "Who Can See Reports"
|
6299 |
msgstr ""
|
6300 |
|
6301 |
-
#: languages/vue.php:
|
6302 |
msgid "These user roles will be able to access ExactMetrics's reports in the WordPress admin area."
|
6303 |
msgstr ""
|
6304 |
|
6305 |
-
#: languages/vue.php:
|
6306 |
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."
|
6307 |
msgstr ""
|
6308 |
|
6309 |
-
#: languages/vue.php:
|
6310 |
msgid "Events Tracking is enabled the moment you set up ExactMetrics"
|
6311 |
msgstr ""
|
6312 |
|
6313 |
-
#: languages/vue.php:
|
6314 |
msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
|
6315 |
msgstr ""
|
6316 |
|
6317 |
-
#: languages/vue.php:
|
6318 |
msgid "+ Add Role"
|
6319 |
msgstr ""
|
6320 |
|
6321 |
-
#: languages/vue.php:
|
6322 |
msgid "Welcome to the all-new ExactMetrics"
|
6323 |
msgstr ""
|
6324 |
|
6325 |
-
#: languages/vue.php:
|
6326 |
msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
|
6327 |
msgstr ""
|
6328 |
|
6329 |
-
#: languages/vue.php:
|
6330 |
msgid "The New & Improved ExactMetrics includes:"
|
6331 |
msgstr ""
|
6332 |
|
6333 |
-
#: languages/vue.php:
|
6334 |
msgid "All-New Design"
|
6335 |
msgstr ""
|
6336 |
|
6337 |
-
#: languages/vue.php:
|
6338 |
msgid "Better Reporting"
|
6339 |
msgstr ""
|
6340 |
|
6341 |
-
#: languages/vue.php:
|
6342 |
msgid "Better Tracking"
|
6343 |
msgstr ""
|
6344 |
|
6345 |
-
#: languages/vue.php:
|
6346 |
msgid "Better Support"
|
6347 |
msgstr ""
|
6348 |
|
6349 |
-
#: languages/vue.php:
|
6350 |
msgid "Continue"
|
6351 |
msgstr ""
|
6352 |
|
6353 |
-
#: languages/vue.php:
|
6354 |
msgid "Your settings have been automatically transferred."
|
6355 |
msgstr ""
|
6356 |
|
6357 |
-
#: languages/vue.php:
|
6358 |
msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
|
6359 |
msgstr ""
|
6360 |
|
6361 |
-
#: languages/vue.php:
|
6362 |
msgid "Caching"
|
6363 |
msgstr ""
|
6364 |
|
6365 |
-
#: languages/vue.php:
|
6366 |
msgid "Enable Data Caching"
|
6367 |
msgstr ""
|
6368 |
|
6369 |
-
#: languages/vue.php:
|
6370 |
msgid "Refresh Cache Every"
|
6371 |
msgstr ""
|
6372 |
|
6373 |
-
#: languages/vue.php:
|
6374 |
msgid "Choose how often to refresh the cache."
|
6375 |
msgstr ""
|
6376 |
|
6377 |
-
#: languages/vue.php:
|
6378 |
msgid "Enable Ajaxify"
|
6379 |
msgstr ""
|
6380 |
|
6381 |
-
#: languages/vue.php:
|
6382 |
msgid "Ajaxify Widget"
|
6383 |
msgstr ""
|
6384 |
|
6385 |
-
#: languages/vue.php:
|
6386 |
msgid "Use to bypass page caching."
|
6387 |
msgstr ""
|
6388 |
|
6389 |
-
#: languages/vue.php:
|
6390 |
msgid "Empty Cache"
|
6391 |
msgstr ""
|
6392 |
|
6393 |
-
#: languages/vue.php:
|
6394 |
msgid "Click to manually wipe the cache right now."
|
6395 |
msgstr ""
|
6396 |
|
6397 |
-
#: languages/vue.php:
|
6398 |
msgid "Popular posts cache emptied"
|
6399 |
msgstr ""
|
6400 |
|
6401 |
-
#: languages/vue.php:
|
6402 |
msgid "Error emptying the popular posts cache. Please try again."
|
6403 |
msgstr ""
|
6404 |
|
6405 |
-
#: languages/vue.php:
|
6406 |
msgid "Choose Theme"
|
6407 |
msgstr ""
|
6408 |
|
6409 |
-
#: languages/vue.php:
|
6410 |
msgid "Behavior"
|
6411 |
msgstr ""
|
6412 |
|
6413 |
-
#: languages/vue.php:
|
6414 |
msgid "Widget Styling"
|
6415 |
msgstr ""
|
6416 |
|
6417 |
-
#: languages/vue.php:
|
6418 |
msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
|
6419 |
msgstr ""
|
6420 |
|
6421 |
-
#: languages/vue.php:
|
6422 |
msgid "Sort By"
|
6423 |
msgstr ""
|
6424 |
|
6425 |
-
#: languages/vue.php:
|
6426 |
msgid "Choose how you'd like the widget to determine your popular posts."
|
6427 |
msgstr ""
|
6428 |
|
6429 |
-
#: languages/vue.php:
|
6430 |
msgid "Placement"
|
6431 |
msgstr ""
|
6432 |
|
6433 |
-
#: languages/vue.php:
|
6434 |
msgid "Choose how you'd like to place the widget."
|
6435 |
msgstr ""
|
6436 |
|
6437 |
-
#: languages/vue.php:
|
6438 |
msgid "Insert After"
|
6439 |
msgstr ""
|
6440 |
|
6441 |
-
#: languages/vue.php:
|
6442 |
msgid "Choose where in the post body the widget will be placed."
|
6443 |
msgstr ""
|
6444 |
|
6445 |
-
#: languages/vue.php:
|
6446 |
msgid "Include in Post Types"
|
6447 |
msgstr ""
|
6448 |
|
6449 |
-
#: languages/vue.php:
|
6450 |
msgid "Exclude from specific posts"
|
6451 |
msgstr ""
|
6452 |
|
6453 |
#. Translators: Placeholders make the text bold.
|
6454 |
-
#: languages/vue.php:
|
6455 |
msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
|
6456 |
msgstr ""
|
6457 |
|
6458 |
#. Translators: Placeholders make the text bold.
|
6459 |
-
#: languages/vue.php:
|
6460 |
msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
|
6461 |
msgstr ""
|
6462 |
|
6463 |
-
#: languages/vue.php:
|
6464 |
msgid "Customize Design"
|
6465 |
msgstr ""
|
6466 |
|
6467 |
-
#: languages/vue.php:
|
6468 |
msgid "Loading Themes"
|
6469 |
msgstr ""
|
6470 |
|
6471 |
-
#: languages/vue.php:
|
6472 |
msgid "words"
|
6473 |
msgstr ""
|
6474 |
|
6475 |
-
#: languages/vue.php:
|
6476 |
msgid "Please select at least one post to display."
|
6477 |
msgstr ""
|
6478 |
|
6479 |
#. Translators: placeholders make text small.
|
6480 |
-
#: languages/vue.php:
|
6481 |
msgid "Default Styles %1$s- As seen above.%2$s"
|
6482 |
msgstr ""
|
6483 |
|
6484 |
#. Translators: placeholders make text small.
|
6485 |
-
#: languages/vue.php:
|
6486 |
msgid "No Styles %1$s- Use your own CSS.%2$s"
|
6487 |
msgstr ""
|
6488 |
|
6489 |
#. Translators: placeholders make text small.
|
6490 |
-
#: languages/vue.php:
|
6491 |
msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
|
6492 |
msgstr ""
|
6493 |
|
6494 |
#. Translators: placeholders make text small.
|
6495 |
-
#: languages/vue.php:
|
6496 |
msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
|
6497 |
msgstr ""
|
6498 |
|
6499 |
#. Translators: placeholders make text small.
|
6500 |
-
#: languages/vue.php:
|
6501 |
msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
|
6502 |
msgstr ""
|
6503 |
|
6504 |
#. Translators: placeholders make text small.
|
6505 |
-
#: languages/vue.php:
|
6506 |
msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
|
6507 |
msgstr ""
|
6508 |
|
6509 |
#. Translators: placeholders make text small.
|
6510 |
-
#: languages/vue.php:
|
6511 |
msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
|
6512 |
msgstr ""
|
6513 |
|
6514 |
-
#: languages/vue.php:
|
6515 |
msgid "Display Title"
|
6516 |
msgstr ""
|
6517 |
|
6518 |
-
#: languages/vue.php:
|
6519 |
msgid "Title your widget and set it’s display preferences."
|
6520 |
msgstr ""
|
6521 |
|
6522 |
-
#: languages/vue.php:
|
6523 |
msgid "File imported"
|
6524 |
msgstr ""
|
6525 |
|
6526 |
-
#: languages/vue.php:
|
6527 |
msgid "Settings successfully updated!"
|
6528 |
msgstr ""
|
6529 |
|
6530 |
-
#: languages/vue.php:
|
6531 |
msgid "Error importing settings"
|
6532 |
msgstr ""
|
6533 |
|
6534 |
-
#: languages/vue.php:
|
6535 |
msgid "Please choose a .json file generated by a ExactMetrics settings export."
|
6536 |
msgstr ""
|
6537 |
|
6538 |
-
#: languages/vue.php:
|
6539 |
msgid "Import/Export"
|
6540 |
msgstr ""
|
6541 |
|
6542 |
-
#: languages/vue.php:
|
6543 |
msgid "Import"
|
6544 |
msgstr ""
|
6545 |
|
6546 |
-
#: languages/vue.php:
|
6547 |
msgid "Import settings from another ExactMetrics website."
|
6548 |
msgstr ""
|
6549 |
|
6550 |
-
#: languages/vue.php:
|
6551 |
msgid "Export"
|
6552 |
msgstr ""
|
6553 |
|
6554 |
-
#: languages/vue.php:
|
6555 |
msgid "Export settings to import into another ExactMetrics install."
|
6556 |
msgstr ""
|
6557 |
|
6558 |
-
#: languages/vue.php:
|
6559 |
msgid "Import Settings"
|
6560 |
msgstr ""
|
6561 |
|
6562 |
-
#: languages/vue.php:
|
6563 |
msgid "Export Settings"
|
6564 |
msgstr ""
|
6565 |
|
6566 |
-
#: languages/vue.php:
|
6567 |
msgid "Please choose a file to import"
|
6568 |
msgstr ""
|
6569 |
|
6570 |
-
#: languages/vue.php:
|
6571 |
msgid "Use the filepicker below to select the settings export file from another site."
|
6572 |
msgstr ""
|
6573 |
|
6574 |
-
#: languages/vue.php:
|
6575 |
msgid "Use the button below to export a file with your ExactMetrics settings."
|
6576 |
msgstr ""
|
6577 |
|
6578 |
-
#: languages/vue.php:
|
6579 |
msgid "Choose file"
|
6580 |
msgstr ""
|
6581 |
|
6582 |
-
#: languages/vue.php:
|
6583 |
msgid "No file chosen"
|
6584 |
msgstr ""
|
6585 |
|
6586 |
-
#: languages/vue.php:
|
6587 |
msgid "Uploading file..."
|
6588 |
msgstr ""
|
6589 |
|
6590 |
#. Translators: Adds a link to the Google reference.
|
6591 |
-
#: languages/vue.php:
|
6592 |
msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
|
6593 |
msgstr ""
|
6594 |
|
6595 |
-
#: languages/vue.php:
|
6596 |
msgid "Automatic Updates"
|
6597 |
msgstr ""
|
6598 |
|
6599 |
-
#: languages/vue.php:
|
6600 |
msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
|
6601 |
msgstr ""
|
6602 |
|
6603 |
-
#: languages/vue.php:
|
6604 |
msgid "Hide Admin Bar Reports"
|
6605 |
msgstr ""
|
6606 |
|
6607 |
#. Translators: placeholders make text small.
|
6608 |
-
#: languages/vue.php:
|
6609 |
msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
|
6610 |
msgstr ""
|
6611 |
|
6612 |
#. Translators: placeholders make text small.
|
6613 |
-
#: languages/vue.php:
|
6614 |
msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
|
6615 |
msgstr ""
|
6616 |
|
6617 |
#. Translators: placeholders make text small.
|
6618 |
-
#: languages/vue.php:
|
6619 |
msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
|
6620 |
msgstr ""
|
6621 |
|
6622 |
#. Translators: placeholders make text small.
|
6623 |
-
#: languages/vue.php:
|
6624 |
msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
|
6625 |
msgstr ""
|
6626 |
|
6627 |
#. Translators: placeholders make text small.
|
6628 |
-
#: languages/vue.php:
|
6629 |
msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
|
6630 |
msgstr ""
|
6631 |
|
6632 |
#. Translators: placeholders make text small.
|
6633 |
-
#: languages/vue.php:
|
6634 |
msgid "None %1$s- Manually update everything.%2$s"
|
6635 |
msgstr ""
|
6636 |
|
6637 |
#. Translators: Adds a link to the general settings tab.
|
6638 |
-
#: languages/vue.php:
|
6639 |
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 %1$sGeneral%2$s tab."
|
6640 |
msgstr ""
|
6641 |
|
6642 |
-
#: languages/vue.php:
|
6643 |
msgid "Permissions"
|
6644 |
msgstr ""
|
6645 |
|
6646 |
-
#: languages/vue.php:
|
6647 |
msgid "Email Summaries"
|
6648 |
msgstr ""
|
6649 |
|
6650 |
-
#: languages/vue.php:
|
6651 |
msgid "Export PDF Reports"
|
6652 |
msgstr ""
|
6653 |
|
6654 |
-
#: languages/vue.php:
|
6655 |
msgid "Allow These User Roles to See Reports"
|
6656 |
msgstr ""
|
6657 |
|
6658 |
-
#: languages/vue.php:
|
6659 |
msgid "Users that have at least one of these roles will be able to view the reports."
|
6660 |
msgstr ""
|
6661 |
|
6662 |
-
#: languages/vue.php:
|
6663 |
msgid "Allow These User Roles to Save Settings"
|
6664 |
msgstr ""
|
6665 |
|
6666 |
-
#: languages/vue.php:
|
6667 |
msgid "Users that have at least one of these roles will be able to view and save the settings panel."
|
6668 |
msgstr ""
|
6669 |
|
6670 |
-
#: languages/vue.php:
|
6671 |
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."
|
6672 |
msgstr ""
|
6673 |
|
6674 |
-
#: languages/vue.php:
|
6675 |
msgid "Exclude These User Roles From Tracking"
|
6676 |
msgstr ""
|
6677 |
|
6678 |
-
#: languages/vue.php:
|
6679 |
msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
|
6680 |
msgstr ""
|
6681 |
|
6682 |
-
#: languages/vue.php:
|
6683 |
msgid "Custom code"
|
6684 |
msgstr ""
|
6685 |
|
6686 |
-
#: languages/vue.php:
|
6687 |
msgid "License Key"
|
6688 |
msgstr ""
|
6689 |
|
6690 |
#. Translators: Adds link to the account area to retreive license key.
|
6691 |
-
#: languages/vue.php:
|
6692 |
msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
|
6693 |
msgstr ""
|
6694 |
|
6695 |
-
#: languages/vue.php:
|
6696 |
msgid "Paste your license key here"
|
6697 |
msgstr ""
|
6698 |
|
6699 |
-
#: languages/vue.php:
|
6700 |
msgid "Google Authentication"
|
6701 |
msgstr ""
|
6702 |
|
6703 |
-
#: languages/vue.php:
|
6704 |
msgid "Verify"
|
6705 |
msgstr ""
|
6706 |
|
6707 |
-
#: languages/vue.php:
|
6708 |
msgid "Setup Wizard"
|
6709 |
msgstr ""
|
6710 |
|
6711 |
-
#: languages/vue.php:
|
6712 |
msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
|
6713 |
msgstr ""
|
6714 |
|
6715 |
-
#: languages/vue.php:
|
6716 |
msgid "Relaunch Setup Wizard"
|
6717 |
msgstr ""
|
6718 |
|
6719 |
-
#: languages/vue.php:
|
6720 |
msgid "Connect ExactMetrics to Start Tracking Your Data"
|
6721 |
msgstr ""
|
6722 |
|
6723 |
-
#: languages/vue.php:
|
6724 |
msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
|
6725 |
msgstr ""
|
6726 |
|
6727 |
-
#. Translators:
|
6728 |
-
#: languages/vue.php:
|
6729 |
msgid "To unlock more features consider %1$supgrading to PRO%2$s."
|
6730 |
msgstr ""
|
6731 |
|
6732 |
-
#: languages/vue.php:
|
6733 |
msgid "Receive 50% off automatically applied at the checkout!"
|
6734 |
msgstr ""
|
6735 |
|
6736 |
-
#: languages/vue.php:
|
6737 |
msgid "See all features"
|
6738 |
msgstr ""
|
6739 |
|
6740 |
-
#: languages/vue.php:
|
6741 |
msgid "Complete Upgrade"
|
6742 |
msgstr ""
|
6743 |
|
6744 |
-
#: languages/vue.php:
|
6745 |
msgid "Upgrade to Pro Version!"
|
6746 |
msgstr ""
|
6747 |
|
6748 |
#. Translators: Make text bold.
|
6749 |
-
#: languages/vue.php:
|
6750 |
msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
|
6751 |
msgstr ""
|
6752 |
|
6753 |
-
#: languages/vue.php:
|
6754 |
msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
|
6755 |
msgstr ""
|
6756 |
|
6757 |
-
#: languages/vue.php:
|
6758 |
msgid "Last 30 Days Analytics for "
|
6759 |
msgstr ""
|
6760 |
|
6761 |
-
#: languages/vue.php:
|
6762 |
msgid "Your Website"
|
6763 |
msgstr ""
|
6764 |
|
6765 |
-
#: languages/vue.php:
|
6766 |
msgid "Sessions"
|
6767 |
msgstr ""
|
6768 |
|
6769 |
-
#: languages/vue.php:
|
6770 |
msgid "Pageviews"
|
6771 |
msgstr ""
|
6772 |
|
6773 |
-
#: languages/vue.php:
|
6774 |
msgid "Avg. Duration"
|
6775 |
msgstr ""
|
6776 |
|
6777 |
-
#: languages/vue.php:
|
6778 |
msgid "Bounce Rate"
|
6779 |
msgstr ""
|
6780 |
|
6781 |
-
#: languages/vue.php:
|
6782 |
msgid "More data is available"
|
6783 |
msgstr ""
|
6784 |
|
6785 |
-
#: languages/vue.php:
|
6786 |
msgid "Want to see page-specific stats?"
|
6787 |
msgstr ""
|
6788 |
|
6789 |
-
#: languages/vue.php:
|
6790 |
msgid "Dismiss"
|
6791 |
msgstr ""
|
6792 |
|
6793 |
#. Translators: Error status and error text.
|
6794 |
-
#: languages/vue.php:
|
6795 |
msgid "Can't load settings. Error: %1$s, %2$s"
|
6796 |
msgstr ""
|
6797 |
|
6798 |
-
#: languages/vue.php:
|
6799 |
msgid "You appear to be offline."
|
6800 |
msgstr ""
|
6801 |
|
6802 |
#. Translators: Error status and error text.
|
6803 |
-
#: languages/vue.php:
|
6804 |
msgid "Can't save settings. Error: %1$s, %2$s"
|
6805 |
msgstr ""
|
6806 |
|
6807 |
-
#: languages/vue.php:
|
6808 |
msgid "Network error encountered. Settings not saved."
|
6809 |
msgstr ""
|
6810 |
|
6811 |
#. Translators: Error status and error text.
|
6812 |
-
#: languages/vue.php:
|
6813 |
msgid "Can't deauthenticate. Error: %1$s, %2$s"
|
6814 |
msgstr ""
|
6815 |
|
6816 |
-
#: languages/vue.php:
|
6817 |
msgid "You appear to be offline. Settings not saved."
|
6818 |
msgstr ""
|
6819 |
|
6820 |
#. Translators: Error status and error text.
|
6821 |
-
#: languages/vue.php:
|
6822 |
msgid "Can't load authentication details. Error: %1$s, %2$s"
|
6823 |
msgstr ""
|
6824 |
|
6825 |
#. Translators: Error status and error text.
|
6826 |
-
#: languages/vue.php:
|
6827 |
msgid "Can't authenticate. Error: %1$s, %2$s"
|
6828 |
msgstr ""
|
6829 |
|
6830 |
#. Translators: Error status and error text.
|
6831 |
-
#: languages/vue.php:
|
6832 |
msgid "Can't reauthenticate. Error: %1$s, %2$s"
|
6833 |
msgstr ""
|
6834 |
|
6835 |
#. Translators: Error status and error text.
|
6836 |
-
#: languages/vue.php:
|
6837 |
msgid "Can't verify credentials. Error: %1$s, %2$s"
|
6838 |
msgstr ""
|
6839 |
|
6840 |
-
#: languages/vue.php:
|
6841 |
msgid "Proceed"
|
6842 |
msgstr ""
|
6843 |
|
6844 |
-
#: languages/vue.php:
|
6845 |
msgid "Connection Information"
|
6846 |
msgstr ""
|
6847 |
|
6848 |
-
#: languages/vue.php:
|
6849 |
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."
|
6850 |
msgstr ""
|
6851 |
|
6852 |
-
#: languages/vue.php:
|
6853 |
msgid "Hostname"
|
6854 |
msgstr ""
|
6855 |
|
6856 |
-
#: languages/vue.php:
|
6857 |
msgid "FTP Username"
|
6858 |
msgstr ""
|
6859 |
|
6860 |
-
#: languages/vue.php:
|
6861 |
msgid "FTP Password"
|
6862 |
msgstr ""
|
6863 |
|
6864 |
-
#: languages/vue.php:
|
6865 |
msgid "This password will not be stored on the server."
|
6866 |
msgstr ""
|
6867 |
|
6868 |
-
#: languages/vue.php:
|
6869 |
msgid "Connection Type"
|
6870 |
msgstr ""
|
6871 |
|
6872 |
-
#: languages/vue.php:
|
6873 |
msgid "Cancel"
|
6874 |
msgstr ""
|
6875 |
|
6876 |
-
#: languages/vue.php:
|
6877 |
msgid "Ecommerce Report"
|
6878 |
msgstr ""
|
6879 |
|
6880 |
-
#: languages/vue.php:
|
6881 |
msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
|
6882 |
msgstr ""
|
6883 |
|
6884 |
-
#: languages/vue.php:
|
6885 |
msgid "Here's what you get:"
|
6886 |
msgstr ""
|
6887 |
|
6888 |
-
#: languages/vue.php:
|
6889 |
msgid "See Your Conversion Rate to Improve Funnel"
|
6890 |
msgstr ""
|
6891 |
|
6892 |
-
#: languages/vue.php:
|
6893 |
msgid "See The Number of Transactions and Make Data-Driven Decisions"
|
6894 |
msgstr ""
|
6895 |
|
6896 |
-
#: languages/vue.php:
|
6897 |
msgid "See The Total Revenue to Track Growth"
|
6898 |
msgstr ""
|
6899 |
|
6900 |
-
#: languages/vue.php:
|
6901 |
msgid "See Average Order Value to Find Offer Opportunities"
|
6902 |
msgstr ""
|
6903 |
|
6904 |
-
#: languages/vue.php:
|
6905 |
msgid "See Your Top Products to See Individual Performance"
|
6906 |
msgstr ""
|
6907 |
|
6908 |
-
#: languages/vue.php:
|
6909 |
msgid "See Your Top Conversion Sources and Focus on what's Working"
|
6910 |
msgstr ""
|
6911 |
|
6912 |
-
#: languages/vue.php:
|
6913 |
msgid "See The Time it Takes for Customers to Purchase"
|
6914 |
msgstr ""
|
6915 |
|
6916 |
-
#: languages/vue.php:
|
6917 |
msgid "See How Many Sessions are Needed for a Purchase"
|
6918 |
msgstr ""
|
6919 |
|
6920 |
-
#: languages/vue.php:
|
6921 |
msgid "New"
|
6922 |
msgstr ""
|
6923 |
|
6924 |
-
#: languages/vue.php:
|
6925 |
msgid "Returning"
|
6926 |
msgstr ""
|
6927 |
|
6928 |
-
#: languages/vue.php:
|
6929 |
msgid "Desktop"
|
6930 |
msgstr ""
|
6931 |
|
6932 |
-
#: languages/vue.php:
|
6933 |
msgid "Tablet"
|
6934 |
msgstr ""
|
6935 |
|
6936 |
-
#: languages/vue.php:
|
6937 |
msgid "Mobile"
|
6938 |
msgstr ""
|
6939 |
|
6940 |
-
#: languages/vue.php:
|
6941 |
msgid "Overview Report"
|
6942 |
msgstr ""
|
6943 |
|
6944 |
-
#: languages/vue.php:
|
6945 |
msgid "Avg. Session Duration"
|
6946 |
msgstr ""
|
6947 |
|
6948 |
-
#: languages/vue.php:
|
6949 |
msgid "New vs. Returning Visitors"
|
6950 |
msgstr ""
|
6951 |
|
6952 |
-
#: languages/vue.php:
|
6953 |
msgid "Device Breakdown"
|
6954 |
msgstr ""
|
6955 |
|
6956 |
-
#: languages/vue.php:
|
6957 |
msgid "Top 10 Countries"
|
6958 |
msgstr ""
|
6959 |
|
6960 |
-
#: languages/vue.php:
|
6961 |
msgid "View Countries Report"
|
6962 |
msgstr ""
|
6963 |
|
6964 |
-
#: languages/vue.php:
|
6965 |
msgid "Top 10 Referrals"
|
6966 |
msgstr ""
|
6967 |
|
6968 |
-
#: languages/vue.php:
|
6969 |
msgid "View All Referral Sources"
|
6970 |
msgstr ""
|
6971 |
|
6972 |
-
#: languages/vue.php:
|
6973 |
msgid "Top Posts/Pages"
|
6974 |
msgstr ""
|
6975 |
|
6976 |
-
#: languages/vue.php:
|
6977 |
msgid "View Full Posts/Pages Report"
|
6978 |
msgstr ""
|
6979 |
|
6980 |
-
#: languages/vue.php:
|
6981 |
msgid "A session is the browsing session of a single user to your site."
|
6982 |
msgstr ""
|
6983 |
|
6984 |
-
#: languages/vue.php:
|
6985 |
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."
|
6986 |
msgstr ""
|
6987 |
|
6988 |
-
#: languages/vue.php:
|
6989 |
msgid "Total duration of all sessions (in seconds) / number of sessions."
|
6990 |
msgstr ""
|
6991 |
|
6992 |
-
#: languages/vue.php:
|
6993 |
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."
|
6994 |
msgstr ""
|
6995 |
|
6996 |
-
#: languages/vue.php:
|
6997 |
msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
|
6998 |
msgstr ""
|
6999 |
|
7000 |
-
#: languages/vue.php:
|
7001 |
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."
|
7002 |
msgstr ""
|
7003 |
|
7004 |
-
#: languages/vue.php:
|
7005 |
msgid "This list shows the top countries your website visitors are from."
|
7006 |
msgstr ""
|
7007 |
|
7008 |
-
#: languages/vue.php:
|
7009 |
msgid "This list shows the top websites that send your website traffic, known as referral traffic."
|
7010 |
msgstr ""
|
7011 |
|
7012 |
-
#: languages/vue.php:
|
7013 |
msgid "This list shows the most viewed posts and pages on your website."
|
7014 |
msgstr ""
|
7015 |
|
7016 |
-
#: languages/vue.php:
|
7017 |
msgid "Unlock the Publisher Report and Focus on the Content That Matters"
|
7018 |
msgstr ""
|
7019 |
|
7020 |
-
#: languages/vue.php:
|
7021 |
msgid "See Your Top Landing Pages to Improve Engagement"
|
7022 |
msgstr ""
|
7023 |
|
7024 |
-
#: languages/vue.php:
|
7025 |
msgid "See Your Top Exit Pages to Reduce Abandonment"
|
7026 |
msgstr ""
|
7027 |
|
7028 |
-
#: languages/vue.php:
|
7029 |
msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
|
7030 |
msgstr ""
|
7031 |
|
7032 |
-
#: languages/vue.php:
|
7033 |
msgid "See Your Top Affiliate Links and Focus on what’s working"
|
7034 |
msgstr ""
|
7035 |
|
7036 |
-
#: languages/vue.php:
|
7037 |
msgid "See Your Top Downloads and Improve Conversions"
|
7038 |
msgstr ""
|
7039 |
|
7040 |
-
#: languages/vue.php:
|
7041 |
msgid "See Audience Demographic Report (Age / Gender / Interests)"
|
7042 |
msgstr ""
|
7043 |
|
7044 |
-
#: languages/vue.php:
|
7045 |
msgid "Custom Dimensions Report"
|
7046 |
msgstr ""
|
7047 |
|
7048 |
-
#: languages/vue.php:
|
7049 |
msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
|
7050 |
msgstr ""
|
7051 |
|
7052 |
-
#: languages/vue.php:
|
7053 |
msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
|
7054 |
msgstr ""
|
7055 |
|
7056 |
-
#: languages/vue.php:
|
7057 |
msgid "Author tracking to see which author’s posts generate the most traffic"
|
7058 |
msgstr ""
|
7059 |
|
7060 |
-
#: languages/vue.php:
|
7061 |
msgid "Post Type tracking to see which WordPress post types perform better"
|
7062 |
msgstr ""
|
7063 |
|
7064 |
-
#: languages/vue.php:
|
7065 |
msgid "Category tracking to see which sections of your sites are the most popular"
|
7066 |
msgstr ""
|
7067 |
|
7068 |
-
#: languages/vue.php:
|
7069 |
msgid "SEO score tracking to see which blog SEO scores are the most popular"
|
7070 |
msgstr ""
|
7071 |
|
7072 |
-
#: languages/vue.php:
|
7073 |
msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
|
7074 |
msgstr ""
|
7075 |
|
7076 |
-
#: languages/vue.php:
|
7077 |
msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
|
7078 |
msgstr ""
|
7079 |
|
7080 |
#. Translators: Number of visitors.
|
7081 |
-
#: languages/vue.php:
|
7082 |
msgid "Your website was visited by %s users in the last 30 days."
|
7083 |
msgstr ""
|
7084 |
|
7085 |
-
#: languages/vue.php:
|
7086 |
msgid "See the full analytics report!"
|
7087 |
msgstr ""
|
7088 |
|
7089 |
-
#: languages/vue.php:
|
7090 |
msgid "Network Active"
|
7091 |
msgstr ""
|
7092 |
|
7093 |
-
#: languages/vue.php:
|
7094 |
msgid "Active"
|
7095 |
msgstr ""
|
7096 |
|
7097 |
-
#: languages/vue.php:
|
7098 |
msgid "Inactive"
|
7099 |
msgstr ""
|
7100 |
|
7101 |
#. Translators: Placeholder for the addon status (installed, active, etc).
|
7102 |
-
#: languages/vue.php:
|
7103 |
msgid "Status: %s"
|
7104 |
msgstr ""
|
7105 |
|
7106 |
-
#: languages/vue.php:
|
7107 |
msgid "Not Installed"
|
7108 |
msgstr ""
|
7109 |
|
7110 |
-
#: languages/vue.php:
|
7111 |
msgid "Custom Campaign Parameters"
|
7112 |
msgstr ""
|
7113 |
|
7114 |
-
#: languages/vue.php:
|
7115 |
msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
|
7116 |
msgstr ""
|
7117 |
|
7118 |
-
#: languages/vue.php:
|
7119 |
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."
|
7120 |
msgstr ""
|
7121 |
|
7122 |
#. Translators: Marks the field as required.
|
7123 |
-
#: languages/vue.php:
|
7124 |
msgid "Website URL %s"
|
7125 |
msgstr ""
|
7126 |
|
7127 |
#. Translators: Display the current website url in italic.
|
7128 |
-
#: languages/vue.php:
|
7129 |
msgid "The full website URL (e.g. %1$s %2$s%3$s)"
|
7130 |
msgstr ""
|
7131 |
|
7132 |
#. Translators: Marks the field as required.
|
7133 |
-
#: languages/vue.php:
|
7134 |
msgid "Campaign Source %s"
|
7135 |
msgstr ""
|
7136 |
|
7137 |
#. Translators: Make the text italic.
|
7138 |
-
#: languages/vue.php:
|
7139 |
msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
|
7140 |
msgstr ""
|
7141 |
|
7142 |
#. Translators: Make the text italic.
|
7143 |
-
#: languages/vue.php:
|
7144 |
msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
|
7145 |
msgstr ""
|
7146 |
|
7147 |
#. Translators: Make the text italic.
|
7148 |
-
#: languages/vue.php:
|
7149 |
msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
|
7150 |
msgstr ""
|
7151 |
|
7152 |
-
#: languages/vue.php:
|
7153 |
msgid "Enter the paid keyword"
|
7154 |
msgstr ""
|
7155 |
|
7156 |
-
#: languages/vue.php:
|
7157 |
msgid "Enter something to differentiate ads"
|
7158 |
msgstr ""
|
7159 |
|
7160 |
-
#: languages/vue.php:
|
7161 |
msgid "Use Fragment"
|
7162 |
msgstr ""
|
7163 |
|
7164 |
#. Translators: Make the text bold.
|
7165 |
-
#: languages/vue.php:
|
7166 |
msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
|
7167 |
msgstr ""
|
7168 |
|
7169 |
-
#: languages/vue.php:
|
7170 |
msgid "URL to use"
|
7171 |
msgstr ""
|
7172 |
|
7173 |
-
#: languages/vue.php:
|
7174 |
msgid "(Updates automatically)"
|
7175 |
msgstr ""
|
7176 |
|
7177 |
-
#: languages/vue.php:
|
7178 |
msgid "Copy to Clipboard"
|
7179 |
msgstr ""
|
7180 |
|
7181 |
-
#: languages/vue.php:
|
7182 |
msgid "Copy to Pretty Links"
|
7183 |
msgstr ""
|
7184 |
|
7185 |
-
#: languages/vue.php:
|
7186 |
msgid "Make your campaign links prettier!"
|
7187 |
msgstr ""
|
7188 |
|
7189 |
-
#: languages/vue.php:
|
7190 |
msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
|
7191 |
msgstr ""
|
7192 |
|
7193 |
-
#: languages/vue.php:
|
7194 |
msgid "Download Pretty Links"
|
7195 |
msgstr ""
|
7196 |
|
7197 |
-
#: languages/vue.php:
|
7198 |
msgid "More Information & Examples"
|
7199 |
msgstr ""
|
7200 |
|
7201 |
-
#: languages/vue.php:
|
7202 |
msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
|
7203 |
msgstr ""
|
7204 |
|
7205 |
-
#: languages/vue.php:
|
7206 |
msgid "Campaign Source"
|
7207 |
msgstr ""
|
7208 |
|
7209 |
-
#: languages/vue.php:
|
7210 |
msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
|
7211 |
msgstr ""
|
7212 |
|
7213 |
-
#: languages/vue.php:
|
7214 |
msgid "Campaign Medium"
|
7215 |
msgstr ""
|
7216 |
|
7217 |
-
#: languages/vue.php:
|
7218 |
msgid "Use utm_medium to identify a medium such as email or cost-per-click."
|
7219 |
msgstr ""
|
7220 |
|
7221 |
-
#: languages/vue.php:
|
7222 |
msgid "Campaign Name"
|
7223 |
msgstr ""
|
7224 |
|
7225 |
-
#: languages/vue.php:
|
7226 |
msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
|
7227 |
msgstr ""
|
7228 |
|
7229 |
-
#: languages/vue.php:
|
7230 |
msgid "Campaign Term"
|
7231 |
msgstr ""
|
7232 |
|
7233 |
-
#: languages/vue.php:
|
7234 |
msgid "Used for paid search. Use utm_term to note the keywords for this ad."
|
7235 |
msgstr ""
|
7236 |
|
7237 |
-
#: languages/vue.php:
|
7238 |
msgid "Campaign Content"
|
7239 |
msgstr ""
|
7240 |
|
7241 |
-
#: languages/vue.php:
|
7242 |
msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
|
7243 |
msgstr ""
|
7244 |
|
7245 |
#. Translators: Example.
|
7246 |
-
#: languages/vue.php:
|
7247 |
msgid "Example: %s"
|
7248 |
msgstr ""
|
7249 |
|
7250 |
#. Translators: Examples.
|
7251 |
-
#: languages/vue.php:
|
7252 |
msgid "Examples: %s"
|
7253 |
msgstr ""
|
7254 |
|
7255 |
-
#: languages/vue.php:
|
7256 |
msgid "About Campaigns"
|
7257 |
msgstr ""
|
7258 |
|
7259 |
-
#: languages/vue.php:
|
7260 |
msgid "About Custom Campaigns"
|
7261 |
msgstr ""
|
7262 |
|
7263 |
-
#: languages/vue.php:
|
7264 |
msgid "Best Practices for Creating Custom Campaigns"
|
7265 |
msgstr ""
|
7266 |
|
7267 |
-
#: languages/vue.php:
|
7268 |
msgid "About the Referral Traffic Report"
|
7269 |
msgstr ""
|
7270 |
|
7271 |
-
#: languages/vue.php:
|
7272 |
msgid "About Traffic Source Dimensions"
|
7273 |
msgstr ""
|
7274 |
|
7275 |
-
#: languages/vue.php:
|
7276 |
msgid "AdWords Auto-Tagging"
|
7277 |
msgstr ""
|
7278 |
|
7279 |
-
#: languages/vue.php:
|
7280 |
msgid "Additional Information"
|
7281 |
msgstr ""
|
7282 |
|
7283 |
-
#: languages/vue.php:
|
7284 |
msgid "Forms Report"
|
7285 |
msgstr ""
|
7286 |
|
7287 |
-
#: languages/vue.php:
|
7288 |
msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
|
7289 |
msgstr ""
|
7290 |
|
7291 |
-
#: languages/vue.php:
|
7292 |
msgid "See Your Top Converting Forms and Optimize"
|
7293 |
msgstr ""
|
7294 |
|
7295 |
-
#: languages/vue.php:
|
7296 |
msgid "See Your Forms Impressions Count to Find the Best Placement"
|
7297 |
msgstr ""
|
7298 |
|
7299 |
-
#: languages/vue.php:
|
7300 |
msgid "Cross Domain Tracking"
|
7301 |
msgstr ""
|
7302 |
|
7303 |
#. Translators: Add links to documentation.
|
7304 |
-
#: languages/vue.php:
|
7305 |
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 %1$sknowledge base%2$s."
|
7306 |
msgstr ""
|
7307 |
|
7308 |
-
#: languages/vue.php:
|
7309 |
msgid "Demographics"
|
7310 |
msgstr ""
|
7311 |
|
7312 |
-
#: languages/vue.php:
|
7313 |
msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
|
7314 |
msgstr ""
|
7315 |
|
7316 |
-
#: languages/vue.php:
|
7317 |
msgid "Anonymize IP Addresses"
|
7318 |
msgstr ""
|
7319 |
|
7320 |
-
#: languages/vue.php:
|
7321 |
msgid "Link Attribution"
|
7322 |
msgstr ""
|
7323 |
|
7324 |
-
#: languages/vue.php:
|
7325 |
msgid "Enable Enhanced Link Attribution"
|
7326 |
msgstr ""
|
7327 |
|
7328 |
-
#: languages/vue.php:
|
7329 |
msgid "Enable Anchor Tracking"
|
7330 |
msgstr ""
|
7331 |
|
7332 |
-
#: languages/vue.php:
|
7333 |
msgid "Enable allowAnchor"
|
7334 |
msgstr ""
|
7335 |
|
7336 |
-
#: languages/vue.php:
|
7337 |
msgid "Enable allowLinker"
|
7338 |
msgstr ""
|
7339 |
|
7340 |
-
#: languages/vue.php:
|
7341 |
msgid "Enable Tag Links in RSS"
|
7342 |
msgstr ""
|
7343 |
|
7344 |
-
#: languages/vue.php:
|
7345 |
msgid "File Downloads"
|
7346 |
msgstr ""
|
7347 |
|
7348 |
-
#: languages/vue.php:
|
7349 |
msgid "Extensions of Files to Track as Downloads"
|
7350 |
msgstr ""
|
7351 |
|
7352 |
-
#: languages/vue.php:
|
7353 |
msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
|
7354 |
msgstr ""
|
7355 |
|
7356 |
#. Translators: Add links to documentation.
|
7357 |
-
#: languages/vue.php:
|
7358 |
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 %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$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."
|
7359 |
msgstr ""
|
7360 |
|
7361 |
#. Translators: Add links to documentation.
|
7362 |
-
#: languages/vue.php:
|
7363 |
msgid "This adds %1$sanonymizeIp%2$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."
|
7364 |
msgstr ""
|
7365 |
|
7366 |
#. Translators: Add links to documentation.
|
7367 |
-
#: languages/vue.php:
|
7368 |
msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
|
7369 |
msgstr ""
|
7370 |
|
7371 |
-
#: languages/vue.php:
|
7372 |
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."
|
7373 |
msgstr ""
|
7374 |
|
7375 |
#. Translators: Add links to documentation.
|
7376 |
-
#: languages/vue.php:
|
7377 |
msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
|
7378 |
msgstr ""
|
7379 |
|
7380 |
#. Translators: Add links to documentation.
|
7381 |
-
#: languages/vue.php:
|
7382 |
msgid "Enabling %1$scross-domain tracking (additional setup required)%2$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."
|
7383 |
msgstr ""
|
7384 |
|
7385 |
#. Translators: Add links to documentation.
|
7386 |
-
#: languages/vue.php:
|
7387 |
msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
|
7388 |
msgstr ""
|
7389 |
|
7390 |
-
#: languages/vue.php:
|
7391 |
msgid "Add domain"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
#. Translators: Domain name example.
|
7395 |
-
#: languages/vue.php:
|
7396 |
msgid "Domain (example: %s)"
|
7397 |
msgstr ""
|
7398 |
|
7399 |
#. Translators: Current domain name that should not be used.
|
7400 |
-
#: languages/vue.php:
|
7401 |
msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
|
7402 |
msgstr ""
|
7403 |
|
7404 |
-
#: languages/vue.php:
|
7405 |
msgid "Search Console Report"
|
7406 |
msgstr ""
|
7407 |
|
7408 |
-
#: languages/vue.php:
|
7409 |
msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
|
7410 |
msgstr ""
|
7411 |
|
7412 |
-
#: languages/vue.php:
|
7413 |
msgid "See Your Top Google Search Terms and Optimize Content"
|
7414 |
msgstr ""
|
7415 |
|
7416 |
-
#: languages/vue.php:
|
7417 |
msgid "See The Number of Clicks and Track Interests"
|
7418 |
msgstr ""
|
7419 |
|
7420 |
-
#: languages/vue.php:
|
7421 |
msgid "See The Click-Through-Ratio and Improve SEO"
|
7422 |
msgstr ""
|
7423 |
|
7424 |
-
#: languages/vue.php:
|
7425 |
msgid "See The Average Results Position and Focus on what works."
|
7426 |
msgstr ""
|
7427 |
|
7428 |
-
#: languages/vue.php:
|
7429 |
msgid "Installing Addon"
|
7430 |
msgstr ""
|
7431 |
|
7432 |
-
#: languages/vue.php:
|
7433 |
msgid "Activating Addon"
|
7434 |
msgstr ""
|
7435 |
|
7436 |
-
#: languages/vue.php:
|
7437 |
msgid "Addon Activated"
|
7438 |
msgstr ""
|
7439 |
|
7440 |
-
#: languages/vue.php:
|
7441 |
msgid "Loading report data"
|
7442 |
msgstr ""
|
7443 |
|
7444 |
-
#: languages/vue.php:
|
7445 |
msgid "Please activate manually"
|
7446 |
msgstr ""
|
7447 |
|
7448 |
#. Translators: Adds the error status and status text.
|
7449 |
-
#: languages/vue.php:
|
7450 |
msgid "Error: %1$s, %2$s"
|
7451 |
msgstr ""
|
7452 |
|
7453 |
-
#: languages/vue.php:
|
7454 |
msgid "Error Activating Addon"
|
7455 |
msgstr ""
|
7456 |
|
7457 |
-
#: languages/vue.php:
|
7458 |
msgid "Redirecting"
|
7459 |
msgstr ""
|
7460 |
|
7461 |
-
#: languages/vue.php:
|
7462 |
msgid "Please wait"
|
7463 |
msgstr ""
|
7464 |
|
7465 |
-
#: languages/vue.php:
|
7466 |
msgid "activate"
|
7467 |
msgstr ""
|
7468 |
|
7469 |
-
#: languages/vue.php:
|
7470 |
msgid "install"
|
7471 |
msgstr ""
|
7472 |
|
7473 |
-
#: languages/vue.php:
|
7474 |
msgid "Visit addons page"
|
7475 |
msgstr ""
|
7476 |
|
7477 |
-
#: languages/vue.php:
|
7478 |
msgid "Report Unavailable"
|
7479 |
msgstr ""
|
7480 |
|
7481 |
#. Translators: Install/Activate the addon.
|
7482 |
-
#: languages/vue.php:
|
7483 |
msgid "%s Addon"
|
7484 |
msgstr ""
|
7485 |
|
7486 |
-
#: languages/vue.php:
|
7487 |
msgid "Go Back To Reports"
|
7488 |
msgstr ""
|
7489 |
|
7490 |
-
#: languages/vue.php:
|
7491 |
msgid "Enable Enhanced eCommerce"
|
7492 |
msgstr ""
|
7493 |
|
7494 |
-
#: languages/vue.php:
|
7495 |
msgid "Real-Time Report"
|
7496 |
msgstr ""
|
7497 |
|
7498 |
-
#: languages/vue.php:
|
7499 |
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 visitor's activity when you need it."
|
7500 |
msgstr ""
|
7501 |
|
7502 |
#. Translators: add link to blog.
|
7503 |
-
#: languages/vue.php:
|
7504 |
msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
|
7505 |
msgstr ""
|
7506 |
|
7507 |
-
#: languages/vue.php:
|
7508 |
msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
|
7509 |
msgstr ""
|
7510 |
|
7511 |
-
#: languages/vue.php:
|
7512 |
msgid "See Your Top Pages Immediately After Making Changes"
|
7513 |
msgstr ""
|
7514 |
|
7515 |
-
#: languages/vue.php:
|
7516 |
msgid "See Your Top Referral Sources and Adapt Faster"
|
7517 |
msgstr ""
|
7518 |
|
7519 |
-
#: languages/vue.php:
|
7520 |
msgid "See Your Traffic Demographics"
|
7521 |
msgstr ""
|
7522 |
|
7523 |
-
#: languages/vue.php:
|
7524 |
msgid "Get Fresh Reports Data Every 60 Seconds"
|
7525 |
msgstr ""
|
7526 |
|
7527 |
-
#: languages/vue.php:
|
7528 |
msgid "See Where Your Visitors are Connecting From (country & city)"
|
7529 |
msgstr ""
|
7530 |
|
7531 |
-
#: languages/vue.php:
|
7532 |
msgid "Help Us Improve"
|
7533 |
msgstr ""
|
7534 |
|
7535 |
-
#: languages/vue.php:
|
7536 |
msgid "Help us better understand our users and their website needs."
|
7537 |
msgstr ""
|
7538 |
|
7539 |
#. Translators: Adds a link to the documentation.
|
7540 |
-
#: languages/vue.php:
|
7541 |
msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics 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, %1$svisit our website.%2$s"
|
7542 |
msgstr ""
|
7543 |
|
7544 |
-
#: languages/vue.php:
|
7545 |
-
#: languages/vue.php:
|
7546 |
msgid "Connect ExactMetrics"
|
7547 |
msgstr ""
|
7548 |
|
7549 |
-
#: languages/vue.php:
|
7550 |
msgid "Website profile"
|
7551 |
msgstr ""
|
7552 |
|
7553 |
-
#: languages/vue.php:
|
7554 |
msgid "Active profile"
|
7555 |
msgstr ""
|
7556 |
|
7557 |
-
#: languages/vue.php:
|
7558 |
msgid "Your website profile has been set at the network level of your WordPress Multisite."
|
7559 |
msgstr ""
|
7560 |
|
7561 |
-
#: languages/vue.php:
|
7562 |
msgid "If you would like to use a different profile for this subsite, you can authenticate below."
|
7563 |
msgstr ""
|
7564 |
|
7565 |
-
#: languages/vue.php:
|
7566 |
msgid "Skip and Keep Connection"
|
7567 |
msgstr ""
|
7568 |
|
7569 |
-
#: languages/vue.php:
|
7570 |
msgid "Authenticating"
|
7571 |
msgstr ""
|
7572 |
|
7573 |
-
#: languages/vue.php:
|
7574 |
msgid "No options available"
|
7575 |
msgstr ""
|
7576 |
|
7577 |
-
#: languages/vue.php:
|
7578 |
msgid "This feature requires ExactMetrics Pro"
|
7579 |
msgstr ""
|
7580 |
|
7581 |
-
#: languages/vue.php:
|
7582 |
msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
|
7583 |
msgstr ""
|
7584 |
|
7585 |
-
#: languages/vue.php:
|
7586 |
msgid "Upgrade to Pro and Unlock Popular Products"
|
7587 |
msgstr ""
|
7588 |
|
7589 |
-
#: languages/vue.php:
|
7590 |
msgid "View all Pro features"
|
7591 |
msgstr ""
|
7592 |
|
7593 |
-
#: languages/vue.php:
|
7594 |
msgid "Reset to default"
|
7595 |
msgstr ""
|
7596 |
|
7597 |
-
#: languages/vue.php:
|
7598 |
msgid "The value entered does not match the required format"
|
7599 |
msgstr ""
|
7600 |
|
7601 |
#. Translators: Placeholders are used for making text bold and adding a link.
|
7602 |
-
#: languages/vue.php:
|
7603 |
msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
|
7604 |
msgstr ""
|
7605 |
|
7606 |
#. Translators: Error status and error text.
|
7607 |
-
#: languages/vue.php:
|
7608 |
msgid "Can't load errors. Error: %1$s, %2$s"
|
7609 |
msgstr ""
|
7610 |
|
7611 |
-
#: languages/vue.php:
|
7612 |
msgid "Only Show Posts from These Categories"
|
7613 |
msgstr ""
|
7614 |
|
7615 |
-
#: languages/vue.php:
|
7616 |
msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
|
7617 |
msgstr ""
|
7618 |
|
7619 |
-
#: languages/vue.php:
|
7620 |
msgid "Popular Posts data can be fetched correctly"
|
7621 |
msgstr ""
|
7622 |
|
7623 |
-
#: languages/vue.php:
|
7624 |
msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
|
7625 |
msgstr ""
|
7626 |
|
7627 |
-
#: languages/vue.php:
|
7628 |
msgid "Close"
|
7629 |
msgstr ""
|
7630 |
|
7631 |
-
#: languages/vue.php:
|
7632 |
msgid "Add Top 5 Posts from Google Analytics"
|
7633 |
msgstr ""
|
7634 |
|
7635 |
-
#: languages/vue.php:
|
7636 |
msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings. Please use the button below to confirm your configuration is correct."
|
7637 |
msgstr ""
|
7638 |
|
7639 |
-
#: languages/vue.php:
|
7640 |
msgid "Test Automated Posts"
|
7641 |
msgstr ""
|
7642 |
|
7643 |
#. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
|
7644 |
-
#: languages/vue.php:
|
7645 |
msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
|
7646 |
msgstr ""
|
7647 |
|
7648 |
-
#: languages/vue.php:
|
7649 |
msgid "Automated + Curated"
|
7650 |
msgstr ""
|
7651 |
|
7652 |
#. Translators: Placeholder adds a link to the Custom Dimensions settings.
|
7653 |
-
#: languages/vue.php:
|
7654 |
msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
|
7655 |
msgstr ""
|
7656 |
|
7657 |
#. Translators: Placeholder gets replaced with current license version.
|
7658 |
-
#: languages/vue.php:
|
7659 |
msgid "Pro version is required. Your current license level is: %s"
|
7660 |
msgstr ""
|
7661 |
|
7662 |
-
#: languages/vue.php:
|
7663 |
msgid "Verifying Popular Posts data"
|
7664 |
msgstr ""
|
7665 |
|
7666 |
-
#: languages/vue.php:
|
7667 |
msgid "Select posts/search"
|
7668 |
msgstr ""
|
7669 |
|
7670 |
-
#: languages/vue.php:
|
7671 |
msgid "Oops! No posts found."
|
7672 |
msgstr ""
|
7673 |
|
7674 |
-
#: languages/vue.php:
|
7675 |
msgid "Search by post title"
|
7676 |
msgstr ""
|
7677 |
|
7678 |
-
#: languages/vue.php:
|
7679 |
msgid "Can't load posts."
|
7680 |
msgstr ""
|
7681 |
|
7682 |
#. Translators: Adds a link to documentation.
|
7683 |
-
#: languages/vue.php:
|
7684 |
msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
|
7685 |
msgstr ""
|
7686 |
|
7687 |
#. Translators: Adds link to activate/install plugin and documentation.
|
7688 |
-
#: languages/vue.php:
|
7689 |
msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
|
7690 |
msgstr ""
|
7691 |
|
7692 |
-
#: languages/vue.php:
|
7693 |
msgid "Activate"
|
7694 |
msgstr ""
|
7695 |
|
7696 |
-
#: languages/vue.php:
|
7697 |
msgid "Install"
|
7698 |
msgstr ""
|
7699 |
|
7700 |
#. Translators: Adds a link to documentation.
|
7701 |
-
#: languages/vue.php:
|
7702 |
msgid "In order for the ExactMetrics 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. %1$sLearn More%2$s"
|
7703 |
msgstr ""
|
7704 |
|
7705 |
#. Translators: Adds link to activate/install plugin and documentation.
|
7706 |
-
#: languages/vue.php:
|
7707 |
msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
|
7708 |
msgstr ""
|
7709 |
|
7710 |
-
#: languages/vue.php:
|
7711 |
msgid "SharedCount API Key"
|
7712 |
msgstr ""
|
7713 |
|
7714 |
-
#: languages/vue.php:
|
7715 |
msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
|
7716 |
msgstr ""
|
7717 |
|
7718 |
-
#: languages/vue.php:
|
7719 |
msgid "Start Indexing"
|
7720 |
msgstr ""
|
7721 |
|
7722 |
-
#: languages/vue.php:
|
7723 |
msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
|
7724 |
msgstr ""
|
7725 |
|
7726 |
-
#: languages/vue.php:
|
7727 |
msgid "Indexing completed, counts will update automatically every day."
|
7728 |
msgstr ""
|
7729 |
|
7730 |
-
#: languages/vue.php:
|
7731 |
msgid "Wide"
|
7732 |
msgstr ""
|
7733 |
|
7734 |
-
#: languages/vue.php:
|
7735 |
msgid "Narrow"
|
7736 |
msgstr ""
|
7737 |
|
7738 |
-
#: languages/vue.php:
|
7739 |
msgid "Title"
|
7740 |
msgstr ""
|
7741 |
|
7742 |
-
#: languages/vue.php:
|
7743 |
msgid "Color"
|
7744 |
msgstr ""
|
7745 |
|
7746 |
-
#: languages/vue.php:
|
7747 |
msgid "Size"
|
7748 |
msgstr ""
|
7749 |
|
7750 |
-
#: languages/vue.php:
|
7751 |
msgid "Border"
|
7752 |
msgstr ""
|
7753 |
|
7754 |
-
#: languages/vue.php:
|
7755 |
msgid "Author/Date"
|
7756 |
msgstr ""
|
7757 |
|
7758 |
-
#: languages/vue.php:
|
7759 |
msgid "Label"
|
7760 |
msgstr ""
|
7761 |
|
7762 |
-
#: languages/vue.php:
|
7763 |
msgid "Background"
|
7764 |
msgstr ""
|
7765 |
|
7766 |
-
#: languages/vue.php:
|
7767 |
msgid "Choose which content you would like displayed in the widget."
|
7768 |
msgstr ""
|
7769 |
|
7770 |
-
#: languages/vue.php:
|
7771 |
msgid "Comments"
|
7772 |
msgstr ""
|
7773 |
|
7774 |
-
#: languages/vue.php:
|
7775 |
msgid "Choose how many posts you’d like displayed in the widget."
|
7776 |
msgstr ""
|
7777 |
|
7778 |
-
#: languages/vue.php:
|
7779 |
msgid "View notifications"
|
7780 |
msgstr ""
|
7781 |
|
7782 |
#. Translators: Add link to retrieve license key from account.
|
7783 |
-
#: languages/vue.php:
|
7784 |
msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
|
7785 |
msgstr ""
|
7786 |
|
7787 |
-
#: languages/vue.php:
|
7788 |
msgid "Miscellaneous"
|
7789 |
msgstr ""
|
7790 |
|
7791 |
-
#: languages/vue.php:
|
7792 |
msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
|
7793 |
msgstr ""
|
7794 |
|
7795 |
-
#: languages/vue.php:
|
7796 |
msgid "Hide Announcements"
|
7797 |
msgstr ""
|
7798 |
|
7799 |
-
#: languages/vue.php:
|
7800 |
msgid "Unlock Form Tracking"
|
7801 |
msgstr ""
|
7802 |
|
7803 |
-
#: languages/vue.php:
|
7804 |
msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
|
7805 |
msgstr ""
|
7806 |
|
7807 |
-
#: languages/vue.php:
|
7808 |
msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
|
7809 |
msgstr ""
|
7810 |
|
7811 |
-
#: languages/vue.php:
|
7812 |
msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
|
7813 |
msgstr ""
|
7814 |
|
7815 |
-
#: languages/vue.php:
|
7816 |
msgid "Affiliate Links"
|
7817 |
msgstr ""
|
7818 |
|
7819 |
#. Translators: Add links to documentation.
|
7820 |
-
#: languages/vue.php:
|
7821 |
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 %1$shere%2$s."
|
7822 |
msgstr ""
|
7823 |
|
7824 |
-
#: languages/vue.php:
|
7825 |
msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
|
7826 |
msgstr ""
|
7827 |
|
7828 |
-
#: languages/vue.php:
|
7829 |
msgid "The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
|
7830 |
msgstr ""
|
7831 |
|
7832 |
-
#: languages/vue.php:
|
7833 |
msgid "Disable the Headline Analyzer"
|
7834 |
msgstr ""
|
7835 |
|
7836 |
-
#: languages/vue.php:
|
7837 |
msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
|
7838 |
msgstr ""
|
7839 |
|
7840 |
-
#: languages/vue.php:
|
7841 |
msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
|
7842 |
msgstr ""
|
7843 |
|
7844 |
-
#: languages/vue.php:
|
7845 |
msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
|
7846 |
msgstr ""
|
7847 |
|
7848 |
-
#: languages/vue.php:
|
7849 |
msgid "Over 200,000 websites use Pretty Links!"
|
7850 |
msgstr ""
|
7851 |
|
7852 |
-
#: languages/vue.php:
|
7853 |
msgid "Install Pretty Links"
|
7854 |
msgstr ""
|
7855 |
|
7856 |
-
#: languages/vue.php:
|
7857 |
msgid "Pretty Links Installed & Activated"
|
7858 |
msgstr ""
|
7859 |
|
7860 |
-
#: languages/vue.php:
|
7861 |
msgid "Install Pretty Links from the WordPress.org plugin repository."
|
7862 |
msgstr ""
|
7863 |
|
7864 |
-
#: languages/vue.php:
|
7865 |
msgid "Activate Pretty Links"
|
7866 |
msgstr ""
|
7867 |
|
7868 |
-
#: languages/vue.php:
|
7869 |
msgid "Activating Pretty Links..."
|
7870 |
msgstr ""
|
7871 |
|
7872 |
-
#: languages/vue.php:
|
7873 |
msgid "Create New Pretty Link"
|
7874 |
msgstr ""
|
7875 |
|
7876 |
-
#: languages/vue.php:
|
7877 |
msgid "Create a New Pretty Link"
|
7878 |
msgstr ""
|
7879 |
|
7880 |
-
#: languages/vue.php:
|
7881 |
msgid "Grab your campaign link and paste it into the Target URL field."
|
7882 |
msgstr ""
|
7883 |
|
7884 |
#. Translators: Error status and error text.
|
7885 |
-
#: languages/vue.php:
|
7886 |
msgid "Can't load report data. Error: %1$s, %2$s"
|
7887 |
msgstr ""
|
7888 |
|
7889 |
-
#: languages/vue.php:
|
7890 |
msgid "Error loading report data"
|
7891 |
msgstr ""
|
7892 |
|
7893 |
-
#. Translators:
|
7894 |
-
#: languages/vue.php:
|
7895 |
msgid "vs. Previous Day"
|
7896 |
msgstr ""
|
7897 |
|
7898 |
-
#: languages/vue.php:
|
7899 |
msgid "No change"
|
7900 |
msgstr ""
|
7901 |
|
7902 |
#. Translators: Error status and error text.
|
7903 |
-
#: languages/vue.php:
|
7904 |
msgid "Can't deactivate the license. Error: %1$s, %2$s"
|
7905 |
msgstr ""
|
7906 |
|
7907 |
#. Translators: Error status and error text.
|
7908 |
-
#: languages/vue.php:
|
7909 |
msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
|
7910 |
msgstr ""
|
7911 |
|
7912 |
#. Translators: Error status and error text.
|
7913 |
-
#: languages/vue.php:
|
7914 |
msgid "Can't load license details. Error: %1$s, %2$s"
|
7915 |
msgstr ""
|
7916 |
|
7917 |
-
#: languages/vue.php:
|
7918 |
msgid "Error loading license details"
|
7919 |
msgstr ""
|
7920 |
|
7921 |
#. Translators: Error status and error text.
|
7922 |
-
#: languages/vue.php:
|
7923 |
msgid "Can't verify the license. Error: %1$s, %2$s"
|
7924 |
msgstr ""
|
7925 |
|
7926 |
#. Translators: Error status and error text.
|
7927 |
-
#: languages/vue.php:
|
7928 |
msgid "Can't validate the license. Error: %1$s, %2$s"
|
7929 |
msgstr ""
|
7930 |
|
7931 |
#. Translators: Placeholder is replaced with WPForms.
|
7932 |
-
#: languages/vue.php:
|
7933 |
msgid "Recommended Plugin: %s"
|
7934 |
msgstr ""
|
7935 |
|
7936 |
-
#: languages/vue.php:
|
7937 |
msgid "Activating..."
|
7938 |
msgstr ""
|
7939 |
|
7940 |
-
#: languages/vue.php:
|
7941 |
msgid "Deactivating..."
|
7942 |
msgstr ""
|
7943 |
|
7944 |
-
#: languages/vue.php:
|
7945 |
msgid "Deactivate"
|
7946 |
msgstr ""
|
7947 |
|
7948 |
-
#. Translators:
|
7949 |
-
#: languages/vue.php:
|
7950 |
msgid "Last %s days"
|
7951 |
msgstr ""
|
7952 |
|
7953 |
#. Translators: Make text green.
|
7954 |
-
#: languages/vue.php:
|
7955 |
msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
|
7956 |
msgstr ""
|
7957 |
|
7958 |
-
#: languages/vue.php:
|
7959 |
msgid "Analytics"
|
7960 |
msgstr ""
|
7961 |
|
7962 |
#. Translators: Adds an arrow icon.
|
7963 |
-
#: languages/vue.php:
|
7964 |
msgid "View All Reports %s"
|
7965 |
msgstr ""
|
7966 |
|
7967 |
-
#: languages/vue.php:
|
7968 |
msgid "Multiple Entries"
|
7969 |
msgstr ""
|
7970 |
|
7971 |
-
#: languages/vue.php:
|
7972 |
msgid "Total Number of Widgets to Show"
|
7973 |
msgstr ""
|
7974 |
|
7975 |
-
#: languages/vue.php:
|
7976 |
msgid "Choose how many widgets will be placed in a single Post."
|
7977 |
msgstr ""
|
7978 |
|
7979 |
-
#: languages/vue.php:
|
7980 |
msgid "Minimum Distance Between Widgets"
|
7981 |
msgstr ""
|
7982 |
|
7983 |
-
#: languages/vue.php:
|
7984 |
msgid "Choose the distance between widgets."
|
7985 |
msgstr ""
|
7986 |
|
7987 |
-
#: languages/vue.php:
|
7988 |
msgid "Minimum Word Count to Display Multiple Widgets"
|
7989 |
msgstr ""
|
7990 |
|
7991 |
-
#: languages/vue.php:
|
7992 |
msgid "Choose the minimum word count for a Post to have multiple entries."
|
7993 |
msgstr ""
|
7994 |
|
7995 |
-
#: languages/vue.php:
|
7996 |
msgid "Pro version is required"
|
7997 |
msgstr ""
|
7998 |
|
7999 |
#. Translators: Placeholder adds a link to the Custom Dimensions settings.
|
8000 |
-
#: languages/vue.php:
|
8001 |
msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
|
8002 |
msgstr ""
|
8003 |
|
8004 |
#. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
|
8005 |
-
#: languages/vue.php:
|
8006 |
msgid "%1$sPage %3$s%2$s of %4$s"
|
8007 |
msgstr ""
|
8008 |
|
8009 |
-
#: languages/vue.php:
|
8010 |
msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
|
8011 |
msgstr ""
|
8012 |
|
8013 |
-
#: languages/vue.php:
|
8014 |
msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
|
8015 |
msgstr ""
|
8016 |
|
8017 |
-
#: languages/vue.php:
|
8018 |
msgid "Icon"
|
8019 |
msgstr ""
|
8020 |
|
8021 |
-
#: languages/vue.php:
|
8022 |
msgid "Display Method"
|
8023 |
msgstr ""
|
8024 |
|
8025 |
-
#: languages/vue.php:
|
8026 |
msgid "There are two ways to manual include the widget in your posts."
|
8027 |
msgstr ""
|
8028 |
|
8029 |
-
#: languages/vue.php:
|
8030 |
msgid "Using the Gutenberg Block"
|
8031 |
msgstr ""
|
8032 |
|
8033 |
-
#: languages/vue.php:
|
8034 |
msgid "Using the Shortcode"
|
8035 |
msgstr ""
|
8036 |
|
8037 |
-
#: languages/vue.php:
|
8038 |
msgid "Learn how to insert the widget using Gutenberg blocks."
|
8039 |
msgstr ""
|
8040 |
|
8041 |
-
#: languages/vue.php:
|
8042 |
msgid "Learn how to insert the widget using out Shortcode."
|
8043 |
msgstr ""
|
8044 |
|
8045 |
-
#: languages/vue.php:
|
8046 |
msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
|
8047 |
msgstr ""
|
8048 |
|
8049 |
-
#: languages/vue.php:
|
8050 |
msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
|
8051 |
msgstr ""
|
8052 |
|
8053 |
-
#: languages/vue.php:
|
8054 |
msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
|
8055 |
msgstr ""
|
8056 |
|
8057 |
-
#: languages/vue.php:
|
8058 |
msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
|
8059 |
msgstr ""
|
8060 |
|
8061 |
-
#: languages/vue.php:
|
8062 |
msgid "Shortcode"
|
8063 |
msgstr ""
|
8064 |
|
8065 |
-
#: languages/vue.php:
|
8066 |
msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
|
8067 |
msgstr ""
|
8068 |
|
8069 |
-
#: languages/vue.php:
|
8070 |
msgid "Copy Shortcode"
|
8071 |
msgstr ""
|
8072 |
|
8073 |
-
#: languages/vue.php:
|
8074 |
msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
|
8075 |
msgstr ""
|
8076 |
|
8077 |
-
#: languages/vue.php:
|
8078 |
msgid "Automatic Placement"
|
8079 |
msgstr ""
|
8080 |
|
8081 |
-
#: languages/vue.php:
|
8082 |
msgid "Display using Gutenberg Blocks"
|
8083 |
msgstr ""
|
8084 |
|
8085 |
-
#: languages/vue.php:
|
8086 |
msgid "Embed Options"
|
8087 |
msgstr ""
|
8088 |
|
8089 |
-
#: languages/vue.php:
|
8090 |
msgid "All Embed Options can be used in conjunction with one another."
|
8091 |
msgstr ""
|
8092 |
|
8093 |
-
#: languages/vue.php:
|
8094 |
msgid "Using Automatic Embed"
|
8095 |
msgstr ""
|
8096 |
|
8097 |
-
#: languages/vue.php:
|
8098 |
msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
|
8099 |
msgstr ""
|
8100 |
|
8101 |
-
#: languages/vue.php:
|
8102 |
msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
|
8103 |
msgstr ""
|
8104 |
|
8105 |
-
#: languages/vue.php:
|
8106 |
msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
|
8107 |
msgstr ""
|
8108 |
|
8109 |
-
#: languages/vue.php:
|
8110 |
msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
|
8111 |
msgstr ""
|
8112 |
|
8113 |
-
#: languages/vue.php:
|
8114 |
msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
|
8115 |
msgstr ""
|
8116 |
|
8117 |
-
#: languages/vue.php:
|
8118 |
msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
|
8119 |
msgstr ""
|
8120 |
|
8121 |
-
#: languages/vue.php:
|
8122 |
msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
|
8123 |
msgstr ""
|
8124 |
|
8125 |
-
#: languages/vue.php:
|
8126 |
msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
|
8127 |
msgstr ""
|
8128 |
|
8129 |
-
#: languages/vue.php:
|
8130 |
msgid "Display using a Shortcode"
|
8131 |
msgstr ""
|
8132 |
|
8133 |
-
#: languages/vue.php:
|
8134 |
msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
|
8135 |
msgstr ""
|
8136 |
|
8137 |
-
#: languages/vue.php:
|
8138 |
msgid "Enable Automatic Placement"
|
8139 |
msgstr ""
|
8140 |
|
8141 |
-
#: languages/vue.php:
|
8142 |
msgid "Display in a Sidebar"
|
8143 |
msgstr ""
|
8144 |
|
8145 |
-
#: languages/vue.php:
|
8146 |
msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
|
8147 |
msgstr ""
|
8148 |
|
8149 |
-
#: languages/vue.php:
|
8150 |
msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
|
8151 |
msgstr ""
|
8152 |
|
8153 |
#. Translators: Minimum and maximum number that can be used.
|
8154 |
-
#: languages/vue.php:
|
8155 |
msgid "Please enter a value between %1$s and %2$s"
|
8156 |
msgstr ""
|
8157 |
|
8158 |
#. Translators: The minimum set value.
|
8159 |
-
#: languages/vue.php:
|
8160 |
msgid "Please enter a value higher than %s"
|
8161 |
msgstr ""
|
8162 |
|
8163 |
#. Translators: The maximum set value.
|
8164 |
-
#: languages/vue.php:
|
8165 |
msgid "Please enter a value lower than %s"
|
8166 |
msgstr ""
|
8167 |
|
8168 |
-
#: languages/vue.php:
|
8169 |
msgid "Please enter a number"
|
8170 |
msgstr ""
|
8171 |
|
8172 |
-
#: languages/vue.php:
|
8173 |
msgid "Value has to be a round number"
|
8174 |
msgstr ""
|
8175 |
|
8176 |
-
#: languages/vue.php:
|
8177 |
msgid "Days"
|
8178 |
msgstr ""
|
8179 |
|
8180 |
#. Translators: placeholders make text small.
|
8181 |
-
#: languages/vue.php:
|
8182 |
msgid "7 days"
|
8183 |
msgstr ""
|
8184 |
|
8185 |
-
#: languages/vue.php:
|
8186 |
msgid "30 days"
|
8187 |
msgstr ""
|
8188 |
|
8189 |
-
#: languages/vue.php:
|
8190 |
msgid "Custom"
|
8191 |
msgstr ""
|
8192 |
|
8193 |
#. Translators: Add line break.
|
8194 |
-
#: languages/vue.php:
|
8195 |
msgid "See All Your Important Store%s Metrics in One Place"
|
8196 |
msgstr ""
|
8197 |
|
8198 |
-
#: languages/vue.php:
|
8199 |
msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
|
8200 |
msgstr ""
|
8201 |
|
8202 |
-
#: languages/vue.php:
|
8203 |
msgid "See your Top Conversion Sources and Focus on what's Working"
|
8204 |
msgstr ""
|
8205 |
|
8206 |
#. Translators: The name of the field that is throwing a validation error.
|
8207 |
-
#: languages/vue.php:
|
8208 |
msgid "%s can't be empty."
|
8209 |
msgstr ""
|
8210 |
|
8211 |
-
#: languages/vue.php:
|
8212 |
msgid "Duplicate values are not allowed."
|
8213 |
msgstr ""
|
8214 |
|
8215 |
-
#: languages/vue.php:
|
8216 |
msgid "You can add maximum 5 items."
|
8217 |
msgstr ""
|
8218 |
|
8219 |
-
#: languages/vue.php:
|
8220 |
msgid "At least 0 item required."
|
8221 |
msgstr ""
|
8222 |
|
8223 |
-
#: languages/vue.php:
|
8224 |
msgid "Add Another Link Path"
|
8225 |
msgstr ""
|
8226 |
|
8227 |
-
#: languages/vue.php:
|
8228 |
msgid "Remove row"
|
8229 |
msgstr ""
|
8230 |
|
8231 |
-
#: languages/vue.php:
|
8232 |
msgid "Time to Purchase"
|
8233 |
msgstr ""
|
8234 |
|
8235 |
-
#: languages/vue.php:
|
8236 |
msgid "This list shows how many days from first visit it took users to purchase products from your site."
|
8237 |
msgstr ""
|
8238 |
|
8239 |
-
#: languages/vue.php:
|
8240 |
msgid "Sessions to Purchase"
|
8241 |
msgstr ""
|
8242 |
|
8243 |
-
#: languages/vue.php:
|
8244 |
msgid "This list shows the number of sessions it took users before they purchased a product from your website."
|
8245 |
msgstr ""
|
8246 |
|
8247 |
-
#: languages/vue.php:
|
8248 |
msgid "Top Landing Pages"
|
8249 |
msgstr ""
|
8250 |
|
8251 |
-
#: languages/vue.php:
|
8252 |
msgid "This list shows the top pages users first land on when visiting your website."
|
8253 |
msgstr ""
|
8254 |
|
8255 |
-
#: languages/vue.php:
|
8256 |
msgid "Top Exit Pages"
|
8257 |
msgstr ""
|
8258 |
|
8259 |
-
#: languages/vue.php:
|
8260 |
msgid "This list shows the top pages users exit your website from."
|
8261 |
msgstr ""
|
8262 |
|
8263 |
-
#: languages/vue.php:
|
8264 |
msgid "Top Outbound Links"
|
8265 |
msgstr ""
|
8266 |
|
8267 |
-
#: languages/vue.php:
|
8268 |
msgid "This list shows the top links clicked on your website that go to another website."
|
8269 |
msgstr ""
|
8270 |
|
8271 |
-
#: languages/vue.php:
|
8272 |
msgid "Top Affiliate Links"
|
8273 |
msgstr ""
|
8274 |
|
8275 |
-
#: languages/vue.php:
|
8276 |
msgid "This list shows the top affiliate links your visitors clicked on."
|
8277 |
msgstr ""
|
8278 |
|
8279 |
-
#: languages/vue.php:
|
8280 |
msgid "Top Download Links"
|
8281 |
msgstr ""
|
8282 |
|
8283 |
-
#: languages/vue.php:
|
8284 |
msgid "This list shows the download links your visitors clicked the most."
|
8285 |
msgstr ""
|
8286 |
|
8287 |
-
#: languages/vue.php:
|
8288 |
msgid "Top Products"
|
8289 |
msgstr ""
|
8290 |
|
8291 |
-
#: languages/vue.php:
|
8292 |
msgid "This list shows the top selling products on your website."
|
8293 |
msgstr ""
|
8294 |
|
8295 |
-
#: languages/vue.php:
|
8296 |
msgid "Top Conversion Sources"
|
8297 |
msgstr ""
|
8298 |
|
8299 |
-
#: languages/vue.php:
|
8300 |
msgid "This list shows the top referral websites in terms of product revenue."
|
8301 |
msgstr ""
|
8302 |
|
8303 |
-
#: languages/vue.php:
|
8304 |
msgid "Total Add/Remove"
|
8305 |
msgstr ""
|
8306 |
|
8307 |
-
#: languages/vue.php:
|
8308 |
msgid "Unlock with %s"
|
8309 |
msgstr ""
|
8310 |
|
8311 |
-
#: languages/vue.php:
|
8312 |
msgid "Upgrade"
|
8313 |
msgstr ""
|
8314 |
|
8315 |
-
#: languages/vue.php:
|
8316 |
msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
|
8317 |
msgstr ""
|
8318 |
|
8319 |
-
#: languages/vue.php:
|
8320 |
msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
|
8321 |
msgstr ""
|
8322 |
|
8323 |
-
#: languages/vue.php:
|
8324 |
msgid "Performance"
|
8325 |
msgstr ""
|
8326 |
|
8327 |
-
#: languages/vue.php:
|
8328 |
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."
|
8329 |
msgstr ""
|
8330 |
|
8331 |
-
#: languages/vue.php:
|
8332 |
msgid "Export PDF Report"
|
8333 |
msgstr ""
|
8334 |
|
8335 |
-
#: languages/vue.php:
|
8336 |
msgid "You can export PDF reports only in the PRO version."
|
8337 |
msgstr ""
|
8338 |
|
8339 |
-
#: languages/vue.php:
|
8340 |
msgid "Usage Tracking"
|
8341 |
msgstr ""
|
8342 |
|
8343 |
-
#: languages/vue.php:
|
8344 |
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."
|
8345 |
msgstr ""
|
8346 |
|
8347 |
-
#: languages/vue.php:
|
8348 |
msgid "Allow usage tracking"
|
8349 |
msgstr ""
|
8350 |
|
8351 |
#. Translators: Adds a link to the documentation.
|
8352 |
-
#: languages/vue.php:
|
8353 |
msgid "Complete documentation on usage tracking is available %1$shere%2$s."
|
8354 |
msgstr ""
|
8355 |
|
8356 |
-
#: languages/vue.php:
|
8357 |
msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
|
8358 |
msgstr ""
|
8359 |
|
8360 |
-
#: languages/vue.php:
|
8361 |
msgid "To unlock more features consider upgrading to PRO."
|
8362 |
msgstr ""
|
8363 |
|
8364 |
-
#: languages/vue.php:
|
8365 |
msgid "Upgrade to"
|
8366 |
msgstr ""
|
8367 |
|
8368 |
#. Translators: Placeholder adds a line break.
|
8369 |
-
#: languages/vue.php:
|
8370 |
msgid "You can customize your %sdate range only in the PRO version."
|
8371 |
msgstr ""
|
8372 |
|
8373 |
-
#: languages/vue.php:
|
8374 |
msgid "You appear to be offline. WPForms not installed."
|
8375 |
msgstr ""
|
8376 |
|
8377 |
#. Translators: Error status and error text.
|
8378 |
-
#: languages/vue.php:
|
8379 |
msgid "Can't activate addon. Error: %1$s, %2$s"
|
8380 |
msgstr ""
|
8381 |
|
8382 |
-
#: languages/vue.php:
|
8383 |
msgid "You appear to be offline. Addon not activated."
|
8384 |
msgstr ""
|
8385 |
|
8386 |
#. Translators: Error status and error text.
|
8387 |
-
#: languages/vue.php:
|
8388 |
msgid "Can't deactivate addon. Error: %1$s, %2$s"
|
8389 |
msgstr ""
|
8390 |
|
8391 |
-
#: languages/vue.php:
|
8392 |
msgid "You appear to be offline. Addon not deactivated."
|
8393 |
msgstr ""
|
8394 |
|
8395 |
#. Translators: Error status and error text.
|
8396 |
-
#: languages/vue.php:
|
8397 |
msgid "Can't install plugin. Error: %1$s, %2$s"
|
8398 |
msgstr ""
|
8399 |
|
8400 |
-
#: languages/vue.php:
|
8401 |
msgid "You appear to be offline. Plugin not installed."
|
8402 |
msgstr ""
|
8403 |
|
8404 |
#. Translators: Error status and error text.
|
8405 |
-
#: languages/vue.php:
|
8406 |
msgid "Can't install addon. Error: %1$s, %2$s"
|
8407 |
msgstr ""
|
8408 |
|
8409 |
-
#: languages/vue.php:
|
8410 |
msgid "You appear to be offline. Addon not installed."
|
8411 |
msgstr ""
|
8412 |
|
8413 |
#. Translators: Error status and error text.
|
8414 |
-
#: languages/vue.php:
|
8415 |
msgid "Can't install WPForms. Error: %1$s, %2$s"
|
8416 |
msgstr ""
|
8417 |
|
8418 |
#. Translators: Makes text bold and adds smiley.
|
8419 |
-
#: languages/vue.php:
|
8420 |
msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
|
8421 |
msgstr ""
|
8422 |
|
8423 |
#. Translators: Makes text green.
|
8424 |
-
#: languages/vue.php:
|
8425 |
msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
|
8426 |
msgstr ""
|
8427 |
|
8428 |
-
#: languages/vue.php:
|
8429 |
msgid "Unlock All Features and Upgrade to Pro"
|
8430 |
msgstr ""
|
8431 |
|
8432 |
-
#: languages/vue.php:
|
8433 |
msgid "Show"
|
8434 |
msgstr ""
|
8435 |
|
8436 |
#. Translators: The number of results.
|
8437 |
-
#: languages/vue.php:
|
8438 |
msgid "%s results"
|
8439 |
msgstr ""
|
8440 |
|
8441 |
-
#: languages/vue.php:
|
8442 |
msgid ""
|
8443 |
"The EU Compliance addon allows you to improve compliance with GDPR\n"
|
8444 |
" and other privacy regulations."
|
8445 |
msgstr ""
|
8446 |
|
8447 |
-
#: languages/vue.php:
|
8448 |
msgid "EU Compliance"
|
8449 |
msgstr ""
|
8450 |
|
8451 |
-
#: languages/vue.php:
|
8452 |
msgid "Show in widget mode"
|
8453 |
msgstr ""
|
8454 |
|
8455 |
-
#: languages/vue.php:
|
8456 |
msgid "Show in full-width mode"
|
8457 |
msgstr ""
|
8458 |
|
8459 |
-
#: languages/vue.php:
|
8460 |
msgid "Show Overview Reports"
|
8461 |
msgstr ""
|
8462 |
|
8463 |
-
#: languages/vue.php:
|
8464 |
msgid "Show Publishers Reports"
|
8465 |
msgstr ""
|
8466 |
|
8467 |
-
#: languages/vue.php:
|
8468 |
msgid "Show eCommerce Reports"
|
8469 |
msgstr ""
|
8470 |
|
8471 |
-
#: languages/vue.php:
|
8472 |
msgid "Available in PRO version"
|
8473 |
msgstr ""
|
8474 |
|
8475 |
-
#: languages/vue.php:
|
8476 |
msgid "Scroll Tracking"
|
8477 |
msgstr ""
|
8478 |
|
8479 |
-
#: languages/vue.php:
|
8480 |
msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
|
8481 |
msgstr ""
|
8482 |
|
8483 |
-
#: languages/vue.php:
|
8484 |
msgid "See All Reports"
|
8485 |
msgstr ""
|
8486 |
|
8487 |
-
#: languages/vue.php:
|
8488 |
msgid "Go to the Analytics Dashboard"
|
8489 |
msgstr ""
|
8490 |
|
8491 |
-
#: languages/vue.php:
|
8492 |
msgid "Google AMP"
|
8493 |
msgstr ""
|
8494 |
|
8495 |
-
#: languages/vue.php:
|
8496 |
msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
|
8497 |
msgstr ""
|
8498 |
|
8499 |
-
#: languages/vue.php:
|
8500 |
msgid "Ads Tracking"
|
8501 |
msgstr ""
|
8502 |
|
8503 |
-
#: languages/vue.php:
|
8504 |
msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
|
8505 |
msgstr ""
|
8506 |
|
8507 |
-
#: languages/vue.php:
|
8508 |
msgid "Facebook Instant Articles"
|
8509 |
msgstr ""
|
8510 |
|
8511 |
-
#: languages/vue.php:
|
8512 |
msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
|
8513 |
msgstr ""
|
8514 |
|
8515 |
-
#: languages/vue.php:
|
8516 |
msgid "Check out the newly added classic mode"
|
8517 |
msgstr ""
|
8518 |
|
8519 |
#. Translators: Line break.
|
8520 |
-
#: languages/vue.php:
|
8521 |
msgid "Unique %s Sessions"
|
8522 |
msgstr ""
|
8523 |
|
8524 |
#. Translators: Line break.
|
8525 |
-
#: languages/vue.php:
|
8526 |
msgid "Unique %s Pageviews"
|
8527 |
msgstr ""
|
8528 |
|
8529 |
-
#: languages/vue.php:
|
8530 |
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."
|
8531 |
msgstr ""
|
8532 |
|
8533 |
-
#: languages/vue.php:
|
8534 |
msgid "Hide dashboard widget"
|
8535 |
msgstr ""
|
8536 |
|
8537 |
-
#: languages/vue.php:
|
8538 |
msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
|
8539 |
msgstr ""
|
8540 |
|
8541 |
-
#: languages/vue.php:
|
8542 |
msgid "Yes, hide it!"
|
8543 |
msgstr ""
|
8544 |
|
8545 |
-
#: languages/vue.php:
|
8546 |
msgid "No, cancel!"
|
8547 |
msgstr ""
|
8548 |
|
8549 |
-
#: languages/vue.php:
|
8550 |
msgid "ExactMetrics Widget Hidden"
|
8551 |
msgstr ""
|
8552 |
|
8553 |
-
#: languages/vue.php:
|
8554 |
msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
|
8555 |
msgstr ""
|
8556 |
|
8557 |
-
#: languages/vue.php:
|
8558 |
msgid "Classic mode"
|
8559 |
msgstr ""
|
8560 |
|
8561 |
#. Translators: Make text green and add smiley face.
|
8562 |
-
#: languages/vue.php:
|
8563 |
msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
|
8564 |
msgstr ""
|
8565 |
|
8566 |
#. Translators: Make text green.
|
8567 |
-
#: languages/vue.php:
|
8568 |
msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
|
8569 |
msgstr ""
|
8570 |
|
8571 |
-
#: languages/vue.php:
|
8572 |
msgid "Unlock PRO Features Now"
|
8573 |
msgstr ""
|
8574 |
|
8575 |
#. Translators: Add link to retrieve license from account area.
|
8576 |
-
#: languages/vue.php:
|
8577 |
msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
|
8578 |
msgstr ""
|
8579 |
|
8580 |
-
#: languages/vue.php:
|
8581 |
msgid "Verifying Credentials"
|
8582 |
msgstr ""
|
8583 |
|
8584 |
-
#: languages/vue.php:
|
8585 |
msgid "Your site is connected to ExactMetrics!"
|
8586 |
msgstr ""
|
8587 |
|
8588 |
-
#: languages/vue.php:
|
8589 |
msgid "Deauthenticating"
|
8590 |
msgstr ""
|
8591 |
|
8592 |
-
#: languages/vue.php:
|
8593 |
msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
|
8594 |
msgstr ""
|
8595 |
|
8596 |
-
#: languages/vue.php:
|
8597 |
msgid "Verify Credentials"
|
8598 |
msgstr ""
|
8599 |
|
8600 |
-
#: languages/vue.php:
|
8601 |
msgid "Website Profile"
|
8602 |
msgstr ""
|
8603 |
|
8604 |
-
#: languages/vue.php:
|
8605 |
msgid "Active Profile"
|
8606 |
msgstr ""
|
8607 |
|
8608 |
-
#: languages/vue.php:
|
8609 |
msgid "Force Deauthenticate"
|
8610 |
msgstr ""
|
8611 |
|
8612 |
-
#: languages/vue.php:
|
8613 |
msgid "Disconnect ExactMetrics"
|
8614 |
msgstr ""
|
8615 |
|
8616 |
-
#: languages/vue.php:
|
8617 |
msgid "Site Speed Report"
|
8618 |
msgstr ""
|
8619 |
|
8620 |
-
#: languages/vue.php:
|
8621 |
msgid "Site Speed"
|
8622 |
msgstr ""
|
8623 |
|
8624 |
-
#: languages/vue.php:
|
8625 |
msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
|
8626 |
msgstr ""
|
8627 |
|
@@ -8645,451 +8688,451 @@ msgstr ""
|
|
8645 |
msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
|
8646 |
msgstr ""
|
8647 |
|
8648 |
-
#: languages/vue.php:
|
8649 |
msgid "2020 Year in Review"
|
8650 |
msgstr ""
|
8651 |
|
8652 |
-
#: languages/vue.php:
|
8653 |
msgid "Still Calculating..."
|
8654 |
msgstr ""
|
8655 |
|
8656 |
-
#: languages/vue.php:
|
8657 |
msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
|
8658 |
msgstr ""
|
8659 |
|
8660 |
-
#: languages/vue.php:
|
8661 |
msgid "Back to Overview Report"
|
8662 |
msgstr ""
|
8663 |
|
8664 |
-
#: languages/vue.php:
|
8665 |
msgid "Your 2020 Analytics Report"
|
8666 |
msgstr ""
|
8667 |
|
8668 |
-
#: languages/vue.php:
|
8669 |
msgid "Audience"
|
8670 |
msgstr ""
|
8671 |
|
8672 |
-
#: languages/vue.php:
|
8673 |
msgid "Congrats"
|
8674 |
msgstr ""
|
8675 |
|
8676 |
-
#: languages/vue.php:
|
8677 |
msgid "Your website was quite popular this year! "
|
8678 |
msgstr ""
|
8679 |
|
8680 |
-
#: languages/vue.php:
|
8681 |
msgid "You had "
|
8682 |
msgstr ""
|
8683 |
|
8684 |
-
#: languages/vue.php:
|
8685 |
msgid " visitors!"
|
8686 |
msgstr ""
|
8687 |
|
8688 |
-
#: languages/vue.php:
|
8689 |
msgid " visitors"
|
8690 |
msgstr ""
|
8691 |
|
8692 |
-
#: languages/vue.php:
|
8693 |
msgid "Total Visitors"
|
8694 |
msgstr ""
|
8695 |
|
8696 |
-
#: languages/vue.php:
|
8697 |
msgid "Total Sessions"
|
8698 |
msgstr ""
|
8699 |
|
8700 |
-
#: languages/vue.php:
|
8701 |
msgid "Visitors by Month"
|
8702 |
msgstr ""
|
8703 |
|
8704 |
-
#: languages/vue.php:
|
8705 |
msgid "January 1, 2020 - December 31, 2020"
|
8706 |
msgstr ""
|
8707 |
|
8708 |
-
#: languages/vue.php:
|
8709 |
msgid "A Tip for 2021"
|
8710 |
msgstr ""
|
8711 |
|
8712 |
-
#: languages/vue.php:
|
8713 |
msgid "#1"
|
8714 |
msgstr ""
|
8715 |
|
8716 |
-
#: languages/vue.php:
|
8717 |
msgid "You Top 5 Countries"
|
8718 |
msgstr ""
|
8719 |
|
8720 |
-
#: languages/vue.php:
|
8721 |
msgid "Let’s get to know your visitors a little better, shall we?"
|
8722 |
msgstr ""
|
8723 |
|
8724 |
-
#: languages/vue.php:
|
8725 |
msgid "Gender"
|
8726 |
msgstr ""
|
8727 |
|
8728 |
-
#: languages/vue.php:
|
8729 |
msgid "Female"
|
8730 |
msgstr ""
|
8731 |
|
8732 |
-
#: languages/vue.php:
|
8733 |
msgid "Women"
|
8734 |
msgstr ""
|
8735 |
|
8736 |
-
#: languages/vue.php:
|
8737 |
msgid "Male"
|
8738 |
msgstr ""
|
8739 |
|
8740 |
-
#: languages/vue.php:
|
8741 |
msgid "Average Age"
|
8742 |
msgstr ""
|
8743 |
|
8744 |
-
#: languages/vue.php:
|
8745 |
msgid "Your Top 5 Pages"
|
8746 |
msgstr ""
|
8747 |
|
8748 |
-
#: languages/vue.php:
|
8749 |
msgid "Time Spent on Site"
|
8750 |
msgstr ""
|
8751 |
|
8752 |
-
#: languages/vue.php:
|
8753 |
msgid "minutes"
|
8754 |
msgstr ""
|
8755 |
|
8756 |
-
#: languages/vue.php:
|
8757 |
msgid "Device Type"
|
8758 |
msgstr ""
|
8759 |
|
8760 |
-
#: languages/vue.php:
|
8761 |
msgid "A Tip For 2021"
|
8762 |
msgstr ""
|
8763 |
|
8764 |
-
#: languages/vue.php:
|
8765 |
msgid "Are you wondering, how do I get my Google to index my site? If your website isn’t showing up on Google search results then it could be that your webpages aren’t being indexed."
|
8766 |
msgstr ""
|
8767 |
|
8768 |
-
#: languages/vue.php:
|
8769 |
msgid "Read - 8 Ways to Get Google to Index Your Site Faster (Tried & Tested)"
|
8770 |
msgstr ""
|
8771 |
|
8772 |
-
#: languages/vue.php:
|
8773 |
msgid "So, where did all of these visitors come from?"
|
8774 |
msgstr ""
|
8775 |
|
8776 |
-
#: languages/vue.php:
|
8777 |
msgid "Clicks"
|
8778 |
msgstr ""
|
8779 |
|
8780 |
-
#: languages/vue.php:
|
8781 |
msgid "Your Top 5 Keywords"
|
8782 |
msgstr ""
|
8783 |
|
8784 |
-
#: languages/vue.php:
|
8785 |
msgid "What keywords visitors searched for to find your site"
|
8786 |
msgstr ""
|
8787 |
|
8788 |
-
#: languages/vue.php:
|
8789 |
msgid "Your Top 5 Referrals"
|
8790 |
msgstr ""
|
8791 |
|
8792 |
-
#: languages/vue.php:
|
8793 |
msgid "The websites that link back to your website"
|
8794 |
msgstr ""
|
8795 |
|
8796 |
-
#: languages/vue.php:
|
8797 |
msgid "Opportunity"
|
8798 |
msgstr ""
|
8799 |
|
8800 |
-
#: languages/vue.php:
|
8801 |
msgid "With Google Analytics, you can track and measure your site’s performance. Not only that, but you also get useful insights about your visitors."
|
8802 |
msgstr ""
|
8803 |
|
8804 |
-
#: languages/vue.php:
|
8805 |
msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
|
8806 |
msgstr ""
|
8807 |
|
8808 |
-
#: languages/vue.php:
|
8809 |
msgid "Thank you for using ExactMetrics!"
|
8810 |
msgstr ""
|
8811 |
|
8812 |
-
#: languages/vue.php:
|
8813 |
msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
|
8814 |
msgstr ""
|
8815 |
|
8816 |
-
#: languages/vue.php:
|
8817 |
msgid "Here's to an amazing 2021!"
|
8818 |
msgstr ""
|
8819 |
|
8820 |
-
#: languages/vue.php:
|
8821 |
msgid "Enjoying ExactMetrics"
|
8822 |
msgstr ""
|
8823 |
|
8824 |
-
#: languages/vue.php:
|
8825 |
msgid "Leave a five star review!"
|
8826 |
msgstr ""
|
8827 |
|
8828 |
-
#: languages/vue.php:
|
8829 |
msgid "Syed Balkhi"
|
8830 |
msgstr ""
|
8831 |
|
8832 |
-
#: languages/vue.php:
|
8833 |
msgid "Chris Christoff"
|
8834 |
msgstr ""
|
8835 |
|
8836 |
-
#: languages/vue.php:
|
8837 |
msgid "Write Review"
|
8838 |
msgstr ""
|
8839 |
|
8840 |
-
#: languages/vue.php:
|
8841 |
msgid "Did you know over 10 million websites use our plugins?"
|
8842 |
msgstr ""
|
8843 |
|
8844 |
-
#: languages/vue.php:
|
8845 |
msgid "Try our other popular WordPress plugins to grow your website in 2021."
|
8846 |
msgstr ""
|
8847 |
|
8848 |
-
#: languages/vue.php:
|
8849 |
msgid "Join our Communities!"
|
8850 |
msgstr ""
|
8851 |
|
8852 |
-
#: languages/vue.php:
|
8853 |
msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
|
8854 |
msgstr ""
|
8855 |
|
8856 |
-
#: languages/vue.php:
|
8857 |
msgid "Facebook Group"
|
8858 |
msgstr ""
|
8859 |
|
8860 |
-
#: languages/vue.php:
|
8861 |
msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
|
8862 |
msgstr ""
|
8863 |
|
8864 |
-
#: languages/vue.php:
|
8865 |
msgid "Join Now...It’s Free!"
|
8866 |
msgstr ""
|
8867 |
|
8868 |
-
#: languages/vue.php:
|
8869 |
msgid "WordPress Tutorials by WPBeginner"
|
8870 |
msgstr ""
|
8871 |
|
8872 |
-
#: languages/vue.php:
|
8873 |
msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
|
8874 |
msgstr ""
|
8875 |
|
8876 |
-
#: languages/vue.php:
|
8877 |
msgid "Visit WPBeginner"
|
8878 |
msgstr ""
|
8879 |
|
8880 |
-
#: languages/vue.php:
|
8881 |
msgid "Follow Us!"
|
8882 |
msgstr ""
|
8883 |
|
8884 |
-
#: languages/vue.php:
|
8885 |
msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
|
8886 |
msgstr ""
|
8887 |
|
8888 |
-
#: languages/vue.php:
|
8889 |
msgid "Copyright ExactMetrics, 2021"
|
8890 |
msgstr ""
|
8891 |
|
8892 |
-
#: languages/vue.php:
|
8893 |
msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
|
8894 |
msgstr ""
|
8895 |
|
8896 |
-
#: languages/vue.php:
|
8897 |
msgid "January"
|
8898 |
msgstr ""
|
8899 |
|
8900 |
-
#: languages/vue.php:
|
8901 |
msgid "February"
|
8902 |
msgstr ""
|
8903 |
|
8904 |
-
#: languages/vue.php:
|
8905 |
msgid "March"
|
8906 |
msgstr ""
|
8907 |
|
8908 |
-
#: languages/vue.php:
|
8909 |
msgid "April"
|
8910 |
msgstr ""
|
8911 |
|
8912 |
-
#: languages/vue.php:
|
8913 |
msgid "May"
|
8914 |
msgstr ""
|
8915 |
|
8916 |
-
#: languages/vue.php:
|
8917 |
msgid "June"
|
8918 |
msgstr ""
|
8919 |
|
8920 |
-
#: languages/vue.php:
|
8921 |
msgid "July"
|
8922 |
msgstr ""
|
8923 |
|
8924 |
-
#: languages/vue.php:
|
8925 |
msgid "August"
|
8926 |
msgstr ""
|
8927 |
|
8928 |
-
#: languages/vue.php:
|
8929 |
msgid "September"
|
8930 |
msgstr ""
|
8931 |
|
8932 |
-
#: languages/vue.php:
|
8933 |
msgid "October"
|
8934 |
msgstr ""
|
8935 |
|
8936 |
-
#: languages/vue.php:
|
8937 |
msgid "November"
|
8938 |
msgstr ""
|
8939 |
|
8940 |
-
#: languages/vue.php:
|
8941 |
msgid "December"
|
8942 |
msgstr ""
|
8943 |
|
8944 |
#. Translators: Number of visitors.
|
8945 |
-
#: languages/vue.php:
|
8946 |
msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
|
8947 |
msgstr ""
|
8948 |
|
8949 |
-
#: languages/vue.php:
|
8950 |
msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
|
8951 |
msgstr ""
|
8952 |
|
8953 |
#. Translators: Number of visitors.
|
8954 |
-
#: languages/vue.php:
|
8955 |
msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
|
8956 |
msgstr ""
|
8957 |
|
8958 |
#. Translators: Number of visitors.
|
8959 |
-
#: languages/vue.php:
|
8960 |
msgid "%s Visitors"
|
8961 |
msgstr ""
|
8962 |
|
8963 |
#. Translators: Percent and Number of visitors.
|
8964 |
-
#: languages/vue.php:
|
8965 |
msgid "%1$s% of your visitors were %2$s"
|
8966 |
msgstr ""
|
8967 |
|
8968 |
#. Translators: Number of visitors and their age.
|
8969 |
-
#: languages/vue.php:
|
8970 |
msgid "%1$s% of your visitors were between the ages of %2$s"
|
8971 |
msgstr ""
|
8972 |
|
8973 |
#. Translators: Number of visitors and number of pages.
|
8974 |
-
#: languages/vue.php:
|
8975 |
msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
|
8976 |
msgstr ""
|
8977 |
|
8978 |
#. Translators: Number of minutes spent on site.
|
8979 |
-
#: languages/vue.php:
|
8980 |
msgid "Each visitor spent an average of %s minutes on your website in 2020."
|
8981 |
msgstr ""
|
8982 |
|
8983 |
#. Translators: Name of device type.
|
8984 |
-
#: languages/vue.php:
|
8985 |
msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
|
8986 |
msgstr ""
|
8987 |
|
8988 |
#. Translators: Number of visitors and device percentage.
|
8989 |
-
#: languages/vue.php:
|
8990 |
msgid "%1$s% of your visitors were on a %2$s device."
|
8991 |
msgstr ""
|
8992 |
|
8993 |
#. Translators: add link to blog.
|
8994 |
-
#: languages/vue.php:
|
8995 |
msgid "To comply with Google's API policies we've had to remove the site speed report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
|
8996 |
msgstr ""
|
8997 |
|
8998 |
#. Translators: add link to blog.
|
8999 |
-
#: languages/vue.php:
|
9000 |
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. But what happens if a website doesn't load quickly for users?"
|
9001 |
msgstr ""
|
9002 |
|
9003 |
#. Translators: add link to blog.
|
9004 |
-
#: languages/vue.php:
|
9005 |
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly."
|
9006 |
msgstr ""
|
9007 |
|
9008 |
#. Translators: add link to blog.
|
9009 |
-
#: languages/vue.php:
|
9010 |
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
|
9011 |
msgstr ""
|
9012 |
|
9013 |
-
#: languages/vue.php:
|
9014 |
msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
|
9015 |
msgstr ""
|
9016 |
|
9017 |
-
#: languages/vue.php:
|
9018 |
msgid "Read - How to Track Google Analytics Landing Page Conversions"
|
9019 |
msgstr ""
|
9020 |
|
9021 |
-
#: languages/vue.php:
|
9022 |
msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
|
9023 |
msgstr ""
|
9024 |
|
9025 |
-
#: languages/vue.php:
|
9026 |
msgid "Tracking Mode"
|
9027 |
msgstr ""
|
9028 |
|
9029 |
-
#: languages/vue.php:
|
9030 |
msgid "Use Global Site Tag (gtag.js)"
|
9031 |
msgstr ""
|
9032 |
|
9033 |
-
#: languages/vue.php:
|
9034 |
msgid "Enable gtag tracking code to improve compatibility. Read more about what this change means in this %1$sarticle%2$s. Once you switch you won’t be able to go back."
|
9035 |
msgstr ""
|
9036 |
|
9037 |
-
#: languages/vue.php:
|
9038 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default in a future release and analytics.js tracking will no longer be supported. Tracking on your site should not be affected."
|
9039 |
msgstr ""
|
9040 |
|
9041 |
-
#: languages/vue.php:
|
9042 |
msgid "Compatibility mode"
|
9043 |
msgstr ""
|
9044 |
|
9045 |
-
#: languages/vue.php:
|
9046 |
msgid "Enable _gtagTracker Compatibility"
|
9047 |
msgstr ""
|
9048 |
|
9049 |
#. Translators: Placeholder gets replaced with default GA js function.
|
9050 |
-
#: languages/vue.php:
|
9051 |
msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
|
9052 |
msgstr ""
|
9053 |
|
9054 |
-
#: languages/vue.php:
|
9055 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default tracking option in a future release and analytics.js tracking will no longer be supported."
|
9056 |
msgstr ""
|
9057 |
|
9058 |
-
#: languages/vue.php:
|
9059 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %$1stracking%$2s option in a future release and analytics.js tracking will no longer be supported."
|
9060 |
msgstr ""
|
9061 |
|
9062 |
#. Translators: placeholders make the text bold.
|
9063 |
-
#: languages/vue.php:
|
9064 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %1$stracking%2$s option in a future release and analytics.js tracking will no longer be supported."
|
9065 |
msgstr ""
|
9066 |
|
9067 |
#. Translators: placeholders make the text bold.
|
9068 |
-
#: languages/vue.php:
|
9069 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %1$stracking option%2$s in a future release and analytics.js tracking will no longer be supported."
|
9070 |
msgstr ""
|
9071 |
|
9072 |
-
#: languages/vue.php:
|
9073 |
msgid "Used on over 4,000,000 websites!"
|
9074 |
msgstr ""
|
9075 |
|
9076 |
-
#: languages/vue.php:
|
9077 |
msgid "Get weekly traffic reports directly in your inbox."
|
9078 |
msgstr ""
|
9079 |
|
9080 |
-
#: languages/vue.php:
|
9081 |
msgid "Basic Options"
|
9082 |
msgstr ""
|
9083 |
|
9084 |
-
#: languages/vue.php:
|
9085 |
msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
|
9086 |
msgstr ""
|
9087 |
|
9088 |
-
#: languages/vue.php:
|
9089 |
msgid "Dynamic Popular Posts & Popular Products"
|
9090 |
msgstr ""
|
9091 |
|
9092 |
-
#: languages/vue.php:
|
9093 |
msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
|
9094 |
msgstr ""
|
9095 |
|
2 |
# This file is distributed under the same license as the Google Analytics Dashboard for WP (GADWP) plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Google Analytics Dashboard for WP (GADWP) 6.7.0\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\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: 2021-03-18T08:53:55+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-dashboard-for-wp\n"
|
75 |
msgstr ""
|
76 |
|
77 |
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
|
78 |
+
#: languages/vue.php:2005
|
79 |
msgid "Theme Preview"
|
80 |
msgstr ""
|
81 |
|
228 |
#: lite/includes/admin/wp-site-health.php:372
|
229 |
#: lite/includes/admin/wp-site-health.php:398
|
230 |
#: lite/includes/admin/wp-site-health.php:425
|
231 |
+
#: languages/vue.php:1780
|
232 |
msgid "View Addons"
|
233 |
msgstr ""
|
234 |
|
361 |
msgstr ""
|
362 |
|
363 |
#: lite/includes/admin/helpers.php:83
|
364 |
+
#: languages/vue.php:2724
|
365 |
+
#: languages/vue.php:2936
|
366 |
msgid "Upgrade to ExactMetrics Pro"
|
367 |
msgstr ""
|
368 |
|
376 |
|
377 |
#: lite/includes/admin/onboarding-wizard.php:244
|
378 |
#: includes/admin/ajax.php:55
|
379 |
+
#: includes/admin/routes.php:752
|
380 |
msgid "You are not allowed to install plugins"
|
381 |
msgstr ""
|
382 |
|
383 |
#: lite/includes/admin/reports/report-queries.php:22
|
384 |
+
#: languages/vue.php:245
|
385 |
msgid "Search Console"
|
386 |
msgstr ""
|
387 |
|
388 |
#: lite/includes/admin/reports/report-ecommerce.php:22
|
389 |
+
#: languages/vue.php:317
|
390 |
msgid "eCommerce"
|
391 |
msgstr ""
|
392 |
|
399 |
msgstr ""
|
400 |
|
401 |
#: lite/includes/admin/reports/report-publisher.php:22
|
402 |
+
#: languages/vue.php:336
|
403 |
msgid "Publishers"
|
404 |
msgstr ""
|
405 |
|
406 |
#: lite/includes/admin/reports/report-dimensions.php:22
|
407 |
+
#: languages/vue.php:382
|
408 |
msgid "Dimensions"
|
409 |
msgstr ""
|
410 |
|
411 |
#: lite/includes/admin/reports/report-forms.php:22
|
412 |
+
#: languages/vue.php:342
|
413 |
msgid "Forms"
|
414 |
msgstr ""
|
415 |
|
463 |
msgid "Sent from %s"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:126
|
467 |
msgid "Bad Input"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:170
|
471 |
msgid "Can Be Improved"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:174
|
475 |
msgid "emotion"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:180
|
479 |
msgid "common"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:186
|
483 |
msgid "uncommon"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:191
|
487 |
msgid "power"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:201
|
491 |
msgid "Perfect"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:220
|
495 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:721
|
496 |
msgid "how to"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:220
|
500 |
msgid "howto"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:221
|
504 |
msgid "How-To"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:227
|
508 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:947
|
509 |
msgid "one"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:228
|
513 |
msgid "two"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:229
|
517 |
msgid "three"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:230
|
521 |
msgid "four"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:231
|
525 |
msgid "five"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:232
|
529 |
msgid "six"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:233
|
533 |
msgid "seven"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:234
|
537 |
msgid "eight"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:235
|
541 |
msgid "nine"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:236
|
545 |
msgid "eleven"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:237
|
549 |
msgid "twelve"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:238
|
553 |
msgid "thirt"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:239
|
557 |
msgid "fift"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:240
|
561 |
msgid "hundred"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:241
|
565 |
msgid "thousand"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:246
|
569 |
msgid "List"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:252
|
573 |
msgid "where"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:253
|
577 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:894
|
578 |
msgid "when"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:254
|
582 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:862
|
583 |
msgid "how"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:255
|
587 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:892
|
588 |
msgid "what"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:256
|
592 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:273
|
593 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:854
|
594 |
msgid "have"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:257
|
598 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:274
|
599 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:852
|
600 |
msgid "has"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:258
|
604 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:275
|
605 |
msgid "does"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:259
|
609 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:276
|
610 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:873
|
611 |
msgid "do"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:260
|
615 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:277
|
616 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:869
|
617 |
msgid "can"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:261
|
621 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:278
|
622 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:857
|
623 |
msgid "are"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:262
|
627 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:279
|
628 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:900
|
629 |
msgid "will"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:265
|
633 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:904
|
634 |
msgid "you"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:266
|
638 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:271
|
639 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:880
|
640 |
msgid "they"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:267
|
644 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:856
|
645 |
msgid "he"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:268
|
649 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:895
|
650 |
msgid "she"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:269
|
654 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:906
|
655 |
msgid "your"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:270
|
659 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:872
|
660 |
msgid "it"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:272
|
664 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:883
|
665 |
msgid "my"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:283
|
669 |
msgid "Question"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:290
|
673 |
+
#: languages/vue.php:311
|
674 |
msgid "General"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:359
|
678 |
msgid "destroy"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:360
|
682 |
msgid "extra"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:361
|
686 |
msgid "in a"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:362
|
690 |
msgid "devastating"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:363
|
694 |
msgid "eye-opening"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:364
|
698 |
msgid "gift"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:365
|
702 |
msgid "in the world"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:366
|
706 |
msgid "devoted"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:367
|
710 |
msgid "fail"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:368
|
714 |
msgid "in the"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:369
|
718 |
msgid "faith"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:370
|
722 |
msgid "grateful"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:371
|
726 |
msgid "inexpensive"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:372
|
730 |
msgid "dirty"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:373
|
734 |
msgid "famous"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:374
|
738 |
msgid "disastrous"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:375
|
742 |
msgid "fantastic"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:376
|
746 |
msgid "greed"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:377
|
750 |
msgid "grit"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:378
|
754 |
msgid "insanely"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:379
|
758 |
msgid "disgusting"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:380
|
762 |
msgid "fearless"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:381
|
766 |
msgid "disinformation"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:382
|
770 |
msgid "feast"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:383
|
774 |
msgid "insidious"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:384
|
778 |
msgid "dollar"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:385
|
782 |
msgid "feeble"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:386
|
786 |
msgid "gullible"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:387
|
790 |
msgid "double"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:388
|
794 |
msgid "fire"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:389
|
798 |
msgid "hack"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:390
|
802 |
msgid "fleece"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:391
|
806 |
msgid "had enough"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:392
|
810 |
msgid "invasion"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:393
|
814 |
msgid "drowning"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:394
|
818 |
msgid "floundering"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:395
|
822 |
msgid "happy"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:396
|
826 |
msgid "ironclad"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:397
|
830 |
msgid "dumb"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:398
|
834 |
msgid "flush"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:399
|
838 |
msgid "hate"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:400
|
842 |
msgid "irresistibly"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:401
|
846 |
msgid "hazardous"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:402
|
850 |
msgid "is the"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:403
|
854 |
msgid "fool"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:404
|
858 |
msgid "is what happens when"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:405
|
862 |
msgid "fooled"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:406
|
866 |
msgid "helpless"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:407
|
870 |
msgid "it looks like a"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:408
|
874 |
msgid "embarrass"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:409
|
878 |
msgid "for the first time"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:410
|
882 |
msgid "help are the"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:411
|
886 |
msgid "jackpot"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:412
|
890 |
msgid "forbidden"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:413
|
894 |
msgid "hidden"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:414
|
898 |
msgid "jail"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:415
|
902 |
msgid "empower"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:416
|
906 |
msgid "force-fed"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:417
|
910 |
msgid "high"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:418
|
914 |
msgid "jaw-dropping"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:419
|
918 |
msgid "forgotten"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:420
|
922 |
msgid "jeopardy"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:421
|
926 |
msgid "energize"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:422
|
930 |
msgid "hoax"
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:423
|
934 |
msgid "jubilant"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:424
|
938 |
msgid "foul"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:425
|
942 |
msgid "hope"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:426
|
946 |
msgid "killer"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:427
|
950 |
msgid "frantic"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:428
|
954 |
msgid "horrific"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:429
|
958 |
msgid "know it all"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:430
|
962 |
msgid "epic"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:431
|
966 |
msgid "how to make"
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:432
|
970 |
msgid "evil"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:433
|
974 |
msgid "freebie"
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:434
|
978 |
msgid "frenzy"
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:435
|
982 |
msgid "hurricane"
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:436
|
986 |
msgid "excited"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:437
|
990 |
msgid "fresh on the mind"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:438
|
994 |
msgid "frightening"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:439
|
998 |
msgid "hypnotic"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:440
|
1002 |
msgid "lawsuit"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:441
|
1006 |
msgid "frugal"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:442
|
1010 |
msgid "illegal"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:443
|
1014 |
msgid "fulfill"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:444
|
1018 |
msgid "lick"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:445
|
1022 |
msgid "explode"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:446
|
1026 |
msgid "lies"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:447
|
1030 |
msgid "exposed"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:448
|
1034 |
msgid "gambling"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:449
|
1038 |
msgid "like a normal"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:450
|
1042 |
msgid "nightmare"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:451
|
1046 |
msgid "results"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:452
|
1050 |
msgid "line"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:453
|
1054 |
msgid "no good"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:454
|
1058 |
msgid "pound"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:455
|
1062 |
msgid "loathsome"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:456
|
1066 |
msgid "no questions asked"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:457
|
1070 |
msgid "revenge"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:458
|
1074 |
msgid "lonely"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:459
|
1078 |
msgid "looks like a"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:460
|
1082 |
msgid "obnoxious"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:461
|
1086 |
msgid "preposterous"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:462
|
1090 |
msgid "revolting"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:463
|
1094 |
msgid "looming"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:464
|
1098 |
msgid "priced"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:465
|
1102 |
msgid "lost"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:466
|
1106 |
msgid "prison"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:467
|
1110 |
msgid "lowest"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:468
|
1114 |
msgid "of the"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:469
|
1118 |
msgid "privacy"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:470
|
1122 |
msgid "rich"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:471
|
1126 |
msgid "lunatic"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:472
|
1130 |
msgid "off-limits"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:473
|
1134 |
msgid "private"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:474
|
1138 |
msgid "risky"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:475
|
1142 |
msgid "lurking"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:476
|
1146 |
msgid "offer"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:477
|
1150 |
msgid "prize"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:478
|
1154 |
msgid "ruthless"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:479
|
1158 |
msgid "lust"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:480
|
1162 |
msgid "official"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:481
|
1166 |
msgid "luxurious"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:482
|
1170 |
msgid "on the"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:483
|
1174 |
msgid "profit"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:484
|
1178 |
msgid "scary"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:485
|
1182 |
msgid "lying"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:486
|
1186 |
msgid "outlawed"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:487
|
1190 |
msgid "protected"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:488
|
1194 |
msgid "scream"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:489
|
1198 |
msgid "searing"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:490
|
1202 |
msgid "overcome"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:491
|
1206 |
msgid "provocative"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:492
|
1210 |
msgid "make you"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:493
|
1214 |
msgid "painful"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:494
|
1218 |
msgid "pummel"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:495
|
1222 |
msgid "secure"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:496
|
1226 |
msgid "pale"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:497
|
1230 |
msgid "punish"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:498
|
1234 |
msgid "marked down"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:499
|
1238 |
msgid "panic"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:500
|
1242 |
msgid "quadruple"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:501
|
1246 |
msgid "secutively"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:502
|
1250 |
msgid "massive"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:503
|
1254 |
msgid "pay zero"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:504
|
1258 |
msgid "seize"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:505
|
1262 |
msgid "meltdown"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:506
|
1266 |
msgid "payback"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:507
|
1270 |
msgid "might look like a"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:508
|
1274 |
msgid "peril"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:509
|
1278 |
msgid "mind-blowing"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:510
|
1282 |
msgid "shameless"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:511
|
1286 |
msgid "minute"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:512
|
1290 |
msgid "rave"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:513
|
1294 |
msgid "shatter"
|
1295 |
msgstr ""
|
1296 |
|
1297 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:514
|
1298 |
msgid "piranha"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:515
|
1302 |
msgid "reckoning"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:516
|
1306 |
msgid "shellacking"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:517
|
1310 |
msgid "mired"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:518
|
1314 |
msgid "pitfall"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:519
|
1318 |
msgid "reclaim"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:520
|
1322 |
msgid "mistakes"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:521
|
1326 |
msgid "plague"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:522
|
1330 |
msgid "sick and tired"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:523
|
1334 |
msgid "money"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:524
|
1338 |
msgid "played"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:525
|
1342 |
msgid "refugee"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:526
|
1346 |
msgid "silly"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:527
|
1350 |
msgid "money-grubbing"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:528
|
1354 |
msgid "pluck"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:529
|
1358 |
msgid "refund"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:530
|
1362 |
msgid "moneyback"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:531
|
1366 |
msgid "plummet"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:532
|
1370 |
msgid "plunge"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:533
|
1374 |
msgid "murder"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:534
|
1378 |
msgid "pointless"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:535
|
1382 |
msgid "sinful"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:536
|
1386 |
msgid "myths"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:537
|
1390 |
msgid "poor"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:538
|
1394 |
msgid "remarkably"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:539
|
1398 |
msgid "six-figure"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:540
|
1402 |
msgid "never again"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:541
|
1406 |
msgid "research"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:542
|
1410 |
msgid "surrender"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:543
|
1414 |
msgid "to the"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:544
|
1418 |
msgid "varify"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:545
|
1422 |
msgid "skyrocket"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:546
|
1426 |
msgid "toxic"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:547
|
1430 |
msgid "vibrant"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:548
|
1434 |
msgid "slaughter"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:549
|
1438 |
msgid "swindle"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:550
|
1442 |
msgid "trap"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:551
|
1446 |
msgid "victim"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:552
|
1450 |
msgid "sleazy"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:553
|
1454 |
msgid "taboo"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:554
|
1458 |
msgid "treasure"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:555
|
1462 |
msgid "victory"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:556
|
1466 |
msgid "smash"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:557
|
1470 |
msgid "tailspin"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:558
|
1474 |
msgid "vindication"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:559
|
1478 |
msgid "smug"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:560
|
1482 |
msgid "tank"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:561
|
1486 |
msgid "triple"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:562
|
1490 |
msgid "viral"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:563
|
1494 |
msgid "smuggled"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:564
|
1498 |
msgid "tantalizing"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:565
|
1502 |
msgid "triumph"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:566
|
1506 |
msgid "volatile"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:567
|
1510 |
msgid "sniveling"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:568
|
1514 |
msgid "targeted"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:569
|
1518 |
msgid "truth"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:570
|
1522 |
msgid "vulnerable"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:571
|
1526 |
msgid "snob"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:572
|
1530 |
msgid "tawdry"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:573
|
1534 |
msgid "try before you buy"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:574
|
1538 |
msgid "tech"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:575
|
1542 |
msgid "turn the tables"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:576
|
1546 |
msgid "wanton"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:577
|
1550 |
msgid "soaring"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:578
|
1554 |
msgid "warning"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:579
|
1558 |
msgid "teetering"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:580
|
1562 |
msgid "unauthorized"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:581
|
1566 |
msgid "spectacular"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:582
|
1570 |
msgid "temporary fix"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:583
|
1574 |
msgid "unbelievably"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:584
|
1578 |
msgid "spine"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:585
|
1582 |
msgid "tempting"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:586
|
1586 |
msgid "uncommonly"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:587
|
1590 |
msgid "what happened"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:588
|
1594 |
msgid "spirit"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:589
|
1598 |
msgid "what happens when"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:590
|
1602 |
msgid "terror"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:591
|
1606 |
msgid "under"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:592
|
1610 |
msgid "what happens"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:593
|
1614 |
msgid "staggering"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:594
|
1618 |
msgid "underhanded"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:595
|
1622 |
msgid "what this"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:596
|
1626 |
msgid "that will make you"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:598
|
1630 |
msgid "that will make"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:599
|
1634 |
msgid "unexpected"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:600
|
1638 |
msgid "when you"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:601
|
1642 |
msgid "strangle"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:602
|
1646 |
msgid "that will"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:603
|
1650 |
msgid "whip"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:604
|
1654 |
msgid "the best"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:605
|
1658 |
msgid "whopping"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:606
|
1662 |
msgid "stuck up"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:607
|
1666 |
msgid "the ranking of"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:608
|
1670 |
msgid "wicked"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:609
|
1674 |
msgid "stunning"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:610
|
1678 |
msgid "the most"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:611
|
1682 |
msgid "will make you"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:612
|
1686 |
msgid "stupid"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:613
|
1690 |
msgid "the reason why is"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:614
|
1694 |
msgid "unscrupulous"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:615
|
1698 |
msgid "thing ive ever seen"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:616
|
1702 |
msgid "withheld"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:617
|
1706 |
msgid "this is the"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:618
|
1710 |
msgid "this is what happens"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:619
|
1714 |
msgid "unusually"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:620
|
1718 |
msgid "wondrous"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:621
|
1722 |
msgid "this is what"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:622
|
1726 |
msgid "uplifting"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:623
|
1730 |
msgid "worry"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:624
|
1734 |
msgid "sure"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:625
|
1738 |
msgid "this is"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:626
|
1742 |
msgid "wounded"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:627
|
1746 |
msgid "surge"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:628
|
1750 |
msgid "thrilled"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:629
|
1754 |
msgid "you need to know"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:630
|
1758 |
msgid "thrilling"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:631
|
1762 |
msgid "valor"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:632
|
1766 |
msgid "you need to"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:633
|
1770 |
msgid "you see what"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:634
|
1774 |
msgid "surprising"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:635
|
1778 |
msgid "tired"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:636
|
1782 |
msgid "you see"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:637
|
1786 |
msgid "surprisingly"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:638
|
1790 |
msgid "to be"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:639
|
1794 |
msgid "vaporize"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:656
|
1798 |
msgid "great"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:657
|
1802 |
msgid "free"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:658
|
1806 |
msgid "focus"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:659
|
1810 |
msgid "remarkable"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:660
|
1814 |
msgid "confidential"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:661
|
1818 |
msgid "sale"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:662
|
1822 |
msgid "wanted"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:663
|
1826 |
msgid "obsession"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:664
|
1830 |
msgid "sizable"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:665
|
1834 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:935
|
1835 |
msgid "new"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:666
|
1839 |
msgid "absolutely lowest"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:667
|
1843 |
msgid "surging"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:668
|
1847 |
msgid "wonderful"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:669
|
1851 |
msgid "professional"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:670
|
1855 |
msgid "interesting"
|
1856 |
msgstr ""
|
1857 |
|
1858 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:671
|
1859 |
msgid "revisited"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:672
|
1863 |
msgid "delivered"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:673
|
1867 |
msgid "guaranteed"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:674
|
1871 |
msgid "challenge"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:675
|
1875 |
msgid "unique"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:676
|
1879 |
msgid "secrets"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:677
|
1883 |
msgid "special"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:678
|
1887 |
msgid "lifetime"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:679
|
1891 |
msgid "bargain"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:680
|
1895 |
msgid "scarce"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:681
|
1899 |
msgid "tested"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:682
|
1903 |
msgid "highest"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:683
|
1907 |
msgid "hurry"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:684
|
1911 |
msgid "alert famous"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:685
|
1915 |
msgid "improved"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:686
|
1919 |
msgid "expert"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:687
|
1923 |
msgid "daring"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:688
|
1927 |
msgid "strong"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:689
|
1931 |
msgid "immediately"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:690
|
1935 |
msgid "advice"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:691
|
1939 |
msgid "pioneering"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:692
|
1943 |
msgid "unusual"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:693
|
1947 |
msgid "limited"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:694
|
1951 |
msgid "the truth about"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:695
|
1955 |
msgid "destiny"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:696
|
1959 |
msgid "outstanding"
|
1960 |
msgstr ""
|
1961 |
|
1962 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:697
|
1963 |
msgid "simplistic"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:698
|
1967 |
msgid "compare"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:699
|
1971 |
msgid "unsurpassed"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:700
|
1975 |
msgid "energy"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:701
|
1979 |
msgid "powerful"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:702
|
1983 |
msgid "colorful"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:703
|
1987 |
msgid "genuine"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:704
|
1991 |
msgid "instructive"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:705
|
1995 |
msgid "big"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:706
|
1999 |
msgid "affordable"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:707
|
2003 |
msgid "informative"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:708
|
2007 |
msgid "liberal"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:709
|
2011 |
msgid "popular"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:710
|
2015 |
msgid "ultimate"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:711
|
2019 |
msgid "mainstream"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:712
|
2023 |
msgid "rare"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:713
|
2027 |
msgid "exclusive"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:714
|
2031 |
msgid "willpower"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:715
|
2035 |
msgid "complete"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:716
|
2039 |
msgid "edge"
|
2040 |
msgstr ""
|
2041 |
|
2042 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:717
|
2043 |
msgid "valuable"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:718
|
2047 |
msgid "attractive"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:719
|
2051 |
msgid "last chance"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:720
|
2055 |
msgid "superior"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:722
|
2059 |
msgid "easily"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:723
|
2063 |
msgid "exploit"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:724
|
2067 |
msgid "unparalleled"
|
2068 |
msgstr ""
|
2069 |
|
2070 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:725
|
2071 |
msgid "endorsed"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:726
|
2075 |
msgid "approved"
|
2076 |
msgstr ""
|
2077 |
|
2078 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:727
|
2079 |
msgid "quality"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:728
|
2083 |
msgid "fascinating"
|
2084 |
msgstr ""
|
2085 |
|
2086 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:729
|
2087 |
msgid "unlimited"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:730
|
2091 |
msgid "competitive"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:731
|
2095 |
msgid "gigantic"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:732
|
2099 |
msgid "compromise"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:733
|
2103 |
msgid "discount"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:734
|
2107 |
msgid "full"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:735
|
2111 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:958
|
2112 |
msgid "love"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:736
|
2116 |
msgid "odd"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:737
|
2120 |
msgid "fundamentals"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:738
|
2124 |
msgid "mammoth"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:739
|
2128 |
msgid "lavishly"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:740
|
2132 |
msgid "bottom line"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:741
|
2136 |
msgid "under priced"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:742
|
2140 |
msgid "innovative"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:743
|
2144 |
msgid "reliable"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:744
|
2148 |
msgid "zinger"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:745
|
2152 |
msgid "suddenly"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:746
|
2156 |
msgid "it's here"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:747
|
2160 |
msgid "terrific"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:748
|
2164 |
msgid "simplified"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:749
|
2168 |
msgid "perspective"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:750
|
2172 |
msgid "just arrived"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:751
|
2176 |
msgid "breakthrough"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:752
|
2180 |
msgid "tremendous"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:753
|
2184 |
msgid "launching"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:754
|
2188 |
msgid "sure fire"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:755
|
2192 |
msgid "emerging"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:756
|
2196 |
msgid "helpful"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:757
|
2200 |
msgid "skill"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:758
|
2204 |
msgid "soar"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:759
|
2208 |
msgid "profitable"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:760
|
2212 |
msgid "special offer"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:761
|
2216 |
msgid "reduced"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:762
|
2220 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:937
|
2221 |
msgid "beautiful"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:763
|
2225 |
msgid "sampler"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:764
|
2229 |
msgid "technology"
|
2230 |
msgstr ""
|
2231 |
|
2232 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:765
|
2233 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:949
|
2234 |
msgid "better"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:766
|
2238 |
msgid "crammed"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:767
|
2242 |
msgid "noted"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:768
|
2246 |
msgid "selected"
|
2247 |
msgstr ""
|
2248 |
|
2249 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:769
|
2250 |
msgid "shrewd"
|
2251 |
msgstr ""
|
2252 |
|
2253 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:770
|
2254 |
msgid "growth"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:771
|
2258 |
msgid "luxury"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:772
|
2262 |
msgid "sturdy"
|
2263 |
msgstr ""
|
2264 |
|
2265 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:773
|
2266 |
msgid "enormous"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:774
|
2270 |
msgid "promising"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:775
|
2274 |
msgid "unconditional"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:776
|
2278 |
msgid "wealth"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:777
|
2282 |
msgid "spotlight"
|
2283 |
msgstr ""
|
2284 |
|
2285 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:778
|
2286 |
msgid "astonishing"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:779
|
2290 |
msgid "timely"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:780
|
2294 |
msgid "successful"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:781
|
2298 |
msgid "useful"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:782
|
2302 |
msgid "imagination"
|
2303 |
msgstr ""
|
2304 |
|
2305 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:783
|
2306 |
msgid "bonanza"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:784
|
2310 |
msgid "opportunities"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:785
|
2314 |
msgid "survival"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:786
|
2318 |
msgid "greatest"
|
2319 |
msgstr ""
|
2320 |
|
2321 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:787
|
2322 |
msgid "security"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:788
|
2326 |
msgid "last minute"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:789
|
2330 |
msgid "largest"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:790
|
2334 |
msgid "high tech"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:791
|
2338 |
msgid "refundable"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:792
|
2342 |
msgid "monumental"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:793
|
2346 |
msgid "colossal"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:794
|
2350 |
msgid "latest"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:795
|
2354 |
msgid "quickly"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:796
|
2358 |
msgid "startling"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:797
|
2362 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:939
|
2363 |
msgid "now"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:798
|
2367 |
msgid "important"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:799
|
2371 |
msgid "revolutionary"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:800
|
2375 |
msgid "quick"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:801
|
2379 |
msgid "unlock"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:802
|
2383 |
msgid "urgent"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:803
|
2387 |
msgid "miracle"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:804
|
2391 |
msgid "easy"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:805
|
2395 |
msgid "fortune"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:806
|
2399 |
msgid "amazing"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:807
|
2403 |
msgid "magic"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:808
|
2407 |
msgid "direct"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:809
|
2411 |
msgid "authentic"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:810
|
2415 |
msgid "exciting"
|
2416 |
msgstr ""
|
2417 |
|
2418 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:811
|
2419 |
msgid "proven"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:812
|
2423 |
msgid "simple"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:813
|
2427 |
msgid "announcing"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:814
|
2431 |
msgid "portfolio"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:815
|
2435 |
msgid "reward"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:816
|
2439 |
msgid "strange"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:817
|
2443 |
msgid "huge gift"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:818
|
2447 |
msgid "revealing"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:819
|
2451 |
msgid "weird"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:820
|
2455 |
msgid "value"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:821
|
2459 |
msgid "introducing"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:822
|
2463 |
msgid "sensational"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:823
|
2467 |
msgid "surprise"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:824
|
2471 |
msgid "insider"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:825
|
2475 |
msgid "practical"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:826
|
2479 |
msgid "excellent"
|
2480 |
msgstr ""
|
2481 |
|
2482 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:827
|
2483 |
msgid "delighted"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:828
|
2487 |
msgid "download"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:845
|
2491 |
msgid "a"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:846
|
2495 |
msgid "for"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:847
|
2499 |
msgid "about"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:848
|
2503 |
msgid "from"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:849
|
2507 |
msgid "after"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:850
|
2511 |
msgid "get"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:851
|
2515 |
msgid "all"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:853
|
2519 |
msgid "an"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:855
|
2523 |
msgid "and"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:858
|
2527 |
msgid "her"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:859
|
2531 |
msgid "as"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:860
|
2535 |
msgid "his"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:861
|
2539 |
msgid "at"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:863
|
2543 |
msgid "be"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:864
|
2547 |
msgid "I"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:865
|
2551 |
msgid "but"
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:866
|
2555 |
msgid "if"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:867
|
2559 |
msgid "by"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:868
|
2563 |
msgid "in"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:870
|
2567 |
msgid "is"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:871
|
2571 |
msgid "did"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:874
|
2575 |
msgid "just"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:875
|
2579 |
msgid "ever"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:876
|
2583 |
msgid "like"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:877
|
2587 |
msgid "ll"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:878
|
2591 |
msgid "these"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:879
|
2595 |
msgid "me"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:881
|
2599 |
msgid "most"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:882
|
2603 |
msgid "things"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:884
|
2607 |
msgid "this"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:885
|
2611 |
msgid "no"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:886
|
2615 |
msgid "to"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:887
|
2619 |
msgid "not"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:888
|
2623 |
msgid "up"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:889
|
2627 |
msgid "of"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:890
|
2631 |
msgid "was"
|
2632 |
msgstr ""
|
2633 |
|
2634 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:891
|
2635 |
msgid "on"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:893
|
2639 |
msgid "re"
|
2640 |
msgstr ""
|
2641 |
|
2642 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:896
|
2643 |
msgid "who"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:897
|
2647 |
msgid "sould"
|
2648 |
msgstr ""
|
2649 |
|
2650 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:898
|
2651 |
msgid "why"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:899
|
2655 |
msgid "so"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:901
|
2659 |
msgid "that"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:902
|
2663 |
msgid "with"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:903
|
2667 |
msgid "the"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:905
|
2671 |
msgid "their"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:907
|
2675 |
msgid "there"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:925
|
2679 |
msgid "actually"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:926
|
2683 |
msgid "happened"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:927
|
2687 |
msgid "need"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:928
|
2691 |
msgid "thing"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:929
|
2695 |
msgid "awesome"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:930
|
2699 |
msgid "heart"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:931
|
2703 |
msgid "never"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:932
|
2707 |
msgid "think"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:933
|
2711 |
msgid "baby"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:934
|
2715 |
msgid "here"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:936
|
2719 |
msgid "time"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:938
|
2723 |
msgid "its"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:940
|
2727 |
msgid "valentines"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:941
|
2731 |
msgid "being"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:942
|
2735 |
msgid "know"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:943
|
2739 |
msgid "old"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:944
|
2743 |
msgid "video"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:945
|
2747 |
msgid "best"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:946
|
2751 |
msgid "life"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:948
|
2755 |
msgid "want"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:950
|
2759 |
msgid "little"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:951
|
2763 |
msgid "out"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:952
|
2767 |
msgid "watch"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:953
|
2771 |
msgid "boy"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:954
|
2775 |
msgid "look"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:955
|
2779 |
msgid "people"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:956
|
2783 |
msgid "way"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:957
|
2787 |
msgid "dog"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:959
|
2791 |
msgid "photos"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:960
|
2795 |
msgid "ways"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:961
|
2799 |
msgid "down"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:962
|
2803 |
msgid "made"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:963
|
2807 |
msgid "really"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:964
|
2811 |
msgid "world"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:965
|
2815 |
msgid "facebook"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:966
|
2819 |
msgid "make"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:967
|
2823 |
msgid "reasons"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:968
|
2827 |
msgid "year"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:969
|
2831 |
msgid "first"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:970
|
2835 |
msgid "makes"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:971
|
2839 |
msgid "right"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:972
|
2843 |
msgid "years"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:973
|
2847 |
msgid "found"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:974
|
2851 |
msgid "man"
|
2852 |
msgstr ""
|
2853 |
|
2854 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:975
|
2855 |
msgid "see"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:976
|
2859 |
msgid "you’ll"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:977
|
2863 |
msgid "girl"
|
2864 |
msgstr ""
|
2865 |
|
2866 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:978
|
2867 |
msgid "media"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:979
|
2871 |
msgid "seen"
|
2872 |
msgstr ""
|
2873 |
|
2874 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:980
|
2875 |
msgid "good"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:981
|
2879 |
msgid "mind"
|
2880 |
msgstr ""
|
2881 |
|
2882 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:982
|
2883 |
msgid "social"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:983
|
2887 |
msgid "guy"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:984
|
2891 |
msgid "more"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
+
#: includes/gutenberg/headline-tool/headline-tool.php:985
|
2895 |
msgid "something"
|
2896 |
msgstr ""
|
2897 |
|
2947 |
msgid "I already did"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: includes/admin/notification-event.php:232
|
2951 |
+
#: includes/admin/routes.php:658
|
2952 |
+
#: includes/admin/routes.php:992
|
2953 |
msgid "You don't have permission to view ExactMetrics reports."
|
2954 |
msgstr ""
|
2955 |
|
2974 |
msgid "%1$s ago"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
+
#: includes/admin/routes.php:363
|
2978 |
msgid "The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 150+ form templates. Trusted by over 4 million websites as the best forms plugin"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
+
#: includes/admin/routes.php:373
|
2982 |
msgid "The original WordPress SEO plugin and toolkit that improves your website’s search rankings. Comes with all the SEO features like Local SEO, WooCommerce SEO, sitemaps, SEO optimizer, schema, and more."
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: includes/admin/routes.php:383
|
2986 |
msgid "Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization."
|
2987 |
msgstr ""
|
2988 |
|
2989 |
+
#: includes/admin/routes.php:393
|
2990 |
msgid "Improve your WordPress email deliverability and make sure that your website emails reach user’s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues."
|
2991 |
msgstr ""
|
2992 |
|
2993 |
+
#: includes/admin/routes.php:403
|
2994 |
msgid "The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites."
|
2995 |
msgstr ""
|
2996 |
|
2997 |
+
#: includes/admin/routes.php:413
|
2998 |
msgid "Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress."
|
2999 |
msgstr ""
|
3000 |
|
3001 |
+
#: includes/admin/routes.php:423
|
3002 |
msgid "Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase."
|
3003 |
msgstr ""
|
3004 |
|
3005 |
+
#: includes/admin/routes.php:433
|
3006 |
msgid "Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites."
|
3007 |
msgstr ""
|
3008 |
|
3009 |
+
#: includes/admin/routes.php:443
|
3010 |
msgid "Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month."
|
3011 |
msgstr ""
|
3012 |
|
3013 |
+
#: includes/admin/routes.php:453
|
3014 |
msgid "Pretty Links helps you shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look how you want using your own domain name!"
|
3015 |
msgstr ""
|
3016 |
|
3017 |
+
#: includes/admin/routes.php:571
|
3018 |
msgid "Invalid UA code"
|
3019 |
msgstr ""
|
3020 |
|
3021 |
+
#: includes/admin/routes.php:598
|
3022 |
msgid "Please upload a valid .json file"
|
3023 |
msgstr ""
|
3024 |
|
3025 |
+
#: includes/admin/routes.php:607
|
3026 |
msgid "Please upload a file to import"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
+
#: includes/admin/routes.php:670
|
3030 |
+
#: includes/admin/routes.php:1004
|
3031 |
msgid "You can't view ExactMetrics reports because you are not licensed."
|
3032 |
msgstr ""
|
3033 |
|
3034 |
+
#: includes/admin/routes.php:671
|
3035 |
+
#: includes/admin/routes.php:1005
|
3036 |
msgid "Add your license"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: includes/admin/routes.php:678
|
3040 |
+
#: includes/admin/routes.php:1012
|
3041 |
msgid "You can't view ExactMetrics reports due to license key errors."
|
3042 |
msgstr ""
|
3043 |
|
3044 |
+
#: includes/admin/routes.php:686
|
3045 |
+
#: includes/admin/routes.php:1020
|
3046 |
msgid "You must authenticate with ExactMetrics before you can view reports."
|
3047 |
msgstr ""
|
3048 |
|
3049 |
+
#: includes/admin/routes.php:692
|
3050 |
+
#: includes/admin/routes.php:1026
|
3051 |
msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists."
|
3052 |
msgstr ""
|
3053 |
|
3054 |
+
#: includes/admin/routes.php:740
|
3055 |
+
#: includes/admin/routes.php:1074
|
3056 |
msgid "We encountered an error when fetching the report data."
|
3057 |
msgstr ""
|
3058 |
|
3059 |
+
#: includes/admin/routes.php:760
|
3060 |
msgid "Missing plugin name."
|
3061 |
msgstr ""
|
3062 |
|
3063 |
+
#: includes/admin/routes.php:904
|
3064 |
msgid "Homepage"
|
3065 |
msgstr ""
|
3066 |
|
3203 |
#: includes/admin/notifications/notification-bounce-rate.php:40
|
3204 |
#: includes/admin/notifications/notification-headline-analyzer.php:30
|
3205 |
#: includes/admin/notifications/notification-audience.php:43
|
3206 |
+
#: languages/vue.php:367
|
3207 |
msgid "Learn More"
|
3208 |
msgstr ""
|
3209 |
|
3230 |
msgstr ""
|
3231 |
|
3232 |
#: includes/admin/common.php:940
|
3233 |
+
#: languages/vue.php:2762
|
3234 |
msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
|
3235 |
msgstr ""
|
3236 |
|
3237 |
#: includes/admin/admin.php:34
|
3238 |
#: includes/admin/admin.php:42
|
3239 |
#: includes/admin/admin.php:188
|
3240 |
+
#: languages/vue.php:308
|
3241 |
msgid "Settings"
|
3242 |
msgstr ""
|
3243 |
|
3253 |
|
3254 |
#: includes/admin/admin.php:39
|
3255 |
#: includes/admin/admin.php:98
|
3256 |
+
#: languages/vue.php:1113
|
3257 |
msgid "Reports"
|
3258 |
msgstr ""
|
3259 |
|
3263 |
|
3264 |
#: includes/admin/admin.php:51
|
3265 |
#: languages/gutenberg.php:83
|
3266 |
+
#: languages/vue.php:3081
|
3267 |
msgid "Popular Posts"
|
3268 |
msgstr ""
|
3269 |
|
3292 |
|
3293 |
#: includes/admin/admin.php:63
|
3294 |
#: includes/admin/admin.php:106
|
3295 |
+
#: languages/vue.php:283
|
3296 |
msgid "About Us"
|
3297 |
msgstr ""
|
3298 |
|
3325 |
|
3326 |
#: includes/admin/admin.php:178
|
3327 |
#: includes/admin/admin.php:181
|
3328 |
+
#: languages/vue.php:509
|
3329 |
msgid "Support"
|
3330 |
msgstr ""
|
3331 |
|
3335 |
msgstr ""
|
3336 |
|
3337 |
#: includes/admin/admin.php:284
|
3338 |
+
#: languages/vue.php:358
|
3339 |
msgid "Please Setup Website Analytics to See Audience Insights"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
#: includes/admin/admin.php:285
|
3343 |
+
#: languages/vue.php:364
|
3344 |
msgid "Connect ExactMetrics and Setup Website Analytics"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
#: includes/admin/admin.php:289
|
3348 |
+
#: languages/vue.php:361
|
3349 |
msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 1 million website owners use ExactMetrics to see the stats that matter and grow their business."
|
3350 |
msgstr ""
|
3351 |
|
3356 |
|
3357 |
#. Translators: Adds a link to the license renewal.
|
3358 |
#: includes/admin/admin.php:310
|
3359 |
+
#: languages/vue.php:1945
|
3360 |
msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
|
3361 |
msgstr ""
|
3362 |
|
3363 |
#: includes/admin/admin.php:312
|
3364 |
+
#: languages/vue.php:1948
|
3365 |
msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
|
3366 |
msgstr ""
|
3367 |
|
3368 |
#: includes/admin/admin.php:314
|
3369 |
+
#: languages/vue.php:1951
|
3370 |
msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
|
3371 |
msgstr ""
|
3372 |
|
3472 |
|
3473 |
#: includes/admin/notifications/notification-mobile-device.php:35
|
3474 |
#: includes/admin/notifications/notification-returning-visitors.php:35
|
3475 |
+
#: includes/admin/notifications/notification-traffic-dropping.php:39
|
3476 |
#: includes/admin/notifications/notification-visitors.php:43
|
3477 |
#: includes/admin/notifications/notification-bounce-rate.php:36
|
3478 |
#: includes/admin/notifications/notification-audience.php:39
|
3510 |
#. Translators: visitors notification title
|
3511 |
#. Translators: Number of visitors.
|
3512 |
#: includes/admin/notifications/notification-visitors.php:37
|
3513 |
+
#: languages/vue.php:1488
|
3514 |
msgid "See how %s visitors found your site!"
|
3515 |
msgstr ""
|
3516 |
|
3601 |
msgstr ""
|
3602 |
|
3603 |
#: includes/admin/notifications/notification-upgrade-to-pro.php:34
|
3604 |
+
#: languages/vue.php:536
|
3605 |
msgid "Upgrade to Pro"
|
3606 |
msgstr ""
|
3607 |
|
3608 |
#: includes/admin/reports/overview.php:34
|
3609 |
+
#: languages/vue.php:333
|
3610 |
msgid "Overview"
|
3611 |
msgstr ""
|
3612 |
|
3698 |
msgstr ""
|
3699 |
|
3700 |
#: includes/admin/reports/abstract-report.php:383
|
3701 |
+
#: languages/vue.php:188
|
3702 |
msgid "Upgrade Now"
|
3703 |
msgstr ""
|
3704 |
|
3756 |
msgstr ""
|
3757 |
|
3758 |
#: includes/helpers.php:376
|
3759 |
+
#: includes/helpers.php:1659
|
3760 |
msgid "Canada"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
#: includes/helpers.php:377
|
3764 |
+
#: includes/helpers.php:1704
|
3765 |
msgid "United Kingdom"
|
3766 |
msgstr ""
|
3767 |
|
3844 |
msgstr ""
|
3845 |
|
3846 |
#: includes/helpers.php:397
|
3847 |
+
#: includes/helpers.php:1654
|
3848 |
msgid "Barbados"
|
3849 |
msgstr ""
|
3850 |
|
3857 |
msgstr ""
|
3858 |
|
3859 |
#: includes/helpers.php:400
|
3860 |
+
#: includes/helpers.php:1655
|
3861 |
msgid "Belize"
|
3862 |
msgstr ""
|
3863 |
|
3886 |
msgstr ""
|
3887 |
|
3888 |
#: includes/helpers.php:407
|
3889 |
+
#: includes/helpers.php:1656
|
3890 |
msgid "Botswana"
|
3891 |
msgstr ""
|
3892 |
|
3915 |
msgstr ""
|
3916 |
|
3917 |
#: includes/helpers.php:414
|
3918 |
+
#: includes/helpers.php:1657
|
3919 |
msgid "Burundi"
|
3920 |
msgstr ""
|
3921 |
|
3924 |
msgstr ""
|
3925 |
|
3926 |
#: includes/helpers.php:416
|
3927 |
+
#: includes/helpers.php:1658
|
3928 |
msgid "Cameroon"
|
3929 |
msgstr ""
|
3930 |
|
4017 |
msgstr ""
|
4018 |
|
4019 |
#: includes/helpers.php:439
|
4020 |
+
#: includes/helpers.php:1660
|
4021 |
msgid "Dominica"
|
4022 |
msgstr ""
|
4023 |
|
4066 |
msgstr ""
|
4067 |
|
4068 |
#: includes/helpers.php:451
|
4069 |
+
#: includes/helpers.php:1661
|
4070 |
msgid "Fiji"
|
4071 |
msgstr ""
|
4072 |
|
4095 |
msgstr ""
|
4096 |
|
4097 |
#: includes/helpers.php:458
|
4098 |
+
#: includes/helpers.php:1664
|
4099 |
msgid "Gambia"
|
4100 |
msgstr ""
|
4101 |
|
4112 |
msgstr ""
|
4113 |
|
4114 |
#: includes/helpers.php:462
|
4115 |
+
#: includes/helpers.php:1665
|
4116 |
msgid "Ghana"
|
4117 |
msgstr ""
|
4118 |
|
4125 |
msgstr ""
|
4126 |
|
4127 |
#: includes/helpers.php:465
|
4128 |
+
#: includes/helpers.php:1662
|
4129 |
msgid "Grenada"
|
4130 |
msgstr ""
|
4131 |
|
4154 |
msgstr ""
|
4155 |
|
4156 |
#: includes/helpers.php:472
|
4157 |
+
#: includes/helpers.php:1663
|
4158 |
msgid "Guyana"
|
4159 |
msgstr ""
|
4160 |
|
4187 |
msgstr ""
|
4188 |
|
4189 |
#: includes/helpers.php:480
|
4190 |
+
#: includes/helpers.php:1667
|
4191 |
msgid "India"
|
4192 |
msgstr ""
|
4193 |
|
4204 |
msgstr ""
|
4205 |
|
4206 |
#: includes/helpers.php:484
|
4207 |
+
#: includes/helpers.php:1666
|
4208 |
msgid "Ireland"
|
4209 |
msgstr ""
|
4210 |
|
4221 |
msgstr ""
|
4222 |
|
4223 |
#: includes/helpers.php:488
|
4224 |
+
#: includes/helpers.php:1668
|
4225 |
msgid "Jamaica"
|
4226 |
msgstr ""
|
4227 |
|
4242 |
msgstr ""
|
4243 |
|
4244 |
#: includes/helpers.php:493
|
4245 |
+
#: includes/helpers.php:1669
|
4246 |
msgid "Kenya"
|
4247 |
msgstr ""
|
4248 |
|
4249 |
#: includes/helpers.php:494
|
4250 |
+
#: includes/helpers.php:1670
|
4251 |
msgid "Kiribati"
|
4252 |
msgstr ""
|
4253 |
|
4272 |
msgstr ""
|
4273 |
|
4274 |
#: includes/helpers.php:500
|
4275 |
+
#: includes/helpers.php:1671
|
4276 |
msgid "Lesotho"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
#: includes/helpers.php:501
|
4280 |
+
#: includes/helpers.php:1672
|
4281 |
msgid "Liberia"
|
4282 |
msgstr ""
|
4283 |
|
4310 |
msgstr ""
|
4311 |
|
4312 |
#: includes/helpers.php:509
|
4313 |
+
#: includes/helpers.php:1673
|
4314 |
msgid "Malawi"
|
4315 |
msgstr ""
|
4316 |
|
4327 |
msgstr ""
|
4328 |
|
4329 |
#: includes/helpers.php:513
|
4330 |
+
#: includes/helpers.php:1674
|
4331 |
msgid "Malta"
|
4332 |
msgstr ""
|
4333 |
|
4334 |
#: includes/helpers.php:514
|
4335 |
+
#: includes/helpers.php:1675
|
4336 |
msgid "Marshall Islands"
|
4337 |
msgstr ""
|
4338 |
|
4345 |
msgstr ""
|
4346 |
|
4347 |
#: includes/helpers.php:517
|
4348 |
+
#: includes/helpers.php:1676
|
4349 |
msgid "Mauritius"
|
4350 |
msgstr ""
|
4351 |
|
4358 |
msgstr ""
|
4359 |
|
4360 |
#: includes/helpers.php:520
|
4361 |
+
#: includes/helpers.php:1677
|
4362 |
msgid "Micronesia"
|
4363 |
msgstr ""
|
4364 |
|
4395 |
msgstr ""
|
4396 |
|
4397 |
#: includes/helpers.php:529
|
4398 |
+
#: includes/helpers.php:1679
|
4399 |
msgid "Namibia"
|
4400 |
msgstr ""
|
4401 |
|
4402 |
#: includes/helpers.php:530
|
4403 |
+
#: includes/helpers.php:1680
|
4404 |
msgid "Nauru"
|
4405 |
msgstr ""
|
4406 |
|
4421 |
msgstr ""
|
4422 |
|
4423 |
#: includes/helpers.php:535
|
4424 |
+
#: includes/helpers.php:1678
|
4425 |
msgid "New Zealand"
|
4426 |
msgstr ""
|
4427 |
|
4434 |
msgstr ""
|
4435 |
|
4436 |
#: includes/helpers.php:538
|
4437 |
+
#: includes/helpers.php:1681
|
4438 |
msgid "Nigeria"
|
4439 |
msgstr ""
|
4440 |
|
4463 |
msgstr ""
|
4464 |
|
4465 |
#: includes/helpers.php:545
|
4466 |
+
#: includes/helpers.php:1682
|
4467 |
msgid "Pakistan"
|
4468 |
msgstr ""
|
4469 |
|
4470 |
#: includes/helpers.php:546
|
4471 |
+
#: includes/helpers.php:1683
|
4472 |
msgid "Palau"
|
4473 |
msgstr ""
|
4474 |
|
4481 |
msgstr ""
|
4482 |
|
4483 |
#: includes/helpers.php:549
|
4484 |
+
#: includes/helpers.php:1684
|
4485 |
msgid "Papua New Guinea"
|
4486 |
msgstr ""
|
4487 |
|
4494 |
msgstr ""
|
4495 |
|
4496 |
#: includes/helpers.php:552
|
4497 |
+
#: includes/helpers.php:1685
|
4498 |
msgid "Philippines"
|
4499 |
msgstr ""
|
4500 |
|
4535 |
msgstr ""
|
4536 |
|
4537 |
#: includes/helpers.php:562
|
4538 |
+
#: includes/helpers.php:1686
|
4539 |
msgid "Rwanda"
|
4540 |
msgstr ""
|
4541 |
|
4592 |
msgstr ""
|
4593 |
|
4594 |
#: includes/helpers.php:576
|
4595 |
+
#: includes/helpers.php:1693
|
4596 |
msgid "Seychelles"
|
4597 |
msgstr ""
|
4598 |
|
4599 |
#: includes/helpers.php:577
|
4600 |
+
#: includes/helpers.php:1694
|
4601 |
msgid "Sierra Leone"
|
4602 |
msgstr ""
|
4603 |
|
4604 |
#: includes/helpers.php:578
|
4605 |
+
#: includes/helpers.php:1687
|
4606 |
msgid "Singapore"
|
4607 |
msgstr ""
|
4608 |
|
4615 |
msgstr ""
|
4616 |
|
4617 |
#: includes/helpers.php:581
|
4618 |
+
#: includes/helpers.php:1695
|
4619 |
msgid "Solomon Islands"
|
4620 |
msgstr ""
|
4621 |
|
4624 |
msgstr ""
|
4625 |
|
4626 |
#: includes/helpers.php:583
|
4627 |
+
#: includes/helpers.php:1696
|
4628 |
msgid "South Africa"
|
4629 |
msgstr ""
|
4630 |
|
4637 |
msgstr ""
|
4638 |
|
4639 |
#: includes/helpers.php:586
|
4640 |
+
#: includes/helpers.php:1697
|
4641 |
msgid "South Sudan"
|
4642 |
msgstr ""
|
4643 |
|
4650 |
msgstr ""
|
4651 |
|
4652 |
#: includes/helpers.php:589
|
4653 |
+
#: includes/helpers.php:1698
|
4654 |
msgid "Sudan"
|
4655 |
msgstr ""
|
4656 |
|
4663 |
msgstr ""
|
4664 |
|
4665 |
#: includes/helpers.php:592
|
4666 |
+
#: includes/helpers.php:1691
|
4667 |
msgid "Swaziland"
|
4668 |
msgstr ""
|
4669 |
|
4688 |
msgstr ""
|
4689 |
|
4690 |
#: includes/helpers.php:598
|
4691 |
+
#: includes/helpers.php:1701
|
4692 |
msgid "Tanzania"
|
4693 |
msgstr ""
|
4694 |
|
4709 |
msgstr ""
|
4710 |
|
4711 |
#: includes/helpers.php:603
|
4712 |
+
#: includes/helpers.php:1702
|
4713 |
msgid "Tonga"
|
4714 |
msgstr ""
|
4715 |
|
4716 |
#: includes/helpers.php:604
|
4717 |
+
#: includes/helpers.php:1699
|
4718 |
msgid "Trinidad and Tobago"
|
4719 |
msgstr ""
|
4720 |
|
4735 |
msgstr ""
|
4736 |
|
4737 |
#: includes/helpers.php:609
|
4738 |
+
#: includes/helpers.php:1703
|
4739 |
msgid "Tuvalu"
|
4740 |
msgstr ""
|
4741 |
|
4742 |
#: includes/helpers.php:610
|
4743 |
+
#: includes/helpers.php:1706
|
4744 |
msgid "Uganda"
|
4745 |
msgstr ""
|
4746 |
|
4765 |
msgstr ""
|
4766 |
|
4767 |
#: includes/helpers.php:616
|
4768 |
+
#: includes/helpers.php:1707
|
4769 |
msgid "Vanuatu"
|
4770 |
msgstr ""
|
4771 |
|
4802 |
msgstr ""
|
4803 |
|
4804 |
#: includes/helpers.php:625
|
4805 |
+
#: includes/helpers.php:1708
|
4806 |
msgid "Zambia"
|
4807 |
msgstr ""
|
4808 |
|
4809 |
#: includes/helpers.php:626
|
4810 |
+
#: includes/helpers.php:1709
|
4811 |
msgid "Zimbabwe"
|
4812 |
msgstr ""
|
4813 |
|
4825 |
msgid "%1$sWe have detected multiple tracking codes%2$s! You should remove non-ExactMetrics ones. If you need help finding them please %3$sread this article%4$s."
|
4826 |
msgstr ""
|
4827 |
|
4828 |
+
#: includes/helpers.php:1688
|
|
|
|
|
|
|
|
|
4829 |
msgid "St Kitts and Nevis"
|
4830 |
msgstr ""
|
4831 |
|
4832 |
+
#: includes/helpers.php:1689
|
4833 |
msgid "St Lucia"
|
4834 |
msgstr ""
|
4835 |
|
4836 |
+
#: includes/helpers.php:1690
|
4837 |
msgid "St Vincent and the Grenadines"
|
4838 |
msgstr ""
|
4839 |
|
4840 |
+
#: includes/helpers.php:1692
|
4841 |
+
msgid "Samoa"
|
4842 |
+
msgstr ""
|
4843 |
+
|
4844 |
+
#: includes/helpers.php:1700
|
4845 |
+
msgid "The Bahamas"
|
4846 |
+
msgstr ""
|
4847 |
+
|
4848 |
+
#: includes/helpers.php:1705
|
4849 |
msgid "United States of America"
|
4850 |
msgstr ""
|
4851 |
|
4936 |
msgstr ""
|
4937 |
|
4938 |
#: languages/gutenberg.php:77
|
4939 |
+
#: languages/vue.php:299
|
4940 |
msgid "Inline Popular Posts"
|
4941 |
msgstr ""
|
4942 |
|
4973 |
msgstr ""
|
4974 |
|
4975 |
#: languages/gutenberg.php:107
|
4976 |
+
#: languages/vue.php:2035
|
4977 |
msgid "Wide-Layout Options"
|
4978 |
msgstr ""
|
4979 |
|
4982 |
msgstr ""
|
4983 |
|
4984 |
#: languages/gutenberg.php:113
|
4985 |
+
#: languages/vue.php:2038
|
4986 |
msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
|
4987 |
msgstr ""
|
4988 |
|
4989 |
#: languages/gutenberg.php:116
|
4990 |
+
#: languages/vue.php:2059
|
4991 |
msgid "Post Count"
|
4992 |
msgstr ""
|
4993 |
|
4996 |
msgstr ""
|
4997 |
|
4998 |
#: languages/gutenberg.php:122
|
4999 |
+
#: languages/vue.php:2041
|
5000 |
msgid "Display Options"
|
5001 |
msgstr ""
|
5002 |
|
5009 |
msgstr ""
|
5010 |
|
5011 |
#: languages/gutenberg.php:131
|
5012 |
+
#: languages/vue.php:1052
|
5013 |
msgid "Widget Title"
|
5014 |
msgstr ""
|
5015 |
|
5018 |
msgstr ""
|
5019 |
|
5020 |
#: languages/gutenberg.php:137
|
5021 |
+
#: languages/vue.php:2047
|
5022 |
msgid "Display Author"
|
5023 |
msgstr ""
|
5024 |
|
5025 |
#: languages/gutenberg.php:140
|
5026 |
+
#: languages/vue.php:2050
|
5027 |
msgid "Display Date"
|
5028 |
msgstr ""
|
5029 |
|
5030 |
#: languages/gutenberg.php:143
|
5031 |
+
#: languages/vue.php:2053
|
5032 |
msgid "Display Comments"
|
5033 |
msgstr ""
|
5034 |
|
5249 |
msgstr ""
|
5250 |
|
5251 |
#: languages/gutenberg.php:312
|
5252 |
+
#: languages/vue.php:2106
|
5253 |
msgid "Headline Analyzer"
|
5254 |
msgstr ""
|
5255 |
|
5269 |
msgid "2"
|
5270 |
msgstr ""
|
5271 |
|
5272 |
+
#: languages/vue.php:12
|
5273 |
msgid "Error"
|
5274 |
msgstr ""
|
5275 |
|
5276 |
+
#: languages/vue.php:15
|
5277 |
msgid "Please try again."
|
5278 |
msgstr ""
|
5279 |
|
5280 |
+
#: languages/vue.php:18
|
5281 |
msgid "Today"
|
5282 |
msgstr ""
|
5283 |
|
5284 |
+
#: languages/vue.php:21
|
5285 |
msgid "Yesterday"
|
5286 |
msgstr ""
|
5287 |
|
5288 |
+
#: languages/vue.php:24
|
5289 |
msgid "Last Week"
|
5290 |
msgstr ""
|
5291 |
|
5292 |
+
#: languages/vue.php:27
|
5293 |
msgid "Last Month"
|
5294 |
msgstr ""
|
5295 |
|
5296 |
+
#: languages/vue.php:30
|
5297 |
msgid "Last 7 days"
|
5298 |
msgstr ""
|
5299 |
|
5300 |
+
#: languages/vue.php:33
|
5301 |
msgid "Last 30 days"
|
5302 |
msgstr ""
|
5303 |
|
5304 |
+
#: languages/vue.php:36
|
5305 |
msgid "Loading Settings"
|
5306 |
msgstr ""
|
5307 |
|
5351 |
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."
|
5352 |
msgstr ""
|
5353 |
|
5354 |
+
#: languages/vue.php:75
|
5355 |
msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
|
5356 |
msgstr ""
|
5357 |
|
5358 |
+
#: languages/vue.php:78
|
5359 |
msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
|
5360 |
msgstr ""
|
5361 |
|
5362 |
+
#: languages/vue.php:81
|
5363 |
msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
|
5364 |
msgstr ""
|
5365 |
|
5366 |
+
#: languages/vue.php:84
|
5367 |
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."
|
5368 |
msgstr ""
|
5369 |
|
5371 |
msgid "Unlock the Forms Report and Improve Conversions"
|
5372 |
msgstr ""
|
5373 |
|
5374 |
+
#: languages/vue.php:90
|
5375 |
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."
|
5376 |
msgstr ""
|
5377 |
|
5378 |
+
#: languages/vue.php:93
|
5379 |
msgid "Unlock the Search Console Report and See How People Find Your Website"
|
5380 |
msgstr ""
|
5381 |
|
5382 |
+
#: languages/vue.php:96
|
5383 |
msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
|
5384 |
msgstr ""
|
5385 |
|
5386 |
+
#: languages/vue.php:99
|
5387 |
msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
|
5388 |
msgstr ""
|
5389 |
|
5390 |
+
#: languages/vue.php:102
|
5391 |
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."
|
5392 |
msgstr ""
|
5393 |
|
5394 |
+
#: languages/vue.php:105
|
5395 |
msgid "Loading settings"
|
5396 |
msgstr ""
|
5397 |
|
5398 |
+
#: languages/vue.php:108
|
5399 |
msgid "Success! "
|
5400 |
msgstr ""
|
5401 |
|
5402 |
+
#: languages/vue.php:111
|
5403 |
msgid "You're now using ExactMetrics Pro with all the features."
|
5404 |
msgstr ""
|
5405 |
|
5406 |
#. Translators: Placeholder gets replaced with an arrow icon.
|
5407 |
+
#: languages/vue.php:115
|
5408 |
msgid "Get Started %s"
|
5409 |
msgstr ""
|
5410 |
|
5411 |
#. Translators: Current PHP version and recommended PHP version.
|
5412 |
+
#: languages/vue.php:119
|
5413 |
msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$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 %2$s) only takes a few minutes and will make your website significantly faster and more secure."
|
5414 |
msgstr ""
|
5415 |
|
5416 |
#. Translators: Current WordPress version.
|
5417 |
+
#: languages/vue.php:123
|
5418 |
msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
|
5419 |
msgstr ""
|
5420 |
|
5421 |
+
#: languages/vue.php:126
|
5422 |
msgid "Yikes! PHP Update Required"
|
5423 |
msgstr ""
|
5424 |
|
5425 |
#. Translators: Current PHP version and recommended PHP version.
|
5426 |
+
#: languages/vue.php:130
|
5427 |
msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
|
5428 |
msgstr ""
|
5429 |
|
5430 |
+
#: languages/vue.php:133
|
5431 |
msgid "Learn more about updating PHP"
|
5432 |
msgstr ""
|
5433 |
|
5434 |
+
#: languages/vue.php:136
|
5435 |
msgid "Yikes! WordPress Update Required"
|
5436 |
msgstr ""
|
5437 |
|
5438 |
#. Translators: Current WordPress version.
|
5439 |
+
#: languages/vue.php:140
|
5440 |
msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
|
5441 |
msgstr ""
|
5442 |
|
5443 |
+
#: languages/vue.php:143
|
5444 |
msgid "Learn more about updating WordPress"
|
5445 |
msgstr ""
|
5446 |
|
5447 |
#. Translators: Makes the text bold.
|
5448 |
+
#: languages/vue.php:147
|
5449 |
msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
|
5450 |
msgstr ""
|
5451 |
|
5452 |
#. Translators: Makes the text bold.
|
5453 |
+
#: languages/vue.php:151
|
5454 |
msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
|
5455 |
msgstr ""
|
5456 |
|
5457 |
#. Translators: Makes the text bold.
|
5458 |
+
#: languages/vue.php:155
|
5459 |
msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
|
5460 |
msgstr ""
|
5461 |
|
5462 |
#. Translators: Makes text bold.
|
5463 |
+
#: languages/vue.php:159
|
5464 |
msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
|
5465 |
msgstr ""
|
5466 |
|
5467 |
#. Translators: Makes the text bold.
|
5468 |
+
#: languages/vue.php:163
|
5469 |
msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
|
5470 |
msgstr ""
|
5471 |
|
5472 |
#. Translators: Makes the text bold.
|
5473 |
+
#: languages/vue.php:167
|
5474 |
msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
|
5475 |
msgstr ""
|
5476 |
|
5477 |
#. Translators: Makes the text bold.
|
5478 |
+
#: languages/vue.php:171
|
5479 |
msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
|
5480 |
msgstr ""
|
5481 |
|
5482 |
#. Translators: Makes text bold.
|
5483 |
+
#: languages/vue.php:175
|
5484 |
msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
|
5485 |
msgstr ""
|
5486 |
|
5487 |
#. Translators: Adds a link and an arrow icon.
|
5488 |
+
#: languages/vue.php:179
|
5489 |
msgid "%1$sSee All Features%2$s"
|
5490 |
msgstr ""
|
5491 |
|
5492 |
+
#: languages/vue.php:182
|
5493 |
msgid "Pro Plan"
|
5494 |
msgstr ""
|
5495 |
|
5496 |
+
#: languages/vue.php:185
|
5497 |
msgid "per year"
|
5498 |
msgstr ""
|
5499 |
|
5500 |
+
#: languages/vue.php:191
|
5501 |
msgid "Upgrade to ExactMetrics Pro Now"
|
5502 |
msgstr ""
|
5503 |
|
5504 |
+
#: languages/vue.php:194
|
5505 |
msgid "This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!"
|
5506 |
msgstr ""
|
5507 |
|
5508 |
+
#: languages/vue.php:197
|
5509 |
msgid "Daniel Monaghan - Experienced"
|
5510 |
msgstr ""
|
5511 |
|
5512 |
+
#: languages/vue.php:200
|
5513 |
msgid "Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it."
|
5514 |
msgstr ""
|
5515 |
|
5516 |
+
#: languages/vue.php:203
|
5517 |
msgid "Naomi Spirit - From This Day"
|
5518 |
msgstr ""
|
5519 |
|
5520 |
+
#: languages/vue.php:206
|
5521 |
msgid "Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!"
|
5522 |
msgstr ""
|
5523 |
|
5524 |
+
#: languages/vue.php:209
|
5525 |
msgid "Julie Dupuis - Faraway Land Travel"
|
5526 |
msgstr ""
|
5527 |
|
5528 |
+
#: languages/vue.php:212
|
5529 |
msgid "Guides and Documentation:"
|
5530 |
msgstr ""
|
5531 |
|
5532 |
+
#: languages/vue.php:217
|
5533 |
msgid "Upgrade to PRO"
|
5534 |
msgstr ""
|
5535 |
|
5536 |
+
#: languages/vue.php:220
|
5537 |
msgid "eCommerce Tracking"
|
5538 |
msgstr ""
|
5539 |
|
5540 |
+
#: languages/vue.php:223
|
5541 |
msgid "Custom Dimensions"
|
5542 |
msgstr ""
|
5543 |
|
5544 |
+
#: languages/vue.php:227
|
5545 |
msgid "Form Tracking"
|
5546 |
msgstr ""
|
5547 |
|
5548 |
+
#: languages/vue.php:230
|
5549 |
msgid "AMP Support"
|
5550 |
msgstr ""
|
5551 |
|
5552 |
+
#: languages/vue.php:233
|
5553 |
msgid "Author Tracking"
|
5554 |
msgstr ""
|
5555 |
|
5556 |
+
#: languages/vue.php:236
|
5557 |
msgid "EU Compliance Addon"
|
5558 |
msgstr ""
|
5559 |
|
5560 |
+
#: languages/vue.php:239
|
5561 |
msgid "Real Time Report"
|
5562 |
msgstr ""
|
5563 |
|
5564 |
+
#: languages/vue.php:242
|
5565 |
msgid "Google Optimize"
|
5566 |
msgstr ""
|
5567 |
|
5568 |
+
#: languages/vue.php:248
|
5569 |
msgid "Custom Date Ranges"
|
5570 |
msgstr ""
|
5571 |
|
5572 |
+
#: languages/vue.php:251
|
5573 |
msgid "Getting Started with ExactMetrics"
|
5574 |
msgstr ""
|
5575 |
|
5576 |
+
#: languages/vue.php:254
|
5577 |
msgid "ExactMetrics 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."
|
5578 |
msgstr ""
|
5579 |
|
5580 |
+
#: languages/vue.php:257
|
5581 |
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."
|
5582 |
msgstr ""
|
5583 |
|
5584 |
+
#: languages/vue.php:260
|
5585 |
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!."
|
5586 |
msgstr ""
|
5587 |
|
5588 |
+
#: languages/vue.php:263
|
5589 |
msgid "Launch the wizard!"
|
5590 |
msgstr ""
|
5591 |
|
5592 |
+
#: languages/vue.php:266
|
5593 |
msgid "Welcome to"
|
5594 |
msgstr ""
|
5595 |
|
5596 |
#. Translators: Adds a line break.
|
5597 |
+
#: languages/vue.php:270
|
5598 |
msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
|
5599 |
msgstr ""
|
5600 |
|
5601 |
#. Translators: Makes the product name bold.
|
5602 |
+
#: languages/vue.php:274
|
5603 |
msgid "%1$sExactMetrics%2$s 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."
|
5604 |
msgstr ""
|
5605 |
|
5606 |
+
#: languages/vue.php:277
|
5607 |
msgid "ExactMetrics Features & Addons"
|
5608 |
msgstr ""
|
5609 |
|
5610 |
+
#: languages/vue.php:280
|
5611 |
msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
|
5612 |
msgstr ""
|
5613 |
|
5614 |
+
#: languages/vue.php:286
|
5615 |
msgid "Getting Started"
|
5616 |
msgstr ""
|
5617 |
|
5618 |
+
#: languages/vue.php:289
|
5619 |
msgid "Lite vs Pro"
|
5620 |
msgstr ""
|
5621 |
|
5622 |
+
#: languages/vue.php:293
|
5623 |
msgid "Import Export"
|
5624 |
msgstr ""
|
5625 |
|
5626 |
+
#: languages/vue.php:296
|
5627 |
msgid "PrettyLinks Integration"
|
5628 |
msgstr ""
|
5629 |
|
5630 |
+
#: languages/vue.php:302
|
5631 |
msgid "Popular Posts Widget"
|
5632 |
msgstr ""
|
5633 |
|
5634 |
+
#: languages/vue.php:305
|
5635 |
msgid "Popular Products"
|
5636 |
msgstr ""
|
5637 |
|
5638 |
+
#: languages/vue.php:314
|
5639 |
msgid "Engagement"
|
5640 |
msgstr ""
|
5641 |
|
5642 |
+
#: languages/vue.php:320
|
5643 |
msgid "Publisher"
|
5644 |
msgstr ""
|
5645 |
|
5646 |
+
#: languages/vue.php:323
|
5647 |
msgid "Conversions"
|
5648 |
msgstr ""
|
5649 |
|
5650 |
+
#: languages/vue.php:326
|
5651 |
msgid "Advanced"
|
5652 |
msgstr ""
|
5653 |
|
5654 |
+
#: languages/vue.php:330
|
5655 |
msgid "URL Builder"
|
5656 |
msgstr ""
|
5657 |
|
5658 |
+
#: languages/vue.php:339
|
5659 |
msgid "Dimensions Report"
|
5660 |
msgstr ""
|
5661 |
|
5662 |
+
#: languages/vue.php:345
|
5663 |
msgid "Real-Time"
|
5664 |
msgstr ""
|
5665 |
|
5666 |
+
#: languages/vue.php:348
|
5667 |
msgid "Exit Setup"
|
5668 |
msgstr ""
|
5669 |
|
5670 |
+
#: languages/vue.php:351
|
5671 |
msgid "Go back"
|
5672 |
msgstr ""
|
5673 |
|
5674 |
#. Translators: Placeholders are replaced with the current step number out of the total number of steps.
|
5675 |
+
#: languages/vue.php:355
|
5676 |
msgid "Step %1$s of %2$s"
|
5677 |
msgstr ""
|
5678 |
|
5679 |
+
#: languages/vue.php:370
|
5680 |
msgid "You must connect with ExactMetrics before you can view reports."
|
5681 |
msgstr ""
|
5682 |
|
5683 |
+
#: languages/vue.php:373
|
5684 |
msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
|
5685 |
msgstr ""
|
5686 |
|
5687 |
+
#: languages/vue.php:376
|
5688 |
msgid "Launch Setup Wizard"
|
5689 |
msgstr ""
|
5690 |
|
5691 |
+
#: languages/vue.php:379
|
5692 |
msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
|
5693 |
msgstr ""
|
5694 |
|
5695 |
+
#: languages/vue.php:385
|
5696 |
msgid "Inbox"
|
5697 |
msgstr ""
|
5698 |
|
5699 |
+
#: languages/vue.php:388
|
5700 |
msgid "Back to Inbox"
|
5701 |
msgstr ""
|
5702 |
|
5703 |
+
#: languages/vue.php:391
|
5704 |
msgid "View Dismissed"
|
5705 |
msgstr ""
|
5706 |
|
5707 |
+
#: languages/vue.php:394
|
5708 |
msgid "Notifications"
|
5709 |
msgstr ""
|
5710 |
|
5711 |
+
#: languages/vue.php:397
|
5712 |
msgid "Dismiss All"
|
5713 |
msgstr ""
|
5714 |
|
5715 |
+
#: languages/vue.php:400
|
5716 |
msgid "Dismissed"
|
5717 |
msgstr ""
|
5718 |
|
5719 |
+
#: languages/vue.php:403
|
5720 |
msgid "No Notifications"
|
5721 |
msgstr ""
|
5722 |
|
5723 |
+
#: languages/vue.php:406
|
5724 |
+
#: languages/vue.php:584
|
5725 |
msgid "ExactMetrics Addons"
|
5726 |
msgstr ""
|
5727 |
|
5728 |
+
#: languages/vue.php:409
|
5729 |
msgid "Search Addons"
|
5730 |
msgstr ""
|
5731 |
|
5732 |
+
#: languages/vue.php:412
|
5733 |
msgid "Save Changes"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
+
#: languages/vue.php:415
|
5737 |
msgid "ExactMetrics encountered an error loading your report data"
|
5738 |
msgstr ""
|
5739 |
|
5740 |
+
#: languages/vue.php:418
|
5741 |
msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
|
5742 |
msgstr ""
|
5743 |
|
5744 |
+
#: languages/vue.php:421
|
5745 |
+
#: languages/vue.php:2703
|
5746 |
msgid "Reconnect ExactMetrics"
|
5747 |
msgstr ""
|
5748 |
|
5749 |
+
#: languages/vue.php:425
|
5750 |
msgid "Re-Authenticating"
|
5751 |
msgstr ""
|
5752 |
|
5753 |
+
#: languages/vue.php:428
|
5754 |
msgid "Ok"
|
5755 |
msgstr ""
|
5756 |
|
5757 |
+
#: languages/vue.php:431
|
5758 |
msgid "See Quick Links"
|
5759 |
msgstr ""
|
5760 |
|
5761 |
+
#: languages/vue.php:434
|
5762 |
msgid "Suggest a Feature"
|
5763 |
msgstr ""
|
5764 |
|
5765 |
+
#: languages/vue.php:437
|
5766 |
msgid "Join Our Community"
|
5767 |
msgstr ""
|
5768 |
|
5769 |
+
#: languages/vue.php:440
|
5770 |
msgid "Support & Docs"
|
5771 |
msgstr ""
|
5772 |
|
5773 |
+
#: languages/vue.php:443
|
5774 |
msgid "Upgrade to Pro »"
|
5775 |
msgstr ""
|
5776 |
|
5777 |
+
#: languages/vue.php:446
|
5778 |
msgid "One-click Complete eCommerce tracking"
|
5779 |
msgstr ""
|
5780 |
|
5781 |
+
#: languages/vue.php:449
|
5782 |
msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
|
5783 |
msgstr ""
|
5784 |
|
5785 |
+
#: languages/vue.php:452
|
5786 |
msgid "Forms Tracking"
|
5787 |
msgstr ""
|
5788 |
|
5789 |
+
#: languages/vue.php:455
|
5790 |
msgid "One-click Form Events Tracking"
|
5791 |
msgstr ""
|
5792 |
|
5793 |
+
#: languages/vue.php:458
|
5794 |
msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
|
5795 |
msgstr ""
|
5796 |
|
5797 |
+
#: languages/vue.php:461
|
5798 |
msgid "WordPress Admin Area Reports"
|
5799 |
msgstr ""
|
5800 |
|
5801 |
+
#: languages/vue.php:464
|
5802 |
msgid "Standard Reports"
|
5803 |
msgstr ""
|
5804 |
|
5805 |
+
#: languages/vue.php:467
|
5806 |
msgid "Overview Reports for the last 30 days."
|
5807 |
msgstr ""
|
5808 |
|
5809 |
+
#: languages/vue.php:470
|
5810 |
msgid "Advanced Reports"
|
5811 |
msgstr ""
|
5812 |
|
5813 |
+
#: languages/vue.php:473
|
5814 |
msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
|
5815 |
msgstr ""
|
5816 |
|
5817 |
+
#: languages/vue.php:476
|
5818 |
msgid "Dashboard Widget"
|
5819 |
msgstr ""
|
5820 |
|
5821 |
+
#: languages/vue.php:479
|
5822 |
msgid "Basic Widget"
|
5823 |
msgstr ""
|
5824 |
|
5825 |
+
#: languages/vue.php:482
|
5826 |
msgid "Overview Report Synopsis"
|
5827 |
msgstr ""
|
5828 |
|
5829 |
+
#: languages/vue.php:485
|
5830 |
msgid "Advanced Dashboard Widget"
|
5831 |
msgstr ""
|
5832 |
|
5833 |
+
#: languages/vue.php:488
|
5834 |
msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
|
5835 |
msgstr ""
|
5836 |
|
5837 |
+
#: languages/vue.php:491
|
5838 |
msgid "Publisher Reports"
|
5839 |
msgstr ""
|
5840 |
|
5841 |
+
#: languages/vue.php:494
|
5842 |
msgid "Advanced Publisher Reports & Tracking"
|
5843 |
msgstr ""
|
5844 |
|
5845 |
+
#: languages/vue.php:497
|
5846 |
msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
|
5847 |
msgstr ""
|
5848 |
|
5849 |
+
#: languages/vue.php:500
|
5850 |
msgid "Not Available"
|
5851 |
msgstr ""
|
5852 |
|
5853 |
+
#: languages/vue.php:503
|
5854 |
msgid "Complete Custom Dimensions Tracking"
|
5855 |
msgstr ""
|
5856 |
|
5857 |
+
#: languages/vue.php:506
|
5858 |
msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
|
5859 |
msgstr ""
|
5860 |
|
5861 |
+
#: languages/vue.php:512
|
5862 |
msgid "Limited Support"
|
5863 |
msgstr ""
|
5864 |
|
5865 |
+
#: languages/vue.php:515
|
5866 |
msgid "Priority Support"
|
5867 |
msgstr ""
|
5868 |
|
5869 |
+
#: languages/vue.php:518
|
5870 |
msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
|
5871 |
msgstr ""
|
5872 |
|
5873 |
+
#: languages/vue.php:521
|
5874 |
msgid "Feature"
|
5875 |
msgstr ""
|
5876 |
|
5877 |
+
#: languages/vue.php:524
|
5878 |
msgid "Lite"
|
5879 |
msgstr ""
|
5880 |
|
5881 |
+
#: languages/vue.php:527
|
5882 |
msgid "Pro"
|
5883 |
msgstr ""
|
5884 |
|
5885 |
+
#: languages/vue.php:530
|
5886 |
msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
|
5887 |
msgstr ""
|
5888 |
|
5889 |
+
#: languages/vue.php:533
|
5890 |
msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
|
5891 |
msgstr ""
|
5892 |
|
5893 |
+
#: languages/vue.php:539
|
5894 |
msgid "Universal Tracking"
|
5895 |
msgstr ""
|
5896 |
|
5897 |
+
#: languages/vue.php:542
|
5898 |
msgid "Included"
|
5899 |
msgstr ""
|
5900 |
|
5901 |
+
#: languages/vue.php:545
|
5902 |
msgid "Custom Google Analytics Link Tracking"
|
5903 |
msgstr ""
|
5904 |
|
5905 |
+
#: languages/vue.php:548
|
5906 |
msgid "Standard Tracking"
|
5907 |
msgstr ""
|
5908 |
|
5909 |
+
#: languages/vue.php:551
|
5910 |
msgid "Advanced Tracking"
|
5911 |
msgstr ""
|
5912 |
|
5913 |
+
#: languages/vue.php:554
|
5914 |
msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
|
5915 |
msgstr ""
|
5916 |
|
5917 |
+
#: languages/vue.php:557
|
5918 |
msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
|
5919 |
msgstr ""
|
5920 |
|
5921 |
+
#: languages/vue.php:560
|
5922 |
msgid "No-Code-Needed Tracking Features"
|
5923 |
msgstr ""
|
5924 |
|
5925 |
+
#: languages/vue.php:563
|
5926 |
msgid "Basic Tracking Options"
|
5927 |
msgstr ""
|
5928 |
|
5929 |
+
#: languages/vue.php:566
|
5930 |
msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
|
5931 |
msgstr ""
|
5932 |
|
5933 |
+
#: languages/vue.php:569
|
5934 |
msgid "Advanced Tracking Options"
|
5935 |
msgstr ""
|
5936 |
|
5937 |
+
#: languages/vue.php:572
|
5938 |
msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
|
5939 |
msgstr ""
|
5940 |
|
5941 |
+
#: languages/vue.php:575
|
5942 |
msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
|
5943 |
msgstr ""
|
5944 |
|
5945 |
+
#: languages/vue.php:578
|
5946 |
msgid "No addons found."
|
5947 |
msgstr ""
|
5948 |
|
5949 |
+
#: languages/vue.php:581
|
5950 |
msgid "Refresh Addons"
|
5951 |
msgstr ""
|
5952 |
|
5953 |
#. Translators: Adds a line break.
|
5954 |
+
#: languages/vue.php:588
|
5955 |
msgid "Upgrade to Pro to unlock addons and other great features."
|
5956 |
msgstr ""
|
5957 |
|
5958 |
+
#: languages/vue.php:591
|
5959 |
msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
|
5960 |
msgstr ""
|
5961 |
|
5962 |
+
#: languages/vue.php:594
|
5963 |
msgid "Refreshing Addons"
|
5964 |
msgstr ""
|
5965 |
|
5966 |
+
#: languages/vue.php:597
|
5967 |
msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
|
5968 |
msgstr ""
|
5969 |
|
5970 |
+
#: languages/vue.php:600
|
5971 |
msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
|
5972 |
msgstr ""
|
5973 |
|
5974 |
+
#: languages/vue.php:603
|
5975 |
msgid "The ExactMetrics Team"
|
5976 |
msgstr ""
|
5977 |
|
5978 |
#. Translators: Placeholders make the text green.
|
5979 |
+
#: languages/vue.php:607
|
5980 |
msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
|
5981 |
msgstr ""
|
5982 |
|
5983 |
+
#: languages/vue.php:610
|
5984 |
msgid "How to Connect to Google Analytics"
|
5985 |
msgstr ""
|
5986 |
|
5987 |
+
#: languages/vue.php:613
|
5988 |
msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
|
5989 |
msgstr ""
|
5990 |
|
5991 |
+
#: languages/vue.php:616
|
5992 |
msgid "Guide and Checklist for Advanced Insights"
|
5993 |
msgstr ""
|
5994 |
|
5995 |
+
#: languages/vue.php:619
|
5996 |
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 ExactMetrics’ advanced tracking."
|
5997 |
msgstr ""
|
5998 |
|
5999 |
+
#: languages/vue.php:622
|
6000 |
msgid "GDPR Guide"
|
6001 |
msgstr ""
|
6002 |
|
6003 |
+
#: languages/vue.php:625
|
6004 |
msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
|
6005 |
msgstr ""
|
6006 |
|
6007 |
+
#: languages/vue.php:628
|
6008 |
msgid "How to Install and Activate ExactMetrics Addons"
|
6009 |
msgstr ""
|
6010 |
|
6011 |
+
#: languages/vue.php:631
|
6012 |
msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
|
6013 |
msgstr ""
|
6014 |
|
6015 |
+
#: languages/vue.php:634
|
6016 |
msgid "Enabling eCommerce Tracking and Reports"
|
6017 |
msgstr ""
|
6018 |
|
6019 |
+
#: languages/vue.php:637
|
6020 |
msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
|
6021 |
msgstr ""
|
6022 |
|
6023 |
+
#: languages/vue.php:640
|
6024 |
msgid "Read Documentation"
|
6025 |
msgstr ""
|
6026 |
|
6027 |
#. Translators: Makes the text bold.
|
6028 |
+
#: languages/vue.php:644
|
6029 |
msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
|
6030 |
msgstr ""
|
6031 |
|
6032 |
#. Translators: Makes the text bold.
|
6033 |
+
#: languages/vue.php:648
|
6034 |
msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
|
6035 |
msgstr ""
|
6036 |
|
6037 |
+
#: languages/vue.php:651
|
6038 |
msgid "ExactMetrics Recommends WPForms"
|
6039 |
msgstr ""
|
6040 |
|
6041 |
+
#: languages/vue.php:654
|
6042 |
msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
|
6043 |
msgstr ""
|
6044 |
|
6045 |
+
#: languages/vue.php:657
|
6046 |
msgid "Used on over 3,000,000 websites!"
|
6047 |
msgstr ""
|
6048 |
|
6049 |
+
#: languages/vue.php:660
|
6050 |
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!"
|
6051 |
msgstr ""
|
6052 |
|
6053 |
+
#: languages/vue.php:663
|
6054 |
msgid "Skip this Step"
|
6055 |
msgstr ""
|
6056 |
|
6057 |
+
#: languages/vue.php:666
|
6058 |
msgid "Continue & Install WPForms"
|
6059 |
msgstr ""
|
6060 |
|
6061 |
+
#: languages/vue.php:669
|
6062 |
msgid "Installing..."
|
6063 |
msgstr ""
|
6064 |
|
6065 |
+
#: languages/vue.php:672
|
6066 |
msgid "Awesome, You're All Set!"
|
6067 |
msgstr ""
|
6068 |
|
6069 |
+
#: languages/vue.php:675
|
6070 |
msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
|
6071 |
msgstr ""
|
6072 |
|
6073 |
#. Translators: Make the text bold.
|
6074 |
+
#: languages/vue.php:679
|
6075 |
msgid "%1$sPlease Note:%2$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."
|
6076 |
msgstr ""
|
6077 |
|
6078 |
#. Translators: Add link to blog.
|
6079 |
+
#: languages/vue.php:683
|
6080 |
msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
|
6081 |
msgstr ""
|
6082 |
|
6083 |
+
#: languages/vue.php:686
|
6084 |
msgid "Finish Setup & Exit Wizard"
|
6085 |
msgstr ""
|
6086 |
|
6087 |
+
#: languages/vue.php:689
|
6088 |
msgid "Google Analytics"
|
6089 |
msgstr ""
|
6090 |
|
6091 |
+
#: languages/vue.php:692
|
6092 |
msgid "Subscribe"
|
6093 |
msgstr ""
|
6094 |
|
6095 |
+
#: languages/vue.php:695
|
6096 |
msgid "Checking your website..."
|
6097 |
msgstr ""
|
6098 |
|
6099 |
#. Translators: Placeholders make the text highlighted.
|
6100 |
+
#: languages/vue.php:699
|
6101 |
msgid "%1$sNeed%2$s to Grow FASTER??"
|
6102 |
msgstr ""
|
6103 |
|
6104 |
+
#: languages/vue.php:702
|
6105 |
msgid "Get additional, actionable insights by going Pro."
|
6106 |
msgstr ""
|
6107 |
|
6108 |
+
#: languages/vue.php:705
|
6109 |
msgid "Skip"
|
6110 |
msgstr ""
|
6111 |
|
6112 |
+
#: languages/vue.php:708
|
6113 |
msgid "See All Features"
|
6114 |
msgstr ""
|
6115 |
|
6116 |
+
#: languages/vue.php:711
|
6117 |
msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
|
6118 |
msgstr ""
|
6119 |
|
6120 |
+
#: languages/vue.php:714
|
6121 |
msgid "Our Pro plan includes:"
|
6122 |
msgstr ""
|
6123 |
|
6124 |
+
#: languages/vue.php:717
|
6125 |
msgid "Welcome to ExactMetrics!"
|
6126 |
msgstr ""
|
6127 |
|
6128 |
+
#: languages/vue.php:720
|
6129 |
msgid "Let's get you set up."
|
6130 |
msgstr ""
|
6131 |
|
6132 |
+
#: languages/vue.php:723
|
6133 |
msgid "Save and Continue"
|
6134 |
msgstr ""
|
6135 |
|
6136 |
+
#: languages/vue.php:726
|
6137 |
msgid "Which category best describes your website?"
|
6138 |
msgstr ""
|
6139 |
|
6140 |
+
#: languages/vue.php:729
|
6141 |
msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
|
6142 |
msgstr ""
|
6143 |
|
6144 |
+
#: languages/vue.php:732
|
6145 |
msgid "Business Website"
|
6146 |
msgstr ""
|
6147 |
|
6148 |
#. Translators: Make text bold.
|
6149 |
+
#: languages/vue.php:736
|
6150 |
msgid "Publisher %1$s(Blog)%2$s"
|
6151 |
msgstr ""
|
6152 |
|
6153 |
+
#: languages/vue.php:739
|
6154 |
msgid "Ecommerce"
|
6155 |
msgstr ""
|
6156 |
|
6157 |
+
#: languages/vue.php:742
|
6158 |
msgid "Connect ExactMetrics to Your Website"
|
6159 |
msgstr ""
|
6160 |
|
6161 |
+
#: languages/vue.php:745
|
6162 |
msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
|
6163 |
msgstr ""
|
6164 |
|
6165 |
+
#: languages/vue.php:748
|
6166 |
msgid "Connect Google Analytics + WordPress"
|
6167 |
msgstr ""
|
6168 |
|
6169 |
+
#: languages/vue.php:751
|
6170 |
msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
|
6171 |
msgstr ""
|
6172 |
|
6173 |
+
#: languages/vue.php:754
|
6174 |
msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
|
6175 |
msgstr ""
|
6176 |
|
6177 |
+
#: languages/vue.php:757
|
6178 |
msgid "Manually enter your UA code"
|
6179 |
msgstr ""
|
6180 |
|
6181 |
+
#: languages/vue.php:760
|
6182 |
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."
|
6183 |
msgstr ""
|
6184 |
|
6185 |
+
#: languages/vue.php:763
|
6186 |
msgid "UA code can't be empty"
|
6187 |
msgstr ""
|
6188 |
|
6189 |
+
#: languages/vue.php:766
|
6190 |
msgid "Saving UA code..."
|
6191 |
msgstr ""
|
6192 |
|
6193 |
+
#: languages/vue.php:769
|
6194 |
msgid "Recommended Addons"
|
6195 |
msgstr ""
|
6196 |
|
6197 |
#. Translators: Add a link to upgrade and make the text green.
|
6198 |
+
#: languages/vue.php:773
|
6199 |
msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
|
6200 |
msgstr ""
|
6201 |
|
6202 |
+
#: languages/vue.php:776
|
6203 |
msgid "Save and continue"
|
6204 |
msgstr ""
|
6205 |
|
6206 |
+
#: languages/vue.php:779
|
6207 |
msgid "Upgrade to PRO Now"
|
6208 |
msgstr ""
|
6209 |
|
6210 |
+
#: languages/vue.php:782
|
6211 |
msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
|
6212 |
msgstr ""
|
6213 |
|
6214 |
+
#: languages/vue.php:785
|
6215 |
msgid "See All Your Important Store Metrics in One Place."
|
6216 |
msgstr ""
|
6217 |
|
6218 |
+
#: languages/vue.php:788
|
6219 |
msgid "... and more:"
|
6220 |
msgstr ""
|
6221 |
|
6222 |
+
#: languages/vue.php:791
|
6223 |
msgid "Dimensions- Track authors, categories, trags, searches, users and more."
|
6224 |
msgstr ""
|
6225 |
|
6226 |
+
#: languages/vue.php:794
|
6227 |
msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
|
6228 |
msgstr ""
|
6229 |
|
6230 |
+
#: languages/vue.php:797
|
6231 |
msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
|
6232 |
msgstr ""
|
6233 |
|
6234 |
+
#: languages/vue.php:800
|
6235 |
msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
|
6236 |
msgstr ""
|
6237 |
|
6238 |
+
#: languages/vue.php:803
|
6239 |
msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
|
6240 |
msgstr ""
|
6241 |
|
6242 |
+
#: languages/vue.php:806
|
6243 |
msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
|
6244 |
msgstr ""
|
6245 |
|
6246 |
+
#: languages/vue.php:809
|
6247 |
msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
|
6248 |
msgstr ""
|
6249 |
|
6250 |
+
#: languages/vue.php:812
|
6251 |
msgid "Ads- See who’s clicking on your Google Adsense banner ads."
|
6252 |
msgstr ""
|
6253 |
|
6254 |
+
#: languages/vue.php:815
|
6255 |
msgid "Recommended Settings"
|
6256 |
msgstr ""
|
6257 |
|
6258 |
+
#: languages/vue.php:818
|
6259 |
msgid "ExactMetrics recommends the following settings based on your configuration."
|
6260 |
msgstr ""
|
6261 |
|
6262 |
+
#: languages/vue.php:821
|
6263 |
msgid "Events Tracking"
|
6264 |
msgstr ""
|
6265 |
|
6266 |
+
#: languages/vue.php:824
|
6267 |
msgid "Must have for all click tracking on site."
|
6268 |
msgstr ""
|
6269 |
|
6270 |
+
#: languages/vue.php:827
|
6271 |
msgid "ExactMetrics 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."
|
6272 |
msgstr ""
|
6273 |
|
6274 |
+
#: languages/vue.php:830
|
6275 |
msgid "Enhanced Link Attribution"
|
6276 |
msgstr ""
|
6277 |
|
6278 |
+
#: languages/vue.php:833
|
6279 |
msgid "Improves the accuracy of your In-Page Analytics."
|
6280 |
msgstr ""
|
6281 |
|
6282 |
+
#: languages/vue.php:836
|
6283 |
msgid "ExactMetrics 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."
|
6284 |
msgstr ""
|
6285 |
|
6286 |
+
#: languages/vue.php:839
|
6287 |
msgid "Install Updates Automatically"
|
6288 |
msgstr ""
|
6289 |
|
6290 |
+
#: languages/vue.php:842
|
6291 |
msgid "Get the latest features, bug fixes, and security updates as they are released."
|
6292 |
msgstr ""
|
6293 |
|
6294 |
+
#: languages/vue.php:845
|
6295 |
msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
|
6296 |
msgstr ""
|
6297 |
|
6298 |
+
#: languages/vue.php:848
|
6299 |
msgid "File Download Tracking"
|
6300 |
msgstr ""
|
6301 |
|
6302 |
+
#: languages/vue.php:851
|
6303 |
msgid "Helps you see file downloads data."
|
6304 |
msgstr ""
|
6305 |
|
6306 |
+
#: languages/vue.php:854
|
6307 |
msgid "ExactMetrics 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? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
|
6308 |
msgstr ""
|
6309 |
|
6310 |
#. Translators: Example path (/go/).
|
6311 |
+
#: languages/vue.php:859
|
6312 |
msgid "Path (example: %s)"
|
6313 |
msgstr ""
|
6314 |
|
6315 |
+
#: languages/vue.php:863
|
6316 |
msgid "Path has to start with a / and have no spaces"
|
6317 |
msgstr ""
|
6318 |
|
6319 |
#. Translators: Example label (aff).
|
6320 |
+
#: languages/vue.php:868
|
6321 |
msgid "Label (example: %s)"
|
6322 |
msgstr ""
|
6323 |
|
6324 |
+
#: languages/vue.php:872
|
6325 |
msgid "Label can't contain any spaces"
|
6326 |
msgstr ""
|
6327 |
|
6328 |
+
#: languages/vue.php:875
|
6329 |
msgid "Helps you increase affiliate revenue."
|
6330 |
msgstr ""
|
6331 |
|
6332 |
+
#: languages/vue.php:878
|
6333 |
msgid "ExactMetrics 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."
|
6334 |
msgstr ""
|
6335 |
|
6336 |
+
#: languages/vue.php:881
|
6337 |
msgid "Affiliate Link Tracking"
|
6338 |
msgstr ""
|
6339 |
|
6340 |
+
#: languages/vue.php:884
|
6341 |
msgid "Who Can See Reports"
|
6342 |
msgstr ""
|
6343 |
|
6344 |
+
#: languages/vue.php:887
|
6345 |
msgid "These user roles will be able to access ExactMetrics's reports in the WordPress admin area."
|
6346 |
msgstr ""
|
6347 |
|
6348 |
+
#: languages/vue.php:890
|
6349 |
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."
|
6350 |
msgstr ""
|
6351 |
|
6352 |
+
#: languages/vue.php:893
|
6353 |
msgid "Events Tracking is enabled the moment you set up ExactMetrics"
|
6354 |
msgstr ""
|
6355 |
|
6356 |
+
#: languages/vue.php:896
|
6357 |
msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
|
6358 |
msgstr ""
|
6359 |
|
6360 |
+
#: languages/vue.php:899
|
6361 |
msgid "+ Add Role"
|
6362 |
msgstr ""
|
6363 |
|
6364 |
+
#: languages/vue.php:902
|
6365 |
msgid "Welcome to the all-new ExactMetrics"
|
6366 |
msgstr ""
|
6367 |
|
6368 |
+
#: languages/vue.php:905
|
6369 |
msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
|
6370 |
msgstr ""
|
6371 |
|
6372 |
+
#: languages/vue.php:908
|
6373 |
msgid "The New & Improved ExactMetrics includes:"
|
6374 |
msgstr ""
|
6375 |
|
6376 |
+
#: languages/vue.php:911
|
6377 |
msgid "All-New Design"
|
6378 |
msgstr ""
|
6379 |
|
6380 |
+
#: languages/vue.php:914
|
6381 |
msgid "Better Reporting"
|
6382 |
msgstr ""
|
6383 |
|
6384 |
+
#: languages/vue.php:917
|
6385 |
msgid "Better Tracking"
|
6386 |
msgstr ""
|
6387 |
|
6388 |
+
#: languages/vue.php:920
|
6389 |
msgid "Better Support"
|
6390 |
msgstr ""
|
6391 |
|
6392 |
+
#: languages/vue.php:923
|
6393 |
msgid "Continue"
|
6394 |
msgstr ""
|
6395 |
|
6396 |
+
#: languages/vue.php:926
|
6397 |
msgid "Your settings have been automatically transferred."
|
6398 |
msgstr ""
|
6399 |
|
6400 |
+
#: languages/vue.php:929
|
6401 |
msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
|
6402 |
msgstr ""
|
6403 |
|
6404 |
+
#: languages/vue.php:932
|
6405 |
msgid "Caching"
|
6406 |
msgstr ""
|
6407 |
|
6408 |
+
#: languages/vue.php:935
|
6409 |
msgid "Enable Data Caching"
|
6410 |
msgstr ""
|
6411 |
|
6412 |
+
#: languages/vue.php:938
|
6413 |
msgid "Refresh Cache Every"
|
6414 |
msgstr ""
|
6415 |
|
6416 |
+
#: languages/vue.php:941
|
6417 |
msgid "Choose how often to refresh the cache."
|
6418 |
msgstr ""
|
6419 |
|
6420 |
+
#: languages/vue.php:944
|
6421 |
msgid "Enable Ajaxify"
|
6422 |
msgstr ""
|
6423 |
|
6424 |
+
#: languages/vue.php:947
|
6425 |
msgid "Ajaxify Widget"
|
6426 |
msgstr ""
|
6427 |
|
6428 |
+
#: languages/vue.php:950
|
6429 |
msgid "Use to bypass page caching."
|
6430 |
msgstr ""
|
6431 |
|
6432 |
+
#: languages/vue.php:953
|
6433 |
msgid "Empty Cache"
|
6434 |
msgstr ""
|
6435 |
|
6436 |
+
#: languages/vue.php:956
|
6437 |
msgid "Click to manually wipe the cache right now."
|
6438 |
msgstr ""
|
6439 |
|
6440 |
+
#: languages/vue.php:959
|
6441 |
msgid "Popular posts cache emptied"
|
6442 |
msgstr ""
|
6443 |
|
6444 |
+
#: languages/vue.php:962
|
6445 |
msgid "Error emptying the popular posts cache. Please try again."
|
6446 |
msgstr ""
|
6447 |
|
6448 |
+
#: languages/vue.php:965
|
6449 |
msgid "Choose Theme"
|
6450 |
msgstr ""
|
6451 |
|
6452 |
+
#: languages/vue.php:968
|
6453 |
msgid "Behavior"
|
6454 |
msgstr ""
|
6455 |
|
6456 |
+
#: languages/vue.php:971
|
6457 |
msgid "Widget Styling"
|
6458 |
msgstr ""
|
6459 |
|
6460 |
+
#: languages/vue.php:974
|
6461 |
msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
|
6462 |
msgstr ""
|
6463 |
|
6464 |
+
#: languages/vue.php:977
|
6465 |
msgid "Sort By"
|
6466 |
msgstr ""
|
6467 |
|
6468 |
+
#: languages/vue.php:980
|
6469 |
msgid "Choose how you'd like the widget to determine your popular posts."
|
6470 |
msgstr ""
|
6471 |
|
6472 |
+
#: languages/vue.php:983
|
6473 |
msgid "Placement"
|
6474 |
msgstr ""
|
6475 |
|
6476 |
+
#: languages/vue.php:986
|
6477 |
msgid "Choose how you'd like to place the widget."
|
6478 |
msgstr ""
|
6479 |
|
6480 |
+
#: languages/vue.php:989
|
6481 |
msgid "Insert After"
|
6482 |
msgstr ""
|
6483 |
|
6484 |
+
#: languages/vue.php:992
|
6485 |
msgid "Choose where in the post body the widget will be placed."
|
6486 |
msgstr ""
|
6487 |
|
6488 |
+
#: languages/vue.php:995
|
6489 |
msgid "Include in Post Types"
|
6490 |
msgstr ""
|
6491 |
|
6492 |
+
#: languages/vue.php:998
|
6493 |
msgid "Exclude from specific posts"
|
6494 |
msgstr ""
|
6495 |
|
6496 |
#. Translators: Placeholders make the text bold.
|
6497 |
+
#: languages/vue.php:1002
|
6498 |
msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
|
6499 |
msgstr ""
|
6500 |
|
6501 |
#. Translators: Placeholders make the text bold.
|
6502 |
+
#: languages/vue.php:1006
|
6503 |
msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
|
6504 |
msgstr ""
|
6505 |
|
6506 |
+
#: languages/vue.php:1009
|
6507 |
msgid "Customize Design"
|
6508 |
msgstr ""
|
6509 |
|
6510 |
+
#: languages/vue.php:1012
|
6511 |
msgid "Loading Themes"
|
6512 |
msgstr ""
|
6513 |
|
6514 |
+
#: languages/vue.php:1015
|
6515 |
msgid "words"
|
6516 |
msgstr ""
|
6517 |
|
6518 |
+
#: languages/vue.php:1018
|
6519 |
msgid "Please select at least one post to display."
|
6520 |
msgstr ""
|
6521 |
|
6522 |
#. Translators: placeholders make text small.
|
6523 |
+
#: languages/vue.php:1022
|
6524 |
msgid "Default Styles %1$s- As seen above.%2$s"
|
6525 |
msgstr ""
|
6526 |
|
6527 |
#. Translators: placeholders make text small.
|
6528 |
+
#: languages/vue.php:1026
|
6529 |
msgid "No Styles %1$s- Use your own CSS.%2$s"
|
6530 |
msgstr ""
|
6531 |
|
6532 |
#. Translators: placeholders make text small.
|
6533 |
+
#: languages/vue.php:1030
|
6534 |
msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
|
6535 |
msgstr ""
|
6536 |
|
6537 |
#. Translators: placeholders make text small.
|
6538 |
+
#: languages/vue.php:1034
|
6539 |
msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
|
6540 |
msgstr ""
|
6541 |
|
6542 |
#. Translators: placeholders make text small.
|
6543 |
+
#: languages/vue.php:1038
|
6544 |
msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
|
6545 |
msgstr ""
|
6546 |
|
6547 |
#. Translators: placeholders make text small.
|
6548 |
+
#: languages/vue.php:1042
|
6549 |
msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
|
6550 |
msgstr ""
|
6551 |
|
6552 |
#. Translators: placeholders make text small.
|
6553 |
+
#: languages/vue.php:1046
|
6554 |
msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
|
6555 |
msgstr ""
|
6556 |
|
6557 |
+
#: languages/vue.php:1049
|
6558 |
msgid "Display Title"
|
6559 |
msgstr ""
|
6560 |
|
6561 |
+
#: languages/vue.php:1055
|
6562 |
msgid "Title your widget and set it’s display preferences."
|
6563 |
msgstr ""
|
6564 |
|
6565 |
+
#: languages/vue.php:1058
|
6566 |
msgid "File imported"
|
6567 |
msgstr ""
|
6568 |
|
6569 |
+
#: languages/vue.php:1061
|
6570 |
msgid "Settings successfully updated!"
|
6571 |
msgstr ""
|
6572 |
|
6573 |
+
#: languages/vue.php:1064
|
6574 |
msgid "Error importing settings"
|
6575 |
msgstr ""
|
6576 |
|
6577 |
+
#: languages/vue.php:1067
|
6578 |
msgid "Please choose a .json file generated by a ExactMetrics settings export."
|
6579 |
msgstr ""
|
6580 |
|
6581 |
+
#: languages/vue.php:1070
|
6582 |
msgid "Import/Export"
|
6583 |
msgstr ""
|
6584 |
|
6585 |
+
#: languages/vue.php:1073
|
6586 |
msgid "Import"
|
6587 |
msgstr ""
|
6588 |
|
6589 |
+
#: languages/vue.php:1076
|
6590 |
msgid "Import settings from another ExactMetrics website."
|
6591 |
msgstr ""
|
6592 |
|
6593 |
+
#: languages/vue.php:1079
|
6594 |
msgid "Export"
|
6595 |
msgstr ""
|
6596 |
|
6597 |
+
#: languages/vue.php:1082
|
6598 |
msgid "Export settings to import into another ExactMetrics install."
|
6599 |
msgstr ""
|
6600 |
|
6601 |
+
#: languages/vue.php:1085
|
6602 |
msgid "Import Settings"
|
6603 |
msgstr ""
|
6604 |
|
6605 |
+
#: languages/vue.php:1088
|
6606 |
msgid "Export Settings"
|
6607 |
msgstr ""
|
6608 |
|
6609 |
+
#: languages/vue.php:1091
|
6610 |
msgid "Please choose a file to import"
|
6611 |
msgstr ""
|
6612 |
|
6613 |
+
#: languages/vue.php:1094
|
6614 |
msgid "Use the filepicker below to select the settings export file from another site."
|
6615 |
msgstr ""
|
6616 |
|
6617 |
+
#: languages/vue.php:1097
|
6618 |
msgid "Use the button below to export a file with your ExactMetrics settings."
|
6619 |
msgstr ""
|
6620 |
|
6621 |
+
#: languages/vue.php:1100
|
6622 |
msgid "Choose file"
|
6623 |
msgstr ""
|
6624 |
|
6625 |
+
#: languages/vue.php:1103
|
6626 |
msgid "No file chosen"
|
6627 |
msgstr ""
|
6628 |
|
6629 |
+
#: languages/vue.php:1106
|
6630 |
msgid "Uploading file..."
|
6631 |
msgstr ""
|
6632 |
|
6633 |
#. Translators: Adds a link to the Google reference.
|
6634 |
+
#: languages/vue.php:1110
|
6635 |
msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
|
6636 |
msgstr ""
|
6637 |
|
6638 |
+
#: languages/vue.php:1117
|
6639 |
msgid "Automatic Updates"
|
6640 |
msgstr ""
|
6641 |
|
6642 |
+
#: languages/vue.php:1120
|
6643 |
msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
|
6644 |
msgstr ""
|
6645 |
|
6646 |
+
#: languages/vue.php:1123
|
6647 |
msgid "Hide Admin Bar Reports"
|
6648 |
msgstr ""
|
6649 |
|
6650 |
#. Translators: placeholders make text small.
|
6651 |
+
#: languages/vue.php:1127
|
6652 |
msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
|
6653 |
msgstr ""
|
6654 |
|
6655 |
#. Translators: placeholders make text small.
|
6656 |
+
#: languages/vue.php:1131
|
6657 |
msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
|
6658 |
msgstr ""
|
6659 |
|
6660 |
#. Translators: placeholders make text small.
|
6661 |
+
#: languages/vue.php:1135
|
6662 |
msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
|
6663 |
msgstr ""
|
6664 |
|
6665 |
#. Translators: placeholders make text small.
|
6666 |
+
#: languages/vue.php:1139
|
6667 |
msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
|
6668 |
msgstr ""
|
6669 |
|
6670 |
#. Translators: placeholders make text small.
|
6671 |
+
#: languages/vue.php:1143
|
6672 |
msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
|
6673 |
msgstr ""
|
6674 |
|
6675 |
#. Translators: placeholders make text small.
|
6676 |
+
#: languages/vue.php:1147
|
6677 |
msgid "None %1$s- Manually update everything.%2$s"
|
6678 |
msgstr ""
|
6679 |
|
6680 |
#. Translators: Adds a link to the general settings tab.
|
6681 |
+
#: languages/vue.php:1151
|
6682 |
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 %1$sGeneral%2$s tab."
|
6683 |
msgstr ""
|
6684 |
|
6685 |
+
#: languages/vue.php:1154
|
6686 |
msgid "Permissions"
|
6687 |
msgstr ""
|
6688 |
|
6689 |
+
#: languages/vue.php:1157
|
6690 |
msgid "Email Summaries"
|
6691 |
msgstr ""
|
6692 |
|
6693 |
+
#: languages/vue.php:1160
|
6694 |
msgid "Export PDF Reports"
|
6695 |
msgstr ""
|
6696 |
|
6697 |
+
#: languages/vue.php:1163
|
6698 |
msgid "Allow These User Roles to See Reports"
|
6699 |
msgstr ""
|
6700 |
|
6701 |
+
#: languages/vue.php:1166
|
6702 |
msgid "Users that have at least one of these roles will be able to view the reports."
|
6703 |
msgstr ""
|
6704 |
|
6705 |
+
#: languages/vue.php:1169
|
6706 |
msgid "Allow These User Roles to Save Settings"
|
6707 |
msgstr ""
|
6708 |
|
6709 |
+
#: languages/vue.php:1172
|
6710 |
msgid "Users that have at least one of these roles will be able to view and save the settings panel."
|
6711 |
msgstr ""
|
6712 |
|
6713 |
+
#: languages/vue.php:1175
|
6714 |
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."
|
6715 |
msgstr ""
|
6716 |
|
6717 |
+
#: languages/vue.php:1178
|
6718 |
msgid "Exclude These User Roles From Tracking"
|
6719 |
msgstr ""
|
6720 |
|
6721 |
+
#: languages/vue.php:1181
|
6722 |
msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
|
6723 |
msgstr ""
|
6724 |
|
6725 |
+
#: languages/vue.php:1184
|
6726 |
msgid "Custom code"
|
6727 |
msgstr ""
|
6728 |
|
6729 |
+
#: languages/vue.php:1188
|
6730 |
msgid "License Key"
|
6731 |
msgstr ""
|
6732 |
|
6733 |
#. Translators: Adds link to the account area to retreive license key.
|
6734 |
+
#: languages/vue.php:1192
|
6735 |
msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
|
6736 |
msgstr ""
|
6737 |
|
6738 |
+
#: languages/vue.php:1195
|
6739 |
msgid "Paste your license key here"
|
6740 |
msgstr ""
|
6741 |
|
6742 |
+
#: languages/vue.php:1198
|
6743 |
msgid "Google Authentication"
|
6744 |
msgstr ""
|
6745 |
|
6746 |
+
#: languages/vue.php:1201
|
6747 |
msgid "Verify"
|
6748 |
msgstr ""
|
6749 |
|
6750 |
+
#: languages/vue.php:1204
|
6751 |
msgid "Setup Wizard"
|
6752 |
msgstr ""
|
6753 |
|
6754 |
+
#: languages/vue.php:1207
|
6755 |
msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
|
6756 |
msgstr ""
|
6757 |
|
6758 |
+
#: languages/vue.php:1210
|
6759 |
msgid "Relaunch Setup Wizard"
|
6760 |
msgstr ""
|
6761 |
|
6762 |
+
#: languages/vue.php:1213
|
6763 |
msgid "Connect ExactMetrics to Start Tracking Your Data"
|
6764 |
msgstr ""
|
6765 |
|
6766 |
+
#: languages/vue.php:1216
|
6767 |
msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
|
6768 |
msgstr ""
|
6769 |
|
6770 |
+
#. Translators: Adds link to upgrade.
|
6771 |
+
#: languages/vue.php:1220
|
6772 |
msgid "To unlock more features consider %1$supgrading to PRO%2$s."
|
6773 |
msgstr ""
|
6774 |
|
6775 |
+
#: languages/vue.php:1223
|
6776 |
msgid "Receive 50% off automatically applied at the checkout!"
|
6777 |
msgstr ""
|
6778 |
|
6779 |
+
#: languages/vue.php:1226
|
6780 |
msgid "See all features"
|
6781 |
msgstr ""
|
6782 |
|
6783 |
+
#: languages/vue.php:1229
|
6784 |
msgid "Complete Upgrade"
|
6785 |
msgstr ""
|
6786 |
|
6787 |
+
#: languages/vue.php:1232
|
6788 |
msgid "Upgrade to Pro Version!"
|
6789 |
msgstr ""
|
6790 |
|
6791 |
#. Translators: Make text bold.
|
6792 |
+
#: languages/vue.php:1236
|
6793 |
msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
|
6794 |
msgstr ""
|
6795 |
|
6796 |
+
#: languages/vue.php:1239
|
6797 |
msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
|
6798 |
msgstr ""
|
6799 |
|
6800 |
+
#: languages/vue.php:1242
|
6801 |
msgid "Last 30 Days Analytics for "
|
6802 |
msgstr ""
|
6803 |
|
6804 |
+
#: languages/vue.php:1245
|
6805 |
msgid "Your Website"
|
6806 |
msgstr ""
|
6807 |
|
6808 |
+
#: languages/vue.php:1248
|
6809 |
msgid "Sessions"
|
6810 |
msgstr ""
|
6811 |
|
6812 |
+
#: languages/vue.php:1251
|
6813 |
msgid "Pageviews"
|
6814 |
msgstr ""
|
6815 |
|
6816 |
+
#: languages/vue.php:1254
|
6817 |
msgid "Avg. Duration"
|
6818 |
msgstr ""
|
6819 |
|
6820 |
+
#: languages/vue.php:1257
|
6821 |
msgid "Bounce Rate"
|
6822 |
msgstr ""
|
6823 |
|
6824 |
+
#: languages/vue.php:1260
|
6825 |
msgid "More data is available"
|
6826 |
msgstr ""
|
6827 |
|
6828 |
+
#: languages/vue.php:1263
|
6829 |
msgid "Want to see page-specific stats?"
|
6830 |
msgstr ""
|
6831 |
|
6832 |
+
#: languages/vue.php:1266
|
6833 |
msgid "Dismiss"
|
6834 |
msgstr ""
|
6835 |
|
6836 |
#. Translators: Error status and error text.
|
6837 |
+
#: languages/vue.php:1270
|
6838 |
msgid "Can't load settings. Error: %1$s, %2$s"
|
6839 |
msgstr ""
|
6840 |
|
6841 |
+
#: languages/vue.php:1273
|
6842 |
msgid "You appear to be offline."
|
6843 |
msgstr ""
|
6844 |
|
6845 |
#. Translators: Error status and error text.
|
6846 |
+
#: languages/vue.php:1277
|
6847 |
msgid "Can't save settings. Error: %1$s, %2$s"
|
6848 |
msgstr ""
|
6849 |
|
6850 |
+
#: languages/vue.php:1280
|
6851 |
msgid "Network error encountered. Settings not saved."
|
6852 |
msgstr ""
|
6853 |
|
6854 |
#. Translators: Error status and error text.
|
6855 |
+
#: languages/vue.php:1284
|
6856 |
msgid "Can't deauthenticate. Error: %1$s, %2$s"
|
6857 |
msgstr ""
|
6858 |
|
6859 |
+
#: languages/vue.php:1287
|
6860 |
msgid "You appear to be offline. Settings not saved."
|
6861 |
msgstr ""
|
6862 |
|
6863 |
#. Translators: Error status and error text.
|
6864 |
+
#: languages/vue.php:1291
|
6865 |
msgid "Can't load authentication details. Error: %1$s, %2$s"
|
6866 |
msgstr ""
|
6867 |
|
6868 |
#. Translators: Error status and error text.
|
6869 |
+
#: languages/vue.php:1295
|
6870 |
msgid "Can't authenticate. Error: %1$s, %2$s"
|
6871 |
msgstr ""
|
6872 |
|
6873 |
#. Translators: Error status and error text.
|
6874 |
+
#: languages/vue.php:1299
|
6875 |
msgid "Can't reauthenticate. Error: %1$s, %2$s"
|
6876 |
msgstr ""
|
6877 |
|
6878 |
#. Translators: Error status and error text.
|
6879 |
+
#: languages/vue.php:1303
|
6880 |
msgid "Can't verify credentials. Error: %1$s, %2$s"
|
6881 |
msgstr ""
|
6882 |
|
6883 |
+
#: languages/vue.php:1306
|
6884 |
msgid "Proceed"
|
6885 |
msgstr ""
|
6886 |
|
6887 |
+
#: languages/vue.php:1309
|
6888 |
msgid "Connection Information"
|
6889 |
msgstr ""
|
6890 |
|
6891 |
+
#: languages/vue.php:1312
|
6892 |
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."
|
6893 |
msgstr ""
|
6894 |
|
6895 |
+
#: languages/vue.php:1315
|
6896 |
msgid "Hostname"
|
6897 |
msgstr ""
|
6898 |
|
6899 |
+
#: languages/vue.php:1318
|
6900 |
msgid "FTP Username"
|
6901 |
msgstr ""
|
6902 |
|
6903 |
+
#: languages/vue.php:1321
|
6904 |
msgid "FTP Password"
|
6905 |
msgstr ""
|
6906 |
|
6907 |
+
#: languages/vue.php:1324
|
6908 |
msgid "This password will not be stored on the server."
|
6909 |
msgstr ""
|
6910 |
|
6911 |
+
#: languages/vue.php:1327
|
6912 |
msgid "Connection Type"
|
6913 |
msgstr ""
|
6914 |
|
6915 |
+
#: languages/vue.php:1330
|
6916 |
msgid "Cancel"
|
6917 |
msgstr ""
|
6918 |
|
6919 |
+
#: languages/vue.php:1333
|
6920 |
msgid "Ecommerce Report"
|
6921 |
msgstr ""
|
6922 |
|
6923 |
+
#: languages/vue.php:1336
|
6924 |
msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
|
6925 |
msgstr ""
|
6926 |
|
6927 |
+
#: languages/vue.php:1339
|
6928 |
msgid "Here's what you get:"
|
6929 |
msgstr ""
|
6930 |
|
6931 |
+
#: languages/vue.php:1342
|
6932 |
msgid "See Your Conversion Rate to Improve Funnel"
|
6933 |
msgstr ""
|
6934 |
|
6935 |
+
#: languages/vue.php:1345
|
6936 |
msgid "See The Number of Transactions and Make Data-Driven Decisions"
|
6937 |
msgstr ""
|
6938 |
|
6939 |
+
#: languages/vue.php:1348
|
6940 |
msgid "See The Total Revenue to Track Growth"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
+
#: languages/vue.php:1351
|
6944 |
msgid "See Average Order Value to Find Offer Opportunities"
|
6945 |
msgstr ""
|
6946 |
|
6947 |
+
#: languages/vue.php:1354
|
6948 |
msgid "See Your Top Products to See Individual Performance"
|
6949 |
msgstr ""
|
6950 |
|
6951 |
+
#: languages/vue.php:1357
|
6952 |
msgid "See Your Top Conversion Sources and Focus on what's Working"
|
6953 |
msgstr ""
|
6954 |
|
6955 |
+
#: languages/vue.php:1360
|
6956 |
msgid "See The Time it Takes for Customers to Purchase"
|
6957 |
msgstr ""
|
6958 |
|
6959 |
+
#: languages/vue.php:1363
|
6960 |
msgid "See How Many Sessions are Needed for a Purchase"
|
6961 |
msgstr ""
|
6962 |
|
6963 |
+
#: languages/vue.php:1366
|
6964 |
msgid "New"
|
6965 |
msgstr ""
|
6966 |
|
6967 |
+
#: languages/vue.php:1369
|
6968 |
msgid "Returning"
|
6969 |
msgstr ""
|
6970 |
|
6971 |
+
#: languages/vue.php:1372
|
6972 |
msgid "Desktop"
|
6973 |
msgstr ""
|
6974 |
|
6975 |
+
#: languages/vue.php:1375
|
6976 |
msgid "Tablet"
|
6977 |
msgstr ""
|
6978 |
|
6979 |
+
#: languages/vue.php:1378
|
6980 |
msgid "Mobile"
|
6981 |
msgstr ""
|
6982 |
|
6983 |
+
#: languages/vue.php:1382
|
6984 |
msgid "Overview Report"
|
6985 |
msgstr ""
|
6986 |
|
6987 |
+
#: languages/vue.php:1385
|
6988 |
msgid "Avg. Session Duration"
|
6989 |
msgstr ""
|
6990 |
|
6991 |
+
#: languages/vue.php:1388
|
6992 |
msgid "New vs. Returning Visitors"
|
6993 |
msgstr ""
|
6994 |
|
6995 |
+
#: languages/vue.php:1391
|
6996 |
msgid "Device Breakdown"
|
6997 |
msgstr ""
|
6998 |
|
6999 |
+
#: languages/vue.php:1394
|
7000 |
msgid "Top 10 Countries"
|
7001 |
msgstr ""
|
7002 |
|
7003 |
+
#: languages/vue.php:1397
|
7004 |
msgid "View Countries Report"
|
7005 |
msgstr ""
|
7006 |
|
7007 |
+
#: languages/vue.php:1400
|
7008 |
msgid "Top 10 Referrals"
|
7009 |
msgstr ""
|
7010 |
|
7011 |
+
#: languages/vue.php:1403
|
7012 |
msgid "View All Referral Sources"
|
7013 |
msgstr ""
|
7014 |
|
7015 |
+
#: languages/vue.php:1406
|
7016 |
msgid "Top Posts/Pages"
|
7017 |
msgstr ""
|
7018 |
|
7019 |
+
#: languages/vue.php:1409
|
7020 |
msgid "View Full Posts/Pages Report"
|
7021 |
msgstr ""
|
7022 |
|
7023 |
+
#: languages/vue.php:1412
|
7024 |
msgid "A session is the browsing session of a single user to your site."
|
7025 |
msgstr ""
|
7026 |
|
7027 |
+
#: languages/vue.php:1415
|
7028 |
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."
|
7029 |
msgstr ""
|
7030 |
|
7031 |
+
#: languages/vue.php:1418
|
7032 |
msgid "Total duration of all sessions (in seconds) / number of sessions."
|
7033 |
msgstr ""
|
7034 |
|
7035 |
+
#: languages/vue.php:1421
|
7036 |
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."
|
7037 |
msgstr ""
|
7038 |
|
7039 |
+
#: languages/vue.php:1424
|
7040 |
msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
|
7041 |
msgstr ""
|
7042 |
|
7043 |
+
#: languages/vue.php:1427
|
7044 |
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."
|
7045 |
msgstr ""
|
7046 |
|
7047 |
+
#: languages/vue.php:1430
|
7048 |
msgid "This list shows the top countries your website visitors are from."
|
7049 |
msgstr ""
|
7050 |
|
7051 |
+
#: languages/vue.php:1433
|
7052 |
msgid "This list shows the top websites that send your website traffic, known as referral traffic."
|
7053 |
msgstr ""
|
7054 |
|
7055 |
+
#: languages/vue.php:1436
|
7056 |
msgid "This list shows the most viewed posts and pages on your website."
|
7057 |
msgstr ""
|
7058 |
|
7059 |
+
#: languages/vue.php:1439
|
7060 |
msgid "Unlock the Publisher Report and Focus on the Content That Matters"
|
7061 |
msgstr ""
|
7062 |
|
7063 |
+
#: languages/vue.php:1442
|
7064 |
msgid "See Your Top Landing Pages to Improve Engagement"
|
7065 |
msgstr ""
|
7066 |
|
7067 |
+
#: languages/vue.php:1445
|
7068 |
msgid "See Your Top Exit Pages to Reduce Abandonment"
|
7069 |
msgstr ""
|
7070 |
|
7071 |
+
#: languages/vue.php:1448
|
7072 |
msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
|
7073 |
msgstr ""
|
7074 |
|
7075 |
+
#: languages/vue.php:1451
|
7076 |
msgid "See Your Top Affiliate Links and Focus on what’s working"
|
7077 |
msgstr ""
|
7078 |
|
7079 |
+
#: languages/vue.php:1454
|
7080 |
msgid "See Your Top Downloads and Improve Conversions"
|
7081 |
msgstr ""
|
7082 |
|
7083 |
+
#: languages/vue.php:1457
|
7084 |
msgid "See Audience Demographic Report (Age / Gender / Interests)"
|
7085 |
msgstr ""
|
7086 |
|
7087 |
+
#: languages/vue.php:1460
|
7088 |
msgid "Custom Dimensions Report"
|
7089 |
msgstr ""
|
7090 |
|
7091 |
+
#: languages/vue.php:1463
|
7092 |
msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
|
7093 |
msgstr ""
|
7094 |
|
7095 |
+
#: languages/vue.php:1466
|
7096 |
msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
|
7097 |
msgstr ""
|
7098 |
|
7099 |
+
#: languages/vue.php:1469
|
7100 |
msgid "Author tracking to see which author’s posts generate the most traffic"
|
7101 |
msgstr ""
|
7102 |
|
7103 |
+
#: languages/vue.php:1472
|
7104 |
msgid "Post Type tracking to see which WordPress post types perform better"
|
7105 |
msgstr ""
|
7106 |
|
7107 |
+
#: languages/vue.php:1475
|
7108 |
msgid "Category tracking to see which sections of your sites are the most popular"
|
7109 |
msgstr ""
|
7110 |
|
7111 |
+
#: languages/vue.php:1478
|
7112 |
msgid "SEO score tracking to see which blog SEO scores are the most popular"
|
7113 |
msgstr ""
|
7114 |
|
7115 |
+
#: languages/vue.php:1481
|
7116 |
msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
|
7117 |
msgstr ""
|
7118 |
|
7119 |
+
#: languages/vue.php:1484
|
7120 |
msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
|
7121 |
msgstr ""
|
7122 |
|
7123 |
#. Translators: Number of visitors.
|
7124 |
+
#: languages/vue.php:1492
|
7125 |
msgid "Your website was visited by %s users in the last 30 days."
|
7126 |
msgstr ""
|
7127 |
|
7128 |
+
#: languages/vue.php:1495
|
7129 |
msgid "See the full analytics report!"
|
7130 |
msgstr ""
|
7131 |
|
7132 |
+
#: languages/vue.php:1498
|
7133 |
msgid "Network Active"
|
7134 |
msgstr ""
|
7135 |
|
7136 |
+
#: languages/vue.php:1501
|
7137 |
msgid "Active"
|
7138 |
msgstr ""
|
7139 |
|
7140 |
+
#: languages/vue.php:1504
|
7141 |
msgid "Inactive"
|
7142 |
msgstr ""
|
7143 |
|
7144 |
#. Translators: Placeholder for the addon status (installed, active, etc).
|
7145 |
+
#: languages/vue.php:1508
|
7146 |
msgid "Status: %s"
|
7147 |
msgstr ""
|
7148 |
|
7149 |
+
#: languages/vue.php:1511
|
7150 |
msgid "Not Installed"
|
7151 |
msgstr ""
|
7152 |
|
7153 |
+
#: languages/vue.php:1514
|
7154 |
msgid "Custom Campaign Parameters"
|
7155 |
msgstr ""
|
7156 |
|
7157 |
+
#: languages/vue.php:1517
|
7158 |
msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
|
7159 |
msgstr ""
|
7160 |
|
7161 |
+
#: languages/vue.php:1520
|
7162 |
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."
|
7163 |
msgstr ""
|
7164 |
|
7165 |
#. Translators: Marks the field as required.
|
7166 |
+
#: languages/vue.php:1524
|
7167 |
msgid "Website URL %s"
|
7168 |
msgstr ""
|
7169 |
|
7170 |
#. Translators: Display the current website url in italic.
|
7171 |
+
#: languages/vue.php:1528
|
7172 |
msgid "The full website URL (e.g. %1$s %2$s%3$s)"
|
7173 |
msgstr ""
|
7174 |
|
7175 |
#. Translators: Marks the field as required.
|
7176 |
+
#: languages/vue.php:1532
|
7177 |
msgid "Campaign Source %s"
|
7178 |
msgstr ""
|
7179 |
|
7180 |
#. Translators: Make the text italic.
|
7181 |
+
#: languages/vue.php:1536
|
7182 |
msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
|
7183 |
msgstr ""
|
7184 |
|
7185 |
#. Translators: Make the text italic.
|
7186 |
+
#: languages/vue.php:1540
|
7187 |
msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
|
7188 |
msgstr ""
|
7189 |
|
7190 |
#. Translators: Make the text italic.
|
7191 |
+
#: languages/vue.php:1544
|
7192 |
msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
|
7193 |
msgstr ""
|
7194 |
|
7195 |
+
#: languages/vue.php:1547
|
7196 |
msgid "Enter the paid keyword"
|
7197 |
msgstr ""
|
7198 |
|
7199 |
+
#: languages/vue.php:1550
|
7200 |
msgid "Enter something to differentiate ads"
|
7201 |
msgstr ""
|
7202 |
|
7203 |
+
#: languages/vue.php:1553
|
7204 |
msgid "Use Fragment"
|
7205 |
msgstr ""
|
7206 |
|
7207 |
#. Translators: Make the text bold.
|
7208 |
+
#: languages/vue.php:1557
|
7209 |
msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
|
7210 |
msgstr ""
|
7211 |
|
7212 |
+
#: languages/vue.php:1560
|
7213 |
msgid "URL to use"
|
7214 |
msgstr ""
|
7215 |
|
7216 |
+
#: languages/vue.php:1563
|
7217 |
msgid "(Updates automatically)"
|
7218 |
msgstr ""
|
7219 |
|
7220 |
+
#: languages/vue.php:1566
|
7221 |
msgid "Copy to Clipboard"
|
7222 |
msgstr ""
|
7223 |
|
7224 |
+
#: languages/vue.php:1569
|
7225 |
msgid "Copy to Pretty Links"
|
7226 |
msgstr ""
|
7227 |
|
7228 |
+
#: languages/vue.php:1572
|
7229 |
msgid "Make your campaign links prettier!"
|
7230 |
msgstr ""
|
7231 |
|
7232 |
+
#: languages/vue.php:1575
|
7233 |
msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
|
7234 |
msgstr ""
|
7235 |
|
7236 |
+
#: languages/vue.php:1579
|
7237 |
msgid "Download Pretty Links"
|
7238 |
msgstr ""
|
7239 |
|
7240 |
+
#: languages/vue.php:1582
|
7241 |
msgid "More Information & Examples"
|
7242 |
msgstr ""
|
7243 |
|
7244 |
+
#: languages/vue.php:1585
|
7245 |
msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
|
7246 |
msgstr ""
|
7247 |
|
7248 |
+
#: languages/vue.php:1588
|
7249 |
msgid "Campaign Source"
|
7250 |
msgstr ""
|
7251 |
|
7252 |
+
#: languages/vue.php:1591
|
7253 |
msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
|
7254 |
msgstr ""
|
7255 |
|
7256 |
+
#: languages/vue.php:1594
|
7257 |
msgid "Campaign Medium"
|
7258 |
msgstr ""
|
7259 |
|
7260 |
+
#: languages/vue.php:1597
|
7261 |
msgid "Use utm_medium to identify a medium such as email or cost-per-click."
|
7262 |
msgstr ""
|
7263 |
|
7264 |
+
#: languages/vue.php:1600
|
7265 |
msgid "Campaign Name"
|
7266 |
msgstr ""
|
7267 |
|
7268 |
+
#: languages/vue.php:1603
|
7269 |
msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
|
7270 |
msgstr ""
|
7271 |
|
7272 |
+
#: languages/vue.php:1606
|
7273 |
msgid "Campaign Term"
|
7274 |
msgstr ""
|
7275 |
|
7276 |
+
#: languages/vue.php:1609
|
7277 |
msgid "Used for paid search. Use utm_term to note the keywords for this ad."
|
7278 |
msgstr ""
|
7279 |
|
7280 |
+
#: languages/vue.php:1612
|
7281 |
msgid "Campaign Content"
|
7282 |
msgstr ""
|
7283 |
|
7284 |
+
#: languages/vue.php:1615
|
7285 |
msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
|
7286 |
msgstr ""
|
7287 |
|
7288 |
#. Translators: Example.
|
7289 |
+
#: languages/vue.php:1619
|
7290 |
msgid "Example: %s"
|
7291 |
msgstr ""
|
7292 |
|
7293 |
#. Translators: Examples.
|
7294 |
+
#: languages/vue.php:1623
|
7295 |
msgid "Examples: %s"
|
7296 |
msgstr ""
|
7297 |
|
7298 |
+
#: languages/vue.php:1626
|
7299 |
msgid "About Campaigns"
|
7300 |
msgstr ""
|
7301 |
|
7302 |
+
#: languages/vue.php:1629
|
7303 |
msgid "About Custom Campaigns"
|
7304 |
msgstr ""
|
7305 |
|
7306 |
+
#: languages/vue.php:1632
|
7307 |
msgid "Best Practices for Creating Custom Campaigns"
|
7308 |
msgstr ""
|
7309 |
|
7310 |
+
#: languages/vue.php:1635
|
7311 |
msgid "About the Referral Traffic Report"
|
7312 |
msgstr ""
|
7313 |
|
7314 |
+
#: languages/vue.php:1638
|
7315 |
msgid "About Traffic Source Dimensions"
|
7316 |
msgstr ""
|
7317 |
|
7318 |
+
#: languages/vue.php:1641
|
7319 |
msgid "AdWords Auto-Tagging"
|
7320 |
msgstr ""
|
7321 |
|
7322 |
+
#: languages/vue.php:1644
|
7323 |
msgid "Additional Information"
|
7324 |
msgstr ""
|
7325 |
|
7326 |
+
#: languages/vue.php:1647
|
7327 |
msgid "Forms Report"
|
7328 |
msgstr ""
|
7329 |
|
7330 |
+
#: languages/vue.php:1650
|
7331 |
msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
|
7332 |
msgstr ""
|
7333 |
|
7334 |
+
#: languages/vue.php:1653
|
7335 |
msgid "See Your Top Converting Forms and Optimize"
|
7336 |
msgstr ""
|
7337 |
|
7338 |
+
#: languages/vue.php:1656
|
7339 |
msgid "See Your Forms Impressions Count to Find the Best Placement"
|
7340 |
msgstr ""
|
7341 |
|
7342 |
+
#: languages/vue.php:1659
|
7343 |
msgid "Cross Domain Tracking"
|
7344 |
msgstr ""
|
7345 |
|
7346 |
#. Translators: Add links to documentation.
|
7347 |
+
#: languages/vue.php:1663
|
7348 |
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 %1$sknowledge base%2$s."
|
7349 |
msgstr ""
|
7350 |
|
7351 |
+
#: languages/vue.php:1666
|
7352 |
msgid "Demographics"
|
7353 |
msgstr ""
|
7354 |
|
7355 |
+
#: languages/vue.php:1669
|
7356 |
msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
|
7357 |
msgstr ""
|
7358 |
|
7359 |
+
#: languages/vue.php:1672
|
7360 |
msgid "Anonymize IP Addresses"
|
7361 |
msgstr ""
|
7362 |
|
7363 |
+
#: languages/vue.php:1675
|
7364 |
msgid "Link Attribution"
|
7365 |
msgstr ""
|
7366 |
|
7367 |
+
#: languages/vue.php:1678
|
7368 |
msgid "Enable Enhanced Link Attribution"
|
7369 |
msgstr ""
|
7370 |
|
7371 |
+
#: languages/vue.php:1681
|
7372 |
msgid "Enable Anchor Tracking"
|
7373 |
msgstr ""
|
7374 |
|
7375 |
+
#: languages/vue.php:1684
|
7376 |
msgid "Enable allowAnchor"
|
7377 |
msgstr ""
|
7378 |
|
7379 |
+
#: languages/vue.php:1687
|
7380 |
msgid "Enable allowLinker"
|
7381 |
msgstr ""
|
7382 |
|
7383 |
+
#: languages/vue.php:1690
|
7384 |
msgid "Enable Tag Links in RSS"
|
7385 |
msgstr ""
|
7386 |
|
7387 |
+
#: languages/vue.php:1693
|
7388 |
msgid "File Downloads"
|
7389 |
msgstr ""
|
7390 |
|
7391 |
+
#: languages/vue.php:1696
|
7392 |
msgid "Extensions of Files to Track as Downloads"
|
7393 |
msgstr ""
|
7394 |
|
7395 |
+
#: languages/vue.php:1699
|
7396 |
msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
|
7397 |
msgstr ""
|
7398 |
|
7399 |
#. Translators: Add links to documentation.
|
7400 |
+
#: languages/vue.php:1703
|
7401 |
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 %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$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."
|
7402 |
msgstr ""
|
7403 |
|
7404 |
#. Translators: Add links to documentation.
|
7405 |
+
#: languages/vue.php:1707
|
7406 |
msgid "This adds %1$sanonymizeIp%2$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."
|
7407 |
msgstr ""
|
7408 |
|
7409 |
#. Translators: Add links to documentation.
|
7410 |
+
#: languages/vue.php:1711
|
7411 |
msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
|
7412 |
msgstr ""
|
7413 |
|
7414 |
+
#: languages/vue.php:1714
|
7415 |
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."
|
7416 |
msgstr ""
|
7417 |
|
7418 |
#. Translators: Add links to documentation.
|
7419 |
+
#: languages/vue.php:1718
|
7420 |
msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
|
7421 |
msgstr ""
|
7422 |
|
7423 |
#. Translators: Add links to documentation.
|
7424 |
+
#: languages/vue.php:1722
|
7425 |
msgid "Enabling %1$scross-domain tracking (additional setup required)%2$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."
|
7426 |
msgstr ""
|
7427 |
|
7428 |
#. Translators: Add links to documentation.
|
7429 |
+
#: languages/vue.php:1726
|
7430 |
msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
|
7431 |
msgstr ""
|
7432 |
|
7433 |
+
#: languages/vue.php:1729
|
7434 |
msgid "Add domain"
|
7435 |
msgstr ""
|
7436 |
|
7437 |
#. Translators: Domain name example.
|
7438 |
+
#: languages/vue.php:1733
|
7439 |
msgid "Domain (example: %s)"
|
7440 |
msgstr ""
|
7441 |
|
7442 |
#. Translators: Current domain name that should not be used.
|
7443 |
+
#: languages/vue.php:1737
|
7444 |
msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
|
7445 |
msgstr ""
|
7446 |
|
7447 |
+
#: languages/vue.php:1740
|
7448 |
msgid "Search Console Report"
|
7449 |
msgstr ""
|
7450 |
|
7451 |
+
#: languages/vue.php:1743
|
7452 |
msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
|
7453 |
msgstr ""
|
7454 |
|
7455 |
+
#: languages/vue.php:1746
|
7456 |
msgid "See Your Top Google Search Terms and Optimize Content"
|
7457 |
msgstr ""
|
7458 |
|
7459 |
+
#: languages/vue.php:1749
|
7460 |
msgid "See The Number of Clicks and Track Interests"
|
7461 |
msgstr ""
|
7462 |
|
7463 |
+
#: languages/vue.php:1752
|
7464 |
msgid "See The Click-Through-Ratio and Improve SEO"
|
7465 |
msgstr ""
|
7466 |
|
7467 |
+
#: languages/vue.php:1755
|
7468 |
msgid "See The Average Results Position and Focus on what works."
|
7469 |
msgstr ""
|
7470 |
|
7471 |
+
#: languages/vue.php:1758
|
7472 |
msgid "Installing Addon"
|
7473 |
msgstr ""
|
7474 |
|
7475 |
+
#: languages/vue.php:1761
|
7476 |
msgid "Activating Addon"
|
7477 |
msgstr ""
|
7478 |
|
7479 |
+
#: languages/vue.php:1764
|
7480 |
msgid "Addon Activated"
|
7481 |
msgstr ""
|
7482 |
|
7483 |
+
#: languages/vue.php:1767
|
7484 |
msgid "Loading report data"
|
7485 |
msgstr ""
|
7486 |
|
7487 |
+
#: languages/vue.php:1770
|
7488 |
msgid "Please activate manually"
|
7489 |
msgstr ""
|
7490 |
|
7491 |
#. Translators: Adds the error status and status text.
|
7492 |
+
#: languages/vue.php:1774
|
7493 |
msgid "Error: %1$s, %2$s"
|
7494 |
msgstr ""
|
7495 |
|
7496 |
+
#: languages/vue.php:1777
|
7497 |
msgid "Error Activating Addon"
|
7498 |
msgstr ""
|
7499 |
|
7500 |
+
#: languages/vue.php:1783
|
7501 |
msgid "Redirecting"
|
7502 |
msgstr ""
|
7503 |
|
7504 |
+
#: languages/vue.php:1786
|
7505 |
msgid "Please wait"
|
7506 |
msgstr ""
|
7507 |
|
7508 |
+
#: languages/vue.php:1790
|
7509 |
msgid "activate"
|
7510 |
msgstr ""
|
7511 |
|
7512 |
+
#: languages/vue.php:1794
|
7513 |
msgid "install"
|
7514 |
msgstr ""
|
7515 |
|
7516 |
+
#: languages/vue.php:1798
|
7517 |
msgid "Visit addons page"
|
7518 |
msgstr ""
|
7519 |
|
7520 |
+
#: languages/vue.php:1801
|
7521 |
msgid "Report Unavailable"
|
7522 |
msgstr ""
|
7523 |
|
7524 |
#. Translators: Install/Activate the addon.
|
7525 |
+
#: languages/vue.php:1805
|
7526 |
msgid "%s Addon"
|
7527 |
msgstr ""
|
7528 |
|
7529 |
+
#: languages/vue.php:1808
|
7530 |
msgid "Go Back To Reports"
|
7531 |
msgstr ""
|
7532 |
|
7533 |
+
#: languages/vue.php:1811
|
7534 |
msgid "Enable Enhanced eCommerce"
|
7535 |
msgstr ""
|
7536 |
|
7537 |
+
#: languages/vue.php:1814
|
7538 |
msgid "Real-Time Report"
|
7539 |
msgstr ""
|
7540 |
|
7541 |
+
#: languages/vue.php:1817
|
7542 |
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 visitor's activity when you need it."
|
7543 |
msgstr ""
|
7544 |
|
7545 |
#. Translators: add link to blog.
|
7546 |
+
#: languages/vue.php:1821
|
7547 |
msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
|
7548 |
msgstr ""
|
7549 |
|
7550 |
+
#: languages/vue.php:1824
|
7551 |
msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
|
7552 |
msgstr ""
|
7553 |
|
7554 |
+
#: languages/vue.php:1827
|
7555 |
msgid "See Your Top Pages Immediately After Making Changes"
|
7556 |
msgstr ""
|
7557 |
|
7558 |
+
#: languages/vue.php:1830
|
7559 |
msgid "See Your Top Referral Sources and Adapt Faster"
|
7560 |
msgstr ""
|
7561 |
|
7562 |
+
#: languages/vue.php:1833
|
7563 |
msgid "See Your Traffic Demographics"
|
7564 |
msgstr ""
|
7565 |
|
7566 |
+
#: languages/vue.php:1836
|
7567 |
msgid "Get Fresh Reports Data Every 60 Seconds"
|
7568 |
msgstr ""
|
7569 |
|
7570 |
+
#: languages/vue.php:1839
|
7571 |
msgid "See Where Your Visitors are Connecting From (country & city)"
|
7572 |
msgstr ""
|
7573 |
|
7574 |
+
#: languages/vue.php:1842
|
7575 |
msgid "Help Us Improve"
|
7576 |
msgstr ""
|
7577 |
|
7578 |
+
#: languages/vue.php:1845
|
7579 |
msgid "Help us better understand our users and their website needs."
|
7580 |
msgstr ""
|
7581 |
|
7582 |
#. Translators: Adds a link to the documentation.
|
7583 |
+
#: languages/vue.php:1849
|
7584 |
msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics 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, %1$svisit our website.%2$s"
|
7585 |
msgstr ""
|
7586 |
|
7587 |
+
#: languages/vue.php:1852
|
7588 |
+
#: languages/vue.php:2697
|
7589 |
msgid "Connect ExactMetrics"
|
7590 |
msgstr ""
|
7591 |
|
7592 |
+
#: languages/vue.php:1855
|
7593 |
msgid "Website profile"
|
7594 |
msgstr ""
|
7595 |
|
7596 |
+
#: languages/vue.php:1858
|
7597 |
msgid "Active profile"
|
7598 |
msgstr ""
|
7599 |
|
7600 |
+
#: languages/vue.php:1861
|
7601 |
msgid "Your website profile has been set at the network level of your WordPress Multisite."
|
7602 |
msgstr ""
|
7603 |
|
7604 |
+
#: languages/vue.php:1864
|
7605 |
msgid "If you would like to use a different profile for this subsite, you can authenticate below."
|
7606 |
msgstr ""
|
7607 |
|
7608 |
+
#: languages/vue.php:1867
|
7609 |
msgid "Skip and Keep Connection"
|
7610 |
msgstr ""
|
7611 |
|
7612 |
+
#: languages/vue.php:1870
|
7613 |
msgid "Authenticating"
|
7614 |
msgstr ""
|
7615 |
|
7616 |
+
#: languages/vue.php:1873
|
7617 |
msgid "No options available"
|
7618 |
msgstr ""
|
7619 |
|
7620 |
+
#: languages/vue.php:1876
|
7621 |
msgid "This feature requires ExactMetrics Pro"
|
7622 |
msgstr ""
|
7623 |
|
7624 |
+
#: languages/vue.php:1879
|
7625 |
msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
|
7626 |
msgstr ""
|
7627 |
|
7628 |
+
#: languages/vue.php:1882
|
7629 |
msgid "Upgrade to Pro and Unlock Popular Products"
|
7630 |
msgstr ""
|
7631 |
|
7632 |
+
#: languages/vue.php:1885
|
7633 |
msgid "View all Pro features"
|
7634 |
msgstr ""
|
7635 |
|
7636 |
+
#: languages/vue.php:1888
|
7637 |
msgid "Reset to default"
|
7638 |
msgstr ""
|
7639 |
|
7640 |
+
#: languages/vue.php:1891
|
7641 |
msgid "The value entered does not match the required format"
|
7642 |
msgstr ""
|
7643 |
|
7644 |
#. Translators: Placeholders are used for making text bold and adding a link.
|
7645 |
+
#: languages/vue.php:1895
|
7646 |
msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
|
7647 |
msgstr ""
|
7648 |
|
7649 |
#. Translators: Error status and error text.
|
7650 |
+
#: languages/vue.php:1899
|
7651 |
msgid "Can't load errors. Error: %1$s, %2$s"
|
7652 |
msgstr ""
|
7653 |
|
7654 |
+
#: languages/vue.php:1902
|
7655 |
msgid "Only Show Posts from These Categories"
|
7656 |
msgstr ""
|
7657 |
|
7658 |
+
#: languages/vue.php:1905
|
7659 |
msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
|
7660 |
msgstr ""
|
7661 |
|
7662 |
+
#: languages/vue.php:1908
|
7663 |
msgid "Popular Posts data can be fetched correctly"
|
7664 |
msgstr ""
|
7665 |
|
7666 |
+
#: languages/vue.php:1911
|
7667 |
msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
|
7668 |
msgstr ""
|
7669 |
|
7670 |
+
#: languages/vue.php:1914
|
7671 |
msgid "Close"
|
7672 |
msgstr ""
|
7673 |
|
7674 |
+
#: languages/vue.php:1917
|
7675 |
msgid "Add Top 5 Posts from Google Analytics"
|
7676 |
msgstr ""
|
7677 |
|
7678 |
+
#: languages/vue.php:1920
|
7679 |
msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings. Please use the button below to confirm your configuration is correct."
|
7680 |
msgstr ""
|
7681 |
|
7682 |
+
#: languages/vue.php:1923
|
7683 |
msgid "Test Automated Posts"
|
7684 |
msgstr ""
|
7685 |
|
7686 |
#. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
|
7687 |
+
#: languages/vue.php:1927
|
7688 |
msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
|
7689 |
msgstr ""
|
7690 |
|
7691 |
+
#: languages/vue.php:1930
|
7692 |
msgid "Automated + Curated"
|
7693 |
msgstr ""
|
7694 |
|
7695 |
#. Translators: Placeholder adds a link to the Custom Dimensions settings.
|
7696 |
+
#: languages/vue.php:1934
|
7697 |
msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
|
7698 |
msgstr ""
|
7699 |
|
7700 |
#. Translators: Placeholder gets replaced with current license version.
|
7701 |
+
#: languages/vue.php:1938
|
7702 |
msgid "Pro version is required. Your current license level is: %s"
|
7703 |
msgstr ""
|
7704 |
|
7705 |
+
#: languages/vue.php:1941
|
7706 |
msgid "Verifying Popular Posts data"
|
7707 |
msgstr ""
|
7708 |
|
7709 |
+
#: languages/vue.php:1954
|
7710 |
msgid "Select posts/search"
|
7711 |
msgstr ""
|
7712 |
|
7713 |
+
#: languages/vue.php:1957
|
7714 |
msgid "Oops! No posts found."
|
7715 |
msgstr ""
|
7716 |
|
7717 |
+
#: languages/vue.php:1960
|
7718 |
msgid "Search by post title"
|
7719 |
msgstr ""
|
7720 |
|
7721 |
+
#: languages/vue.php:1963
|
7722 |
msgid "Can't load posts."
|
7723 |
msgstr ""
|
7724 |
|
7725 |
#. Translators: Adds a link to documentation.
|
7726 |
+
#: languages/vue.php:1967
|
7727 |
msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
|
7728 |
msgstr ""
|
7729 |
|
7730 |
#. Translators: Adds link to activate/install plugin and documentation.
|
7731 |
+
#: languages/vue.php:1971
|
7732 |
msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
|
7733 |
msgstr ""
|
7734 |
|
7735 |
+
#: languages/vue.php:1974
|
7736 |
msgid "Activate"
|
7737 |
msgstr ""
|
7738 |
|
7739 |
+
#: languages/vue.php:1977
|
7740 |
msgid "Install"
|
7741 |
msgstr ""
|
7742 |
|
7743 |
#. Translators: Adds a link to documentation.
|
7744 |
+
#: languages/vue.php:1981
|
7745 |
msgid "In order for the ExactMetrics 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. %1$sLearn More%2$s"
|
7746 |
msgstr ""
|
7747 |
|
7748 |
#. Translators: Adds link to activate/install plugin and documentation.
|
7749 |
+
#: languages/vue.php:1985
|
7750 |
msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
|
7751 |
msgstr ""
|
7752 |
|
7753 |
+
#: languages/vue.php:1988
|
7754 |
msgid "SharedCount API Key"
|
7755 |
msgstr ""
|
7756 |
|
7757 |
+
#: languages/vue.php:1991
|
7758 |
msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
|
7759 |
msgstr ""
|
7760 |
|
7761 |
+
#: languages/vue.php:1994
|
7762 |
msgid "Start Indexing"
|
7763 |
msgstr ""
|
7764 |
|
7765 |
+
#: languages/vue.php:1997
|
7766 |
msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
|
7767 |
msgstr ""
|
7768 |
|
7769 |
+
#: languages/vue.php:2000
|
7770 |
msgid "Indexing completed, counts will update automatically every day."
|
7771 |
msgstr ""
|
7772 |
|
7773 |
+
#: languages/vue.php:2008
|
7774 |
msgid "Wide"
|
7775 |
msgstr ""
|
7776 |
|
7777 |
+
#: languages/vue.php:2011
|
7778 |
msgid "Narrow"
|
7779 |
msgstr ""
|
7780 |
|
7781 |
+
#: languages/vue.php:2014
|
7782 |
msgid "Title"
|
7783 |
msgstr ""
|
7784 |
|
7785 |
+
#: languages/vue.php:2017
|
7786 |
msgid "Color"
|
7787 |
msgstr ""
|
7788 |
|
7789 |
+
#: languages/vue.php:2020
|
7790 |
msgid "Size"
|
7791 |
msgstr ""
|
7792 |
|
7793 |
+
#: languages/vue.php:2023
|
7794 |
msgid "Border"
|
7795 |
msgstr ""
|
7796 |
|
7797 |
+
#: languages/vue.php:2026
|
7798 |
msgid "Author/Date"
|
7799 |
msgstr ""
|
7800 |
|
7801 |
+
#: languages/vue.php:2029
|
7802 |
msgid "Label"
|
7803 |
msgstr ""
|
7804 |
|
7805 |
+
#: languages/vue.php:2032
|
7806 |
msgid "Background"
|
7807 |
msgstr ""
|
7808 |
|
7809 |
+
#: languages/vue.php:2044
|
7810 |
msgid "Choose which content you would like displayed in the widget."
|
7811 |
msgstr ""
|
7812 |
|
7813 |
+
#: languages/vue.php:2056
|
7814 |
msgid "Comments"
|
7815 |
msgstr ""
|
7816 |
|
7817 |
+
#: languages/vue.php:2062
|
7818 |
msgid "Choose how many posts you’d like displayed in the widget."
|
7819 |
msgstr ""
|
7820 |
|
7821 |
+
#: languages/vue.php:2065
|
7822 |
msgid "View notifications"
|
7823 |
msgstr ""
|
7824 |
|
7825 |
#. Translators: Add link to retrieve license key from account.
|
7826 |
+
#: languages/vue.php:2069
|
7827 |
msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
|
7828 |
msgstr ""
|
7829 |
|
7830 |
+
#: languages/vue.php:2073
|
7831 |
msgid "Miscellaneous"
|
7832 |
msgstr ""
|
7833 |
|
7834 |
+
#: languages/vue.php:2077
|
7835 |
msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
|
7836 |
msgstr ""
|
7837 |
|
7838 |
+
#: languages/vue.php:2081
|
7839 |
msgid "Hide Announcements"
|
7840 |
msgstr ""
|
7841 |
|
7842 |
+
#: languages/vue.php:2084
|
7843 |
msgid "Unlock Form Tracking"
|
7844 |
msgstr ""
|
7845 |
|
7846 |
+
#: languages/vue.php:2087
|
7847 |
msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
|
7848 |
msgstr ""
|
7849 |
|
7850 |
+
#: languages/vue.php:2090
|
7851 |
msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
|
7852 |
msgstr ""
|
7853 |
|
7854 |
+
#: languages/vue.php:2093
|
7855 |
msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
|
7856 |
msgstr ""
|
7857 |
|
7858 |
+
#: languages/vue.php:2096
|
7859 |
msgid "Affiliate Links"
|
7860 |
msgstr ""
|
7861 |
|
7862 |
#. Translators: Add links to documentation.
|
7863 |
+
#: languages/vue.php:2100
|
7864 |
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 %1$shere%2$s."
|
7865 |
msgstr ""
|
7866 |
|
7867 |
+
#: languages/vue.php:2103
|
7868 |
msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
|
7869 |
msgstr ""
|
7870 |
|
7871 |
+
#: languages/vue.php:2109
|
7872 |
msgid "The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
|
7873 |
msgstr ""
|
7874 |
|
7875 |
+
#: languages/vue.php:2112
|
7876 |
msgid "Disable the Headline Analyzer"
|
7877 |
msgstr ""
|
7878 |
|
7879 |
+
#: languages/vue.php:2115
|
7880 |
msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
|
7881 |
msgstr ""
|
7882 |
|
7883 |
+
#: languages/vue.php:2118
|
7884 |
msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
|
7885 |
msgstr ""
|
7886 |
|
7887 |
+
#: languages/vue.php:2121
|
7888 |
msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
|
7889 |
msgstr ""
|
7890 |
|
7891 |
+
#: languages/vue.php:2124
|
7892 |
msgid "Over 200,000 websites use Pretty Links!"
|
7893 |
msgstr ""
|
7894 |
|
7895 |
+
#: languages/vue.php:2127
|
7896 |
msgid "Install Pretty Links"
|
7897 |
msgstr ""
|
7898 |
|
7899 |
+
#: languages/vue.php:2130
|
7900 |
msgid "Pretty Links Installed & Activated"
|
7901 |
msgstr ""
|
7902 |
|
7903 |
+
#: languages/vue.php:2133
|
7904 |
msgid "Install Pretty Links from the WordPress.org plugin repository."
|
7905 |
msgstr ""
|
7906 |
|
7907 |
+
#: languages/vue.php:2136
|
7908 |
msgid "Activate Pretty Links"
|
7909 |
msgstr ""
|
7910 |
|
7911 |
+
#: languages/vue.php:2139
|
7912 |
msgid "Activating Pretty Links..."
|
7913 |
msgstr ""
|
7914 |
|
7915 |
+
#: languages/vue.php:2142
|
7916 |
msgid "Create New Pretty Link"
|
7917 |
msgstr ""
|
7918 |
|
7919 |
+
#: languages/vue.php:2145
|
7920 |
msgid "Create a New Pretty Link"
|
7921 |
msgstr ""
|
7922 |
|
7923 |
+
#: languages/vue.php:2148
|
7924 |
msgid "Grab your campaign link and paste it into the Target URL field."
|
7925 |
msgstr ""
|
7926 |
|
7927 |
#. Translators: Error status and error text.
|
7928 |
+
#: languages/vue.php:2152
|
7929 |
msgid "Can't load report data. Error: %1$s, %2$s"
|
7930 |
msgstr ""
|
7931 |
|
7932 |
+
#: languages/vue.php:2155
|
7933 |
msgid "Error loading report data"
|
7934 |
msgstr ""
|
7935 |
|
7936 |
+
#. Translators: Replaced with the number of days
|
7937 |
+
#: languages/vue.php:2159
|
7938 |
msgid "vs. Previous Day"
|
7939 |
msgstr ""
|
7940 |
|
7941 |
+
#: languages/vue.php:2162
|
7942 |
msgid "No change"
|
7943 |
msgstr ""
|
7944 |
|
7945 |
#. Translators: Error status and error text.
|
7946 |
+
#: languages/vue.php:2166
|
7947 |
msgid "Can't deactivate the license. Error: %1$s, %2$s"
|
7948 |
msgstr ""
|
7949 |
|
7950 |
#. Translators: Error status and error text.
|
7951 |
+
#: languages/vue.php:2170
|
7952 |
msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
|
7953 |
msgstr ""
|
7954 |
|
7955 |
#. Translators: Error status and error text.
|
7956 |
+
#: languages/vue.php:2174
|
7957 |
msgid "Can't load license details. Error: %1$s, %2$s"
|
7958 |
msgstr ""
|
7959 |
|
7960 |
+
#: languages/vue.php:2177
|
7961 |
msgid "Error loading license details"
|
7962 |
msgstr ""
|
7963 |
|
7964 |
#. Translators: Error status and error text.
|
7965 |
+
#: languages/vue.php:2181
|
7966 |
msgid "Can't verify the license. Error: %1$s, %2$s"
|
7967 |
msgstr ""
|
7968 |
|
7969 |
#. Translators: Error status and error text.
|
7970 |
+
#: languages/vue.php:2185
|
7971 |
msgid "Can't validate the license. Error: %1$s, %2$s"
|
7972 |
msgstr ""
|
7973 |
|
7974 |
#. Translators: Placeholder is replaced with WPForms.
|
7975 |
+
#: languages/vue.php:2189
|
7976 |
msgid "Recommended Plugin: %s"
|
7977 |
msgstr ""
|
7978 |
|
7979 |
+
#: languages/vue.php:2192
|
7980 |
msgid "Activating..."
|
7981 |
msgstr ""
|
7982 |
|
7983 |
+
#: languages/vue.php:2195
|
7984 |
msgid "Deactivating..."
|
7985 |
msgstr ""
|
7986 |
|
7987 |
+
#: languages/vue.php:2198
|
7988 |
msgid "Deactivate"
|
7989 |
msgstr ""
|
7990 |
|
7991 |
+
#. Translators: Number of days.
|
7992 |
+
#: languages/vue.php:2202
|
7993 |
msgid "Last %s days"
|
7994 |
msgstr ""
|
7995 |
|
7996 |
#. Translators: Make text green.
|
7997 |
+
#: languages/vue.php:2206
|
7998 |
msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
|
7999 |
msgstr ""
|
8000 |
|
8001 |
+
#: languages/vue.php:2209
|
8002 |
msgid "Analytics"
|
8003 |
msgstr ""
|
8004 |
|
8005 |
#. Translators: Adds an arrow icon.
|
8006 |
+
#: languages/vue.php:2213
|
8007 |
msgid "View All Reports %s"
|
8008 |
msgstr ""
|
8009 |
|
8010 |
+
#: languages/vue.php:2216
|
8011 |
msgid "Multiple Entries"
|
8012 |
msgstr ""
|
8013 |
|
8014 |
+
#: languages/vue.php:2219
|
8015 |
msgid "Total Number of Widgets to Show"
|
8016 |
msgstr ""
|
8017 |
|
8018 |
+
#: languages/vue.php:2222
|
8019 |
msgid "Choose how many widgets will be placed in a single Post."
|
8020 |
msgstr ""
|
8021 |
|
8022 |
+
#: languages/vue.php:2225
|
8023 |
msgid "Minimum Distance Between Widgets"
|
8024 |
msgstr ""
|
8025 |
|
8026 |
+
#: languages/vue.php:2228
|
8027 |
msgid "Choose the distance between widgets."
|
8028 |
msgstr ""
|
8029 |
|
8030 |
+
#: languages/vue.php:2231
|
8031 |
msgid "Minimum Word Count to Display Multiple Widgets"
|
8032 |
msgstr ""
|
8033 |
|
8034 |
+
#: languages/vue.php:2234
|
8035 |
msgid "Choose the minimum word count for a Post to have multiple entries."
|
8036 |
msgstr ""
|
8037 |
|
8038 |
+
#: languages/vue.php:2237
|
8039 |
msgid "Pro version is required"
|
8040 |
msgstr ""
|
8041 |
|
8042 |
#. Translators: Placeholder adds a link to the Custom Dimensions settings.
|
8043 |
+
#: languages/vue.php:2241
|
8044 |
msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
|
8045 |
msgstr ""
|
8046 |
|
8047 |
#. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
|
8048 |
+
#: languages/vue.php:2245
|
8049 |
msgid "%1$sPage %3$s%2$s of %4$s"
|
8050 |
msgstr ""
|
8051 |
|
8052 |
+
#: languages/vue.php:2249
|
8053 |
msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
|
8054 |
msgstr ""
|
8055 |
|
8056 |
+
#: languages/vue.php:2253
|
8057 |
msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
|
8058 |
msgstr ""
|
8059 |
|
8060 |
+
#: languages/vue.php:2257
|
8061 |
msgid "Icon"
|
8062 |
msgstr ""
|
8063 |
|
8064 |
+
#: languages/vue.php:2260
|
8065 |
msgid "Display Method"
|
8066 |
msgstr ""
|
8067 |
|
8068 |
+
#: languages/vue.php:2263
|
8069 |
msgid "There are two ways to manual include the widget in your posts."
|
8070 |
msgstr ""
|
8071 |
|
8072 |
+
#: languages/vue.php:2266
|
8073 |
msgid "Using the Gutenberg Block"
|
8074 |
msgstr ""
|
8075 |
|
8076 |
+
#: languages/vue.php:2269
|
8077 |
msgid "Using the Shortcode"
|
8078 |
msgstr ""
|
8079 |
|
8080 |
+
#: languages/vue.php:2272
|
8081 |
msgid "Learn how to insert the widget using Gutenberg blocks."
|
8082 |
msgstr ""
|
8083 |
|
8084 |
+
#: languages/vue.php:2275
|
8085 |
msgid "Learn how to insert the widget using out Shortcode."
|
8086 |
msgstr ""
|
8087 |
|
8088 |
+
#: languages/vue.php:2278
|
8089 |
msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
|
8090 |
msgstr ""
|
8091 |
|
8092 |
+
#: languages/vue.php:2281
|
8093 |
msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
|
8094 |
msgstr ""
|
8095 |
|
8096 |
+
#: languages/vue.php:2284
|
8097 |
msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
|
8098 |
msgstr ""
|
8099 |
|
8100 |
+
#: languages/vue.php:2287
|
8101 |
msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
|
8102 |
msgstr ""
|
8103 |
|
8104 |
+
#: languages/vue.php:2290
|
8105 |
msgid "Shortcode"
|
8106 |
msgstr ""
|
8107 |
|
8108 |
+
#: languages/vue.php:2293
|
8109 |
msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
|
8110 |
msgstr ""
|
8111 |
|
8112 |
+
#: languages/vue.php:2296
|
8113 |
msgid "Copy Shortcode"
|
8114 |
msgstr ""
|
8115 |
|
8116 |
+
#: languages/vue.php:2299
|
8117 |
msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
|
8118 |
msgstr ""
|
8119 |
|
8120 |
+
#: languages/vue.php:2302
|
8121 |
msgid "Automatic Placement"
|
8122 |
msgstr ""
|
8123 |
|
8124 |
+
#: languages/vue.php:2305
|
8125 |
msgid "Display using Gutenberg Blocks"
|
8126 |
msgstr ""
|
8127 |
|
8128 |
+
#: languages/vue.php:2308
|
8129 |
msgid "Embed Options"
|
8130 |
msgstr ""
|
8131 |
|
8132 |
+
#: languages/vue.php:2311
|
8133 |
msgid "All Embed Options can be used in conjunction with one another."
|
8134 |
msgstr ""
|
8135 |
|
8136 |
+
#: languages/vue.php:2314
|
8137 |
msgid "Using Automatic Embed"
|
8138 |
msgstr ""
|
8139 |
|
8140 |
+
#: languages/vue.php:2317
|
8141 |
msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
|
8142 |
msgstr ""
|
8143 |
|
8144 |
+
#: languages/vue.php:2320
|
8145 |
msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
|
8146 |
msgstr ""
|
8147 |
|
8148 |
+
#: languages/vue.php:2323
|
8149 |
msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
|
8150 |
msgstr ""
|
8151 |
|
8152 |
+
#: languages/vue.php:2326
|
8153 |
msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
|
8154 |
msgstr ""
|
8155 |
|
8156 |
+
#: languages/vue.php:2329
|
8157 |
msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
|
8158 |
msgstr ""
|
8159 |
|
8160 |
+
#: languages/vue.php:2332
|
8161 |
msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
|
8162 |
msgstr ""
|
8163 |
|
8164 |
+
#: languages/vue.php:2335
|
8165 |
msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
|
8166 |
msgstr ""
|
8167 |
|
8168 |
+
#: languages/vue.php:2338
|
8169 |
msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
|
8170 |
msgstr ""
|
8171 |
|
8172 |
+
#: languages/vue.php:2341
|
8173 |
msgid "Display using a Shortcode"
|
8174 |
msgstr ""
|
8175 |
|
8176 |
+
#: languages/vue.php:2344
|
8177 |
msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
|
8178 |
msgstr ""
|
8179 |
|
8180 |
+
#: languages/vue.php:2347
|
8181 |
msgid "Enable Automatic Placement"
|
8182 |
msgstr ""
|
8183 |
|
8184 |
+
#: languages/vue.php:2350
|
8185 |
msgid "Display in a Sidebar"
|
8186 |
msgstr ""
|
8187 |
|
8188 |
+
#: languages/vue.php:2353
|
8189 |
msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
|
8190 |
msgstr ""
|
8191 |
|
8192 |
+
#: languages/vue.php:2356
|
8193 |
msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
|
8194 |
msgstr ""
|
8195 |
|
8196 |
#. Translators: Minimum and maximum number that can be used.
|
8197 |
+
#: languages/vue.php:2360
|
8198 |
msgid "Please enter a value between %1$s and %2$s"
|
8199 |
msgstr ""
|
8200 |
|
8201 |
#. Translators: The minimum set value.
|
8202 |
+
#: languages/vue.php:2364
|
8203 |
msgid "Please enter a value higher than %s"
|
8204 |
msgstr ""
|
8205 |
|
8206 |
#. Translators: The maximum set value.
|
8207 |
+
#: languages/vue.php:2368
|
8208 |
msgid "Please enter a value lower than %s"
|
8209 |
msgstr ""
|
8210 |
|
8211 |
+
#: languages/vue.php:2371
|
8212 |
msgid "Please enter a number"
|
8213 |
msgstr ""
|
8214 |
|
8215 |
+
#: languages/vue.php:2374
|
8216 |
msgid "Value has to be a round number"
|
8217 |
msgstr ""
|
8218 |
|
8219 |
+
#: languages/vue.php:2377
|
8220 |
msgid "Days"
|
8221 |
msgstr ""
|
8222 |
|
8223 |
#. Translators: placeholders make text small.
|
8224 |
+
#: languages/vue.php:2381
|
8225 |
msgid "7 days"
|
8226 |
msgstr ""
|
8227 |
|
8228 |
+
#: languages/vue.php:2384
|
8229 |
msgid "30 days"
|
8230 |
msgstr ""
|
8231 |
|
8232 |
+
#: languages/vue.php:2387
|
8233 |
msgid "Custom"
|
8234 |
msgstr ""
|
8235 |
|
8236 |
#. Translators: Add line break.
|
8237 |
+
#: languages/vue.php:2391
|
8238 |
msgid "See All Your Important Store%s Metrics in One Place"
|
8239 |
msgstr ""
|
8240 |
|
8241 |
+
#: languages/vue.php:2394
|
8242 |
msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
|
8243 |
msgstr ""
|
8244 |
|
8245 |
+
#: languages/vue.php:2397
|
8246 |
msgid "See your Top Conversion Sources and Focus on what's Working"
|
8247 |
msgstr ""
|
8248 |
|
8249 |
#. Translators: The name of the field that is throwing a validation error.
|
8250 |
+
#: languages/vue.php:2401
|
8251 |
msgid "%s can't be empty."
|
8252 |
msgstr ""
|
8253 |
|
8254 |
+
#: languages/vue.php:2404
|
8255 |
msgid "Duplicate values are not allowed."
|
8256 |
msgstr ""
|
8257 |
|
8258 |
+
#: languages/vue.php:2407
|
8259 |
msgid "You can add maximum 5 items."
|
8260 |
msgstr ""
|
8261 |
|
8262 |
+
#: languages/vue.php:2410
|
8263 |
msgid "At least 0 item required."
|
8264 |
msgstr ""
|
8265 |
|
8266 |
+
#: languages/vue.php:2413
|
8267 |
msgid "Add Another Link Path"
|
8268 |
msgstr ""
|
8269 |
|
8270 |
+
#: languages/vue.php:2416
|
8271 |
msgid "Remove row"
|
8272 |
msgstr ""
|
8273 |
|
8274 |
+
#: languages/vue.php:2419
|
8275 |
msgid "Time to Purchase"
|
8276 |
msgstr ""
|
8277 |
|
8278 |
+
#: languages/vue.php:2422
|
8279 |
msgid "This list shows how many days from first visit it took users to purchase products from your site."
|
8280 |
msgstr ""
|
8281 |
|
8282 |
+
#: languages/vue.php:2425
|
8283 |
msgid "Sessions to Purchase"
|
8284 |
msgstr ""
|
8285 |
|
8286 |
+
#: languages/vue.php:2428
|
8287 |
msgid "This list shows the number of sessions it took users before they purchased a product from your website."
|
8288 |
msgstr ""
|
8289 |
|
8290 |
+
#: languages/vue.php:2431
|
8291 |
msgid "Top Landing Pages"
|
8292 |
msgstr ""
|
8293 |
|
8294 |
+
#: languages/vue.php:2434
|
8295 |
msgid "This list shows the top pages users first land on when visiting your website."
|
8296 |
msgstr ""
|
8297 |
|
8298 |
+
#: languages/vue.php:2437
|
8299 |
msgid "Top Exit Pages"
|
8300 |
msgstr ""
|
8301 |
|
8302 |
+
#: languages/vue.php:2440
|
8303 |
msgid "This list shows the top pages users exit your website from."
|
8304 |
msgstr ""
|
8305 |
|
8306 |
+
#: languages/vue.php:2443
|
8307 |
msgid "Top Outbound Links"
|
8308 |
msgstr ""
|
8309 |
|
8310 |
+
#: languages/vue.php:2446
|
8311 |
msgid "This list shows the top links clicked on your website that go to another website."
|
8312 |
msgstr ""
|
8313 |
|
8314 |
+
#: languages/vue.php:2449
|
8315 |
msgid "Top Affiliate Links"
|
8316 |
msgstr ""
|
8317 |
|
8318 |
+
#: languages/vue.php:2452
|
8319 |
msgid "This list shows the top affiliate links your visitors clicked on."
|
8320 |
msgstr ""
|
8321 |
|
8322 |
+
#: languages/vue.php:2455
|
8323 |
msgid "Top Download Links"
|
8324 |
msgstr ""
|
8325 |
|
8326 |
+
#: languages/vue.php:2458
|
8327 |
msgid "This list shows the download links your visitors clicked the most."
|
8328 |
msgstr ""
|
8329 |
|
8330 |
+
#: languages/vue.php:2461
|
8331 |
msgid "Top Products"
|
8332 |
msgstr ""
|
8333 |
|
8334 |
+
#: languages/vue.php:2464
|
8335 |
msgid "This list shows the top selling products on your website."
|
8336 |
msgstr ""
|
8337 |
|
8338 |
+
#: languages/vue.php:2467
|
8339 |
msgid "Top Conversion Sources"
|
8340 |
msgstr ""
|
8341 |
|
8342 |
+
#: languages/vue.php:2470
|
8343 |
msgid "This list shows the top referral websites in terms of product revenue."
|
8344 |
msgstr ""
|
8345 |
|
8346 |
+
#: languages/vue.php:2473
|
8347 |
msgid "Total Add/Remove"
|
8348 |
msgstr ""
|
8349 |
|
8350 |
+
#: languages/vue.php:2476
|
8351 |
msgid "Unlock with %s"
|
8352 |
msgstr ""
|
8353 |
|
8354 |
+
#: languages/vue.php:2479
|
8355 |
msgid "Upgrade"
|
8356 |
msgstr ""
|
8357 |
|
8358 |
+
#: languages/vue.php:2482
|
8359 |
msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
|
8360 |
msgstr ""
|
8361 |
|
8362 |
+
#: languages/vue.php:2485
|
8363 |
msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
|
8364 |
msgstr ""
|
8365 |
|
8366 |
+
#: languages/vue.php:2488
|
8367 |
msgid "Performance"
|
8368 |
msgstr ""
|
8369 |
|
8370 |
+
#: languages/vue.php:2491
|
8371 |
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."
|
8372 |
msgstr ""
|
8373 |
|
8374 |
+
#: languages/vue.php:2494
|
8375 |
msgid "Export PDF Report"
|
8376 |
msgstr ""
|
8377 |
|
8378 |
+
#: languages/vue.php:2497
|
8379 |
msgid "You can export PDF reports only in the PRO version."
|
8380 |
msgstr ""
|
8381 |
|
8382 |
+
#: languages/vue.php:2500
|
8383 |
msgid "Usage Tracking"
|
8384 |
msgstr ""
|
8385 |
|
8386 |
+
#: languages/vue.php:2503
|
8387 |
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."
|
8388 |
msgstr ""
|
8389 |
|
8390 |
+
#: languages/vue.php:2506
|
8391 |
msgid "Allow usage tracking"
|
8392 |
msgstr ""
|
8393 |
|
8394 |
#. Translators: Adds a link to the documentation.
|
8395 |
+
#: languages/vue.php:2510
|
8396 |
msgid "Complete documentation on usage tracking is available %1$shere%2$s."
|
8397 |
msgstr ""
|
8398 |
|
8399 |
+
#: languages/vue.php:2513
|
8400 |
msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
|
8401 |
msgstr ""
|
8402 |
|
8403 |
+
#: languages/vue.php:2516
|
8404 |
msgid "To unlock more features consider upgrading to PRO."
|
8405 |
msgstr ""
|
8406 |
|
8407 |
+
#: languages/vue.php:2519
|
8408 |
msgid "Upgrade to"
|
8409 |
msgstr ""
|
8410 |
|
8411 |
#. Translators: Placeholder adds a line break.
|
8412 |
+
#: languages/vue.php:2523
|
8413 |
msgid "You can customize your %sdate range only in the PRO version."
|
8414 |
msgstr ""
|
8415 |
|
8416 |
+
#: languages/vue.php:2526
|
8417 |
msgid "You appear to be offline. WPForms not installed."
|
8418 |
msgstr ""
|
8419 |
|
8420 |
#. Translators: Error status and error text.
|
8421 |
+
#: languages/vue.php:2530
|
8422 |
msgid "Can't activate addon. Error: %1$s, %2$s"
|
8423 |
msgstr ""
|
8424 |
|
8425 |
+
#: languages/vue.php:2533
|
8426 |
msgid "You appear to be offline. Addon not activated."
|
8427 |
msgstr ""
|
8428 |
|
8429 |
#. Translators: Error status and error text.
|
8430 |
+
#: languages/vue.php:2537
|
8431 |
msgid "Can't deactivate addon. Error: %1$s, %2$s"
|
8432 |
msgstr ""
|
8433 |
|
8434 |
+
#: languages/vue.php:2540
|
8435 |
msgid "You appear to be offline. Addon not deactivated."
|
8436 |
msgstr ""
|
8437 |
|
8438 |
#. Translators: Error status and error text.
|
8439 |
+
#: languages/vue.php:2544
|
8440 |
msgid "Can't install plugin. Error: %1$s, %2$s"
|
8441 |
msgstr ""
|
8442 |
|
8443 |
+
#: languages/vue.php:2547
|
8444 |
msgid "You appear to be offline. Plugin not installed."
|
8445 |
msgstr ""
|
8446 |
|
8447 |
#. Translators: Error status and error text.
|
8448 |
+
#: languages/vue.php:2551
|
8449 |
msgid "Can't install addon. Error: %1$s, %2$s"
|
8450 |
msgstr ""
|
8451 |
|
8452 |
+
#: languages/vue.php:2554
|
8453 |
msgid "You appear to be offline. Addon not installed."
|
8454 |
msgstr ""
|
8455 |
|
8456 |
#. Translators: Error status and error text.
|
8457 |
+
#: languages/vue.php:2558
|
8458 |
msgid "Can't install WPForms. Error: %1$s, %2$s"
|
8459 |
msgstr ""
|
8460 |
|
8461 |
#. Translators: Makes text bold and adds smiley.
|
8462 |
+
#: languages/vue.php:2562
|
8463 |
msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
|
8464 |
msgstr ""
|
8465 |
|
8466 |
#. Translators: Makes text green.
|
8467 |
+
#: languages/vue.php:2566
|
8468 |
msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
|
8469 |
msgstr ""
|
8470 |
|
8471 |
+
#: languages/vue.php:2569
|
8472 |
msgid "Unlock All Features and Upgrade to Pro"
|
8473 |
msgstr ""
|
8474 |
|
8475 |
+
#: languages/vue.php:2573
|
8476 |
msgid "Show"
|
8477 |
msgstr ""
|
8478 |
|
8479 |
#. Translators: The number of results.
|
8480 |
+
#: languages/vue.php:2577
|
8481 |
msgid "%s results"
|
8482 |
msgstr ""
|
8483 |
|
8484 |
+
#: languages/vue.php:2580
|
8485 |
msgid ""
|
8486 |
"The EU Compliance addon allows you to improve compliance with GDPR\n"
|
8487 |
" and other privacy regulations."
|
8488 |
msgstr ""
|
8489 |
|
8490 |
+
#: languages/vue.php:2584
|
8491 |
msgid "EU Compliance"
|
8492 |
msgstr ""
|
8493 |
|
8494 |
+
#: languages/vue.php:2587
|
8495 |
msgid "Show in widget mode"
|
8496 |
msgstr ""
|
8497 |
|
8498 |
+
#: languages/vue.php:2590
|
8499 |
msgid "Show in full-width mode"
|
8500 |
msgstr ""
|
8501 |
|
8502 |
+
#: languages/vue.php:2593
|
8503 |
msgid "Show Overview Reports"
|
8504 |
msgstr ""
|
8505 |
|
8506 |
+
#: languages/vue.php:2596
|
8507 |
msgid "Show Publishers Reports"
|
8508 |
msgstr ""
|
8509 |
|
8510 |
+
#: languages/vue.php:2599
|
8511 |
msgid "Show eCommerce Reports"
|
8512 |
msgstr ""
|
8513 |
|
8514 |
+
#: languages/vue.php:2602
|
8515 |
msgid "Available in PRO version"
|
8516 |
msgstr ""
|
8517 |
|
8518 |
+
#: languages/vue.php:2605
|
8519 |
msgid "Scroll Tracking"
|
8520 |
msgstr ""
|
8521 |
|
8522 |
+
#: languages/vue.php:2608
|
8523 |
msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
|
8524 |
msgstr ""
|
8525 |
|
8526 |
+
#: languages/vue.php:2611
|
8527 |
msgid "See All Reports"
|
8528 |
msgstr ""
|
8529 |
|
8530 |
+
#: languages/vue.php:2614
|
8531 |
msgid "Go to the Analytics Dashboard"
|
8532 |
msgstr ""
|
8533 |
|
8534 |
+
#: languages/vue.php:2617
|
8535 |
msgid "Google AMP"
|
8536 |
msgstr ""
|
8537 |
|
8538 |
+
#: languages/vue.php:2620
|
8539 |
msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
|
8540 |
msgstr ""
|
8541 |
|
8542 |
+
#: languages/vue.php:2623
|
8543 |
msgid "Ads Tracking"
|
8544 |
msgstr ""
|
8545 |
|
8546 |
+
#: languages/vue.php:2626
|
8547 |
msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
|
8548 |
msgstr ""
|
8549 |
|
8550 |
+
#: languages/vue.php:2629
|
8551 |
msgid "Facebook Instant Articles"
|
8552 |
msgstr ""
|
8553 |
|
8554 |
+
#: languages/vue.php:2632
|
8555 |
msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
|
8556 |
msgstr ""
|
8557 |
|
8558 |
+
#: languages/vue.php:2635
|
8559 |
msgid "Check out the newly added classic mode"
|
8560 |
msgstr ""
|
8561 |
|
8562 |
#. Translators: Line break.
|
8563 |
+
#: languages/vue.php:2639
|
8564 |
msgid "Unique %s Sessions"
|
8565 |
msgstr ""
|
8566 |
|
8567 |
#. Translators: Line break.
|
8568 |
+
#: languages/vue.php:2643
|
8569 |
msgid "Unique %s Pageviews"
|
8570 |
msgstr ""
|
8571 |
|
8572 |
+
#: languages/vue.php:2646
|
8573 |
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."
|
8574 |
msgstr ""
|
8575 |
|
8576 |
+
#: languages/vue.php:2649
|
8577 |
msgid "Hide dashboard widget"
|
8578 |
msgstr ""
|
8579 |
|
8580 |
+
#: languages/vue.php:2652
|
8581 |
msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
|
8582 |
msgstr ""
|
8583 |
|
8584 |
+
#: languages/vue.php:2655
|
8585 |
msgid "Yes, hide it!"
|
8586 |
msgstr ""
|
8587 |
|
8588 |
+
#: languages/vue.php:2658
|
8589 |
msgid "No, cancel!"
|
8590 |
msgstr ""
|
8591 |
|
8592 |
+
#: languages/vue.php:2661
|
8593 |
msgid "ExactMetrics Widget Hidden"
|
8594 |
msgstr ""
|
8595 |
|
8596 |
+
#: languages/vue.php:2664
|
8597 |
msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
|
8598 |
msgstr ""
|
8599 |
|
8600 |
+
#: languages/vue.php:2667
|
8601 |
msgid "Classic mode"
|
8602 |
msgstr ""
|
8603 |
|
8604 |
#. Translators: Make text green and add smiley face.
|
8605 |
+
#: languages/vue.php:2671
|
8606 |
msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
|
8607 |
msgstr ""
|
8608 |
|
8609 |
#. Translators: Make text green.
|
8610 |
+
#: languages/vue.php:2675
|
8611 |
msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
|
8612 |
msgstr ""
|
8613 |
|
8614 |
+
#: languages/vue.php:2678
|
8615 |
msgid "Unlock PRO Features Now"
|
8616 |
msgstr ""
|
8617 |
|
8618 |
#. Translators: Add link to retrieve license from account area.
|
8619 |
+
#: languages/vue.php:2682
|
8620 |
msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
|
8621 |
msgstr ""
|
8622 |
|
8623 |
+
#: languages/vue.php:2685
|
8624 |
msgid "Verifying Credentials"
|
8625 |
msgstr ""
|
8626 |
|
8627 |
+
#: languages/vue.php:2688
|
8628 |
msgid "Your site is connected to ExactMetrics!"
|
8629 |
msgstr ""
|
8630 |
|
8631 |
+
#: languages/vue.php:2691
|
8632 |
msgid "Deauthenticating"
|
8633 |
msgstr ""
|
8634 |
|
8635 |
+
#: languages/vue.php:2694
|
8636 |
msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
|
8637 |
msgstr ""
|
8638 |
|
8639 |
+
#: languages/vue.php:2700
|
8640 |
msgid "Verify Credentials"
|
8641 |
msgstr ""
|
8642 |
|
8643 |
+
#: languages/vue.php:2706
|
8644 |
msgid "Website Profile"
|
8645 |
msgstr ""
|
8646 |
|
8647 |
+
#: languages/vue.php:2709
|
8648 |
msgid "Active Profile"
|
8649 |
msgstr ""
|
8650 |
|
8651 |
+
#: languages/vue.php:2712
|
8652 |
msgid "Force Deauthenticate"
|
8653 |
msgstr ""
|
8654 |
|
8655 |
+
#: languages/vue.php:2715
|
8656 |
msgid "Disconnect ExactMetrics"
|
8657 |
msgstr ""
|
8658 |
|
8659 |
+
#: languages/vue.php:2718
|
8660 |
msgid "Site Speed Report"
|
8661 |
msgstr ""
|
8662 |
|
8663 |
+
#: languages/vue.php:2721
|
8664 |
msgid "Site Speed"
|
8665 |
msgstr ""
|
8666 |
|
8667 |
+
#: languages/vue.php:2728
|
8668 |
msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
|
8669 |
msgstr ""
|
8670 |
|
8688 |
msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
|
8689 |
msgstr ""
|
8690 |
|
8691 |
+
#: languages/vue.php:2747
|
8692 |
msgid "2020 Year in Review"
|
8693 |
msgstr ""
|
8694 |
|
8695 |
+
#: languages/vue.php:2750
|
8696 |
msgid "Still Calculating..."
|
8697 |
msgstr ""
|
8698 |
|
8699 |
+
#: languages/vue.php:2753
|
8700 |
msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
|
8701 |
msgstr ""
|
8702 |
|
8703 |
+
#: languages/vue.php:2756
|
8704 |
msgid "Back to Overview Report"
|
8705 |
msgstr ""
|
8706 |
|
8707 |
+
#: languages/vue.php:2759
|
8708 |
msgid "Your 2020 Analytics Report"
|
8709 |
msgstr ""
|
8710 |
|
8711 |
+
#: languages/vue.php:2765
|
8712 |
msgid "Audience"
|
8713 |
msgstr ""
|
8714 |
|
8715 |
+
#: languages/vue.php:2768
|
8716 |
msgid "Congrats"
|
8717 |
msgstr ""
|
8718 |
|
8719 |
+
#: languages/vue.php:2771
|
8720 |
msgid "Your website was quite popular this year! "
|
8721 |
msgstr ""
|
8722 |
|
8723 |
+
#: languages/vue.php:2774
|
8724 |
msgid "You had "
|
8725 |
msgstr ""
|
8726 |
|
8727 |
+
#: languages/vue.php:2777
|
8728 |
msgid " visitors!"
|
8729 |
msgstr ""
|
8730 |
|
8731 |
+
#: languages/vue.php:2780
|
8732 |
msgid " visitors"
|
8733 |
msgstr ""
|
8734 |
|
8735 |
+
#: languages/vue.php:2783
|
8736 |
msgid "Total Visitors"
|
8737 |
msgstr ""
|
8738 |
|
8739 |
+
#: languages/vue.php:2786
|
8740 |
msgid "Total Sessions"
|
8741 |
msgstr ""
|
8742 |
|
8743 |
+
#: languages/vue.php:2789
|
8744 |
msgid "Visitors by Month"
|
8745 |
msgstr ""
|
8746 |
|
8747 |
+
#: languages/vue.php:2792
|
8748 |
msgid "January 1, 2020 - December 31, 2020"
|
8749 |
msgstr ""
|
8750 |
|
8751 |
+
#: languages/vue.php:2795
|
8752 |
msgid "A Tip for 2021"
|
8753 |
msgstr ""
|
8754 |
|
8755 |
+
#: languages/vue.php:2798
|
8756 |
msgid "#1"
|
8757 |
msgstr ""
|
8758 |
|
8759 |
+
#: languages/vue.php:2801
|
8760 |
msgid "You Top 5 Countries"
|
8761 |
msgstr ""
|
8762 |
|
8763 |
+
#: languages/vue.php:2804
|
8764 |
msgid "Let’s get to know your visitors a little better, shall we?"
|
8765 |
msgstr ""
|
8766 |
|
8767 |
+
#: languages/vue.php:2807
|
8768 |
msgid "Gender"
|
8769 |
msgstr ""
|
8770 |
|
8771 |
+
#: languages/vue.php:2810
|
8772 |
msgid "Female"
|
8773 |
msgstr ""
|
8774 |
|
8775 |
+
#: languages/vue.php:2813
|
8776 |
msgid "Women"
|
8777 |
msgstr ""
|
8778 |
|
8779 |
+
#: languages/vue.php:2816
|
8780 |
msgid "Male"
|
8781 |
msgstr ""
|
8782 |
|
8783 |
+
#: languages/vue.php:2819
|
8784 |
msgid "Average Age"
|
8785 |
msgstr ""
|
8786 |
|
8787 |
+
#: languages/vue.php:2822
|
8788 |
msgid "Your Top 5 Pages"
|
8789 |
msgstr ""
|
8790 |
|
8791 |
+
#: languages/vue.php:2825
|
8792 |
msgid "Time Spent on Site"
|
8793 |
msgstr ""
|
8794 |
|
8795 |
+
#: languages/vue.php:2828
|
8796 |
msgid "minutes"
|
8797 |
msgstr ""
|
8798 |
|
8799 |
+
#: languages/vue.php:2831
|
8800 |
msgid "Device Type"
|
8801 |
msgstr ""
|
8802 |
|
8803 |
+
#: languages/vue.php:2834
|
8804 |
msgid "A Tip For 2021"
|
8805 |
msgstr ""
|
8806 |
|
8807 |
+
#: languages/vue.php:2837
|
8808 |
msgid "Are you wondering, how do I get my Google to index my site? If your website isn’t showing up on Google search results then it could be that your webpages aren’t being indexed."
|
8809 |
msgstr ""
|
8810 |
|
8811 |
+
#: languages/vue.php:2840
|
8812 |
msgid "Read - 8 Ways to Get Google to Index Your Site Faster (Tried & Tested)"
|
8813 |
msgstr ""
|
8814 |
|
8815 |
+
#: languages/vue.php:2843
|
8816 |
msgid "So, where did all of these visitors come from?"
|
8817 |
msgstr ""
|
8818 |
|
8819 |
+
#: languages/vue.php:2846
|
8820 |
msgid "Clicks"
|
8821 |
msgstr ""
|
8822 |
|
8823 |
+
#: languages/vue.php:2849
|
8824 |
msgid "Your Top 5 Keywords"
|
8825 |
msgstr ""
|
8826 |
|
8827 |
+
#: languages/vue.php:2852
|
8828 |
msgid "What keywords visitors searched for to find your site"
|
8829 |
msgstr ""
|
8830 |
|
8831 |
+
#: languages/vue.php:2855
|
8832 |
msgid "Your Top 5 Referrals"
|
8833 |
msgstr ""
|
8834 |
|
8835 |
+
#: languages/vue.php:2858
|
8836 |
msgid "The websites that link back to your website"
|
8837 |
msgstr ""
|
8838 |
|
8839 |
+
#: languages/vue.php:2861
|
8840 |
msgid "Opportunity"
|
8841 |
msgstr ""
|
8842 |
|
8843 |
+
#: languages/vue.php:2864
|
8844 |
msgid "With Google Analytics, you can track and measure your site’s performance. Not only that, but you also get useful insights about your visitors."
|
8845 |
msgstr ""
|
8846 |
|
8847 |
+
#: languages/vue.php:2867
|
8848 |
msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
|
8849 |
msgstr ""
|
8850 |
|
8851 |
+
#: languages/vue.php:2870
|
8852 |
msgid "Thank you for using ExactMetrics!"
|
8853 |
msgstr ""
|
8854 |
|
8855 |
+
#: languages/vue.php:2873
|
8856 |
msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
|
8857 |
msgstr ""
|
8858 |
|
8859 |
+
#: languages/vue.php:2876
|
8860 |
msgid "Here's to an amazing 2021!"
|
8861 |
msgstr ""
|
8862 |
|
8863 |
+
#: languages/vue.php:2879
|
8864 |
msgid "Enjoying ExactMetrics"
|
8865 |
msgstr ""
|
8866 |
|
8867 |
+
#: languages/vue.php:2882
|
8868 |
msgid "Leave a five star review!"
|
8869 |
msgstr ""
|
8870 |
|
8871 |
+
#: languages/vue.php:2885
|
8872 |
msgid "Syed Balkhi"
|
8873 |
msgstr ""
|
8874 |
|
8875 |
+
#: languages/vue.php:2888
|
8876 |
msgid "Chris Christoff"
|
8877 |
msgstr ""
|
8878 |
|
8879 |
+
#: languages/vue.php:2891
|
8880 |
msgid "Write Review"
|
8881 |
msgstr ""
|
8882 |
|
8883 |
+
#: languages/vue.php:2894
|
8884 |
msgid "Did you know over 10 million websites use our plugins?"
|
8885 |
msgstr ""
|
8886 |
|
8887 |
+
#: languages/vue.php:2897
|
8888 |
msgid "Try our other popular WordPress plugins to grow your website in 2021."
|
8889 |
msgstr ""
|
8890 |
|
8891 |
+
#: languages/vue.php:2900
|
8892 |
msgid "Join our Communities!"
|
8893 |
msgstr ""
|
8894 |
|
8895 |
+
#: languages/vue.php:2903
|
8896 |
msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
|
8897 |
msgstr ""
|
8898 |
|
8899 |
+
#: languages/vue.php:2906
|
8900 |
msgid "Facebook Group"
|
8901 |
msgstr ""
|
8902 |
|
8903 |
+
#: languages/vue.php:2909
|
8904 |
msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
|
8905 |
msgstr ""
|
8906 |
|
8907 |
+
#: languages/vue.php:2912
|
8908 |
msgid "Join Now...It’s Free!"
|
8909 |
msgstr ""
|
8910 |
|
8911 |
+
#: languages/vue.php:2915
|
8912 |
msgid "WordPress Tutorials by WPBeginner"
|
8913 |
msgstr ""
|
8914 |
|
8915 |
+
#: languages/vue.php:2918
|
8916 |
msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
|
8917 |
msgstr ""
|
8918 |
|
8919 |
+
#: languages/vue.php:2921
|
8920 |
msgid "Visit WPBeginner"
|
8921 |
msgstr ""
|
8922 |
|
8923 |
+
#: languages/vue.php:2924
|
8924 |
msgid "Follow Us!"
|
8925 |
msgstr ""
|
8926 |
|
8927 |
+
#: languages/vue.php:2927
|
8928 |
msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
|
8929 |
msgstr ""
|
8930 |
|
8931 |
+
#: languages/vue.php:2930
|
8932 |
msgid "Copyright ExactMetrics, 2021"
|
8933 |
msgstr ""
|
8934 |
|
8935 |
+
#: languages/vue.php:2933
|
8936 |
msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
|
8937 |
msgstr ""
|
8938 |
|
8939 |
+
#: languages/vue.php:2939
|
8940 |
msgid "January"
|
8941 |
msgstr ""
|
8942 |
|
8943 |
+
#: languages/vue.php:2942
|
8944 |
msgid "February"
|
8945 |
msgstr ""
|
8946 |
|
8947 |
+
#: languages/vue.php:2945
|
8948 |
msgid "March"
|
8949 |
msgstr ""
|
8950 |
|
8951 |
+
#: languages/vue.php:2948
|
8952 |
msgid "April"
|
8953 |
msgstr ""
|
8954 |
|
8955 |
+
#: languages/vue.php:2951
|
8956 |
msgid "May"
|
8957 |
msgstr ""
|
8958 |
|
8959 |
+
#: languages/vue.php:2954
|
8960 |
msgid "June"
|
8961 |
msgstr ""
|
8962 |
|
8963 |
+
#: languages/vue.php:2957
|
8964 |
msgid "July"
|
8965 |
msgstr ""
|
8966 |
|
8967 |
+
#: languages/vue.php:2960
|
8968 |
msgid "August"
|
8969 |
msgstr ""
|
8970 |
|
8971 |
+
#: languages/vue.php:2963
|
8972 |
msgid "September"
|
8973 |
msgstr ""
|
8974 |
|
8975 |
+
#: languages/vue.php:2966
|
8976 |
msgid "October"
|
8977 |
msgstr ""
|
8978 |
|
8979 |
+
#: languages/vue.php:2969
|
8980 |
msgid "November"
|
8981 |
msgstr ""
|
8982 |
|
8983 |
+
#: languages/vue.php:2972
|
8984 |
msgid "December"
|
8985 |
msgstr ""
|
8986 |
|
8987 |
#. Translators: Number of visitors.
|
8988 |
+
#: languages/vue.php:2976
|
8989 |
msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
|
8990 |
msgstr ""
|
8991 |
|
8992 |
+
#: languages/vue.php:2979
|
8993 |
msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
|
8994 |
msgstr ""
|
8995 |
|
8996 |
#. Translators: Number of visitors.
|
8997 |
+
#: languages/vue.php:2983
|
8998 |
msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
|
8999 |
msgstr ""
|
9000 |
|
9001 |
#. Translators: Number of visitors.
|
9002 |
+
#: languages/vue.php:2987
|
9003 |
msgid "%s Visitors"
|
9004 |
msgstr ""
|
9005 |
|
9006 |
#. Translators: Percent and Number of visitors.
|
9007 |
+
#: languages/vue.php:2991
|
9008 |
msgid "%1$s% of your visitors were %2$s"
|
9009 |
msgstr ""
|
9010 |
|
9011 |
#. Translators: Number of visitors and their age.
|
9012 |
+
#: languages/vue.php:2995
|
9013 |
msgid "%1$s% of your visitors were between the ages of %2$s"
|
9014 |
msgstr ""
|
9015 |
|
9016 |
#. Translators: Number of visitors and number of pages.
|
9017 |
+
#: languages/vue.php:2999
|
9018 |
msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
|
9019 |
msgstr ""
|
9020 |
|
9021 |
#. Translators: Number of minutes spent on site.
|
9022 |
+
#: languages/vue.php:3003
|
9023 |
msgid "Each visitor spent an average of %s minutes on your website in 2020."
|
9024 |
msgstr ""
|
9025 |
|
9026 |
#. Translators: Name of device type.
|
9027 |
+
#: languages/vue.php:3007
|
9028 |
msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
|
9029 |
msgstr ""
|
9030 |
|
9031 |
#. Translators: Number of visitors and device percentage.
|
9032 |
+
#: languages/vue.php:3011
|
9033 |
msgid "%1$s% of your visitors were on a %2$s device."
|
9034 |
msgstr ""
|
9035 |
|
9036 |
#. Translators: add link to blog.
|
9037 |
+
#: languages/vue.php:3015
|
9038 |
msgid "To comply with Google's API policies we've had to remove the site speed report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
|
9039 |
msgstr ""
|
9040 |
|
9041 |
#. Translators: add link to blog.
|
9042 |
+
#: languages/vue.php:3019
|
9043 |
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. But what happens if a website doesn't load quickly for users?"
|
9044 |
msgstr ""
|
9045 |
|
9046 |
#. Translators: add link to blog.
|
9047 |
+
#: languages/vue.php:3023
|
9048 |
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly."
|
9049 |
msgstr ""
|
9050 |
|
9051 |
#. Translators: add link to blog.
|
9052 |
+
#: languages/vue.php:3027
|
9053 |
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
|
9054 |
msgstr ""
|
9055 |
|
9056 |
+
#: languages/vue.php:3030
|
9057 |
msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
|
9058 |
msgstr ""
|
9059 |
|
9060 |
+
#: languages/vue.php:3033
|
9061 |
msgid "Read - How to Track Google Analytics Landing Page Conversions"
|
9062 |
msgstr ""
|
9063 |
|
9064 |
+
#: languages/vue.php:3036
|
9065 |
msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
|
9066 |
msgstr ""
|
9067 |
|
9068 |
+
#: languages/vue.php:3039
|
9069 |
msgid "Tracking Mode"
|
9070 |
msgstr ""
|
9071 |
|
9072 |
+
#: languages/vue.php:3042
|
9073 |
msgid "Use Global Site Tag (gtag.js)"
|
9074 |
msgstr ""
|
9075 |
|
9076 |
+
#: languages/vue.php:3045
|
9077 |
msgid "Enable gtag tracking code to improve compatibility. Read more about what this change means in this %1$sarticle%2$s. Once you switch you won’t be able to go back."
|
9078 |
msgstr ""
|
9079 |
|
9080 |
+
#: languages/vue.php:3048
|
9081 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default in a future release and analytics.js tracking will no longer be supported. Tracking on your site should not be affected."
|
9082 |
msgstr ""
|
9083 |
|
9084 |
+
#: languages/vue.php:3051
|
9085 |
msgid "Compatibility mode"
|
9086 |
msgstr ""
|
9087 |
|
9088 |
+
#: languages/vue.php:3054
|
9089 |
msgid "Enable _gtagTracker Compatibility"
|
9090 |
msgstr ""
|
9091 |
|
9092 |
#. Translators: Placeholder gets replaced with default GA js function.
|
9093 |
+
#: languages/vue.php:3058
|
9094 |
msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
|
9095 |
msgstr ""
|
9096 |
|
9097 |
+
#: languages/vue.php:3061
|
9098 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default tracking option in a future release and analytics.js tracking will no longer be supported."
|
9099 |
msgstr ""
|
9100 |
|
9101 |
+
#: languages/vue.php:3064
|
9102 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %$1stracking%$2s option in a future release and analytics.js tracking will no longer be supported."
|
9103 |
msgstr ""
|
9104 |
|
9105 |
#. Translators: placeholders make the text bold.
|
9106 |
+
#: languages/vue.php:3068
|
9107 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %1$stracking%2$s option in a future release and analytics.js tracking will no longer be supported."
|
9108 |
msgstr ""
|
9109 |
|
9110 |
#. Translators: placeholders make the text bold.
|
9111 |
+
#: languages/vue.php:3072
|
9112 |
msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %1$stracking option%2$s in a future release and analytics.js tracking will no longer be supported."
|
9113 |
msgstr ""
|
9114 |
|
9115 |
+
#: languages/vue.php:3075
|
9116 |
msgid "Used on over 4,000,000 websites!"
|
9117 |
msgstr ""
|
9118 |
|
9119 |
+
#: languages/vue.php:3078
|
9120 |
msgid "Get weekly traffic reports directly in your inbox."
|
9121 |
msgstr ""
|
9122 |
|
9123 |
+
#: languages/vue.php:3084
|
9124 |
msgid "Basic Options"
|
9125 |
msgstr ""
|
9126 |
|
9127 |
+
#: languages/vue.php:3087
|
9128 |
msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
|
9129 |
msgstr ""
|
9130 |
|
9131 |
+
#: languages/vue.php:3090
|
9132 |
msgid "Dynamic Popular Posts & Popular Products"
|
9133 |
msgstr ""
|
9134 |
|
9135 |
+
#: languages/vue.php:3093
|
9136 |
msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
|
9137 |
msgstr ""
|
9138 |
|
languages/vue.php
CHANGED
@@ -7,10 +7,11 @@ $generated_i18n_strings = array(
|
|
7 |
// Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:97
|
8 |
__( '2', 'google-analytics-dashboard-for-wp' ),
|
9 |
|
10 |
-
// Reference: src/
|
|
|
11 |
__( 'Error', 'google-analytics-dashboard-for-wp' ),
|
12 |
|
13 |
-
// Reference: src/plugins/exactmetrics-
|
14 |
__( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
|
15 |
|
16 |
// Reference: src/plugins/exactmetrics-widget-helper-plugin.js:42
|
@@ -28,14 +29,13 @@ $generated_i18n_strings = array(
|
|
28 |
// Reference: src/plugins/exactmetrics-widget-helper-plugin.js:66
|
29 |
__( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
|
30 |
|
31 |
-
// Reference: src/
|
32 |
__( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
|
33 |
|
34 |
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
|
35 |
__( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
|
36 |
|
37 |
-
// Reference: src/
|
38 |
-
// Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:53
|
39 |
__( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
|
40 |
|
41 |
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
|
@@ -71,6 +71,7 @@ $generated_i18n_strings = array(
|
|
71 |
__( '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-dashboard-for-wp' ),
|
72 |
|
73 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:31
|
|
|
74 |
__( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
|
75 |
|
76 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
|
@@ -83,11 +84,9 @@ $generated_i18n_strings = array(
|
|
83 |
__( '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-dashboard-for-wp' ),
|
84 |
|
85 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:31
|
86 |
-
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
|
87 |
__( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
|
88 |
|
89 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:32
|
90 |
-
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
|
91 |
__( '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-dashboard-for-wp' ),
|
92 |
|
93 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportSearchConsole-Lite.vue:31
|
@@ -96,7 +95,7 @@ $generated_i18n_strings = array(
|
|
96 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
|
97 |
__( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
|
98 |
|
99 |
-
// Reference: src/
|
100 |
__( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
|
101 |
|
102 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
|
@@ -212,50 +211,40 @@ $generated_i18n_strings = array(
|
|
212 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:218
|
213 |
__( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
|
214 |
|
215 |
-
// Reference: src/modules/
|
216 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-
|
217 |
-
// Reference: src/modules/
|
218 |
__( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
|
219 |
|
220 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:92
|
221 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:42
|
222 |
__( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
|
223 |
|
224 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:93
|
225 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:44
|
226 |
__( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
|
227 |
|
228 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:94
|
229 |
-
// Reference: src/modules/wizard-onboarding/components/steps/
|
230 |
__( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
|
231 |
|
232 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:95
|
233 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:48
|
234 |
__( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
|
235 |
|
236 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:96
|
237 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:50
|
238 |
__( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
|
239 |
|
240 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:99
|
241 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:43
|
242 |
__( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
|
243 |
|
244 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:100
|
245 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:45
|
246 |
__( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
|
247 |
|
248 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:101
|
249 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:47
|
250 |
__( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
|
251 |
|
252 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:102
|
253 |
-
// Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:45
|
254 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:49
|
255 |
__( 'Search Console', 'google-analytics-dashboard-for-wp' ),
|
256 |
|
257 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:103
|
258 |
-
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:51
|
259 |
__( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
|
260 |
|
261 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:85
|
@@ -273,7 +262,7 @@ $generated_i18n_strings = array(
|
|
273 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:89
|
274 |
__( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
|
275 |
|
276 |
-
// Reference: src/components/
|
277 |
__( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
|
278 |
|
279 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:144
|
@@ -290,16 +279,16 @@ $generated_i18n_strings = array(
|
|
290 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:149
|
291 |
__( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
|
292 |
|
293 |
-
// Reference: src/modules/about/components/
|
294 |
__( 'About Us', 'google-analytics-dashboard-for-wp' ),
|
295 |
|
296 |
-
// Reference: src/modules/
|
297 |
__( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
|
298 |
|
299 |
-
// Reference: src/modules/about/components/
|
300 |
-
// Reference: src/modules/settings/routes/network.js:52
|
301 |
__( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
|
302 |
|
|
|
303 |
// Reference: src/modules/tools/components/ToolsNavigation.vue:14
|
304 |
__( 'Import Export', 'google-analytics-dashboard-for-wp' ),
|
305 |
|
@@ -324,25 +313,26 @@ $generated_i18n_strings = array(
|
|
324 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:62
|
325 |
__( 'Engagement', 'google-analytics-dashboard-for-wp' ),
|
326 |
|
327 |
-
// Reference: src/modules/
|
328 |
__( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
|
329 |
|
330 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:64
|
331 |
__( 'Publisher', 'google-analytics-dashboard-for-wp' ),
|
332 |
|
333 |
-
// Reference: src/modules/settings/components/tabs/exactmetrics-
|
334 |
__( 'Conversions', 'google-analytics-dashboard-for-wp' ),
|
335 |
|
336 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:66
|
337 |
__( 'Advanced', 'google-analytics-dashboard-for-wp' ),
|
338 |
|
|
|
339 |
// Reference: src/modules/tools/components/ToolsNavigation.vue:15
|
340 |
__( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
|
341 |
|
342 |
-
// Reference: src/modules/
|
343 |
__( 'Overview', 'google-analytics-dashboard-for-wp' ),
|
344 |
|
345 |
-
// Reference: src/modules/reports/components/exactmetrics-
|
346 |
__( 'Publishers', 'google-analytics-dashboard-for-wp' ),
|
347 |
|
348 |
// Reference: src/modules/reports/routes/exactmetrics-routes.js:57
|
@@ -382,7 +372,7 @@ $generated_i18n_strings = array(
|
|
382 |
// Reference: src/modules/reports/components/ReportNoAuth.vue:26
|
383 |
__( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
|
384 |
|
385 |
-
// Reference: src/modules/
|
386 |
__( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
387 |
|
388 |
// Reference: src/modules/reports/components/ReportNoAuth.vue:28
|
@@ -428,13 +418,13 @@ $generated_i18n_strings = array(
|
|
428 |
__( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-dashboard-for-wp' ),
|
429 |
|
430 |
// Reference: src/modules/reports/components/ReportReAuth.vue:21
|
431 |
-
// Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
|
432 |
__( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
433 |
|
|
|
434 |
// Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:127
|
435 |
__( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
|
436 |
|
437 |
-
// Reference: src/modules/
|
438 |
__( 'Ok', 'google-analytics-dashboard-for-wp' ),
|
439 |
|
440 |
// Reference: src/components/TheQuickLinks.vue:31
|
@@ -506,7 +496,6 @@ $generated_i18n_strings = array(
|
|
506 |
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:141
|
507 |
__( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-dashboard-for-wp' ),
|
508 |
|
509 |
-
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:175
|
510 |
// Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:102
|
511 |
__( 'Not Available', 'google-analytics-dashboard-for-wp' ),
|
512 |
|
@@ -543,7 +532,6 @@ $generated_i18n_strings = array(
|
|
543 |
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
|
544 |
__( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
|
545 |
|
546 |
-
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:67
|
547 |
// Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:60
|
548 |
__( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
|
549 |
|
@@ -677,7 +665,7 @@ $generated_i18n_strings = array(
|
|
677 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
|
678 |
__( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
|
679 |
|
680 |
-
// Reference: src/modules/
|
681 |
__( 'Installing...', 'google-analytics-dashboard-for-wp' ),
|
682 |
|
683 |
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:39
|
@@ -747,7 +735,7 @@ $generated_i18n_strings = array(
|
|
747 |
/* Translators: Make text bold. */
|
748 |
__( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
|
749 |
|
750 |
-
// Reference: src/modules/
|
751 |
__( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
|
752 |
|
753 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
|
@@ -784,7 +772,7 @@ $generated_i18n_strings = array(
|
|
784 |
/* Translators: Add a link to upgrade and make the text green. */
|
785 |
__( 'To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!', 'google-analytics-dashboard-for-wp' ),
|
786 |
|
787 |
-
// Reference: src/modules/wizard-onboarding/components/steps/
|
788 |
__( 'Save and continue', 'google-analytics-dashboard-for-wp' ),
|
789 |
|
790 |
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:57
|
@@ -866,17 +854,21 @@ $generated_i18n_strings = array(
|
|
866 |
__( 'ExactMetrics 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? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel.', 'google-analytics-dashboard-for-wp' ),
|
867 |
|
868 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:52
|
|
|
869 |
/* Translators: Example path (/go/). */
|
870 |
__( 'Path (example: %s)', 'google-analytics-dashboard-for-wp' ),
|
871 |
|
872 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:54
|
|
|
873 |
__( 'Path has to start with a / and have no spaces', 'google-analytics-dashboard-for-wp' ),
|
874 |
|
875 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:59
|
|
|
876 |
/* Translators: Example label (aff). */
|
877 |
__( 'Label (example: %s)', 'google-analytics-dashboard-for-wp' ),
|
878 |
|
879 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:61
|
|
|
880 |
__( 'Label can\'t contain any spaces', 'google-analytics-dashboard-for-wp' ),
|
881 |
|
882 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
|
@@ -894,7 +886,7 @@ $generated_i18n_strings = array(
|
|
894 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
|
895 |
__( 'These user roles will be able to access ExactMetrics\'s reports in the WordPress admin area.', 'google-analytics-dashboard-for-wp' ),
|
896 |
|
897 |
-
// Reference: src/modules/
|
898 |
__( '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-dashboard-for-wp' ),
|
899 |
|
900 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
|
@@ -903,7 +895,7 @@ $generated_i18n_strings = array(
|
|
903 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
|
904 |
__( 'Enhanced Link Attribution is enabled the moment you set up ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
905 |
|
906 |
-
// Reference: src/modules/
|
907 |
__( '+ Add Role', 'google-analytics-dashboard-for-wp' ),
|
908 |
|
909 |
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:38
|
@@ -972,7 +964,7 @@ $generated_i18n_strings = array(
|
|
972 |
// Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
|
973 |
__( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
|
974 |
|
975 |
-
// Reference: src/modules/
|
976 |
__( 'Behavior', 'google-analytics-dashboard-for-wp' ),
|
977 |
|
978 |
// Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
|
@@ -1121,6 +1113,7 @@ $generated_i18n_strings = array(
|
|
1121 |
__( 'Reports', 'google-analytics-dashboard-for-wp' ),
|
1122 |
|
1123 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:103
|
|
|
1124 |
__( 'Automatic Updates', 'google-analytics-dashboard-for-wp' ),
|
1125 |
|
1126 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:104
|
@@ -1190,6 +1183,7 @@ $generated_i18n_strings = array(
|
|
1190 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:99
|
1191 |
__( 'Custom code', 'google-analytics-dashboard-for-wp' ),
|
1192 |
|
|
|
1193 |
// Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:27
|
1194 |
__( 'License Key', 'google-analytics-dashboard-for-wp' ),
|
1195 |
|
@@ -1197,33 +1191,32 @@ $generated_i18n_strings = array(
|
|
1197 |
/* Translators: Adds link to the account area to retreive license key. */
|
1198 |
__( 'Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1199 |
|
1200 |
-
// Reference: src/modules/settings/components/
|
1201 |
__( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
|
1202 |
|
1203 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1204 |
__( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
|
1205 |
|
1206 |
-
// Reference: src/modules/settings/components/
|
1207 |
__( 'Verify', 'google-analytics-dashboard-for-wp' ),
|
1208 |
|
1209 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1210 |
__( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
1211 |
|
1212 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1213 |
__( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
|
1214 |
|
1215 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1216 |
__( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
1217 |
|
1218 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
|
1219 |
__( 'Connect ExactMetrics to Start Tracking Your Data', 'google-analytics-dashboard-for-wp' ),
|
1220 |
|
1221 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1222 |
__( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
|
1223 |
|
1224 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1225 |
-
|
1226 |
-
/* Translators: Add link to upgrade. */
|
1227 |
__( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1228 |
|
1229 |
// Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:34
|
@@ -1242,7 +1235,7 @@ $generated_i18n_strings = array(
|
|
1242 |
/* Translators: Make text bold. */
|
1243 |
__( '%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process.', 'google-analytics-dashboard-for-wp' ),
|
1244 |
|
1245 |
-
// Reference: src/modules/settings/components/
|
1246 |
__( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
|
1247 |
|
1248 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:42
|
@@ -1251,16 +1244,16 @@ $generated_i18n_strings = array(
|
|
1251 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:43
|
1252 |
__( 'Your Website', 'google-analytics-dashboard-for-wp' ),
|
1253 |
|
1254 |
-
// Reference: src/modules/
|
1255 |
__( 'Sessions', 'google-analytics-dashboard-for-wp' ),
|
1256 |
|
1257 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-
|
1258 |
__( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
|
1259 |
|
1260 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:46
|
1261 |
__( 'Avg. Duration', 'google-analytics-dashboard-for-wp' ),
|
1262 |
|
1263 |
-
// Reference: src/modules/
|
1264 |
__( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
|
1265 |
|
1266 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:56
|
@@ -1269,21 +1262,21 @@ $generated_i18n_strings = array(
|
|
1269 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:58
|
1270 |
__( 'Want to see page-specific stats?', 'google-analytics-dashboard-for-wp' ),
|
1271 |
|
1272 |
-
// Reference: src/modules/
|
1273 |
__( 'Dismiss', 'google-analytics-dashboard-for-wp' ),
|
1274 |
|
1275 |
-
// Reference: src/modules/settings/api/index.js:
|
1276 |
/* Translators: Error status and error text. */
|
1277 |
__( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
|
1278 |
|
1279 |
-
// Reference: src/modules/
|
1280 |
__( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
|
1281 |
|
1282 |
-
// Reference: src/modules/
|
1283 |
/* Translators: Error status and error text. */
|
1284 |
__( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
|
1285 |
|
1286 |
-
// Reference: src/modules/
|
1287 |
__( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
|
1288 |
|
1289 |
// Reference: src/modules/auth/api/index.js:119
|
@@ -1342,31 +1335,31 @@ $generated_i18n_strings = array(
|
|
1342 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:32
|
1343 |
__( 'Increase your sales & revenue with insights. ExactMetrics 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-dashboard-for-wp' ),
|
1344 |
|
1345 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-
|
1346 |
__( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
|
1347 |
|
1348 |
-
// Reference: src/modules/
|
1349 |
__( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
|
1350 |
|
1351 |
-
// Reference: src/modules/
|
1352 |
__( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
|
1353 |
|
1354 |
-
// Reference: src/modules/
|
1355 |
__( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
|
1356 |
|
1357 |
-
// Reference: src/modules/
|
1358 |
__( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
|
1359 |
|
1360 |
-
// Reference: src/modules/
|
1361 |
__( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
|
1362 |
|
1363 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:59
|
1364 |
__( 'See Your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
|
1365 |
|
1366 |
-
// Reference: src/modules/
|
1367 |
__( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
|
1368 |
|
1369 |
-
// Reference: src/modules/
|
1370 |
__( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
|
1371 |
|
1372 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:159
|
@@ -1375,27 +1368,26 @@ $generated_i18n_strings = array(
|
|
1375 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:160
|
1376 |
__( 'Returning', 'google-analytics-dashboard-for-wp' ),
|
1377 |
|
1378 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-
|
1379 |
__( 'Desktop', 'google-analytics-dashboard-for-wp' ),
|
1380 |
|
1381 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-
|
1382 |
__( 'Tablet', 'google-analytics-dashboard-for-wp' ),
|
1383 |
|
1384 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-
|
1385 |
__( 'Mobile', 'google-analytics-dashboard-for-wp' ),
|
1386 |
|
|
|
1387 |
// Reference: src/modules/widget/widget.vue:25
|
1388 |
__( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
|
1389 |
|
1390 |
-
// Reference: src/modules/
|
1391 |
__( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
|
1392 |
|
1393 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:257
|
1394 |
-
// Reference: src/modules/widget/store/index.js:27
|
1395 |
__( 'New vs. Returning Visitors', 'google-analytics-dashboard-for-wp' ),
|
1396 |
|
1397 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:258
|
1398 |
-
// Reference: src/modules/widget/store/index.js:34
|
1399 |
__( 'Device Breakdown', 'google-analytics-dashboard-for-wp' ),
|
1400 |
|
1401 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:259
|
@@ -1411,30 +1403,27 @@ $generated_i18n_strings = array(
|
|
1411 |
__( 'View All Referral Sources', 'google-analytics-dashboard-for-wp' ),
|
1412 |
|
1413 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:263
|
1414 |
-
// Reference: src/modules/widget/store/index.js:20
|
1415 |
__( 'Top Posts/Pages', 'google-analytics-dashboard-for-wp' ),
|
1416 |
|
1417 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:264
|
1418 |
__( 'View Full Posts/Pages Report', 'google-analytics-dashboard-for-wp' ),
|
1419 |
|
1420 |
-
// Reference: src/modules/
|
1421 |
__( 'A session is the browsing session of a single user to your site.', 'google-analytics-dashboard-for-wp' ),
|
1422 |
|
1423 |
-
// Reference: src/modules/
|
1424 |
__( '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-dashboard-for-wp' ),
|
1425 |
|
1426 |
-
// Reference: src/modules/
|
1427 |
__( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-dashboard-for-wp' ),
|
1428 |
|
1429 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:269
|
1430 |
__( 'Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.', 'google-analytics-dashboard-for-wp' ),
|
1431 |
|
1432 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:270
|
1433 |
-
// Reference: src/modules/widget/store/index.js:28
|
1434 |
__( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-dashboard-for-wp' ),
|
1435 |
|
1436 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:271
|
1437 |
-
// Reference: src/modules/widget/store/index.js:35
|
1438 |
__( '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.', 'google-analytics-dashboard-for-wp' ),
|
1439 |
|
1440 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:272
|
@@ -1444,7 +1433,6 @@ $generated_i18n_strings = array(
|
|
1444 |
__( 'This list shows the top websites that send your website traffic, known as referral traffic.', 'google-analytics-dashboard-for-wp' ),
|
1445 |
|
1446 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:274
|
1447 |
-
// Reference: src/modules/widget/store/index.js:21
|
1448 |
__( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-dashboard-for-wp' ),
|
1449 |
|
1450 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:31
|
@@ -1586,6 +1574,7 @@ $generated_i18n_strings = array(
|
|
1586 |
// Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:190
|
1587 |
__( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.', 'google-analytics-dashboard-for-wp' ),
|
1588 |
|
|
|
1589 |
// Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:191
|
1590 |
__( 'Download Pretty Links', 'google-analytics-dashboard-for-wp' ),
|
1591 |
|
@@ -1673,7 +1662,7 @@ $generated_i18n_strings = array(
|
|
1673 |
/* Translators: Add links to documentation. */
|
1674 |
__( '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 %1$sknowledge base%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1675 |
|
1676 |
-
// Reference: src/modules/
|
1677 |
__( 'Demographics', 'google-analytics-dashboard-for-wp' ),
|
1678 |
|
1679 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEngagement.vue:66
|
@@ -1796,12 +1785,15 @@ $generated_i18n_strings = array(
|
|
1796 |
// Reference: src/modules/reports/store/actions.js:212
|
1797 |
__( 'Please wait', 'google-analytics-dashboard-for-wp' ),
|
1798 |
|
|
|
1799 |
// Reference: src/modules/reports/store/actions.js:52
|
1800 |
__( 'activate', 'google-analytics-dashboard-for-wp' ),
|
1801 |
|
|
|
1802 |
// Reference: src/modules/reports/store/actions.js:52
|
1803 |
__( 'install', 'google-analytics-dashboard-for-wp' ),
|
1804 |
|
|
|
1805 |
// Reference: src/modules/reports/store/actions.js:56
|
1806 |
__( 'Visit addons page', 'google-analytics-dashboard-for-wp' ),
|
1807 |
|
@@ -1893,7 +1885,6 @@ $generated_i18n_strings = array(
|
|
1893 |
__( 'View all Pro features', 'google-analytics-dashboard-for-wp' ),
|
1894 |
|
1895 |
// Reference: src/modules/settings/components/input/SettingsInputNumber.vue:56
|
1896 |
-
// Reference: src/modules/settings/components/input/SettingsInputText.vue:46
|
1897 |
__( 'Reset to default', 'google-analytics-dashboard-for-wp' ),
|
1898 |
|
1899 |
// Reference: src/modules/settings/components/input/SettingsInputText.vue:47
|
@@ -1922,7 +1913,7 @@ $generated_i18n_strings = array(
|
|
1922 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
|
1923 |
__( 'Close', 'google-analytics-dashboard-for-wp' ),
|
1924 |
|
1925 |
-
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-
|
1926 |
__( 'Add Top 5 Posts from Google Analytics', 'google-analytics-dashboard-for-wp' ),
|
1927 |
|
1928 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
|
@@ -1935,7 +1926,7 @@ $generated_i18n_strings = array(
|
|
1935 |
/* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
|
1936 |
__( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-dashboard-for-wp' ),
|
1937 |
|
1938 |
-
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-
|
1939 |
__( 'Automated + Curated', 'google-analytics-dashboard-for-wp' ),
|
1940 |
|
1941 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
|
@@ -1979,11 +1970,9 @@ $generated_i18n_strings = array(
|
|
1979 |
/* Translators: Adds link to activate/install plugin and documentation. */
|
1980 |
__( 'In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s', 'google-analytics-dashboard-for-wp' ),
|
1981 |
|
1982 |
-
// Reference: src/modules/addons/components/AddonButton.vue:47
|
1983 |
// Reference: src/modules/widget/components/WidgetFooter.vue:21
|
1984 |
__( 'Activate', 'google-analytics-dashboard-for-wp' ),
|
1985 |
|
1986 |
-
// Reference: src/modules/addons/components/AddonButton.vue:51
|
1987 |
// Reference: src/modules/widget/components/WidgetFooter.vue:20
|
1988 |
__( 'Install', 'google-analytics-dashboard-for-wp' ),
|
1989 |
|
@@ -2010,6 +1999,8 @@ $generated_i18n_strings = array(
|
|
2010 |
// Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
|
2011 |
__( 'Indexing completed, counts will update automatically every day.', 'google-analytics-dashboard-for-wp' ),
|
2012 |
|
|
|
|
|
2013 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
|
2014 |
__( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
|
2015 |
|
@@ -2077,12 +2068,15 @@ $generated_i18n_strings = array(
|
|
2077 |
/* Translators: Add link to retrieve license key from account. */
|
2078 |
__( 'Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
|
2079 |
|
|
|
2080 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputMisc-Lite.vue:32
|
2081 |
__( 'Miscellaneous', 'google-analytics-dashboard-for-wp' ),
|
2082 |
|
|
|
2083 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputMisc-Lite.vue:34
|
2084 |
__( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-dashboard-for-wp' ),
|
2085 |
|
|
|
2086 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputMisc-Lite.vue:35
|
2087 |
__( 'Hide Announcements', 'google-analytics-dashboard-for-wp' ),
|
2088 |
|
@@ -2160,11 +2154,11 @@ $generated_i18n_strings = array(
|
|
2160 |
// Reference: src/modules/reports/api/index.js:28
|
2161 |
__( 'Error loading report data', 'google-analytics-dashboard-for-wp' ),
|
2162 |
|
2163 |
-
// Reference: src/modules/
|
2164 |
-
/* Translators:
|
2165 |
__( 'vs. Previous Day', 'google-analytics-dashboard-for-wp' ),
|
2166 |
|
2167 |
-
// Reference: src/modules/
|
2168 |
__( 'No change', 'google-analytics-dashboard-for-wp' ),
|
2169 |
|
2170 |
// Reference: src/modules/license/api/index.js:118
|
@@ -2203,8 +2197,8 @@ $generated_i18n_strings = array(
|
|
2203 |
// Reference: src/modules/addons/components/AddonButton.vue:43
|
2204 |
__( 'Deactivate', 'google-analytics-dashboard-for-wp' ),
|
2205 |
|
2206 |
-
// Reference: src/modules/widget/components/
|
2207 |
-
/* Translators:
|
2208 |
__( 'Last %s days', 'google-analytics-dashboard-for-wp' ),
|
2209 |
|
2210 |
// Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
|
@@ -2214,7 +2208,7 @@ $generated_i18n_strings = array(
|
|
2214 |
// Reference: src/modules/widget/components/exactmetrics-WidgetAccordion-Lite.vue:213
|
2215 |
__( 'Analytics', 'google-analytics-dashboard-for-wp' ),
|
2216 |
|
2217 |
-
// Reference: src/modules/widget/components/exactmetrics-
|
2218 |
/* Translators: Adds an arrow icon. */
|
2219 |
__( 'View All Reports %s', 'google-analytics-dashboard-for-wp' ),
|
2220 |
|
@@ -2251,12 +2245,15 @@ $generated_i18n_strings = array(
|
|
2251 |
__( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-dashboard-for-wp' ),
|
2252 |
|
2253 |
// Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:100
|
|
|
2254 |
__( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-dashboard-for-wp' ),
|
2255 |
|
2256 |
// Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:101
|
|
|
2257 |
__( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-dashboard-for-wp' ),
|
2258 |
|
2259 |
// Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:108
|
|
|
2260 |
__( 'Icon', 'google-analytics-dashboard-for-wp' ),
|
2261 |
|
2262 |
// Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
|
@@ -2478,7 +2475,7 @@ $generated_i18n_strings = array(
|
|
2478 |
// Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
|
2479 |
__( 'Unlock with %s', 'google-analytics-dashboard-for-wp' ),
|
2480 |
|
2481 |
-
// Reference: src/modules/settings/components/
|
2482 |
__( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
|
2483 |
|
2484 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputEmailSummaries-Lite.vue:17
|
@@ -2521,7 +2518,7 @@ $generated_i18n_strings = array(
|
|
2521 |
// Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:38
|
2522 |
__( 'Upgrade to', 'google-analytics-dashboard-for-wp' ),
|
2523 |
|
2524 |
-
// Reference: src/modules/
|
2525 |
/* Translators: Placeholder adds a line break. */
|
2526 |
__( 'You can customize your %sdate range only in the PRO version.', 'google-analytics-dashboard-for-wp' ),
|
2527 |
|
@@ -2572,6 +2569,7 @@ $generated_i18n_strings = array(
|
|
2572 |
__( 'Unlock All Features and Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
|
2573 |
|
2574 |
// Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:25
|
|
|
2575 |
__( 'Show', 'google-analytics-dashboard-for-wp' ),
|
2576 |
|
2577 |
// Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:27
|
@@ -2726,9 +2724,11 @@ $generated_i18n_strings = array(
|
|
2726 |
__( 'Upgrade to ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
|
2727 |
|
2728 |
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:31
|
|
|
2729 |
__( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-dashboard-for-wp' ),
|
2730 |
|
2731 |
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:32
|
|
|
2732 |
__( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-dashboard-for-wp' ),
|
2733 |
|
2734 |
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:41
|
@@ -2743,7 +2743,6 @@ $generated_i18n_strings = array(
|
|
2743 |
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:53
|
2744 |
__( 'Learn How to Improve the Core Metrics that Google Uses to Rank Your Site', 'google-analytics-dashboard-for-wp' ),
|
2745 |
|
2746 |
-
// Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:49
|
2747 |
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:260
|
2748 |
__( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
|
2749 |
|
7 |
// Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:97
|
8 |
__( '2', 'google-analytics-dashboard-for-wp' ),
|
9 |
|
10 |
+
// Reference: src/modules/reports/components/ReportReAuth.vue:45
|
11 |
+
// Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:225
|
12 |
__( 'Error', 'google-analytics-dashboard-for-wp' ),
|
13 |
|
14 |
+
// Reference: src/plugins/exactmetrics-frontend-helper-plugin.js:14
|
15 |
__( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
|
16 |
|
17 |
// Reference: src/plugins/exactmetrics-widget-helper-plugin.js:42
|
29 |
// Reference: src/plugins/exactmetrics-widget-helper-plugin.js:66
|
30 |
__( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
|
31 |
|
32 |
+
// Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:48
|
33 |
__( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
|
34 |
|
35 |
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
|
36 |
__( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
|
37 |
|
38 |
+
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:117
|
|
|
39 |
__( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
|
40 |
|
41 |
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
|
71 |
__( '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-dashboard-for-wp' ),
|
72 |
|
73 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:31
|
74 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:189
|
75 |
__( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
|
76 |
|
77 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
|
84 |
__( '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-dashboard-for-wp' ),
|
85 |
|
86 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:31
|
|
|
87 |
__( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
|
88 |
|
89 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:32
|
|
|
90 |
__( '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-dashboard-for-wp' ),
|
91 |
|
92 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportSearchConsole-Lite.vue:31
|
95 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
|
96 |
__( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
|
97 |
|
98 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
|
99 |
__( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
|
100 |
|
101 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
|
211 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:218
|
212 |
__( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
|
213 |
|
214 |
+
// Reference: src/modules/reports/components/exactmetrics-ReportsPdfExport-Lite.vue:48
|
215 |
+
// Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:51
|
216 |
+
// Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:35
|
217 |
__( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
|
218 |
|
219 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:92
|
|
|
220 |
__( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
|
221 |
|
222 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:93
|
|
|
223 |
__( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
|
224 |
|
225 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:94
|
226 |
+
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:60
|
227 |
__( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
|
228 |
|
229 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:95
|
|
|
230 |
__( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
|
231 |
|
232 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:96
|
|
|
233 |
__( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
|
234 |
|
235 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:99
|
|
|
236 |
__( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
|
237 |
|
238 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:100
|
|
|
239 |
__( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
|
240 |
|
241 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:101
|
|
|
242 |
__( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
|
243 |
|
244 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:102
|
|
|
|
|
245 |
__( 'Search Console', 'google-analytics-dashboard-for-wp' ),
|
246 |
|
247 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:103
|
|
|
248 |
__( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
|
249 |
|
250 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:85
|
262 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:89
|
263 |
__( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
|
264 |
|
265 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:142
|
266 |
__( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
|
267 |
|
268 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:144
|
279 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:149
|
280 |
__( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
|
281 |
|
282 |
+
// Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
|
283 |
__( 'About Us', 'google-analytics-dashboard-for-wp' ),
|
284 |
|
285 |
+
// Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
|
286 |
__( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
|
287 |
|
288 |
+
// Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
|
|
|
289 |
__( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
|
290 |
|
291 |
+
// Reference: src/modules/settings/routes/site.js:100
|
292 |
// Reference: src/modules/tools/components/ToolsNavigation.vue:14
|
293 |
__( 'Import Export', 'google-analytics-dashboard-for-wp' ),
|
294 |
|
313 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:62
|
314 |
__( 'Engagement', 'google-analytics-dashboard-for-wp' ),
|
315 |
|
316 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:63
|
317 |
__( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
|
318 |
|
319 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:64
|
320 |
__( 'Publisher', 'google-analytics-dashboard-for-wp' ),
|
321 |
|
322 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:65
|
323 |
__( 'Conversions', 'google-analytics-dashboard-for-wp' ),
|
324 |
|
325 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:66
|
326 |
__( 'Advanced', 'google-analytics-dashboard-for-wp' ),
|
327 |
|
328 |
+
// Reference: src/modules/settings/routes/site.js:92
|
329 |
// Reference: src/modules/tools/components/ToolsNavigation.vue:15
|
330 |
__( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
|
331 |
|
332 |
+
// Reference: src/modules/widget/store/index.js:76
|
333 |
__( 'Overview', 'google-analytics-dashboard-for-wp' ),
|
334 |
|
335 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:30
|
336 |
__( 'Publishers', 'google-analytics-dashboard-for-wp' ),
|
337 |
|
338 |
// Reference: src/modules/reports/routes/exactmetrics-routes.js:57
|
372 |
// Reference: src/modules/reports/components/ReportNoAuth.vue:26
|
373 |
__( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
|
374 |
|
375 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:121
|
376 |
__( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
377 |
|
378 |
// Reference: src/modules/reports/components/ReportNoAuth.vue:28
|
418 |
__( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-dashboard-for-wp' ),
|
419 |
|
420 |
// Reference: src/modules/reports/components/ReportReAuth.vue:21
|
|
|
421 |
__( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
422 |
|
423 |
+
// Reference: src/modules/reports/components/ReportReAuth.vue:30
|
424 |
// Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:127
|
425 |
__( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
|
426 |
|
427 |
+
// Reference: src/modules/reports/components/ReportReAuth.vue:47
|
428 |
__( 'Ok', 'google-analytics-dashboard-for-wp' ),
|
429 |
|
430 |
// Reference: src/components/TheQuickLinks.vue:31
|
496 |
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:141
|
497 |
__( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-dashboard-for-wp' ),
|
498 |
|
|
|
499 |
// Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:102
|
500 |
__( 'Not Available', 'google-analytics-dashboard-for-wp' ),
|
501 |
|
532 |
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
|
533 |
__( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
|
534 |
|
|
|
535 |
// Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:60
|
536 |
__( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
|
537 |
|
665 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
|
666 |
__( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
|
667 |
|
668 |
+
// Reference: src/modules/addons/components/AddonButton.vue:39
|
669 |
__( 'Installing...', 'google-analytics-dashboard-for-wp' ),
|
670 |
|
671 |
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:39
|
735 |
/* Translators: Make text bold. */
|
736 |
__( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
|
737 |
|
738 |
+
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:62
|
739 |
__( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
|
740 |
|
741 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
|
772 |
/* Translators: Add a link to upgrade and make the text green. */
|
773 |
__( 'To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!', 'google-analytics-dashboard-for-wp' ),
|
774 |
|
775 |
+
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:56
|
776 |
__( 'Save and continue', 'google-analytics-dashboard-for-wp' ),
|
777 |
|
778 |
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:57
|
854 |
__( 'ExactMetrics 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? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel.', 'google-analytics-dashboard-for-wp' ),
|
855 |
|
856 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:52
|
857 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:71
|
858 |
/* Translators: Example path (/go/). */
|
859 |
__( 'Path (example: %s)', 'google-analytics-dashboard-for-wp' ),
|
860 |
|
861 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:54
|
862 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:73
|
863 |
__( 'Path has to start with a / and have no spaces', 'google-analytics-dashboard-for-wp' ),
|
864 |
|
865 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:59
|
866 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
|
867 |
/* Translators: Example label (aff). */
|
868 |
__( 'Label (example: %s)', 'google-analytics-dashboard-for-wp' ),
|
869 |
|
870 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:61
|
871 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:80
|
872 |
__( 'Label can\'t contain any spaces', 'google-analytics-dashboard-for-wp' ),
|
873 |
|
874 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
|
886 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
|
887 |
__( 'These user roles will be able to access ExactMetrics\'s reports in the WordPress admin area.', 'google-analytics-dashboard-for-wp' ),
|
888 |
|
889 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
|
890 |
__( '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-dashboard-for-wp' ),
|
891 |
|
892 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
|
895 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
|
896 |
__( 'Enhanced Link Attribution is enabled the moment you set up ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
897 |
|
898 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:93
|
899 |
__( '+ Add Role', 'google-analytics-dashboard-for-wp' ),
|
900 |
|
901 |
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:38
|
964 |
// Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
|
965 |
__( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
|
966 |
|
967 |
+
// Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
|
968 |
__( 'Behavior', 'google-analytics-dashboard-for-wp' ),
|
969 |
|
970 |
// Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
|
1113 |
__( 'Reports', 'google-analytics-dashboard-for-wp' ),
|
1114 |
|
1115 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:103
|
1116 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:117
|
1117 |
__( 'Automatic Updates', 'google-analytics-dashboard-for-wp' ),
|
1118 |
|
1119 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:104
|
1183 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:99
|
1184 |
__( 'Custom code', 'google-analytics-dashboard-for-wp' ),
|
1185 |
|
1186 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:107
|
1187 |
// Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:27
|
1188 |
__( 'License Key', 'google-analytics-dashboard-for-wp' ),
|
1189 |
|
1191 |
/* Translators: Adds link to the account area to retreive license key. */
|
1192 |
__( 'Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1193 |
|
1194 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:110
|
1195 |
__( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
|
1196 |
|
1197 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:111
|
1198 |
__( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
|
1199 |
|
1200 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:112
|
1201 |
__( 'Verify', 'google-analytics-dashboard-for-wp' ),
|
1202 |
|
1203 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:118
|
1204 |
__( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
1205 |
|
1206 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:119
|
1207 |
__( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
|
1208 |
|
1209 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:120
|
1210 |
__( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
1211 |
|
1212 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
|
1213 |
__( 'Connect ExactMetrics to Start Tracking Your Data', 'google-analytics-dashboard-for-wp' ),
|
1214 |
|
1215 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:126
|
1216 |
__( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
|
1217 |
|
1218 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:128
|
1219 |
+
/* Translators: Adds link to upgrade. */
|
|
|
1220 |
__( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1221 |
|
1222 |
// Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:34
|
1235 |
/* Translators: Make text bold. */
|
1236 |
__( '%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process.', 'google-analytics-dashboard-for-wp' ),
|
1237 |
|
1238 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:169
|
1239 |
__( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
|
1240 |
|
1241 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:42
|
1244 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:43
|
1245 |
__( 'Your Website', 'google-analytics-dashboard-for-wp' ),
|
1246 |
|
1247 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:253
|
1248 |
__( 'Sessions', 'google-analytics-dashboard-for-wp' ),
|
1249 |
|
1250 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:254
|
1251 |
__( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
|
1252 |
|
1253 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:46
|
1254 |
__( 'Avg. Duration', 'google-analytics-dashboard-for-wp' ),
|
1255 |
|
1256 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:256
|
1257 |
__( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
|
1258 |
|
1259 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:56
|
1262 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:58
|
1263 |
__( 'Want to see page-specific stats?', 'google-analytics-dashboard-for-wp' ),
|
1264 |
|
1265 |
+
// Reference: src/modules/reports/store/actions.js:204
|
1266 |
__( 'Dismiss', 'google-analytics-dashboard-for-wp' ),
|
1267 |
|
1268 |
+
// Reference: src/modules/settings/api/index.js:23
|
1269 |
/* Translators: Error status and error text. */
|
1270 |
__( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
|
1271 |
|
1272 |
+
// Reference: src/modules/wizard-onboarding/api/index.js:22
|
1273 |
__( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
|
1274 |
|
1275 |
+
// Reference: src/modules/popular-posts/api/index.js:43
|
1276 |
/* Translators: Error status and error text. */
|
1277 |
__( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
|
1278 |
|
1279 |
+
// Reference: src/modules/popular-posts/api/index.js:47
|
1280 |
__( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
|
1281 |
|
1282 |
// Reference: src/modules/auth/api/index.js:119
|
1335 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:32
|
1336 |
__( 'Increase your sales & revenue with insights. ExactMetrics 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-dashboard-for-wp' ),
|
1337 |
|
1338 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:35
|
1339 |
__( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
|
1340 |
|
1341 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:38
|
1342 |
__( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
|
1343 |
|
1344 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:42
|
1345 |
__( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
|
1346 |
|
1347 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:46
|
1348 |
__( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
|
1349 |
|
1350 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:50
|
1351 |
__( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
|
1352 |
|
1353 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:54
|
1354 |
__( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
|
1355 |
|
1356 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:59
|
1357 |
__( 'See Your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
|
1358 |
|
1359 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:62
|
1360 |
__( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
|
1361 |
|
1362 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:66
|
1363 |
__( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
|
1364 |
|
1365 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:159
|
1368 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:160
|
1369 |
__( 'Returning', 'google-analytics-dashboard-for-wp' ),
|
1370 |
|
1371 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:193
|
1372 |
__( 'Desktop', 'google-analytics-dashboard-for-wp' ),
|
1373 |
|
1374 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:194
|
1375 |
__( 'Tablet', 'google-analytics-dashboard-for-wp' ),
|
1376 |
|
1377 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:195
|
1378 |
__( 'Mobile', 'google-analytics-dashboard-for-wp' ),
|
1379 |
|
1380 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:252
|
1381 |
// Reference: src/modules/widget/widget.vue:25
|
1382 |
__( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
|
1383 |
|
1384 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:255
|
1385 |
__( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
|
1386 |
|
1387 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:257
|
|
|
1388 |
__( 'New vs. Returning Visitors', 'google-analytics-dashboard-for-wp' ),
|
1389 |
|
1390 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:258
|
|
|
1391 |
__( 'Device Breakdown', 'google-analytics-dashboard-for-wp' ),
|
1392 |
|
1393 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:259
|
1403 |
__( 'View All Referral Sources', 'google-analytics-dashboard-for-wp' ),
|
1404 |
|
1405 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:263
|
|
|
1406 |
__( 'Top Posts/Pages', 'google-analytics-dashboard-for-wp' ),
|
1407 |
|
1408 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:264
|
1409 |
__( 'View Full Posts/Pages Report', 'google-analytics-dashboard-for-wp' ),
|
1410 |
|
1411 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:266
|
1412 |
__( 'A session is the browsing session of a single user to your site.', 'google-analytics-dashboard-for-wp' ),
|
1413 |
|
1414 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:267
|
1415 |
__( '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-dashboard-for-wp' ),
|
1416 |
|
1417 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:268
|
1418 |
__( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-dashboard-for-wp' ),
|
1419 |
|
1420 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:269
|
1421 |
__( 'Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.', 'google-analytics-dashboard-for-wp' ),
|
1422 |
|
1423 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:270
|
|
|
1424 |
__( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-dashboard-for-wp' ),
|
1425 |
|
1426 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:271
|
|
|
1427 |
__( '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.', 'google-analytics-dashboard-for-wp' ),
|
1428 |
|
1429 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:272
|
1433 |
__( 'This list shows the top websites that send your website traffic, known as referral traffic.', 'google-analytics-dashboard-for-wp' ),
|
1434 |
|
1435 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:274
|
|
|
1436 |
__( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-dashboard-for-wp' ),
|
1437 |
|
1438 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:31
|
1574 |
// Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:190
|
1575 |
__( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.', 'google-analytics-dashboard-for-wp' ),
|
1576 |
|
1577 |
+
// Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:89
|
1578 |
// Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:191
|
1579 |
__( 'Download Pretty Links', 'google-analytics-dashboard-for-wp' ),
|
1580 |
|
1662 |
/* Translators: Add links to documentation. */
|
1663 |
__( '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 %1$sknowledge base%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1664 |
|
1665 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEngagement.vue:65
|
1666 |
__( 'Demographics', 'google-analytics-dashboard-for-wp' ),
|
1667 |
|
1668 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEngagement.vue:66
|
1785 |
// Reference: src/modules/reports/store/actions.js:212
|
1786 |
__( 'Please wait', 'google-analytics-dashboard-for-wp' ),
|
1787 |
|
1788 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
|
1789 |
// Reference: src/modules/reports/store/actions.js:52
|
1790 |
__( 'activate', 'google-analytics-dashboard-for-wp' ),
|
1791 |
|
1792 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
|
1793 |
// Reference: src/modules/reports/store/actions.js:52
|
1794 |
__( 'install', 'google-analytics-dashboard-for-wp' ),
|
1795 |
|
1796 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:127
|
1797 |
// Reference: src/modules/reports/store/actions.js:56
|
1798 |
__( 'Visit addons page', 'google-analytics-dashboard-for-wp' ),
|
1799 |
|
1885 |
__( 'View all Pro features', 'google-analytics-dashboard-for-wp' ),
|
1886 |
|
1887 |
// Reference: src/modules/settings/components/input/SettingsInputNumber.vue:56
|
|
|
1888 |
__( 'Reset to default', 'google-analytics-dashboard-for-wp' ),
|
1889 |
|
1890 |
// Reference: src/modules/settings/components/input/SettingsInputText.vue:47
|
1913 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
|
1914 |
__( 'Close', 'google-analytics-dashboard-for-wp' ),
|
1915 |
|
1916 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
|
1917 |
__( 'Add Top 5 Posts from Google Analytics', 'google-analytics-dashboard-for-wp' ),
|
1918 |
|
1919 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
|
1926 |
/* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
|
1927 |
__( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-dashboard-for-wp' ),
|
1928 |
|
1929 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
|
1930 |
__( 'Automated + Curated', 'google-analytics-dashboard-for-wp' ),
|
1931 |
|
1932 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
|
1970 |
/* Translators: Adds link to activate/install plugin and documentation. */
|
1971 |
__( 'In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s', 'google-analytics-dashboard-for-wp' ),
|
1972 |
|
|
|
1973 |
// Reference: src/modules/widget/components/WidgetFooter.vue:21
|
1974 |
__( 'Activate', 'google-analytics-dashboard-for-wp' ),
|
1975 |
|
|
|
1976 |
// Reference: src/modules/widget/components/WidgetFooter.vue:20
|
1977 |
__( 'Install', 'google-analytics-dashboard-for-wp' ),
|
1978 |
|
1999 |
// Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
|
2000 |
__( 'Indexing completed, counts will update automatically every day.', 'google-analytics-dashboard-for-wp' ),
|
2001 |
|
2002 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:99
|
2003 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:46
|
2004 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
|
2005 |
__( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
|
2006 |
|
2068 |
/* Translators: Add link to retrieve license key from account. */
|
2069 |
__( 'Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
|
2070 |
|
2071 |
+
// Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:66
|
2072 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputMisc-Lite.vue:32
|
2073 |
__( 'Miscellaneous', 'google-analytics-dashboard-for-wp' ),
|
2074 |
|
2075 |
+
// Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:68
|
2076 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputMisc-Lite.vue:34
|
2077 |
__( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-dashboard-for-wp' ),
|
2078 |
|
2079 |
+
// Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:69
|
2080 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputMisc-Lite.vue:35
|
2081 |
__( 'Hide Announcements', 'google-analytics-dashboard-for-wp' ),
|
2082 |
|
2154 |
// Reference: src/modules/reports/api/index.js:28
|
2155 |
__( 'Error loading report data', 'google-analytics-dashboard-for-wp' ),
|
2156 |
|
2157 |
+
// Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:29
|
2158 |
+
/* Translators: Replaced with the number of days */
|
2159 |
__( 'vs. Previous Day', 'google-analytics-dashboard-for-wp' ),
|
2160 |
|
2161 |
+
// Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:46
|
2162 |
__( 'No change', 'google-analytics-dashboard-for-wp' ),
|
2163 |
|
2164 |
// Reference: src/modules/license/api/index.js:118
|
2197 |
// Reference: src/modules/addons/components/AddonButton.vue:43
|
2198 |
__( 'Deactivate', 'google-analytics-dashboard-for-wp' ),
|
2199 |
|
2200 |
+
// Reference: src/modules/widget/components/exactmetrics-WidgetSettings-Lite.vue:22
|
2201 |
+
/* Translators: Number of days. */
|
2202 |
__( 'Last %s days', 'google-analytics-dashboard-for-wp' ),
|
2203 |
|
2204 |
// Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
|
2208 |
// Reference: src/modules/widget/components/exactmetrics-WidgetAccordion-Lite.vue:213
|
2209 |
__( 'Analytics', 'google-analytics-dashboard-for-wp' ),
|
2210 |
|
2211 |
+
// Reference: src/modules/widget/components/settings/exactmetrics-WidgetFullReportButton.vue:16
|
2212 |
/* Translators: Adds an arrow icon. */
|
2213 |
__( 'View All Reports %s', 'google-analytics-dashboard-for-wp' ),
|
2214 |
|
2245 |
__( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-dashboard-for-wp' ),
|
2246 |
|
2247 |
// Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:100
|
2248 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
|
2249 |
__( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-dashboard-for-wp' ),
|
2250 |
|
2251 |
// Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:101
|
2252 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:48
|
2253 |
__( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-dashboard-for-wp' ),
|
2254 |
|
2255 |
// Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:108
|
2256 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
|
2257 |
__( 'Icon', 'google-analytics-dashboard-for-wp' ),
|
2258 |
|
2259 |
// Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
|
2475 |
// Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
|
2476 |
__( 'Unlock with %s', 'google-analytics-dashboard-for-wp' ),
|
2477 |
|
2478 |
+
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:16
|
2479 |
__( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
|
2480 |
|
2481 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputEmailSummaries-Lite.vue:17
|
2518 |
// Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:38
|
2519 |
__( 'Upgrade to', 'google-analytics-dashboard-for-wp' ),
|
2520 |
|
2521 |
+
// Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:50
|
2522 |
/* Translators: Placeholder adds a line break. */
|
2523 |
__( 'You can customize your %sdate range only in the PRO version.', 'google-analytics-dashboard-for-wp' ),
|
2524 |
|
2569 |
__( 'Unlock All Features and Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
|
2570 |
|
2571 |
// Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:25
|
2572 |
+
// Reference: src/modules/reports/components/reports-year-in-review/ReportYearInReviewListBox.vue:38
|
2573 |
__( 'Show', 'google-analytics-dashboard-for-wp' ),
|
2574 |
|
2575 |
// Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:27
|
2724 |
__( 'Upgrade to ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
|
2725 |
|
2726 |
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:31
|
2727 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:209
|
2728 |
__( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-dashboard-for-wp' ),
|
2729 |
|
2730 |
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:32
|
2731 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:210
|
2732 |
__( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-dashboard-for-wp' ),
|
2733 |
|
2734 |
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:41
|
2743 |
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:53
|
2744 |
__( 'Learn How to Improve the Core Metrics that Google Uses to Rank Your Site', 'google-analytics-dashboard-for-wp' ),
|
2745 |
|
|
|
2746 |
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:260
|
2747 |
__( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
|
2748 |
|
lite/assets/vue/css/chunk-common.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);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}.exactmetrics-dark[data-v-e815e6e4]{display:block}.exactmetrics-reset-default[data-v-e815e6e4]{margin-left:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -20px 20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:15px;position:absolute;right:15px;top:50%;margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-408df493]:after{display:table;clear:both;content:""}.exactmetrics-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:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;left:6px;right:2px;top:6px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{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}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPh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);background-size:auto 85%;background-position:0 0}.exactmetrics-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}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;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}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;right:100%;margin-right:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;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,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) 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.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_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-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-left:10px;margin-right:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-left:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;left:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-left-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-right:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:right}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-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){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-left:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-left:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_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.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-left:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;right:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;left:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_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}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_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%)}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-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;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_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}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_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)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_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%}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_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}.exactmetrics_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}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.exactmetrics_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)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_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}.exactmetrics_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){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_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}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_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))}.exactmetrics_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))}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_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)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_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}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_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}.exactmetrics_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){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_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}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_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}.exactmetrics_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)}.exactmetrics_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)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_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%}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_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)}.exactmetrics_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)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_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}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{right:auto;left:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_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}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_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{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-left:25px;margin-right:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-left:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-right:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;right:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-right:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-right:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-left:20px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{right:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-right:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:left;width:354px;padding-top:20px;text-align:left}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 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% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;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% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-left:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 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% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip[x-placement^=left]{padding-right:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;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% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;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)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px 0 0 -4px}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;left:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;left:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;left:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;left:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;left:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;left:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;left:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-right:2%;float:left;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:left;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-left:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-left:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;right:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-right:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(45deg);-ms-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-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}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:right}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:right;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:right;width:100%}}.exactmetrics-logo-area{float:left;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-right:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-right:23px;margin-bottom:20px;left:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-right:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;left:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:left}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-left:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-left:0;margin-right:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-left:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-left:45px;padding-right:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-left:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;left:24px;right:24px;text-align:left;border-radius:5px 0 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-left:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-left:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-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}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-left:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:left;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-left:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-left:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;left:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){left:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){left:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){left:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-left:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-left:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-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:"\f045";font-size:15px;margin-right:10px;color:#fff;position:absolute;left:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{left:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}
|
1 |
+
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);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}.exactmetrics-dark[data-v-e815e6e4]{display:block}.exactmetrics-reset-default[data-v-e815e6e4]{margin-left:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -20px 20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:15px;position:absolute;right:15px;top:50%;margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-49792b74]:after{display:table;clear:both;content:""}.exactmetrics-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:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;left:6px;right:2px;top:6px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{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}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPh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);background-size:auto 85%;background-position:0 0}.exactmetrics-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}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;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}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;right:100%;margin-right:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;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.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_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-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-left:10px;margin-right:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-left:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;left:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-left-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-right:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:right}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-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){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-left:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-left:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_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.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-left:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;right:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;left:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_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}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_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%)}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-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;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_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}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_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)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_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%}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_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}.exactmetrics_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}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.exactmetrics_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)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_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}.exactmetrics_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){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_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}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_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))}.exactmetrics_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))}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_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)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_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}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_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}.exactmetrics_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){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_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}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_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}.exactmetrics_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)}.exactmetrics_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)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_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%}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_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)}.exactmetrics_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)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_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}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{right:auto;left:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_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}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_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{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-left:25px;margin-right:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-left:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-right:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;right:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-right:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-right:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-left:20px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{right:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-right:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:left;width:354px;padding-top:20px;text-align:left}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 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% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;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% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-left:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 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% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip[x-placement^=left]{padding-right:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;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% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;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)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px 0 0 -4px}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;left:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;left:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;left:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;left:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;left:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;left:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;left:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-right:2%;float:left;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:left;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-left:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-left:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;right:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-right:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(45deg);-ms-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-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}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:right}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:right;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:right;width:100%}}.exactmetrics-logo-area{float:left;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-right:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-right:23px;margin-bottom:20px;left:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-right:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;left:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:left}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-left:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-left:0;margin-right:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-left:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-left:45px;padding-right:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-left:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;left:24px;right:24px;text-align:left;border-radius:5px 0 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-left:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-left:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-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}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-left:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:left;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-left:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-left:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;left:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){left:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){left:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){left:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-left:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-left:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-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:"\f045";font-size:15px;margin-right:10px;color:#fff;position:absolute;left:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{left:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}.exactmetrics-row-highlight{-webkit-animation-name:color;animation-name:color;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:2;animation-iteration-count:2}@-webkit-keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}@keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}
|
lite/assets/vue/css/chunk-common.rtl.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);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}.exactmetrics-dark[data-v-e815e6e4]{display:block}.exactmetrics-reset-default[data-v-e815e6e4]{margin-right:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -20px 20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:15px;position:absolute;left:15px;top:50%;margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-408df493]:after{display:table;clear:both;content:""}.exactmetrics-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:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;right:6px;left:2px;top:6px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{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}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPh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);background-size:auto 85%;background-position:100% 0}.exactmetrics-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}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;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}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;left:100%;margin-left:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;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.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_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-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-right:10px;margin-left:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-right:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;right:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-right-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-left:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:left}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-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){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-right:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-right:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_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.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-right:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;left:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;right:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_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}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_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%)}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-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;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_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}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_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)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_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%}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_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}.exactmetrics_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}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.exactmetrics_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)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_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}.exactmetrics_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){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_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}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_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))}.exactmetrics_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))}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_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)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_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}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_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}.exactmetrics_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){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_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}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_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}.exactmetrics_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)}.exactmetrics_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)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_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%}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_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)}.exactmetrics_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)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_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}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{left:auto;right:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_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}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_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{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px;border-radius:0 3px 3px 0;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-right:25px;margin-left:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-right:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-left:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;left:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-left:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;left:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;right:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;right:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-left:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-right:20px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{left:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{left:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;left:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;left:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-right:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;left:inherit;min-width:24px;height:24px;line-height:24px;margin-left:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-left:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:right;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:right;width:354px;padding-top:20px;text-align:right}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 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% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;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% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-right:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;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% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip[x-placement^=left]{padding-left:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 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% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;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)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px -4px 0 0}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;right:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;right:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;right:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;right:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;right:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;right:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;right:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;right:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-right:auto;cursor:pointer;padding:0 0 10px 10px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-left:2%;float:right;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:right;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-right:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-left:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-right:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:right;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;left:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-left:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(-45deg);-ms-transform:translateY(-2px) rotate(-45deg);transform:translateY(-2px) rotate(-45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(-225deg);-ms-transform:translateY(2px) rotate(-225deg);transform:translateY(2px) rotate(-225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-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}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:left}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:left;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:left;width:100%}}.exactmetrics-logo-area{float:right;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-left:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-left:23px;margin-bottom:20px;right:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-left:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;right:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:right}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-right:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-right:0;margin-left:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-right:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-right:45px;padding-left:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-right:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;right:24px;left:24px;text-align:right;border-radius:0 5px 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-right:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-right:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-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}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-right:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:right}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:right;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-right:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-right:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;right:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){right:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){right:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){right:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-right:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-right:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-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:"\f045";font-size:15px;margin-left:10px;color:#fff;position:absolute;right:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{right:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px 26px;border-radius:0 3px 3px 0;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;left:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}
|
1 |
+
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);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}.exactmetrics-dark[data-v-e815e6e4]{display:block}.exactmetrics-reset-default[data-v-e815e6e4]{margin-right:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -20px 20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:15px;position:absolute;left:15px;top:50%;margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-49792b74]:after{display:table;clear:both;content:""}.exactmetrics-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:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;right:6px;left:2px;top:6px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{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}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPh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);background-size:auto 85%;background-position:100% 0}.exactmetrics-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}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;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}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;left:100%;margin-left:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;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.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_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-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-right:10px;margin-left:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-right:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;right:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-right-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-left:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:left}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-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){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-right:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-right:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_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.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-right:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;left:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;right:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_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}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_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%)}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.exactmetrics_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%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-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;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_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}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_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)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_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%}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_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}.exactmetrics_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}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.exactmetrics_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)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_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%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_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}.exactmetrics_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){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_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}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_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))}.exactmetrics_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))}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_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)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_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}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_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}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_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}.exactmetrics_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){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_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}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_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}.exactmetrics_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)}.exactmetrics_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)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_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%}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_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}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_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)}.exactmetrics_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)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_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}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{left:auto;right:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_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}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_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{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px;border-radius:0 3px 3px 0;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-right:25px;margin-left:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-right:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-left:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;left:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-left:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;left:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;right:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;right:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-left:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-right:20px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{left:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{left:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;left:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;left:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-right:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;left:inherit;min-width:24px;height:24px;line-height:24px;margin-left:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-left:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:right;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:right;width:354px;padding-top:20px;text-align:right}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 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% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;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% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-right:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;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% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip[x-placement^=left]{padding-left:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 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% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;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)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px -4px 0 0}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;right:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;right:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;right:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;right:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;right:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;right:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;right:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;right:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-right:auto;cursor:pointer;padding:0 0 10px 10px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-left:2%;float:right;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:right;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-right:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-left:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-right:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:right;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;left:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-left:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(-45deg);-ms-transform:translateY(-2px) rotate(-45deg);transform:translateY(-2px) rotate(-45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(-225deg);-ms-transform:translateY(2px) rotate(-225deg);transform:translateY(2px) rotate(-225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-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}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:left}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:left;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:left;width:100%}}.exactmetrics-logo-area{float:right;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-left:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-left:23px;margin-bottom:20px;right:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-left:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;right:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:right}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-right:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-right:0;margin-left:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-right:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-right:45px;padding-left:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-right:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;right:24px;left:24px;text-align:right;border-radius:0 5px 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-right:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-right:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-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}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-right:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:right}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:right;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-right:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-right:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;right:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){right:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){right:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){right:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-right:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-right:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-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:"\f045";font-size:15px;margin-left:10px;color:#fff;position:absolute;right:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{right:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px 26px;border-radius:0 3px 3px 0;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;left:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}.exactmetrics-row-highlight{-webkit-animation-name:color;animation-name:color;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:2;animation-iteration-count:2}@-webkit-keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}@keyframes color{0%{background-color:#fff}50%{background-color:#509fe2}to{background-color:#fff}}
|
lite/assets/vue/css/settings.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.exactmetrics-dark[data-v-217bce3e],.exactmetrics-dark[data-v-993e4e00],.exactmetrics-dark[data-v-4619bc56]{display:block}.exactmetrics-addons-navbar{text-align:left}.exactmetrics-addons-navbar h1{display:inline-block;font-size:32px;line-height:1.3;font-weight:600;margin:0;color:#210f59}@media (max-width:959px){.exactmetrics-addons-navbar h1{font-size:24px}}.exactmetrics-addons-navbar .exactmetrics-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:0;width:310px;position:relative}@media (max-width:750px){.exactmetrics-addons-navbar .exactmetrics-addons-filters{width:100%;margin-top:20px}}.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]{height:40px;margin-right:0;padding-left:20px;padding-right:28px;font-size:14px;border-color:#f4f3f7;background:#f4f3f7;border-radius:3px}.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]::-webkit-input-placeholder{color:#210f59}.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]:-moz-placeholder,.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]::-moz-placeholder{color:#210f59}.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]:-ms-input-placeholder{color:#210f59}.exactmetrics-addons-navbar .exactmetrics-addons-filters>i{position:absolute;right:20px;top:10px;z-index:10;color:#210f59;font-size:15px}.exactmetrics-addon-inactive .exactmetrics-addon-status span,.exactmetrics-addon-not-available .exactmetrics-addon-status span,.exactmetrics-addon-not-installed .exactmetrics-addon-status span{color:#9087ac}.exactmetrics-addon-active .exactmetrics-addon-status span{color:#64bfa5}#exactmetrics-addons{width:1094px}@media (max-width:782px){#exactmetrics-addons{width:100%}}#exactmetrics-addons .exactmetrics-addons-area{margin:0 10px}@media (max-width:782px){#exactmetrics-addons .exactmetrics-addons-area{margin-left:24px;margin-right:24px}}#exactmetrics-addons .exactmetrics-addons-no-results{margin-top:25px;padding:0 10px}#exactmetrics-addons .exactmetrics-addons-no-results p{font-size:16px}#exactmetrics-addons .exactmetrics-addons-no-results>div{visibility:hidden;-webkit-animation:loadExactMetricsSettingsNoJSView 0s 2s forwards;animation:loadExactMetricsSettingsNoJSView 0s 2s forwards}.exactmetrics-admin-page .exactmetrics-addon-active .exactmetrics-button,.exactmetrics-admin-page .exactmetrics-addon-not-available .exactmetrics-button{background:#9087ac;color:#fff}.exactmetrics-admin-page .exactmetrics-addon-active .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-addon-active .exactmetrics-button:hover,.exactmetrics-admin-page .exactmetrics-addon-not-available .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-addon-not-available .exactmetrics-button:hover{background:#fff;color:#37276a}.exactmetrics-admin-page .exactmetrics-addon-inactive .exactmetrics-button,.exactmetrics-admin-page .exactmetrics-addon-not-installed .exactmetrics-button{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-addon-inactive .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-addon-inactive .exactmetrics-button:hover,.exactmetrics-admin-page .exactmetrics-addon-not-installed .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-addon-not-installed .exactmetrics-button:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{padding:0;width:90%;margin-left:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar .exactmetrics-main-navigation{background:none;position:relative;-webkit-box-shadow:none;box-shadow:none}@media (max-width:959px){.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar .exactmetrics-main-navigation{padding:0;left:0}}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar .exactmetrics-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar .exactmetrics-main-navigation .exactmetrics-main-navigation-open{padding:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-logo-area{display:none}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-header{background:rgba(0,0,0,0);border-bottom:1px solid #e9e7ee;padding:32px}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-full-width-upsell{min-height:360px}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-upsell-title{padding:32px}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-upsell-title h2{font-size:32px;margin:0}.exactmetrics-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:64px;margin-bottom:33px}@media (max-width:782px){.exactmetrics-addons-list{margin-top:24px}}.exactmetrics-addons-list .exactmetrics-addon{width:calc(50% - 16px);position:relative;background:#f4f3f7;padding:0 0 72px;margin-bottom:32px;border-radius:8px}@media (max-width:782px){.exactmetrics-addons-list .exactmetrics-addon{width:100%}}.exactmetrics-addons-list .exactmetrics-addon h3{color:#210f59;font-size:17px;line-height:1.5;margin-top:9px}.exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-excerpt{color:#210f59;font-weight:400;margin:12px 0 0;font-size:15px;line-height:1.75}.exactmetrics-addons-list .exactmetrics-addon-top{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-addons-list .exactmetrics-addon-image{width:68px;height:68px;background:#fff;-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;border-radius:50%;text-align:center;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}.exactmetrics-addons-list .exactmetrics-addon-image i{font-size:23px;color:#210f59}.exactmetrics-addons-list .exactmetrics-addon-image.exactmetrics-addon-noicon{border-radius:4px;width:80px;height:80px;padding:12px}.exactmetrics-addons-list .exactmetrics-addon-image img{max-width:100%}.exactmetrics-addons-list .exactmetrics-addon-message{position:absolute;bottom:0;background:#e9e7ee;left:0;right:0;border-radius:0 0 8px 8px}.exactmetrics-addons-list .exactmetrics-addon-message .exactmetrics-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}.exactmetrics-addons-list .exactmetrics-addon-message .exactmetrics-addon-status{font-size:15px;color:#210f59}.exactmetrics-addons-list .exactmetrics-addon-message .exactmetrics-addon-action{-ms-flex-item-align:end;align-self:flex-end}.exactmetrics-addons-list .exactmetrics-addon-message .exactmetrics-button{padding-bottom:11px;padding-top:12px;min-width:146px;font-size:14px;line-height:1.2;border-radius:3px;text-align:center}.exactmetrics-addons-list .exactmetrics-addon-upgrade{text-align:center;width:100%}#request-filesystem-credentials-dialog[data-v-496d2653]{display:block}.exactmetrics-path-addons .exactmetrics-header{display:none}.exactmetrics-file-input{margin-bottom:20px}.exactmetrics-tools .exactmetrics-dark{margin-bottom:5px;display:block}.exactmetrics-admin-page .exactmetrics-tools-url-builder p .exactmetrics-info{margin-left:0}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-input-text{margin-bottom:20px}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-input-text .exactmetrics-dark{margin-bottom:0}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-input-text input[type=text]{background:#f4f3f7;border:none;color:#9087ac}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-grey-settings-area{width:750px;margin:0 auto;max-width:100%;display:block;padding-left:40px;padding-right:40px}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-grey-settings-area textarea{background-color:#fff}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-grey-settings-area{padding-left:24px;padding-right:24px}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-grey-settings-area .exactmetrics-settings-block{margin-left:0;margin-right:0}}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-tools-small-text{font-size:13px;color:#9087ac;margin-left:9px;display:inline-block;font-weight:400}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-tools-description-top{font-size:15px;margin-top:10px;line-height:1.75;display:inline-block}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-half{margin-bottom:0}.exactmetrics-admin-page.exactmetrics-path-tools-import-export label span{color:#4d3f7a;line-height:1.75}.exactmetrics-admin-page.exactmetrics-path-tools-import-export label span.exactmetrics-dark{font-size:17px;color:#210f59}.exactmetrics-admin-page.exactmetrics-path-tools-import-export label span.exactmetrics-info{color:#9087ac}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled{margin-bottom:0}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled i{margin-right:13px}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled input{display:none}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-label{display:block;background:#e9e7ee;border-radius:5px;padding:16px 24px;color:#6528f5;text-decoration:underline;text-align:center}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-label>span{color:#6528f5}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-label:focus,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-label:hover{text-decoration:none}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-filename{font-size:13px;margin-top:8px;line-height:175%;color:#9087ac;text-overflow:ellipsis;overflow:hidden;white-space:pre}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-input-description{color:#9087ac;font-size:13px;line-height:1.7;margin-bottom:20px}.exactmetrics-required{color:#d4393d}textarea:-moz-read-only{background-color:#210f59}textarea:read-only{background-color:#210f59}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-tools-info-row p{margin-top:0}.exactmetrics-tools-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-tools-info-row .exactmetrics-tools-info-label{width:230px;-ms-flex-negative:0;flex-shrink:0}.exactmetrics-tools-info-row .exactmetrics-tools-info-description p{margin-bottom:5px}@media (max-width:782px){.exactmetrics-tools-info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content p{font-weight:400}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-tools-info-description p{font-size:13px;margin:0;line-height:1.75}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-tools-info-label p{margin:0}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-toolsadditional-info{margin-bottom:15px}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-toolsadditional-info i{margin-right:10px;color:#6528f5}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad{background-color:#6528f5;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:100% 0;background-size:contain;border-radius:5px;padding:30px;margin-top:30px;position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad{padding-bottom:50px}}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-title,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-title{font-weight:700;font-size:28px;line-height:32px;color:#fff;margin-top:0;margin-bottom:15px;font-family:Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-description,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-description{color:#fff;font-family:Roboto,sans-serif;line-height:20px}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button{background:#4615bd;border:0;font-size:16px;font-weight:700;border-radius:5px;font-family:Roboto,sans-serif;position:relative;padding-right:76px;padding-left:60px}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button:hover,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button:hover{background:#4b11d7;border-color:#4b11d7;outline:none}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button:after,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button:after{position:absolute;content:"";right:53px;top:50%;width:16px;height:17px;margin-top:-8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACESURBVHgB3ZPRDYAgDESrE+gGjuIIjshGjlA3kA3OkmAEQgvGP19S7ud6NA0QKQBgPLDmG4wAZEah5hvpI38KkJ1tydZRGpGzUsUwSe1o49RxOkIctTBC2s1GiLPMXLktNC9RnTEVE3TuEHMvQzioHy81JfrqIXn5T7PoEdVbO9A4C+ULdv1uYZMCHL8AAAAASUVORK5CYII=);background-repeat:no-repeat}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-logo,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-logo{position:absolute;right:45px;bottom:40px;background-image:url(../img/pretty-links-logo-white.svg);background-repeat:no-repeat;width:240px;min-height:39px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-logo,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-logo{right:10px;bottom:0}}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks{position:relative;background:#4b11d6;border-color:#4b11d6;margin-left:15px;padding-right:48px;padding-left:23px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks:active,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks:hover{background:rgba(75,17,214,.8);border-color:rgba(75,17,214,.8);outline:none}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks:after{position:absolute;content:"";right:23px;top:50%;width:16px;height:15px;margin-top:-7px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEQSURBVHgBlVLBccIwENyTPXnwSEwHooLYFYRnxlXQgekgpgNaSAe8eOSTuAI5lUAyDHxAx2mwAcEgj3fGPtne3VufBASwMuNkZd51iKNCHyMamIjUtzPqbfBv8okU7S6FwbS3AQgf5yWh6GWw+c2LpnuLpHl338cNKVZUMEMzkBJIIwDh1AReS6p6b3ezWEIkIp6eUndDOKm7i2Yc4alSw2xZy8MMPeE0z9nX4tz0z+QlXQ2uS/ySLcsm0QViMg9N/Fbs4O2Cgl2gA4R97WuuYEFplwEj0g8NiOjNJ2N9ayCc14cGIklaoftXy9vRge2ImT8vpuyljD05UyWlstjOh9lP293ViRy4UoFKWXszOAInrGJHik+ELQAAAABJRU5ErkJggg==);background-repeat:no-repeat}body.exactmetrics-prettylinks-flow-page{background:#fff}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow{max-width:770px;margin:0 auto}@media (max-width:782px){body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow{padding:0 30px}}@media (min-width:783px) and (max-width:935px){body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow{max-width:700px}}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow a,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow button,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow div,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow h1,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow h2,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow h3,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow h4,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow p,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow span{font-family:Roboto,sans-serif}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow p{font-size:16px;line-height:21px;color:#393f4c}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-header{text-align:center;max-width:680px;margin:0 auto;padding-top:75px;padding-bottom:20px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-header .exactmetrics-tools-prettylinks-flow-header-logo{min-height:56px;background-image:url(../img/em-pl-logo.svg);background-repeat:no-repeat;background-position:50%}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-header .exactmetrics-prettylinks-flow-title{font-size:39px;font-weight:900;line-height:46px;text-align:center;color:#393f4c;margin-top:60px;margin-bottom:18px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-header .exactmetrics-prettylinks-flow-description{max-width:560px;margin:0 auto}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row .exactmetrics-tools-prettylinks-row-image{margin-left:-35px}@media (max-width:782px){body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row .exactmetrics-tools-prettylinks-row-image{margin-left:0}}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row .exactmetrics-tools-prettylinks-row-description{padding-left:16px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row .exactmetrics-tools-prettylinks-row-description h3{margin-top:0}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard{border-radius:5px;border:1px solid #e2e4e9;margin-bottom:36px}@media (max-width:782px){body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard{text-align:center;padding:30px 30px 0}}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-activated,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-not-activated{border-width:2px;border-color:#6528f5}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-activated .exactmetrics-prettylinks-flow-counter,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-not-activated .exactmetrics-prettylinks-flow-counter{background:#6528f5}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-activated .exactmetrics-tools-prettylinks-action .exactmetrics-button,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-not-activated .exactmetrics-tools-prettylinks-action .exactmetrics-button{background:#6528f5;border-color:#6528f5;color:#fff}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-activated .exactmetrics-tools-prettylinks-action.exactmetrics-tools-create-prettylinks .exactmetrics-button,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-not-activated .exactmetrics-tools-prettylinks-action.exactmetrics-tools-create-prettylinks .exactmetrics-button{pointer-events:auto}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-status-active .exactmetrics-prettylinks-flow-counter{background:#1ec185}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-status-active .exactmetrics-tools-prettylinks-action .exactmetrics-button{pointer-events:none}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-prettylinks-flow-counter{width:48px;height:48px;text-align:center;background:#b6bcc8;border-radius:50%;color:#fff;font-size:24px;line-height:48px;font-weight:700;margin-left:35px;margin-right:35px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action{padding:30px 0}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action h3{font-size:18px;line-height:18px;color:#393f4c;font-weight:700;margin-top:12px;margin-bottom:0}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action p{margin-top:6px;margin-bottom:0}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action .exactmetrics-button{font-size:14px;font-weight:700;border:0;border-radius:5px;margin-top:30px;color:#b6bcc8;background:#e2e4e9;border-color:#e2e4e9;padding:13px 20px;position:relative}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action.exactmetrics-tools-create-prettylinks .exactmetrics-button{pointer-events:none}.exactmetrics-about-block{padding:0;background:#fff;margin-top:40px}@media (max-width:782px){.exactmetrics-about-block{padding:0 24px}}.exactmetrics-about-block h3{color:#210f59;font-size:24px;margin:0 0 20px;line-height:1.4;padding-top:25px}.exactmetrics-about-block p{font-size:15px;line-height:1.75;font-weight:500;color:#210f59}.exactmetrics-about-block:after{content:"";display:table;clear:both}div[class*=" exactmetrics-path-about-"] .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-container{width:1094px}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-container{padding-left:24px;padding-right:24px}}div[class*=" exactmetrics-path-about-"] .exactmetrics-header,div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-header,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{padding-left:20px;padding-right:20px}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-header,div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-header,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{padding-left:0;padding-right:0}}div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{margin-left:-163px}div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar .exactmetrics-container{width:auto}div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list{padding:0 20px}div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list .exactmetrics-addon,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list .exactmetrics-addon{width:calc(33.3333% - 21px)}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list .exactmetrics-addon,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list .exactmetrics-addon{width:100%}}div[class*=" exactmetrics-path-about-"] .exactmetrics-addon-image,div[class^=exactmetrics-path-about-] .exactmetrics-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*=" exactmetrics-path-about-"] .monstericon-star:before,div[class^=exactmetrics-path-about-] .monstericon-star:before{color:#fdb72c}.exactmetrics-lite-vs-pro-table{padding:0}.exactmetrics-lite-vs-pro-table .exactmetrics-lite-vs-pro-footer{background:#e9e7ee}.exactmetrics-lite-vs-pro-header{text-align:center;padding:40px 0 22px}.exactmetrics-lite-vs-pro-header h1{font-size:22px;margin:0 0 22px}.exactmetrics-features-table{width:100%;border-collapse:collapse;position:relative;margin-bottom:95px}.exactmetrics-features-table tr{position:relative}.exactmetrics-features-table tr:first-child td{border-radius:0 10px 0 0}.exactmetrics-features-table tr:first-child .exactmetrics-features-table-feature-title+td{border-radius:10px 0 0 0}.exactmetrics-features-table tr:first-child:after{display:none}.exactmetrics-features-table tr:after{display:block;border-top:1px solid #bcb7cd;opacity:.5;content:"";position:absolute;left:0;right:40px}.exactmetrics-features-table tbody tr:last-child td{padding:0;background:none}.exactmetrics-features-table tbody tr:last-child:after{display:none}.exactmetrics-features-table td,.exactmetrics-features-table th{width:33.33333%;padding:40px;vertical-align:top}.exactmetrics-features-table td p,.exactmetrics-features-table th p{margin:0}.exactmetrics-features-table th{text-align:left;border-right:none;font-size:24px;line-height:1.4}.exactmetrics-features-table th i{width:40px;height:40px;border-radius:50%;color:#210f59;background-color:rgba(33,15,89,.1);display:inline-block;text-align:center;line-height:40px;font-size:15px;margin-right:30px}.exactmetrics-features-table td{background:#f4f3f7}.exactmetrics-features-table td p{font-size:17px;line-height:1.5}.exactmetrics-features-table td p>span{margin-top:16px;display:block}.exactmetrics-features-table .exactmetrics-features-table-feature-title{background:none;padding-left:0}.exactmetrics-features-table .exactmetrics-features-table-feature-title i{float:left;font-size:23px;color:#6528f5;margin-right:18px}.exactmetrics-features-table .exactmetrics-features-table-feature-title p{font-weight:700;font-size:17px;color:#37276a;line-height:1.5;margin-left:41px}.exactmetrics-features-full:before,.exactmetrics-features-none:before,.exactmetrics-features-partial:before{display:block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f026";font-size:20px;margin-right:10px;color:#d4393d;position:relative;top:2px;margin-bottom:16px}.exactmetrics-features-full:before,.exactmetrics-features-partial:before{content:"\f022";color:#19865f}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer{padding:40px;text-align:center;border-radius:0 0 10px 10px;border-top:1px solid #bcb7cd}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer h3{color:#210f59;font-size:17px;max-width:350px;line-height:1.5;margin:0 auto 16px}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer p{margin-bottom:24px;font-size:15px;line-height:1.75;color:#210f59;max-width:350px;margin-left:auto;margin-right:auto}.exactmetrics-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-two-column>div{width:50%}.exactmetrics-about-docs-row:after{display:table;clear:both;content:""}.exactmetrics-about-docs-image{width:158px;float:left;margin-right:32px}.exactmetrics-about-docs-image .exactmetrics-bg-img{width:158px;background-color:#fff;border-radius:5px;height:158px;padding-top:0}.exactmetrics-about-docs-image .exactmetrics-bg-img:after{background-position:50%;left:10px;right:10px;top:10px;bottom:10px}.exactmetrics-about-docs-1:after{background-image:url(../img/about-icon-connect.png)}.exactmetrics-about-docs-2:after{background-image:url(../img/about-icon-guide.png)}.exactmetrics-about-docs-3:after{background-image:url(../img/about-icon-gdpr.png)}.exactmetrics-about-docs-4:after{background-image:url(../img/about-icon-addons-em.png)}.exactmetrics-about-docs-5:after{background-image:url(../img/about-icon-ecommerce.png)}.exactmetrics-bg-img.exactmetrics-about-team{padding-top:70%}.exactmetrics-bg-img.exactmetrics-about-team:after{background-image:url(../img/about-team-photo.png)}.exactmetrics-about-docs-text h3{color:#210f59;font-size:17px;line-height:1.5}.exactmetrics-about-docs-text p{margin:16px 0 24px}.exactmetrics-about-page-right-image{float:right;width:48%;text-align:center;margin:0 0 0 20px}@media (max-width:782px){.exactmetrics-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.exactmetrics-about-page-right-image img{width:100%}.exactmetrics-about-page-right-image figcaption{color:#4d3f7a;margin-top:5px}.exactmetrics-about-page-right-image iframe{max-width:100%}.exactmetrics-page-title{padding:32px;line-height:1.3;border-bottom:1px solid #e9e7ee}.exactmetrics-page-title h2{margin:0;font-size:32px;color:#210f59}.exactmetrics-about .exactmetrics-addon-top{padding:40px 40px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.exactmetrics-about .exactmetrics-addon-noicon{margin-bottom:10px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon{padding-bottom:145px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message{padding:24px 40px 40px;background:rgba(0,0,0,0)}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior{border-top:1px solid #ccc;padding:24px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior .exactmetrics-addon-status{margin-bottom:24px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior .exactmetrics-addon-action{-ms-flex-item-align:start;align-self:start}.exactmetrics-about .exactmetrics-upsell-row{margin-top:70px;background:rgba(0,0,0,0)}.exactmetrics-about .exactmetrics-upsell-list-item>i{min-width:23px}.exactmetrics-about .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text i{margin-left:14px;font-size:15px}.exactmetrics-bg-img.exactmetrics-em-logo-color{padding-top:8%;width:387px;max-width:100%}@media (max-width:782px){.exactmetrics-bg-img.exactmetrics-em-logo-color{width:133px;padding-top:10%}}.exactmetrics-bg-img.exactmetrics-em-logo-color:after{background-position:50%;background-image:url(../img/em-logo.png)}.exactmetrics-about-page-top{padding:60px 0;background:radial-gradient(64.37% 131.18% at 50.04% 32.71%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,0) 100%),rgba(101,40,245,.1);border-bottom:1px solid #e9e7ee;margin-bottom:635px}@media (max-width:782px){.exactmetrics-about-page-top{margin-bottom:0}}.exactmetrics-about-page-top h3{color:#6528f5;margin:0 0 0 135px;font-size:20px;line-height:1.3;font-weight:400}@media (max-width:782px){.exactmetrics-about-page-top h3{margin-left:0}}.exactmetrics-about-page-top h2{max-width:570px;margin-left:135px;margin-top:9px}@media (max-width:782px){.exactmetrics-about-page-top h2{margin-left:0;margin-right:0}}.exactmetrics-about-page-top .exactmetrics-about-top-button{width:750px;max-width:100%;margin-left:135px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button{margin-left:0}}.exactmetrics-about-page-top .exactmetrics-about-top-button p{max-width:300px;margin-right:100px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button p{margin-right:24px}}.exactmetrics-about-page-top .exactmetrics-about-top-button .exactmetrics-button{float:right;margin-top:10px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button .exactmetrics-button{float:none}}.exactmetrics-about-page-top .exactmetrics-container{width:1094px}.exactmetrics-bg-img.exactmetrics-about-getting-started-video{margin-bottom:-635px;padding-top:52%;cursor:pointer}@media (max-width:782px){.exactmetrics-bg-img.exactmetrics-about-getting-started-video{margin-bottom:0}}.exactmetrics-bg-img.exactmetrics-about-getting-started-video:after{background-position:100% 100%;background-image:url(../img/about-getting-started-video.png)}.exactmetrics-about-page-top h2{font-size:24px;color:#210f59;line-height:1.4;margin-bottom:20px}@media (max-width:782px){.exactmetrics-about-page-top h2{font-size:20px}}.exactmetrics-about-page-top p{font-size:15px;line-height:1.7;color:#210f59}.exactmetrics-container.exactmetrics-about-middle-title{text-align:center;margin-top:-100px}@media (max-width:782px){.exactmetrics-container.exactmetrics-about-middle-title{margin-top:0;padding:0 24px}}.exactmetrics-container.exactmetrics-about-middle-title p{max-width:500px;margin:0 auto;font-size:15px;line-height:1.75;color:#210f59}.exactmetrics-container.exactmetrics-about-middle-title h2{font-size:24px;color:#210f59;line-height:1.4;margin-bottom:19px}.exactmetrics-admin-page .exactmetrics-wide-purple{background:#6528f5;padding:72px 0;margin-bottom:100px}.exactmetrics-admin-page .exactmetrics-wide-purple .exactmetrics-separator{background:rgba(0,0,0,.2)}.exactmetrics-about-upgrade-box-flex{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:45px}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box{width:334px;padding:65px 93px 56px;background:#210f59;border-radius:10px;color:#fff;text-align:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span{font-size:17px;line-height:1.5;display:inline-block}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span.exactmetrics-price-large{font-size:48px;line-height:1.3;font-weight:700}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span.exactmetrics-price-term{font-size:15px;line-height:1.75;opacity:.5}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box .exactmetrics-button{background-color:#fff;color:#210f59;margin-top:27px;font-weight:500}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-checkboxes{padding-left:95px;max-width:650px;width:100%}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-checkboxes h3{color:#fff;font-size:24px;line-height:1.4;font-weight:500;margin-top:17px}.exactmetrics-testimonials-slider{position:relative;padding:0 40px;margin-top:60px}.exactmetrics-testimonials-slides{position:relative;overflow:hidden}.exactmetrics-testimonials-slide{visibility:hidden;position:absolute;top:0;left:0;width:100%;-webkit-transition:.5s;transition:.5s;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-testimonials-slide .exactmetrics-testimonial-image{padding:0 60px 0 80px;-ms-flex-negative:0;flex-shrink:0;margin-top:5px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-image .exactmetrics-bg-img{width:90px;border-radius:50%;height:90px;border:5px solid #37276a;overflow:hidden}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-1:after{background-image:url(../img/testimonial-image-1.png)}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-2:after{background-image:url(../img/testimonial-image-2.png)}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-3:after{background-image:url(../img/testimonial-image-3.jpg)}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text{padding-right:70px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text p{color:#fff;font-size:20px;line-height:1.5;margin:0 0 20px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text p.exactmetrics-testimonial-text-author{font-size:16px;line-height:1.75;color:#e9e7ee}.exactmetrics-testimonials-slide.exactmetrics-testimonials-slide-active{visibility:visible;position:static}.exactmetrics-testimonials-slide h2{margin:0}.exactmetrics-testimonials-slide img{width:300px}.exactmetrics-testimonials-slider-control{border:none;background:none;color:#fff;font-size:40px;line-height:1;position:absolute;top:45px;margin-top:-20px;padding:0;cursor:pointer}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-left{left:0}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-left i:before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-right{right:0}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-right i:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.exactmetrics-about-documentation{background:#f4f3f7;border-radius:10px;padding:72px 100px;margin:40px 0 95px}@media (max-width:782px){.exactmetrics-about-documentation{margin:40px 0;padding:32px 24px}.exactmetrics-about-documentation .exactmetrics-about-docs-image{float:none}}.exactmetrics-dark[data-v-281ea3e0]{display:block}.exactmetrics-colorpicker-preview span{width:40px;height:40px;display:inline-block;border:1px solid #b9c9d7;border-radius:5px}.exactmetrics-colorpicker-picker{position:absolute;z-index:100}.exactmetrics-colorpicker-picker .hu-color-picker{min-width:218px!important}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-block{z-index:auto}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-block:not(:first-child){margin-top:50px}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-block:not(:first-child):before{content:"";position:absolute;top:-25px;background:#d6e2ed;display:block;height:1px;left:-100%;right:-100%}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{display:none}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-buttons-toggle .exactmetrics-button:last-child{border-right:0}.exactmetrics-pp-theme-picker-container{background:#f4f3f7;border-radius:10px;padding:25px 25px 0;margin-bottom:15px}.exactmetrics-pp-theme-picker{overflow:hidden}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-carousel,.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slide{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-negative:0;flex-shrink:0}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slide:after{content:"";margin-left:48%}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option{width:150px;border-radius:10px;border:1px solid #d3d7de;height:150px;padding:17px 20px;margin-bottom:24px;cursor:pointer;position:relative;background:rgba(0,0,0,0)}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option.exactmetrics-pp-theme-option-selected,.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option:focus,.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option:hover{border:3px solid #6528f5;padding:15px 18px;outline:none}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option.exactmetrics-pp-theme-not-available .exactmetrics-pp-theme-icon,.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option.exactmetrics-pp-theme-not-available .exactmetrics-pp-theme-name{opacity:.6}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-active-icon{position:absolute;right:5px;top:5px}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-icon{display:block;width:110px;height:94px}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-name{color:#210f59;font-size:14px;margin-top:8px;display:block;text-align:left}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-icon{background:url(../img/pp-theme-icons.png) no-repeat 0 0;background-size:488px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-beta .exactmetrics-pp-theme-icon{background-position-x:-126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-charlie .exactmetrics-pp-theme-icon{background-position-x:-252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-delta .exactmetrics-pp-theme-icon{background-position-x:-378px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-echo .exactmetrics-pp-theme-icon{background-position:0 -126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-foxtrot .exactmetrics-pp-theme-icon{background-position:-126px -126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-golf .exactmetrics-pp-theme-icon{background-position:-252px -126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-hotel .exactmetrics-pp-theme-icon{background-position:-378px -126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-india .exactmetrics-pp-theme-icon{background-position:0 -252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-juliett .exactmetrics-pp-theme-icon{background-position:-126px -252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-kilo .exactmetrics-pp-theme-icon{background-position:-252px -252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-lima .exactmetrics-pp-theme-icon{background-position:-378px -252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-mike .exactmetrics-pp-theme-icon{background-position:0 -378px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-november .exactmetrics-pp-theme-icon{background-position:-126px -378px}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls{text-align:center;font-size:14px;color:#626d83;margin-bottom:25px}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls>span{display:inline-block;margin:0 11px;vertical-align:middle}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button{border:none;border-radius:3px;background:rgba(33,15,89,.1);width:20px;height:20px;text-align:center;color:#626d83;font-size:8px;cursor:pointer}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button:focus,.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button:hover{background:rgba(33,15,89,.3)}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button:disabled{opacity:.5;cursor:default}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button.exactmetrics-pp-themes-slider-button-next i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-option{text-align:center}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-name{position:absolute;left:18px;bottom:10px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-icon{width:74px;height:46px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAxAAAAEqCAMAAACyWUYtAAABBVBMVEUAAADw6v6AUPeEU/bw6f7w6v7v5P/w6v/v6vzy6/9lKPWEU/jw6/7v6fzw6/5kKPVlJ/ZlKPZoKPOEU/fw6v7Rv/xkJ/VlKPbx6/9lKPaEU/eEU/fv6P3w6/7w6v7Rv/xkKPVkJvTPv//Pv/dwIPNgIO/v6f2EU/jw6v7Rv/xkJ/RmKPbv5//Sv/zQv/zw6v5lKPWEU/fRv/x5Qvbe0f1uNPbt5v50PfbTwvzTwfyATffs5P3ay/zi1/3NufuIWPdoLPWMXvjWxfyRZPjczv3YyPzNufy8ovt2P/bErfvk2v3g0/1xOfZsMvXo3v23mvt4Q/bKtfymgvmfePmujvp7RvaCUPf1uE5qAAAAL3RSTlMA3yDvr4AQz2Bf369vUK/vr2Agv+/vz7+PgO6+kO/ur29QICAQEI/vv76QjyC/v+TVgYYAAAyJSURBVHja7N3PTttAEMfxweZPi6FA0hJIVFVqizhVM1uFSyWDzAGSSyslff9nqZpDpCRu5djr9azn93mDkfYLsrye0Mrx2eEBd+7k8C158vV2JGpcXxFE5fwjK3HgJ4nBqahyOiCIxw0rckQeKOtB5PSOIBZHrMoNNXYl6twSROINK3NOTV2LOiOCSCh4mt70/pgaEoUI4qDuHwTzGYKAzrxjdQ4RBHTmhNU5oIZYIYI4/nCxQgjCBlGol4eHFSJAEAgCQSAIBYeHFSJAEAgCQSAIBYeHFSJAEAgCQSAIBYeHFSKIAyuEmaAqBGF0JiiHIIzOBOUQhNGZoByCMDoTlEMQRmeCcgjC6EwQCG95fJLAnuYIovquKdqWDFMXQpaQCbxpLh2YI4jKu6Z2ekhdIGMbRfCmmXTgAUFU3jVFWzIXzIQs4A3P0okpgqi6a4q2uHDGZAFveJROvLQcRL4sXEiLnLf52TXVaRCOLLAQRF64wIrcdxCygiB2IYi9g1i44JYIIlIWgnDhFQgiUgiiHQiigsHoQvZzOWjzDUyWIIg1BBE8iMGF7O1i0OYbmHGCINYQROggLqWGUatvYCYIYg1BhA5C6rhodfIxglhDEFEEIe1OjiDWEASC2AliKp14RhB1g0jdfyCIpkHwg3RgxgiibhBDF0xmMYheXv92lcQZRLjr32liMQieh/9A6IURRO0gKMlcCOkkIZNBaOA7iMJVEWkQEZNaNp+eEESNIJYuuAWCaDuIoWtBZiKIPl//jpnU0ubTU5qYCILzhQupWOaMINoKor2np3SS9PNzS1YIQXgLohz2MtmaCUEgCMyEIBAEgkAQqoIIsLnvxyuCqB9EiM19WUKlDAYxlxB+IwjdVzfG5UUYDGImQfxEEJ6CyFwrJlTGXhDPEsYrgtD9PcSYSpkL4lF8URWEz819i9xCEI5KqQqiydNTllgOwu/VjSJHEBqCaPb0dJ8YDmLhvFoiCA1BZK6RoeEgnF8FgtAQhGvmHkF4gyB6EIRDEAgCQSAIBIEgEASCQBAIAkEgCARhJoiR/IUgAgcxlTDmCGJPt7Lyr819BoNIAwQRbHPfFEHs6e5UVgJt7stol7IgGk6eGb7+3Ycgwv5wexrB9e8kbWPCLjb3zX4xgqjh6lrCbO5LJ1F8INRg8nSYWLoqzVuKfgTRO1IDvqnWt7lvgSAQRHUKg+jD9e8+QhA92NxXLHNGEAhiDwqDUIAAQSAIBIEgFBweVogAQSAIBIEgFBweVojAdxBfvn347tenz/08PKwQwR/27Ca1cSAIwGgJLNkG2wnGJllkMCSbBMIU6P6Hm8X8wGxCEkuoJL93g4L6aKl74CBezv3gzs+LXJ4sKBg4iEs/grdFLk8WFAwcRD+G8yKXJwsK5hBEv8jlyYICQQhCEB+5uyqIcz+GaLKctSBuw8N3eriPP372I7jEIctZCeI2HL9xRNwdR7523WU5W0HciOP9V3N4OMY/L5ehc3h7juhOWUzj9Z0J7bOYbVzrNctZB3PxlKW0cbU2y9kGs1Fqf57iel25q7MmmJFNmQU67WMI72UG+q15D2Zlc1jn5JrDrhtsoALz/PXadgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwA3rdqsmJ7debQOmt/+RRTSSYHKPWUgbMKk2S3kMmNAmi9kHTKfA3/T/Tl3AZy3+gMjcBUzlkOWsAj5v4V9MmU3AVLKg4Bd7d9DaNhCEYdi3QmhpcgnkUhJoTznMyLUiRzFY4CY4YAVd7P//UypoVDzbdFf2yuvR7vechcAoL7KtmRh6QhAAexAEwB4EAbAHQQDsQRAAexAEwCmRabbMOaTVDEGAHmSY5RxYPkMQoAYZVhzcEkGAGmTg8HIEAWooCIIRBHbf1SABQWiG3fcPIIhkYff9IwgiVdh9/xCCSJS61cZId99JQBBqKfg0LX2Lc/edBAShlbobxFC7799vLy/47K4vrxDEqMS6+373lZW4uEIQI/KJ1Bli9/2eFblBEONBCk283bAq9whiNEihia8rVuYOQYwFKTTxpeDTtPT1B4IYCVIouhsE8y2CGAlSaOLpktW5jDeIyCZDSaGJp2tW5yLaIGKbDCWFJp5YoViDiG4ylCT77vtqRk4IIqUg4psMJcG1+567i0AQCQWhbvDnS+jd9yW5IIiEglDwadr8VaTAQ5g5uSCIdIJQd4Mg+hw4CCYXBJFOEDFOhpKAIDoIItHJUBIQRAdBJPqdPQkIooMgEEQLQXQQBIJoIYgOgkAQrXSCqH+W2SDKpkYQiiCIY4KottmAmgpBqIEgjgiiKrNBlRWC0AJBHBFEkw1siyBaUfwqEhlytokjiDobXM1WiQQRw68ikWHJVityUx9Ekw2uYatEgojhV5FISGP8u8wGV7JVIkFwePnp3wb+P/N8GceCUHYCbIUgOqN7TRogiD4U/vGw2+hekwaBg9iuN5uiKREEgkAQbQ41/7EpEQSCSD6Igv+qSgSBIEihgEEUvKcqEQSCUChcEA0L1Q5BeD/VtRvda9IgXBAVSwWC8HuqG9wKQQwYxJYN1Q5BYHRjXxTzWeyQdTZs2iIIz6e6IeXLGSHyAYOo2VQgiMTfXpAQx3wWWyEIBKH7m7N8LEGUmwZBIIh/qL9ObGX9DNHYeqiYCwSBIEzqrxM7ZJ01m0prD60CQSAIg/rrxA5ZZ1exVDt6aBUIAkFI6q8TO4jJDaF09dAqjgoCT3V7QRBnDcK8RRS2HuxHsQOe6vaCIFrnC0L+odt7cBzHDlE+8CHT0+Jx6uPXkzyX+/iz/9eNUzjn+He54XfV2taDUBweRBJPdZ8ep57mT/Jc7uMxnzVEEDKJmrmqi521B1cR7JDE24vF1NviwHMtMLoRbKda9iAVCKJFhqm/+YHnmmM+K1wQsgepQBCWIDwcei58URAwCNmDVCAIBNGHguvEDsf2IBUIggzzAYOYI4jTBbF+eaOQXtdpBvE89bY48FwLEhBEnyDWbxTY2zrJIB68bxGPD+JcfY4XEESfIF4puJckg6CHhV8Ozw/iXH2OlxBEnyAovDc2RLmrSwrhNakMglhIZXRDAbymkQYRw64uKYT5rJEGweHlJCCIVOazWEAQ77APkep8FoL43c7drjQOhFEAHqF+4kcFEQQRhV1/+OedzkLrurRgqS22xRDo/V/LrhC6k2yWppmanLw5zx3M0IMyPacMBNK377X3sxgIBgIpELXXUWzGh1SNgagJA1EkEFOp3HtbA9FfjJ17m/ySerCf1djqht1WIwIxT95RnodSC/azipX73qVKH6NsHtryqxtDtzaXOrCfFfozNEEG/NUNT/qd/bkvJeAFQkM/qxGB0FjdmDjPQsrACwSAVgRCw1ZXMsbOM5Yyav/wCKB2BALA1z5RytYQz4SAgcgHd9GSwkAk4M7EQOSr9l+mN9ka4pkQMBD54C5aMhbOM5GtIZ4JQXWBePkR5IWB8KTf2X9qeXYFsPNADKLYhYhee2uvs5HbZLVsZyBk7taGUgLimQDsOhCD2AWavq7zMHIFxMt2BkKGz8nfh7mUgnim5vezbMbKBZv1EpErJGppIKQ/GTs3XvSlJMAzNb+fZTNcuGkv4YqJbYbKra4AYj+rkkC4LQPhbIbKra4AYj+roYHQsNUVQOxnbQ5E7ML1ElNXjM1QudUVQOxnbQ5E5IJFvcTMFbKyGSqniQKIdZQqnl1Hf59dp66AeMlAlAHw4ZEUnYGwg5ULMZr5X8xFbpM4WtoslVtdAcR+1r8sIJVb3T2Bc8h+VkMDoWGrey5wOuxnNTQQGra6pwLnmP2spgYCgAl0cCVg9gz7WQxEaSbUmYA5NuxnMRClmWC3AmXfGL6cMRClmXD7AuTWMBB5Tiyca5UX/ekI5u316swwELm6Fk5X5UUnkTg/lNrtnZ8eGAYi372Fc6nyojUSQCbQ9wsL5kTnRWskgEyoBwvmUudWVyMBZII9WSg3Sre6GsG8Efj9rHA3FsiT1q2uRhr7WZ8uYd5eLx7UbnU10tjPSiLRvba1O+nef9O71dVIYz8LkqTo2OqqpLCfBUlSdEwTddLXz4IkKQwEMKh+1qNRSlJ0bHW1wuln3Z0ZrSRFx1ZXL139LEiSomOrS8StLtEf3OoSebjVJTKGLUqiTwwEkYeBIPIwEEQeBoLIw0AQeRgIolzc6hLtXkfgdAzRdrjVJfoSB3cCRulWlxqCW10i36NA0brVpcbgVpeIW12i/zrqIGx1O5q3utQIvwFN0uiXuNQl8wAAAABJRU5ErkJggg==) no-repeat 0 0;background-size:392px;display:inline-block}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-beta .exactmetrics-pp-theme-icon{background-position-x:-212px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-charlie .exactmetrics-pp-theme-icon{background-position-x:-106px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-delta .exactmetrics-pp-theme-icon{height:43px;background-position:-318px 0}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-echo .exactmetrics-pp-theme-icon{height:76px;background-position:0 -73px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-foxtrot .exactmetrics-pp-theme-icon{background-position:-106px -90px;height:41px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-golf .exactmetrics-pp-theme-icon{background-position:-212px -83px;height:56px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-hotel .exactmetrics-pp-theme-icon{height:50px;background-position:-318px -86px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-option{text-align:center}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-name{position:absolute;left:18px;bottom:10px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-icon{width:74px;height:40px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlAAAACcCAMAAACHiWWRAAAA3lBMVEUAAABlKPX///9oKPNlJ/ZkKPVkKfRlKPZlKPVlKPbRv/zw6v7Pv/vw6/7w6v7w6v7w6/7v6vzy6//w5f/w6v5lJ/Xw6f5lKPXv6fxlH/Pw6f7w6v7Rv/zRv/xkKPVmJ/VlJvZjJvLw6/7w6v/w6v9jJ/NmKfbv6PxlKPXw6v7Rv/yEU/f///95QvZmKfXs5f7Twvx/TPd0PfZuNPbZyv1pLfXbzf11PvZyOvbf0v3e0P2RZPiIWPfNuvzKtftsMvX18v7+/v+NYfh7Rva2mfq5nfuCUPe+pPuvkPqvkPnAI7BMAAAAKHRSTlMA/gEgr+/uv99g798gr5CAb2BfEO/PsIBQEN/Pv69wj1BQ78/OkI5P5JBZSwAAB1NJREFUeNrs3EtqAkEYReFqYhJF8o4vBPMYhFuIgjhTwUH2v6eM09GyUOmckvut4MJ/aHVgByvYVVso7atgJYP1JLVHwcrVEc4gWLl6wrkNVi7xVMHKJR4HVTLxOKiSicdBlUw8Dqpk4nFQJROPgyqZeBxUycQDDurlsd+N/27cfw5Y4uEGNfyMEF1sUuLBBnUfQR4Ck3ioQT1ElPuAJB5oUE8RZhiIxAMNCvBt/LfXlwAkHmZQuAdUjI8BSDzMoO4iTj8AiYcZ1DjidAOQeJhBRaAAJB4H5aAcVA4HlcVB5XJQWRxULgeVxUHlclBZHFQDEkGNJi3Av797rY6DOi2o1WapJq1XO4N6vxFEu+OgTghqtVTDlqsdQb2Joxo4qOODWqtxm79BDYTy5aCODkrNW8Ya3KtOqg8HVVBQijW8dzFdj8TjoPaJNbQHlFRNxOOg9ok1LeEAJzmovWIN8OVeuA9hOaj9CBsOqMTjoHZzUEeqiD89EcckbEhyULkYxyRsSHJQuRjHJGxIclC5GMckbEhyULkYxyRsSHJQuRjHJGxIclC5GMckbEhyULkYxyRsSKIGRUQ4JmFDkoO6/KC2s8X0LBazrQ5xUJce1Px7ekazudIc1IUHNV9Mz2oxV5KDuvCgfti5tyVFYSgKw1YB8iqrxViFaAXPjrb2zPu/0DCtJbZj04GEmMD67+HquwnZG5EY7ojKCKrboHaJ8XaoiqC6DUokxhOoiqC6DSpNjJeiKoLqNqikhVAVQREUQalFUPgP1FHmeS5SgnIi70Edd7iUpwTlQL6DmuLWPCWo1+c5qCnKClEE9fL8BiXwpfmZoGrWT1D5+3ak1unQK1BBPES9wmBwS/1p9bd7ASrfjpTbHHoEKmgAIrqJUni6wdt9APV7VKOPHoEK0aB4cC1EC8U+gBrVadMjUGhS1OqPjaPOgRoR1A+1CcqNeW5boNJcEBRBAVszoNI5IAmKoPBex9OpyhMgCYqgtD8blJ4ASVC9B4X8jyqnj588AZKgeg/qoZLBeY6y0kqVJ0AS1GcRzOc7qHsoqp4AWR/U5M3BNEHFaKHQc1BJmuPaRNUTIAmqKIhgvKEXVy+PPWjJd8BkNz0rewIkQRUFIcw2jP24HH4sqUjJEyAJ6lI/x1ce0vcESIL6jKCKDHgCJEH9i6CKTHgCJEEV9ROUmO3HOm0EniQIajDoJSixH2u2fy6KoAa9BLUZazfDs44E1TqoDJZSBzUZ67fHs6YE1TqoNay3sgDqF0HdMrL1EgaKoBYZLJctCMo6KP2tlyhQAlWIWsFm2XrxRlAvARVCq/gbUA5GUFZAQa+IoAjKJCgQlFFQy3UGm62WBGUK1N5BUEv7h5clQZkBhZk+qA0Ao6BWsN6aoBSzc/WiB8qBG4WMoAyBgtjocZoJAN6DAkEp1nx8ZQrlCOqSqa0XRVBOnF5QRlB3ubX1EqqAcuP0glsEdZ9TWy/DQAWUG6cXXCOorzm09TKMA3fnoTKCUsvL8RW8IB9BuTA3RlAdAuXC3BhBGQeVCq3SpqDcmBsjqKc1+E/56ZCYqTEoJ+bG/rJzRy0Nw0AAxzOtYy19HWPQTn0Q7g5mMgjBFzfQqd//GwmzL7sVasPVXW1+r4V7GH/KGpKkoFrFXDj2+nb1oBRIQbWKuqf8KwU1kqA0fL0A03obuawdpKAmc+oFqIVwUFuYYFBlVZCsuhzDqZe/COoA0wuqLEhcUeI5FV8vwOzpkvgLanpB1TSAChUC5kgXPmT/QT0DwOSCoiEUqFD3ssH+U7Kn91NPKSgRqBAw/J7y/fEFDtud0Ntpe4BGr6Csd9RfsNhIQQ1Hw1oY9AzKOoriBIuK3HNpGgXFSUFF6AwqUCSPYuL2XGamUdEAalQI9LkIimI5FBO153J+O/CygUKgj1xQhGJ677lkOy3LWjqnqhzlqRdZYw5KIeSsdyQpWD6bPx9lUI56m2ZQ1pEwZ/ls/nyMQXmKFPDHVIIKJM53zPbILECdJZ5RsmygETIkz3XMdshkoE6GnA3Un/MWGymoeF2zkdmANrMcFTIa4RkdQa3vQJnFDSpkNELGkbyu2ciYR9BllqegYoPyJC50zA7IGPMEqqxMCmrMywbGmBUocm9SUL+GnA2yOXnLZ/PnrT9UrmbtYP5gUlBtxnPhmDnJsyVc3SLbrE0K6l8EpUoKKgX13a7dpSAIRVEU3vga9qeE2GNBHJ98kOY/tAZgN66CtLutbwiHhaDbTYNKbZ75/2SWeSeCWhdU+uUld1wp9E4EtTao55A0RYZC70RQa4Ma0sbIUOidCGqDoIbIUOidpF3YuckPQeWqw85FfmZBjQT13jHsnOVnFtT0abvMUGxQTRtmehnis0G2Lsw4PqBmQSU3z3H68w+b0j6sHOSI6WWBQxjZyxJBLXHqw0TbyRNBLXOqr/F1u/rYyBRBgaDgi6BAUPBVGW6ed+FnVWyeEJsnbLF5QmLzhK2KzRMSmyd8GW2eD6EEbJ4o2AuunoM0UoU65AAAAABJRU5ErkJggg==) no-repeat 0 -19px;background-size:296px;display:inline-block}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-beta .exactmetrics-pp-theme-icon{background-position-x:-74px;background-position-y:-6px;height:66px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-charlie .exactmetrics-pp-theme-icon{background-position-x:-148px;height:50px;background-position-y:-14px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-delta .exactmetrics-pp-theme-icon{height:78px;background-position:-222px 0}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-preview{position:relative}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-controls{margin-right:22px;margin-bottom:20px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-controls input[type=number]{width:40px;height:40px;border-radius:5px;border:1px solid #b9c9d7;padding:2px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-controls-inputs{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label{font-size:14px;width:auto;margin-right:9px;color:#210f59;margin-bottom:8px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label span{display:block}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-pp-control-label{margin-bottom:4px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows input{border-radius:5px 0 0 5px;text-align:center;-moz-appearance:textfield}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows input::-webkit-inner-spin-button,.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;font-size:10px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow{background:#b9d8f3;padding:3px 5px;border:1px solid #b9c9d7;border-left-width:0;cursor:pointer}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow:focus,.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow:hover{background:#fff}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow.exactmetrics-number-input-arrow-up{border-radius:0 5px 0 0;border-bottom:0;padding-bottom:4px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow.exactmetrics-number-input-arrow-up i{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow.exactmetrics-number-input-arrow-down{border-radius:0 0 5px 0}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-unit{font-size:14px;color:#210f59;margin-left:5px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-controls-description{font-weight:700}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-color-input-inline{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:9px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-color-input-inline .exactmetrics-colorpicker-preview span{border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-color-input-inline input[type=text]{border-top-left-radius:0;border-bottom-left-radius:0;max-width:108px}.exactmetrics-admin-page .exactmetrics-color-picker{position:relative;max-width:40px}.exactmetrics-admin-page .exactmetrics-color-picker .exactmetrics-colorpicker-picker{bottom:-120px;margin-left:10px;left:100%}.exactmetrics-admin-page .exactmetrics-pp-posts-picker .multiselect__input{border:none;height:auto;padding:2px 0 0;font-size:14px;line-height:1.4em;background:rgba(0,0,0,0);min-height:0;margin-bottom:10px}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-block .exactmetrics-settings-input-select+p{margin-top:25px}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button{background:#fff;color:#210f59;border-bottom-width:1px;border-color:#b9c9d7;border-radius:0;line-height:18px;border-right:0;margin:0}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button:hover{background:#6528f5;color:#fff;border-color:#b9c9d7}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button:focus{z-index:10;position:relative;border-radius:0;outline:none}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button.exactmetrics-selected-interval{background:#6528f5;color:#fff;font-weight:400}.exactmetrics-admin-page .exactmetrics-settings-input-radio .exactmetrics-notice-no-posts{padding-top:15px;cursor:default}.exactmetrics-admin-page .exactmetrics-settings-input-radio .exactmetrics-notice-no-posts span{color:#d83638;font-weight:400}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-beta{width:144px;height:100px;padding:0}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-beta:after{background-image:url(../img/theme-preview-beta.png)}.exactmetrics-inline-popular-posts-image{width:128px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.exactmetrics-inline-popular-posts-widget{margin-bottom:24px}.exactmetrics-inline-popular-posts-alpha{padding:24px 27px}.exactmetrics-inline-popular-posts-alpha .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:18px;line-height:1;display:block;margin-bottom:6px}.exactmetrics-inline-popular-posts-alpha .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:1;text-decoration:none}.exactmetrics-inline-popular-posts-beta{padding:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #d6e2ed}.exactmetrics-inline-popular-posts-beta .exactmetrics-inline-popular-posts-text{margin-left:19px}.exactmetrics-inline-popular-posts-beta .exactmetrics-inline-popular-posts-label{display:block;font-weight:700;font-size:18px;line-height:18px}.exactmetrics-inline-popular-posts-beta .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:130%;text-decoration:none}.exactmetrics-inline-popular-posts-charlie .exactmetrics-inline-popular-posts-border{display:block;border-bottom:1px solid;margin:16px 0}.exactmetrics-inline-popular-posts-charlie .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:16px;line-height:1.1}.exactmetrics-inline-popular-posts-charlie .exactmetrics-inline-popular-posts-list{list-style:disc inside none}.exactmetrics-inline-popular-posts-charlie .exactmetrics-inline-popular-posts-list li{font-style:normal;font-weight:400;font-size:16px;line-height:130%}.exactmetrics-inline-popular-posts-delta{border:1px solid #d6e2ed;padding:16px 18px;border-radius:5px}.exactmetrics-inline-popular-posts-delta .exactmetrics-inline-popular-posts-icon{margin-right:8px}.exactmetrics-inline-popular-posts-delta .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:18px;line-height:1.1;vertical-align:top}.exactmetrics-inline-popular-posts-delta .exactmetrics-inline-popular-posts-title{display:block;font-weight:700;font-size:18px;line-height:1;text-decoration:none;margin-top:4px}.exactmetrics-inline-popular-posts-echo{padding:13px 16px}.exactmetrics-inline-popular-posts-echo .exactmetrics-inline-popular-posts-icon{margin-right:8px}.exactmetrics-inline-popular-posts-echo .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:16px;line-height:1.1;margin-right:8px}.exactmetrics-inline-popular-posts-echo .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:16px;line-height:130%;text-decoration:none}.exactmetrics-inline-popular-posts-foxtrot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-inline-popular-posts-foxtrot .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:18px;line-height:1.1;display:block}.exactmetrics-inline-popular-posts-foxtrot .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:125%;text-decoration:none}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-image{padding-top:57%}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-image:after{background-image:url(../img/theme-preview-image.jpg)}.exactmetrics-inline-popular-posts-golf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:16px;line-height:1.1;float:left;background:#fff;padding-right:20px}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:16px;line-height:125%;text-decoration:none;display:block;clear:both;margin-top:14px}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-title:before{width:100%}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-border{display:block;border-width:2px 0 0;border-style:solid;margin-top:10px}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-border-2{border-top:1px solid #e2e4e9;margin-top:20px;display:block}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-text{width:100%}.exactmetrics-inline-popular-posts-hotel .exactmetrics-inline-popular-posts-icon{margin-right:10px;vertical-align:middle}.exactmetrics-inline-popular-posts-hotel .exactmetrics-inline-popular-posts-title{font-style:normal;font-weight:700;font-size:18px;text-decoration:none;line-height:130%}.exactmetrics-inline-popular-posts-india{padding:13px 12px 13px 16px;position:relative}.exactmetrics-inline-popular-posts-india .exactmetrics-inline-popular-posts-border{border-width:0 0 0 4px;border-style:solid;position:absolute;left:0;top:0;bottom:0}.exactmetrics-inline-popular-posts-india .exactmetrics-inline-popular-posts-title{font-size:14px;text-decoration:none;font-weight:700}.exactmetrics-inline-popular-posts-india .exactmetrics-inline-popular-posts-label{font-size:14px;text-decoration:none;font-weight:700;margin-right:4px}.exactmetrics-inline-popular-posts-juliett{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.exactmetrics-inline-popular-posts-juliett .exactmetrics-inline-popular-posts-border{border-width:1px 0 0;border-style:solid;position:absolute;left:0;top:0;right:0}.exactmetrics-inline-popular-posts-juliett .exactmetrics-inline-popular-posts-title{font-size:18px;text-decoration:none;font-weight:700;max-width:400px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;line-height:125%}.exactmetrics-inline-popular-posts-juliett .exactmetrics-inline-popular-posts-label{font-size:14px;line-height:18px;text-decoration:none;font-weight:700;padding:4px 12px;position:absolute;right:0;top:0}.exactmetrics-inline-popular-posts-kilo{position:relative;padding:30px 0}.exactmetrics-inline-popular-posts-kilo .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:18px;line-height:1}.exactmetrics-inline-popular-posts-kilo .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:130%;text-decoration:none;display:block;clear:both;margin-top:6px}.exactmetrics-inline-popular-posts-kilo .exactmetrics-inline-popular-posts-title:before{width:100%}.exactmetrics-inline-popular-posts-kilo .exactmetrics-inline-popular-posts-border,.exactmetrics-inline-popular-posts-kilo .exactmetrics-inline-popular-posts-border-2{display:block;position:absolute;left:0;right:0;top:0;border-bottom:4px dashed #e2e4e9}.exactmetrics-inline-popular-posts-kilo .exactmetrics-inline-popular-posts-border-2{bottom:0;top:auto}.exactmetrics-inline-popular-posts-lima{padding:16px 19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exactmetrics-inline-popular-posts-lima .exactmetrics-inline-popular-posts-text{margin-left:13px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.exactmetrics-inline-popular-posts-lima .exactmetrics-inline-popular-posts-label{display:block;font-weight:700;font-size:18px;line-height:18px}.exactmetrics-inline-popular-posts-lima .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:120%;text-decoration:none;display:block;max-width:420px;margin-top:7px}.exactmetrics-inline-popular-posts-lima .exactmetrics-inline-popular-posts-image{width:144px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0;margin-left:20px}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-image-2{padding-top:69%}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-image-2:after{background-image:url(../img/theme-preview-image-2.jpg)}.exactmetrics-inline-popular-posts-mike{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-inline-popular-posts-mike .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:125%;text-decoration:none;display:block;max-width:380px}.exactmetrics-inline-popular-posts-mike .exactmetrics-inline-popular-posts-label{position:absolute;z-index:10;left:0;top:0;font-size:14px;font-weight:700;padding:5px 8px;line-height:1.2}.exactmetrics-inline-popular-posts-mike .exactmetrics-inline-popular-posts-image{margin-right:20px}.exactmetrics-inline-popular-posts-november{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;border-width:1px;border-style:solid;padding:16px}.exactmetrics-inline-popular-posts-november .exactmetrics-inline-popular-posts-text{width:100%}.exactmetrics-inline-popular-posts-november .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:16px;line-height:125%;text-decoration:none;display:block;margin-top:4px}.exactmetrics-inline-popular-posts-november .exactmetrics-inline-popular-posts-label{display:block;font-size:16px;font-weight:700}.exactmetrics-inline-popular-posts-november .exactmetrics-inline-popular-posts-image{margin-right:20px}.exactmetrics-inline-popular-posts-november .exactmetrics-inline-popular-posts-icon{width:32px;height:32px;display:inline-block;border-radius:50%;text-align:center;float:left;line-height:38px;margin-right:17px;margin-top:4px}.exactmetrics-sharedcount-status{font-size:12px;color:#777;margin-top:12px;line-height:1.5}.exactmetrics-pp-manual-placement-options{margin-left:-12px;margin-right:-12px}.exactmetrics-pp-manual-placement-option{width:150px;height:150px;border-radius:10px;border:1px solid #9087ac;font-size:14px;line-height:17px;color:#210f59;text-align:center;-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;cursor:pointer;margin-left:12px;margin-right:12px;vertical-align:top;max-width:calc(50% - 24px)}.exactmetrics-pp-manual-placement-option,.exactmetrics-pp-manual-placement-option .exactmetrics-pp-manual-placement-options-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-pp-manual-placement-option .exactmetrics-pp-manual-placement-options-icon{min-height:40px;margin-bottom:23px}.exactmetrics-pp-manual-placement-option .exactmetrics-pp-manual-placement-options-icon svg path{fill:#6528f5}.exactmetrics-pp-manual-placement-option.exactmetrics-pp-manual-placement-option-active{border:3px solid #6528f5;font-weight:700;background:#f1f7fe}.exactmetrics-pp-placement-options-accordion svg path{fill:#6528f5}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns{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}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-manual-placement-content-steps{width:calc(50% - 12px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-manual-placement-content-steps .exactmetrics-button{margin-top:10px}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-manual-placement-content-steps input[type=text]{border-color:#9087ac;color:#210f59}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-manual-placement-content-steps{width:100%;margin-top:30px}}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-manual-placement-content-steps li{color:#777}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-manual-placement-content-steps li b{color:#210f59}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-video-block{width:calc(50% - 12px);border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,color-stop(17.51%,rgba(101,40,245,.6)),color-stop(74.11%,#37276a));background:linear-gradient(180deg,rgba(101,40,245,.6) 17.51%,#37276a 74.11%);color:#fff;position:relative;height:198px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;text-align:center}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-video-block>div{position:absolute;bottom:0;padding:20px}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-video-block .exactmetrics-welcome-overlay{position:fixed;bottom:0}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-video-block .exactmetrics-pp-video-block-icon{margin-bottom:30px;display:inline-block}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-video-block p{color:#fff;margin:0;text-align:left}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-pp-manual-placement-content-columns .exactmetrics-pp-video-block{width:100%}}.exactmetrics-settings-content-pp-inline input[type=number]{max-width:80px}.exactmetrics-settings-content-pp-inline .exactmetrics-collapsible-content .settings-input-text{margin-bottom:20px}.exactmetrics-inline-desc{margin-left:5px}.exactmetrics-widget-popular-posts-widget{margin-bottom:24px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-alpha .exactmetrics-widget-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-alpha .exactmetrics-widget-popular-posts-list li{display:inline-block;padding:24px;background:rgba(33,15,89,.1);border-radius:3px;margin:0 6px 12px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#210f59;font-weight:700}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-beta .exactmetrics-widget-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-beta .exactmetrics-widget-popular-posts-list li{display:inline-block;background:#fff;border-radius:3px;margin:0 6px 30px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#210f59;font-weight:700;border-left:4px solid #1ec185;padding-left:16px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-charlie .exactmetrics-widget-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-charlie .exactmetrics-widget-popular-posts-list li{display:inline-block;padding:24px;background:rgba(33,15,89,.1);border-radius:3px;margin:0 6px 12px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#210f59;font-weight:700;border-top:4px solid #6528f5}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-delta .exactmetrics-widget-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-delta .exactmetrics-widget-popular-posts-list li{display:inline-block;padding:16px 0 0;margin:0 6px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#210f59;font-weight:700;border-top:2px solid #d3d7de}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-delta .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta{font-size:12px;margin-top:8px;font-weight:400}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-delta .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta span{display:inline-block;margin-right:5px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-echo .exactmetrics-widget-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-echo .exactmetrics-widget-popular-posts-list li{display:inline-block;margin:0 6px 24px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#210f59;font-weight:700}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-echo .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-comments{font-size:16px;font-weight:700;margin-top:14px;display:block}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-echo .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta{font-size:12px;margin-top:8px;font-weight:400}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-echo .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta span{display:inline-block;margin-right:5px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-foxtrot .exactmetrics-widget-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-foxtrot .exactmetrics-widget-popular-posts-list li{display:inline-block;padding:16px;background:rgba(33,15,89,.1);border-radius:5px;margin:0 6px 12px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#210f59;font-weight:700}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-foxtrot .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-comments{font-size:16px;font-weight:700;margin-top:14px;display:block}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-foxtrot .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta{font-size:12px;margin-top:8px;font-weight:400}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-foxtrot .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta span{display:inline-block;margin-right:5px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-golf .exactmetrics-widget-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-golf .exactmetrics-widget-popular-posts-list li{display:inline-block;padding:16px;background:rgba(33,15,89,.1);border-radius:5px;margin:0 6px 12px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#210f59;font-weight:700}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-golf .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-comments{font-size:16px;font-weight:700;margin-top:14px;display:block}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-golf .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta{font-size:12px;margin-top:8px;font-weight:400}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-golf .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta span{display:inline-block;margin-right:5px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-golf .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-label{font-weight:400;font-size:12px;display:inline-block;padding:4px 8px;border-radius:3px;line-height:1;margin-bottom:14px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-golf .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-title{display:block}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-hotel .exactmetrics-widget-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-hotel .exactmetrics-widget-popular-posts-list li{display:inline-block;margin:0 6px 24px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;font-weight:700;position:relative}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-hotel .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-text{position:absolute;bottom:0;padding:0 14px 14px;left:0;z-index:15}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-hotel .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta{font-size:12px;margin-top:8px;font-weight:400}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-hotel .exactmetrics-widget-popular-posts-list .exactmetrics-widget-popular-posts-meta span{display:inline-block;margin-right:5px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-hotel .exactmetrics-bg-img{margin-bottom:0;padding-top:50%;width:100%}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-hotel .exactmetrics-bg-img:after{z-index:5;border-radius:5px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-hotel .exactmetrics-bg-img:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(-25.16%,#000),to(rgba(0,0,0,.1)));background:linear-gradient(0deg,#000 -25.16%,rgba(0,0,0,.1));content:"";top:0;bottom:0;left:0;right:0;position:absolute;z-index:10;border-radius:5px}.exactmetrics-pp-products-theme-preview-output,.exactmetrics-pp-widget-theme-preview-output{margin-top:28px}.exactmetrics-dummy-text{padding-right:24px}.exactmetrics-dummy-text p{margin-bottom:40px;line-height:180%}.exactmetrics-pp-widget-controls,.exactmetrics-pp-widget-theme-preview{position:relative}.exactmetrics-pp-widget-controls .exactmetrics-settings-input-select-simple select{min-width:50px}.exactmetrics-pp-widget-theme-preview-output-wide .exactmetrics-widget-popular-posts-columns-1 .exactmetrics-widget-popular-posts-list{margin:0}.exactmetrics-pp-widget-theme-preview-output-wide .exactmetrics-widget-popular-posts-columns-1 .exactmetrics-widget-popular-posts-list li{width:100%}.exactmetrics-pp-widget-theme-preview-output-wide .exactmetrics-widget-popular-posts-columns-3 .exactmetrics-widget-popular-posts-list{margin:0}.exactmetrics-pp-widget-theme-preview-output-wide .exactmetrics-widget-popular-posts-columns-3 .exactmetrics-widget-popular-posts-list li{width:calc(33.33333% - 12px)}@media (max-width:767px){.exactmetrics-pp-widget-theme-preview-output-wide .exactmetrics-widget-popular-posts-columns-2 .exactmetrics-widget-popular-posts-list,.exactmetrics-pp-widget-theme-preview-output-wide .exactmetrics-widget-popular-posts-columns-3 .exactmetrics-widget-popular-posts-list{margin:0}.exactmetrics-pp-widget-theme-preview-output-wide .exactmetrics-widget-popular-posts-columns-2 .exactmetrics-widget-popular-posts-list li,.exactmetrics-pp-widget-theme-preview-output-wide .exactmetrics-widget-popular-posts-columns-3 .exactmetrics-widget-popular-posts-list li{width:100%;margin-left:0;margin-right:0}}.exactmetrics-pp-widget-theme-preview-render h3{font-size:14px;margin-top:14px;margin-bottom:14px}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-settings-input-radio .exactmetrics-styled-radio{display:none}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-settings-input-radio>span{display:inline-block;margin-right:8px}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-settings-input-radio>span label{margin-bottom:0}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-wide-column{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #b7c9d9;border-radius:5px;width:40px;height:40px;padding:10px 5px;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-wide-column>span{background:#99a1b2;display:inline-block;width:8px;height:8px;border-radius:1px;margin-bottom:2px}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-wide-column.exactmetrics-wide-column-two>span{width:12px}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-wide-column.exactmetrics-wide-column-one>span{width:100%}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-styled-radio-label-checked .exactmetrics-wide-column{border:2px solid #6528f5;background:#ecf4fe;padding:9px 4px}.exactmetrics-admin-page .exactmetrics-wide-column-options .exactmetrics-styled-radio-label-checked .exactmetrics-wide-column>span{background:#6528f5}.exactmetrics-pp-theme-active-icon svg path{fill:#6528f5}.exactmetrics-inline-checkboxes .exactmetrics-settings-input-checkbox{display:inline-block;margin-right:32px}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-delta .exactmetrics-bg-img{width:121px;height:121px;padding:0;float:left;margin-right:16px;margin-bottom:12px}.exactmetrics-widget-popular-posts-widget .exactmetrics-bg-img.exactmetrics-pp-theme-widget-1:after{background-image:url(../img/theme-widget-1.jpg)}.exactmetrics-widget-popular-posts-widget .exactmetrics-bg-img.exactmetrics-pp-theme-widget-2:after{background-image:url(../img/theme-widget-2.jpg)}.exactmetrics-widget-popular-posts-widget .exactmetrics-bg-img.exactmetrics-pp-theme-widget-3:after{background-image:url(../img/theme-widget-3.jpg)}.exactmetrics-widget-popular-posts-widget .exactmetrics-bg-img.exactmetrics-pp-theme-widget-4:after{background-image:url(../img/theme-widget-4.jpg)}.exactmetrics-widget-popular-posts-widget.exactmetrics-widget-popular-posts-echo .exactmetrics-bg-img{padding-top:50%;margin-bottom:14px;width:100%}.exactmetrics-widget-popular-posts-widget .exactmetrics-bg-img.exactmetrics-pp-theme-widget-5:after{background-image:url(../img/theme-widget-5.jpg)}.exactmetrics-widget-popular-posts-widget.exactmetrics-pp-theme-widget-6:after{background-image:url(../img/theme-widget-6.jpg)}.exactmetrics-widget-popular-posts-widget.exactmetrics-pp-theme-widget-7:after{background-image:url(../img/theme-widget-7.jpg)}.exactmetrics-widget-popular-posts-widget.exactmetrics-pp-theme-widget-8:after{background-image:url(../img/theme-widget-8.jpg)}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-alpha .exactmetrics-bg-img{width:80px;height:80px;padding:0;float:left;margin-right:18px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-beta .exactmetrics-bg-img{padding-top:74%}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-1:after{background-image:url(data:image/jpeg;base64,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)}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-2:after{background-image:url(../img/theme-products-2.jpg)}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-3:after{background-image:url(../img/theme-products-3.jpg)}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-4:after{background-image:url(../img/theme-products-4.jpg)}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-5{padding-top:73%}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-5:after{background-image:url(../img/theme-products-5.jpg)}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-6{padding-top:73%}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-6:after{background-image:url(../img/theme-products-6.jpg)}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-7{padding-top:73%}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-7:after{background-image:url(../img/theme-products-7.jpg)}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-8{padding-top:73%}.exactmetrics-widget-popular-posts-products .exactmetrics-bg-img.exactmetrics-pp-theme-products-8:after{background-image:url(../img/theme-products-8.jpg)}.exactmetrics-widget-popular-posts-products.exactmetrics-widget-popular-posts-echo .exactmetrics-bg-img{padding-top:50%;margin-bottom:14px;width:100%}.exactmetrics-input-text-small{margin-top:24px}.exactmetrics-input-text-small .settings-input-text-input{max-width:350px}.exactmetrics-input-text-extra-small .settings-input-text{display:inline-block;margin-right:5px}.exactmetrics-input-text-extra-small .settings-input-text-input{max-width:80px}.exactmetrics-widget-popular-posts-products{margin-bottom:24px}.exactmetrics-widget-popular-posts-products .exactmetrics-products-popular-posts-rating{display:block}.exactmetrics-widget-popular-posts-products .exactmetrics-products-popular-posts-rating svg{margin-right:2px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-alpha .exactmetrics-products-popular-posts-list{margin:0 -12px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-alpha .exactmetrics-products-popular-posts-list li{display:inline-block;margin:0 12px;width:calc(50% - 24px);vertical-align:top;font-size:16px;border-top:1px solid #d3d7de;padding-top:15px;padding-bottom:30px;font-weight:700;line-height:1.1}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-alpha .exactmetrics-products-popular-posts-price{display:block;margin:10px 0 7px;font-weight:400}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-beta .exactmetrics-products-popular-posts-list,.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-beta .exactmetrics-products-popular-posts-list li,.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-list li{display:inline-block;width:calc(50% - 12px);vertical-align:top;font-size:16px;padding:10px 12px;font-weight:700;line-height:1.1;margin:0 6px 24px;border-radius:3px;position:relative}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-beta .exactmetrics-products-popular-posts-price,.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-price{display:block;font-weight:400;position:absolute;right:12px;bottom:10px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-beta .exactmetrics-products-popular-posts-title,.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-title{margin-top:12px;display:block}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-beta .exactmetrics-products-popular-posts-rating,.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-rating{margin-top:13px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-charlie .exactmetrics-products-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-charlie .exactmetrics-products-popular-posts-list li{display:inline-block;width:calc(50% - 12px);vertical-align:top;font-size:16px;padding:0;font-weight:700;line-height:1.1;margin:0 6px 24px;border-radius:5px;position:relative}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-charlie .exactmetrics-products-popular-posts-price{display:block;font-weight:400;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:4px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-charlie .exactmetrics-products-popular-posts-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:4px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-charlie .exactmetrics-products-popular-posts-text{position:absolute;bottom:0;z-index:10;left:0;right:0;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-charlie .exactmetrics-products-popular-posts-rating{margin-top:13px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-charlie .exactmetrics-bg-img{padding-top:74%}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-charlie .exactmetrics-bg-img:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(-25.16%,#000),to(rgba(0,0,0,.1)));background:linear-gradient(0deg,#000 -25.16%,rgba(0,0,0,.1));content:"";top:0;bottom:0;left:0;right:0;position:absolute;z-index:10;border-radius:5px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-price{position:relative;margin-top:8px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-list{margin:0 -6px}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-list li{padding:0}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-price{right:auto;bottom:auto;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-rating{margin-top:8px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.exactmetrics-widget-popular-posts-products.exactmetrics-products-popular-posts-delta .exactmetrics-products-popular-posts-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.exactmetrics-pp-products-theme-preview-output-wide .exactmetrics-products-popular-posts-columns-1 .exactmetrics-products-popular-posts-list{margin:0}.exactmetrics-pp-products-theme-preview-output-wide .exactmetrics-products-popular-posts-columns-1 .exactmetrics-products-popular-posts-list li{width:100%;margin-left:0;margin-right:0}.exactmetrics-pp-products-theme-preview-output-wide .exactmetrics-products-popular-posts-columns-3 .exactmetrics-products-popular-posts-list li{width:calc(33.33333% - 24px)}@media (max-width:767px){.exactmetrics-pp-products-theme-preview-output-wide .exactmetrics-products-popular-posts-columns-2 .exactmetrics-products-popular-posts-list,.exactmetrics-pp-products-theme-preview-output-wide .exactmetrics-products-popular-posts-columns-3 .exactmetrics-products-popular-posts-list{margin:0}.exactmetrics-pp-products-theme-preview-output-wide .exactmetrics-products-popular-posts-columns-2 .exactmetrics-products-popular-posts-list li,.exactmetrics-pp-products-theme-preview-output-wide .exactmetrics-products-popular-posts-columns-3 .exactmetrics-products-popular-posts-list li{width:100%;margin-left:0;margin-right:0}}.exactmetrics-pp-blurred{-webkit-filter:blur(3px);filter:blur(3px)}.exactmetrics-pp-upgrade-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;padding:8px 12px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.05),0 15px 35px rgba(0,0,0,.1);box-shadow:0 5px 15px rgba(0,0,0,.05),0 15px 35px rgba(0,0,0,.1);border-radius:3px;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-pp-upgrade-overlay>span{margin:0 10px}.exactmetrics-pp-theme-controls-holder{position:relative}.exactmetrics-pro-pill{font-style:normal;font-weight:700;font-size:11px;background:#1ec185;border-radius:5px;color:#fff;padding:3px 8px;margin-left:8px}.exactmetrics-bg-img.exactmetrics-popular-posts-products-upsell{position:relative;width:750px;height:815px;max-width:100%}.exactmetrics-bg-img.exactmetrics-popular-posts-products-upsell:after{background-image:url(../img/popular-products-bg.jpg)}.exactmetrics-bg-img.exactmetrics-popular-products-upsell-browser{padding-top:83%;-webkit-filter:drop-shadow(0 61.7368px 144.053px rgba(0,0,0,.1));filter:drop-shadow(0 61.7368px 144.053px rgba(0,0,0,.1))}.exactmetrics-bg-img.exactmetrics-popular-products-upsell-browser:after{background-image:url(../img/popular-products-browser.jpg)}.exactmetrics-popular-posts-products-upsell{margin-top:20px}.exactmetrics-popular-posts-products-upsell .exactmetrics-popular-products-upsell-window{padding:48px 50px 0;text-align:center;position:absolute;width:600px;top:62px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:1;background:#fff;border:1px solid #d6e2ed;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.05),0 15px 35px rgba(0,0,0,.1);box-shadow:0 5px 15px rgba(0,0,0,.05),0 15px 35px rgba(0,0,0,.1)}.exactmetrics-popular-posts-products-upsell h2{margin-top:0;font-size:22px;line-height:1.2}.exactmetrics-popular-posts-products-upsell p{font-size:16px;line-height:1.2;color:#626d83;margin-bottom:32px}.exactmetrics-popular-posts-products-upsell .exactmetrics-button-text{margin:28px 0;color:#99a1b2;font-size:16px;display:inline-block}.exactmetrics-popular-posts-widget-category{margin-top:25px}.exactmetrics-popular-posts-widget-category.exactmetrics-popular-posts-widget-category-lite .exactmetrics-settings-input-select{pointer-events:none;opacity:.6}.exactmetrics-popular-posts-products-no-woocommerce{margin-top:72px}.exactmetrics-popular-posts-products-no-woocommerce .exactmetrics-settings-block{opacity:.6;pointer-events:none}.exactmetrics-admin-page .exactmetrics-popular-products-woocommerce-notice{position:absolute;top:-72px;left:0;right:0;padding:16px 24px;background:#d7930f;color:#fff;font-size:12px}.exactmetrics-admin-page .exactmetrics-popular-products-woocommerce-notice a{color:#fff;text-decoration:underline;font-weight:700}.exactmetrics-admin-page .exactmetrics-popular-products-woocommerce-notice a:focus,.exactmetrics-admin-page .exactmetrics-popular-products-woocommerce-notice a:hover{text-decoration:none}.exactmetrics-admin-page .exactmetrics-popular-products-woocommerce-notice span{margin-left:8px}.exactmetrics-admin-page .exactmetrics-popular-products-woocommerce-notice svg{vertical-align:middle}.exactmetrics-popular-posts-products-top{position:relative}.exactmetrics-pp-sharedcount-controls .inline-field{margin-bottom:25px}.exactmetrics-settings-content-pp-products{width:750px;margin-left:auto;margin-right:auto}.exactmetrics-radio-sub-panel .exactmetrics-pp-posts-picker{margin-top:15px}.exactmetrics-pp-placement-options-accordion{padding-left:30px}.exactmetrics-pp-accordion-item-title{border-bottom:1px solid #d6e2ed;padding:24px 0;position:relative}.exactmetrics-pp-accordion-item-title.exactmetrics-pp-accordion-item-title-toggle *{cursor:pointer}.exactmetrics-pp-accordion-item-title .exactmetrics-settings-input-toggle-collapsible{position:absolute;right:0;top:40%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics-pp-accordion-item-title .exactmetrics-settings-input-toggle-collapsible i{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%}.exactmetrics-pp-accordion-item-title.exactmetrics-pp-accordion-item-title-active{border-bottom:0}.exactmetrics-pp-accordion-item-title.exactmetrics-pp-accordion-item-title-active .exactmetrics-settings-input-toggle-collapsible i{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.exactmetrics-pp-accordion-item-title .exactmetrics-pp-accordion-item-title-top{margin-bottom:8px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-pp-accordion-item-title .exactmetrics-pp-accordion-item-title-top>span{margin-right:8px;margin-left:8px}.exactmetrics-pp-accordion-item-title .exactmetrics-pp-accordion-item-title-top .exactmetrics-settings-input-checkbox{display:inline-block}.exactmetrics-pp-accordion-item-title .exactmetrics-pp-accordion-item-title-bottom{color:#777;padding-right:45px}.exactmetrics-pp-accordion-item-content{border-bottom:1px solid #d6e2ed;padding:0 0 24px}.exactmetrics-dummy-text p,.exactmetrics-pp-inline-theme-preview-render>p{opacity:.5}.exactmetrics-pp-products-theme-preview-output-narrow,.exactmetrics-pp-widget-theme-preview-output-narrow{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-dummy-text,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-dummy-text{width:60%}.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products,.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget{width:40%}.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products .exactmetrics-products-popular-posts-list,.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products .exactmetrics-widget-popular-posts-list,.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget .exactmetrics-products-popular-posts-list,.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget .exactmetrics-widget-popular-posts-list,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products .exactmetrics-products-popular-posts-list,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products .exactmetrics-widget-popular-posts-list,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget .exactmetrics-products-popular-posts-list,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget .exactmetrics-widget-popular-posts-list{margin:0}.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products .exactmetrics-products-popular-posts-list li,.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products .exactmetrics-widget-popular-posts-list li,.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget .exactmetrics-products-popular-posts-list li,.exactmetrics-pp-products-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget .exactmetrics-widget-popular-posts-list li,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products .exactmetrics-products-popular-posts-list li,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-products .exactmetrics-widget-popular-posts-list li,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget .exactmetrics-products-popular-posts-list li,.exactmetrics-pp-widget-theme-preview-output-narrow .exactmetrics-widget-popular-posts-widget .exactmetrics-widget-popular-posts-list li{width:100%}.exactmetrics-dark[data-v-0fc0f471]{display:block}.exactmetrics-reset-default[data-v-0fc0f471]{margin-left:5px}.saturation{position:relative;cursor:pointer}.saturation .slide{position:absolute;left:100px;top:0;width:10px;height:10px;border-radius:50%;border:1px solid #fff;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,.3);box-shadow:0 0 1px 1px rgba(0,0,0,.3);pointer-events:none}.hue{position:relative;margin-left:8px;cursor:pointer}.hue .slide{position:absolute;left:0;top:100px;width:100%;height:4px;background:#fff;-webkit-box-shadow:0 0 1px 0 rgba(0,0,0,.3);box-shadow:0 0 1px 0 rgba(0,0,0,.3);pointer-events:none}.color-alpha{position:relative;margin-left:8px;cursor:pointer}.color-alpha .slide{position:absolute;left:0;top:100px;width:100%;height:4px;background:#fff;-webkit-box-shadow:0 0 1px 0 rgba(0,0,0,.3);box-shadow:0 0 1px 0 rgba(0,0,0,.3);pointer-events:none}.sucker{width:30px;fill:#9099a4;background:#2e333a;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.sucker.active,.sucker:hover{fill:#1593ff}.color-type{margin-top:8px;font-size:12px}.color-type,.color-type .name{display:-webkit-box;display:-ms-flexbox;display:flex}.color-type .name{width:60px;height:30px;float:left;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999;background:#252930}.color-type .value{-webkit-box-flex:1;-ms-flex:1;flex:1;height:30px;min-width:100px;padding:0 12px;border:0;color:#fff;background:#2e333a;-webkit-box-sizing:border-box;box-sizing:border-box}.colors{padding:0;margin:0}.colors.history{margin-top:10px;border-top:1px solid #2e333a}.colors .item{position:relative;width:16px;height:16px;margin:10px 0 0 10px;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top;display:inline-block;-webkit-transition:all .1s;transition:all .1s;cursor:pointer}.colors .item:nth-child(8n+1){margin-left:0}.colors .item:hover{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.colors .item .alpha{height:100%;border-radius:4px}.colors .item .color{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:3px}.hu-color-picker{padding:10px;background:#1d2024;border-radius:4px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.16);box-shadow:0 0 16px 0 rgba(0,0,0,.16);z-index:1}.hu-color-picker.light{background:#f7f8f9}.hu-color-picker.light .color-show .sucker{background:#eceef0}.hu-color-picker.light .color-type .name{background:#e7e8e9}.hu-color-picker.light .color-type .value{color:#666;background:#eceef0}.hu-color-picker.light .colors.history{border-top:1px solid #eee}.hu-color-picker canvas{vertical-align:top}.hu-color-picker .color-set,.hu-color-picker .color-show{display:-webkit-box;display:-ms-flexbox;display:flex}.hu-color-picker .color-show{margin-top:8px}.exactmetrics-rotate-loader{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border-color:rgba(0,0,0,0) #3085d6;border-style:solid;border-width:.25em;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}.exactmetrics-dark[data-v-62bc6c18]{display:block}.exactmetrics-admin-page fieldset[disabled] .multiselect{pointer-events:none}.exactmetrics-admin-page .multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.exactmetrics-admin-page .multiselect__spinner:after,.exactmetrics-admin-page .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)}.exactmetrics-admin-page .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}.exactmetrics-admin-page .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}.exactmetrics-admin-page .multiselect__loading-enter-active,.exactmetrics-admin-page .multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.exactmetrics-admin-page .multiselect__loading-enter,.exactmetrics-admin-page .multiselect__loading-leave-active{opacity:0}.exactmetrics-admin-page .multiselect,.exactmetrics-admin-page .multiselect__input,.exactmetrics-admin-page .multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.exactmetrics-admin-page .multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.exactmetrics-admin-page .multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics-admin-page .multiselect:focus{outline:none}.exactmetrics-admin-page .multiselect--disabled{opacity:.6}.exactmetrics-admin-page .multiselect--active{z-index:1}.exactmetrics-admin-page .multiselect--active:not(.multiselect--above) .multiselect__current,.exactmetrics-admin-page .multiselect--active:not(.multiselect--above) .multiselect__input,.exactmetrics-admin-page .multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.exactmetrics-admin-page .multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.exactmetrics-admin-page .multiselect--above.multiselect--active .multiselect__current,.exactmetrics-admin-page .multiselect--above.multiselect--active .multiselect__input,.exactmetrics-admin-page .multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.exactmetrics-admin-page .multiselect__input,.exactmetrics-admin-page .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}.exactmetrics-admin-page .multiselect__input:-ms-input-placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__input::-webkit-input-placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__input::-moz-placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__input::-ms-input-placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__input::placeholder{color:#35495e}.exactmetrics-admin-page .multiselect__tag~.multiselect__input,.exactmetrics-admin-page .multiselect__tag~.multiselect__single{width:auto}.exactmetrics-admin-page .multiselect__input:hover,.exactmetrics-admin-page .multiselect__single:hover{border-color:#cfcfcf}.exactmetrics-admin-page .multiselect__input:focus,.exactmetrics-admin-page .multiselect__single:focus{border-color:#a8a8a8;outline:none}.exactmetrics-admin-page .multiselect__single{padding-left:5px;margin-bottom:8px}.exactmetrics-admin-page .multiselect__tags-wrap{display:inline}.exactmetrics-admin-page .multiselect__tags{min-height:40px;display:block;padding:32px 32px 30px;border-radius:5px;background:#f4f3f7;font-size:14px}.exactmetrics-admin-page .multiselect__tag{position:relative;display:inline-block;padding:10px 15px 10px 27px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#6528f5;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:14px}.exactmetrics-admin-page .multiselect__tag.exactmetrics-tag-forced{padding-left:15px}.exactmetrics-admin-page .multiselect__tag.exactmetrics-tag-forced i{display:none}.exactmetrics-admin-page .multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:400;font-style:normal;width:32px;text-align:center;line-height:38px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px;margin-left:0}.exactmetrics-admin-page .multiselect__tag-icon:hover{background:rgba(0,0,0,0)}.exactmetrics-admin-page .multiselect__tag-icon:after{content:"\f046";color:#fff;line-height:2;margin-top:1px;font-size:16px;display:block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.exactmetrics-admin-page .multiselect__tag-icon:hover:after{color:#9087ac}.exactmetrics-admin-page .multiselect__tag-icon:focus{outline:none}.exactmetrics-admin-page .multiselect__tag-icon:focus:after{text-decoration:underline;color:#fff}.exactmetrics-admin-page .multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.exactmetrics-admin-page .multiselect__current,.exactmetrics-admin-page .multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.exactmetrics-admin-page .multiselect__select{display:none}.exactmetrics-admin-page .multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.exactmetrics-admin-page .multiselect--active .multiselect__placeholder{display:none}.exactmetrics-admin-page .multiselect__content-wrapper{position:absolute;display:block;background:#fff;max-height:240px;overflow:auto;border:1px solid #f4f3f7;border-top:none;border-radius:3px;z-index:1;-webkit-overflow-scrolling:touch;padding:6px}.exactmetrics-admin-page .multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.exactmetrics-admin-page .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}.exactmetrics-admin-page .multiselect__content::webkit-scrollbar{display:none}.exactmetrics-admin-page .multiselect__element{display:block}.exactmetrics-admin-page .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}.exactmetrics-admin-page .multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.exactmetrics-admin-page .multiselect__option--highlight{background:#f4f3f7;outline:none;color:#210f59}.exactmetrics-admin-page .multiselect__option--highlight:after{content:attr(data-select);background:#f4f3f7;color:#210f59}.exactmetrics-admin-page .multiselect__option--selected{background:#f4f3f7;color:#210f59;font-weight:700}.exactmetrics-admin-page .multiselect__option--selected:after{content:attr(data-selected);color:silver}.exactmetrics-admin-page .multiselect__option--selected.multiselect__option--highlight{background:#6528f5;color:#fff}.exactmetrics-admin-page .multiselect__option--selected.multiselect__option--highlight:after{background:#6528f5;content:attr(data-deselect);color:#fff}.exactmetrics-admin-page .multiselect--disabled{background:#ededed;pointer-events:none}.exactmetrics-admin-page .multiselect--disabled .multiselect__current,.exactmetrics-admin-page .multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.exactmetrics-admin-page .multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.exactmetrics-admin-page .multiselect__option--group{background:#ededed;color:#35495e}.exactmetrics-admin-page .multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.exactmetrics-admin-page .multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.exactmetrics-admin-page .multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.exactmetrics-admin-page .multiselect__option--group-selected.multiselect__option--highlight{background:#6528f5;color:#fff}.exactmetrics-admin-page .multiselect__option--group-selected.multiselect__option--highlight:after{background:#6528f5;content:attr(data-deselect);color:#fff}.exactmetrics-admin-page .multiselect-enter-active,.exactmetrics-admin-page .multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.exactmetrics-admin-page .multiselect-enter,.exactmetrics-admin-page .multiselect-leave-active{opacity:0}.exactmetrics-admin-page .multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}.exactmetrics-admin-page [dir=rtl] .multiselect{text-align:right}.exactmetrics-admin-page [dir=rtl] .multiselect__select{right:auto;left:1px}.exactmetrics-admin-page [dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}.exactmetrics-admin-page [dir=rtl] .multiselect__content{text-align:right}.exactmetrics-admin-page [dir=rtl] .multiselect__option:after{right:auto;left:0}.exactmetrics-admin-page [dir=rtl] .multiselect__clear{right:auto;left:12px}.exactmetrics-admin-page [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)}}.exactmetrics-full-width-upsell .exactmetrics-full-width-upsell-inner,.exactmetrics-upsell-row .exactmetrics-upsell-row-inner,.exactmetrics-upsell .exactmetrics-upsell-title .exactmetrics-upsell-title-inner{max-width:1400px;margin:0 auto}.exactmetrics-reports-page .exactmetrics-upsell{border-bottom:1px solid #d6e2ed}.exactmetrics-upsell-row{width:100%;background:rgba(101,40,245,.05)}.exactmetrics-upsell-row .exactmetrics-upsell-row-inner{padding:0 96px}@media (max-width:782px){.exactmetrics-upsell-row .exactmetrics-upsell-row-inner{padding:0 24px}}.exactmetrics-upsell-row h3{margin:0 0 60px;font-size:15px}.exactmetrics-upsell-row .exactmetrics-upsell-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;padding-bottom:15px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 31%;flex:1 0 31%;margin-bottom:45px}.exactmetrics-report-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item,.exactmetrics-settings-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item{-webkit-box-flex:1;-ms-flex:1 0 21%;flex:1 0 21%}@media (max-width:782px){.exactmetrics-upsell-row .exactmetrics-upsell-list-item{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.exactmetrics-upsell-row .exactmetrics-upsell-list-item i{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;color:#6528f5;font-size:23px;margin-right:18px;margin-top:6px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text{line-height:1.7;color:#37276a;max-width:232px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-weight:500;text-decoration:none}.exactmetrics-report-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text,.exactmetrics-settings-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text{max-width:170px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text{cursor:pointer}.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text:focus,.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text:hover{color:#6528f5}.exactmetrics-full-width-upsell{background:#f7f3fe;min-height:445px;margin-bottom:116px}.exactmetrics-reports-page .exactmetrics-full-width-upsell{margin-bottom:0}@media (max-width:959px){.exactmetrics-full-width-upsell{margin-bottom:48px}}.exactmetrics-full-width-upsell.exactmetrics-full-width-no-space{margin-bottom:0;min-height:380px}.exactmetrics-full-width-upsell.exactmetrics-full-width-no-space+.exactmetrics-full-width-upsell{margin-top:-100px}.exactmetrics-full-width-upsell .exactmetrics-full-width-upsell-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;position:relative}.exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-full-width-upsell-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-full-width-upsell-inner .exactmetrics-upsell-left{padding-left:0;padding-top:100px}.exactmetrics-full-width-upsell h2{color:#210f59;font-size:24px;line-height:1.4}.exactmetrics-full-width-upsell p{font-size:15px;line-height:1.7;color:#210f59;margin:11px 0 0}.exactmetrics-full-width-upsell p.exactmetrics-upsell-pbold{font-weight:700;margin-top:0}.exactmetrics-full-width-upsell a.exactmetrics-green-text{color:#32a27a;font-weight:400}.exactmetrics-full-width-upsell a.exactmetrics-green-text:focus,.exactmetrics-full-width-upsell a.exactmetrics-green-text:hover{color:#19865f;text-decoration:none}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons{margin-top:20px;margin-bottom:72px}@media (max-width:1099px){.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons{margin-bottom:48px}}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons .exactmetrics-button:first-child{margin-right:18px}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons .exactmetrics-button-text .monstericon-arrow-right{font-size:12px;vertical-align:text-top;margin-left:10px}.exactmetrics-upsell-half{position:relative;padding-top:56px}.exactmetrics-upsell-half.exactmetrics-upsell-left{padding-left:96px;padding-top:56px;width:40%}@media (max-width:1099px){.exactmetrics-upsell-half.exactmetrics-upsell-left{width:50%;padding-left:24px}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-left{padding-top:24px}}.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image{max-width:100%;left:0;height:auto;padding-top:67%}.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image:after{background-position:50%;left:-16%;right:-16%;top:-10%;bottom:-10%}@media (min-width:960px){.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image{display:none}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-left{width:100%;padding-right:24px}}.exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:96px;padding-top:0;width:60%}@media (max-width:1099px){.exactmetrics-upsell-half.exactmetrics-upsell-right{width:50%}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-right{display:none}}.exactmetrics-upsell-half.exactmetrics-upsell-right .exactmetrics-em-upsell-screen{position:absolute;bottom:-140px;left:68px}.exactmetrics-upsell-half h3{color:#6528f5;font-size:20px;line-height:1.3;font-weight:400;margin:0 0 15px}.exactmetrics-upsell a{color:#6528f5}.exactmetrics-upsell a:focus,.exactmetrics-upsell a:hover{color:#37276a}.exactmetrics-upsell .exactmetrics-upsell-title{border-bottom:1px solid #e9e7ee}.exactmetrics-upsell .exactmetrics-upsell-title h2{color:#210f59;font-size:32px;margin-left:100px;margin-top:45px;margin-bottom:35px}@media (max-width:782px){.exactmetrics-upsell .exactmetrics-upsell-title h2{margin-left:24px;line-height:1.4;margin-top:24px;margin-bottom:24px}}.exactmetrics-upsell .exactmetrics-upsell-half h3{font-size:24px;color:#210f59;font-weight:700}.exactmetrics-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.exactmetrics-upsell-bottom{padding-left:20px;padding-right:20px}}.exactmetrics-upsell-bottom .exactmetrics-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){.exactmetrics-upsell-bottom .exactmetrics-button-top{min-width:288px}}.exactmetrics-upsell-bottom img{max-width:100%}.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-upsell-screen,.exactmetrics-screen-image{width:848px;padding-top:0;height:566px}@media (max-width:1099px){.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-upsell-screen,.exactmetrics-screen-image{left:20px}}.exactmetrics-em-ecommerce-upsell-screen:after,.exactmetrics-em-upsell-screen:after,.exactmetrics-screen-image:after{background-position:100% 100%;background-image:url(../img/upsell-screen.png)}.exactmetrics-em-logo-text{width:432px;height:56px;margin-bottom:28px;padding-top:0;max-width:100%}@media (max-width:1400px){.exactmetrics-em-logo-text{padding-top:13%;height:auto}}@media (max-width:959px){.exactmetrics-em-logo-text{padding-top:8%}}.exactmetrics-em-logo-text:after{background-image:url(../img/exactmetrics.png)}.exactmetrics-em-addons-upsell-screen,.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-publishers-upsell-screen{bottom:auto;top:-90px}.exactmetrics-em-addons-upsell-screen:after,.exactmetrics-em-ecommerce-upsell-screen:after,.exactmetrics-em-publishers-upsell-screen:after{background-position:100% 0;background-image:url(../img/ecommerce-screen.png)}.exactmetrics-em-publishers-upsell-screen:after{background-image:url(../img/publishers-screen.png)}.exactmetrics-em-addons-upsell-screen{margin-bottom:-180px;top:-70px}.exactmetrics-em-addons-upsell-screen:after{background-image:url(../img/addons-help-screen.png)}.exactmetrics-em-search-console-upsell-screen:after{background-image:url(../img/search-console-screen.png)}.exactmetrics-em-real-time-upsell-screen:after{background-image:url(../img/real-time-screen.png)}.exactmetrics-em-site-speed-upsell-screen:after{background-image:url(../img/site-speed-screen.png)}.exactmetrics-em-forms-report-upsell-screen:after{background-image:url(../img/forms-report-screen.png)}.exactmetrics-em-dimensions-report-upsell-screen:after{background-image:url(../img/dimensions-report-screen.png)}.exactmetrics-em-forms-upsell-screen{width:758px;max-width:100%;margin-top:-75px}.exactmetrics-em-forms-upsell-screen:after{background-position:50%;background-image:url(../img/forms-screen.png)}.exactmetrics-em-optimize-upsell-screen{width:758px;max-width:100%;margin-left:-10%}.exactmetrics-em-optimize-upsell-screen:after{background-position:50%;background-image:url(../img/optimize-screen.png)}.exactmetrics-em-dimensions-upsell-screen{width:758px;max-width:100%}.exactmetrics-em-dimensions-upsell-screen:after{background-position:50%;background-image:url(../img/custom-dimensions-screen.png)}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell .exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:0}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell .exactmetrics-upsell-half p{max-width:400px;margin-bottom:28px}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:96px}.exactmetrics-icon-background-large{position:absolute;font-size:130px;color:rgba(101,40,245,.05);left:25px;top:25px;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator{font-size:13px;color:#fff;background-color:#32a27a;border-radius:3px;font-weight:500;padding:4px 8px;vertical-align:top;margin-left:10px;display:inline-block;margin-top:-4px;cursor:pointer;text-decoration:none}.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator:focus,.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator:hover,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator:focus,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator:hover{color:#fff;background:#19865f}.exactmetrics-report .exactmetrics-upsell-dismissable{margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable{text-align:center}}.exactmetrics-report .exactmetrics-upsell-dismissable h3{font-size:17px;color:#210f59;line-height:1.5;font-weight:700}.exactmetrics-report .exactmetrics-upsell-dismissable p{font-size:15px;margin-bottom:25px}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half{width:50%;padding-top:38px}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half{padding-left:32px;padding-right:32px;width:100%;text-align:center}}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half:first-child p{max-width:524px}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-button-text{margin-left:40px;color:#9087ac}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-button-text{margin-left:0;margin-top:20px}}.exactmetrics-report .exactmetrics-upsell-dismiss{position:absolute;right:20px;top:20px;z-index:10}.exactmetrics-forms-image-wpf-upsell{margin-bottom:-140px;padding-top:85%}@media (max-width:782px){.exactmetrics-forms-image-wpf-upsell{margin-bottom:0}}.exactmetrics-forms-image-wpf-upsell:after{background-position:100% 100%;background-image:url(../img/forms-wpforms-upsell.png)}.update-nag{display:none}.exactmetrics-admin-page{min-height:100vh;font-size:15px;color:#4d3f7a;overflow:hidden}.exactmetrics-admin-page a{color:#6528f5}.exactmetrics-admin-page a:focus,.exactmetrics-admin-page a:hover{color:#393f4c}.exactmetrics-admin-page .exactmetrics-separator{background:#d6e2ed;display:block;height:1px;margin:25px 0}.exactmetrics-admin-page .exactmetrics-settings-content{margin-bottom:75px}@media (min-width:783px) and (max-width:790px){.exactmetrics-admin-page .exactmetrics-settings-content{padding:0 10px}}.exactmetrics-admin-page input.exactmetrics-has-error{border-color:red}.exactmetrics-admin-page input[type=number],.exactmetrics-admin-page input[type=text],.exactmetrics-admin-page textarea{border:1px solid #9087ac;border-radius:3px;font-size:14px;padding:9px 15px;width:100%;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;color:#210f59}.exactmetrics-admin-page input[type=number]::-webkit-input-placeholder,.exactmetrics-admin-page input[type=text]::-webkit-input-placeholder,.exactmetrics-admin-page textarea::-webkit-input-placeholder{color:#9087ac}.exactmetrics-admin-page input[type=number]:-moz-placeholder,.exactmetrics-admin-page input[type=number]::-moz-placeholder,.exactmetrics-admin-page input[type=text]:-moz-placeholder,.exactmetrics-admin-page input[type=text]::-moz-placeholder,.exactmetrics-admin-page textarea:-moz-placeholder,.exactmetrics-admin-page textarea::-moz-placeholder{color:#9087ac}.exactmetrics-admin-page input[type=number]:-ms-input-placeholder,.exactmetrics-admin-page input[type=text]:-ms-input-placeholder,.exactmetrics-admin-page textarea:-ms-input-placeholder{color:#9087ac}.exactmetrics-admin-page input[type=number].exactmetrics-has-error,.exactmetrics-admin-page input[type=text].exactmetrics-has-error,.exactmetrics-admin-page textarea.exactmetrics-has-error{border-color:#d83638}.exactmetrics-admin-page input[type=text]:-moz-read-only{background:#fff;color:#9087ac}.exactmetrics-admin-page input[type=text]:read-only{background:#fff;color:#9087ac}.exactmetrics-admin-page textarea{height:150px;background:#f4f3f7;border:none}.exactmetrics-admin-page label{width:100%;font-size:15px;display:inline-block;color:#210f59;margin:2px 0 17px}.exactmetrics-admin-page label>.exactmetrics-dark{margin-bottom:20px}.exactmetrics-admin-page .inline-field{position:relative}.exactmetrics-admin-page .inline-field input{width:100%;background:#f4f3f7;border:none;height:60px;border-radius:3px;padding:6px 20px;font-size:18px}.exactmetrics-admin-page .inline-field input::-moz-placeholder{color:#9087ac}.exactmetrics-admin-page .inline-field input:-ms-input-placeholder{color:#9087ac}.exactmetrics-admin-page .inline-field input::-ms-input-placeholder{color:#9087ac}.exactmetrics-admin-page .inline-field input::placeholder{color:#9087ac}.exactmetrics-admin-page .inline-field input:-moz-placeholder{color:#9087ac}.exactmetrics-admin-page .inline-field input::-webkit-input-placeholder{color:#9087ac}.exactmetrics-admin-page .inline-field .exactmetrics-button{position:absolute;right:6px;top:6px;padding:16px 24px 14px}.exactmetrics-admin-page .inline-field .exactmetrics-button [class*=monstericon-]{margin-right:12px}.exactmetrics-admin-page .exactmetrics-error{margin:18px 0 0;color:#d83638;cursor:default}.exactmetrics-admin-page .exactmetrics-error i{margin-right:10px}.exactmetrics-admin-page .exactmetrics-license-type-text{color:#210f59;font-weight:500;margin-bottom:30px}.exactmetrics-admin-page .exactmetrics-license-type-text a{color:#6528f5;font-weight:400;margin-left:10px;position:relative}.exactmetrics-admin-page .exactmetrics-license-type-text a:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f058";right:100%;margin-right:6px}.exactmetrics-admin-page .exactmetrics-settings-license-network .exactmetrics-button-text,.exactmetrics-admin-page .exactmetrics-settings-license-site .exactmetrics-button-text{color:#9087ac;margin-top:16px;font-size:15px}.exactmetrics-admin-page .exactmetrics-dark{color:#210f59;text-transform:capitalize;font-weight:700}.exactmetrics-admin-page .exactmetrics-tracking-mode-settings-enter-active,.exactmetrics-admin-page .exactmetrics-tracking-mode-settings-leave-active{-webkit-transition:opacity 1s;transition:opacity 1s}.exactmetrics-admin-page .exactmetrics-tracking-mode-settings-enter,.exactmetrics-admin-page .exactmetrics-tracking-mode-settings-leave-to{opacity:0}.exactmetrics-admin-page .exactmetrics-tracking-mode-settings-enter .exactmetrics-styled-checkbox,.exactmetrics-admin-page .exactmetrics-tracking-mode-settings-leave-to .exactmetrics-styled-checkbox{background-color:#509fe2!important}.exactmetrics-admin-page .exactmetrics-tracking-mode-settings-enter .exactmetrics-styled-checkbox:after,.exactmetrics-admin-page .exactmetrics-tracking-mode-settings-leave-to .exactmetrics-styled-checkbox:after{right:2px!important;left:auto!important}.exactmetrics-admin-page .exactmetrics-settings-block{margin:32px auto;width:750px;max-width:100%;position:relative;z-index:50}@media screen and (max-width:830px){.exactmetrics-admin-page .exactmetrics-settings-block{margin-left:24px;margin-right:24px;width:auto}}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-title{font-weight:700;font-size:24px;padding:12px 0;color:#210f59;position:relative;-webkit-transition:color .2s ease;transition:color .2s ease}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-title{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.2}}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-title:before{position:absolute;width:40px;height:40px;border-radius:50%;background:rgba(33,15,89,.1);right:100%;top:2px;margin-right:30px;color:#210f59;text-align:center;line-height:40px;font-size:15px;-webkit-transition:background .2s ease 0ms,color .2s ease 0ms;transition:background .2s ease 0ms,color .2s ease 0ms;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:1062px){.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-title:before{right:auto;left:0;margin-top:-6px;position:relative;top:auto;display:inline-block;margin-right:15px;vertical-align:text-top}}.exactmetrics-admin-page .exactmetrics-settings-block.exactmetrics-settings-block-collapsible .exactmetrics-settings-block-title{cursor:pointer}.exactmetrics-admin-page .exactmetrics-settings-block.exactmetrics-settings-block-collapsible .exactmetrics-settings-block-title:focus,.exactmetrics-admin-page .exactmetrics-settings-block.exactmetrics-settings-block-collapsible .exactmetrics-settings-block-title:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-settings-block.exactmetrics-settings-block-collapsible .exactmetrics-settings-block-title:focus:before,.exactmetrics-admin-page .exactmetrics-settings-block.exactmetrics-settings-block-collapsible .exactmetrics-settings-block-title:hover:before{background:#6528f5;color:#fff}.exactmetrics-admin-page .exactmetrics-settings-block.exactmetrics-settings-block-collapsible .exactmetrics-settings-block-title:focus .exactmetrics-settings-input-toggle-collapsible,.exactmetrics-admin-page .exactmetrics-settings-block.exactmetrics-settings-block-collapsible .exactmetrics-settings-block-title:hover .exactmetrics-settings-input-toggle-collapsible{color:#6528f5}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content:before{position:relative;display:block;content:"";height:28px}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content p{font-size:15px;color:#210f59;font-weight:500;margin:0 0 30px}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content h3{font-size:17px;color:#210f59;line-height:1.5;margin:0 0 15px}.exactmetrics-admin-page .exactmetrics-settings-input-radio input[type=radio]{opacity:0;position:absolute}.exactmetrics-admin-page .exactmetrics-settings-input-radio label{color:#210f59;font-size:15px}.exactmetrics-admin-page .exactmetrics-settings-input-radio label small{font-size:14px;color:#777;font-weight:400}.exactmetrics-admin-page .exactmetrics-settings-input-radio label>span{vertical-align:middle;font-weight:500}.exactmetrics-admin-page .exactmetrics-settings-input-radio span:last-child label{margin-bottom:0}.exactmetrics-admin-page .exactmetrics-settings-input-radio .exactmetrics-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:16px}.exactmetrics-admin-page .exactmetrics-settings-input-radio .exactmetrics-styled-radio.exactmetrics-styled-radio-checked{border-color:#6528f5}.exactmetrics-admin-page .exactmetrics-settings-input-radio .exactmetrics-styled-radio.exactmetrics-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#6528f5;display:block;border-radius:50%}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox>label{color:#210f59;font-size:15px;margin:0;line-height:1.75}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox>label.exactmetrics-styled-checkbox-faux{cursor:default}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox>label.exactmetrics-styled-checkbox-faux .exactmetrics-styled-checkbox{background-color:#e9e7ee}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox>label.exactmetrics-styled-checkbox-faux .exactmetrics-styled-checkbox.exactmetrics-styled-checkbox-checked{background-color:#b9d8f3}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox>label input{display:none}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox>label>span{vertical-align:middle}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox>label:last-child{margin-bottom:0}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox input:checked+.exactmetrics-checkbox-label{color:#6528f5}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox{width:40px;height:23px;position:relative;display:inline-block;border-radius:20px;margin-right:16px;background-color:#e9e7ee}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox.exactmetrics-styled-checkbox-checked:after{right:3px;left:auto;background:#6528f5}.exactmetrics-admin-page .exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox:after{left:3px;top:3px;bottom:3px;width:17px;position:absolute;content:"";background:#bcb7cd;display:block;border-radius:50%;line-height:1}.exactmetrics-admin-page .exactmetrics-simple-checkboxes .exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox{border-radius:3px;background:#fff;width:20px;height:20px}.exactmetrics-admin-page .exactmetrics-simple-checkboxes .exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox:after{display:none;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:rgba(0,0,0,0);color:#6528f5;content:"\f015";left:3px;top:2px}.exactmetrics-admin-page .exactmetrics-simple-checkboxes .exactmetrics-settings-input-checkbox .exactmetrics-styled-checkbox.exactmetrics-styled-checkbox-checked:after{display:inline-block}.exactmetrics-admin-page .exactmetrics-info{color:#9087ac;margin-left:10px;cursor:help}.exactmetrics-admin-page .exactmetrics-settings-input-repeater .exactmetrics-error{margin-top:0;margin-bottom:18px}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-labels label{color:#210f59;font-weight:700;margin-bottom:6px;font-size:17px}.exactmetrics-admin-page .exactmetrics-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}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row>span{width:100%;margin-right:18px}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row button{padding:0;border:none;background:rgba(33,15,89,.1);color:#210f59;width:32px;height:32px;border-radius:50%;cursor:pointer;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row button i{position:absolute;left:10px;top:7px;font-size:15px}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row button i:before{content:"\f065"}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row input[type=number]{width:30%;margin-right:15px}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row select{width:70%;height:40px;margin-right:15px;border:1px solid #9087ac;border-radius:3px;margin-top:0;margin-bottom:0;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row.exactmetrics-disabled-row{opacity:.5}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row input[type=text]{border-color:rgba(0,0,0,0)}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row .exactmetrics-input-error input{border-color:#e43462}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid{position:relative}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid:after{position:absolute;right:8px;height:26px;width:26px;background:rgba(50,162,122,.1);top:7px;content:"\f015";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#32a27a;border-radius:50%;text-align:center;line-height:26px}.exactmetrics-admin-page .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-admin-page .exactmetrics-dimensions-count{color:#4d3f7a;font-size:13px;float:right;line-height:1.7;margin-right:46px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-dimensions-count{float:none;margin-top:5px;display:block}}.exactmetrics-admin-page .exactmetrics-settings-input-dimensions .exactmetrics-settings-input-repeater-labels label{margin-bottom:0;width:auto}.exactmetrics-admin-page .exactmetrics-settings-input-dimensions .exactmetrics-settings-input-repeater-labels label:first-child{width:calc(70% - 20px)}.exactmetrics-admin-page .exactmetrics-settings-input-dimensions .exactmetrics-error{margin:0 0 20px}.exactmetrics-admin-page .exactmetrics-settings-input-select .exactmetrics-dark{margin-bottom:5px}.exactmetrics-admin-page .exactmetrics-settings-input-select label{margin-top:-4px}.exactmetrics-admin-page .exactmetrics-collapsible .exactmetrics-collapsible-content{padding-left:30px}@media screen and (max-width:767px){.exactmetrics-admin-page .exactmetrics-collapsible .exactmetrics-collapsible-content{padding-left:15px}}.exactmetrics-admin-page .exactmetrics-collapsible>p{margin-top:0}.exactmetrics-admin-page .exactmetrics-settings-input-toggle-collapsible{color:#210f59;float:right;font-size:22px;padding-left:20px;-webkit-transition:color .2s ease;transition:color .2s ease;margin-top:6px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-settings-input-toggle-collapsible{margin-left:auto;margin-top:3px}}.exactmetrics-admin-page .exactmetrics-settings-input-toggle-collapsible:hover{color:#393f4c}.exactmetrics-admin-page .exactmetrics-settings-input-toggle-collapsible:focus{outline:none}.exactmetrics-admin-page .exactmetrics-settings-input-toggle-collapsible i{cursor:pointer}.exactmetrics-admin-page .exactmetrics-settings-input-authenticate .exactmetrics-dark{display:block;margin-bottom:9px}.exactmetrics-admin-page .exactmetrics-settings-input-authenticate label{margin-top:0;margin-bottom:4px}.exactmetrics-admin-page .exactmetrics-settings-input-authenticate p{margin:0}.exactmetrics-admin-page .exactmetrics-settings-input-authenticate .exactmetrics-ua,.exactmetrics-admin-page .exactmetrics-settings-input-authenticate button{margin-top:14px}.exactmetrics-admin-page .exactmetrics-settings-input-authenticate .exactmetrics-manual-ua+.exactmetrics-error{margin-top:15px}.exactmetrics-admin-page .exactmetrics-auth-manual-connect-paragraph{padding-top:5px}.exactmetrics-admin-page .exactmetrics-auth-manual-connect-text{color:#4d3f7a;font-size:12px;text-decoration:none}.exactmetrics-admin-page .exactmetrics-auth-manual-connect-text:hover{text-decoration:underline}.exactmetrics-admin-page .exactmetrics-settings-addon-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-admin-page .exactmetrics-settings-addon-upgrade .exactmetrics-upgrade-icon{display:none}.exactmetrics-admin-page .exactmetrics-settings-addon-upgrade .exactmetrics-settings-addon-message{margin-right:25px;width:100%;line-height:1.7}.exactmetrics-admin-page .exactmetrics-settings-addon-upgrade .exactmetrics-settings-addon-message>span{display:block;max-width:468px}.exactmetrics-admin-page .exactmetrics-settings-addon-upgrade .settings-addons-upgrade-button{-ms-flex-negative:0;flex-shrink:0}.exactmetrics-admin-page .exactmetrics-settings-addon-upgrade .exactmetrics-button{padding:14px 30px;font-weight:500}.exactmetrics-admin-page .exactmetrics-icon-warning{width:48px}.exactmetrics-admin-page .exactmetrics-icon-warning:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAllBMVEUAAADV4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u3V4u2KpLj///+etMW0xdKqvs6ascPG1eKww9PO3OmVrb+LpbnR3+qRqr3U4ezA0d60x9atwdGPqLyNp7rT4Oy8ztzBztmiuMnx9PfJ2OXW4ObL2ua3ytilu8v7/P31+PnT3eXC0t/r8PPo7fHe5uvR2+OftscAs3DjAAAAC3RSTlMABtDHbvQb+ctt0f3LxK8AAAIoSURBVGje7drZbqMwFIBh05Au4wPBYPa1TPak2/u/3NAME6lzSMHGvqjk/zJI/sTiSLZMCLHsxZJqaLmwLdJ1f0e1dXdPiIXGVypY5Ilq7YksqNYW5IFq7YFQzRnAAAYwgAEMIAxwP2t2TbZOKWo+wHdtCH0VK3zFQPYRwdfCgqsDMgYDVUWsBuAt3ChpVABZCbfbx7OBPILvYnwmUMBI4XYWEMBoIZ8BNDAhVksD6wqm5MkCKf78g83bOUS/ZpJAjkZ6d7qOLnoNtRQQowmwci69ROjGpAD8Bb05f0O3UMYSQF0i4LUHPHQllwAaQJ16IMSTQQJoMeAenM/eAbcWBtIKcN6xG38zdCUXBnwYqvRWLgzVCgM5CBUKAx6giudLq0GhFgXwO2ZOX2fjuCiAH7X7Dxi8hbVuwJ8PJEelQAtYYL8VPiIPBvoGiEWBXAxIqChwFgNcYSCOhIBAGKCuEOCLAzs0yPPmcAFeTwy/AmEAPyPmXDuhvykJgO7RTL62ga9FWxlgHU0GPCoO4LlWvjh9h/9ec8XlgDiBaeVUDqAZTMpNZQFawIQSTqWBtIXRKn/OAqT+GB3/PG8Jle5Hno8/e5UZRHA7tlWwTvZDuFFUpEpW+nVQwlDMV7ZXEQ8QbqZ0t6Vu9glci1iw1bBfxJs88Dwv2PkppT9zx8sAnxnAAAag1AAGEE/3oYGl/mMPNtWarfnoyS9L++GZLst+1HP859G2CPkDRZCgO+Q/ERIAAAAASUVORK5CYII=)}.exactmetrics-admin-page .exactmetrics-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;line-height:1.5}.exactmetrics-admin-page .exactmetrics-settings-network-notice .exactmetrics-bg-img{margin-right:25px}.exactmetrics-admin-page .exactmetrics-settings-network-notice .exactmetrics-network-message{width:100%;color:#210f59}.exactmetrics-admin-page .exactmetrics-settings-network-notice .exactmetrics-network-message strong{margin-bottom:10px}.exactmetrics-admin-page .exactmetrics-settings-network-notice .exactmetrics-network-message span{color:#4d3f7a}.exactmetrics-admin-page .exactmetrics-settings-network-notice .exactmetrics-icon-warning{display:none}.exactmetrics-admin-page .exactmetrics-undo-redo{float:right;margin-top:16px}.exactmetrics-admin-page .exactmetrics-undo-redo button{border:none;background:rgba(0,0,0,0);color:#6528f5;padding:0;margin-left:5px}.exactmetrics-admin-page #exactmetrics-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:#9087ac;padding-top:7px}.exactmetrics-admin-page #exactmetrics-license-key-valid::-webkit-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.exactmetrics-admin-page #exactmetrics-license-key-valid:-moz-placeholder,.exactmetrics-admin-page #exactmetrics-license-key-valid::-moz-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.exactmetrics-admin-page #exactmetrics-license-key-valid:-ms-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.exactmetrics-admin-page .exactmetrics-grey-settings-area{background:#f4f3f7;border-radius:10px;padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-grey-settings-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-admin-page .exactmetrics-grey-settings-area.exactmetrics-area-spaced-top{margin-top:72px}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-auth-actions{max-width:320px}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-half{width:50%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding:0 40px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-half{width:auto;margin:0 40px -30px;padding:0}}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-half:first-child{border-right:1px solid #bcb7cd}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-half:first-child{border-bottom:1px solid #bcb7cd;border-right:0;padding-bottom:40px;margin-bottom:40px}}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-full{padding:0 40px;max-width:460px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;position:relative}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-full h2{font-size:24px;line-height:1.4;margin-top:0;max-width:340px}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-full p{line-height:1.7;margin:8px 0 18px;font-size:15px}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-icon-background-large{left:auto;right:54px;top:45px;font-size:170px}.exactmetrics-admin-page .exactmetrics-grey-settings-area h3{font-size:17px;color:#210f59;line-height:1.5;margin:0 0 20px}.exactmetrics-admin-page .exactmetrics-grey-settings-area p{color:#4d3f7a}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-highlight{font-size:17px;font-weight:700;color:#210f59;display:block}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-button-text{font-size:15px;margin-bottom:0;margin-top:11px}.exactmetrics-admin-page .exactmetrics-grey-settings-area .exactmetrics-button-text.exactmetrics-spaced-top{margin-top:20px}.exactmetrics-admin-page .exactmetrics-grey-settings-area a>[class*=monstericon-]{margin-left:15px;display:inline-block;font-size:.8em}.exactmetrics-admin-page .exactmetrics-grey-settings-input-area{background:#f4f3f7;border-radius:10px;padding:32px}.exactmetrics-admin-page .exactmetrics-grey-settings-input-area .exactmetrics-settings-input-repeater .exactmetrics-button{background:rgba(0,0,0,0);padding:0 0 0 24px;color:#6528f5;text-decoration:underline;position:relative;font-size:15px;outline:none}.exactmetrics-admin-page .exactmetrics-grey-settings-input-area .exactmetrics-settings-input-repeater .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-grey-settings-input-area .exactmetrics-settings-input-repeater .exactmetrics-button:hover{color:#210f59}.exactmetrics-admin-page .exactmetrics-grey-settings-input-area .exactmetrics-settings-input-repeater .exactmetrics-button:before{content:"+";position:absolute;left:0;font-size:20px;top:0;line-height:13px}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-grey-settings-area p{color:#4d3f7a}.exactmetrics-admin-page .exactmetrics-settings-full-width-gray{background-color:#f4f3f7;border-top:1px solid #e9e7ee;border-bottom:1px solid #e9e7ee;padding-top:32px;padding-bottom:32px}.exactmetrics-admin-page .exactmetrics-settings-full-width-gray .exactmetrics-settings-block{margin-top:0;margin-bottom:0}.exactmetrics-admin-page .exactmetrics-inline-gray-box{background:#f4f3f7;padding:22px 32px;border-radius:10px;display:inline-block;margin-top:20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-inline-gray-box{width:100%}.exactmetrics-admin-page .exactmetrics-inline-gray-box:first-child{margin-top:0}}.exactmetrics-admin-page .exactmetrics-inline-gray-box .exactmetrics-settings-input-checkbox{padding:10px 0}.exactmetrics-admin-page .settings-input-text-input{margin-top:12px}.exactmetrics-admin-page .edd-logo,.exactmetrics-admin-page .formidable-forms-logo,.exactmetrics-admin-page .gravity-forms-logo,.exactmetrics-admin-page .lifer-lms-logo,.exactmetrics-admin-page .memberpress-logo,.exactmetrics-admin-page .woocommerce-logo,.exactmetrics-admin-page .wpforms-logo{background:url(../img/woocommerce.png) no-repeat;background-size:contain;width:156px;height:31px}@media (max-width:767px){.exactmetrics-admin-page .edd-logo,.exactmetrics-admin-page .formidable-forms-logo,.exactmetrics-admin-page .gravity-forms-logo,.exactmetrics-admin-page .lifer-lms-logo,.exactmetrics-admin-page .memberpress-logo,.exactmetrics-admin-page .woocommerce-logo,.exactmetrics-admin-page .wpforms-logo{margin-top:18px}}.exactmetrics-admin-page .edd-logo{background-image:url(../img/easy-digital-downloads.png);width:194px}.exactmetrics-admin-page .memberpress-logo{background-image:url(../img/memberpress.png)}.exactmetrics-admin-page .lifer-lms-logo{background-image:url(data:image/png;base64,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);width:116px}.exactmetrics-admin-page .wpforms-logo{background-image:url(../img/logo-wp-forms.png);width:115px}.exactmetrics-admin-page .formidable-forms-logo{background-image:url(../img/logo-formidable-forms.png);width:110px}.exactmetrics-admin-page .gravity-forms-logo{background-image:url(data:image/png;base64,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);width:115px}.exactmetrics-admin-page .misc-forms-logo:after{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\0049";color:#bcb7cd;font-size:40px}.exactmetrics-admin-page .exactmetrics-plugin-blocks{margin:30px 0;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}.exactmetrics-admin-page .misc-forms-logo{content:"\f01e";height:25px;line-height:31px;width:34px}.exactmetrics-admin-page .exactmetrics-spaced-input{margin-bottom:50px}.exactmetrics-admin-page .exactmetrics-plugin-block{background:#f4f3f7;border-radius:10px;padding:10px;text-align:center;width:calc(50% - 7px);margin-bottom:15px}@media (max-width:665px){.exactmetrics-admin-page .exactmetrics-plugin-block{width:100%}}.exactmetrics-admin-page .exactmetrics-plugin-block.exactmetrics-plugin-block-active{border:2px solid #32a27a;background:#fff}.exactmetrics-admin-page .exactmetrics-plugin-block .exactmetrics-plugin-block-logo{background:#fff;border-radius:5px;padding:12px 10px;text-align:center}.exactmetrics-admin-page .exactmetrics-plugin-block .exactmetrics-plugin-block-logo .exactmetrics-bg-img{padding-top:0;display:inline-block}.exactmetrics-admin-page .exactmetrics-plugin-block .exactmetrics-plugin-block-logo .exactmetrics-bg-img.memberpress-logo{width:198px}.exactmetrics-admin-page .exactmetrics-plugin-block .monsterinsgights-plugin-block-content h4{color:#210f59;font-size:15px;line-height:1.7;margin:20px 0 5px}.exactmetrics-admin-page .exactmetrics-plugin-block .monsterinsgights-plugin-block-content p{color:#9087ac;line-height:1.7;margin-bottom:20px;margin-top:5px}.exactmetrics-admin-page .exactmetrics-plugin-block .monsterinsgights-plugin-block-content .monsterinsgights-plugin-check{margin-top:10px;background:rgba(50,162,122,.1);width:40px;height:40px;display:inline-block;border-radius:50%;text-align:center;color:#32a27a;font-size:15px;line-height:40px}.exactmetrics-admin-page .exactmetrics-settings-callout{background:#fff;border-radius:5px;border:1px solid #f4f3f7;padding:19px 14px 26px 78px;position:relative;-webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,.1);box-shadow:0 10px 22px 0 rgba(0,0,0,.1)}.exactmetrics-admin-page .exactmetrics-settings-callout:before{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:0 8px 10px;content:"";bottom:100%;left:22px;z-index:15}.exactmetrics-admin-page .exactmetrics-settings-callout:after{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #f4f3f7;border-style:solid;border-width:0 9px 11px;content:"";bottom:100%;left:21px;margin-bottom:1px;z-index:10}.exactmetrics-admin-page .exactmetrics-settings-callout .monstericon-info-circle-regular{position:absolute;font-size:24px;left:23px;top:20px;color:#bcb7cd}.exactmetrics-admin-page .exactmetrics-settings-callout h4{color:#210f59;font-size:15px;line-height:1.5;margin:0 0 13px}.exactmetrics-admin-page .exactmetrics-settings-callout a{font-weight:700}.exactmetrics-admin-page .exactmetrics-settings-callout .exactmetrics-close-button{border:none;padding:0;background:rgba(0,0,0,0);color:#bcb7cd;top:11px;right:14px;position:absolute}.exactmetrics-admin-page .exactmetrics-settings-callout .exactmetrics-grey-link{margin-left:16px}.exactmetrics-admin-page .exactmetrics-settings-callout.exactmetrics-settings-callout-arrow-bottom:after,.exactmetrics-admin-page .exactmetrics-settings-callout.exactmetrics-settings-callout-arrow-bottom:before{top:100%;bottom:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.exactmetrics-admin-page .exactmetrics-grey-link{color:#9087ac}.exactmetrics-first-time-notice .exactmetrics-notice-button{margin-top:20px}.exactmetrics-settings-blur .exactmetrics-settings-content{-webkit-filter:blur(5px);filter:blur(5px);pointer-events:none}.exactmetrics-settings-blur.exactmetrics-path-general .exactmetrics-settings-content{-webkit-filter:none;filter:none;pointer-events:auto}.exactmetrics-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 .exactmetrics-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.exactmetrics-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.exactmetrics-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.exactmetrics-not-authenticated-notice{margin-left:-375px}}.exactmetrics-not-authenticated-notice .exactmetrics-auth-manual-connect-paragraph{display:none}.exactmetrics-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.exactmetrics-not-authenticated-notice .exactmetrics-license-button{line-height:1;margin-top:20px}.exactmetrics-not-authenticated-notice .exactmetrics-settings-input-authenticate .exactmetrics-button{margin:0 20px}.exactmetrics-not-authenticated-notice .exactmetrics-dark{font-weight:400;margin-bottom:20px}.exactmetrics-settings-content.settings-advanced .exactmetrics-settings-block:first-child{z-index:60}.exactmetrics-admin-page .exactmetrics-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){.exactmetrics-admin-page .exactmetrics-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}}.exactmetrics-admin-page .exactmetrics-logos-row .exactmetrics-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%}.exactmetrics-admin-page .exactmetrics-report-ecommerce:after{background-image:url(../img/exactmetrics-report-ecommerce.png)}.exactmetrics-admin-page .exactmetrics-addon-ads,.exactmetrics-admin-page .exactmetrics-addon-amp,.exactmetrics-admin-page .exactmetrics-addon-dimensions,.exactmetrics-admin-page .exactmetrics-addon-eu-compliance,.exactmetrics-admin-page .exactmetrics-addon-forms,.exactmetrics-admin-page .exactmetrics-addon-instant-articles,.exactmetrics-admin-page .exactmetrics-addon-optimize,.exactmetrics-admin-page .exactmetrics-addon-performance,.exactmetrics-admin-page .exactmetrics-addon-scroll{width:48px;padding-top:110%}.exactmetrics-admin-page .exactmetrics-addon-eu-compliance{padding-top:100%}.exactmetrics-admin-page .exactmetrics-addon-eu-compliance:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABfCAMAAAC5kuvHAAAAWlBMVEUAAACtvcitvcitvcitvciduM2tvcitvcitvcitvcitvchQn+KtvchQn+JQn+JQn+KtvcitvcitvchQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+KtvchQn+KLGAvfAAAAHHRSTlMAIu53RBG7qogzme7dIpkzzGZVzKqIZnfdu0RVXT0ICgAAAsdJREFUaN7tmd1ymzAUhAEjMMYCJ/wT6f1fs4QWH4OwN3StmV70uzMzWRF5vaszCg6ShYFPMhOpwCOpMR+BP0JjzDXwRRgnZuKc+dii8BaZO1Hyltd9/BSbRyLFe+pqssePp0f5mPCU6KXbByLPe+o6Ca3/8fOiH/OeCue3TVcLfCz6Gecpld7MnWtyX+OyPPvkPJWZFaflefKtMr8t8hT+agX5kiMTnVR4mR5BT+EFXPngfFbzrlw+gacOLAA21fUURnZWttrF9ZSP93c9JeA/A7+cjaeOcJvePA6/VwGmE08d258knq2Sgv1xPIUSmScLQSJ7OAFIIns7AUgi8ycAmMj8CQAmMn8CwImMAScAkMgHQGl9IuRBWh9INN22+kBaH0zkcbATw/gXaY3fX3W9/UPfKZjWBxO5LOyKogRpfSiR28o6VC1I658msm5yu0veaJTWGF3bF9Q64Chz+5K85PQLCyg4/coCqn9E/0n11k/3Xf9eugYlDKq3eCI/+UbNCxSghEH1Ns/kJ77sRAdKGFRvuy8ve9eCEgbV+7UvL1s3ghIG1asXmwz78laDEkbVWy2/omZXvkcljKq3uZuw2ZG3DShhWL2lmKRx5e0IShhXVy4p1jjyOSphXL2FlQW6jbwtUAnj9y+dHBZ5O8ISxtVbywJb+QqXMB6GSmmSbSKVYGT62TBUywJr+ZoZmQQtXSjy8tvlaZcF2lUddIwmbpk6eBtq73zleIGYT3VuN/SKmE/xOSgv3zyf6n719vrt86kaRH5QPubTLrczeedpPlXNXCnKx3wq89f/+RRAz6cIej7FsPMphp1PMdR8KmmKyUJQjSBNAcz9C4C/f8Hw9y8ufu5fBD/3L+IVP/cv4hU/9y/iFU/3L65X+PsX4BX6/gV4hb5/AV7h719eeoW/fwFeAYlJtysP6RW+XXkIr9DtykN55RdZztdXJmO7xAAAAABJRU5ErkJggg==)}.exactmetrics-admin-page .exactmetrics-addon-ads:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAMAAAADH2QXAAAAV1BMVEUAAABQn+Iuf75Qn+JQn+Iuf76svcmsvclQn+L///+LpLesvckuf743iMhzsujc7PmKv+xMm97o8vvz+f2izPDQ5fd/uepcpeSt0vGWxe652fNnrObF3/Xl1C/0AAAACHRSTlMA7OajHEnmSn/UIZcAAAF/SURBVGje7dkNb4IwEAbgFlCvWymVb3D//3fu2oUQiRGh1wzNvYmE5kwfyxFsgniYU6KTU0BhNYnWOgkorEa7bC98KpClEpbRLoAJK8g0w/lx+lgAEplIISYAqZBxASkgLgAPgGuu/5Jf9xTWgVxPyfcU1gE9Z3vhECug7gFtGGAAgIHNgC3V05Q2DLBqNTYIKNeBMghQL4SBKUVTKMw8LkiByuBoUHNGAEsJjMubqgYwlEDrh300oPKjacrGmvZGC4yuA/jxjR3AhRYwOJ1bRY3nPdADpb/+LcANBx1ANxhaoHc/frT+GhV4/FGKtgcGptSq8YxqiYDlA7PzN1Tb9EAJ1DCnUZa+yTeAVmGqDmDAIzlgsK3TUmp03Bo6ymdR1RSLR2hR4em7/R+8KfDKruLY+6IXdnZH35sywAADDDBwDEBC1EiRQtSkIou6BJnNLyjo419QLPJNkLsJPw84h89/fgpcgoXzRezM112efJEBBhhggAEGGGCAgX8BfgF9zfCNw+tX7wAAAABJRU5ErkJggg==)}.exactmetrics-admin-page .exactmetrics-addon-amp:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAMAAAADH2QXAAABAlBMVEUAAABQn+LW4upQn+JQn+JQn+JQn+JQn+LW4upQn+JQn+LW4upQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+LW4upQn+Ksvcn///+vv8uyws1SoOLT4OnF091WouLO2+PH1d69zNa3x9K6ydS0xNCw1O/L2OFNnuDC0dvAztjQ3eZqreTI1t9ZpOL5/P7r9PqdxueLvOZ5t+VjqeRWpOCdyuyoy+d1suT1+v3m8fjb7PfO5fTF4POo0O6hzezL3enK3OmKwOiCvOdwsuRmrOHz+fu52fG+3PDI2+nD2OmtzuiYw+aIu+VeqOGYxumXbKjeAAAAHHRSTlMA9PEaFPz4z612TycFzHHalI9ZKWlm7be2JeyNLqjzBwAAA2ZJREFUaN7s2OlSo0AQAGAwh+LmMPHend62sCj/pPKDIiYhpzExmnitq+//KkLUKmZ6EIbhp98DdBfdPT2Aoa3YbBzXj8rlo/pxo1k0clasVYFTreWZo/DHBMLcK+QUvmKZIGValTzin25DrO19/fi7JnzD3NWNf1iCb5UO9eIfQKIDrfqUIFFJo0r7svr3J0OhD5k7XZHNT7uDd+IsZZ1WCyRaiAMQWBnPr6xALuLEI8O6OdO/draYkv+yAl0hzhwQ7YXxFcOzGweoO0Rs2SAqB5tvhynqyjuMeAtUzTC2mCIXqDkG+kBVDYMpWgLlYaDjgkRBOcFI2uHA9BUkmsoJekCsMPRobwCvoZxgTB/gEkPTRSvwsAbOiXICH0QLjJoDp66cgJyCAUZNB8JhjiS4OPsb6+yCfSIFusaoNQgiCbj4JENcgj5GzchZVktAS+TcYwRdqL+VS+STLR1Bt0Vdd0z7D8Fszhcfk3rZBtGJ9kGzQ84MY7ZRI8uqoPzNE1znsiqWILHqhNtuAFSBNDmxz27MfYPDpHUtxKcZ4i+ct7DDNlA11QTyK9MJT/MKQHZlKpZIful7V4iPbQDppc+UPZFHsBHRgw362sLUvYDgVd5hsIxsCc7FQbrFe65A3Ksjy+BZKNJwspYV6DQIT5qcrs//7LSv7wpjyi3tbpoPEJ0ErGun/IRSL9FXlZyUH4Esq2c33Wcsy+z8xQGpMvchzjQ89ZzkXwlMy03XTfoZwnQtR72x79m25497o6JBsFwZPwne2y+jFYlBGIoufSrMLwxiUSRRxIr//2+7YKdbGmde5oZhoHlrhXvI1Zh4AT4DCH6NyS4cS9UANDb/sXg0wC9dWSAwABeNDHIwQE1mFAkFqHbc1jII4A72MxHxrg8CxN2S5jqx/SFtQG2yfzhSDklR14cAtg04KTpYHXihD74qUgf4uxIgbHV71wIUkQAYQB3g1AB8dmg1p3DvAXoV8wtAeA/QReILQNbOIGvvQcWeIgnA1EF56p7FVrJcSaC7qDwzz2NuU3lYsqgzbD9om37EdTTjB/omI3syt4c9+y8CTxULUyE+fDvoXCQj6E52NuvOpqmqTtdm1X0fFKf2wkmRSv7SN9oFuAAfB0xI/WkAmJGAeQC4TcAEbj8jwgxCTPNI/xcIan5QyH2lWAAAAABJRU5ErkJggg==)}.exactmetrics-admin-page .exactmetrics-addon-instant-articles:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAMAAAADH2QXAAAA+VBMVEUAAABQn+JQn+LW4upQn+LW4upQn+JQn+LW4upQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+LW4upQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+JQn+LW4upQn+Ksvcn////L2OGvv8vAzti0xNDG1N7T4OhXo+NPmtzC0duKvObI1t+3x9LL3emqzOhVoOJPneCaxOZrrOSGrtfI2urQ3eZ1suRjqeOkwN+9zNb6+/3i6fK/0ue3zOSxx+HH1d6YuNtVmtlbmtV7pdN3o9PW4u/D2Omgx+e7z+TO2+OuxeGTtNnv8/rY4/DT4Oycu9x6qdmToCJeAAAAH3RSTlMA8xrwz612TycF9sxxE5SPWSn58+1pZhbb2Le2JfGNzELbBwAAAsdJREFUaN7tmF1f2jAUh1OwKIKCiDCdW0J5LRQo410UmeLm1L1+/w+zWrefLSdpmya9YOtzBxf/p+ScnJAiYcr53NlpsVAonp7l8mUkmYNshrjIZA8kxifeKwSwf5iQFJ9OKYSKkkrLyD/fIUx2jsTzd98RD5Rd0fwS8aEkln9CfDkRWh8SAIFVOlKCCJTQlU4z++fDeODspbDdmiIsJkviJBVy/zIX6EK7dS+Svaf31CTmwiAMfmor4ubwOZ8zHvcHzOfX1ptzyZp8KuZkyM6/Al9mEUryCkb0/llpmvYJfJ1BCHPSp+dfaxZtAkhwC0xq/oNm8ZVA8twCg/n8Vo9CctyCGSV/Yuc/EApvuQVzkNFe2vmXa5rgDbdAB/k/tBfBL+rEcwg+1ipMak38B5D/WXOzsR0cAmc+NAABM3/p7NYCt0B3538H+U/ESdEhaPouESyyBliBIou0KVRdCLep4Sl4Et9oJqHRvrTzb+CokDTs7hj5JAH2gUedPcb1lWYxJt7j2sr3NrAPnDVrmGa5BOwj8/r1+cGRCfYBe4mYfXT7mg8PfczNBMy7G/u0hCiJUAJYBUY+SaFwgtZos0fv6NeQdEgBvncv0rcxoaGcIwuwDwLV2eT4+w7aNNDQ/hLkAiIi8DeUEBA0gy6RjakHvATisNyPgl1jcWhawwGhsu+6iGMBJobu/yoBC9EfjvxehmBR+qYxm+uDgT6fGWYZAbBUUCyIBf+UYFr1QIKg7j23W2IC/9OnIyyoeFPfTkGtt6gvFo3IBPWXyjajqkEV40gFCxyx4BHbtFqdiAT4mU4jsi5q2I9fqUQrqMYChqDR7Xardg26Fj35gh52ErmgEbWgErFguo1dFAtiQSyISFDzFogf+nVPQW0q/X7waB84fz9txQ0nFsSC/0mQxBI5RhBVpkBFkD2JPyG5h2gG9VjS+qi0/N+iC9OxZrJwlgAAAABJRU5ErkJggg==)}.exactmetrics-admin-page .exactmetrics-addon-forms:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmBAMAAADG74kWAAAAFVBMVEXW4urW4urW4uoAAADW4uqsvclQn+ITLWFyAAAABHRSTlPsoxwAEnMmfgAAAIFJREFUWMPt2LEJgDAUBNCvOICFAwhu4AQKP06QbCDuP4J9sPCKwOm/KwOvusCHs3V0IN1is0PpbcLAbgMGNnMwvwGp1MmPj7EBYXGEgLA4QkBYHCFI5VVybEBYHCEgLE5AQEBAIAQgPIqE4LjqnAJtwNe+RlMAz0XwIAVPXvCodgNhA6kmkI3HfAAAAABJRU5ErkJggg==)}.exactmetrics-admin-page .exactmetrics-addon-optimize{padding-top:100%}.exactmetrics-admin-page .exactmetrics-addon-optimize:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABeCAMAAAByzjhiAAAAkFBMVEUAAADW4utZo9+bxObW4utUod/W4utUod/W4utUoN5ToN3W4utUod/W4uvW4utTntpTntpUod/W4uvW4uvW4utTntpUod/W4uvW4uvW4uvW4utTndnW4uvW4utUod/W4uvW4utUod9QlMtRl89Qls1RmNFSmtNPk8lPksdSm9VOkMNRmdNSnNdTndlTnttUoN4GbpBuAAAAIHRSTlMAAgcM4/fvwLNVRvnULikb5+bRxbyil5SSi4BySTw4Jgr331EAAAGYSURBVGje7dJXbsQgFIVhPJ7qTEnvxb2Msdn/7gKOIiJ7AMkcXiL+BXxHiEvULXabVTK7m8dPoi3iuF37UMPvEvtW6oFTgmiv9DcJpEjBBwmmjep2ElDe9773ve9973vf+zP9YFSI9MPXq3h+KTP4B65bVNVM63/FdlVn3QAJ1ta+boC8x/b+uWJKf2vv6wbI2t7XDZAY4ItS5tQXA079uk6ZQ7/m5cyZXw9lzIkveLFQVRnD++ngD7wcwPr1r5+mBcP7kue1cF/yQ6UTvxK+HED6Iz7PS6w/5vOsgfojnvtZg/XHfFZQpD/li4Li/Akv/LZD+bn0//Bt2eH8Kc/9sgP5Cr5seow/+dvih2+aHuZPeeHTHuGreUp7iC8vc8TTzt7PFHwjeIQ/OR3JQ3w1j/F1POB/C8XpUMEjfB1/DfA1fP8G8BWXOfgLgK/hI2Lvt4rT4fyOIHwV/3AiCD+4nLAhPrmc973vfe//d3/p2H+25LcG/2jpfxBD91b8bWDyQ5sfWIfE2GI7m78TvLnjy5w3LJ8OZvobpmnKQFwgNYcAAAAASUVORK5CYII=)}.exactmetrics-admin-page .exactmetrics-addon-dimensions{padding-top:105%}.exactmetrics-admin-page .exactmetrics-addon-dimensions:after{background-image:url(data:image/png;base64,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)}.exactmetrics-admin-page .exactmetrics-addon-performance{padding-top:105%}.exactmetrics-admin-page .exactmetrics-addon-performance:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABlCAMAAACFixa5AAAA8FBMVEUAAADW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4urW4uqsvclQn+KwwczT4erK1+DR3+rH2+m91ulkqeNbpeN2suRnq+PJ3OmKvOZ7teViqON4s+R0seRWouPC0dvL3emOvuaAt+WXwuZuruRgqOO6ydSuzujL2OKT9JW9AAAAMnRSTlMA4dIH+kUD8u3kDNZoShiYfeiQg2I/DsiIJhRPLfTexcG8s65vIBza0KReuYx3WFU2dMplGNoAAAPgSURBVGje7ZnZetowEEaHesMsBrOvIWwhpOk2UFqaNE3a0CZd3/9tataxIwnZRL7o15wbjC7+g6XxSJ+B8Gj1crOUyWReNY16CtSivSp0bfST7GQ0UEY9jRxOT0ARlQRySauaqDco4IUiQRcFdBQJnqGAxJPgSfCfCMxsX0cRfQMeSSNv415GUZqqlh28dMBHKm+hFDuoGJYGZRO4lG1E1HOkaCYwFGmD7ji3GngNHFptXGEV113Y6WNoxo31FGzvuM0xNI5wi5sxAbJJjIBdBjBLNn13mGLpBm66WcRo6MXsaaCTP1z7IiomBwEMVM4Z+HBcVI41BKKHMdChx6GEcUBnAieJUZndXU79XP5GFr21EYwxMt+nD/iJHI43LQKjczF9CPJ4uRJUMTqfwwmOtEMfgbtwAix5gud4ALOP4QRpgBYexOxLKAEakMMDDTehBDmwUcb7DzOu4T6MIA0WSvhwOb2Y87y3YQQj6MryF8vHaM7Plwv6kJXne3yeC/LliwwFyfxMeYb3Icu0AB6ZpCSfDEz+1c0+QXKwPf4khfmEb6Vnu/xvu0tOfL5CR4qiJc4nA5u/W4xLQTwpztvC/Ivt56ftQ0z5nuHH8vpaFE+c6IL8u9kNGZh8z3C/WFzPgl2U4n0CQf61ry1cfQpcC7GAgWnbV5TvN8yZfC4OEIKdn/ID876g2doH7/SbxwD3lB8wsPnv3k4mb99hgCaw1DgN/5qzxVDFfl3HevmeQXSsI3LMyeT2O2cTo/w/m9jJCgyQCSHwz8HXXX+grvF++cujCGoowkvaGih/9muyR3AmX2TCS9gabqnrefkBgXyRB0gEa2NChvvFjzlZxQIDWF4hQbXBTZAL6sDS4gUcKNA1YEkpFBwBi3mmSwS0MFKBm2VXII0oEdDCCAVENahoniLKBNJBscKoIioXkOKki6hWQBwPASojjE+AdgOKGKcACzCKV2CDFa8AIR2vIAH5eAU1cPR4BNRWx3EKnlObjkdQBo9xfIL+ulewlUqNky6lgyz6ZmN7gQzU+ulSPsiW0BrtFGPhKLXbjnWMAb3M/FOmlhoQ5jEq51nwnXkSFWPVIUAWA1RtjIjbYd6mid8tuyXTiThpxw68tAMbzUPM3m71zyvL74VIC2ouj25FfeczgaFS3fSnFqwxEqELfluQ9c2v7DSAgzaouolelgZStTaGoF301YvRs91uyYSQnOR0lKAXHHgMw8LeAk6eD+GxaGdChVXS/oF/Ap8ETwIlCLfskSLBGAX0FQkMFFAGReSQyzmowuT1besFKKRiDHLP0661SnbTvULGSEEspKLm/gXsGeljiPFFoAAAAABJRU5ErkJggg==)}.exactmetrics-admin-page .exactmetrics-addon-scroll{padding-top:105%}.exactmetrics-admin-page .exactmetrics-addon-scroll:after{background-image:url(data:image/png;base64,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)}.exactmetrics-admin-page .exactmetrics-upsell-large{padding-bottom:35px}@media (max-width:767px){.exactmetrics-admin-page .exactmetrics-upsell-large{padding-left:10px;padding-right:10px;line-height:1.2}}.exactmetrics-admin-page .exactmetrics-upsell-large h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.exactmetrics-admin-page .exactmetrics-upsell-large h2{font-size:18px;margin-top:0}.exactmetrics-admin-page .exactmetrics-upsell-large .exactmetrics-coupon{color:#6528f5;border:1px dashed #6528f5;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.exactmetrics-admin-page .exactmetrics-upsell-large .exactmetrics-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}.exactmetrics-admin-page .exactmetrics-upsell-large .exactmetrics-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:left;margin:10px 0}.exactmetrics-admin-page .exactmetrics-upsell-large .exactmetrics-features span:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAElBMVEUAAABQn+JQn+JQn+JQn+JQn+KxowiZAAAABXRSTlMARO4idxyyls4AAAAySURBVAjXYwABoyADBhgQDRWgKttQUFDQNdQRSBowqIbCgAJDKBwEIIsjq6eFe5D9CwCWPRV/mairZAAAAABJRU5ErkJggg==);width:11px;height:11px;background-size:contain;display:inline-block;margin-right:12px}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .settings-input-license p{color:#210f59;margin-bottom:15px}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .settings-input-license p a{color:#6528f5}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEUAAAD/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE3/zE1mRQDuvkTSpDZ7VwqgeB2bdBqvhiV+Wgx2Uwj4xkn3xUnfsD3KnTKziSeLZhOFYRBnRgD04bLqAAAADnRSTlMALPrz8dvSp6SXYxMNONmrFGwAAADrSURBVDjLhZPploMgDIVjqQjY3hS12r3v/5bDjFGH0gPfH+4JS0IW2mid0QpQ2riWUqpmh5VdU1HMweIDe4iu10io/z1y3OML++N6X/aTE5X4l/dT6jkOCyHF/jmAcAIS+eukET1wJ/ZTx4MYG6JW8uOZuZ9lH6SXjLXkMHMO1m6WXZBnMTsy+QOGNHIuoEkhFyQUxX9LJaEAKWRRpJFFk0EWQw7C/YaV2x2CW1ONx3vwVwSufng/sKR6K9ZlZOZpHKewjJelWFG5nyw8t3LHDeP71zS9eo8FW2y5UtMW2748OOXRKw9vcfx/ACZnLYWsWc2gAAAAAElFTkSuQmCC)}.exactmetrics-admin-page .exactmetrics-settings-ecommerce .exactmetrics-upsell-left p{max-width:350px;line-height:1.7;margin-bottom:22px}.exactmetrics-admin-page .exactmetrics-settings-ecommerce .exactmetrics-full-width-upsell{margin-bottom:0}.exactmetrics-admin-page #em-upgrade-confirmation .exactmetrics-welcome-overlay-inner{width:742px;max-width:calc(100% - 64px);border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5);height:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:26px}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation h2{font-size:24px;line-height:1.4;color:#210f59;margin-top:9px;margin-bottom:19px}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation p{font-size:15px;line-height:1.75;color:#4d3f7a;margin-bottom:16px}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation .exactmetrics-button i{margin-left:15px}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation-icons{position:relative;width:250px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;text-align:center;padding:0 50px}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation-icons .monstericon-arrow-circle-up-light{color:#6528f5;font-size:40px;opacity:.5;position:absolute;top:99px;left:0}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation-icons .monstericon-arrow-circle-up-light:first-child{font-size:70px;opacity:1;position:relative;top:47px}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation-icons .monstericon-arrow-circle-up-light:nth-child(2){left:105px;top:114px}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation-icons .monstericon-arrow-circle-up-light:nth-child(3){left:52px}.exactmetrics-admin-page .exactmetrics-upgrade-confirmation-icons .monstericon-arrow-circle-up-light:nth-child(4){left:158px}
|
1 |
+
.exactmetrics-dark[data-v-7cdf4200],.exactmetrics-dark[data-v-993e4e00],.exactmetrics-dark[data-v-4619bc56]{display:block}.exactmetrics-addons-navbar{text-align:left}.exactmetrics-addons-navbar h1{display:inline-block;font-size:32px;line-height:1.3;font-weight:600;margin:0;color:#210f59}@media (max-width:959px){.exactmetrics-addons-navbar h1{font-size:24px}}.exactmetrics-addons-navbar .exactmetrics-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:0;width:310px;position:relative}@media (max-width:750px){.exactmetrics-addons-navbar .exactmetrics-addons-filters{width:100%;margin-top:20px}}.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]{height:40px;margin-right:0;padding-left:20px;padding-right:28px;font-size:14px;border-color:#f4f3f7;background:#f4f3f7;border-radius:3px}.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]::-webkit-input-placeholder{color:#210f59}.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]:-moz-placeholder,.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]::-moz-placeholder{color:#210f59}.exactmetrics-addons-navbar .exactmetrics-addons-filters input[type=text]:-ms-input-placeholder{color:#210f59}.exactmetrics-addons-navbar .exactmetrics-addons-filters>i{position:absolute;right:20px;top:10px;z-index:10;color:#210f59;font-size:15px}.exactmetrics-addon-inactive .exactmetrics-addon-status span,.exactmetrics-addon-not-available .exactmetrics-addon-status span,.exactmetrics-addon-not-installed .exactmetrics-addon-status span{color:#9087ac}.exactmetrics-addon-active .exactmetrics-addon-status span{color:#64bfa5}#exactmetrics-addons{width:1094px}@media (max-width:782px){#exactmetrics-addons{width:100%}}#exactmetrics-addons .exactmetrics-addons-area{margin:0 10px}@media (max-width:782px){#exactmetrics-addons .exactmetrics-addons-area{margin-left:24px;margin-right:24px}}#exactmetrics-addons .exactmetrics-addons-no-results{margin-top:25px;padding:0 10px}#exactmetrics-addons .exactmetrics-addons-no-results p{font-size:16px}#exactmetrics-addons .exactmetrics-addons-no-results>div{visibility:hidden;-webkit-animation:loadExactMetricsSettingsNoJSView 0s 2s forwards;animation:loadExactMetricsSettingsNoJSView 0s 2s forwards}.exactmetrics-admin-page .exactmetrics-addon-active .exactmetrics-button,.exactmetrics-admin-page .exactmetrics-addon-not-available .exactmetrics-button{background:#9087ac;color:#fff}.exactmetrics-admin-page .exactmetrics-addon-active .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-addon-active .exactmetrics-button:hover,.exactmetrics-admin-page .exactmetrics-addon-not-available .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-addon-not-available .exactmetrics-button:hover{background:#fff;color:#37276a}.exactmetrics-admin-page .exactmetrics-addon-inactive .exactmetrics-button,.exactmetrics-admin-page .exactmetrics-addon-not-installed .exactmetrics-button{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-addon-inactive .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-addon-inactive .exactmetrics-button:hover,.exactmetrics-admin-page .exactmetrics-addon-not-installed .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-addon-not-installed .exactmetrics-button:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{padding:0;width:90%;margin-left:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar .exactmetrics-main-navigation{background:none;position:relative;-webkit-box-shadow:none;box-shadow:none}@media (max-width:959px){.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar .exactmetrics-main-navigation{padding:0;left:0}}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar .exactmetrics-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar .exactmetrics-main-navigation .exactmetrics-main-navigation-open{padding:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-logo-area{display:none}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-header{background:rgba(0,0,0,0);border-bottom:1px solid #e9e7ee;padding:32px}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-full-width-upsell{min-height:360px}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-upsell-title{padding:32px}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-upsell-title h2{font-size:32px;margin:0}.exactmetrics-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:64px;margin-bottom:33px}@media (max-width:782px){.exactmetrics-addons-list{margin-top:24px}}.exactmetrics-addons-list .exactmetrics-addon{width:calc(50% - 16px);position:relative;background:#f4f3f7;padding:0 0 72px;margin-bottom:32px;border-radius:8px}@media (max-width:782px){.exactmetrics-addons-list .exactmetrics-addon{width:100%}}.exactmetrics-addons-list .exactmetrics-addon h3{color:#210f59;font-size:17px;line-height:1.5;margin-top:9px}.exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-excerpt{color:#210f59;font-weight:400;margin:12px 0 0;font-size:15px;line-height:1.75}.exactmetrics-addons-list .exactmetrics-addon-top{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-addons-list .exactmetrics-addon-image{width:68px;height:68px;background:#fff;-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;border-radius:50%;text-align:center;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}.exactmetrics-addons-list .exactmetrics-addon-image i{font-size:23px;color:#210f59}.exactmetrics-addons-list .exactmetrics-addon-image.exactmetrics-addon-noicon{border-radius:4px;width:80px;height:80px;padding:12px}.exactmetrics-addons-list .exactmetrics-addon-image img{max-width:100%}.exactmetrics-addons-list .exactmetrics-addon-message{position:absolute;bottom:0;background:#e9e7ee;left:0;right:0;border-radius:0 0 8px 8px}.exactmetrics-addons-list .exactmetrics-addon-message .exactmetrics-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}.exactmetrics-addons-list .exactmetrics-addon-message .exactmetrics-addon-status{font-size:15px;color:#210f59}.exactmetrics-addons-list .exactmetrics-addon-message .exactmetrics-addon-action{-ms-flex-item-align:end;align-self:flex-end}.exactmetrics-addons-list .exactmetrics-addon-message .exactmetrics-button{padding-bottom:11px;padding-top:12px;min-width:146px;font-size:14px;line-height:1.2;border-radius:3px;text-align:center}.exactmetrics-addons-list .exactmetrics-addon-upgrade{text-align:center;width:100%}#request-filesystem-credentials-dialog[data-v-496d2653]{display:block}.exactmetrics-path-addons .exactmetrics-header{display:none}.exactmetrics-file-input{margin-bottom:20px}.exactmetrics-tools .exactmetrics-dark{margin-bottom:5px;display:block}.exactmetrics-admin-page .exactmetrics-tools-url-builder p .exactmetrics-info{margin-left:0}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-input-text{margin-bottom:20px}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-input-text .exactmetrics-dark{margin-bottom:0}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-input-text input[type=text]{background:#f4f3f7;border:none;color:#9087ac}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-grey-settings-area{width:750px;margin:0 auto;max-width:100%;display:block;padding-left:40px;padding-right:40px}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-grey-settings-area textarea{background-color:#fff}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-grey-settings-area{padding-left:24px;padding-right:24px}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-grey-settings-area .exactmetrics-settings-block{margin-left:0;margin-right:0}}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-tools-small-text{font-size:13px;color:#9087ac;margin-left:9px;display:inline-block;font-weight:400}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-tools-description-top{font-size:15px;margin-top:10px;line-height:1.75;display:inline-block}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-grey-settings-area .exactmetrics-grey-settings-area-half{margin-bottom:0}.exactmetrics-admin-page.exactmetrics-path-tools-import-export label span{color:#4d3f7a;line-height:1.75}.exactmetrics-admin-page.exactmetrics-path-tools-import-export label span.exactmetrics-dark{font-size:17px;color:#210f59}.exactmetrics-admin-page.exactmetrics-path-tools-import-export label span.exactmetrics-info{color:#9087ac}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled{margin-bottom:0}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled i{margin-right:13px}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled input{display:none}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-label{display:block;background:#e9e7ee;border-radius:5px;padding:16px 24px;color:#6528f5;text-decoration:underline;text-align:center}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-label>span{color:#6528f5}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-label:focus,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-label:hover{text-decoration:none}.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-file-input-styled-filename{font-size:13px;margin-top:8px;line-height:175%;color:#9087ac;text-overflow:ellipsis;overflow:hidden;white-space:pre}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-input-description{color:#9087ac;font-size:13px;line-height:1.7;margin-bottom:20px}.exactmetrics-required{color:#d4393d}textarea:-moz-read-only{background-color:#210f59}textarea:read-only{background-color:#210f59}.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-tools-info-row p{margin-top:0}.exactmetrics-tools-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-tools-info-row .exactmetrics-tools-info-label{width:230px;-ms-flex-negative:0;flex-shrink:0}.exactmetrics-tools-info-row .exactmetrics-tools-info-description p{margin-bottom:5px}@media (max-width:782px){.exactmetrics-tools-info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content p{font-weight:400}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-tools-info-description p{font-size:13px;margin:0;line-height:1.75}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-tools-info-label p{margin:0}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-toolsadditional-info{margin-bottom:15px}.exactmetrics-admin-page .exactmetrics-tools-url-builder .exactmetrics-settings-block .exactmetrics-settings-block-content .exactmetrics-toolsadditional-info i{margin-right:10px;color:#6528f5}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad{background-color:#6528f5;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:100% 0;background-size:contain;border-radius:5px;padding:30px;margin-top:30px;position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad{padding-bottom:50px}}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-title,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-title{font-weight:700;font-size:28px;line-height:32px;color:#fff;margin-top:0;margin-bottom:15px;font-family:Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-description,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-description{color:#fff;font-family:Roboto,sans-serif;line-height:20px}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button{background:#4615bd;border:0;font-size:16px;font-weight:700;border-radius:5px;font-family:Roboto,sans-serif;position:relative;padding-right:76px;padding-left:60px}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button:hover,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button:hover{background:#4b11d7;border-color:#4b11d7;outline:none}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-button:after,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-button:after{position:absolute;content:"";right:53px;top:50%;width:16px;height:17px;margin-top:-8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACESURBVHgB3ZPRDYAgDESrE+gGjuIIjshGjlA3kA3OkmAEQgvGP19S7ud6NA0QKQBgPLDmG4wAZEah5hvpI38KkJ1tydZRGpGzUsUwSe1o49RxOkIctTBC2s1GiLPMXLktNC9RnTEVE3TuEHMvQzioHy81JfrqIXn5T7PoEdVbO9A4C+ULdv1uYZMCHL8AAAAASUVORK5CYII=);background-repeat:no-repeat}.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-logo,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-logo{position:absolute;right:45px;bottom:40px;background-image:url(../img/pretty-links-logo-white.svg);background-repeat:no-repeat;width:240px;min-height:39px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-logo,.exactmetrics-admin-page .exactmetrics-settings-block .exactmetrics-prettylinks-flow-ad .exactmetrics-prettylinks-flow-ad-logo{right:10px;bottom:0}}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks{position:relative;background:#4b11d6;border-color:#4b11d6;margin-left:15px;padding-right:48px;padding-left:23px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks:active,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks:hover{background:rgba(75,17,214,.8);border-color:rgba(75,17,214,.8);outline:none}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-copy-to-prettylinks:after{position:absolute;content:"";right:23px;top:50%;width:16px;height:15px;margin-top:-7px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEQSURBVHgBlVLBccIwENyTPXnwSEwHooLYFYRnxlXQgekgpgNaSAe8eOSTuAI5lUAyDHxAx2mwAcEgj3fGPtne3VufBASwMuNkZd51iKNCHyMamIjUtzPqbfBv8okU7S6FwbS3AQgf5yWh6GWw+c2LpnuLpHl338cNKVZUMEMzkBJIIwDh1AReS6p6b3ezWEIkIp6eUndDOKm7i2Yc4alSw2xZy8MMPeE0z9nX4tz0z+QlXQ2uS/ySLcsm0QViMg9N/Fbs4O2Cgl2gA4R97WuuYEFplwEj0g8NiOjNJ2N9ayCc14cGIklaoftXy9vRge2ImT8vpuyljD05UyWlstjOh9lP293ViRy4UoFKWXszOAInrGJHik+ELQAAAABJRU5ErkJggg==);background-repeat:no-repeat}body.exactmetrics-prettylinks-flow-page{background:#fff}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow{max-width:770px;margin:0 auto}@media (max-width:782px){body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow{padding:0 30px}}@media (min-width:783px) and (max-width:935px){body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow{max-width:700px}}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow a,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow button,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow div,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow h1,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow h2,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow h3,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow h4,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow p,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow span{font-family:Roboto,sans-serif}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow p{font-size:16px;line-height:21px;color:#393f4c}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-header{text-align:center;max-width:680px;margin:0 auto;padding-top:75px;padding-bottom:20px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-header .exactmetrics-tools-prettylinks-flow-header-logo{min-height:56px;background-image:url(../img/em-pl-logo.svg);background-repeat:no-repeat;background-position:50%}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-header .exactmetrics-prettylinks-flow-title{font-size:39px;font-weight:900;line-height:46px;text-align:center;color:#393f4c;margin-top:60px;margin-bottom:18px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-header .exactmetrics-prettylinks-flow-description{max-width:560px;margin:0 auto}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row .exactmetrics-tools-prettylinks-row-image{margin-left:-35px}@media (max-width:782px){body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row .exactmetrics-tools-prettylinks-row-image{margin-left:0}}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row .exactmetrics-tools-prettylinks-row-description{padding-left:16px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row .exactmetrics-tools-prettylinks-row-description h3{margin-top:0}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard{border-radius:5px;border:1px solid #e2e4e9;margin-bottom:36px}@media (max-width:782px){body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard{text-align:center;padding:30px 30px 0}}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-activated,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-not-activated{border-width:2px;border-color:#6528f5}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-activated .exactmetrics-prettylinks-flow-counter,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-not-activated .exactmetrics-prettylinks-flow-counter{background:#6528f5}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-activated .exactmetrics-tools-prettylinks-action .exactmetrics-button,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-not-activated .exactmetrics-tools-prettylinks-action .exactmetrics-button{background:#6528f5;border-color:#6528f5;color:#fff}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-activated .exactmetrics-tools-prettylinks-action.exactmetrics-tools-create-prettylinks .exactmetrics-button,body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-not-activated .exactmetrics-tools-prettylinks-action.exactmetrics-tools-create-prettylinks .exactmetrics-button{pointer-events:auto}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-status-active .exactmetrics-prettylinks-flow-counter{background:#1ec185}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard.prettylinks-status-active .exactmetrics-tools-prettylinks-action .exactmetrics-button{pointer-events:none}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-prettylinks-flow-counter{width:48px;height:48px;text-align:center;background:#b6bcc8;border-radius:50%;color:#fff;font-size:24px;line-height:48px;font-weight:700;margin-left:35px;margin-right:35px}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action{padding:30px 0}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action h3{font-size:18px;line-height:18px;color:#393f4c;font-weight:700;margin-top:12px;margin-bottom:0}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action p{margin-top:6px;margin-bottom:0}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action .exactmetrics-button{font-size:14px;font-weight:700;border:0;border-radius:5px;margin-top:30px;color:#b6bcc8;background:#e2e4e9;border-color:#e2e4e9;padding:13px 20px;position:relative}body.exactmetrics-prettylinks-flow-page .exactmetrics-settings-content.exactmetrics-tools-prettylinks-flow .exactmetrics-tools-prettylinks-flow-content .exactmetrics-tools-info-row.exactmetrics-prettylinks-flow-install-wizard .exactmetrics-tools-prettylinks-action.exactmetrics-tools-create-prettylinks .exactmetrics-button{pointer-events:none}.exactmetrics-about-block{padding:0;background:#fff;margin-top:40px}@media (max-width:782px){.exactmetrics-about-block{padding:0 24px}}.exactmetrics-about-block h3{color:#210f59;font-size:24px;margin:0 0 20px;line-height:1.4;padding-top:25px}.exactmetrics-about-block p{font-size:15px;line-height:1.75;font-weight:500;color:#210f59}.exactmetrics-about-block:after{content:"";display:table;clear:both}div[class*=" exactmetrics-path-about-"] .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-container{width:1094px}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-container{padding-left:24px;padding-right:24px}}div[class*=" exactmetrics-path-about-"] .exactmetrics-header,div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-header,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{padding-left:20px;padding-right:20px}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-header,div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-header,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{padding-left:0;padding-right:0}}div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar{margin-left:-163px}div[class*=" exactmetrics-path-about-"] .exactmetrics-navigation-bar .exactmetrics-container,div[class^=exactmetrics-path-about-] .exactmetrics-navigation-bar .exactmetrics-container{width:auto}div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list{padding:0 20px}div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list .exactmetrics-addon,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list .exactmetrics-addon{width:calc(33.3333% - 21px)}@media (max-width:782px){div[class*=" exactmetrics-path-about-"] .exactmetrics-addons-list .exactmetrics-addon,div[class^=exactmetrics-path-about-] .exactmetrics-addons-list .exactmetrics-addon{width:100%}}div[class*=" exactmetrics-path-about-"] .exactmetrics-addon-image,div[class^=exactmetrics-path-about-] .exactmetrics-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*=" exactmetrics-path-about-"] .monstericon-star:before,div[class^=exactmetrics-path-about-] .monstericon-star:before{color:#fdb72c}.exactmetrics-lite-vs-pro-table{padding:0}.exactmetrics-lite-vs-pro-table .exactmetrics-lite-vs-pro-footer{background:#e9e7ee}.exactmetrics-lite-vs-pro-header{text-align:center;padding:40px 0 22px}.exactmetrics-lite-vs-pro-header h1{font-size:22px;margin:0 0 22px}.exactmetrics-features-table{width:100%;border-collapse:collapse;position:relative;margin-bottom:95px}.exactmetrics-features-table tr{position:relative}.exactmetrics-features-table tr:first-child td{border-radius:0 10px 0 0}.exactmetrics-features-table tr:first-child .exactmetrics-features-table-feature-title+td{border-radius:10px 0 0 0}.exactmetrics-features-table tr:first-child:after{display:none}.exactmetrics-features-table tr:after{display:block;border-top:1px solid #bcb7cd;opacity:.5;content:"";position:absolute;left:0;right:40px}.exactmetrics-features-table tbody tr:last-child td{padding:0;background:none}.exactmetrics-features-table tbody tr:last-child:after{display:none}.exactmetrics-features-table td,.exactmetrics-features-table th{width:33.33333%;padding:40px;vertical-align:top}.exactmetrics-features-table td p,.exactmetrics-features-table th p{margin:0}.exactmetrics-features-table th{text-align:left;border-right:none;font-size:24px;line-height:1.4}.exactmetrics-features-table th i{width:40px;height:40px;border-radius:50%;color:#210f59;background-color:rgba(33,15,89,.1);display:inline-block;text-align:center;line-height:40px;font-size:15px;margin-right:30px}.exactmetrics-features-table td{background:#f4f3f7}.exactmetrics-features-table td p{font-size:17px;line-height:1.5}.exactmetrics-features-table td p>span{margin-top:16px;display:block}.exactmetrics-features-table .exactmetrics-features-table-feature-title{background:none;padding-left:0}.exactmetrics-features-table .exactmetrics-features-table-feature-title i{float:left;font-size:23px;color:#6528f5;margin-right:18px}.exactmetrics-features-table .exactmetrics-features-table-feature-title p{font-weight:700;font-size:17px;color:#37276a;line-height:1.5;margin-left:41px}.exactmetrics-features-full:before,.exactmetrics-features-none:before,.exactmetrics-features-partial:before{display:block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f026";font-size:20px;margin-right:10px;color:#d4393d;position:relative;top:2px;margin-bottom:16px}.exactmetrics-features-full:before,.exactmetrics-features-partial:before{content:"\f022";color:#19865f}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer{padding:40px;text-align:center;border-radius:0 0 10px 10px;border-top:1px solid #bcb7cd}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer h3{color:#210f59;font-size:17px;max-width:350px;line-height:1.5;margin:0 auto 16px}.exactmetrics-features-table .exactmetrics-lite-vs-pro-footer p{margin-bottom:24px;font-size:15px;line-height:1.75;color:#210f59;max-width:350px;margin-left:auto;margin-right:auto}.exactmetrics-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-two-column>div{width:50%}.exactmetrics-about-docs-row:after{display:table;clear:both;content:""}.exactmetrics-about-docs-image{width:158px;float:left;margin-right:32px}.exactmetrics-about-docs-image .exactmetrics-bg-img{width:158px;background-color:#fff;border-radius:5px;height:158px;padding-top:0}.exactmetrics-about-docs-image .exactmetrics-bg-img:after{background-position:50%;left:10px;right:10px;top:10px;bottom:10px}.exactmetrics-about-docs-1:after{background-image:url(../img/about-icon-connect.png)}.exactmetrics-about-docs-2:after{background-image:url(../img/about-icon-guide.png)}.exactmetrics-about-docs-3:after{background-image:url(../img/about-icon-gdpr.png)}.exactmetrics-about-docs-4:after{background-image:url(../img/about-icon-addons-em.png)}.exactmetrics-about-docs-5:after{background-image:url(../img/about-icon-ecommerce.png)}.exactmetrics-bg-img.exactmetrics-about-team{padding-top:70%}.exactmetrics-bg-img.exactmetrics-about-team:after{background-image:url(../img/about-team-photo.png)}.exactmetrics-about-docs-text h3{color:#210f59;font-size:17px;line-height:1.5}.exactmetrics-about-docs-text p{margin:16px 0 24px}.exactmetrics-about-page-right-image{float:right;width:48%;text-align:center;margin:0 0 0 20px}@media (max-width:782px){.exactmetrics-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.exactmetrics-about-page-right-image img{width:100%}.exactmetrics-about-page-right-image figcaption{color:#4d3f7a;margin-top:5px}.exactmetrics-about-page-right-image iframe{max-width:100%}.exactmetrics-page-title{padding:32px;line-height:1.3;border-bottom:1px solid #e9e7ee}.exactmetrics-page-title h2{margin:0;font-size:32px;color:#210f59}.exactmetrics-about .exactmetrics-addon-top{padding:40px 40px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.exactmetrics-about .exactmetrics-addon-noicon{margin-bottom:10px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon{padding-bottom:145px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message{padding:24px 40px 40px;background:rgba(0,0,0,0)}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior{border-top:1px solid #ccc;padding:24px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior .exactmetrics-addon-status{margin-bottom:24px}.exactmetrics-about .exactmetrics-addons-list .exactmetrics-addon .exactmetrics-addon-message .exactmetrics-interior .exactmetrics-addon-action{-ms-flex-item-align:start;align-self:start}.exactmetrics-about .exactmetrics-upsell-row{margin-top:70px;background:rgba(0,0,0,0)}.exactmetrics-about .exactmetrics-upsell-list-item>i{min-width:23px}.exactmetrics-about .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text i{margin-left:14px;font-size:15px}.exactmetrics-bg-img.exactmetrics-em-logo-color{padding-top:8%;width:387px;max-width:100%}@media (max-width:782px){.exactmetrics-bg-img.exactmetrics-em-logo-color{width:133px;padding-top:10%}}.exactmetrics-bg-img.exactmetrics-em-logo-color:after{background-position:50%;background-image:url(../img/em-logo.png)}.exactmetrics-about-page-top{padding:60px 0;background:radial-gradient(64.37% 131.18% at 50.04% 32.71%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,0) 100%),rgba(101,40,245,.1);border-bottom:1px solid #e9e7ee;margin-bottom:635px}@media (max-width:782px){.exactmetrics-about-page-top{margin-bottom:0}}.exactmetrics-about-page-top h3{color:#6528f5;margin:0 0 0 135px;font-size:20px;line-height:1.3;font-weight:400}@media (max-width:782px){.exactmetrics-about-page-top h3{margin-left:0}}.exactmetrics-about-page-top h2{max-width:570px;margin-left:135px;margin-top:9px}@media (max-width:782px){.exactmetrics-about-page-top h2{margin-left:0;margin-right:0}}.exactmetrics-about-page-top .exactmetrics-about-top-button{width:750px;max-width:100%;margin-left:135px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button{margin-left:0}}.exactmetrics-about-page-top .exactmetrics-about-top-button p{max-width:300px;margin-right:100px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button p{margin-right:24px}}.exactmetrics-about-page-top .exactmetrics-about-top-button .exactmetrics-button{float:right;margin-top:10px}@media (max-width:782px){.exactmetrics-about-page-top .exactmetrics-about-top-button .exactmetrics-button{float:none}}.exactmetrics-about-page-top .exactmetrics-container{width:1094px}.exactmetrics-bg-img.exactmetrics-about-getting-started-video{margin-bottom:-635px;padding-top:52%;cursor:pointer}@media (max-width:782px){.exactmetrics-bg-img.exactmetrics-about-getting-started-video{margin-bottom:0}}.exactmetrics-bg-img.exactmetrics-about-getting-started-video:after{background-position:100% 100%;background-image:url(../img/about-getting-started-video.png)}.exactmetrics-about-page-top h2{font-size:24px;color:#210f59;line-height:1.4;margin-bottom:20px}@media (max-width:782px){.exactmetrics-about-page-top h2{font-size:20px}}.exactmetrics-about-page-top p{font-size:15px;line-height:1.7;color:#210f59}.exactmetrics-container.exactmetrics-about-middle-title{text-align:center;margin-top:-100px}@media (max-width:782px){.exactmetrics-container.exactmetrics-about-middle-title{margin-top:0;padding:0 24px}}.exactmetrics-container.exactmetrics-about-middle-title p{max-width:500px;margin:0 auto;font-size:15px;line-height:1.75;color:#210f59}.exactmetrics-container.exactmetrics-about-middle-title h2{font-size:24px;color:#210f59;line-height:1.4;margin-bottom:19px}.exactmetrics-admin-page .exactmetrics-wide-purple{background:#6528f5;padding:72px 0;margin-bottom:100px}.exactmetrics-admin-page .exactmetrics-wide-purple .exactmetrics-separator{background:rgba(0,0,0,.2)}.exactmetrics-about-upgrade-box-flex{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:45px}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box{width:334px;padding:65px 93px 56px;background:#210f59;border-radius:10px;color:#fff;text-align:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span{font-size:17px;line-height:1.5;display:inline-block}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span.exactmetrics-price-large{font-size:48px;line-height:1.3;font-weight:700}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box span.exactmetrics-price-term{font-size:15px;line-height:1.75;opacity:.5}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-plan-box .exactmetrics-button{background-color:#fff;color:#210f59;margin-top:27px;font-weight:500}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-checkboxes{padding-left:95px;max-width:650px;width:100%}.exactmetrics-about-upgrade-box-flex .exactmetrics-about-pro-checkboxes h3{color:#fff;font-size:24px;line-height:1.4;font-weight:500;margin-top:17px}.exactmetrics-testimonials-slider{position:relative;padding:0 40px;margin-top:60px}.exactmetrics-testimonials-slides{position:relative;overflow:hidden}.exactmetrics-testimonials-slide{visibility:hidden;position:absolute;top:0;left:0;width:100%;-webkit-transition:.5s;transition:.5s;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-testimonials-slide .exactmetrics-testimonial-image{padding:0 60px 0 80px;-ms-flex-negative:0;flex-shrink:0;margin-top:5px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-image .exactmetrics-bg-img{width:90px;border-radius:50%;height:90px;border:5px solid #37276a;overflow:hidden}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-1:after{background-image:url(../img/testimonial-image-1.png)}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-2:after{background-image:url(../img/testimonial-image-2.png)}.exactmetrics-testimonials-slide .exactmetrics-about-testimonial-avatar-3:after{background-image:url(../img/testimonial-image-3.jpg)}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text{padding-right:70px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text p{color:#fff;font-size:20px;line-height:1.5;margin:0 0 20px}.exactmetrics-testimonials-slide .exactmetrics-testimonial-text p.exactmetrics-testimonial-text-author{font-size:16px;line-height:1.75;color:#e9e7ee}.exactmetrics-testimonials-slide.exactmetrics-testimonials-slide-active{visibility:visible;position:static}.exactmetrics-testimonials-slide h2{margin:0}.exactmetrics-testimonials-slide img{width:300px}.exactmetrics-testimonials-slider-control{border:none;background:none;color:#fff;font-size:40px;line-height:1;position:absolute;top:45px;margin-top:-20px;padding:0;cursor:pointer}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-left{left:0}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-left i:before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-right{right:0}.exactmetrics-testimonials-slider-control.exactmetrics-testimonials-slider-control-right i:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.exactmetrics-about-documentation{background:#f4f3f7;border-radius:10px;padding:72px 100px;margin:40px 0 95px}@media (max-width:782px){.exactmetrics-about-documentation{margin:40px 0;padding:32px 24px}.exactmetrics-about-documentation .exactmetrics-about-docs-image{float:none}}.exactmetrics-dark[data-v-281ea3e0]{display:block}.exactmetrics-colorpicker-preview span{width:40px;height:40px;display:inline-block;border:1px solid #b9c9d7;border-radius:5px}.exactmetrics-colorpicker-picker{position:absolute;z-index:100}.exactmetrics-colorpicker-picker .hu-color-picker{min-width:218px!important}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-block{z-index:auto}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-block:not(:first-child){margin-top:50px}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-block:not(:first-child):before{content:"";position:absolute;top:-25px;background:#d6e2ed;display:block;height:1px;left:-100%;right:-100%}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{display:none}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-buttons-toggle .exactmetrics-button:last-child{border-right:0}.exactmetrics-pp-theme-picker-container{background:#f4f3f7;border-radius:10px;padding:25px 25px 0;margin-bottom:15px}.exactmetrics-pp-theme-picker{overflow:hidden}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-carousel,.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slide{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-negative:0;flex-shrink:0}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slide:after{content:"";margin-left:48%}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option{width:150px;border-radius:10px;border:1px solid #d3d7de;height:150px;padding:17px 20px;margin-bottom:24px;cursor:pointer;position:relative;background:rgba(0,0,0,0)}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option.exactmetrics-pp-theme-option-selected,.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option:focus,.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option:hover{border:3px solid #6528f5;padding:15px 18px;outline:none}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option.exactmetrics-pp-theme-not-available .exactmetrics-pp-theme-icon,.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-option.exactmetrics-pp-theme-not-available .exactmetrics-pp-theme-name{opacity:.6}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-active-icon{position:absolute;right:5px;top:5px}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-icon{display:block;width:110px;height:94px}.exactmetrics-pp-theme-picker .exactmetrics-pp-theme-name{color:#210f59;font-size:14px;margin-top:8px;display:block;text-align:left}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-icon{background:url(../img/pp-theme-icons.png) no-repeat 0 0;background-size:488px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-beta .exactmetrics-pp-theme-icon{background-position-x:-126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-charlie .exactmetrics-pp-theme-icon{background-position-x:-252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-delta .exactmetrics-pp-theme-icon{background-position-x:-378px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-echo .exactmetrics-pp-theme-icon{background-position:0 -126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-foxtrot .exactmetrics-pp-theme-icon{background-position:-126px -126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-golf .exactmetrics-pp-theme-icon{background-position:-252px -126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-hotel .exactmetrics-pp-theme-icon{background-position:-378px -126px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-india .exactmetrics-pp-theme-icon{background-position:0 -252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-juliett .exactmetrics-pp-theme-icon{background-position:-126px -252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-kilo .exactmetrics-pp-theme-icon{background-position:-252px -252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-lima .exactmetrics-pp-theme-icon{background-position:-378px -252px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-mike .exactmetrics-pp-theme-icon{background-position:0 -378px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_inline_theme .exactmetrics-pp-theme-november .exactmetrics-pp-theme-icon{background-position:-126px -378px}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls{text-align:center;font-size:14px;color:#626d83;margin-bottom:25px}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls>span{display:inline-block;margin:0 11px;vertical-align:middle}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button{border:none;border-radius:3px;background:rgba(33,15,89,.1);width:20px;height:20px;text-align:center;color:#626d83;font-size:8px;cursor:pointer}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button:focus,.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button:hover{background:rgba(33,15,89,.3)}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button:disabled{opacity:.5;cursor:default}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.exactmetrics-pp-theme-picker .exactmetrics-pp-themes-slider-controls button.exactmetrics-pp-themes-slider-button-next i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-option{text-align:center}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-name{position:absolute;left:18px;bottom:10px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-icon{width:74px;height:46px;background:url(data:image/png;base64,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) no-repeat 0 0;background-size:392px;display:inline-block}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-beta .exactmetrics-pp-theme-icon{background-position-x:-212px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-charlie .exactmetrics-pp-theme-icon{background-position-x:-106px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-delta .exactmetrics-pp-theme-icon{height:43px;background-position:-318px 0}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-echo .exactmetrics-pp-theme-icon{height:76px;background-position:0 -73px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-foxtrot .exactmetrics-pp-theme-icon{background-position:-106px -90px;height:41px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-golf .exactmetrics-pp-theme-icon{background-position:-212px -83px;height:56px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_widget_theme .exactmetrics-pp-theme-hotel .exactmetrics-pp-theme-icon{height:50px;background-position:-318px -86px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-option{text-align:center}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-name{position:absolute;left:18px;bottom:10px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-icon{width:74px;height:40px;background:url(data:image/png;base64,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) no-repeat 0 -19px;background-size:296px;display:inline-block}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-beta .exactmetrics-pp-theme-icon{background-position-x:-74px;background-position-y:-6px;height:66px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-charlie .exactmetrics-pp-theme-icon{background-position-x:-148px;height:50px;background-position-y:-14px}.exactmetrics-pp-theme-picker.exactmetrics-pp-theme-picker-popular_posts_products_theme .exactmetrics-pp-theme-delta .exactmetrics-pp-theme-icon{height:78px;background-position:-222px 0}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-preview{position:relative}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-controls{margin-right:22px;margin-bottom:20px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-controls input[type=number]{width:40px;height:40px;border-radius:5px;border:1px solid #b9c9d7;padding:2px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-controls-inputs{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label{font-size:14px;width:auto;margin-right:9px;color:#210f59;margin-bottom:8px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label span{display:block}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-pp-control-label{margin-bottom:4px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows input{border-radius:5px 0 0 5px;text-align:center;-moz-appearance:textfield}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows input::-webkit-inner-spin-button,.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;font-size:10px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow{background:#b9d8f3;padding:3px 5px;border:1px solid #b9c9d7;border-left-width:0;cursor:pointer}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow:focus,.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow:hover{background:#fff}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow.exactmetrics-number-input-arrow-up{border-radius:0 5px 0 0;border-bottom:0;padding-bottom:4px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow.exactmetrics-number-input-arrow-up i{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-arrows .exactmetrics-number-input-arrow.exactmetrics-number-input-arrow-down{border-radius:0 0 5px 0}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls label .exactmetrics-number-input-no-arrows .exactmetrics-number-input-unit{font-size:14px;color:#210f59;margin-left:5px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-controls-description{font-weight:700}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-color-input-inline{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:9px}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-color-input-inline .exactmetrics-colorpicker-preview span{border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}.exactmetrics-admin-page .exactmetrics-pp-inline-theme-controls .exactmetrics-pp-color-input-inline input[type=text]{border-top-left-radius:0;border-bottom-left-radius:0;max-width:108px}.exactmetrics-admin-page .exactmetrics-color-picker{position:relative;max-width:40px}.exactmetrics-admin-page .exactmetrics-color-picker .exactmetrics-colorpicker-picker{bottom:-120px;margin-left:10px;left:100%}.exactmetrics-admin-page .exactmetrics-pp-posts-picker .multiselect__input{border:none;height:auto;padding:2px 0 0;font-size:14px;line-height:1.4em;background:rgba(0,0,0,0);min-height:0;margin-bottom:10px}.exactmetrics-admin-page .exactmetrics-popular-posts .exactmetrics-settings-block .exactmetrics-settings-input-select+p{margin-top:25px}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button{background:#fff;color:#210f59;border-bottom-width:1px;border-color:#b9c9d7;border-radius:0;line-height:18px;border-right:0;margin:0}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button:hover{background:#6528f5;color:#fff;border-color:#b9c9d7}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button:focus{z-index:10;position:relative;border-radius:0;outline:none}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}.exactmetrics-admin-page .exactmetrics-buttons-toggle .exactmetrics-button.exactmetrics-selected-interval{background:#6528f5;color:#fff;font-weight:400}.exactmetrics-admin-page .exactmetrics-settings-input-radio .exactmetrics-notice-no-posts{padding-top:15px;cursor:default}.exactmetrics-admin-page .exactmetrics-settings-input-radio .exactmetrics-notice-no-posts span{color:#d83638;font-weight:400}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-beta{width:144px;height:100px;padding:0}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-beta:after{background-image:url(../img/theme-preview-beta.png)}.exactmetrics-inline-popular-posts-image{width:128px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.exactmetrics-inline-popular-posts-widget{margin-bottom:24px}.exactmetrics-inline-popular-posts-alpha{padding:24px 27px}.exactmetrics-inline-popular-posts-alpha .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:18px;line-height:1;display:block;margin-bottom:6px}.exactmetrics-inline-popular-posts-alpha .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:1;text-decoration:none}.exactmetrics-inline-popular-posts-beta{padding:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #d6e2ed}.exactmetrics-inline-popular-posts-beta .exactmetrics-inline-popular-posts-text{margin-left:19px}.exactmetrics-inline-popular-posts-beta .exactmetrics-inline-popular-posts-label{display:block;font-weight:700;font-size:18px;line-height:18px}.exactmetrics-inline-popular-posts-beta .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:130%;text-decoration:none}.exactmetrics-inline-popular-posts-charlie .exactmetrics-inline-popular-posts-border{display:block;border-bottom:1px solid;margin:16px 0}.exactmetrics-inline-popular-posts-charlie .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:16px;line-height:1.1}.exactmetrics-inline-popular-posts-charlie .exactmetrics-inline-popular-posts-list{list-style:disc inside none}.exactmetrics-inline-popular-posts-charlie .exactmetrics-inline-popular-posts-list li{font-style:normal;font-weight:400;font-size:16px;line-height:130%}.exactmetrics-inline-popular-posts-delta{border:1px solid #d6e2ed;padding:16px 18px;border-radius:5px}.exactmetrics-inline-popular-posts-delta .exactmetrics-inline-popular-posts-icon{margin-right:8px}.exactmetrics-inline-popular-posts-delta .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:18px;line-height:1.1;vertical-align:top}.exactmetrics-inline-popular-posts-delta .exactmetrics-inline-popular-posts-title{display:block;font-weight:700;font-size:18px;line-height:1;text-decoration:none;margin-top:4px}.exactmetrics-inline-popular-posts-echo{padding:13px 16px}.exactmetrics-inline-popular-posts-echo .exactmetrics-inline-popular-posts-icon{margin-right:8px}.exactmetrics-inline-popular-posts-echo .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:16px;line-height:1.1;margin-right:8px}.exactmetrics-inline-popular-posts-echo .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:16px;line-height:130%;text-decoration:none}.exactmetrics-inline-popular-posts-foxtrot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-inline-popular-posts-foxtrot .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:18px;line-height:1.1;display:block}.exactmetrics-inline-popular-posts-foxtrot .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:18px;line-height:125%;text-decoration:none}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-image{padding-top:57%}.exactmetrics-bg-img.exactmetrics-pp-theme-preview-image:after{background-image:url(../img/theme-preview-image.jpg)}.exactmetrics-inline-popular-posts-golf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:16px;line-height:1.1;float:left;background:#fff;padding-right:20px}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-title{font-weight:700;font-size:16px;line-height:125%;text-decoration:none;display:block;clear:both;margin-top:14px}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-title:before{width:100%}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-border{display:block;border-width:2px 0 0;border-style:solid;margin-top:10px}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-border-2{border-top:1px solid #e2e4e9;margin-top:20px;display:block}.exactmetrics-inline-popular-posts-golf .exactmetrics-inline-popular-posts-text{width:100%}.exactmetrics-inline-popular-posts-hotel .exactmetrics-inline-popular-posts-icon{margin-right:10px;vertical-align:middle}.exactmetrics-inline-popular-posts-hotel .exactmetrics-inline-popular-posts-title{font-style:normal;font-weight:700;font-size:18px;text-decoration:none;line-height:130%}.exactmetrics-inline-popular-posts-india{padding:13px 12px 13px 16px;position:relative}.exactmetrics-inline-popular-posts-india .exactmetrics-inline-popular-posts-border{border-width:0 0 0 4px;border-style:solid;position:absolute;left:0;top:0;bottom:0}.exactmetrics-inline-popular-posts-india .exactmetrics-inline-popular-posts-title{font-size:14px;text-decoration:none;font-weight:700}.exactmetrics-inline-popular-posts-india .exactmetrics-inline-popular-posts-label{font-size:14px;text-decoration:none;font-weight:700;margin-right:4px}.exactmetrics-inline-popular-posts-juliett{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.exactmetrics-inline-popular-posts-juliett .exactmetrics-inline-popular-posts-border{border-width:1px 0 0;border-style:solid;position:absolute;left:0;top:0;right:0}.exactmetrics-inline-popular-posts-juliett .exactmetrics-inline-popular-posts-title{font-size:18px;text-decoration:none;font-weight:700;max-width:400px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;line-height:125%}.exactmetrics-inline-popular-posts-juliett .exactmetrics-inline-popular-posts-label{font-size:14px;line-height:18px;text-decoration:none;font-weight:700;padding:4px 12px;position:absolute;right:0;top:0}.exactmetrics-inline-popular-posts-kilo{position:relative;padding:30px 0}.exactmetrics-inline-popular-posts-kilo .exactmetrics-inline-popular-posts-label{font-style:normal;font-weight:700;font-size:18px;line-height:1}.exactmetrics-inline-popular-posts-kilo .exactmetrics-inline-popular-posts-title{font-weight
|