<!DOCTYPE html>
<html lang="en-GB">
	<head>
		<!-- Basic Page Needs
		----------------------------------------------------->
		<meta charset="UTF-8">
		<title>
							Equipping Pastors Worldwide | Training and resourcing Bible teachers in the majority world					</title>
		<link rel="profile" href="https://gmpg.org/xfn/11">
		<link rel="pingback" href="https://epworldwide.org/xmlrpc.php">
		<link rel="manifest" crossorigin="use-credentials" href="/manifest.json"/>		
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
	
    <!-- GOOGLE FONTS
		-------------------------------------------------- -->		
		<link rel="preconnect" href="https://fonts.googleapis.com">
		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
		<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
				
		<!-- CSS
		------------------------------------------------>
		<!-- <link rel="stylesheet" type="text/css" href="https://epworldwide.org/wp-content/themes/dhd-advanced-v2/css/normalize.css"> -->
		<link rel="stylesheet" type="text/css" href="https://epworldwide.org/wp-content/themes/dhd-advanced-v2/css/styles.css?231002">
		<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/font-awesome.min.css">-->
		<link rel="stylesheet" type="text/css" href="https://epworldwide.org/wp-content/themes/dhd-advanced-v2/css/slick/slick.css"/>
		<link rel="stylesheet" type="text/css" href="https://epworldwide.org/wp-content/themes/dhd-advanced-v2/css/slick/slick-theme.css"/>		
		
		<!-- Google Analytics
		IMPORTANT: MonsterInsights used instead.
		-------------------------------------------------
		<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y8ECTPQ1WD"></script>
		<script>
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());
			gtag('config', 'G-Y8ECTPQ1WD');
		</script>
		---->
		
		<!-- Favicons
		------------------------------------------------>
		<link rel="https://epworldwide.org/favicons/apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="32x32" href="https://epworldwide.org/favicons//favicon-32x32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="https://epworldwide.org/favicons//favicon-16x16.png">
		<link rel="manifest" href="https://epworldwide.org/favicons//site.webmanifest">
		<link rel="mask-icon" href="https://epworldwide.org/favicons//safari-pinned-tab.svg" color="#5bbad5">
		<link rel="shortcut icon" href="/https://epworldwide.orgfavicons/favicon.ico">
		<meta name="msapplication-TileColor" content="#ffffff">
		<meta name="msapplication-config" content="https://epworldwide.org/favicons/browserconfig.xml">
		<meta name="theme-color" content="#ffffff">
				
		<!-- WordPress Scripting
		------------------------------------------------>
		<title>Equipping Pastors Worldwide &#8211; Training and resourcing Bible teachers in the majority world</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//js.stripe.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel="alternate" type="application/rss+xml" title="Equipping Pastors Worldwide &raquo; Feed" href="https://epworldwide.org/feed/" />
<link rel="alternate" type="application/rss+xml" title="Equipping Pastors Worldwide &raquo; Comments Feed" href="https://epworldwide.org/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://epworldwide.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fepworldwide.org%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://epworldwide.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fepworldwide.org%2F&#038;format=xml" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.2.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-Y8ECTPQ1WD"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.2.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/epworldwide.org\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-Y8ECTPQ1WD',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-Y8ECTPQ1WD', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>

<link rel='stylesheet' id='formidable-css' href='https://epworldwide.org/wp-content/plugins/formidable/css/formidableforms.css?ver=519850' media='all' />
<link rel='stylesheet' id='givewp-campaign-blocks-fonts-css' href='https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&#038;display=swap&#038;ver=7.0' media='all' />
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */
</style>
<style id="wp-block-paragraph-inline-css">
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://epworldwide.org/wp-includes/blocks/paragraph/style.min.css */
</style>

<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>

<style id="font-awesome-svg-styles-default-inline-css">
.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
/*# sourceURL=font-awesome-svg-styles-default-inline-css */
</style>
<link rel='stylesheet' id='font-awesome-svg-styles-css' href='https://epworldwide.org/wp-content/uploads/font-awesome/v6.4.2/css/svg-with-js.css' media='all' />
<style id="font-awesome-svg-styles-inline-css">
   .wp-block-font-awesome-icon svg::before,
   .wp-rich-text-font-awesome-icon svg::before {content: unset;}
