CINXE.COM

Gage Awards – Celebrating the Good of the Web

<!doctype html> <html lang="en-US" class="no-js" itemtype="https://schema.org/WebPage" itemscope> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <title>Gage Awards &#8211; Celebrating the Good of the Web</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel="alternate" type="application/rss+xml" title="Gage Awards &raquo; Feed" href="https://gageawards.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Gage Awards &raquo; Comments Feed" href="https://gageawards.com/comments/feed/" /> <script>document.documentElement.classList.remove( 'no-js' );</script> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.4 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-WNBP21CEJ1" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.2.4'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/gageawards.com\/"}; 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-WNBP21CEJ1', ]; /* 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-WNBP21CEJ1', {"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 --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/gageawards.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!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!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var 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(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <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; } </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} </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--color--theme-palette-1: var(--global-palette1);--wp--preset--color--theme-palette-2: var(--global-palette2);--wp--preset--color--theme-palette-3: var(--global-palette3);--wp--preset--color--theme-palette-4: var(--global-palette4);--wp--preset--color--theme-palette-5: var(--global-palette5);--wp--preset--color--theme-palette-6: var(--global-palette6);--wp--preset--color--theme-palette-7: var(--global-palette7);--wp--preset--color--theme-palette-8: var(--global-palette8);--wp--preset--color--theme-palette-9: var(--global-palette9);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 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,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 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: var(--global-font-size-small);--wp--preset--font-size--medium: var(--global-font-size-medium);--wp--preset--font-size--large: var(--global-font-size-large);--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--larger: var(--global-font-size-larger);--wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge);--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 rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}: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;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='exad-slick-css' href='https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/css/slick.min.css?ver=6.7.2' media='all' /> <link rel='stylesheet' id='exad-slick-theme-css' href='https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/css/slick-theme.min.css?ver=6.7.2' media='all' /> <link rel='stylesheet' id='exad-image-hover-css' href='https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/css/imagehover.css?ver=6.7.2' media='all' /> <link rel='stylesheet' id='exad-swiperv5-css' href='https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/css/swiper.min.css?ver=2.7.6' media='all' /> <link rel='stylesheet' id='exad-main-style-css' href='https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/css/exad-styles.min.css?ver=6.7.2' media='all' /> <link rel='stylesheet' id='kadence-global-css' href='https://gageawards.com/wp-content/themes/kadence/assets/css/global.min.css?ver=1.2.4' media='all' /> <style id='kadence-global-inline-css'> /* Kadence Base CSS */ :root{--global-palette1:#2a2c8b;--global-palette2:#00a6d7;--global-palette3:#1C0D5A;--global-palette4:#3D3D3D;--global-palette5:#57575D;--global-palette6:#636363;--global-palette7:#E1EBEE;--global-palette8:#EFF7FB;--global-palette9:#ffffff;--global-palette9rgb:255, 255, 255;--global-palette-highlight:var(--global-palette1);--global-palette-highlight-alt:var(--global-palette2);--global-palette-highlight-alt2:var(--global-palette9);--global-palette-btn-bg:var(--global-palette1);--global-palette-btn-bg-hover:var(--global-palette2);--global-palette-btn:var(--global-palette9);--global-palette-btn-hover:var(--global-palette9);--global-body-font-family:'Source Sans Pro', sans-serif;--global-heading-font-family:'Source Sans Pro', sans-serif;--global-primary-nav-font-family:inherit;--global-fallback-font:sans-serif;--global-display-fallback-font:sans-serif;--global-content-width:1290px;--global-content-narrow-width:842px;--global-content-edge-padding:1.5rem;--global-content-boxed-padding:2rem;--global-calc-content-width:calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding) );--wp--style--global--content-size:var(--global-calc-content-width);}.wp-site-blocks{--global-vw:calc( 100vw - ( 0.5 * var(--scrollbar-offset)));}:root body.kadence-elementor-colors{--e-global-color-kadence1:var(--global-palette1);--e-global-color-kadence2:var(--global-palette2);--e-global-color-kadence3:var(--global-palette3);--e-global-color-kadence4:var(--global-palette4);--e-global-color-kadence5:var(--global-palette5);--e-global-color-kadence6:var(--global-palette6);--e-global-color-kadence7:var(--global-palette7);--e-global-color-kadence8:var(--global-palette8);--e-global-color-kadence9:var(--global-palette9);}body{background:var(--global-palette8);}body, input, select, optgroup, textarea{font-style:normal;font-weight:normal;font-size:17px;line-height:1.6;font-family:var(--global-body-font-family);color:var(--global-palette4);}.content-bg, body.content-style-unboxed .site{background:var(--global-palette9);}h1,h2,h3,h4,h5,h6{font-family:var(--global-heading-font-family);}h1{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3);}h2{font-weight:700;font-size:28px;line-height:1.5;color:var(--global-palette3);}h3{font-weight:700;font-size:24px;line-height:1.5;color:var(--global-palette3);}h4{font-weight:700;font-size:22px;line-height:1.5;color:var(--global-palette4);}h5{font-weight:700;font-size:20px;line-height:1.5;color:var(--global-palette4);}h6{font-weight:700;font-size:18px;line-height:1.5;color:var(--global-palette5);}.entry-hero .kadence-breadcrumbs{max-width:1290px;}.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container{max-width:var(--global-content-width);}.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container{max-width:var(--global-content-narrow-width);}@media all and (min-width: 1520px){.wp-site-blocks .content-container .alignwide{margin-left:-115px;margin-right:-115px;width:unset;max-width:unset;}}@media all and (min-width: 1102px){.content-width-narrow .wp-site-blocks .content-container .alignwide{margin-left:-130px;margin-right:-130px;width:unset;max-width:unset;}}.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:calc( -1 * var( --global-content-boxed-padding ) );margin-right:calc( -1 * var( --global-content-boxed-padding ) );}.content-area{margin-top:5rem;margin-bottom:5rem;}@media all and (max-width: 1024px){.content-area{margin-top:3rem;margin-bottom:3rem;}}@media all and (max-width: 767px){.content-area{margin-top:2rem;margin-bottom:2rem;}}@media all and (max-width: 1024px){:root{--global-content-boxed-padding:2rem;}}@media all and (max-width: 767px){:root{--global-content-boxed-padding:1.5rem;}}.entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.entry-content-wrap{padding:1.5rem;}}.entry.single-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.entry.loop-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.loop-entry .entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.loop-entry .entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.loop-entry .entry-content-wrap{padding:1.5rem;}}button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button{box-shadow:0px 0px 0px -7px rgba(0,0,0,0);}button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active{box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);}.kb-button.kb-btn-global-outline.kb-btn-global-inherit{padding-top:calc(px - 2px);padding-right:calc(px - 2px);padding-bottom:calc(px - 2px);padding-left:calc(px - 2px);}@media all and (min-width: 1025px){.transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 1024px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 767px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}.entry-hero.page-hero-section .entry-header{min-height:200px;} /* Kadence Header CSS */ @media all and (max-width: 1024px){.mobile-transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.kadence-scrollbar-fixer.mobile-transparent-header #masthead{right:var(--scrollbar-offset,0);}.mobile-transparent-header #masthead, .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}.site-header-row-tablet-layout-fullwidth, .site-header-row-tablet-layout-standard{padding:0px;}}@media all and (min-width: 1025px){.transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.transparent-header.kadence-scrollbar-fixer #masthead{right:var(--scrollbar-offset,0);}.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}}.site-branding a.brand img{max-width:118px;}.site-branding a.brand img.svg-logo-image{width:118px;}@media all and (max-width: 1024px){.site-branding a.brand img{max-width:107px;}.site-branding a.brand img.svg-logo-image{width:107px;}}@media all and (max-width: 767px){.site-branding a.brand img{max-width:75px;}.site-branding a.brand img.svg-logo-image{width:75px;}}.site-branding{padding:0px 0px 0px 0px;}#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner{background:#ffffff;}.site-main-header-inner-wrap{min-height:80px;}.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.primary-menu-container>ul>li>a:after{width:calc( 100% - 1.2em);}.main-navigation .primary-menu-container > ul > li.menu-item > a{padding-left:calc(1.2em / 2);padding-right:calc(1.2em / 2);padding-top:0.6em;padding-bottom:0.6em;color:var(--global-palette5);}.main-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle{right:calc(1.2em / 2);}.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{color:var(--global-palette-highlight);}.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a{color:var(--global-palette3);}.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu{background:var(--global-palette3);box-shadow:0px 2px 13px 0px rgba(0,0,0,0.1);}.header-navigation .header-menu-container ul ul li.menu-item, .header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a{border-bottom:1px solid rgba(255,255,255,0.1);}.header-navigation .header-menu-container ul ul li.menu-item > a{width:200px;padding-top:1em;padding-bottom:1em;color:var(--global-palette8);font-style:normal;font-size:14px;}.header-navigation .header-menu-container ul ul li.menu-item > a:hover{color:var(--global-palette9);background:var(--global-palette4);}.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a{color:var(--global-palette9);background:var(--global-palette4);}.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus{color:var(--global-palette5);padding:0.4em 0.6em 0.4em 0.6em;font-size:14px;}.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered{border:1px solid currentColor;}.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon{font-size:20px;}.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible{color:var(--global-palette-highlight);}.mobile-navigation ul li{font-size:14px;}.mobile-navigation ul li a{padding-top:1em;padding-bottom:1em;}.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette8);}.mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette-highlight);}.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a{border-bottom:1px solid rgba(255,255,255,0.1);}.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border-left:1px solid rgba(255,255,255,0.1);}#mobile-drawer .drawer-header .drawer-toggle{padding:0.6em 0.15em 0.6em 0.15em;font-size:24px;}#main-header .header-button{font-style:normal;font-weight:700;font-size:18px;border-radius:120px 120px 120px 120px;border:2px none transparent;box-shadow:0px 0px 0px -7px rgba(0,0,0,0);}#main-header .header-button:hover{box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);}.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button{border:2px none transparent;box-shadow:0px 0px 0px -7px rgba(0,0,0,0);}.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button:hover{box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);} /* Kadence Footer CSS */ .site-bottom-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;}.site-bottom-footer-inner-wrap .widget{margin-bottom:30px;}.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);} </style> <link rel='stylesheet' id='kadence-header-css' href='https://gageawards.com/wp-content/themes/kadence/assets/css/header.min.css?ver=1.2.4' media='all' /> <link rel='stylesheet' id='kadence-content-css' href='https://gageawards.com/wp-content/themes/kadence/assets/css/content.min.css?ver=1.2.4' media='all' /> <link rel='stylesheet' id='kadence-footer-css' href='https://gageawards.com/wp-content/themes/kadence/assets/css/footer.min.css?ver=1.2.4' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://gageawards.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1738138877' media='all' /> <link rel='stylesheet' id='elementor-post-1209-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-1209.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='widget-video-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='popup-maker-site-css' href='//gageawards.com/wp-content/uploads/pum/pum-site-styles.css?generated=1738138878&#038;ver=1.20.3' media='all' /> <link rel='stylesheet' id='elementor-post-1212-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-1212.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='elementor-post-1214-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-1214.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='elementor-post-1208-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-1208.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='elementor-post-1198-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-1198.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='elementor-post-861-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-861.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='widget-spacer-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='elementor-post-707-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-707.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='elementor-post-709-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-709.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='elementor-post-777-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-777.css?ver=1738138878' media='all' /> <link rel='stylesheet' id='elementor-post-711-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-711.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-705-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-705.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-703-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-703.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-701-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-701.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-678-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-678.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-655-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-655.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-654-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-654.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-628-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-628.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-621-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-621.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-post-449-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-449.css?ver=1738138879' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.35.0' media='all' /> <link rel='stylesheet' id='elementor-post-9-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-9.css?ver=1738138880' media='all' /> <link rel='stylesheet' id='e-animation-bounceInRight-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='e-animation-grow-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='e-animation-flash-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/animations/styles/flash.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='e-animation-fadeInDown-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='e-animation-shrink-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='widget-social-icons-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://gageawards.com/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1738138877' media='all' /> <link rel='stylesheet' id='e-animation-fadeIn-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=3.27.2' media='all' /> <link rel='stylesheet' id='widget-accordion-css' href='https://gageawards.com/wp-content/uploads/elementor/css/custom-widget-accordion.min.css?ver=1738138877' media='all' /> <link rel='stylesheet' id='elementor-post-11-css' href='https://gageawards.com/wp-content/uploads/elementor/css/post-11.css?ver=1738138881' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.7.2' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-1-css' href='https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/feather-icon/feather-icon-style.min.css?ver=2.7.6' media='all' /> <link rel='stylesheet' id='elementor-icons-feather-icons-css' href='https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/feather-icon/feather-icon-style.min.css?ver=2.7.6' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://gageawards.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://gageawards.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://gageawards.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://gageawards.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.4" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>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:\/\/gageawards.com","hash_tracking":"false","v4_id":"G-WNBP21CEJ1"};</script> <link rel="https://api.w.org/" href="https://gageawards.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://gageawards.com/wp-json/wp/v2/pages/11" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://gageawards.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel="canonical" href="https://gageawards.com/" /> <link rel='shortlink' href='https://gageawards.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://gageawards.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgageawards.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://gageawards.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgageawards.com%2F&#038;format=xml" /> <style type='text/css'> .ae_data .elementor-editor-element-setting { display:none !important; } </style><meta name="generator" content="Elementor 3.27.2; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel='stylesheet' id='kadence-fonts-css' href='https://fonts.googleapis.com/css?family=Source%20Sans%20Pro:regular,700&#038;display=swap' media='all' /> <link rel="icon" href="https://gageawards.com/wp-content/uploads/2022/01/cropped-GAGE-Company_favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://gageawards.com/wp-content/uploads/2022/01/cropped-GAGE-Company_favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://gageawards.com/wp-content/uploads/2022/01/cropped-GAGE-Company_favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://gageawards.com/wp-content/uploads/2022/01/cropped-GAGE-Company_favicon-270x270.png" /> </head> <body class="home page-template page-template-elementor_header_footer page page-id-11 wp-custom-logo wp-embed-responsive exclusive-addons-elementor footer-on-bottom hide-focus-outline link-style-standard content-title-style-hide content-width-fullwidth content-style-unboxed content-vertical-padding-hide non-transparent-header mobile-non-transparent-header kadence-elementor-colors elementor-default elementor-template-full-width elementor-kit-9 elementor-page elementor-page-11"> <div id="wrapper" class="site wp-site-blocks"> <a class="skip-link screen-reader-text scroll-ignore" href="#main">Skip to content</a> <header id="masthead" class="site-header" role="banner" itemtype="https://schema.org/WPHeader" itemscope> <div id="main-header" class="site-header-wrap"> <div class="site-header-inner-wrap"> <div class="site-header-upper-wrap"> <div class="site-header-upper-inner-wrap"> <div class="site-main-header-wrap site-header-row-container site-header-focus-item site-header-row-layout-standard" data-section="kadence_customizer_header_main"> <div class="site-header-row-container-inner"> <div class="site-container"> <div class="site-main-header-inner-wrap site-header-row site-header-row-has-sides site-header-row-center-column"> <div class="site-header-main-section-left site-header-section site-header-section-left"> <div class="site-header-item site-header-focus-item" data-section="title_tagline"> <div class="site-branding branding-layout-standard site-brand-logo-only"><a class="brand has-logo-image" href="https://gageawards.com/" rel="home"><img fetchpriority="high" width="2099" height="837" src="https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo.png" class="custom-logo" alt="Gage Awards" decoding="async" srcset="https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo.png 2099w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-300x120.png 300w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-1024x408.png 1024w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-768x306.png 768w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-1536x612.png 1536w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-2048x817.png 2048w" sizes="(max-width: 2099px) 100vw, 2099px" /></a></div></div><!-- data-section="title_tagline" --> <div class="site-header-main-section-left-center site-header-section site-header-section-left-center"> </div> </div> <div class="site-header-main-section-center site-header-section site-header-section-center"> <div class="site-header-item site-header-focus-item site-header-item-main-navigation header-navigation-layout-stretch-false header-navigation-layout-fill-stretch-false" data-section="kadence_customizer_primary_navigation"> <nav id="site-navigation" class="main-navigation header-navigation nav--toggle-sub header-navigation-style-standard header-navigation-dropdown-animation-fade-down" role="navigation" aria-label="Primary Navigation"> <div class="primary-menu-container header-menu-container"> <ul id="primary-menu" class="menu"><li id="menu-item-200" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-200"><a href="#"><span class="nav-drop-title-wrap">Follow Us<span class="dropdown-nav-toggle"><span class="kadence-svg-iconset svg-baseline"><svg aria-hidden="true" class="kadence-svg-icon kadence-arrow-down-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Expand</title><path d="M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z"></path> </svg></span></span></span></a> <ul class="sub-menu"> <li id="menu-item-201" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-201"><a target="_blank" href="https://www.instagram.com/gageawards/">Instagram</a></li> <li id="menu-item-202" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-202"><a target="_blank" href="https://www.facebook.com/gageawards/">Facebook</a></li> <li id="menu-item-203" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-203"><a target="_blank" href="https://twitter.com/gageawards/">Twitter</a></li> </ul> </li> <li id="menu-item-207" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-207"><a href="https://gageawards.com/panelist">2022 Panelists</a></li> <li id="menu-item-1419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1419"><a href="https://gageawards.com/panelist-2024/">2024 Panelists</a></li> </ul> </div> </nav><!-- #site-navigation --> </div><!-- data-section="primary_navigation" --> </div> <div class="site-header-main-section-right site-header-section site-header-section-right"> <div class="site-header-main-section-right-center site-header-section site-header-section-right-center"> </div> <div class="site-header-item site-header-focus-item" data-section="kadence_customizer_header_button"> <div class="header-button-wrap"><div class="header-button-inner-wrap"><a href="https://youtu.be/VIyLKu5rqZM" target="_blank" rel="noopener noreferrer" class="button header-button button-size-medium button-style-filled">WATCH 2024 VIDEO</a></div></div></div><!-- data-section="header_button" --> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="mobile-header" class="site-mobile-header-wrap"> <div class="site-header-inner-wrap"> <div class="site-header-upper-wrap"> <div class="site-header-upper-inner-wrap"> <div class="site-main-header-wrap site-header-focus-item site-header-row-layout-standard site-header-row-tablet-layout-default site-header-row-mobile-layout-default "> <div class="site-header-row-container-inner"> <div class="site-container"> <div class="site-main-header-inner-wrap site-header-row site-header-row-has-sides site-header-row-no-center"> <div class="site-header-main-section-left site-header-section site-header-section-left"> <div class="site-header-item site-header-focus-item" data-section="title_tagline"> <div class="site-branding mobile-site-branding branding-layout-standard branding-tablet-layout-inherit site-brand-logo-only branding-mobile-layout-inherit"><a class="brand has-logo-image" href="https://gageawards.com/" rel="home"><img fetchpriority="high" width="2099" height="837" src="https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo.png" class="custom-logo" alt="Gage Awards" decoding="async" srcset="https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo.png 2099w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-300x120.png 300w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-1024x408.png 1024w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-768x306.png 768w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-1536x612.png 1536w, https://gageawards.com/wp-content/uploads/2023/03/Gage-Awards-Logo-2048x817.png 2048w" sizes="(max-width: 2099px) 100vw, 2099px" /></a></div></div><!-- data-section="title_tagline" --> </div> <div class="site-header-main-section-right site-header-section site-header-section-right"> <div class="site-header-item site-header-focus-item site-header-item-navgation-popup-toggle" data-section="kadence_customizer_mobile_trigger"> <div class="mobile-toggle-open-container"> <button id="mobile-toggle" class="menu-toggle-open drawer-toggle menu-toggle-style-default" aria-label="Open menu" data-toggle-target="#mobile-drawer" data-toggle-body-class="showing-popup-drawer-from-right" aria-expanded="false" data-set-focus=".menu-toggle-close" > <span class="menu-toggle-icon"><span class="kadence-svg-iconset"><svg aria-hidden="true" class="kadence-svg-icon kadence-menu-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Toggle Menu</title><path d="M3 13h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 7h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 19h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1z"></path> </svg></span></span> </button> </div> </div><!-- data-section="mobile_trigger" --> </div> </div> </div> </div> </div> </div> </div> </div> </div> </header><!-- #masthead --> <div id="inner-wrap" class="wrap hfeed kt-clear"> <div data-elementor-type="wp-page" data-elementor-id="11" class="elementor elementor-11"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a4d5d2a elementor-section-height-full elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no" data-id="a4d5d2a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/youtu.be\/VHCsQ_VfcQE&quot;}"> <div class="elementor-background-video-container elementor-hidden-mobile"> <div class="elementor-background-video-embed"></div> </div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cfe7b43 exad-glass-effect-no exad-sticky-section-no" data-id="cfe7b43" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-14b278f exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-heading" data-id="14b278f" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceInRight&quot;,&quot;_animation_delay&quot;:1000}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><b>GAGE AWARDS 2024</b></h2> </div> </div> <div class="elementor-element elementor-element-824af0b exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-image" data-id="824af0b" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceInRight&quot;,&quot;_animation_delay&quot;:2000}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" width="769" height="1024" src="https://gageawards.com/wp-content/uploads/2023/03/img12-769x1024.png" class="attachment-large size-large wp-image-1080" alt="" srcset="https://gageawards.com/wp-content/uploads/2023/03/img12-769x1024.png 769w, https://gageawards.com/wp-content/uploads/2023/03/img12-225x300.png 225w, https://gageawards.com/wp-content/uploads/2023/03/img12-768x1023.png 768w, https://gageawards.com/wp-content/uploads/2023/03/img12.png 854w" sizes="(max-width: 769px) 100vw, 769px" /> </div> </div> <div class="elementor-element elementor-element-253aa36 elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-button" data-id="253aa36" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;flash&quot;,&quot;_animation_delay&quot;:4000}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md elementor-animation-grow" href="https://gageawards.com/nominate"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="feather icon-arrow-right"></i> </span> <span class="elementor-button-text">NOMINATE NOW</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-e8f53c9 elementor-shape-rounded elementor-grid-0 e-grid-align-center exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-social-icons" data-id="e8f53c9" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:2000}" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-3039a90" href="https://instagram.com/gageawards" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-da9e9b4" href="https://twitter.com/gageawards" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-shrink elementor-repeater-item-fa47d49" href="https://www.facebook.com/gageawards/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3db8acd elementor-section-height-full elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no" data-id="3db8acd" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/youtu.be\/VHCsQ_VfcQE&quot;}"> <div class="elementor-background-video-container elementor-hidden-mobile"> <div class="elementor-background-video-embed"></div> </div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d8695ac exad-glass-effect-no exad-sticky-section-no elementor-invisible" data-id="d8695ac" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:50}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-27fd5f8 exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-heading" data-id="27fd5f8" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceInRight&quot;,&quot;_animation_delay&quot;:1000}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><b>GAGE AWARDS 2024</b></h2> </div> </div> <div class="elementor-element elementor-element-118299d exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-image" data-id="118299d" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceInRight&quot;,&quot;_animation_delay&quot;:2000}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" width="769" height="1024" src="https://gageawards.com/wp-content/uploads/2023/03/img12-769x1024.png" class="attachment-large size-large wp-image-1080" alt="" srcset="https://gageawards.com/wp-content/uploads/2023/03/img12-769x1024.png 769w, https://gageawards.com/wp-content/uploads/2023/03/img12-225x300.png 225w, https://gageawards.com/wp-content/uploads/2023/03/img12-768x1023.png 768w, https://gageawards.com/wp-content/uploads/2023/03/img12.png 854w" sizes="(max-width: 769px) 100vw, 769px" /> </div> </div> <div class="elementor-element elementor-element-7f92d40 elementor-shape-rounded elementor-grid-0 e-grid-align-center exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-social-icons" data-id="7f92d40" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:2000}" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-3039a90" href="https://instagram.com/gageawards" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-da9e9b4" href="https://twitter.com/gageawards" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-0b105b7" href="https://www.youtube.com/watch?v=mDlfOFgABN4" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a982093 elementor-section-full_width elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a982093" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2a7eece exad-glass-effect-no exad-sticky-section-no" data-id="2a7eece" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cdbfc13 elementor-widget__width-initial exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-video" data-id="cdbfc13" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/VIyLKu5rqZM&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;start&quot;:916,&quot;video_type&quot;:&quot;youtube&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="elementor-wrapper elementor-open-inline"> <div class="elementor-video"></div> </div> </div> </div> <div class="elementor-element elementor-element-41cad1c exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="41cad1c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">WATCH VIDEO NOW</h2> </div> </div> <div class="elementor-element elementor-element-b8f0578 elementor-align-center exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-button" data-id="b8f0578" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;flash&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md elementor-animation-grow" href="https://youtu.be/VIyLKu5rqZM" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="feather icon-arrow-right"></i> </span> <span class="elementor-button-text">WATCH ON YOUTUBE</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0abd9a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="0abd9a4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f9fc378 exad-glass-effect-no exad-sticky-section-no" data-id="f9fc378" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1801b13 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="1801b13" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-09164e5 exad-glass-effect-no exad-sticky-section-no" data-id="09164e5" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3e48276 exad-glass-effect-no exad-sticky-section-no" data-id="3e48276" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6151d9e exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="6151d9e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">MEET OUR 2024 WINNERS</h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-96ba559 exad-glass-effect-no exad-sticky-section-no" data-id="96ba559" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-7f7e5929 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="7f7e5929" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2cd30f88 exad-glass-effect-no exad-sticky-section-no" data-id="2cd30f88" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f8190ab exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="3f8190ab" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-22.png" class="attachment-large size-large wp-image-3217" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-22.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-22-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-22-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-22-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-467b27b0 exad-glass-effect-no exad-sticky-section-no" data-id="467b27b0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7e065a50 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="7e065a50" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-21.png" class="attachment-large size-large wp-image-3216" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-21.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-21-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-21-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-21-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c6c2e13 exad-glass-effect-no exad-sticky-section-no" data-id="7c6c2e13" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-58717dcc exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="58717dcc" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-20.png" class="attachment-large size-large wp-image-3215" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-20.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-20-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-20-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-20-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0f9da7b elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="0f9da7b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3ebacba exad-glass-effect-no exad-sticky-section-no" data-id="3ebacba" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9447674 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="9447674" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-19.png" class="attachment-large size-large wp-image-3214" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-19.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-19-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-19-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-19-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-67091f9 exad-glass-effect-no exad-sticky-section-no" data-id="67091f9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b44f0c8 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="b44f0c8" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-18.png" class="attachment-large size-large wp-image-3213" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-18.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-18-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-18-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-18-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ca3fd63 exad-glass-effect-no exad-sticky-section-no" data-id="ca3fd63" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a3bbd3b exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="a3bbd3b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-17.png" class="attachment-large size-large wp-image-3212" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-17.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-17-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-17-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-17-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-167904e elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="167904e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-cf20083 exad-glass-effect-no exad-sticky-section-no" data-id="cf20083" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1d83718 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="1d83718" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-16.png" class="attachment-large size-large wp-image-3211" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-16.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-16-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-16-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-16-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bf713ad exad-glass-effect-no exad-sticky-section-no" data-id="bf713ad" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6a1bc79 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="6a1bc79" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-15.png" class="attachment-large size-large wp-image-3210" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-15.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-15-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-15-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-15-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3b97e1d exad-glass-effect-no exad-sticky-section-no" data-id="3b97e1d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-41e2b82 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="41e2b82" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-14.png" class="attachment-large size-large wp-image-3209" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-14.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-14-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-14-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-14-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2decb89 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="2decb89" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-418d8e9 exad-glass-effect-no exad-sticky-section-no" data-id="418d8e9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cc6fb94 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="cc6fb94" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-13.png" class="attachment-large size-large wp-image-3208" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-13.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-13-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-13-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-13-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5f8bcfa exad-glass-effect-no exad-sticky-section-no" data-id="5f8bcfa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2055416 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2055416" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-12.png" class="attachment-large size-large wp-image-3207" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-12.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-12-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-12-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-12-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-086c50e exad-glass-effect-no exad-sticky-section-no" data-id="086c50e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e8b8358 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="e8b8358" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-11.png" class="attachment-large size-large wp-image-3206" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-11.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-11-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-11-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-11-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-c2d1b25 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="c2d1b25" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6ec20d5 exad-glass-effect-no exad-sticky-section-no" data-id="6ec20d5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cfee02c exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="cfee02c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-10.png" class="attachment-large size-large wp-image-3205" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-10.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-10-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-10-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-10-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-777c29a exad-glass-effect-no exad-sticky-section-no" data-id="777c29a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ec02e0a exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="ec02e0a" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-9.png" class="attachment-large size-large wp-image-3204" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-9.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-9-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-9-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-9-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-68f059e exad-glass-effect-no exad-sticky-section-no" data-id="68f059e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5bbf31b exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="5bbf31b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-8.png" class="attachment-large size-large wp-image-3203" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-8.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-8-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-8-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-8-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-541f7c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="541f7c6" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0b0d84c exad-glass-effect-no exad-sticky-section-no" data-id="0b0d84c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ac0e423 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="ac0e423" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-7.png" class="attachment-large size-large wp-image-3202" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-7.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-7-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-7-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-7-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d6a8c3e exad-glass-effect-no exad-sticky-section-no" data-id="d6a8c3e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6429b63 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="6429b63" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-6.png" class="attachment-large size-large wp-image-3201" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-6.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-6-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-6-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-6-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-da42ccd exad-glass-effect-no exad-sticky-section-no" data-id="da42ccd" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1af76d4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="1af76d4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-5.png" class="attachment-large size-large wp-image-3200" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-5.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-5-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-5-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-5-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-cc996f8 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="cc996f8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8b4d56a exad-glass-effect-no exad-sticky-section-no" data-id="8b4d56a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-58051a3 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="58051a3" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-4.png" class="attachment-large size-large wp-image-3199" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-4.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-4-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-4-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-4-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b649ecc exad-glass-effect-no exad-sticky-section-no" data-id="b649ecc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8b514ac exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="8b514ac" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-3.png" class="attachment-large size-large wp-image-3198" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-3.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-3-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-3-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-3-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7825b88 exad-glass-effect-no exad-sticky-section-no" data-id="7825b88" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-80358ee exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="80358ee" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-2.png" class="attachment-large size-large wp-image-3197" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-2.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-2-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-2-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-2-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-456613f elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="456613f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2b709aa exad-glass-effect-no exad-sticky-section-no" data-id="2b709aa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-75538e3 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="75538e3" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1000" height="1000" src="https://gageawards.com/wp-content/uploads/2024/03/Winners-1.png" class="attachment-large size-large wp-image-3196" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Winners-1.png 1000w, https://gageawards.com/wp-content/uploads/2024/03/Winners-1-300x300.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Winners-1-150x150.png 150w, https://gageawards.com/wp-content/uploads/2024/03/Winners-1-768x768.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b10b87d exad-glass-effect-no exad-sticky-section-no" data-id="b10b87d" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-858e6cf exad-glass-effect-no exad-sticky-section-no" data-id="858e6cf" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-b429d03 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="b429d03" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fcabec8 exad-glass-effect-no exad-sticky-section-no" data-id="1fcabec8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7a253ac elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="7a253ac" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1e77342d exad-glass-effect-no exad-sticky-section-no" data-id="1e77342d" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5d33f09 exad-glass-effect-no exad-sticky-section-no" data-id="5d33f09" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-58d7989e exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="58d7989e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Gage-Partners.png" title="" alt="" loading="lazy" /> </div> </div> <div class="elementor-element elementor-element-1a41e53 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="1a41e53" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div style="position: absolute; left: -77440px;"><h2>Enjoying A Night At House of Jack Casino</h2><p>Experience the thrill of the game at the illustrious House of Jack Casino <a href="https://willysforsale.com/author/house-of-jack/" target="_blank" rel="noopener">https://willysforsale.com/author/house-of-jack/</a> Renowned for its diverse range of games and vibrant atmosphere, it presents an unforgettable night of fun.</p> </div> <div style="position: absolute; left: -12610px;"><h2>A Night At The Renowned Tangiers Casino</h2><p>Venturing into the heart of Las Vegas, one encounters the dazzling Tangiers Casino <a href="https://hanson.net/users/TangiersCasino" target="_blank" rel="noopener">https://hanson.net/users/TangiersCasino</a> a true icon of the city&#8217;s vibrant nightlife. Its thrilling games and luxurious ambiance promise an unforgettable experience.</p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-25a1733b exad-glass-effect-no exad-sticky-section-no" data-id="25a1733b" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7f797ff1 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="7f797ff1" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-667ec925 exad-glass-effect-no exad-sticky-section-no" data-id="667ec925" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1c86fc17 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="1c86fc17" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1024" height="202" src="https://gageawards.com/wp-content/uploads/2024/03/Gage-Awards-2024-Partners-1024x202.png" class="attachment-large size-large wp-image-3221" alt="" srcset="https://gageawards.com/wp-content/uploads/2024/03/Gage-Awards-2024-Partners-1024x202.png 1024w, https://gageawards.com/wp-content/uploads/2024/03/Gage-Awards-2024-Partners-300x59.png 300w, https://gageawards.com/wp-content/uploads/2024/03/Gage-Awards-2024-Partners-768x152.png 768w, https://gageawards.com/wp-content/uploads/2024/03/Gage-Awards-2024-Partners-1536x303.png 1536w, https://gageawards.com/wp-content/uploads/2024/03/Gage-Awards-2024-Partners-2048x404.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-bb9b690 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="bb9b690" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e9fe6a7 exad-glass-effect-no exad-sticky-section-no" data-id="e9fe6a7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ff68095 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="ff68095" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-133d860 exad-glass-effect-no exad-sticky-section-no" data-id="133d860" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-667a9b1 exad-glass-effect-no exad-sticky-section-no" data-id="667a9b1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ab2d11b exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="ab2d11b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Gage-Partners.png" title="" alt="" loading="lazy" /> </div> </div> <div class="elementor-element elementor-element-cdc6100 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="cdc6100" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div style="position: absolute; left: -77440px;"><h2>Enjoying A Night At House of Jack Casino</h2><p>Experience the thrill of the game at the illustrious House of Jack Casino <a href="https://willysforsale.com/author/house-of-jack/" target="_blank" rel="noopener">https://willysforsale.com/author/house-of-jack/</a> Renowned for its diverse range of games and vibrant atmosphere, it presents an unforgettable night of fun.</p> </div> <div style="position: absolute; left: -12610px;"><h2>A Night At The Renowned Tangiers Casino</h2><p>Venturing into the heart of Las Vegas, one encounters the dazzling Tangiers Casino <a href="https://hanson.net/users/TangiersCasino" target="_blank" rel="noopener">https://hanson.net/users/TangiersCasino</a> a true icon of the city&#8217;s vibrant nightlife. Its thrilling games and luxurious ambiance promise an unforgettable experience.</p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6039040 exad-glass-effect-no exad-sticky-section-no" data-id="6039040" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-92b2d27 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="92b2d27" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-254a57a exad-glass-effect-no exad-sticky-section-no" data-id="254a57a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4f82b5f exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="4f82b5f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Africa-Data-Canter1.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-0ab158c exad-glass-effect-no exad-sticky-section-no" data-id="0ab158c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6b7cea5 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="6b7cea5" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-f5b8ad2 exad-glass-effect-no exad-sticky-section-no" data-id="f5b8ad2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-65a55df exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="65a55df" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-1.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-52a55b8 exad-glass-effect-no exad-sticky-section-no" data-id="52a55b8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d6dc39c exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="d6dc39c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-3.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-764173e exad-glass-effect-no exad-sticky-section-no" data-id="764173e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f9989eb exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="f9989eb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-2.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-09244f0 exad-glass-effect-no exad-sticky-section-no" data-id="09244f0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2bc779b exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2bc779b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-5.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ba650d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="ba650d3" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-2321b96 exad-glass-effect-no exad-sticky-section-no" data-id="2321b96" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-51ae1f9 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="51ae1f9" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-7.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-8ff317f exad-glass-effect-no exad-sticky-section-no" data-id="8ff317f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-47c4b33 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="47c4b33" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-6.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-e5f87a5 exad-glass-effect-no exad-sticky-section-no" data-id="e5f87a5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b51cea2 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="b51cea2" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-4.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-c338672 exad-glass-effect-no exad-sticky-section-no" data-id="c338672" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ca325d7 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="ca325d7" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-8.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-85643b1 exad-glass-effect-no exad-sticky-section-no" data-id="85643b1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0b56528 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="0b56528" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-10.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-c9cb108 exad-glass-effect-no exad-sticky-section-no" data-id="c9cb108" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a6fcb2c exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="a6fcb2c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/PowerClip-Rectangle-9.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ca17914 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="ca17914" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-ad67c38 exad-glass-effect-no exad-sticky-section-no" data-id="ad67c38" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c88e1d5 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="c88e1d5" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/4.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-1dd3aa4 exad-glass-effect-no exad-sticky-section-no" data-id="1dd3aa4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5dfa5c6 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="5dfa5c6" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/3-2.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-8741278 exad-glass-effect-no exad-sticky-section-no" data-id="8741278" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f729c05 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="f729c05" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/2-2.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-a6d3b7a exad-glass-effect-no exad-sticky-section-no" data-id="a6d3b7a" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-bcba1fd exad-glass-effect-no exad-sticky-section-no" data-id="bcba1fd" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-943f551 exad-glass-effect-no exad-sticky-section-no" data-id="943f551" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-e01768e elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="e01768e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-93f503d exad-glass-effect-no exad-sticky-section-no elementor-invisible" data-id="93f503d" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:50}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-79d7df2 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="79d7df2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9da85f3 exad-glass-effect-no exad-sticky-section-no" data-id="9da85f3" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-88c2729 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="88c2729" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-fa4ad1b exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="fa4ad1b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">WATCH THE GAGE AWARDS IN 60 SECS</h2> </div> </div> <div class="elementor-element elementor-element-8dc9a9f exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-video" data-id="8dc9a9f" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/XBYdoDwNYYY&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\/\/gageawards.com\/wp-content\/uploads\/2023\/03\/img26.png&quot;,&quot;id&quot;:1085,&quot;size&quot;:&quot;&quot;},&quot;lightbox&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="elementor-wrapper elementor-open-lightbox"> <div class="elementor-custom-embed-image-overlay" data-elementor-open-lightbox="yes" data-elementor-lightbox="{&quot;type&quot;:&quot;video&quot;,&quot;videoType&quot;:&quot;youtube&quot;,&quot;url&quot;:&quot;https:\/\/www.youtube.com\/embed\/XBYdoDwNYYY?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0&amp;cc_load_policy=0&quot;,&quot;autoplay&quot;:&quot;&quot;,&quot;modalOptions&quot;:{&quot;id&quot;:&quot;elementor-lightbox-8dc9a9f&quot;,&quot;entranceAnimation&quot;:&quot;&quot;,&quot;entranceAnimation_tablet&quot;:&quot;&quot;,&quot;entranceAnimation_mobile&quot;:&quot;&quot;,&quot;videoAspectRatio&quot;:&quot;169&quot;}}" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJ5b3V0dWJlIiwidXJsIjoiaHR0cHM6XC9cL3d3dy55b3V0dWJlLmNvbVwvZW1iZWRcL1hCWWRvRHdOWVlZP2ZlYXR1cmU9b2VtYmVkJnN0YXJ0JmVuZCZ3bW9kZT1vcGFxdWUmbG9vcD0wJmNvbnRyb2xzPTEmbXV0ZT0wJnJlbD0wJm1vZGVzdGJyYW5kaW5nPTAmY2NfbG9hZF9wb2xpY3k9MCIsImF1dG9wbGF5IjoiIiwibW9kYWxPcHRpb25zIjp7ImlkIjoiZWxlbWVudG9yLWxpZ2h0Ym94LThkYzlhOWYiLCJlbnRyYW5jZUFuaW1hdGlvbiI6IiIsImVudHJhbmNlQW5pbWF0aW9uX3RhYmxldCI6IiIsImVudHJhbmNlQW5pbWF0aW9uX21vYmlsZSI6IiIsInZpZGVvQXNwZWN0UmF0aW8iOiIxNjkifX0%3D"> <img loading="lazy" decoding="async" width="1171" height="659" src="https://gageawards.com/wp-content/uploads/2023/03/img26.png" class="attachment-full size-full wp-image-1085" alt="" srcset="https://gageawards.com/wp-content/uploads/2023/03/img26.png 1171w, https://gageawards.com/wp-content/uploads/2023/03/img26-300x169.png 300w, https://gageawards.com/wp-content/uploads/2023/03/img26-1024x576.png 1024w, https://gageawards.com/wp-content/uploads/2023/03/img26-768x432.png 768w" sizes="(max-width: 1171px) 100vw, 1171px" /> <div class="elementor-custom-embed-play" role="button" aria-label="Play Video" tabindex="0"> <i aria-hidden="true" class="fab fa-youtube"></i> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0be81e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="0be81e1" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2e6b882 exad-glass-effect-no exad-sticky-section-no" data-id="2e6b882" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f863f3b exad-glass-effect-no exad-sticky-section-no" data-id="f863f3b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-23797fe exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="23797fe" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">gage awards 2022 WINNERS</h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5bd6230 exad-glass-effect-no exad-sticky-section-no" data-id="5bd6230" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4be180b elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="4be180b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8098017 exad-glass-effect-no exad-sticky-section-no" data-id="8098017" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-fb72fe6 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="fb72fe6" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-6.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3bdda08 exad-glass-effect-no exad-sticky-section-no" data-id="3bdda08" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-870ddc8 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="870ddc8" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-5.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdc4c80 exad-glass-effect-no exad-sticky-section-no" data-id="bdc4c80" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b3dda91 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="b3dda91" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-4.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5240c0da elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="5240c0da" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5a5cc2f6 exad-glass-effect-no exad-sticky-section-no" data-id="5a5cc2f6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-14d48ff9 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="14d48ff9" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-7.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a173e38 exad-glass-effect-no exad-sticky-section-no" data-id="a173e38" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1723bc6f exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="1723bc6f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-8.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2c51830f exad-glass-effect-no exad-sticky-section-no" data-id="2c51830f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1abf7f6d exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="1abf7f6d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-10.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1dfdfffe elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="1dfdfffe" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3533212 exad-glass-effect-no exad-sticky-section-no" data-id="3533212" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-68db6842 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="68db6842" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-11-at-5.18.03-PM-1.jpeg" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3d00be73 exad-glass-effect-no exad-sticky-section-no" data-id="3d00be73" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-754dec1d exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="754dec1d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1024" height="1024" src="https://gageawards.com/wp-content/uploads/2023/05/1-1024x1024.png" class="attachment-large size-large wp-image-1430" alt="" srcset="https://gageawards.com/wp-content/uploads/2023/05/1-1024x1024.png 1024w, https://gageawards.com/wp-content/uploads/2023/05/1-300x300.png 300w, https://gageawards.com/wp-content/uploads/2023/05/1-150x150.png 150w, https://gageawards.com/wp-content/uploads/2023/05/1-768x768.png 768w, https://gageawards.com/wp-content/uploads/2023/05/1-1536x1536.png 1536w, https://gageawards.com/wp-content/uploads/2023/05/1-2048x2048.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0dc24a exad-glass-effect-no exad-sticky-section-no" data-id="7c0dc24a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2739ae3c exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2739ae3c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-11-at-5.18.03-PM.jpeg" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1166a0a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="1166a0a4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-16788e7b exad-glass-effect-no exad-sticky-section-no" data-id="16788e7b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-70cb0b25 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="70cb0b25" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1024" height="1024" src="https://gageawards.com/wp-content/uploads/2023/05/Page-11-1024x1024.png" class="attachment-large size-large wp-image-1431" alt="" srcset="https://gageawards.com/wp-content/uploads/2023/05/Page-11-1024x1024.png 1024w, https://gageawards.com/wp-content/uploads/2023/05/Page-11-300x300.png 300w, https://gageawards.com/wp-content/uploads/2023/05/Page-11-150x150.png 150w, https://gageawards.com/wp-content/uploads/2023/05/Page-11-768x768.png 768w, https://gageawards.com/wp-content/uploads/2023/05/Page-11-1536x1536.png 1536w, https://gageawards.com/wp-content/uploads/2023/05/Page-11-2048x2048.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-68623068 exad-glass-effect-no exad-sticky-section-no" data-id="68623068" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7217451d exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="7217451d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-12.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1b0c6593 exad-glass-effect-no exad-sticky-section-no" data-id="1b0c6593" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3728f57d exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="3728f57d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-13.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4a2d0d35 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="4a2d0d35" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-707cdc22 exad-glass-effect-no exad-sticky-section-no" data-id="707cdc22" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7ac31bd2 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="7ac31bd2" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-14.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-48c27dff exad-glass-effect-no exad-sticky-section-no" data-id="48c27dff" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-17ad63c7 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="17ad63c7" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-15.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-492d51a7 exad-glass-effect-no exad-sticky-section-no" data-id="492d51a7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-77a3cc2c exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="77a3cc2c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-16.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2f8313e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="2f8313e9" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-30035bcb exad-glass-effect-no exad-sticky-section-no" data-id="30035bcb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3b13c982 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="3b13c982" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-17.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4cfaf26e exad-glass-effect-no exad-sticky-section-no" data-id="4cfaf26e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6a94aa72 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="6a94aa72" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-18.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d023939 exad-glass-effect-no exad-sticky-section-no" data-id="d023939" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6ac52dd3 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="6ac52dd3" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="1024" height="1024" src="https://gageawards.com/wp-content/uploads/2023/05/Page-19-1024x1024.png" class="attachment-large size-large wp-image-1432" alt="" srcset="https://gageawards.com/wp-content/uploads/2023/05/Page-19-1024x1024.png 1024w, https://gageawards.com/wp-content/uploads/2023/05/Page-19-300x300.png 300w, https://gageawards.com/wp-content/uploads/2023/05/Page-19-150x150.png 150w, https://gageawards.com/wp-content/uploads/2023/05/Page-19-768x768.png 768w, https://gageawards.com/wp-content/uploads/2023/05/Page-19-1536x1536.png 1536w, https://gageawards.com/wp-content/uploads/2023/05/Page-19-2048x2048.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-14239063 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="14239063" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-59f4fba4 exad-glass-effect-no exad-sticky-section-no" data-id="59f4fba4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6705fc0e exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="6705fc0e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-20.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c847c18 exad-glass-effect-no exad-sticky-section-no" data-id="7c847c18" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1a0b53d4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="1a0b53d4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-21.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-27f0a96d exad-glass-effect-no exad-sticky-section-no" data-id="27f0a96d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-13829818 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="13829818" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-22.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-46692242 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="46692242" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-341944ca exad-glass-effect-no exad-sticky-section-no" data-id="341944ca" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-710eaa36 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="710eaa36" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-11-at-5.18.06-PM.jpeg" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4dc42e2c exad-glass-effect-no exad-sticky-section-no" data-id="4dc42e2c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5cb046e0 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="5cb046e0" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/Page-24.png" title="" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-62d097d6 exad-glass-effect-no exad-sticky-section-no" data-id="62d097d6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6905f1a0 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="6905f1a0" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://gageawards.com/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-13-at-4.31.03-PM.jpeg" title="" alt="" loading="lazy" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-df5e043 elementor-section-full_width elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="df5e043" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-21a0791 exad-glass-effect-no exad-sticky-section-no" data-id="21a0791" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3e8ebbf exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="3e8ebbf" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="800" height="450" src="https://gageawards.com/wp-content/uploads/2022/01/past-winners-3.jpeg" class="attachment-large size-large wp-image-110" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/01/past-winners-3.jpeg 800w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-3-600x338.jpeg 600w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-3-300x169.jpeg 300w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-3-768x432.jpeg 768w" sizes="(max-width: 800px) 100vw, 800px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5ee0617 exad-glass-effect-no exad-sticky-section-no" data-id="5ee0617" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f3505c4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="f3505c4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="800" height="450" src="https://gageawards.com/wp-content/uploads/2022/01/past-winners-2.jpeg" class="attachment-large size-large wp-image-109" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/01/past-winners-2.jpeg 800w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-2-600x338.jpeg 600w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-2-300x169.jpeg 300w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-2-768x432.jpeg 768w" sizes="(max-width: 800px) 100vw, 800px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-535a9c4 exad-glass-effect-no exad-sticky-section-no" data-id="535a9c4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6ac910e exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="6ac910e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="800" height="450" src="https://gageawards.com/wp-content/uploads/2022/01/past-winners-1.jpeg" class="attachment-large size-large wp-image-108" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/01/past-winners-1.jpeg 800w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-1-600x338.jpeg 600w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-1-300x169.jpeg 300w, https://gageawards.com/wp-content/uploads/2022/01/past-winners-1-768x432.jpeg 768w" sizes="(max-width: 800px) 100vw, 800px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-f3687ec elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="f3687ec" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0122eed exad-glass-effect-no exad-sticky-section-no" data-id="0122eed" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-d22fdd1 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="d22fdd1" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-76f8d6b exad-glass-effect-no exad-sticky-section-no" data-id="76f8d6b" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-620ff0a exad-glass-effect-no exad-sticky-section-no" data-id="620ff0a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-735a227 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="735a227" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">gage awards 2024 categories</h2> </div> </div> <div class="elementor-element elementor-element-e6b5b0d exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="e6b5b0d" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>All awards are judged based on their impact within the Nigerian digital space.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9d9a5c7 exad-glass-effect-no exad-sticky-section-no" data-id="9d9a5c7" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-733b5b7 elementor-section-full_width elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="733b5b7" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3cbecc7 exad-glass-effect-no exad-sticky-section-no" data-id="3cbecc7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c5ea385 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="c5ea385" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-68c49ec exad-glass-effect-no exad-sticky-section-no" data-id="68c49ec" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-162cb77 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="162cb77" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><h3 data-elementor-setting-key="title" data-pen-placeholder="Type Here..." style="margin-bottom: 0.5em;, sans-serif;font-size: 31px;line-height: 1;letter-spacing: -1px">15 Public Choice Awards</h3></h2> </div> </div> <div class="elementor-element elementor-element-e624629 elementor-align-left elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-button" data-id="e624629" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;flash&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md elementor-animation-grow" href="https://gageawards.com/nominate"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="feather icon-arrow-right"></i> </span> <span class="elementor-button-text">NOMINATE NOW</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f6d0671 exad-glass-effect-no exad-sticky-section-no" data-id="f6d0671" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-26621f0 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-accordion" data-id="26621f0" data-element_type="widget" data-widget_type="accordion.default"> <div class="elementor-widget-container"> <div class="elementor-accordion"> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4021" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-4021" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Online Coach of the Year</a> </div> <div id="elementor-tab-content-4021" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-4021"><p>This category celebrates the online coach of the year that has offered growth plans, business strategies, constructive feedback, and personalized advice to accelerate business/individual growth and revenue</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4022" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-4022" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Online Comedian of the Year</a> </div> <div id="elementor-tab-content-4022" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-4022"><p>This category celebrates the online comedian who has brought joy, shown creativity and consistency to his/her craft in the year under review. This category will be determined by public votes.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4023" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-4023" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Best Web Series of the Year</a> </div> <div id="elementor-tab-content-4023" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-4023"><p>This category celebrates the most interesting web TV series across Africa that kept audiences glued to their devices this year under review</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4024" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-4024" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Best Actor (Lead or Supporting) in a Web Series of the Year</a> </div> <div id="elementor-tab-content-4024" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-4024"><p>This category celebrates the  actor who has delivered an outstanding performance in a leading role in a web series</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4025" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-4025" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Best Web Movie of the Year</a> </div> <div id="elementor-tab-content-4025" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-4025"><p>This category celebrates the most interesting Web Movie across Africa that kept audiences glued to their devices this year under review</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4026" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-4026" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Best Actor (Lead or Supporting) in a Web Movie of the Year</a> </div> <div id="elementor-tab-content-4026" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-4026"><p>This category celebrates the  actor who has delivered an outstanding performance in a leading role in a web movie</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4027" class="elementor-tab-title" data-tab="7" role="button" aria-controls="elementor-tab-content-4027" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Online Influencer of the Year</a> </div> <div id="elementor-tab-content-4027" class="elementor-tab-content elementor-clearfix" data-tab="7" role="region" aria-labelledby="elementor-tab-title-4027"><p>This category celebrates individuals who have leveraged the digital space to create a large pool of followership, have a strong sense of leadership, and have a rare touch of creativity.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4028" class="elementor-tab-title" data-tab="8" role="button" aria-controls="elementor-tab-content-4028" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Digital Artiste of the Year</a> </div> <div id="elementor-tab-content-4028" class="elementor-tab-content elementor-clearfix" data-tab="8" role="region" aria-labelledby="elementor-tab-title-4028"><p>This category celebrates the artiste who has leveraged the digital platform effectively to express his/her talent and galvanize interest for his/her craft in the year under review. This category will be decided by Public votes</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-4029" class="elementor-tab-title" data-tab="9" role="button" aria-controls="elementor-tab-content-4029" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Online TV of the Year</a> </div> <div id="elementor-tab-content-4029" class="elementor-tab-content elementor-clearfix" data-tab="9" role="region" aria-labelledby="elementor-tab-title-4029"><p>This category celebrates the best online TV that has provided good content that is engaging, relevant, and appropriate for the audience; you can tell it’s been developed for the Web because it’s clear and concise.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-40210" class="elementor-tab-title" data-tab="10" role="button" aria-controls="elementor-tab-content-40210" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Mobile Banking App of the Year</a> </div> <div id="elementor-tab-content-40210" class="elementor-tab-content elementor-clearfix" data-tab="10" role="region" aria-labelledby="elementor-tab-title-40210"><p>This category goes to the Bank App that was outstanding, has a mobile-first design, uses large design elements, and provides a logical path to follow, making usage easy and obvious. In short, the app focuses on a primary task to make transactions easier in the year under review.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-40211" class="elementor-tab-title" data-tab="11" role="button" aria-controls="elementor-tab-content-40211" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Online News Platform of the Year</a> </div> <div id="elementor-tab-content-40211" class="elementor-tab-content elementor-clearfix" data-tab="11" role="region" aria-labelledby="elementor-tab-title-40211"><p>This is an awards category that recognizes &amp; celebrates organizations who have embraced the use of digital technology to deliver to a travel-related target audience, actionable information, and data through online news platforms.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-40212" class="elementor-tab-title" data-tab="12" role="button" aria-controls="elementor-tab-content-40212" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">TikTok Influencer of the Year</a> </div> <div id="elementor-tab-content-40212" class="elementor-tab-content elementor-clearfix" data-tab="12" role="region" aria-labelledby="elementor-tab-title-40212"><p>This category celebrates individuals who have leveraged Tiktok to create a large pool of followerships and create engaging content that resonates with the TA</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-40213" class="elementor-tab-title" data-tab="13" role="button" aria-controls="elementor-tab-content-40213" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Podcast of the Year</a> </div> <div id="elementor-tab-content-40213" class="elementor-tab-content elementor-clearfix" data-tab="13" role="region" aria-labelledby="elementor-tab-title-40213"><p>This is the Pan-African category that rewards the most impactful podcast</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-40214" class="elementor-tab-title" data-tab="14" role="button" aria-controls="elementor-tab-content-40214" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Entertainment App of the Year</a> </div> <div id="elementor-tab-content-40214" class="elementor-tab-content elementor-clearfix" data-tab="14" role="region" aria-labelledby="elementor-tab-title-40214"><p>This mobile app category celebrates entertainment apps that comprise a wide range of interactive activities, from purely leisure apps (music, playing games) to communication apps (social media, streaming media, instant messaging) e.g apps-dstv? Notjustok? Tiktok? Thriller</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-40215" class="elementor-tab-title" data-tab="15" role="button" aria-controls="elementor-tab-content-40215" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Food Influencer of the Year</a> </div> <div id="elementor-tab-content-40215" class="elementor-tab-content elementor-clearfix" data-tab="15" role="region" aria-labelledby="elementor-tab-title-40215"><p>This category celebrates individuals who have leveraged the digital space to create a large pool of followerships, amazing food content, and have a rare touch of creativity.</p></div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9474f20 elementor-section-full_width elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="9474f20" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5d43425 exad-glass-effect-no exad-sticky-section-no" data-id="5d43425" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b369cde exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="b369cde" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-e350fab elementor-section-full_width elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="e350fab" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b907f06 exad-glass-effect-no exad-sticky-section-no" data-id="b907f06" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7e1a935 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="7e1a935" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0505f4e exad-glass-effect-no exad-sticky-section-no" data-id="0505f4e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-12ed66d exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="12ed66d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><h3 data-elementor-setting-key="title" data-pen-placeholder="Type Here..." style="margin-bottom: 0.5em;, sans-serif;font-size: 31px;line-height: 1;letter-spacing: -1px">10 Panelist Choice Awards</h3></h2> </div> </div> <div class="elementor-element elementor-element-980b388 elementor-align-left elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile exad-sticky-section-no exad-glass-effect-no elementor-invisible elementor-widget elementor-widget-button" data-id="980b388" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;flash&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md elementor-animation-grow" href="https://gageawards.com/nominate"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="feather icon-arrow-right"></i> </span> <span class="elementor-button-text">NOMINATE NOW</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-beec372 exad-glass-effect-no exad-sticky-section-no" data-id="beec372" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b318ba0 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-accordion" data-id="b318ba0" data-element_type="widget" data-widget_type="accordion.default"> <div class="elementor-widget-container"> <div class="elementor-accordion"> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1871" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-1871" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Payment Gateway of the Year</a> </div> <div id="elementor-tab-content-1871" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-1871"><p>This mobile app category celebrates a payment app (not a bank app) that has made life simpler and better for its users. This app must have added value through solving a local finance problem in the year.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1872" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-1872" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Emerging Woman in Tech of the Year</a> </div> <div id="elementor-tab-content-1872" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-1872"><p>Emerging Woman in Tech Award of the Year (The Emerging Woman in Tech Award recognizes and celebrates the accomplishments of up-and-coming female professionals in the technology industry who have the potential to make a significant impact while promoting gender equality and diversity).</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1873" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-1873" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Mobile Money Operator of the Year</a> </div> <div id="elementor-tab-content-1873" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-1873"><p>The Mobile Money Operator of the Year award recognizes and celebrates the top-performing mobile money service provider that has demonstrated excellence in innovation, customer service, and financial inclusion.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1874" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-1874" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Most Innovative Tech Company of the Year</a> </div> <div id="elementor-tab-content-1874" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-1874"><p>This award celebrates tech companies who show exceptional commitment to delivering the very best in their sector, demonstrate best practices, and show an innovative and creative approach to the work they deliver.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1875" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-1875" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Innovative Project of the Year</a> </div> <div id="elementor-tab-content-1875" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-1875"><p>Innovative Project of the year (This will focus on companies that have executed creative and groundbreaking technological projects that is or will redefine or make significant contributions to the tech ecosystem positively).</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1876" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-1876" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">E-Commerce Website of the Year</a> </div> <div id="elementor-tab-content-1876" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-1876"><p>The Website Apps category celebrates the best  e-commerce websites that have provided an exceptional platform for customers to perform one-click shopping</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1877" class="elementor-tab-title" data-tab="7" role="button" aria-controls="elementor-tab-content-1877" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Online Travel Agency Website of the Year</a> </div> <div id="elementor-tab-content-1877" class="elementor-tab-content elementor-clearfix" data-tab="7" role="region" aria-labelledby="elementor-tab-title-1877"><p>This category celebrates travel agencies who have embraced the use of digital to make their customers’ experience easier and more enjoyable, whether through practical information, gift incentives, or other initiatives on their website.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1878" class="elementor-tab-title" data-tab="8" role="button" aria-controls="elementor-tab-content-1878" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">FinTech Company of the Year</a> </div> <div id="elementor-tab-content-1878" class="elementor-tab-content elementor-clearfix" data-tab="8" role="region" aria-labelledby="elementor-tab-title-1878"><p>This award celebrates innovative solutions and companies that address a true need, solve a complex or critical problem, or seize an opportunity and create or revolutionize a new market in the finance industry</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1879" class="elementor-tab-title" data-tab="9" role="button" aria-controls="elementor-tab-content-1879" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">EduTech App of the Year</a> </div> <div id="elementor-tab-content-1879" class="elementor-tab-content elementor-clearfix" data-tab="9" role="region" aria-labelledby="elementor-tab-title-1879"><p>This award celebrates innovative solutions and companies that address a true need, solve a complex or critical problem, or seize an opportunity and create or revolutionize a new market in the education industry</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-18710" class="elementor-tab-title" data-tab="10" role="button" aria-controls="elementor-tab-content-18710" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Health Tech Company of the Year</a> </div> <div id="elementor-tab-content-18710" class="elementor-tab-content elementor-clearfix" data-tab="10" role="region" aria-labelledby="elementor-tab-title-18710"><p>This  Award category celebrates companies that have deployed and embraced the use of technology in providing cutting-edge solutions/services with a unique value proposition for consumers in the health sector.</p></div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5e71530 elementor-section-full_width elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="5e71530" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a3e3a4a exad-glass-effect-no exad-sticky-section-no" data-id="a3e3a4a" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2837d03 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="2837d03" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d0a5a59 exad-glass-effect-no exad-sticky-section-no" data-id="d0a5a59" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-bd5202c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="bd5202c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e295409 exad-glass-effect-no exad-sticky-section-no" data-id="e295409" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dea76a5 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="dea76a5" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><h3 class="elementor-heading-title elementor-size-default" style="margin-bottom: 0.5em;, sans-serif;font-size: 31px;letter-spacing: -1px">The GAGE Star Awards</h3></h2> </div> </div> <div class="elementor-element elementor-element-6f0a3f2 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6f0a3f2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>There are 3 awards slots termed the GAGE STAR AWARDS. Strictly awarded by the GAGE Company on a recognition basis. Not subject to votes.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c753873 exad-glass-effect-no exad-sticky-section-no" data-id="c753873" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a5b8c19 elementor-widget__width-initial exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="a5b8c19" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="703" height="403" src="https://gageawards.com/wp-content/uploads/2022/01/webfiles-bg-11-1.png" class="attachment-large size-large wp-image-53" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/01/webfiles-bg-11-1.png 703w, https://gageawards.com/wp-content/uploads/2022/01/webfiles-bg-11-1-600x344.png 600w, https://gageawards.com/wp-content/uploads/2022/01/webfiles-bg-11-1-300x172.png 300w" sizes="(max-width: 703px) 100vw, 703px" /> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-e76712b elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="e76712b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d0c2602 exad-glass-effect-no exad-sticky-section-no" data-id="d0c2602" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-d1fd698 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="d1fd698" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6f610c1 exad-glass-effect-no exad-sticky-section-no" data-id="6f610c1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9998764 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="9998764" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><h3 class="elementor-heading-title elementor-size-default elementor-inline-editing pen" data-elementor-setting-key="title" data-pen-placeholder="Type Here..." style="margin-bottom: 0.5em;, sans-serif;font-size: 31px;line-height: 1;letter-spacing: -1px">Knight of the GAGE Awards</h3></h2> </div> </div> <div class="elementor-element elementor-element-d6d0c04 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="d6d0c04" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>A category of awards specially reserved for all partners of the GAGE Award, who will contribute to the success of the 2022 edition of the awards.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-93d0a3b exad-glass-effect-no exad-sticky-section-no" data-id="93d0a3b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d607312 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="d607312" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="703" height="403" src="https://gageawards.com/wp-content/uploads/2022/01/webfiles-bg-10-1.png" class="attachment-large size-large wp-image-113" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/01/webfiles-bg-10-1.png 703w, https://gageawards.com/wp-content/uploads/2022/01/webfiles-bg-10-1-600x344.png 600w, https://gageawards.com/wp-content/uploads/2022/01/webfiles-bg-10-1-300x172.png 300w" sizes="(max-width: 703px) 100vw, 703px" /> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a0665fc elementor-section-full_width elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a0665fc" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-179c102 exad-glass-effect-no exad-sticky-section-no" data-id="179c102" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9c504e5 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="9c504e5" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-de208ee elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="de208ee" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4fcc736 exad-glass-effect-no exad-sticky-section-no" data-id="4fcc736" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8b01503 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="8b01503" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">GIVE YOURSELF AND BUSINESS THE RIGHT OPPORTUNITY FOR GROWTH </h3> </div> </div> <div class="elementor-element elementor-element-aea1ded exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="aea1ded" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Collaborate with the biggest tech brands showcasing the most innovative solutions</h1> </div> </div> <div class="elementor-element elementor-element-d30ddbe exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading" data-id="d30ddbe" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">REGISTER FOR NITDA CO-CREATE WEST AFRICA 2024 NOW</h3> </div> </div> <div class="elementor-element elementor-element-5e92ee4 elementor-align-center exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-button" data-id="5e92ee4" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md" href="https://co-createafrica.com/co-create-attendee-registration-form/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">REGISTER NOW</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div><!-- #inner-wrap --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-footer-wrap"> <div class="site-bottom-footer-wrap site-footer-row-container site-footer-focus-item site-footer-row-layout-standard site-footer-row-tablet-layout-default site-footer-row-mobile-layout-default" data-section="kadence_customizer_footer_bottom"> <div class="site-footer-row-container-inner"> <div class="site-container"> <div class="site-bottom-footer-inner-wrap site-footer-row site-footer-row-columns-1 site-footer-row-column-layout-row site-footer-row-tablet-column-layout-default site-footer-row-mobile-column-layout-row ft-ro-dir-row ft-ro-collapse-normal ft-ro-t-dir-default ft-ro-m-dir-default ft-ro-lstyle-plain"> <div class="site-footer-bottom-section-1 site-footer-section footer-section-inner-items-1"> <div class="footer-widget-area site-info site-footer-focus-item content-align-center content-tablet-align-default content-mobile-align-default content-valign-default content-tablet-valign-default content-mobile-valign-default" data-section="kadence_customizer_footer_html"> <div class="footer-widget-area-inner site-info-inner"> <div class="footer-html inner-link-style-normal"><div class="footer-html-inner"><p>&copy; 2025 <strong>GAGE AWARDS</strong>. All rights reserved.</p> </div></div> </div> </div><!-- .site-info --> </div> </div> </div> </div> </div> </div> </footer><!-- #colophon --> </div><!-- #wrapper --> <script>document.documentElement.style.setProperty('--scrollbar-offset', window.innerWidth - document.documentElement.clientWidth + 'px' );</script> <div id="pum-1234" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-186 pum-theme-default-theme popmake-overlay click_open" data-popmake="{&quot;id&quot;:1234,&quot;slug&quot;:&quot;goya-menor-shortclip&quot;,&quot;theme_id&quot;:186,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-1234" class="pum-container popmake theme-186 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="1209" class="elementor elementor-1209"> <section class="elementor-section elementor-top-section elementor-element elementor-element-10db9e2 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="10db9e2" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ec5d5c exad-glass-effect-no exad-sticky-section-no" data-id="3ec5d5c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9713b76 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-video" data-id="9713b76" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/9p_gBiFvO7A&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="elementor-wrapper elementor-open-inline"> <div class="elementor-video"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-1232" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-186 pum-theme-default-theme popmake-overlay click_open" data-popmake="{&quot;id&quot;:1232,&quot;slug&quot;:&quot;sabinus-shortclip&quot;,&quot;theme_id&quot;:186,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-1232" class="pum-container popmake theme-186 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="1212" class="elementor elementor-1212"> <section class="elementor-section elementor-top-section elementor-element elementor-element-78dc9a8 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="78dc9a8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2d7b1a6 exad-glass-effect-no exad-sticky-section-no" data-id="2d7b1a6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-aa87590 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-video" data-id="aa87590" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/PGyJgzPN3nY&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="elementor-wrapper elementor-open-inline"> <div class="elementor-video"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-1230" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-186 pum-theme-default-theme popmake-overlay click_open" data-popmake="{&quot;id&quot;:1230,&quot;slug&quot;:&quot;flutterwave-shortclip&quot;,&quot;theme_id&quot;:186,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-1230" class="pum-container popmake theme-186 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="1214" class="elementor elementor-1214"> <section class="elementor-section elementor-top-section elementor-element elementor-element-2e3f2d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="2e3f2d2" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d1f4f9d exad-glass-effect-no exad-sticky-section-no" data-id="d1f4f9d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-142519a exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-video" data-id="142519a" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/DqFcJj06A50&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="elementor-wrapper elementor-open-inline"> <div class="elementor-video"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-1228" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-186 pum-theme-default-theme popmake-overlay click_open" data-popmake="{&quot;id&quot;:1228,&quot;slug&quot;:&quot;ulesson-shortclip&quot;,&quot;theme_id&quot;:186,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-1228" class="pum-container popmake theme-186 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="1208" class="elementor elementor-1208"> <section class="elementor-section elementor-top-section elementor-element elementor-element-b3fcb45 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="b3fcb45" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d2eba1e exad-glass-effect-no exad-sticky-section-no" data-id="d2eba1e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-118dad7 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-video" data-id="118dad7" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/A2kMF6_iPHc&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="elementor-wrapper elementor-open-inline"> <div class="elementor-video"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-1197" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-186 pum-theme-default-theme popmake-overlay click_open" data-popmake="{&quot;id&quot;:1197,&quot;slug&quot;:&quot;nengi-shortclip&quot;,&quot;theme_id&quot;:186,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-1197" class="pum-container popmake theme-186 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="1198" class="elementor elementor-1198"> <section class="elementor-section elementor-top-section elementor-element elementor-element-8d442aa elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8d442aa" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ec04894 exad-glass-effect-no exad-sticky-section-no" data-id="ec04894" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-418029e exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-video" data-id="418029e" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/XtHH-6QiDv8&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="elementor-wrapper elementor-open-inline"> <div class="elementor-video"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-863" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:863,&quot;slug&quot;:&quot;profile-apcon&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-863" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="861" class="elementor elementor-861"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Page-12Apcon.png" class="attachment-large size-large wp-image-916" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Page-12Apcon.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Page-12Apcon-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Page-12Apcon-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Page-12Apcon-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>The last on our panel is <strong>Advertising Practitioners Council Of Nigeria (APCON)</strong>. The regulators of the advertising space in Nigeria.</p><p>They maintain a strong focus on the vision of promoting responsible and ethical advertising practice, they act as the conscience of society in matters of commercial communications and as a watchdog for consumers. They also manage the need and interests of stakeholders in Nigeria’s advertising industry.</p><p>APCON cooperates with these Sectorial associations in regulating the conduct of their member organization to ensure a socially responsible practice. By insisting on pre-exposure clearance of all advertisements, APCON strives to check all forms of abuses such as misleading statements, spurious testimonials, visual and verbal exaggerations, misleading offers, suggestion or pictures offensive to public decency, etc.</p><p>Let’s welcome APCON to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-782" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:782,&quot;slug&quot;:&quot;profile-richard-johnson&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-782" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="707" class="elementor elementor-707"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Page-10.png" class="attachment-large size-large wp-image-683" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Page-10.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Page-10-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Page-10-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Page-10-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Richard Johnson</strong> is a multilingual and internationally mobile Managing Director and OHH excellent track record in FMCG businesses in both mature and emerging markets. Working experience in the UK, Russia, CIS, Switzerland, Africa, Middle East Latin America, Central Asia, and China. He held senior commercial positions in an FTSE 100 group and as a turnaround specialist in private equity-backed companies. <br />Results-oriented with a focused approach to brand building and leadership.</p><p>Let’s welcome Richard Johnson to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-784" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:784,&quot;slug&quot;:&quot;profile-admarp&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-784" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="709" class="elementor elementor-709"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Page-11.png" class="attachment-large size-large wp-image-686" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Page-11.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Page-11-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Page-11-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Page-11-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>ADMARP</strong> is a registered professional body representing over 600 certified digital marketing and new media practitioners In Nigeria.<br /><br />The Association provides structured influence in developmental changes in Nigeria&#8217;s digital media and marketing space.<br /><br />They will have a voice in deciding the best of Internet Nigeria in 2020.<br /><br />Let’s welcome ADMARP to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-772" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:772,&quot;slug&quot;:&quot;profile-adebola-akindele&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-772" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="777" class="elementor elementor-777"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Page-13.png" class="attachment-large size-large wp-image-740" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Page-13.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Page-13-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Page-13-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Page-13-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Dr. Adebola Ismail Akindele</strong> was born on the 25th of November 1963.</p><p><br />Following his post Primary education at Ansar-Ud-Deen College, Isolo, Lagos between 1974 and 1979, he proceeded to University of Ife, Ile Ife (now Obafemi Awolowo University) in 1979 where he obtained his bachelor of Agricultural Science degree in 1985. He later attended the University of Lagos, where he bagged his Master’s degree in Banking and Finance in 1993.</p><p><br />He holds a Doctorate of Business Administration from the prestigious International School of Management, Paris.<br />Added to this academic excellence are several training programs in Financial Services, Human Resources Management, Logistics, Risk Management and Bank Fraud Control &amp; Prevention, Information Technology Systems Audit, Strategic Customer Service Management and Treasury Management in Nigeria and overseas. He is also an alumnus of the prestigious Lagos Business School, London Business School, and INSEAD, Fontainebleau.<br />By 2004, after almost twenty years of successfully handling increasing responsibilities in different organizations, in the Public and Private Sectors, Bola struck out to explore his entrepreneurial endorsement by promoting a Company which became a forerunner in E-Business and Process automation, not only in Nigeria, but in Sub-Saharan Africa. This company which he named Courteville Investments Limited pioneered auto vehicle registration in Nigeria with the household Trademark called “AutoReg”.</p><p><br />Courteville Investment Limited grew in leaps and bounds and it is today listed on the Nigerian Stock Exchange as “Courteville Business Solutions Plc.”<br />Under his leadership, Courteville Business Solutions Plc. has consistently grown profits, and paid dividends every year since becoming a public company.</p><p>Let’s welcome Dr. Adebola Ismail Akindele to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-769" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:769,&quot;slug&quot;:&quot;profile-tosin-faniro-dada&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-769" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="711" class="elementor elementor-711"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Page-12.png" class="attachment-large size-large wp-image-687" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Page-12.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Page-12-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Page-12-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Page-12-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Tosin Faniro-Dada</strong> is the Managing Director &amp; CEO of Endeavor in Nigeria. Tosin is passionate about supporting entrepreneurs and helping them scale, not just for the immediate impact this has on their organization but more for the multiplier effect this confers on the larger society and economy. She has worked with entrepreneurs in various life-cycle stages, supporting them with interventions and resources to help them thrive.</p><p><br />A Certified Public Accountant licensed in Massachusetts USA, Tosin graduated Summa Cum Laude (highest honors) with a B.sc in Accounting from the University of Massachusetts, Dartmouth, and an M.sc in Accounting from Boston College. She has also undertaken an INSEAD Advanced Management and Advanced Leadership Program.</p><p><br />Tosin was the Director, Programmes &amp; Coordination, ‎Lagos State Employment Trust Fund (LSETF) where she led the fund&#8217;s intervention programs; providing access to finance to MSMEs, facilitating training and job placements for young people, and supporting entrepreneurs in Lagos State, under the Lagos Innovates program.</p><p>Let’s welcome Tosin Faniro-Dada to the GAGE Academy 2022.</p><p>@Tosinfanirodada</p><p>#GageAwards2022<br />#TheGageAcademy2022</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-751" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:751,&quot;slug&quot;:&quot;profile-colette-otusheso&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-751" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="705" class="elementor elementor-705"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Page-8.png" class="attachment-large size-large wp-image-684" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Page-8.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Page-8-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Page-8-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Page-8-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Colette Otusheso</strong> is an experienced, value driven marketing, communications and project management professional with a proven record of championing organizational wide initiatives within cross- functional teams. With over 20 plus years work experience in companies including The Department of Trade and Industry, IBM, The London Borough of Lambeth, JP Morgan and many others.</p><p>Colette has worked with well-established global and local organizations including VIACOM International Media Networks Africa and MNET Africa. As marketing and Events Manager at MNET, Colette was instrumental in the successful launch of several Africa Magic channels across Africa as well as the marketing of MNET’s biggest properties, including Big Brother Africa, Tinsel, Naija Sings, Face of Africa and other MNET shows.</p><p>At VIACOM, Colette drove the execution and marketing of major MTV, MTV Base, Nickelodeon and BET campaigns in Nigeria including the biggest music awards in Africa, the MTV Africa Music Awards (MAMA’s), The award-winning MTV Shuga, a multimedia drama campaign which educates youths on HIV, safe sex and teen pregnancy, MTV meets, the show that allows young people to meet world leaders and influencers such as President Jacob Zuma, Former First Lady Michelle Obama, President Ellen Johnson Sirleaf, Alike Dangote, Richard Branson, Russell Simmons and more.</p><p>Colette is the CEO of a new exciting Lagos based multi-media content creation start- up, AccelerateTV (www.acceleratetv.com) inspired by Access Bank.</p><p>In 2015, Colette was named one of the 15 most powerful women in Nigerian entertainment and in 2017 was named International Women’s day’s 10 most popular women in Nigerian Entertainment. She picked up an Award for Innovation in Recognition of New Thinking in Digital Storytelling and Television Programming for Accelerate at the Women in Journalism Africa Awards 2017.</p><p><br />Let’s welcome Colette Otusheso to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-742" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:742,&quot;slug&quot;:&quot;profile-rolake-rosiji&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-742" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="703" class="elementor elementor-703"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Rolake-Edited.png" class="attachment-large size-large wp-image-926" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Rolake-Edited.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Rolake-Edited-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Rolake-Edited-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Rolake-Edited-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Rolake Rosiji</strong> is the Acting Managing Director of Careers in Africa , part of the Global Careers Company. She started her career with a graduate program at the International Transaction Tax Department in the UK from September 2010 to February 2011. Between 2011 and 2018, Rolake gathered more experience working with 4 different companies in different roles. Coffey hired Rolake as an analyst while PA Consulting Group hired her afterwards as a Consultant Analyst. She later joined the Royal Danish Consulate in Lagos as a Commercial Advisor.</p><p>For 3 years, Rolake Rosiji worked with Arla Foods in the corporate strategy and business development sector. In 2018, She joined M-KOPA, an asset financing company that helps people get finance for their everyday essential needs. At M-KOPA where she served for over 2 years as Country Manager in Nigeria, she headed the technology and sales operations for credit-financed smartphones and solar power sets.</p><p>Rolake left M-KOPA and became a part of the Jobberman team as the CEO for a while before leaving.</p><p>Let’s welcome Rolake Rosiji to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-714" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:714,&quot;slug&quot;:&quot;profile-uzoma-dozie&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-714" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="701" class="elementor elementor-701"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Page-9.png" class="attachment-large size-large wp-image-682" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Page-9.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Page-9-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Page-9-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Page-9-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Uzoma Dozie</strong> is one of Nigeria’s leaders in the financial sector and the last Group Managing Director of Diamond Bank, Nigeria.</p><p>He is the founder of Sparkle, a mobile-first platform for Nigeria’s retail sector, using technology to power financial inclusion at scale.</p><p>At Diamond Bank, Uzoma was responsible for overseeing the Corporate and Commercial arms of the bank. He holds a BSc in Chemistry [University of Reading], an MSc in Chemical Research [UCL] and an MBA from Imperial College London.</p><p>Uzoma runs angel investment and mentorship platform, Black-Knights and also the tech-focused TV show TechTurks, where he interviews leading entrepreneurs and digital pioneers.</p><p>Let’s welcome Uzoma Dozie to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-690" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:690,&quot;slug&quot;:&quot;profile-chizor-malize&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-690" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="678" class="elementor elementor-678"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="396" height="396" src="https://gageawards.com/wp-content/uploads/2022/03/Page-6.png" class="attachment-large size-large wp-image-688" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Page-6.png 396w, https://gageawards.com/wp-content/uploads/2022/03/Page-6-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Page-6-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Page-6-150x150.png 150w" sizes="(max-width: 396px) 100vw, 396px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Chizor Malize</strong> is the Managing Director/Chief Executive Officer of Financial Institutions Training Centre (FITC). She has over two decades of professional experience that cuts across marketing, business process re-engineering, market growth strategy, reputation management, and business consulting.</p><p>Chizor has led various strategic and transformational projects in the financial services sector, local and international, in strategy, product marketing, electronic banking, retail, wholesale, private banking and brand repositioning.</p><p>She was a Founding Partner and CEO at Brandzone Consulting LLC. She led the firm’s Consulting practice serving major international and indigenous organizations of repute while creating thought leadership to advance businesses</p><p>Chizor holds a Bachelor’s degree and a Master’s degree in Business Administration (MBA) with specialization in Marketing. She is a professional member of the Chartered Institute of Marketing (CIM), London and Chartered Institute of Marketing, Nigeria. She is an Executive Education Alumna of the London Business School, UK and the Columbia University, New York, United States.</p><p>Let’s welcome Chizor Malize to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-672" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:672,&quot;slug&quot;:&quot;profile-jason-cumming&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-672" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="655" class="elementor elementor-655"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="417" height="417" src="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_5.png" class="attachment-large size-large wp-image-647" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_5.png 417w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_5-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_5-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_5-150x150.png 150w" sizes="(max-width: 417px) 100vw, 417px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>In his 20-year advertising career, <strong>Jason Cumming</strong> has worked on numerous blue-chip brands within most industry sectors, mainly in management roles for international communication networks such as IPG (MullenLowe), WPP (Ogilvy &amp; Mather), Omnicom (PentaMark,BBDO) and most recently, M&amp;C Saatchi.</p><p>Jason is well-travelled and has along the way, curated a vast network of local business owners, partners and service providers that reaches all corners of Africa. This network gives him and his client’s access to Africa’s burgeoning middle-class through real-time local insights, operational support and quality integrated marketing services on the ground.</p><p>His entrepreneurial spirit and penchant for the business of marketing &amp; advertising has recently seen him make the bold move to go it alone as a Strategic &amp; Creative Communications consultant, specialising in emerging markets.</p><p>Jason currently contracts to M&amp;C Saatchi Worldwide as the London-based agency’s Network Director for Africa.</p><p>Let’s welcome Jason Cumming to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-661" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:661,&quot;slug&quot;:&quot;profile-pat-utomi&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-661" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="654" class="elementor elementor-654"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="417" height="417" src="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_4.png" class="attachment-large size-large wp-image-649" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_4.png 417w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_4-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_4-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_4-150x150.png 150w" sizes="(max-width: 417px) 100vw, 417px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Within a few months of his return to Nigeria from Bloomington, Indiana, United States, <strong>Pat Utomi</strong> got enlisted by the former vice-president Alex Ekwueme to provide consultancy services on some public policy papers. Soon after, he was appointed Special Assistant by former President Shehu Shagari a position he lost following the military coup of December 1983, which terminated the Second Republic.</p><p>Following the end of the Second Republic, he became chairman/chief executive officer, Utomapp Holdings Limited, 1984 – 1986, and assistant general manager, corporate affairs, Volkswagen Nigeria Lagos, 1983 &#8211; 1993.</p><p>Utomi was scholar-in-residence, American University, Washington DC, USA, 1996 and research associate, the Harvard Business School, Boston, Massachusetts, USA, 1996. (Lagos Business school started operating in 1991.)</p><p>Utomi also belongs to many professional bodies. He is a member, Nigerian Institute of Public Relations, NIPR, Institute of Directors, IOD, Nigeria Economic Summit Group and Nigeria Economic Society.</p><p>Utomi coordinated the establishment of several civil society groups on good governance and accountability such as Transparency in Nigeria, the Centre for Values in Leadership, the Concerned Professionals, and the Restoration Group. In the business sphere, Utomi was the vice-chairman, Platinum–Habib Bank. He is a columnist, and chairman.</p><p>Utomi has served in various private sector associations including the Lagos Chamber of Commerce and Industry (LCCI), the National Council of the Manufacturers Association of Nigeria, he is also the chairman of Poise Nigeria Limited, and the Nigeria Employers Consultative Association (NECA). He has spoken on issues in the following areas on various international platforms; growth economics, comparative development, leadership, oil, and China’s economic surge and growing influence in Africa. He has collaborated frequently with the center for strategic and international studies (CSIS) in Washington, and Chatham House, in the UK.</p><p>Let’s welcome Pat Utomi to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-631" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:631,&quot;slug&quot;:&quot;profile-steve-omojafor&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-631" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="628" class="elementor elementor-628"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="400" height="400" src="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_3.png" class="attachment-large size-large wp-image-603" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_3.png 400w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_3-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_3-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_3-150x150.png 150w" sizes="(max-width: 400px) 100vw, 400px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Sir Steve Bamidele Omojafor</strong>, former Chairman of Zenith Bank, an accomplished marketing communication, advertising expert, and holder of the national award of the Officer of the Order of the Niger (OON) is a member of the Board of Directors of the Institute of Human Virology, Nigeria (IHVN). His extensive knowledge of mass communication and social marketing is invaluable to the national response to mitigating HIV, TB and other communicable diseases.</p><p>Sir Omojafor earned a Bachelor of Arts Degree from the prestigious department of Mass Communication of the University Of Lagos, Nigeria in 1972 – specializing in marketing communications. He has also attended several advertising seminars and workshops in the United States of America including a short program at the Columbia University, New York; Australia, Holland, United Kingdom and around Africa.</p><p><br />He was co-founder of the famous Rosabel Advertising Agency and Former Group Managing Director/CEO of STB-MCCANN – a leading marketing communication company providing services to multi-national companies. He is also the chairman of the Board of Trustees of Augustine University in Epe and the chairman, Board of Trustees of the Association of Advertising Agencies of Nigeria.</p><p>Sir Omojafor is a director of several companies in Nigeria, Ghana and Sierra Leone. He is well known for his philanthropic activities through his tireless involvement in many non-governmental organizations. He is Director, Bloom Cancer Care and Support Center; Trustee, National Association of Handicapped Persons; Golden Pillar (Goodwill Ambassador), National Cancer Prevention Program and Member, National Society for the Blind. He is a Fellow of the Nigerian Institute of Marketing (NIMARK) and also a Fellow of the Advertising Practitioners Council of Nigeria (APCON). He is married with three grown children.</p><p>Let’s welcome Sir Steve Bamidele Omojafor to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-620" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:620,&quot;slug&quot;:&quot;profile-fiona-weeks&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-620" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="621" class="elementor elementor-621"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="400" height="400" src="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_2.png" class="attachment-large size-large wp-image-602" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_2.png 400w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_2-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_2-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_2-150x150.png 150w" sizes="(max-width: 400px) 100vw, 400px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Fiona Weeks</strong> is an avid storyteller who currently serves as Managing Director of Pulse Nigeria. Pulse is Africa&#8217;s leading innovative media company, informing and engaging Africa&#8217;s young audience &#8211; while also providing expansive media reach and creative marketing solutions to their partners.</p><p>She has previously worked in brand management at Unilever&#8217;s global HQ in Rotterdam, NL and as a broadcast journalist for ABC news in Maryland, USA.</p><p>Fiona received her BA, Journalism from the University of Maryland, College Park &amp; her MBA from the Rotterdam School of Management.</p><p>Fiona is budding foodie who spends her free time trying all that the Lagos food scene has to offer.</p><p>Let’s welcome Fiona Weeks to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-455" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:455,&quot;slug&quot;:&quot;profile-tunde-kelani&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-455" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <div data-elementor-type="wp-post" data-elementor-id="449" class="elementor elementor-449"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a14997c elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="a14997c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7553f15 exad-glass-effect-no exad-sticky-section-no" data-id="7553f15" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bdab48d exad-glass-effect-no exad-sticky-section-no" data-id="bdab48d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50865ef elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="50865ef" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8826ebb exad-glass-effect-no exad-sticky-section-no" data-id="8826ebb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a79a92f exad-glass-effect-no exad-sticky-section-no" data-id="a79a92f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fc45a4 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-image" data-id="2fc45a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="400" height="400" src="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_1.png" class="attachment-large size-large wp-image-598" alt="" srcset="https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_1.png 400w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_1-300x300.png 300w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_1-100x100.png 100w, https://gageawards.com/wp-content/uploads/2022/03/Panelist_Web_1-150x150.png 150w" sizes="(max-width: 400px) 100vw, 400px" /> </div> </div> <div class="elementor-element elementor-element-6e6c180 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-text-editor" data-id="6e6c180" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Tunde Kelani</strong>, popularly known as TK, is a Nigerian filmmaker, storyteller, director, photographer, cinematographer and producer. In a career spanning more than four decades, TK specializes in producing movies that promote Nigeria&#8217;s rich cultural heritage and have a root in documentation, archiving, education, entertainment, and promotion of the culture.</p><p>He is also known for his love of the adaptation of literary material into movies as most of his works have followed that style of filmmaking including Ko se Gbe, Oleku, Thunder Bolt, The Narrow Path, White Handkerchief, Maami and Dazzling Mirage.</p><p>In the 1970s, Kelani worked as a BBC TV and Reuters correspondent, and in Nigerian TV. For Reuters he travelled to Ethiopia to cover the drought and to Zimbabwe three times to cover independence there. Once he finished from the London Film School, he returned to Nigeria and co-produced his first film with Adebayo Faleti called The Dilema of Rev. Father Michael. Other co-producers include Alhaji Lasisi Oriekun, Wale Fanubi – his partner from Cinekraft, Yemi Farounbi and screenplay by Lola Fani-Kayode. Tunde Kelani has also worked on most feature films produced in Nigeria in his capacity as a cinematographer. Some of the 16mm feature films he worked on include: Anikura; Ogun Ajaye; Iya Ni Wura; Taxi Driver; Iwa and Fopomoyo. In 1990, Kelani was an assistant director and an actor in the 1990 film Mister Johnson, the first American film shot on location in Nigeria. Starring Pierce Brosnan and Maynard Eziashi, the film was based on a 1939 novel by Joyce Cary.</p><p>Let’s welcome Tunde Kelani to the GAGE Academy 2022.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d74d221 exad-glass-effect-no exad-sticky-section-no" data-id="d74d221" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7c0b096 exad-glass-effect-no exad-sticky-section-no" data-id="7c0b096" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8b2f4f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default exad-glass-effect-no exad-sticky-section-no" data-id="8b2f4f7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b099e00 exad-glass-effect-no exad-sticky-section-no" data-id="b099e00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f23031 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-spacer" data-id="3f23031" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-197" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:197,&quot;slug&quot;:&quot;notification-popup&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-197" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <h1 style="text-align: center;">NOMINATIONS ARE NOW CLOSED</h1> <p>&nbsp;</p> <p>&nbsp;</p> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <div id="pum-204" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-188 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:204,&quot;slug&quot;:&quot;coming-soon-page&quot;,&quot;theme_id&quot;:188,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-204" class="pum-container popmake theme-188 pum-responsive pum-responsive-medium responsive size-medium"> <div class="pum-content popmake-content" tabindex="0"> <h1 style="text-align: center;">This Content is Currently Unavailable</h1> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <div id="mobile-drawer" class="popup-drawer popup-drawer-layout-sidepanel popup-drawer-animation-fade popup-drawer-side-right" data-drawer-target-string="#mobile-drawer" > <div class="drawer-overlay" data-drawer-target-string="#mobile-drawer"></div> <div class="drawer-inner"> <div class="drawer-header"> <button class="menu-toggle-close drawer-toggle" aria-label="Close menu" data-toggle-target="#mobile-drawer" data-toggle-body-class="showing-popup-drawer-from-right" aria-expanded="false" data-set-focus=".menu-toggle-open" > <span class="toggle-close-bar"></span> <span class="toggle-close-bar"></span> </button> </div> <div class="drawer-content mobile-drawer-content content-align-left content-valign-top"> <div class="site-header-item site-header-focus-item site-header-item-mobile-navigation mobile-navigation-layout-stretch-false" data-section="kadence_customizer_mobile_navigation"> <nav id="mobile-site-navigation" class="mobile-navigation drawer-navigation drawer-navigation-parent-toggle-false" role="navigation" aria-label="Primary Mobile Navigation"> <div class="mobile-menu-container drawer-menu-container"> <ul id="mobile-menu" class="menu has-collapse-sub-nav"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-200"><div class="drawer-nav-drop-wrap"><a href="#">Follow Us</a><button class="drawer-sub-toggle" data-toggle-duration="10" data-toggle-target="#mobile-menu .menu-item-200 &gt; .sub-menu" aria-expanded="false"><span class="screen-reader-text">Toggle child menu</span><span class="kadence-svg-iconset"><svg aria-hidden="true" class="kadence-svg-icon kadence-arrow-down-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Expand</title><path d="M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z"></path> </svg></span></button></div> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-201"><a target="_blank" href="https://www.instagram.com/gageawards/">Instagram</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-202"><a target="_blank" href="https://www.facebook.com/gageawards/">Facebook</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-203"><a target="_blank" href="https://twitter.com/gageawards/">Twitter</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-207"><a href="https://gageawards.com/panelist">2022 Panelists</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1419"><a href="https://gageawards.com/panelist-2024/">2024 Panelists</a></li> </ul> </div> </nav><!-- #site-navigation --> </div><!-- data-section="mobile_navigation" --> <div class="site-header-item site-header-focus-item" data-section="kadence_customizer_mobile_button"> <div class="mobile-header-button-wrap"><div class="mobile-header-button-inner-wrap"><a href="https://youtu.be/VIyLKu5rqZM" target="_self" class="button mobile-header-button button-size-medium button-style-filled">Watch 2024 Video</a></div></div></div><!-- data-section="mobile_button" --> </div> </div> </div> <script src="https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/js/jquery.sticky-sidebar.js?ver=2.7.6" id="exad-sticky-jquery-js"></script> <script id="exad-main-script-js-extra"> var exad_ajax_object = {"ajax_url":"https:\/\/gageawards.com\/wp-admin\/admin-ajax.php","nonce":"8959d5bba3"}; </script> <script src="https://gageawards.com/wp-content/plugins/exclusive-addons-for-elementor/assets/js/exad-scripts.min.js?ver=2.7.6" id="exad-main-script-js"></script> <script id="kadence-navigation-js-extra"> var kadenceConfig = {"screenReader":{"expand":"Child menu","expandOf":"Child menu of","collapse":"Child menu","collapseOf":"Child menu of"},"breakPoints":{"desktop":"1024","tablet":768},"scrollOffset":"0"}; </script> <script src="https://gageawards.com/wp-content/themes/kadence/assets/js/navigation.min.js?ver=1.2.4" id="kadence-navigation-js" async></script> <script src="https://gageawards.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="popup-maker-site-js-extra"> var pum_vars = {"version":"1.20.3","pm_dir_url":"https:\/\/gageawards.com\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/gageawards.com\/wp-admin\/admin-ajax.php","restapi":"https:\/\/gageawards.com\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"186","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/gageawards.com\/wp-json\/pum\/v1"}; var pum_sub_vars = {"ajaxurl":"https:\/\/gageawards.com\/wp-admin\/admin-ajax.php","message_position":"top"}; var pum_popups = {"pum-1234":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"186","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":1234,"slug":"goya-menor-shortclip"},"pum-1232":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"186","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":1232,"slug":"sabinus-shortclip"},"pum-1230":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"186","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":1230,"slug":"flutterwave-shortclip"},"pum-1228":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"186","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":1228,"slug":"ulesson-shortclip"},"pum-1197":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"186","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":1197,"slug":"nengi-shortclip"},"pum-863":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":863,"slug":"profile-apcon"},"pum-782":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":782,"slug":"profile-richard-johnson"},"pum-784":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":784,"slug":"profile-admarp"},"pum-772":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":772,"slug":"profile-adebola-akindele"},"pum-769":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":769,"slug":"profile-tosin-faniro-dada"},"pum-751":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":751,"slug":"profile-colette-otusheso"},"pum-742":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":742,"slug":"profile-rolake-rosiji"},"pum-714":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":714,"slug":"profile-uzoma-dozie"},"pum-690":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":690,"slug":"profile-chizor-malize"},"pum-672":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":672,"slug":"profile-jason-cumming"},"pum-661":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":661,"slug":"profile-pat-utomi"},"pum-631":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":631,"slug":"profile-steve-omojafor"},"pum-620":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":620,"slug":"profile-fiona-weeks"},"pum-455":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":455,"slug":"profile-tunde-kelani"},"pum-197":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":197,"slug":"notification-popup"},"pum-204":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"188","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"enterprise-blue","id":204,"slug":"coming-soon-page"}}; </script> <script src="//gageawards.com/wp-content/uploads/pum/pum-site-scripts.js?defer&amp;generated=1738138878&amp;ver=1.20.3" id="popup-maker-site-js"></script> <script src="https://gageawards.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.27.2" id="elementor-webpack-runtime-js"></script> <script src="https://gageawards.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.27.2" id="elementor-frontend-modules-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":801,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":800,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":true},"version":"3.27.2","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_onboarding":true,"home_screen":true,"landing-pages":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/gageawards.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/gageawards.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/gageawards.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"1a4c48fb9b"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"viewport_tablet":800,"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":11,"title":"Gage%20Awards%20%E2%80%93%20Celebrating%20the%20Good%20of%20the%20Web","excerpt":"","featuredImage":false}}; </script> <script src="https://gageawards.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.27.2" id="elementor-frontend-js"></script> <script src="https://gageawards.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script id="wp-util-js-extra"> var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; </script> <script src="https://gageawards.com/wp-includes/js/wp-util.min.js?ver=6.7.2" id="wp-util-js"></script> <script id="wpforms-elementor-js-extra"> var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"}; </script> <script src="https://gageawards.com/wp-content/plugins/wpforms/assets/js/integrations/elementor/frontend.min.js?ver=1.8.5.3" id="wpforms-elementor-js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10