/*# sourceURL=font-awesome-svg-styles-inline-css */
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='dae-download-css' href='https://epworldwide.org/wp-content/plugins/download-after-email/css/download.css?ver=1776195112' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://epworldwide.org/wp-includes/css/dashicons.min.css?ver=8b6e2bf67dca4e7a228babbf3f34077f' media='all' />
<link rel='stylesheet' id='dae-fa-css' href='https://epworldwide.org/wp-content/plugins/download-after-email/css/all.css?ver=8b6e2bf67dca4e7a228babbf3f34077f' media='all' />
<link rel='stylesheet' id='give-styles-css' href='https://epworldwide.org/wp-content/plugins/give/build/assets/dist/css/give.css?ver=4.15.2' media='all' />
<link rel='stylesheet' id='givewp-design-system-foundation-css' href='https://epworldwide.org/wp-content/plugins/give/build/assets/dist/css/design-system/foundation.css?ver=1.2.0' media='all' />
<link rel='stylesheet' id='font-awesome-official-css' href='https://use.fontawesome.com/releases/v6.4.2/css/all.css' media='all' integrity="sha384-blOohCVdhjmtROpu8+CfTnUWham9nkX7P7OZQMst+RUnhtoY/9qemFAkIKOYxDI3" crossorigin="anonymous" />
<link rel='stylesheet' id='font-awesome-official-v4shim-css' href='https://use.fontawesome.com/releases/v6.4.2/css/v4-shims.css' media='all' integrity="sha384-IqMDcR2qh8kGcGdRrxwop5R2GiUY5h8aDR/LhYxPYiXh3sAAGGDkFvFqWgFvTsTd" crossorigin="anonymous" />
<script id="cookie-law-info-js-extra">
var _ckyConfig = {"_ipData":[],"_assetsURL":"https://epworldwide.org/wp-content/plugins/cookie-law-info/lite/frontend/images/","_publicURL":"https://epworldwide.org","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"banner","preferenceCenterType":"popup","position":"bottom","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":false,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#9FC131"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000","color":"#ffffff"}},"readMore":{"status":true,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#9FC131","background-color":"transparent","border-color":"transparent"}},"showMore":[],"showLess":[],"alwaysActive":[],"manualLinks":[],"auditTable":{"status":true},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.5.0","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#9FC131","border-color":"#9FC131"}},{"tag":"reject-button","styles":{"color":"#ffffff","background-color":"#CCCCCC","border-color":"#cccccc"}},{"tag":"settings-button","styles":{"color":"#fff","background-color":"#005C53","border-color":"#005C53"}},{"tag":"readmore-button","styles":{"color":"#9FC131","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"show-desc-button","styles":[]},{"tag":"hide-desc-button","styles":[]},{"tag":"cky-always-active","styles":[]},{"tag":"cky-link","styles":[]},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#9FC131","border-color":"#9FC131"}},{"tag":"revisit-consent","styles":{"background-color":"#9FC131"}}],"_shortCodes":[{"key":"cky_readmore","content":"\u003Ca href=\"https://epworldwide.org/privacy-policy/\" class=\"cky-policy\" aria-label=\"Privacy Policy\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\"\u003EPrivacy Policy\u003C/a\u003E","tag":"readmore-button","status":true,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"\u003Cbutton class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Show more\"\u003EShow more\u003C/button\u003E","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"\u003Cbutton class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Show less\"\u003EShow less\u003C/button\u003E","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_optout_show_desc","content":"[cky_optout_show_desc]","tag":"optout-show-desc-button","status":true,"attributes":[]},{"key":"cky_optout_hide_desc","content":"[cky_optout_hide_desc]","tag":"optout-hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"\u003Cdiv class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"\u003E\u003Cp class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\"\u003EPlease accept cookies to access this content\u003C/p\u003E\u003C/div\u003E","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]},{"key":"cky_preference_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]};
var _ckyStyles = {"css":".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 100%; box-sizing: border-box; z-index: 9999999;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 16.5px 24px; box-shadow: 0 -1px 10px 0 #acabab4d;}.cky-banner-bottom{bottom: 0; left: 0;}.cky-banner-top{top: 0; left: 0;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-group{display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: center; align-items: center; margin-left: 15px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px 27px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; white-space: nowrap; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 768px){.cky-notice-group{display: block;}.cky-notice-btn-wrapper{margin-left: 0;}.cky-notice-btn-wrapper .cky-btn{flex: auto; max-width: 100%; margin-top: 10px; white-space: unset;}}@media (max-width: 576px){.cky-notice-btn-wrapper{flex-direction: column;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 28px;}.cky-consent-container .cky-consent-bar{padding: 16.5px 0;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper .cky-btn{width: 100%; padding: 8px; margin-right: 0;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}}@media (max-height: 480px){.cky-consent-container{max-height: 100vh;overflow-y: scroll}.cky-notice-des{max-height: unset;overflow-y: unset}.cky-preference-center{height: 100vh;overflow: auto !important}.cky-preference-center .cky-preference-body-wrapper{overflow: unset}}@media (max-width: 425px){.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-btn-wrapper{flex-direction: column;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: 24px; height: 24px; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: 24px; width: 24px; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 768px){.cky-notice-btn-wrapper{margin-left: 0; margin-top: 10px; justify-content: left;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{padding: 0;}}@media (max-width: 352px){.cky-notice-btn-wrapper .cky-btn-do-not-sell, .cky-notice-des a.cky-policy{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-optout-action-area{padding:0 24px 22px 24px;box-sizing:border-box;border-color:inherit}.cky-footer-wrapper .cky-opt-out-btn-wrapper{padding-top:22px;border-top:1px solid;border-color:inherit}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}\n.cky-optout-success{width:798px;max-width:100%;border-radius:8px;padding:8px 12px;margin:0 auto;box-sizing:border-box;outline:none}.cky-optout-success .cky-optout-success-inner{display:flex;flex-direction:column;gap:4px}.cky-optout-success .cky-optout-success-row{display:flex;align-items:flex-start}.cky-optout-success .cky-optout-success-icon{width:20px;flex-shrink:0}.cky-optout-success .cky-optout-success-text{margin:0;margin-inline-start:8px;margin-top:1px;font-weight:400;font-size:13px;line-height:20px}.cky-optout-success .cky-optout-success-text p{margin:0}.cky-optout-success .cky-optout-success-subtext{margin:0;font-weight:400;font-size:12px;line-height:20px}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"/wp-content/plugins/cookie-law-info/lite/frontend/images/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}"};
//# sourceURL=cookie-law-info-js-extra
</script>
<script id="cookie-law-info-js" src="https://epworldwide.org/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.5.0"></script>
<script async data-wp-strategy="async" id="monsterinsights-frontend-script-js" src="https://epworldwide.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.2.0"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/epworldwide.org","hash_tracking":"false","v4_id":"G-Y8ECTPQ1WD"};/* ]]> */
</script>
<script id="jquery-core-js" src="https://epworldwide.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://epworldwide.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<script id="give-stripe-js-js-extra">
var give_stripe_vars = {"zero_based_currency":"","zero_based_currencies_list":["JPY","KRW","CLP","ISK","BIF","DJF","GNF","KHR","KPW","LAK","LKR","MGA","MZN","VUV"],"sitename":"","checkoutBtnTitle":"Donate","publishable_key":"pk_live_51GsmWHG1jKIurht6crvZjx53qWy8ADIzUCiEFgS2stVzpI04lGJ5PZAERDPfcCCGf7h0gjFI0E41rMBuRiRj7FZ50034pJM7o0","checkout_image":"","checkout_address":"","checkout_processing_text":"Donation Processing...","give_version":"4.15.2","cc_fields_format":"multi","card_number_placeholder_text":"Card Number","card_cvc_placeholder_text":"CVC","donate_button_text":"Donate Now","element_font_styles":{"cssSrc":false},"element_base_styles":{"color":"#32325D","fontWeight":500,"fontSize":"16px","fontSmoothing":"antialiased","::placeholder":{"color":"#222222"},":-webkit-autofill":{"color":"#e39f48"}},"element_complete_styles":{},"element_empty_styles":{},"element_invalid_styles":{},"float_labels":"","base_country":"GB","preferred_locale":"en"};
//# sourceURL=give-stripe-js-js-extra
</script>
<script id="give-stripe-js-js" src="https://js.stripe.com/v3/?ver=4.15.2"></script>
<script id="give-stripe-onpage-js-js" src="https://epworldwide.org/wp-content/plugins/give/build/assets/dist/js/give-stripe.js?ver=4.15.2"></script>
<script id="wp-hooks-js" src="https://epworldwide.org/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script id="wp-i18n-js" src="https://epworldwide.org/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="give-js-extra">
var give_global_vars = {"ajaxurl":"https://epworldwide.org/wp-admin/admin-ajax.php","checkout_nonce":"3717d7bace","currency":"GBP","currency_sign":"\u00a3","currency_pos":"before","thousands_separator":",","decimal_separator":".","no_gateway":"Please select a payment method.","bad_minimum":"The minimum custom donation amount for this form is","bad_maximum":"The maximum custom donation amount for this form is","general_loading":"Loading...","purchase_loading":"Please Wait...","textForOverlayScreen":"\u003Ch3\u003EProcessing...\u003C/h3\u003E\u003Cp\u003EThis will only take a second!\u003C/p\u003E","number_decimals":"2","is_test_mode":"","give_version":"4.15.2","magnific_options":{"main_class":"give-modal","close_on_bg_click":false},"form_translation":{"payment-mode":"Please select payment mode.","give_first":"Please enter your first name.","give_last":"Please enter your last name.","give_email":"Please enter a valid email address.","give_user_login":"Invalid email address or username.","give_user_pass":"Enter a password.","give_user_pass_confirm":"Enter the password confirmation.","give_agree_to_terms":"You must agree to the terms and conditions."},"confirm_email_sent_message":"Please check your email and click on the link to access your complete donation history.","ajax_vars":{"ajaxurl":"https://epworldwide.org/wp-admin/admin-ajax.php","ajaxNonce":"0c6368ba19","loading":"Loading","select_option":"Please select an option","default_gateway":"stripe","permalinks":"1","number_decimals":2},"cookie_hash":"9b10d45512a8f772499c5a6e15b1dc4c","session_nonce_cookie_name":"wp-give_session_reset_nonce_9b10d45512a8f772499c5a6e15b1dc4c","session_cookie_name":"wp-give_session_9b10d45512a8f772499c5a6e15b1dc4c","delete_session_nonce_cookie":"0"};
var giveApiSettings = {"root":"https://epworldwide.org/wp-json/give-api/v2/","rest_base":"give-api/v2"};
//# sourceURL=give-js-extra
</script>
<script id="give-js" src="https://epworldwide.org/wp-content/plugins/give/build/assets/dist/js/give.js?ver=8540f4f50a2032d9c5b5"></script>
<link rel="https://api.w.org/" href="https://epworldwide.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://epworldwide.org/wp-json/wp/v2/pages/12" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://epworldwide.org/xmlrpc.php?rsd" />
<link rel="canonical" href="https://epworldwide.org/" />
<style id="cky-style-inline">[data-cky-tag]{visibility:hidden;}</style><meta name="generator" content="Give v4.15.2" />
<script>document.documentElement.className += " js";</script>
		
	</head>
	<body data-rsssl=1 class="home wp-singular page-template page-template-template-home page-template-template-home-php page page-id-12 wp-theme-dhd-advanced-v2">
		<div id="page">
			<div class="site-overlay"></div>
			<!-- Mobile Menu -->
			<nav class="pushy pushy-right mobile">
					<div class="pushy-content">
						<div class="menu-mobile-primary-container"><ul id="menu-mobile-primary" class="menu"><li id="menu-item-116" class="pushy-submenu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-116"><a href="#">Resources</a>
<ul class="sub-menu">
	<li id="menu-item-110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-110"><a href="https://epworldwide.org/resources/">Request Resources</a></li>
	<li id="menu-item-111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111"><a href="https://epworldwide.org/resources/request-books/">Request Books</a></li>
	<li id="menu-item-1504" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1504"><a href="https://epworldwide.org/resources/purchase-books/">Purchase Books</a></li>
	<li id="menu-item-2390" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2390"><a href="https://epworldwide.org/resources/download-ebooks/">Download eBooks</a></li>
	<li id="menu-item-112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a href="https://epworldwide.org/resources/in-country-training/">In-country training</a></li>
	<li id="menu-item-512" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-512"><a href="https://epworldwide.org/category/blog/">Blog</a></li>
	<li id="menu-item-960" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-960"><a href="https://epworldwide.org/hope-in-the-face-of-suffering/hope/">Hope in the Face of Suffering</a></li>
</ul>
</li>
<li id="menu-item-117" class="pushy-submenu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-117"><a>Support</a>
<ul class="sub-menu">
	<li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118"><a href="https://epworldwide.org/support/">Offer Support</a></li>
	<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119"><a href="https://epworldwide.org/support/give-books/">Give books</a></li>
	<li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120"><a href="https://epworldwide.org/support/church-partnerships/">Church partnerships</a></li>
	<li id="menu-item-121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-121"><a href="https://epworldwide.org/support/prayer/">Prayer</a></li>
	<li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122"><a href="https://epworldwide.org/support/donate-funds/">Donate funds</a></li>
	<li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123"><a href="https://epworldwide.org/support/volunteering/">Volunteering</a></li>
</ul>
</li>
<li id="menu-item-1878" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1878"><a href="https://epworldwide.org/category/news/">News</a></li>
<li id="menu-item-131" class="pushy-submenu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-131"><a href="#">About</a>
<ul class="sub-menu">
	<li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124"><a href="https://epworldwide.org/about/">About EPW</a></li>
	<li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125"><a href="https://epworldwide.org/about/vision-mission/">Vision &#038; Mission</a></li>
	<li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-126"><a href="https://epworldwide.org/about/basis-of-faith/">Basis of Faith</a></li>
	<li id="menu-item-471" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://epworldwide.org/about/history/">History</a></li>
	<li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127"><a href="https://epworldwide.org/about/governance/">Governance</a></li>
</ul>
</li>
</ul></div>						<div class="menu-contact-container"><ul id="menu-contact" class="menu"><li id="menu-item-49" class="email menu-item menu-item-type-custom menu-item-object-custom menu-item-49"><a href="mailto:info@epworldwide.org">info@epworldwide.org</a></li>
<li id="menu-item-51" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://epworldwide.org/about/contact-us/">Full Contact Details</a></li>
</ul></div>					</div>
			</nav>
			
							
				<div class="innerbody">
					<header class="home">
						<div class="container full">
														<section class="hero bgimg" style="background-image: url(https://epworldwide.org/wp-content/uploads/2025/11/EPW-Homepage-final-1.png)">
								<div class="overlay">
									<div class="row padding">
										<div class="five columns">
											<div class="logo"><a href="https://epworldwide.org">Equipping Pastors Worldwide</a></div>
										</div>
										<div class="seven columns">
											<nav id="header-navigation-primary" class="primary" role="navigation">
												<button class="menu-btn mobile-btn">&#9776;<span> Menu</span></button>
												<ul class="socialmedia">
													<li><a class="fa" target="_blank" href="https://www.facebook.com/epworldwide/"><i class="fa-brands fa-facebook-f"></i><span>Facebook</span></a></li>
													<li><a class="fa" target="_blank" href="https://twitter.com/e_p_worldwide"><i class="fa-brands fa-x-twitter"></i><span>Twitter</span></a></li>
													<li><a class="fa" target="_blank" href="https://www.instagram.com/e_p_worldwide/"><i class="fa-brands fa-instagram"></i><span>Instagram</span></a></li>
													<li><a class="fa" target="_blank" href="https://www.youtube.com/channel/UC3jy0_qMlG1S1Ri8btO9Nig"><i class="fa-brands fa-youtube"></i><span>YouTube</span></a></li>
												</ul>
											</nav>
										</div>
									</div>
								</div>
							</section>
							<div class="row">
								<div class="twelve columns">
									<div class="strapline">
										<p>
											Training and resourcing Bible teachers in the majority world										</p>
									</div>
								</div>
							</div>				
						</div>
					</header>
							
						</header>		
		<main class="page home">
						
									
													<div class="container">
								<section class="flex_columns">
									<div class="row">									
																					
												<div class="twelve columns">
													<h2></h2>
<h2 style="text-align: center;"><a href="https://epworldwide.org/news/trustee-opportunities/" target="_blank" rel="noopener"><strong>Trustee Opportunities</strong></a></h2>
<p style="text-align: center;">Want to know how you can get involved?</p>
<p style="text-align: center;"><a href="https://epworldwide.org/news/trustee-opportunities/">Click here to find out more.</a></p>
									
												</div>
												
																				</div>
								</section>
							</div>
												
					
													<div class="container">
								<section class="flex_linkboxes">
									<div class="row">		
																					<div class="six columns">
												<div class="linkbox" style="background-color: #9fc131">
																											<div class="header">
															<a href="https://epworldwide.org/resources/"><span class="h3 subtitle">Request</span><span class="h2 title">Resources</span></a>														</div>
																											<ul class="linklist">
																																		<li><a href="https://epworldwide.org/resources/request-books/">Request books</a></li>
																																				<li><a href="https://epworldwide.org/resources/purchase-books/">Purchase books</a></li>
																																				<li><a href="https://epworldwide.org/resources/download-ebooks/">Download PPP eBooks</a></li>
																																				<li><a href="https://epworldwide.org/resources/in-country-training/">In-country training</a></li>
																															</ul>
																											<img class="banner" src="https://epworldwide.org/wp-content/uploads/2023/04/Books-in-Mozambique-2-600x200.jpeg" alt="" />
																										
												</div>
											</div>
																					<div class="six columns">
												<div class="linkbox" style="background-color: #005c53">
																											<div class="header">
															<a href="https://epworldwide.org/support/"><span class="h3 subtitle">Offer</span><span class="h2 title">Support</span></a>														</div>
																											<ul class="linklist">
																																		<li><a href="https://epworldwide.org/support/give-books/">Give books</a></li>
																																				<li><a href="https://epworldwide.org/support/church-partnerships/">Church partnerships</a></li>
																																				<li><a href="https://epworldwide.org/support/prayer/">Prayer</a></li>
																																				<li><a href="https://epworldwide.org/support/donate-funds/">Donate funds</a></li>
																																				<li><a href="https://epworldwide.org/support/volunteering/">Volunteering</a></li>
																															</ul>
																											<img class="banner" src="https://epworldwide.org/wp-content/uploads/2026/03/Warehouse-2026-600x200.jpeg" alt="EPW Warehouse" />
																										
												</div>
											</div>
																			</div>
								</section>
							</div>
												
						
											
													<div class="container">
								<section class="flex_columns">
									<div class="row">									
																					
												<div class="four columns">
													<div class="posts">
																													<h2 class="title"><a href="/category/news/">Latest Story</a></h2>
																														<a href="https://epworldwide.org/news/trustee-opportunities/" rel="bookmark" title="Permanent Link to Trustee Opportunities">
																	<img width="513" height="387" src="https://epworldwide.org/wp-content/uploads/2026/05/Trustee-Opportunities.png" class="attachment-large size-large wp-post-image" alt="Trustee Opportunities" decoding="async" srcset="https://epworldwide.org/wp-content/uploads/2026/05/Trustee-Opportunities.png 513w, https://epworldwide.org/wp-content/uploads/2026/05/Trustee-Opportunities-300x226.png 300w" sizes="(max-width: 513px) 100vw, 513px" />																</a>
																														<h3 class="posttitle"><a href="https://epworldwide.org/news/trustee-opportunities/" rel="bookmark" title="Permanent Link to Trustee Opportunities">Trustee Opportunities</a></h3>
															<ul class="meta">
	<li class="date">14 May 2026</li>
	<li class="tags"></li>
</ul>															<p>Equipping Pastors Worldwide (EPW) is currently looking to recruit two passionate reformed evangelical Christians with a heart for seeing sound Gospel-centred growth of the church in the majority world, to join the EPW Board as Trustees. EPW supports grassroots majority world pastors who have little access to biblical training. The organisation was born from the [&hellip;]</p>
															<a class="button" href="https://epworldwide.org/news/trustee-opportunities/" rel="bookmark" title="Permanent Link to Trustee Opportunities">Read More</a>
																											</div>
												</div>
												
																							
												<div class="four columns">
																											<h2 class="title">Email Newsletter</h2>
													<p>Sign up for our newsletter to keep updated with the latest news.<br />
<!-- Begin Mailchimp Signup Form --></p>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" class="validate" action="https://epworldwide.us17.list-manage.com/subscribe/post?u=f524dce01077946fb49159146&amp;id=8c97d8aece&amp;v_id=4029&amp;f_id=00a671e0f0" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<div id="mc_embed_signup_scroll">
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span><br />
</label><br />
<input id="mce-EMAIL" class="required email" name="EMAIL" required="" type="email" value="" placeholder="Email Address" /></div>
<div class="mc-field-group"><label for="mce-FNAME">First Name </label><br />
<input id="mce-FNAME" class="" name="FNAME" type="text" value="" placeholder="First Name" /></div>
<div class="mc-field-group"><label for="mce-LNAME">Last Name </label><br />
<input id="mce-LNAME" class="" name="LNAME" type="text" value="" placeholder="Last Name" /></div>
<div id="mergeRow-gdpr" class="mergeRow gdpr-mergeRow content__gdprBlock mc-field-group">
<div class="content__gdpr">
<p><label>Permissions</label>I consent to receive periodic communication from Equipping Pastors Worldwide and I understand that I will be able to unsubscribe whenever I wish.</p>
<fieldset class="mc_fieldset gdprRequired mc-field-group" name="interestgroup_field"><label class="checkbox subfield" for="gdpr_34648"><input id="gdpr_34648" class="av-checkbox gdpr" name="gdpr[34648]" type="checkbox" value="Y" />I Consent </label></fieldset>
</div>
<div class="content__gdprLegal">
<p>You can unsubscribe at any time by clicking the link in the footer of our emails.</p>
<p>We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. <a href="https://mailchimp.com/legal/terms" target="_blank" rel="noopener">Learn more about Mailchimp&#8217;s privacy practices here.</a></p>
</div>
</div>
<div hidden="true"><input name="tags" type="hidden" value="6500889" /></div>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none;"></div>
<div id="mce-success-response" class="response" style="display: none;"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_f524dce01077946fb49159146_8c97d8aece" type="text" value="" /></div>
<div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="Subscribe" /></div>
</div>
<div></div>
<div>Read past newsletter articles <a href="https://us17.campaign-archive.com/home/?u=f524dce01077946fb49159146&amp;id=8c97d8aece" target="_blank" rel="noopener">here.</a></div>
</form>
</div>
<p><script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[6]='MMERGE6';ftypes[6]='radio';}(jQuery));var $mcj = jQuery.noConflict(true);</script><!--End mc_embed_signup--></p>
									
												</div>
												
																						
												<div class="four columns">
																											<h2 class="title">Purchase Books</h2>
													<p><a href="https://epworldwide.org/resources/purchase-books/"><img fetchpriority="high" decoding="async" class="aligncenter size-large wp-image-1517" src="https://epworldwide.org/wp-content/uploads/2024/11/EPW-Books-1024x768.jpg" alt="" width="640" height="480" srcset="https://epworldwide.org/wp-content/uploads/2024/11/EPW-Books-1024x768.jpg 1024w, https://epworldwide.org/wp-content/uploads/2024/11/EPW-Books-300x225.jpg 300w, https://epworldwide.org/wp-content/uploads/2024/11/EPW-Books-768x576.jpg 768w, https://epworldwide.org/wp-content/uploads/2024/11/EPW-Books.jpg 1200w" sizes="(max-width: 640px) 100vw, 640px" /></a></p>
<p>Our books are written in simple English, primarily to help pastors in the Majority World to learn to preach the Scriptures. They also would make excellent home Bible Study Group resources for churches and students.</p>
<p>Find out more about these resources and how to purchase them.</p>
														<a class="button" href="https://epworldwide.org/resources/purchase-books/" target="_self">Purchase Books</a>
																						
												</div>
												
																				</div>
								</section>
							</div>
												
											
													<div class="container full">
								<section class="flex_textslider bgimg" style="background-image: url(https://epworldwide.org/wp-content/uploads/2023/05/white-texture-1-1200x600.jpg)">
																			<div class="overlay" style="background-color:rgba(0,92,83,0.8)">
																				<div class="row">
										<div class="twelve columns">
											<div class="slickslider">			
																									<div class="slide">
														<blockquote>
															<p>“It is sad to notice that nowadays the prosperity gospel has infiltrated the church. Thank you so much for helping me tackle this false teaching”</p>
															<cite>Pastor in the Democratic Republic of Congo</cite>														</blockquote>
													</div>													
																									<div class="slide">
														<blockquote>
															<p>“The things you have heard... entrust to reliable people qualified to teach others.”</p>
															<cite>2 Timothy 2:2</cite>														</blockquote>
													</div>													
																									<div class="slide">
														<blockquote>
															<p>"I have received the news of the merger between CBW and PTI with immense joy. They have enabled us to get solid Christian books into the hands of those who would not otherwise afford them and in the training of pastors around Africa."</p>
															<cite>Conrad Mbewe, pastor and author</cite>														</blockquote>
													</div>													
																							</div>
										</div>
									</div>
																					</div>
																		
								</section>
							</div>
							
						
											
													<div class="container">
								<section class="flex_columns">
									<div class="row">									
																					
												<div class="twelve columns">
																											<h2 class="title">Who are Equipping Pastors Worldwide?</h2>
													<p><img decoding="async" class="alignright wp-image-252 size-medium" src="https://epworldwide.org/wp-content/uploads/2023/04/Transport-6-300x197.jpg" alt="" width="300" height="197" srcset="https://epworldwide.org/wp-content/uploads/2023/04/Transport-6-300x197.jpg 300w, https://epworldwide.org/wp-content/uploads/2023/04/Transport-6-768x504.jpg 768w, https://epworldwide.org/wp-content/uploads/2023/04/Transport-6.jpg 987w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><i>Equipping Pastors Worldwide</i> supports majority world pastors who long to be faithful in serving the Lord Jesus Christ, but who are lacking the training and resources to do so. The organisation was born from a merger of the <i>Pastor Training International</i> and <i>Christian Books Worldwide</i> charities. Over the last 15 years, these charities have been privileged to serve thousands of pastors in regions where the church has grown hugely but where there is great material need.</p>
<p>The focus of <i>Equipping Pastors Worldwide</i> remains on providing quality training for pastors in expository preaching and providing free books to under-resourced pastors throughout the majority world. Over the years, we have also translated books into more than 41 languages, extending the reach of this important work to non-English speakers. Recently, we have sought to concentrate on establishing hubs in selected locations, working with trusted partners to train local trainers for the future and to more effectively manage our book distribution work.</p>
														<a class="button" href="https://epworldwide.org/about/" target="_self">More About EPW</a>
																						
												</div>
												
																				</div>
								</section>
							</div>
												
									
		</main>
				
				
		<footer>
			<div class="container">
				<div class="row">
					<div class="four columns">
						<div class="logo"><a href="https://epworldwide.org">Equipping Pastors Worldwide</a></div>
					</div>
					<div class="eight columns">
						<div class="contact">
							<p><a href="mailto:info@epworldwide.org">info@epworldwide.org </a></p>
<p><a href="https://www.facebook.com/epworldwide/" target="_blank" rel="noopener">Facebook</a> | <a href="https://twitter.com/e_p_worldwide" target="_blank" rel="noopener">Twitter</a> | <a href="https://www.instagram.com/e_p_worldwide/" target="_blank" rel="noopener">Instagram</a> | <a href="https://www.youtube.com/channel/UC3jy0_qMlG1S1Ri8btO9Nig" target="_blank" rel="noopener">YouTube</a></p>
<p>Unit 41, Berkeley House, Hunts Rise, South Marston Park, Swindon, SN3 4TG, United Kingdom</p>
<p>Equipping Pastors Worldwide is a Registered Charity | Charity No. 112 75 03 | Company No. 05741613</p>
						</div>
					</div>
				</div>
				<div class="row">
					<nav id="footer-navigation-primary" class="footer" role="navigation">
						<ul id="menu-primary" class="menu"><li id="menu-item-31" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-31"><a href="https://epworldwide.org/resources/">Resources</a>
<ul class="sub-menu">
	<li id="menu-item-32" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32"><a href="https://epworldwide.org/resources/request-books/">Request Books</a></li>
	<li id="menu-item-1502" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1502"><a href="https://epworldwide.org/resources/purchase-books/">Purchase Books</a></li>
	<li id="menu-item-2389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2389"><a href="https://epworldwide.org/resources/download-ebooks/">Download eBooks</a></li>
	<li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33"><a href="https://epworldwide.org/resources/in-country-training/">In-country training</a></li>
	<li id="menu-item-448" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-448"><a href="https://epworldwide.org/category/blog/">Pastors&#8217; Blog</a></li>
	<li id="menu-item-961" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-961"><a href="https://epworldwide.org/hope-in-the-face-of-suffering/hope/">Hope in the Face of Suffering</a></li>
</ul>
</li>
<li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-36"><a href="https://epworldwide.org/support/">Support</a>
<ul class="sub-menu">
	<li id="menu-item-37" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://epworldwide.org/support/give-books/">Give books</a></li>
	<li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="https://epworldwide.org/support/church-partnerships/">Church partnerships</a></li>
	<li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://epworldwide.org/support/prayer/">Prayer</a></li>
	<li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-40"><a href="https://epworldwide.org/support/donate-funds/">Donate funds</a></li>
	<li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="https://epworldwide.org/support/volunteering/">Volunteering</a></li>
</ul>
</li>
<li id="menu-item-447" class="secondary menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-447"><a href="https://epworldwide.org/category/news/">News</a>
<ul class="sub-menu">
	<li id="menu-item-1877" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1877"><a href="https://epworldwide.org/news/trustee-opportunities/">Trustee Opportunities</a></li>
</ul>
</li>
<li id="menu-item-43" class="secondary menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-43"><a href="https://epworldwide.org/about/">About EPW</a>
<ul class="sub-menu">
	<li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44"><a href="https://epworldwide.org/about/vision-mission/">Vision &#038; Mission</a></li>
	<li id="menu-item-45" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-45"><a href="https://epworldwide.org/about/basis-of-faith/">Basis of Faith</a></li>
	<li id="menu-item-46" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46"><a href="https://epworldwide.org/about/governance/">Governance</a></li>
	<li id="menu-item-468" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-468"><a href="https://epworldwide.org/about/history/">History</a></li>
	<li id="menu-item-48" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48"><a href="https://epworldwide.org/about/contact-us/">Contact us</a></li>
</ul>
</li>
</ul>					</nav>
				</div>				
			</div>
		</footer>
		<section class="subfooter">
			<div class="container">
				<div class="row">
					<div class="eight columns">
						<p class="legal">&copy; Equipping Pastors Worldwide 2026 | <a href="https://epworldwide.org/privacy-policy/">Privacy Policy</a></p>
					</div>
					<div class="four columns">
						<p class="byline">Website by <a target="_blank" href="https://www.davehewer.com/">Dave Hewer Design</a></p>
					</div>
				</div>
			</div>
		</section>
	</div> <!-- .innerbody -->
	</div> <!-- #page -->
		
	<!-- jQuery & Javascript
	------------------------------------------------>
	<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
	<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>		
	<script type="text/javascript" src="https://code.jquery.com/ui/1.13.1/jquery-ui.js"></script>
	<script type="text/javascript" src="https://epworldwide.org/wp-content/themes/dhd-advanced-v2/js/pushy.min.js"></script>
	<script type="text/javascript" src="https://epworldwide.org/wp-content/themes/dhd-advanced-v2/js/slick.min.js"></script>
	<script type="text/javascript">
		$(document).on('ready', function() {
			$(".slickslider").slick({
			});
		});
	</script>
	
  <script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/dhd-advanced-v2/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="ckyBannerTemplate" type="text/template"><div class="cky-overlay cky-hide"></div><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#f4f4f4">  <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="2" data-cky-tag="title" style="color:#212121">We value your privacy</p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies to enhance your browsing experience and analyse our traffic. By clicking "Accept All", you consent to our use of cookies.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons">  <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="reject-button" style="color:#ffffff;background-color:#CCCCCC;border-color:#cccccc">Reject All</button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#9FC131;border-color:#9FC131">Accept All</button>  </div></div></div></div></div><div class="cky-modal" tabindex="0"> <div class="cky-preference-center" id="ckyPreferenceCenter" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#f4f4f4"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="2" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="Close" data-cky-tag="detail-close"> <img src="https://epworldwide.org/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt=""> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. </p><p>We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.</p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121">Functional</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121">Performance</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div> </div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="detail-reject-button" style="color:#ffffff;background-color:#CCCCCC;border-color:#cccccc"> Reject All </button> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#9FC131;background-color:transparent;border-color:#9FC131"> Save My Preferences </button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="detail-accept-button" style="color:#FFFFFF;background-color:#9FC131;border-color:#9FC131"> Accept All </button> </div></div></div></div></script><script id="dae-media-query-js" src="https://epworldwide.org/wp-content/plugins/download-after-email/js/media-query.js?ver=1776195112"></script>
<script id="dae-download-js-extra">
var objDaeDownload = {"ajaxUrl":"https://epworldwide.org/wp-admin/admin-ajax.php","nonce":"a1c76de285"};
//# sourceURL=dae-download-js-extra
</script>
<script id="dae-download-js" src="https://epworldwide.org/wp-content/plugins/download-after-email/js/download.js?ver=1776195112"></script>
<script id="react-js" src="https://epworldwide.org/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1"></script>
<script id="react-jsx-runtime-js" src="https://epworldwide.org/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1"></script>
<script id="wp-url-js" src="https://epworldwide.org/wp-includes/js/dist/url.min.js?ver=bb0f766c3d2efe497871"></script>
<script id="wp-api-fetch-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Could not get a valid response from the server.":["Could not get a valid response from the server."],"Unable to connect. Please check your Internet connection.":["Unable to connect. Please check your Internet connection."],"Media upload failed. If this is a photo or a large image, please scale it down and try again.":["Media upload failed. If this is a photo or a large image, please scale it down and try again."],"The response is not a valid JSON response.":["The response is not a valid JSON response."]}},"comment":{"reference":"wp-includes\/js\/dist\/api-fetch.js"}} );
//# sourceURL=wp-api-fetch-js-translations
</script>
<script id="wp-api-fetch-js" src="https://epworldwide.org/wp-includes/js/dist/api-fetch.min.js?ver=d7efe4dc1468d36c39b8"></script>
<script id="wp-api-fetch-js-after">
wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://epworldwide.org/wp-json/" ) );
wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "f7eac47825" );
wp.apiFetch.use( wp.apiFetch.nonceMiddleware );
wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );
wp.apiFetch.nonceEndpoint = "https://epworldwide.org/wp-admin/admin-ajax.php?action=rest-nonce";
(function(){if(!window.wp||!wp.apiFetch||!wp.apiFetch.use){return;}wp.apiFetch.use(function(options,next){var p=String((options&&(options.path||options.url))||"");try{var u=new URL(p,window.location.origin);p=(u.pathname||"")+(u.search||"");}catch(e){}if(p.indexOf("/wp/v2/users/me")!==-1){return Promise.resolve(null);}return next(options);});})();
//# sourceURL=wp-api-fetch-js-after
</script>
<script id="react-dom-js" src="https://epworldwide.org/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1"></script>
<script id="wp-dom-ready-js" src="https://epworldwide.org/wp-includes/js/dist/dom-ready.min.js?ver=a06281ae5cf5500e9317"></script>
<script id="wp-a11y-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} );
//# sourceURL=wp-a11y-js-translations
</script>
<script id="wp-a11y-js" src="https://epworldwide.org/wp-includes/js/dist/a11y.min.js?ver=af934e5259bc51b8718e"></script>
<script id="wp-blob-js" src="https://epworldwide.org/wp-includes/js/dist/blob.min.js?ver=198af75fe06d924090d8"></script>
<script id="wp-block-serialization-default-parser-js" src="https://epworldwide.org/wp-includes/js/dist/block-serialization-default-parser.min.js?ver=bff55bd3f1ce9df0c99c"></script>
<script id="wp-autop-js" src="https://epworldwide.org/wp-includes/js/dist/autop.min.js?ver=9d0d0901b46f0a9027c9"></script>
<script id="wp-deprecated-js" src="https://epworldwide.org/wp-includes/js/dist/deprecated.min.js?ver=990e85f234fee8f7d446"></script>
<script id="wp-dom-js" src="https://epworldwide.org/wp-includes/js/dist/dom.min.js?ver=66a6cf58e0c4cd128af0"></script>
<script id="wp-escape-html-js" src="https://epworldwide.org/wp-includes/js/dist/escape-html.min.js?ver=3f093e5cca67aa0f8b56"></script>
<script id="wp-element-js" src="https://epworldwide.org/wp-includes/js/dist/element.min.js?ver=15ba804677f72a8db97b"></script>
<script id="wp-is-shallow-equal-js" src="https://epworldwide.org/wp-includes/js/dist/is-shallow-equal.min.js?ver=5d84b9f3cb50d2ce7d04"></script>
<script id="wp-keycodes-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Tilde":["Tilde"],"Backtick":["Backtick"],"Period":["Period"],"Comma":["Comma"]}},"comment":{"reference":"wp-includes\/js\/dist\/keycodes.js"}} );
//# sourceURL=wp-keycodes-js-translations
</script>
<script id="wp-keycodes-js" src="https://epworldwide.org/wp-includes/js/dist/keycodes.min.js?ver=aa1a141e3468afe7f852"></script>
<script id="wp-priority-queue-js" src="https://epworldwide.org/wp-includes/js/dist/priority-queue.min.js?ver=1f0e89e247bc0bd3f9b9"></script>
<script id="wp-undo-manager-js" src="https://epworldwide.org/wp-includes/js/dist/undo-manager.min.js?ver=27bb0ae036a2c9d4a1b5"></script>
<script id="wp-compose-js" src="https://epworldwide.org/wp-includes/js/dist/compose.min.js?ver=edb5a8c0b5bf71686403"></script>
<script id="wp-private-apis-js" src="https://epworldwide.org/wp-includes/js/dist/private-apis.min.js?ver=835912f0086b9e59aed4"></script>
<script id="wp-redux-routine-js" src="https://epworldwide.org/wp-includes/js/dist/redux-routine.min.js?ver=64f9f5001aabc046c605"></script>
<script id="wp-data-js" src="https://epworldwide.org/wp-includes/js/dist/data.min.js?ver=1756b6a2676c1b3369ab"></script>
<script id="wp-data-js-after">
( function() {
	var userId = 0;
	var storageKey = "WP_DATA_USER_" + userId;
	wp.data
		.use( wp.data.plugins.persistence, { storageKey: storageKey } );
} )();
//# sourceURL=wp-data-js-after
</script>
<script id="wp-html-entities-js" src="https://epworldwide.org/wp-includes/js/dist/html-entities.min.js?ver=8c6fa5b869dfeadc4af2"></script>
<script id="wp-rich-text-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"%s applied.":["%s applied."],"%s removed.":["%s removed."]}},"comment":{"reference":"wp-includes\/js\/dist\/rich-text.js"}} );
//# sourceURL=wp-rich-text-js-translations
</script>
<script id="wp-rich-text-js" src="https://epworldwide.org/wp-includes/js/dist/rich-text.min.js?ver=16449e6108f48327f368"></script>
<script id="wp-shortcode-js" src="https://epworldwide.org/wp-includes/js/dist/shortcode.min.js?ver=11742fe18cc215d3d5ab"></script>
<script id="wp-warning-js" src="https://epworldwide.org/wp-includes/js/dist/warning.min.js?ver=36fdbdc984d93aee8a97"></script>
<script id="wp-blocks-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"%1$s Block. Row %2$d":["%1$s Block. Row %2$d"],"Design":["Design"],"%s Block":["%s Block"],"%1$s Block. %2$s":["%1$s Block. %2$s"],"%1$s Block. Column %2$d":["%1$s Block. Column %2$d"],"%1$s Block. Column %2$d. %3$s":["%1$s Block. Column %2$d. %3$s"],"%1$s Block. Row %2$d. %3$s":["%1$s Block. Row %2$d. %3$s"],"Reusable blocks":["Reusable blocks"],"Embeds":["Embeds"],"Text":["Text"],"Widgets":["Widgets"],"Theme":["Theme"],"Media":["Media"]}},"comment":{"reference":"wp-includes\/js\/dist\/blocks.js"}} );
//# sourceURL=wp-blocks-js-translations
</script>
<script id="wp-blocks-js" src="https://epworldwide.org/wp-includes/js/dist/blocks.min.js?ver=ef38e42500165bfda301"></script>
<script id="moment-js" src="https://epworldwide.org/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1"></script>
<script id="moment-js-after">
moment.updateLocale( 'en_GB', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"j F Y","LLL":"j F Y H:i","LLLL":null}} );
//# sourceURL=moment-js-after
</script>
<script id="wp-date-js" src="https://epworldwide.org/wp-includes/js/dist/date.min.js?ver=c9f8e7dd3232716f34e9"></script>
<script id="wp-date-js-after">
wp.date.setSettings( {"l10n":{"locale":"en_GB","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"meridiem":{"am":"am","pm":"pm","AM":"AM","PM":"PM"},"relative":{"future":"%s from now","past":"%s ago","s":"a second","ss":"%d seconds","m":"a minute","mm":"%d minutes","h":"an hour","hh":"%d hours","d":"a day","dd":"%d days","M":"a month","MM":"%d months","y":"a year","yy":"%d years"},"startOfWeek":1},"formats":{"time":"g:i a","date":"j F Y","datetime":"j F Y H:i","datetimeAbbreviated":"j F Y H:i"},"timezone":{"offset":1,"offsetFormatted":"1","string":"Europe/London","abbr":"BST"}} );
//# sourceURL=wp-date-js-after
</script>
<script id="wp-primitives-js" src="https://epworldwide.org/wp-includes/js/dist/primitives.min.js?ver=a5c905ec27bcd76ef287"></script>
<script id="wp-components-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"December":["December"],"November":["November"],"October":["October"],"September":["September"],"August":["August"],"July":["July"],"June":["June"],"May":["May"],"April":["April"],"March":["March"],"February":["February"],"January":["January"],"There is %d event":["There is %d event","There are %d events"],"Optional":["Optional"],"%s, selected":["%s, selected"],"Go to the Previous Month":["Go to the Previous Month"],"Go to the Next Month":["Go to the Next Month"],"Today, %s":["Today, %s"],"Date range calendar":["Date range calendar"],"Date calendar":["Date calendar"],"input control\u0004Show %s":["Show %s"],"Border color picker. The currently selected color has a value of \"%s\".":["Border colour picker. The currently selected colour has a value of \"%s\"."],"Border color picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\".":["Border colour picker. The currently selected colour is called \"%1$s\" and has a value of \"%2$s\"."],"Border color and style picker. The currently selected color has a value of \"%s\".":["Border colour and style picker. The currently selected colour has a value of \"%s\"."],"Border color and style picker. The currently selected color has a value of \"%1$s\". The currently selected style is \"%2$s\".":["Border colour and style picker. The currently selected colour has a value of \"%1$s\". The currently selected style is \"%2$s\"."],"Border color and style picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\".":["Border colour and style picker. The currently selected colour is called \"%1$s\" and has a value of \"%2$s\"."],"Border color and style picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\". The currently selected style is \"%3$s\".":["Border colour and style picker. The currently selected colour is called \"%1$s\" and has a value of \"%2$s\". The currently selected style is \"%3$s\"."],"%d item selected":["%d item selected","%d items selected"],"Select AM or PM":["Select AM or PM"],"Select an item":["Select an item"],"No items found":["No items found"],"Remove color: %s":["Remove colour: %s"],"authors\u0004All":["All"],"categories\u0004All":["All"],"Edit: %s":["Edit: %s"],"Left and right sides":["Left and right sides"],"Top and bottom sides":["Top and bottom sides"],"Right side":["Right side"],"Left side":["Left side"],"Bottom side":["Bottom side"],"Top side":["Top side"],"Large viewport largest dimension (lvmax)":["Large viewport largest dimension (lvmax)"],"Small viewport largest dimension (svmax)":["Small viewport largest dimension (svmax)"],"Dynamic viewport largest dimension (dvmax)":["Dynamic viewport largest dimension (dvmax)"],"Dynamic viewport smallest dimension (dvmin)":["Dynamic viewport smallest dimension (dvmin)"],"Dynamic viewport width or height (dvb)":["Dynamic viewport width or height (dvb)"],"Dynamic viewport width or height (dvi)":["Dynamic viewport width or height (dvi)"],"Dynamic viewport height (dvh)":["Dynamic viewport height (dvh)"],"Dynamic viewport width (dvw)":["Dynamic viewport width (dvw)"],"Large viewport smallest dimension (lvmin)":["Large viewport smallest dimension (lvmin)"],"Large viewport width or height (lvb)":["Large viewport width or height (lvb)"],"Large viewport width or height (lvi)":["Large viewport width or height (lvi)"],"Large viewport height (lvh)":["Large viewport height (lvh)"],"Large viewport width (lvw)":["Large viewport width (lvw)"],"Small viewport smallest dimension (svmin)":["Small viewport smallest dimension (svmin)"],"Small viewport width or height (svb)":["Small viewport width or height (svb)"],"Viewport smallest size in the block direction (svb)":["Viewport smallest size in the block direction (svb)"],"Small viewport width or height (svi)":["Small viewport width or height (svi)"],"Viewport smallest size in the inline direction (svi)":["Viewport smallest size in the inline direction (svi)"],"Small viewport height (svh)":["Small viewport height (svh)"],"Small viewport width (svw)":["Small viewport width (svw)"],"No color selected":["No colour selected"],"Required":["Required"],"Notice":["Notice"],"Error notice":["Error notice"],"Information notice":["Information notice"],"Warning notice":["Warning notice"],"Focal point top position":["Focal point top position"],"Focal point left position":["Focal point left position"],"Scrollable section":["Scrollable section"],"Initial %d result loaded. Type to filter all available results. Use up and down arrow keys to navigate.":["Initial %d result loaded. Type to filter all available results. Use up and down arrow keys to navigate.","Initial %d results loaded. Type to filter all available results. Use up and down arrow keys to navigate."],"Extra Extra Large":["Extra Extra Large"],"Show details":["Show details"],"Decrement":["Decrement"],"Increment":["Increment"],"All options reset":["All options reset"],"All options are currently hidden":["All options are currently hidden"],"%s is now visible":["%s is now visible"],"%s hidden and reset to default":["%s hidden and reset to default"],"%s reset to default":["%s reset to default"],"XXL":["XXL"],"XL":["XL"],"L":["L"],"M":["M"],"S":["S"],"Unset":["Unset"],"View next month":["View next month"],"View previous month":["View previous month"],"Border color and style picker":["Border colour and style picker"],"Loading \u2026":["Loading \u2026"],"All sides":["All sides"],"Bottom border":["Bottom border"],"Right border":["Right border"],"Left border":["Left border"],"Top border":["Top border"],"Border color picker.":["Border colour picker."],"Border color and style picker.":["Border colour and style picker."],"Custom color picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\".":["Custom colour picker. The currently selected colour is called \"%1$s\" and has a value of \"%2$s\"."],"Link sides":["Link sides"],"Unlink sides":["Unlink sides"],"Reset all":["Reset all"],"Button label to reveal tool panel options\u0004%s options":["%s options"],"Hide and reset %s":["Hide and reset %s"],"Reset %s":["Reset %s"],"Search %s":["Search %s"],"Set custom size":["Set custom size"],"Use size preset":["Use size preset"],"Currently selected font size: %s":["Currently selected font size: %s"],"Highlights":["Highlights"],"Currently selected: %s":["Currently selected: %s"],"Reset colors":["Reset colours"],"Reset gradient":["Reset gradient"],"Remove all colors":["Remove all colours"],"Remove all gradients":["Remove all gradients"],"Color options":["Colour options"],"Gradient options":["Gradient options"],"Add color":["Add colour"],"Add gradient":["Add gradient"],"Gradient name":["Gradient name"],"Color %d":["Colour %d"],"Color format":["Colour format"],"Hex color":["Hex colour"],"%1$s (%2$d of %3$d)":["%1$s (%2$d of %3$d)"],"Invalid item":["Invalid item"],"Shadows":["Shadows"],"Duotone: %s":["Duotone: %s"],"Duotone code: %s":["Duotone code: %s"],"Relative to root font size (rem)\u0004rems":["rems"],"Relative to parent font size (em)\u0004ems":["ems"],"Points (pt)":["Points (pt)"],"Picas (pc)":["Picas (pc)"],"Inches (in)":["Inches (in)"],"Millimeters (mm)":["Millimetres (mm)"],"Centimeters (cm)":["Centimetres (cm)"],"x-height of the font (ex)":["x-height of the font (ex)"],"Width of the zero (0) character (ch)":["Width of the zero (0) character (ch)"],"Viewport largest dimension (vmax)":["Viewport largest dimension (vmax)"],"Viewport smallest dimension (vmin)":["Viewport smallest dimension (vmin)"],"Percent (%)":["Percent (%)"],"Border width":["Border width"],"Dotted":["Dotted"],"Dashed":["Dashed"],"Viewport height (vh)":["Viewport height (vh)"],"Viewport width (vw)":["Viewport width (vw)"],"Relative to root font size (rem)":["Relative to root font size (rem)"],"Relative to parent font size (em)":["Relative to parent font size (em)"],"Pixels (px)":["Pixels (px)"],"Percentage (%)":["Percentage (%)"],"Close search":["Close search"],"Search in %s":["Search in %s"],"Select unit":["Select unit"],"Radial":["Radial"],"Linear":["Linear"],"Media preview":["Media preview"],"Coordinated Universal Time":["Coordinated Universal Time"],"Color name":["Colour name"],"Reset search":["Reset search"],"Box Control":["Box Control"],"Alignment Matrix Control":["Alignment Matrix Control"],"Bottom Center":["Bottom Centre"],"Center Right":["Centre Right"],"Center Left":["Centre Left"],"Top Center":["Top Centre"],"Solid":["Solid"],"Finish":["Finish"],"Page %1$d of %2$d":["Page %1$d of %2$d"],"Guide controls":["Guide controls"],"Gradient: %s":["Gradient: %s"],"Gradient code: %s":["Gradient code: %s"],"Remove Control Point":["Remove Control Point"],"Use your left or right arrow keys or drag and drop with the mouse to change the gradient position. Press the button to change the color or remove the control point.":["Use your left or right arrow keys or drag and drop with the mouse to change the gradient position. Press the button to change the colour or remove the control point."],"Gradient control point at position %1$d%% with color code %2$s.":["Gradient control point at position %1$d%% with colour code %2$s."],"Extra Large":["Extra Large"],"Small":["Small"],"Angle":["Angle"],"Separate with commas or the Enter key.":["Separate with commas or the Enter key."],"Separate with commas, spaces, or the Enter key.":["Separate with commas, spaces, or the Enter key."],"Copied!":["Copied!"],"%d result found.":["%d result found.","%d results found."],"Number of items":["Number of items"],"Category":["Category"],"Z \u2192 A":["Z \t A"],"A \u2192 Z":["A \t Z"],"Oldest to newest":["Oldest to newest"],"Newest to oldest":["Newest to oldest"],"Order by":["Order by"],"Dismiss this notice":["Dismiss this notice"],"Remove item":["Remove item"],"Item removed.":["Item removed."],"Item added.":["Item added."],"Add item":["Add item"],"Reset":["Reset"],"(opens in a new tab)":["(opens in a new tab)"],"Minutes":["Minutes"],"Color code: %s":["Colour code: %s"],"Custom color picker":["Custom colour picker"],"No results.":["No results."],"%d result found, use up and down arrow keys to navigate.":["%d result found, use up and down arrow keys to navigate.","%d results found, use up and down arrow keys to navigate."],"Time":["Time"],"Day":["Day"],"Month":["Month"],"Date":["Date"],"Hours":["Hours"],"Item selected.":["Item selected."],"Today":["Today"],"Previous":["Previous"],"Year":["Year"],"Back":["Back"],"Style":["Style"],"Large":["Large"],"Selected":["Selected"],"Drop files to upload":["Drop files to upload"],"Clear":["Clear"],"Mixed":["Mixed"],"Custom":["Custom"],"Next":["Next"],"PM":["PM"],"AM":["AM"],"Bottom Right":["Bottom Right"],"Bottom Left":["Bottom Left"],"Top Right":["Top Right"],"Top Left":["Top Left"],"Type":["Type"],"Top":["Top"],"Copy":["Copy"],"Font size":["Font size"],"Calendar":["Calendar"],"No results found.":["No results found."],"Default":["Default"],"Close":["Close"],"Search":["Search"],"OK":["OK"],"Medium":["Medium"],"Center":["Centre"],"Left":["Left"],"Cancel":["Cancel"],"Done":["Done"],"None":["None"],"Categories":["Categories"],"Author":["Author"]}},"comment":{"reference":"wp-includes\/js\/dist\/components.js"}} );
//# sourceURL=wp-components-js-translations
</script>
<script id="wp-components-js" src="https://epworldwide.org/wp-includes/js/dist/components.min.js?ver=5dedfe13f08880193a28"></script>
<script id="wp-keyboard-shortcuts-js" src="https://epworldwide.org/wp-includes/js/dist/keyboard-shortcuts.min.js?ver=2ed78d3b4c23f38804e0"></script>
<script id="wp-commands-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Workflow":["Workflow"],"Command":["Command"],"Search commands and settings":["Search commands and settings"],"Command suggestions":["Command suggestions"],"Command palette":["Command palette"],"Open the command palette.":["Open the command palette."],"Action":["Action"],"No results found.":["No results found."],"View":["View"],"Edit":["Edit"]}},"comment":{"reference":"wp-includes\/js\/dist\/commands.js"}} );
//# sourceURL=wp-commands-js-translations
</script>
<script id="wp-commands-js" src="https://epworldwide.org/wp-includes/js/dist/commands.min.js?ver=e3d8bba53f4ffea4fcd2"></script>
<script id="wp-notices-js" src="https://epworldwide.org/wp-includes/js/dist/notices.min.js?ver=218d0173a31ae7269246"></script>
<script id="wp-preferences-persistence-js" src="https://epworldwide.org/wp-includes/js/dist/preferences-persistence.min.js?ver=e8033be98338d1861bca"></script>
<script id="wp-preferences-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Preference activated - %s":["Preference activated \u2013 %s"],"Preference deactivated - %s":["Preference deactivated \u2013 %s"],"Preferences":["Preferences"],"Back":["Back"]}},"comment":{"reference":"wp-includes\/js\/dist\/preferences.js"}} );
//# sourceURL=wp-preferences-js-translations
</script>
<script id="wp-preferences-js" src="https://epworldwide.org/wp-includes/js/dist/preferences.min.js?ver=035813168e404aa30193"></script>
<script id="wp-preferences-js-after">
( function() {
				var serverData = false;
				var userId = "0";
				var persistenceLayer = wp.preferencesPersistence.__unstableCreatePersistenceLayer( serverData, userId );
				var preferencesStore = wp.preferences.store;
				wp.data.dispatch( preferencesStore ).setPersistenceLayer( persistenceLayer );
			} ) ();
//# sourceURL=wp-preferences-js-after
</script>
<script id="wp-style-engine-js" src="https://epworldwide.org/wp-includes/js/dist/style-engine.min.js?ver=faa37ce61b7ec8394b2a"></script>
<script id="wp-theme-js" src="https://epworldwide.org/wp-includes/js/dist/theme.min.js?ver=e22ce547a4420507b323"></script>
<script id="wp-token-list-js" src="https://epworldwide.org/wp-includes/js/dist/token-list.min.js?ver=16f0aebdd39d87c2a84b"></script>
<script id="wp-upload-media-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"%s: Sorry, you are not allowed to upload this file type.":["%s: Sorry, you are not allowed to upload this file type."],"%s: This file is empty.":["%s: This file is empty."],"%s: Sorry, this file type is not supported here.":["%s: Sorry, this file type is not supported here."],"%s: This file exceeds the maximum upload size for this site.":["%s: This file exceeds the maximum upload size for this site."]}},"comment":{"reference":"wp-includes\/js\/dist\/upload-media.js"}} );
//# sourceURL=wp-upload-media-js-translations
</script>
<script id="wp-upload-media-js" src="https://epworldwide.org/wp-includes/js/dist/upload-media.min.js?ver=d359c2cccf866d7082d2"></script>
<script id="wp-block-editor-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Uncategorized":["Uncategorised"],"This post contains blocks with custom CSS. You do not have permission to edit CSS. If you save this post, the custom CSS will be removed.":["This post contains blocks with custom CSS. You do not have permission to edit CSS. If you save this post, the custom CSS will be removed."],"Search for and add a link to the navigation item.":["Search for and add a link to the navigation item."],"Select a link":["Select a link"],"I understand the consequences":["I understand the consequences"],"No items yet.":["No items yet."],"Add your own CSS to customize the appearance of the %s block. You do not need to include a CSS selector, just add the property and value, e.g. color: red;.":["Add your own CSS to customise the appearance of the %s block. You do not need to include a CSS selector, just add the property and value, e.g. colour: red;."],"The text will resize to fit its container, resetting other font size settings.":["The text will resize to fit its container, resetting other font size settings."],"Text will resize to fit its container.":["Text will resize to fit its container."],"Fit text":["Fit text"],"The text may be too small to read. Consider using a larger container or less text.":["The text may be too small to read. Consider using a larger container or less text."],"Choose a media item\u2026":["Choose a media item\u2026"],"Choose a file\u2026":["Choose a file\u2026"],"Choose a video\u2026":["Choose a video\u2026"],"Show \/ Hide":["Show \/ Hide"],"More details":["More details"],"Expand":["Expand"],"%d field needs attention":["%d field needs attention","%d fields need attention"],"Validating\u2026":["Validating\u2026"],"Value is too long.":["Value is too long."],"Value is too short.":["Value is too short."],"Value is above the maximum.":["Value is above the maximum."],"Value is below the minimum.":["Value is below the minimum."],"Value does not match the required pattern.":["Value does not match the required pattern."],"Unknown error when running custom validation asynchronously.":["Unknown error when running custom validation asynchronously."],"Validation could not be processed.":["Validation could not be processed."],"Unknown error when running elements validation asynchronously.":["Unknown error when running elements validation asynchronously."],"Value must be one of the elements.":["Value must be one of the elements."],"Could not validate elements.":["Could not validate elements."],"field\u0004Edit %s (has errors)":["Edit %s (has errors)"],"Open color picker":["Open colour picker"],"Includes all":["Includes all"],"Includes":["Includes"],"Is none of":["Is none of"],"modal title\u0004Manage allowed blocks":["Manage allowed blocks"],"The custom CSS is invalid. Do not use <> markup.":["The custom CSS is invalid. Do not use <> markup."],"Justified text can reduce readability. For better accessibility, use left-aligned text instead.":["Justified text can reduce readability. For better accessibility, use left-aligned text instead."],"Indent all paragraphs":["Indent all paragraphs"],"Indents the first line of each paragraph after the first one.":["Indents the first line of each paragraph after the first one."],"Indents the first line of all paragraphs.":["Indents the first line of all paragraphs."],"Line indent":["Line indent"],"Please enter a valid URL.":["Please enter a valid URL."],"Dimension":["Dimension"],"Set custom value":["Set custom value"],"Use preset":["Use preset"],"Variation":["Variation"],"Exit pattern":["Exit pattern"],"A block pattern.":["A block pattern."],"Rename the selected block.":["Rename the selected block."],"Finish editing a design.":["Finish editing a design."],"Go to parent block":["Go to parent block"],"Go to \"%s\" block":["Go to \"%s\" block"],"Parent block is hidden on %s":["Parent block is hidden on %s"],"Parent block is hidden":["Parent block is hidden"],"Block will be hidden according to the selected viewports. It will be <strong>included in the published markup on the frontend<\/strong>. You can configure it again by selecting it in the List View (%s).":["Block will be hidden according to the selected viewports. It will be <strong>included in the published markup on the front end<\/strong>. You can configure it again by selecting it in the List View (%s)."],"Block will be hidden in the editor, and omitted from the published markup on the frontend. You can configure it again by selecting it in the List View (%s).":["Block will be hidden in the editor, and omitted from the published markup on the front end. You can configure it again by selecting it in the List View (%s)."],"Selected blocks have different visibility settings. The checkboxes show an indeterminate state when settings differ.":["Selected blocks have different visibility settings. The tickboxes show an indeterminate state when settings differ."],"Hide on %s":["Hide on %s"],"Omit from published content":["Omit from published content"],"Select the viewport size for which you want to hide the block.":["Select the viewport size for which you want to hide the block."],"Select the viewport sizes for which you want to hide the blocks. Changes will apply to all selected blocks.":["Select the viewport sizes for which you want to hide the blocks. Changes will apply to all selected blocks."],"Hide block":["Hide block"],"Hide blocks":["Hide blocks"],"Block visibility settings updated. You can access them via the List View (%s).":["Block visibility settings updated. You can access them via the List View (%s)."],"Block is hidden on %s":["Block is hidden on %s"],"Max. columns":["Max. columns"],"Columns will wrap to fewer per row when they can no longer maintain the minimum width.":["Columns will wrap to fewer per row when they can no longer maintain the minimum width."],"Min. column width":["Min. column width"],"Unknown error when running custom validation.":["Unknown error when running custom validation."],"<Name>%1$s is in the past: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is in the past: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s between (inc): <\/Name><Value>%2$s and %3$s<\/Value>":["<Name>%1$s between (inc): <\/Name><Value>%2$s and %3$s<\/Value>"],"<Name>%1$s is on or after: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is on or after: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is on or before: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is on or before: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is after: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is after: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is before: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is before: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s starts with: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s starts with: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s doesn't contain: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s doesn't contain: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s contains: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s contains: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is greater than or equal to: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is greater than or equal to: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is less than or equal to: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is less than or equal to: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is greater than: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is greater than: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is less than: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is less than: <\/Name><Value>%2$s<\/Value>"],"Max.":["Max."],"Min.":["Min."],"The max. value must be greater than the min. value.":["The max. value must be greater than the min. value."],"To":["To"],"From":["From"],"Year to date":["Year to date"],"Last year":["Last year"],"Month to date":["Month to date"],"Last 30 days":["Last 30 days"],"Last 7 days":["Last 7 days"],"Past month":["Past month"],"Past week":["Past week"],"Yesterday":["Yesterday"],"Date time":["Date time"],"Unit":["Unit"],"Years ago":["Years ago"],"Months ago":["Months ago"],"Weeks ago":["Weeks ago"],"Days ago":["Days ago"],"Years":["Years"],"Months":["Months"],"Weeks":["Weeks"],"Days":["Days"],"Value must be a valid color.":["Value must be a valid colour."],"Every value must be a string.":["Every value must be a string."],"Value must be an array.":["Value must be an array."],"False":["False"],"True":["True"],"Value must be true, false, or undefined":["Value must be true, false, or undefined"],"Value must be a number.":["Value must be a number."],"Value must be an integer.":["Value must be an integer."],"Value must be a valid email address.":["Value must be a valid email address."],"Over":["Over"],"In the past":["In the past"],"Not on":["Not on"],"On":["On"],"Between (inc)":["Between (inc)"],"Starts with":["Starts with"],"Doesn't contain":["Doesn't contain"],"After (inc)":["After (inc)"],"Before (inc)":["Before (inc)"],"After":["After"],"Before":["Before"],"Greater than or equal":["Greater than or equal"],"Less than or equal":["Less than or equal"],"Greater than":["Greater than"],"Less than":["Less than"],"Optional":["Optional"],"Multiple <main> elements detected. The duplicate may be in your content or template. This is not valid HTML and may cause accessibility issues. Please change this HTML element.":["Multiple <main> elements detected. The duplicate may be in your content or template. This is not valid HTML and may cause accessibility issues. Please change this HTML element."],"%s (Already in use)":["%s (Already in use)"],"The <button> element should be used for interactive controls that perform an action on the current page, such as opening a modal or toggling content visibility.":["The <button> element should be used for interactive controls that perform an action on the current page, such as opening a modal or toggling content visibility."],"The <a> element should be used for links that navigate to a different page or to a different section within the same page.":["The <a> element should be used for links that navigate to a different page or to a different section within the same page."],"The <a>Link Relation<\/a> attribute defines the relationship between a linked resource and the current document.":["The <a>Link Relation<\/a> attribute defines the relationship between a linked resource and the current document."],"Link relation":["Link relation"],"Block is hidden":["Block is hidden"],"Visible":["Visible"],"Block hidden. You can access it via the List View (%s).":["Block hidden. You can access it via the List View (%s)."],"Blocks hidden. You can access them via the List View (%s).":["Blocks hidden. You can access them via the List View (%s)."],"Source not registered":["Source not registered"],"Not connected":["Not connected"],"No sources available":["No sources available"],"Show or hide the selected block(s).":["Show or hide the selected block(s)."],"Paste the copied style to the selected block(s).":["Paste the copied style to the selected block(s)."],"Allowed Blocks":["Allowed Blocks"],"Specify which blocks are allowed inside this container.":["Specify which blocks are allowed inside this container."],"Select which blocks can be added inside this container.":["Select which blocks can be added inside this container."],"Manage allowed blocks":["Manage allowed blocks"],"Unsync and edit":["Unsync and edit"],"Synced with the selected %s.":["Synced with the selected %s."],"Blog home":["Blog home"],"Attachment":["Attachment"],"Choose an image\u2026":["Choose an image\u2026"],"The <nav> element should be used to identify groups of links that are intended to be used for website or page content navigation.":["The <nav> element should be used to identify groups of links that are intended to be used for website or page content navigation."],"The <div> element should only be used if the block is a design element with no semantic meaning.":["The <div> element should only be used if the block is a design element with no semantic meaning."],"Enlarge on click":["Enlarge on click"],"Choose whether to use the same value for all screen sizes or a unique value for each screen size.":["Choose whether to use the same value for all screen sizes or a unique value for each screen size."],"Drag and drop a video, upload, or choose from your library.":["Drag and drop a video, upload, or choose from your library."],"Drag and drop an image, upload, or choose from your library.":["Drag and drop an image, upload, or choose from your library."],"Drag and drop an audio file, upload, or choose from your library.":["Drag and drop an audio file, upload, or choose from your library."],"Drag and drop an image or video, upload, or choose from your library.":["Drag and drop an image or video, upload, or choose from your library."],"%d%%":["%d%%"],"Image cropped and rotated.":["Image cropped and rotated."],"Image rotated.":["Image rotated."],"Image cropped.":["Image cropped."],"%d block moved.":["%d block moved.","%d blocks moved."],"Shuffle styles":["Shuffle styles"],"Change design":["Change design"],"action: convert blocks to grid\u0004Grid":["Grid"],"action: convert blocks to stack\u0004Stack":["Stack"],"action: convert blocks to row\u0004Row":["Row"],"action: convert blocks to group\u0004Group":["Group"],"Lock removal":["Lock removal"],"Lock movement":["Lock movement"],"Lock editing":["Lock editing"],"Select the features you want to lock":["Select the features you want to lock"],"Full height":["Full height"],"Block \"%s\" can't be inserted.":["Block \"%s\" can't be inserted."],"Styles copied to clipboard.":["Styles copied to clipboard."],"Paste the selected block(s).":["Paste the selected block(s)."],"Cut the selected block(s).":["Cut the selected block(s)."],"Copy the selected block(s).":["Copy the selected block(s)."],"Nested blocks will fill the width of this container.":["Nested blocks will fill the width of this container."],"verb\u0004Upload":["Upload"],"Link information":["Link information"],"Manage link":["Manage link"],"You are currently in Design mode.":["You are currently in Design mode."],"You are currently in Write mode.":["You are currently in Write mode."],"Starter content":["Starter content"],"noun, breadcrumb\u0004Document":["Document"],"field\u0004Edit %s":["Edit %s"],"spacing\u0004%1$s %2$s":["%1$s %2$s"],"font\u0004%1$s %2$s":["%1$s %2$s"],"Empty %s; start writing to edit its value":["Empty %s; start writing to edit its value"],"Attributes connected to custom fields or other dynamic data.":["Attributes connected to custom fields or other dynamic data."],"Drag and drop patterns into the canvas.":["Drag and drop patterns into the canvas."],"Drop pattern.":["Drop pattern."],"Layout type":["Layout type"],"Block with fixed width in flex layout\u0004Fixed":["Fixed"],"Block with expanding width in flex layout\u0004Grow":["Grow"],"Intrinsic block width in flex layout\u0004Fit":["Fit"],"Background size, position and repeat options.":["Background size, position, and repeat options."],"Grid item position":["Grid item position"],"Grid items are placed automatically depending on their order.":["Grid items are placed automatically depending on their order."],"Grid items can be manually placed in any position on the grid.":["Grid items can be manually placed in any position on the grid."],"font weight\u0004Extra Black":["Extra Black"],"font style\u0004Oblique":["Oblique"],"These blocks are editable using overrides.":["These blocks are editable using overrides."],"This %1$s is editable using the \"%2$s\" override.":["This %1$s is editable using the \"%2$s\" override."],"Edit pattern":["Edit pattern"],"<Name>%1$s is not: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is not: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is none of: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is none of: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s includes all: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s includes all: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s is over: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s is over: <\/Name><Value>%2$s<\/Value>"],"<Name>%1$s includes: <\/Name><Value>%2$s<\/Value>":["<Name>%1$s includes: <\/Name><Value>%2$s<\/Value>"],"This block is locked.":["This block is locked."],"Selected blocks are grouped.":["Selected blocks are grouped."],"Generic label for pattern inserter button\u0004Add pattern":["Add pattern"],"block toolbar button label and description\u0004These blocks are connected.":["These blocks are connected."],"block toolbar button label and description\u0004This block is connected.":["This block is connected."],"Create a group block from the selected multiple blocks.":["Create a group block from the selected multiple blocks."],"Collapse all other items.":["Collapse all other items."],"This block allows overrides. Changing the name can cause problems with content entered into instances of this pattern.":["This block allows overrides. Changing the name can cause problems with content entered into instances of this pattern."],"Grid placement":["Grid placement"],"Row span":["Row span"],"Column span":["Column span"],"Grid span":["Grid span"],"Background image width":["Background image width"],"Size option for background image control\u0004Tile":["Tile"],"Size option for background image control\u0004Contain":["Contain"],"Size option for background image control\u0004Cover":["Cover"],"No background image selected":["No background image selected"],"Background image: %s":["Background image: %s"],"Image has a fixed width.":["Image has a fixed width."],"Manual":["Manual"],"Blocks can't be inserted into other blocks with bindings":["Blocks can't be inserted into other blocks with bindings"],"Sort descending":["Sort descending"],"Sort ascending":["Sort ascending"],"Is not":["Is not"],"Is":["Is"],"Edit original":["Edit original"],"Required":["Required"],"Focal point":["Focal point"],"Disable enlarge on click":["Disable enlarge on click"],"Scales the image with a lightbox effect":["Scales the image with a lightbox effect"],"Scale the image with a lightbox effect.":["Scale the image with a lightbox effect."],"Link CSS class":["Link CSS class"],"Link to attachment page":["Link to attachment page"],"Link to image file":["Link to image file"],"screen sizes\u0004All":["All"],"Locked":["Locked"],"Multiple blocks selected":["Multiple blocks selected"],"No transforms.":["No transforms."],"Select parent block: %s":["Select parent block: %s"],"patterns\u0004Not synced":["Not synced"],"patterns\u0004Synced":["Synced"],"Manage the inclusion of blocks added automatically by plugins.":["Manage the inclusion of blocks added automatically by plugins."],"Border & Shadow":["Border and shadow"],"Drop shadows":["Drop shadows"],"Drop shadow":["Drop shadow"],"Repeat":["Repeat"],"Contains":["Contains"],"Link copied to clipboard.":["Link copied to clipboard."],"patterns\u0004All":["All"],"The <main> element should be used for the primary content of your document only.":["The <main> element should be used for the primary content of your document only."],"Image settings\u0004Settings":["Settings"],"Ungroup":["Ungroup"],"Block name changed to: \"%s\".":["Block name changed to: \"%s\"."],"Block name reset to: \"%s\".":["Block name reset to: \"%s\"."],"Drop to upload":["Drop to upload"],"Background image":["Background image"],"Only images can be used as a background image.":["Only images can be used as a background image."],"No results found":["No results found"],"%d category button displayed.":["%d category button displayed.","%d category buttons displayed."],"https:\/\/wordpress.org\/patterns\/":["https:\/\/wordpress.org\/patterns\/"],"Patterns are available from the <Link>WordPress.org Pattern Directory<\/Link>, bundled in the active theme, or created by users on this site. Only patterns created on this site can be synced.":["Patterns are available from the <Link>WordPress.org Pattern Directory<\/Link>, bundled in the active theme, or created by users on this site. Only patterns created on this site can be synced."],"Theme & Plugins":["Theme & Plugins"],"Pattern Directory":["Pattern Directory"],"%d pattern found":["%d pattern found","%d patterns found"],"Select text across multiple blocks.":["Select text across multiple blocks."],"Last page":["Last page"],"paging\u0004%1$s of %2$s":["%1$s of %2$s"],"First page":["First page"],"Page":["Page"],"Image is contained without distortion.":["Image is contained without distortion."],"Image covers the space evenly.":["Image covers the space evenly."],"Image size option for resolution control\u0004Full Size":["Full Size"],"Image size option for resolution control\u0004Large":["Large"],"Image size option for resolution control\u0004Medium":["Medium"],"Image size option for resolution control\u0004Thumbnail":["Thumbnail"],"Scale down the content to fit the space if it is too big. Content that is too small will have additional padding.":["Scale down the content to fit the space if it is too big. Content that is too small will have additional padding."],"Scale option for dimensions control\u0004Scale down":["Scale down"],"Do not adjust the sizing of the content. Content that is too large will be clipped, and content that is too small will have additional padding.":["Do not adjust the sizing of the content. Content that is too large will be clipped, and content that is too small will have additional padding."],"Scale option for dimensions control\u0004None":["None"],"Fill the space by clipping what doesn't fit.":["Fill the space by clipping what doesn't fit."],"Scale option for dimensions control\u0004Cover":["Cover"],"Fit the content to the space without clipping.":["Fit the content to the space without clipping."],"Scale option for dimensions control\u0004Contain":["Contain"],"Fill the space by stretching the content.":["Fill the space by stretching the content."],"Scale option for dimensions control\u0004Fill":["Fill"],"Aspect ratio":["Aspect ratio"],"Aspect ratio option for dimensions control\u0004Custom":["Custom"],"Aspect ratio option for dimensions control\u0004Original":["Original"],"%d Block":["%d Block","%d Blocks"],"Suggestions":["Suggestions"],"Additional link settings\u0004Advanced":["Advanced"],"Resolution":["Resolution"],"https:\/\/wordpress.org\/documentation\/article\/customize-date-and-time-format\/":["https:\/\/wordpress.org\/documentation\/article\/customize-date-and-time-format\/"],"Example:":["Example:"],"Change level":["Change level"],"Position: %s":["Position: %s"],"Name for applying graphical effects\u0004Filters":["Filters"],"The block will stick to the scrollable area of the parent %s block.":["The block will stick to the scrollable area of the parent %s block."],"Add after":["Add after"],"Add before":["Add before"],"My patterns":["My patterns"],"https:\/\/wordpress.org\/documentation\/article\/page-jumps\/":["https:\/\/wordpress.org\/documentation\/article\/page-jumps\/"],"Minimum column width":["Minimum column width"],"Grid":["Grid"],"Horizontal & vertical":["Horizontal & vertical"],"Name for the value of the CSS position property\u0004Fixed":["Fixed"],"Name for the value of the CSS position property\u0004Sticky":["Sticky"],"There is an error with your CSS structure.":["There is an error with your CSS structure."],"Shadow":["Shadow"],"Append to %1$s block at position %2$d, Level %3$d":["Append to %1$s block at position %2$d, Level %3$d"],"%s block inserted":["%s block inserted"],"Format tools":["Format tools"],"Currently selected position: %s":["Currently selected position: %s"],"Position":["Position"],"The block will not move when the page is scrolled.":["The block will not move when the page is scrolled."],"The block will stick to the top of the window instead of scrolling.":["The block will stick to the top of the window instead of scrolling."],"Sticky":["Sticky"],"Paste styles":["Paste styles"],"Copy styles":["Copy styles"],"Pasted styles to %d blocks.":["Pasted styles to %d blocks."],"Pasted styles to %s.":["Pasted styles to %s."],"Unable to paste styles. Block styles couldn't be found within the copied content.":["Unable to paste styles. Block styles couldn't be found within the copied content."],"Unable to paste styles. Please allow browser clipboard permissions before continuing.":["Unable to paste styles. Please allow browser clipboard permissions before continuing."],"Unable to paste styles. This feature is only available on secure (https) sites in supporting browsers.":["Unable to paste styles. This feature is only available on secure (https) sites in supporting browsers."],"Media List":["Media List"],"Image inserted.":["Image inserted."],"Image uploaded and inserted.":["Image uploaded and inserted."],"External images can be removed by the external provider without warning and could even have legal compliance issues related to privacy legislation.":["External images can be removed by the external provider without warning and could even have legal compliance issues related to privacy legislation."],"This image cannot be uploaded to your Media Library, but it can still be inserted as an external image.":["This image cannot be uploaded to your Media Library, but it can still be inserted as an external image."],"Insert external image":["Insert external image"],"Report %s":["Report %s"],"Pattern":["Pattern"],"Stretch items":["Stretch items"],"Block vertical alignment setting\u0004Space between":["Space between"],"Block vertical alignment setting\u0004Stretch to fill":["Stretch to fill"],"Fixed":["Fixed"],"Fit contents.":["Fit contents."],"Specify a fixed height.":["Specify a fixed height."],"Specify a fixed width.":["Specify a fixed width."],"Stretch to fill available space.":["Stretch to fill available space."],"Move %1$d blocks from position %2$d left by one place":["Move %1$d blocks from position %2$d left by one place"],"Move %1$d blocks from position %2$d down by one place":["Move %1$d blocks from position %2$d down by one place"],"Hover":["Hover"],"H6":["H6"],"H5":["H5"],"H4":["H4"],"H3":["H3"],"H2":["H2"],"H1":["H1"],"Set the width of the main content area.":["Set the width of the main content area."],"Unset":["Unset"],"Now":["Now"],"short date format without the year\u0004M j":["M j"],"Nested blocks use content width with options for full and wide widths.":["Nested blocks use content width with options for full and wide widths."],"Inner blocks use content width":["Inner blocks use content width"],"Font":["Font"],"Apply to all blocks inside":["Apply to all blocks inside"],"Blocks cannot be moved right as they are already are at the rightmost position":["Blocks cannot be moved right as they are already are at the rightmost position"],"Blocks cannot be moved left as they are already are at the leftmost position":["Blocks cannot be moved left as they are already are at the leftmost position"],"All blocks are selected, and cannot be moved":["All blocks are selected, and cannot be moved"],"Constrained":["Constrained"],"Spacing control":["Spacing control"],"Custom (%s)":["Custom (%s)"],"You are currently in zoom-out mode.":["You are currently in zoom-out mode."],"Close Block Inserter":["Close Block Inserter"],"Link sides":["Link sides"],"Unlink sides":["Unlink sides"],"Select the size of the source image.":["Select the size of the source image."],"Use featured image":["Use featured image"],"Delete selection.":["Delete selection."],"Link is empty":["Link is empty"],"Enter a date or time <Link>format string<\/Link>.":["Enter a date or time <Link>format string<\/Link>."],"Custom format":["Custom format"],"Choose a format":["Choose a format"],"Enter your own date format":["Enter your own date format"],"long date format\u0004F j, Y":["F j, Y"],"medium date format with time\u0004M j, Y g:i A":["j M Y g:i A"],"medium date format\u0004M j, Y":["j M Y"],"short date format with time\u0004n\/j\/Y g:i A":["j\/n\/Y g:i A"],"short date format\u0004n\/j\/Y":["j\/n\/Y"],"Default format":["Default format"],"Date format":["Date format"],"Transform to %s":["Transform to %s"],"%s blocks deselected.":["%s blocks deselected."],"%s deselected.":["%s deselected."],"Transparent text may be hard for people to read.":["Transparent text may be hard for people to read."],"Select parent block (%s)":["Select parent block (%s)"],"Lock":["Lock"],"Unlock":["Unlock"],"Lock all":["Lock all"],"Lock %s":["Lock %s"],"Add default block":["Add default block"],"Alignment option\u0004None":["None"],"font weight\u0004Black":["Black"],"font weight\u0004Extra Bold":["Extra Bold"],"font weight\u0004Bold":["Bold"],"font weight\u0004Semi Bold":["Semi Bold"],"font weight\u0004Medium":["Medium"],"font weight\u0004Regular":["Regular"],"font weight\u0004Light":["Light"],"font weight\u0004Extra Light":["Extra Light"],"font weight\u0004Thin":["Thin"],"font style\u0004Italic":["Italic"],"font style\u0004Regular":["Regular"],"Rename":["Rename"],"link color":["link colour"],"Elements":["Elements"],"Image scaling options\u0004Scale":["Scale"],"Add link":["Add link"],"The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).":["The <footer> element should represent a footer for its nearest sectioning element (eg <section>, <article>, <main>, etc)."],"The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content.":["The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."],"The <article> element should represent a self-contained, syndicatable portion of the document.":["The <article> element should represent a self-contained, syndicatable portion of the document."],"The <section> element should represent a standalone portion of the document that can't be better represented by another element.":["The <section> element should represent a standalone portion of the document that can't be better represented by another element."],"The <header> element should represent introductory content, typically a group of introductory or navigational aids.":["The <header> element should represent introductory content, typically a group of introductory or navigational aids."],"Explore all patterns":["Explore all patterns"],"Block spacing":["Block spacing"],"Letter spacing":["Letter spacing"],"Radius":["Radius"],"Link radii":["Link radii"],"Unlink radii":["Unlink radii"],"Bottom right":["Bottom right"],"Bottom left":["Bottom left"],"Top right":["Top right"],"Top left":["Top left"],"Max %s wide":["Maximum %s wide"],"Flow":["Flow"],"Orientation":["Orientation"],"Allow to wrap to multiple lines":["Allow to wrap to multiple lines"],"Justification":["Justification"],"Flex":["Flex"],"Currently selected font appearance: %s":["Currently selected font appearance: %s"],"Currently selected font style: %s":["Currently selected font style: %s"],"Currently selected font weight: %s":["Currently selected font weight: %s"],"No selected font appearance":["No selected font appearance"],"Create a two-tone color effect without losing your original image.":["Create a two-tone colour effect without losing your original image."],"Displays more block tools":["Displays more block tools"],"Indicates this palette is created by the user.\u0004Custom":["Custom"],"Indicates this palette comes from WordPress.\u0004Default":["Default"],"Indicates this palette comes from the theme.\u0004Theme":["Theme"],"Default (<div>)":["Default (<div>)"],"HTML element":["HTML element"],"No preview available.":["No preview available."],"Space between items":["Space between items"],"Justify items right":["Justify items right"],"Justify items center":["Justify items centre"],"Justify items left":["Justify items left"],"Carousel view":["Carousel view"],"Next pattern":["Next pattern"],"Previous pattern":["Previous pattern"],"Choose":["Choose"],"Patterns list":["Patterns list"],"Type \/ to choose a block":["Type \/ to choose a block"],"Use left and right arrow keys to move through blocks":["Use left and right arrow keys to move through blocks"],"Customize the width for all elements that are assigned to the center or wide columns.":["Customise the width for all elements that are assigned to the centre or wide columns."],"Layout":["Layout"],"Apply duotone filter":["Apply duotone filter"],"Duotone":["Duotone"],"Margin":["Margin"],"Vertical":["Vertical"],"Horizontal":["Horizontal"],"Change items justification":["Change items justification"],"Editor canvas":["Editor canvas"],"Block vertical alignment setting\u0004Align bottom":["Align bottom"],"Block vertical alignment setting\u0004Align middle":["Align middle"],"Block vertical alignment setting\u0004Align top":["Align top"],"Transform to variation":["Transform to variation"],"More":["More"],"Drag":["Drag"],"Block patterns":["Block patterns"],"Font style":["Font style"],"Font weight":["Font weight"],"Letter case":["Letter case"],"Capitalize":["Capitalise"],"Lowercase":["Lower case"],"Uppercase":["Upper case"],"Decoration":["Decoration"],"Add an anchor":["Add an anchor"],"Captions":["Captions"],"Appearance":["Appearance"],"Create: <mark>%s<\/mark>":["Create: <mark>%s<\/mark>"],"Block pattern \"%s\" inserted.":["Block pattern \"%s\" inserted."],"Filter patterns":["Filter patterns"],"Rotate":["Rotate"],"Zoom":["Zoom"],"Could not edit image. %s":["Could not edit image. %s"],"Portrait":["Portrait"],"Landscape":["Landscape"],"Aspect Ratio":["Aspect Ratio"],"Move the selected block(s) down.":["Move the selected block(s) down."],"Move the selected block(s) up.":["Move the selected block(s) up."],"Mobile":["Mobile"],"Tablet":["Tablet"],"Desktop":["Desktop"],"Current media URL:":["Current media URL:"],"Creating":["Creating"],"An unknown error occurred during creation. Please try again.":["An unknown error occurred during creation. Please try again."],"Image size presets":["Image size presets"],"Block variations":["Block variations"],"Block navigation structure":["Block navigation structure"],"Block %1$d of %2$d, Level %3$d.":["Block %1$d of %2$d, Level %3$d."],"Moved %d block to clipboard.":["Moved %d block to clipboard.","Moved %d blocks to clipboard."],"Copied %d block to clipboard.":["Copied %d block to clipboard.","Copied %d blocks to clipboard."],"Moved \"%s\" to clipboard.":["Moved \"%s\" to clipboard."],"Copied \"%s\" to clipboard.":["Copied \"%s\" to clipboard."],"Browse all":["Browse all"],"Browse all. This will open the main inserter panel in the editor toolbar.":["Browse all. This will open the main inserter panel in the editor toolbar."],"A tip for using the block editor":["A tip for using the block editor"],"Patterns":["Patterns"],"%d block added.":["%d block added.","%d blocks added"],"Change a block's type by pressing the block icon on the toolbar.":["Change a block's type by pressing the block icon on the toolbar."],"Drag files into the editor to automatically insert media blocks.":["Drag files into the editor to automatically insert media blocks."],"Outdent a list by pressing <kbd>backspace<\/kbd> at the beginning of a line.":["Outdent a list by pressing <kbd>backspace<\/kbd> at the beginning of a line."],"Indent a list by pressing <kbd>space<\/kbd> at the beginning of a line.":["Indent a list by pressing <kbd>space<\/kbd> at the beginning of a line."],"Open Colors Selector":["Open colours selector"],"Change matrix alignment":["Change matrix alignment"],"Padding":["Padding"],"Typography":["Typography"],"Line height":["Line height"],"Block %1$s is at the beginning of the content and can\u2019t be moved left":["Block %1$s is at the beginning of the content and can\u2019t be moved left"],"Block %1$s is at the beginning of the content and can\u2019t be moved up":["Block %1$s is at the beginning of the content and can\u2019t be moved up"],"Block %1$s is at the end of the content and can\u2019t be moved left":["Block %1$s is at the end of the content and can\u2019t be moved left"],"Block %1$s is at the end of the content and can\u2019t be moved down":["Block %1$s is at the end of the content and can\u2019t be moved down"],"Move %1$s block from position %2$d right to position %3$d":["Move %1$s block from position %2$d right to position %3$d"],"Move %1$s block from position %2$d left to position %3$d":["Move %1$s block from position %2$d left to position %3$d"],"Use the same %s on all screen sizes.":["Use the same %s on all screen sizes."],"Large screens":["Large screens"],"Medium screens":["Medium screens"],"Small screens":["Small screens"],"Text labelling a interface as controlling a given layout property (eg: margin) for a given screen size.\u0004Controls the %1$s property for %2$s viewports.":["Controls the %1$s property for %2$s viewports."],"Open Media Library":["Open Media Library"],"The media file has been replaced":["The media file has been replaced"],"Search or type URL":["Search or type URL"],"Press ENTER to add this link":["Press ENTER to add this link"],"Currently selected link settings":["Currently selected link settings"],"Select a variation to start with:":["Select a variation to start with:"],"Choose variation":["Choose variation"],"Generic label for block inserter button\u0004Add block":["Add block"],"directly add the only allowed block\u0004Add %s":["Add %s"],"%s block added":["%s block added"],"Multiple selected blocks":["Multiple selected blocks"],"Midnight":["Midnight"],"Electric grass":["Electric grass"],"Pale ocean":["Pale ocean"],"Luminous dusk":["Luminous dusk"],"Blush bordeaux":["Blush bordeaux"],"Blush light purple":["Blush light purple"],"Cool to warm spectrum":["Cool to warm spectrum"],"Very light gray to cyan bluish gray":["Very light grey to cyan bluish grey"],"Luminous vivid orange to vivid red":["Luminous vivid orange to vivid red"],"Luminous vivid amber to luminous vivid orange":["Luminous vivid amber to luminous vivid orange"],"Light green cyan to vivid green cyan":["Light green cyan to vivid green cyan"],"Vivid cyan blue to vivid purple":["Vivid cyan blue to vivid purple"],"Block breadcrumb":["Block breadcrumb"],"Gradient":["Gradient"],"Grid view":["Grid view"],"List view":["List view"],"Move right":["Move right"],"Move left":["Move left"],"Border radius":["Border radius"],"Open in new tab":["Open in new tab"],"Group":["Group"],"Separate multiple classes with spaces.":["Separate multiple classes with spaces."],"Learn more about anchors":["Learn more about anchors"],"Enter a word or two\u2014without spaces\u2014to make a unique web address just for this block, called an \u201canchor\u201d. Then, you\u2019ll be able to link directly to this section of your page.":["Enter a word or two, without spaces, to make a unique web address just for this block, called an \u201canchor\u201d. Then, you\u2019ll be able to link directly to this section of your page."],"Skip":["Skip"],"This color combination may be hard for people to read.":["This colour combination may be hard for people to read."],"Add a block":["Add a block"],"While writing, you can press <kbd>\/<\/kbd> to quickly insert new blocks.":["While writing, you can press <kbd>\/<\/kbd> to quickly insert new blocks."],"Vivid purple":["Vivid purple"],"Block vertical alignment setting label\u0004Change vertical alignment":["Change vertical alignment"],"Ungrouping blocks from within a grouping block back into individual blocks within the Editor\u0004Ungroup":["Ungroup"],"verb\u0004Group":["Group"],"Change block type or style":["Change block type or style"],"block style\u0004Default":["Default"],"To edit this block, you need permission to upload media.":["To edit this block, you need permission to upload media."],"Block tools":["Block Tools"],"%s block selected.":["%s block selected.","%s blocks selected."],"Align text right":["Align text right"],"Align text center":["Align text centre"],"Align text left":["Align text left"],"Heading":["Heading"],"Heading %d":["Heading %d"],"Text alignment":["Text alignment"],"Edit URL":["Edit URL"],"Fixed background":["Fixed background"],"Button":["Button"],"This block can only be used once.":["This block can only be used once."],"Find original":["Find original"],"%d block":["%d block","%d blocks"],"Insert a new block after the selected block(s).":["Insert a new block after the selected block(s)."],"Insert a new block before the selected block(s).":["Insert a new block before the selected block(s)."],"Remove the selected block(s).":["Remove the selected block(s)."],"Duplicate the selected block(s).":["Duplicate the selected block(s)."],"Select all text when typing. Press again to select all blocks.":["Select all text when typing. Press again to select all blocks."],"Navigate to the nearest toolbar.":["Navigate to the nearest toolbar."],"Options":["Options"],"font size name\u0004Huge":["Huge"],"font size name\u0004Large":["Large"],"font size name\u0004Medium":["Medium"],"font size name\u0004Small":["Small"],"Cyan bluish gray":["Cyan bluish grey"],"Vivid cyan blue":["Vivid cyan blue"],"Pale cyan blue":["Pale cyan blue"],"Vivid green cyan":["Vivid green cyan"],"Light green cyan":["Light green cyan"],"Luminous vivid amber":["Luminous vivid amber"],"Luminous vivid orange":["Luminous vivid orange"],"Vivid red":["Vivid red"],"Pale pink":["Pale pink"],"Additional CSS class(es)":["Additional CSS class(es)"],"HTML anchor":["HTML anchor"],"Link settings":["Link settings"],"Skip to the selected block":["Skip to the selected block"],"Tag":["Tag"],"Copy link":["Copy link"],"no title":["no title"],"Paste or type URL":["Paste or type URL"],"blocks\u0004Most used":["Most used"],"Available block types":["Available block types"],"Search for a block":["Search for a block"],"%d result found.":["%d result found.","%d results found."],"Add %s":["Add %s"],"Attempt recovery":["Attempt recovery"],"This color combination may be hard for people to read. Try using a brighter background color and\/or a darker %s.":["This colour combination may be hard for people to read. Try using a brighter background colour and\/or a darker %s."],"This color combination may be hard for people to read. Try using a darker background color and\/or a brighter %s.":["This colour combination may be hard for people to read. Try using a darker background colour and\/or a brighter %s."],"Transform to":["Transform to"],"Change type of %d block":["Change type of %d block","Change type of %d blocks"],"Change block style":["Change block style"],"Duplicate":["Duplicate"],"More options":["More options"],"Edit visually":["Edit visually"],"Edit as HTML":["Edit as HTML"],"Move %1$d blocks from position %2$d right by one place":["Move %1$d blocks from position %2$d right by one place"],"Move %1$d blocks from position %2$d up by one place":["Move %1$d blocks from position %2$d up by one place"],"Blocks cannot be moved down as they are already at the bottom":["Blocks cannot be moved down as they are already at the bottom"],"Blocks cannot be moved up as they are already at the top":["Blocks cannot be moved up as they are already at the top"],"Block %1$s is at the beginning of the content and can\u2019t be moved right":["Block %1$s is at the beginning of the content and can\u2019t be moved right"],"Move %1$s block from position %2$d up to position %3$d":["Move %1$s block from position %2$d up to position %3$d"],"Block %1$s is at the end of the content and can\u2019t be moved right":["Block %1$s is at the end of the content and can\u2019t be moved right"],"Move %1$s block from position %2$d down to position %3$d":["Move %1$s block from position %2$d down to position %3$d"],"Block %s is the only block, and cannot be moved":["Block %s is the only block, and cannot be moved"],"Block: %s":["Block: %s"],"Block contains unexpected or invalid content.":["Block contains unexpected or invalid content."],"imperative verb\u0004Resolve":["Resolve"],"Convert to Blocks":["Convert to Blocks"],"Resolve Block":["Resolve Block"],"Convert to Classic Block":["Convert to Classic Block"],"This block has encountered an error and cannot be previewed.":["This block has encountered an error and cannot be previewed."],"No block selected.":["No block selected."],"After Conversion":["After Conversion"],"Convert to HTML":["Convert to HTML"],"Current":["Current"],"Change alignment":["Change alignment"],"Full width":["Full width"],"Wide width":["Wide width"],"Change text alignment":["Change text alignment"],"Category":["Category"],"Reset":["Reset"],"font size name\u0004Normal":["Normal"],"No results.":["No results."],"%d result found, use up and down arrow keys to navigate.":["%d result found, use up and down arrow keys to navigate.","%d results found, use up and down arrow keys to navigate."],"No blocks found.":["No blocks found."],"Blocks":["Blocks"],"Date":["Date"],"%s item":["%s item","%s items"],"Post":["Post"],"Additional CSS":["Additional CSS"],"Original":["Original"],"Today":["Today"],"Link selected.":["Link selected."],"Paste URL or type to search":["Paste URL or type to search"],"Hide password":["Hide password"],"Show password":["Show password"],"Hide":["Hide"],"Show":["Show"],"Minimum height":["Minimum height"],"Color":["Colour"],"List View":["List View"],"Back":["Back"],"Auto":["Auto"],"Rows":["Rows"],"Replace":["Replace"],"Align left":["Align left"],"Align center":["Align centre"],"Align right":["Align right"],"Move up":["Move up"],"Move down":["Move down"],"Insert from URL":["Insert from URL"],"Video":["Video"],"Audio":["Audio"],"Columns":["Columns"],"Large":["Large"],"Media Library":["Media Library"],"Clear":["Clear"],"Clear selection.":["Clear selection."],"Collapse":["Collapse"],"text color":["text colour"],"Mixed":["Mixed"],"Remove":["Remove"],"Front page":["Front page"],"Styles":["Styles"],"Link":["Link"],"Content width":["Content width"],"User":["User"],"Custom":["Custom"],"Sorry, you are not allowed to edit images on this site.":["Sorry, you are not allowed to edit images on this site."],"Image":["Image"],"Previous page":["Previous page"],"Next page":["Next page"],"Remove link":["Remove link"],"Insert link":["Insert link"],"Justify text":["Justify text"],"Select all":["Select all"],"Source":["Source"],"Hidden":["Hidden"],"Background":["Background"],"Align":["Align"],"Type":["Type"],"Bottom":["Bottom"],"Top":["Top"],"Dimensions":["Dimensions"],"Border":["Border"],"Copy":["Copy"],"Cut":["Cut"],"Align text":["Align text"],"Strikethrough":["Strikethrough"],"Underline":["Underline"],"Paragraph":["Paragraph"],"Column":["Column"],"Row":["Row"],"Insert":["Insert"],"Text":["Text"],"Search results for \"%s\"":["Search results for \"%s\""],"No results found.":["No results found."],"Confirm deletion":["Confirm deletion"],"Default":["Default"],"Height":["Height"],"Theme":["Theme"],"Settings":["Settings"],"Edit link":["Edit link"],"Width":["Width"],"White":["White"],"Black":["Black"],"Close":["Close"],"Search":["Search"],"Media":["Media"],"Size":["Size"],"Full Size":["Full Size"],"Medium":["Medium"],"Right":["Right"],"Left":["Left"],"Thumbnail":["Thumbnail"],"Content":["Content"],"Cancel":["Cancel"],"Plugins":["Plugins"],"Preview":["Preview"],"Submit":["Submit"],"None":["None"],"Name":["Name"],"Advanced":["Advanced"],"Save":["Save"],"Delete":["Delete"],"Attributes":["Attributes"],"Publish":["Publish"],"Apply":["Apply"],"Undo":["Undo"],"Edit":["Edit"],"URL":["URL"]}},"comment":{"reference":"wp-includes\/js\/dist\/block-editor.js"}} );
//# sourceURL=wp-block-editor-js-translations
</script>
<script id="wp-block-editor-js" src="https://epworldwide.org/wp-includes/js/dist/block-editor.min.js?ver=93c3566b7f24c15b7e17"></script>
<script id="wp-core-data-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2026-05-19 18:30:50+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Icons":["Icons"],"Font Collections":["Font Collections"],"Registered Templates":["Registered Templates"],"Custom Styles":["Custom Styles"],"Global Styles":["Global Styles"],"Widget types":["Widget types"],"Menu Item":["Menu Item"],"Comment":["Comment"],"Widget areas":["Widget areas"],"Site":["Site"],"Post Type":["Post Type"],"Taxonomy":["Taxonomy"],"Menu Location":["Menu Location","Menu Locations"],"Status":["Status"],"Menu":["Menu"],"User":["User"],"Base":["Base"],"Widgets":["Widgets"],"Themes":["Themes"],"(no title)":["(no title)"],"Media":["Media"],"Plugins":["Plugins"]}},"comment":{"reference":"wp-includes\/js\/dist\/core-data.js"}} );
//# sourceURL=wp-core-data-js-translations
</script>
<script id="wp-core-data-js" src="https://epworldwide.org/wp-includes/js/dist/core-data.min.js?ver=89931f90e4df5eb5f8a3"></script>
<script id="givewp-entities-public-js" src="https://epworldwide.org/wp-content/plugins/give/build/entitiesPublic.js?ver=b759f2adda1f29c50713"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://epworldwide.org/wp-includes/js/wp-emoji-release.min.js?ver=8b6e2bf67dca4e7a228babbf3f34077f"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://epworldwide.org/wp-includes/js/wp-emoji-loader.min.js
</script>

</body>
</html>

<!-- Page cached by LiteSpeed Cache 7.8.1 on 2026-05-21 14:32:10 -->