");vwo_$('head').append(_vwo_sel);return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("HEAD")}}, R_722219_759_1_2_0:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var ctx=vwo_$(x),el; /*vwo_debug log("Revert","content",""); vwo_debug*/; el=vwo_$('[vwo-element-id="1733126851444"]'); el.revertContentOp().remove();})("HEAD")}}, C_722219_759_1_2_1:{ fn:function(log,nonce=''){return (function(x) {})(".leo-col-6")}}, R_722219_759_1_2_1:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; })(".leo-col-6")}}, ct759_16048c03a9b024888f00d49e44c4bca2:{ fn:function(executeTrigger, vwo_$) { (//Visited PDP audience trigger for VWO function() { // ---------------------------------- // ----- Personalization config ----- // ---------------------------------- var productsViewedMaxItems = 3; // Max number of recommended products /* Product master infos: - name = Master product name. Ensure that this matches the master mapping (eg. data layer values) */ var productsViewedCTAArr = [ { "name": "GREAT CareShield" }, { "name": "GoGreat Term Life" }, { "name": "TravelSmart Premier" }, { "name": "HomeGR8 Plus" }, { "name": "GREAT Protector Active" }, { "name": "Essential Protector Plus" }, { "name": "GREAT Junior Protector" }, { "name": "Drive and Save Plus" }, { "name": "GREAT Maid Protect" }, { "name": "GREAT Critical Cover Series" }, { "name": "GREAT Prime Rewards" }, { "name": "GREAT SP" }, { "name": "GREAT Golden Protector" }, { "name": "GREAT Term" }, { "name": "GREAT EV Protect" }, { "name": "GREAT Hospital Cash " }, { "name": "GREAT Cancer Guard" }, { "name": "PA Supreme" }, { "name": "GREAT Home Protect" } ]; // ----------------------------------------- // ----- System config (Do not change) ----- // ----------------------------------------- var productsViewedCookieName = "personalization_products_viewed"; var productsPurchasedCookieName = "personalization_products_purchased"; // ------------------------------- // ----- Get cookie function ----- // ------------------------------- function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } // ------------------------------------------------ // ----- Check last viewed/purchased products ----- // ------------------------------------------------ // Read cookies var productsViewedArr = []; // Default empty array var productsViewedStr = getCookie(productsViewedCookieName); var productsPurchasedArr = []; // Default empty array var productsPurchasedStr = getCookie(productsPurchasedCookieName); // If cookies are not empty, read the unstringified values if(productsViewedStr != "") {productsViewedArr = JSON.parse(productsViewedStr);} if(productsPurchasedStr != "") {productsPurchasedArr = JSON.parse(productsPurchasedStr);} // Remove purchased products from last viewed products productsViewedArr = productsViewedArr.filter(function (a) { return typeof productsPurchasedArr.find(function (b) { return b.name == a.name; }) == "undefined"; }); // Cross check master product infos productsViewedArr = productsViewedArr.filter(function (a) { return typeof productsViewedCTAArr.find(function (b) { return b.name == a.name; }) != "undefined"; }); // Reduce to the latest X array items productsViewedArr = productsViewedArr.slice(-productsViewedMaxItems); // If there are last products viewed, run VWO campaign if(productsViewedArr.length) { executeTrigger(); } })() }}, C_722219_998_1_2_0:{ fn:function(){return (function(x) { try{ var _vwo_sel = vwo_$(""); !vwo_$("head").find("#1736837447668").length && vwo_$('head').append(_vwo_sel); // Start variation JS void (function loadVariation(timeInFuture) { // Main Test object const test = { // Some test specific global letiables id: "EXP-1-Home", // Test init init: function () { // Add a test specific classname to the body element document.body.classList.add(test.id); // Below function calls order is important test.mainJS(); }, // Main JS mainJS: function () { const cookieName = "quotationData"; const dataPopulationCookieName = "data-population-cookie"; // Function to get cookie function getCookie(cname) { const name = cname + "="; const decodedCookie = decodeURIComponent(document.cookie); const cookies = decodedCookie.split(';'); for (const cookie of cookies) { const c = cookie.trim(); if (c.indexOf(name) === 0) { return c.substring(name.length); } } return ""; } // Utility function to Function to set cookie function setCookie(cname, cvalue, exmin) { const d = new Date(); d.setTime(d.getTime() + (exmin * 60 * 1000)); const expires = `expires=${d.toUTCString()}`; document.cookie = `${cname}=${cvalue}; ${expires}; path=/; domain=.greateasternlife.com`; }; // function to trigger GA events function gaEventTrigger(eventAction, eventLabel, eventSubCategory = '', eventJourneyCTA = '') { dataLayer.push({ event: "vwoEvent", eventDetails: { category: "[vwo] floating banner - ab test - expose", action: eventAction, label: eventLabel }, ...(eventSubCategory ? { contentSubcategory: eventSubCategory } : {}), ...(eventJourneyCTA ? { journeyCta: eventJourneyCTA } : {}) }); }; const existingCookie = getCookie(cookieName); const productData = existingCookie ? JSON.parse(existingCookie) : {}; const productLinks = { 'GREAT Protector Active': 'https://buy-uat-greateasternlife.adobecqms.net/sg/en/personal-accident-insurance/200201/get-quotation.html' } let productName = productData?.productJourney; let productRedirect = productLinks[productData?.productJourney]; const crossIcon = ` `; const createBanner = (productName) => (`
`); // Retrieve banner view count from localStorage or default to 0 let bannerViewCount = parseInt(localStorage.getItem('bannerViewCount') || '0', 10); // Check session storage for the 'viewInSession' flag, defaulting to 'show' const viewInSession = sessionStorage.getItem('viewInSession') || 'show'; // Update session storage if not already set if (viewInSession === 'show') { sessionStorage.setItem('viewInSession', 'show'); // Increment and update banner view count in localStorage bannerViewCount += 1; localStorage.setItem('bannerViewCount', bannerViewCount); } if ( productData && productData.productJourney && location.pathname === '/sg/en/personal-insurance.html' && !document.querySelector('.product-purchase-banner-section') && bannerViewCount <= 2 && viewInSession !== 'dont show' ) { // insert the banner document.querySelector('main .cmp-container > .aem-Grid').insertAdjacentHTML('beforeend', createBanner(productName)); // trigger impression event let eventLabel = (`[vwo_ce_rtg] resume orion journey floating banner - ${productName}`).toLowerCase(); let eventSubCategory = productName.toLowerCase(); gaEventTrigger('impression', eventLabel, eventSubCategory); // set banner view count to session & local storage sessionStorage.setItem('viewInSession', 'seen'); // function for click events function clickHander(event) { const { target } = event; //console.log('target: ', target); if (target.closest('.banner-icon-section svg')) { document.querySelector('.product-purchase-banner-section').classList.add('hide-banner'); sessionStorage.setItem('viewInSession', 'dont show'); // trigger click event to Close CTA let eventLabel = (`[vwo_ce_rtg] resume orion journey floating banner - ${productName}`).toLowerCase(); let eventSubCategory = productName.toLowerCase(); gaEventTrigger('close', eventLabel, eventSubCategory); } if (target.closest('.banner-button.new-button') && productRedirect) { // trigger click event to CTA let eventLabel = (`[vwo_ce_rtg] resume orion journey floating banner - ${productName} - Resume my purchase`).toLowerCase(); let eventSubCategory = productName.toLowerCase(); let eventJourneyCTA = ("vworf-" + productName).toLowerCase(); gaEventTrigger('click', eventLabel, eventSubCategory, eventJourneyCTA); setCookie(dataPopulationCookieName, "true", 15); window.location.href = productRedirect; } } // Add event listener on click event. document.body.addEventListener('click', clickHander); } }, }; // Return if the test ran already! if (document.querySelector(`.${test.id}`)) return; // Polling conditions if (document.querySelector('main .cmp-container > .aem-Grid')) { try { // Activate test test.init(); // Success log console.log('Vertis Digital: Home: EXP-1: V: 1:11'); } catch (error) { // Error log console.log(`Initialization Error:`, error); } } else { Date.now() < timeInFuture ? setTimeout(loadVariation.bind({}, timeInFuture), 25) : console.log("loadVariation timed out!"); } })(Date.now() + 60000); // End variation JS return vwo_$('head')[0] && vwo_$('head')[0].lastChild; } catch(e) {} })("HEAD")}}, R_722219_998_1_2_0:{ fn:function(){return (function(x) { try{ var el,ctx=vwo_$(x); /*vwo_debug log("Revert","addElement","body"); vwo_debug*/(el=vwo_$('[vwo-element-id="1736837447632"]')).remove(); var ctx=vwo_$(x),el; /*vwo_debug log("Revert","content",""); vwo_debug*/; el=vwo_$('[vwo-element-id="1736837447668"]'); el.revertContentOp().remove(); return vwo_$('head')[0] && vwo_$('head')[0].lastChild; } catch(e) {} })("HEAD")}}, C_722219_998_1_3_0:{ fn:function(){return (function(x) { try{ // Start variation JS void (function loadVariation(timeInFuture) { // Main Test object const test = { // Some test specific global letiables id: "EXP-1-control", // Test init init: function () { // Add a test specific classname to the body element document.body.classList.add(test.id); // Below function calls order is important test.mainJS(); }, // Main JS mainJS: function () { const cookieName = "quotationData"; // Function to get cookie function getCookie(cname) { const name = cname + "="; const decodedCookie = decodeURIComponent(document.cookie); const cookies = decodedCookie.split(';'); for (const cookie of cookies) { const c = cookie.trim(); if (c.indexOf(name) === 0) { return c.substring(name.length); } } return ""; } // function to trigger GA events function gaEventTrigger(eventAction, eventLabel, eventSubCategory = '', eventJourneyCTA = '') { dataLayer.push({ event: "vwoEvent", eventDetails: { category: "[vwo] floating banner - ab test - control", action: eventAction, label: eventLabel }, ...(eventSubCategory ? { contentSubcategory: eventSubCategory } : {}), ...(eventJourneyCTA ? { journeyCta: eventJourneyCTA } : {}) }); }; const existingCookie = getCookie(cookieName); const productData = existingCookie ? JSON.parse(existingCookie) : {}; let productName = productData?.productJourney; // Retrieve banner view count from localStorage or default to 0 let bannerViewCount = parseInt(localStorage.getItem('bannerViewCount') || '0', 10); // Check session storage for the 'viewInSession' flag, defaulting to 'show' const viewInSession = sessionStorage.getItem('viewInSession') || 'show'; // Update session storage if not already set if (viewInSession === 'show') { sessionStorage.setItem('viewInSession', 'show'); // Increment and update banner view count in localStorage bannerViewCount += 1; localStorage.setItem('bannerViewCount', bannerViewCount); } if ( productData && productData.productJourney && location.pathname === '/sg/en/personal-insurance.html' && bannerViewCount <= 2 && viewInSession !== 'dont show' ) { // trigger impression event let eventLabel = (`[vwo_ce_rtg] resume orion journey floating banner - ${productName}`).toLowerCase(); let eventSubCategory = productName.toLowerCase(); gaEventTrigger('impression', eventLabel, eventSubCategory); // set banner view count to session & local storage sessionStorage.setItem('viewInSession', 'seen'); } }, }; // Return if the test ran already! if (document.querySelector(`.${test.id}`)) return; // Polling conditions if (document.readyState === 'complete') { try { // Activate test test.init(); // Success log console.log('Vertis Digital: Control: EXP-1: V: 1:01'); } catch (error) { // Error log console.log(`Initialization Error:`, error); } } else { Date.now() < timeInFuture ? setTimeout(loadVariation.bind({}, timeInFuture), 25) : console.log("loadVariation timed out!"); } })(Date.now() + 60000); // End variation JS return vwo_$('head')[0] && vwo_$('head')[0].lastChild; } catch(e) {} })("HEAD")}}, ct998_7968865b609e3fc27b943d00b3dd1b98:{ fn:function(executeTrigger, vwo_$) { (function () { if (location.pathname !== '/sg/en/personal-insurance.html') return false; const cookieName = "quotationData"; const productsPurchasedCookieName = "personalization_products_purchased"; // Function to get cookie function getCookie(cname) { const name = cname + "="; const decodedCookie = decodeURIComponent(document.cookie); const cookies = decodedCookie.split(';'); for (const cookie of cookies) { const c = cookie.trim(); if (c.indexOf(name) === 0) { return c.substring(name.length); } } return ""; } const existingCookie = getCookie(cookieName); const productsPurchasedStr = getCookie(productsPurchasedCookieName); const productData = existingCookie ? JSON.parse(existingCookie) : {}; const productPurchaseData = productsPurchasedStr ? JSON.parse(productsPurchasedStr) : []; const productsViewedCTAArr = [ { "name": "GREAT Protector Active" } ]; // Check if any product from productsViewedCTAArr is in productPurchaseData const hasMatchingProduct = productsViewedCTAArr.some(viewedProduct => productPurchaseData.some(purchasedProduct => purchasedProduct.name === viewedProduct.name) ); let bannerCount = localStorage.getItem('bannerViewCount'); if ( !hasMatchingProduct && productData && productData.productJourney && (bannerCount === null || (bannerCount && parseInt(bannerCount, 10) < 3)) ) { //alert('activate'); executeTrigger(); } })() }}, ct_bef7cc1836347a829df66c36a6e4c3fb:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_7783c1b5a37a28d2d48816aa87a09f4a:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_c1d2789ab9f7415aa438042c9bb7cd9c:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_514c92ff1ab85933586546d6ec18aec5:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_cb1bcdb7d366e6811cef6d964bafcd15:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_c21ebbb84ddcbb88aa1ae8fe9cfa662e:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_80f48e8a62fe27f0bcec8d1a488baa62:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_4ab342ddee06d621a5c2d2cc929c9420:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_97e79efe5c34332a6250ceee4164bef9:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_a26b7809c1a646c8955514539c0502d6:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_fc2d49fcbf40a510ce450a3b975fdedd:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_6e08f71752cf41b8b65ca2ab3ed42227:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, C_722219_965_1_2_0:{ fn:function(log,nonce=''){return (function(x) {;})("HEAD")}}, R_722219_965_1_2_0:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var ctx=vwo_$(x),el; /*vwo_debug log("Revert","content",""); vwo_debug*/; el=vwo_$('[vwo-element-id="1730706741820"]'); el.revertContentOp().remove();})("HEAD")}}, C_722219_965_1_2_1:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741967').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{document.documentElement.classList.contains("vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98");}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_2:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741967').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_a192231b2113d157699dea212968af5a")){var currentURL=window.location.href.split("?").pop(),clickURL="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200201/get-quotation.html?campCode=C8DISC&template=post";$("#gpabuynow").on("click",(function(){window.location.href=clickURL+"&"+currentURL}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_3:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741968').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe")){var currentURL=window.location.href.split("?").pop(),clickURL="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?template=post&campCode=C8DISC";$("#gjpbuynow").on("click",(function(){window.location.href=clickURL+"&"+currentURL}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_4:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741969').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_529d06731882814587edcdb7fcb47719")){var currentURL=window.location.href.split("?").pop(),clickURL="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?template=post&campCode=C8DISC";$("#ggpbuynow").on("click",(function(){window.location.href=clickURL+"&"+currentURL}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_5:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741970').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1")){var currentURL=window.location.href.split("?").pop(),clickURL="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?template=post&campCode=C8DISC";$("#eppbuynow").on("click",(function(){window.location.href=clickURL+"&"+currentURL}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_6:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741970').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98")){var currentURL1=window.location.href.split("?").pop(),clickURL1="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200201/get-quotation.html?template=post&campCode=C8DISC";$("#gpabuynow").on("click",(function(){window.location.href=clickURL1+"&"+currentURL1}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_7:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741971').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?template=post&campCode=C8DISC";$("#gjpbuynow").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_8:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741972').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?template=post&campCode=C8DISC";$("#ggpbuynow").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_9:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741973').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98")){var currentURL4=window.location.href.split("?").pop(),clickURL4="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?template=post&campCode=C8DISC";$("#eppbuynow").on("click",(function(){window.location.href=clickURL4+"&"+currentURL4}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_10:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741973').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_a192231b2113d157699dea212968af5a")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200201/get-quotation.html?campCode=C8DISC&template=post";$("#gpabuynow2").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_11:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741974').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?campCode=C8DISC&template=post";$("#eppbuynow2").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_12:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741975').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_529d06731882814587edcdb7fcb47719")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?template=post&campCode=C8DISC";$("#ggpbuynow2").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_13:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741975').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?campCode=C8DISC&template=post";$("#gjpbuynow2").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_14:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741976').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_a192231b2113d157699dea212968af5a")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200201/get-quotation.html?campCode=C8DISC&template=post";$("#gpabuynow3").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_15:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741977').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?template=post&campCode=C8DISC";$("#gjpbuynow3").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_16:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741977').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_529d06731882814587edcdb7fcb47719")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?campCode=C8DISC&template=post";$("#ggpbuynow3").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_17:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741978').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?campCode=C8DISC&template=post";$("#eppbuynow3").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_965_1_2_18:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)"); vwo_debug*/el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)"),vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?template=post&campCode=C8DISC"),vwo_$(this).not('[vwo-op-1730706741820-1=""]').length&&vwo_$(this).children().eq(0).remove().length&&vwo_$(this).attr("vwo-op-1730706741820-1","")})),(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")).vwoCss({transition:"none !important"}),el.vwoAttr({href:"#",id:"eppbuynow"}),el.vwoCss({transition:"none !important"});})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")}}, R_722219_965_1_2_18:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")).vwoRevertAttr(),el.vwoRevertCss(),el.revertContentOp(),el.vwoRevertCss();})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")}}, C_722219_965_1_2_19:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)"),vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","#"),vwo_$(this).vwoAttr("target",""),vwo_$(this).not('[vwo-op-1730706741819-2=""]').length&&vwo_$(this).children().eq(1).remove().length&&vwo_$(this).attr("vwo-op-1730706741819-2","")})),(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")).vwoCss({transition:"none !important"}),el.vwoAttr({id:"eppbuynow2"}),el.vwoCss({transition:"none !important"});})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")}}, R_722219_965_1_2_19:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")).vwoRevertAttr(),el.vwoRevertCss(),el.revertContentOp(),el.vwoRevertCss();})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")}}, C_722219_965_1_2_20:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)"); vwo_debug*/el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)"),vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?template=post&campCode=C8DISC"),vwo_$(this).removeAttr("id"),vwo_$(this).not('[vwo-op-1730706741819-2=""]').length&&vwo_$(this).children().eq(0).remove().length&&vwo_$(this).attr("vwo-op-1730706741819-2","")})),(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")).vwoCss({transition:"none !important"}),el.vwoAttr({href:"#",id:"ggpbuynow",target:""}),el.vwoCss({transition:"none !important"});})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")}}, R_722219_965_1_2_20:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")).vwoRevertAttr(),el.vwoRevertCss(),el.revertContentOp(),el.vwoRevertCss();})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")}}, C_722219_965_1_2_21:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)"),vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","#"),vwo_$(this).vwoAttr("target",""),vwo_$(this).not('[vwo-op-1730706741818-2=""]').length&&vwo_$(this).children().eq(1).remove().length&&vwo_$(this).attr("vwo-op-1730706741818-2","")})),(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")).vwoCss({transition:"none !important"}),el.vwoAttr({id:"ggpbuynow2"}),el.vwoCss({transition:"none !important"});})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")}}, R_722219_965_1_2_21:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")).vwoRevertAttr(),el.vwoRevertCss(),el.revertContentOp(),el.vwoRevertCss();})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")}}, C_722219_965_1_2_22:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link"); vwo_debug*/el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link"),vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","#"),vwo_$(this).vwoAttr("target",""),vwo_$(this).vwoAttr("id","ggpbuynow3"),vwo_$(this).children().eq(0).vwoAttr("src","/content/dam/corp-site/great-eastern/sg/gels-ftrp-imc-cm/geapp-images/ge-app-exclusive-offer-pa/geapp-pa-offer-pdtpage-ggp.jpg")})),(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link")).vwoCss({transition:"none !important"});})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link")}}, R_722219_965_1_2_22:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","content","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link"); vwo_debug*/(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link")).revertContentOp(),(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link")).vwoRevertCss();})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link")}}, C_722219_965_1_2_23:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cta-bottom > a:nth-of-type(1)"); vwo_debug*/el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cta-bottom > a:nth-of-type(1)"),vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cta-bottom > a:nth-of-type(1)").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?template=post&campCode=C8DISC"),vwo_$(this).vwoAttr("target","_self"),vwo_$(this).removeAttr("id"),vwo_$(this).not('[vwo-op-1730706741817-3=""]').length&&vwo_$(this).children().eq(0).remove().length&&vwo_$(this).attr("vwo-op-1730706741817-3","")})),(el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cta-bottom > a:nth-of-type(1)")).vwoCss({transition:"none !important"}),el.vwoAttr({id:"gjpbuynow",target:"",href:"#"}),el.vwoCss({transition:"none !important"});})("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cta-bottom > a:nth-of-type(1)")}}, R_722219_965_1_2_23:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cta-bottom > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cta-bottom > a:nth-of-type(1)")).vwoRevertAttr(),el.vwoRevertCss(),el.revertContentOp(),el.vwoRevertCss();})("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cta-bottom > a:nth-of-type(1)")}}, C_722219_965_1_2_24:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .sticky-nav-cta > a:nth-of-type(1)"),vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .sticky-nav-cta > a:nth-of-type(1)").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","#"),vwo_$(this).vwoAttr("target",""),vwo_$(this).not('[vwo-op-1730706741817-2=""]').length&&vwo_$(this).children().eq(1).remove().length&&vwo_$(this).attr("vwo-op-1730706741817-2","")})),(el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .sticky-nav-cta > a:nth-of-type(1)")).vwoCss({transition:"none !important"}),el.vwoAttr({id:"gjpbuynow2"}),el.vwoCss({transition:"none !important"});})("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .sticky-nav-cta > a:nth-of-type(1)")}}, R_722219_965_1_2_24:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .sticky-nav-cta > a:nth-of-type(1)")).vwoRevertAttr(),el.vwoRevertCss(),el.revertContentOp(),el.vwoRevertCss();})("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .sticky-nav-cta > a:nth-of-type(1)")}}, C_722219_965_1_2_25:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link"); vwo_debug*/el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link"),vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","#"),vwo_$(this).vwoAttr("target",""),vwo_$(this).vwoAttr("id","gjpbuynow3"),vwo_$(this).children().eq(0).vwoAttr("src","/content/dam/corp-site/great-eastern/sg/gels-ftrp-imc-cm/geapp-images/ge-app-exclusive-offer-pa/geapp-pa-offer-pdtpage-gjp.jpg")})),(el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link")).vwoCss({transition:"none !important"});})("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link")}}, R_722219_965_1_2_25:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","content","html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link"); vwo_debug*/(el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link")).revertContentOp(),(el=vwo_$("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link")).vwoRevertCss();})("html.vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe .cmp-image__link")}}, C_722219_965_1_2_26:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .breadcrumb > ul:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .breadcrumb > ul:nth-of-type(1)")).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .breadcrumb > ul:nth-of-type(1)")}}, R_722219_965_1_2_26:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .breadcrumb > ul:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .breadcrumb > ul:nth-of-type(1)")).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .breadcrumb > ul:nth-of-type(1)")}}, C_722219_965_1_2_27:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-py-md"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-py-md")).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-py-md")}}, R_722219_965_1_2_27:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-py-md"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-py-md")).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-py-md")}}, C_722219_965_1_2_28:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)")).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)")}}, R_722219_965_1_2_28:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)")).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)")}}, C_722219_965_1_2_29:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)"); vwo_debug*/(el=ctx).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)")}}, R_722219_965_1_2_29:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)"); vwo_debug*/(el=ctx).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)")}}, C_722219_965_1_2_30:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-download-links"); vwo_debug*/(el=ctx).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-download-links")}}, R_722219_965_1_2_30:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-download-links"); vwo_debug*/(el=ctx).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-download-links")}}, C_722219_965_1_2_31:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf")).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf")}}, R_722219_965_1_2_31:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf")).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf")}}, C_722219_965_1_2_32:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container")).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container")}}, R_722219_965_1_2_32:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container")).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container")}}, C_722219_965_1_2_33:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6)"); vwo_debug*/(el=ctx).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6)")}}, R_722219_965_1_2_33:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6)"); vwo_debug*/(el=ctx).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6)")}}, C_722219_965_1_2_34:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)"); vwo_debug*/(el=ctx).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)")}}, R_722219_965_1_2_34:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)"); vwo_debug*/(el=ctx).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)")}}, C_722219_965_1_2_35:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)"); vwo_debug*/(el=ctx).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)")}}, R_722219_965_1_2_35:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)"); vwo_debug*/(el=ctx).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)")}}, C_722219_965_1_2_36:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5)"); vwo_debug*/(el=ctx).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5)")}}, R_722219_965_1_2_36:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5)"); vwo_debug*/(el=ctx).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5)")}}, C_722219_965_1_2_37:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)"),(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)")).vwoAttr({href:"#",id:"gpabuynow",target:""});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)")}}, R_722219_965_1_2_37:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)")).vwoRevertAttr(),(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)")).revertContentOp(),el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)");})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)")}}, C_722219_965_1_2_38:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"),(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).vwoAttr({href:"#",id:"gjpbuynow",target:""});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")}}, R_722219_965_1_2_38:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).vwoRevertAttr(),(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).revertContentOp(),el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)");})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")}}, C_722219_965_1_2_39:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"),(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).vwoAttr({href:"#",target:"",id:"ggpbuynow"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")}}, R_722219_965_1_2_39:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).vwoRevertAttr(),(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).revertContentOp(),el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)");})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")}}, C_722219_965_1_2_40:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"),(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).vwoAttr({href:"#",id:"eppbuynow",target:""});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")}}, R_722219_965_1_2_40:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).vwoRevertAttr(),(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")).revertContentOp(),el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)");})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 #relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)")}}, C_722219_965_1_2_41:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link"); vwo_debug*/el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link"),vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","#"),vwo_$(this).vwoAttr("target",""),vwo_$(this).vwoAttr("id","eppbuynow3"),vwo_$(this).children().eq(0).vwoAttr("src","/content/dam/corp-site/great-eastern/sg/gels-ftrp-imc-cm/geapp-images/ge-app-exclusive-offer-pa/geapp-pa-offer-pdtpage-epp.jpg"),vwo_$(this).children().eq(0).vwoAttr("class","")})),(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link")).vwoCss({transition:"none !important"});})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link")}}, R_722219_965_1_2_41:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","content","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link"); vwo_debug*/(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link")).revertContentOp(),(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link")).vwoRevertCss();})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cmp-image__link")}}, C_722219_965_1_2_42:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-download-links"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-download-links")).vwoCss({display:"none !important"});})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-download-links")}}, R_722219_965_1_2_42:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-download-links"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-download-links")).vwoRevertCss();})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-download-links")}}, C_722219_965_1_2_43:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)")).vwoCss({display:"none !important"});})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)")}}, R_722219_965_1_2_43:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)")).vwoRevertCss();})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .m-0 > div:nth-of-type(1) > div:nth-of-type(4)")}}, C_722219_965_1_2_44:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("editElement","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6) > b:nth-of-type(1) > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6) > b:nth-of-type(1) > a:nth-of-type(1)")).html("Buy now").vwoAttr({href:"https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200201/get-quotation.html?template=post&campCode=C8DISC&aid=GEAPP&utm_campaign=gels_clvm_aw_ds_pageapp1124&utm_source=other_geapp&utm_medium=text-link&utm_content=postlogin&utm_term=pa8geapp_postcpbuy_gpa"});})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6) > b:nth-of-type(1) > a:nth-of-type(1)")}}, R_722219_965_1_2_44:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6) > b:nth-of-type(1) > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6) > b:nth-of-type(1) > a:nth-of-type(1)")).vwoRevertHtml().vwoRevertAttr();})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6) > b:nth-of-type(1) > a:nth-of-type(1)")}}, C_722219_965_1_2_45:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("editElement","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)")).html("Buy now").vwoAttr({href:"https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?template=post&campCode=C8DISC&aid=GEAPP&utm_campaign=gels_clvm_aw_ds_pageapp1124&utm_source=other_geapp&utm_medium=text-link&utm_content=postlogin&utm_term=pa8geapp_postcpbuy_epp"});})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)")}}, R_722219_965_1_2_45:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)")).vwoRevertHtml().vwoRevertAttr();})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)")}}, C_722219_965_1_2_46:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("editElement","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)")).html("Buy now").vwoAttr({href:"https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?template=post&campCode=C8DISC&aid=GEAPP&utm_campaign=gels_clvm_aw_ds_pageapp1124&utm_source=other_geapp&utm_medium=text-link&utm_content=postlogin&utm_term=pa8geapp_postcpbuy_ggp"});})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)")}}, R_722219_965_1_2_46:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)")).vwoRevertHtml().vwoRevertAttr();})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4) > b:nth-of-type(1) > a:nth-of-type(1)")}}, C_722219_965_1_2_47:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5) > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5) > a:nth-of-type(1)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5) > a:nth-of-type(1)");})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5) > a:nth-of-type(1)")}}, R_722219_965_1_2_47:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","content","html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5) > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5) > a:nth-of-type(1)")).revertContentOp(),el=vwo_$("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5) > a:nth-of-type(1)");})("html.vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4 .leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5) > a:nth-of-type(1)")}}, C_722219_965_1_2_48:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .announcement-blue-bg > div:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .announcement-blue-bg > div:nth-of-type(1)")).vwoCss({display:"none !important"});})("html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .announcement-blue-bg > div:nth-of-type(1)")}}, R_722219_965_1_2_48:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .announcement-blue-bg > div:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .announcement-blue-bg > div:nth-of-type(1)")).vwoRevertCss();})("html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .announcement-blue-bg > div:nth-of-type(1)")}}, C_722219_965_1_2_49:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .promotion-container"); vwo_debug*/(el=vwo_$("html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .promotion-container")).vwoCss({display:"none !important"});})("html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .promotion-container")}}, R_722219_965_1_2_49:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .promotion-container"); vwo_debug*/(el=vwo_$("html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .promotion-container")).vwoRevertCss();})("html.vwo_p_s_f5e15ac35b42d3a7242aa2f738572873 .promotion-container")}}, C_722219_965_1_2_50:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)"),vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","#"),vwo_$(this).vwoAttr("target",""),vwo_$(this).vwoAttr("id","gpabuynow2"),vwo_$(this).not('[vwo-op-1730706741815-3=""]').length&&vwo_$(this).children().eq(1).remove().length&&vwo_$(this).attr("vwo-op-1730706741815-3","")})),(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)")).vwoCss({transition:"none !important"});})("html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)")}}, R_722219_965_1_2_50:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","content","html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)")).revertContentOp(),(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)")).vwoRevertCss();})("html.vwo_p_s_a192231b2113d157699dea212968af5a .sticky-nav-cta > a:nth-of-type(1)")}}, C_722219_965_1_2_51:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)"); vwo_debug*/el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)"),vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("id","gpabuynow"),vwo_$(this).not('[vwo-op-1730706741815-1=""]').length&&vwo_$(this).children().eq(0).remove().length&&vwo_$(this).attr("vwo-op-1730706741815-1","")})),(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)")).vwoCss({transition:"none !important"});})("html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)")}}, R_722219_965_1_2_51:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","content","html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)")).revertContentOp(),(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)")).vwoRevertCss();})("html.vwo_p_s_a192231b2113d157699dea212968af5a .cta-bottom > a:nth-of-type(1)")}}, C_722219_965_1_2_52:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link"); vwo_debug*/el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link"),vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link").each((function(){this.__vwoControlOuterHTML=this.__vwoControlOuterHTML||this.outerHTML,vwo_$(this).vwoAttr("href","#"),vwo_$(this).vwoAttr("target",""),vwo_$(this).vwoAttr("id","gpabuynow3")})),(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link")).vwoCss({transition:"none !important"});})("html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link")}}, R_722219_965_1_2_52:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","content","html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link"); vwo_debug*/(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link")).revertContentOp(),(el=vwo_$("html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link")).vwoRevertCss();})("html.vwo_p_s_a192231b2113d157699dea212968af5a .cmp-image__link")}}, GL_722219_965_pre:{ fn:function(VWO_CURRENT_CAMPAIGN, VWO_CURRENT_VARIATION,nonce = ""){try{; var _vwoCurrentPageUrl = window.location.href; var matchRegex = VWO._.matchRegex;vwo_$('[vwo-widget-id]').remove();vwo_$('html').get(0).classList.forEach((cl)=>{var mpClass=cl.match(/(?:\s|^)(vwo_p_s_[0-9a-f]{32})(?:\s|$)/);mpClass && (['vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1','vwo_p_s_529d06731882814587edcdb7fcb47719','vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe','vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98','vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4','vwo_p_s_a192231b2113d157699dea212968af5a','vwo_p_s_f5e15ac35b42d3a7242aa2f738572873'].indexOf(mpClass[1])!=-1) && vwo_$('html').removeClass(mpClass[1]);});if(matchRegex(_vwoCurrentPageUrl,'^https:\/\/greateasternlife\.com\/sg\/en\/personal-insurance\/our-products\/personal-accident-insurance\/essential-protector-plus\.html\/?(?:[?#].*)?$')){vwo_$('html').addClass('vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1')} else if(matchRegex(_vwoCurrentPageUrl,'^https:\/\/greateasternlife\.com\/sg\/en\/personal-insurance\/our-products\/personal-accident-insurance\/great-golden-protector\.html\/?(?:[?#].*)?$')){vwo_$('html').addClass('vwo_p_s_529d06731882814587edcdb7fcb47719')} else if(matchRegex(_vwoCurrentPageUrl,'^https:\/\/greateasternlife\.com\/sg\/en\/personal-insurance\/our-products\/personal-accident-insurance\/great-junior-protector\.html\/?(?:[?#].*)?$')){vwo_$('html').addClass('vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe')} else if(matchRegex(_vwoCurrentPageUrl,'^https:\/\/greateasternlife\.com\/sg\/en\/personal-insurance\/our-products\/personal-accident-insurance\.html\/?(?:[?#].*)?$')){vwo_$('html').addClass('vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98')} else if(matchRegex(_vwoCurrentPageUrl,'^https:\/\/greateasternlife\.com\/sg\/en\/personal-insurance\/rewards-and-promotions\/promotions-and-events\/2024\/geapp-exclusive-deals\.html\/?(?:[?#].*)?$')){vwo_$('html').addClass('vwo_p_s_c1156e4acc492a4b12f5b24e80ca04d4')} else if(matchRegex(_vwoCurrentPageUrl,'^https:\/\/greateasternlife\.com\/sg\/en\/personal-insurance\/our-products\/personal-accident-insurance\/great-protector-active\.html\/?(?:[?#].*)?$')){vwo_$('html').addClass('vwo_p_s_a192231b2113d157699dea212968af5a')} else if(matchRegex(_vwoCurrentPageUrl,'^https:\/\/greateasternlife\.com\/sg\/en\/personal-insurance\/rewards-and-promotions\.html\/?(?:[?#].*)?$')){vwo_$('html').addClass('vwo_p_s_f5e15ac35b42d3a7242aa2f738572873')} }catch(e){}}}, GL_722219_965_post:{ fn:function(VWO_CURRENT_CAMPAIGN, VWO_CURRENT_VARIATION,nonce = ""){}}, C_722219_816_1_2_3:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".root > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(24) > div:nth-of-type(1)"); vwo_debug*/(el=vwo_$(".root > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(24) > div:nth-of-type(1)")).vwoCss({display:"none !important"});})(".root > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(24) > div:nth-of-type(1)")}}, C_722219_816_1_2_4:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","#RCBFORM > div:nth-of-type(1) > div:nth-of-type(1)"); vwo_debug*/(el=vwo_$("#RCBFORM > div:nth-of-type(1) > div:nth-of-type(1)")).vwoCss({display:"none !important"});})("#RCBFORM > div:nth-of-type(1) > div:nth-of-type(1)")}}, C_722219_963_1_2_7:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909030').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?template=post&campCode=C8DISC";$("#gjpbuynow").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_8:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909031').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?template=post&campCode=C8DISC";$("#ggpbuynow").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_9:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909032').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98")){var currentURL4=window.location.href.split("?").pop(),clickURL4="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?template=post&campCode=C8DISC";$("#eppbuynow").on("click",(function(){window.location.href=clickURL4+"&"+currentURL4}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_10:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909033').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_a192231b2113d157699dea212968af5a")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200201/get-quotation.html?campCode=C8DISC&template=post";$("#gpabuynow2").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_11:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909033').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?campCode=C8DISC&template=post";$("#eppbuynow2").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_12:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909034').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_529d06731882814587edcdb7fcb47719")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?template=post&campCode=C8DISC";$("#ggpbuynow2").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_13:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909035').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?campCode=C8DISC&template=post";$("#gjpbuynow2").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_14:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909036').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_a192231b2113d157699dea212968af5a")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200201/get-quotation.html?campCode=C8DISC&template=post";$("#gpabuynow3").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_15:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909036').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_117ea7d82ad4208c01b4c082cbb1dcbe")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?template=post&campCode=C8DISC";$("#gjpbuynow3").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_16:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909037').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_529d06731882814587edcdb7fcb47719")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?campCode=C8DISC&template=post";$("#ggpbuynow3").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_17:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909038').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?campCode=C8DISC&template=post";$("#eppbuynow3").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_18:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909043').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{document.documentElement.classList.contains("vwo_p_s_db54451655d6fbb590be3ae44920e36f")&&(vwo_$(".breadcrumb > ul:nth-of-type(1)").vwoCss({display:"none !important"}),vwo_$(".leo-py-md").vwoCss({display:"none !important"}),vwo_$(".main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)").vwoCss({display:"none !important"}),vwo_$(".m-0 > div:nth-of-type(1) > div:nth-of-type(4)").vwoCss({display:"none !important"}),vwo_$(".leo-download-links").vwoCss({display:"none !important"}),vwo_$(".cmp-announcement-widget-xf").vwoCss({display:"none !important"}),vwo_$(".promotion-container").vwoCss({display:"none !important"}),vwo_$(".leo-row--gap-xs > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(6)").vwoCss({display:"none !important"}),vwo_$(".leo-row--gap-xs > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)").vwoCss({display:"none !important"}),vwo_$(".leo-row--gap-xs > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(4)").vwoCss({display:"none !important"}),vwo_$(".leo-row--gap-xs > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(5)").vwoCss({display:"none !important"}),vwo_$(".leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)").replaceWith('Buy now'),vwo_$("#relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)").replaceWith('Buy now'),vwo_$("#relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)").replaceWith('Buy now'),vwo_$("#relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)").replaceWith('Buy now'),vwo_$(".leo-shadow-4 > div:nth-of-type(2) > a:nth-of-type(2)").vwoAttr({href:"#",id:"gpabuynow",target:""}),vwo_$("#relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)").vwoAttr({href:"#",id:"gjpbuynow",target:""}),vwo_$("#relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)").vwoAttr({href:"#",target:"",id:"ggpbuynow"}),vwo_$("#relatedproducts_copy > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(2)").vwoAttr({href:"#",id:"eppbuynow",target:""}));}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_19:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909044').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_db54451655d6fbb590be3ae44920e36f")){var currentURL1=window.location.href.split("?").pop(),clickURL1="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200201/get-quotation.html?template=post&campCode=C8DISC";$("#gpabuynow").on("click",(function(){window.location.href=clickURL1+"&"+currentURL1}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_20:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909045').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_db54451655d6fbb590be3ae44920e36f")){var currentURL2=window.location.href.split("?").pop(),clickURL2="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200202/get-quotation.html?template=post&campCode=C8DISC";$("#gjpbuynow").on("click",(function(){window.location.href=clickURL2+"&"+currentURL2}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_21:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909046').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_db54451655d6fbb590be3ae44920e36f")){var currentURL3=window.location.href.split("?").pop(),clickURL3="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200203/get-quotation.html?template=post&campCode=C8DISC";$("#ggpbuynow").on("click",(function(){window.location.href=clickURL3+"&"+currentURL3}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_22:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1731642909048').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_db54451655d6fbb590be3ae44920e36f")){var currentURL4=window.location.href.split("?").pop(),clickURL4="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?template=post&campCode=C8DISC";$("#eppbuynow").on("click",(function(){window.location.href=clickURL4+"&"+currentURL4}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_963_1_2_23:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)"),(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")).vwoAttr({href:"#",id:"eppbuynow"});})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")}}, R_722219_963_1_2_23:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")).vwoRevertAttr(),(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")).revertContentOp(),el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)");})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .cta-bottom > a:nth-of-type(1)")}}, C_722219_963_1_2_24:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)"),(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")).vwoAttr({id:"eppbuynow2"});})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")}}, R_722219_963_1_2_24:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")).vwoRevertAttr(),(el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")).revertContentOp(),el=vwo_$("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)");})("html.vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1 .sticky-nav-cta > a:nth-of-type(1)")}}, C_722219_963_1_2_25:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)"),(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")).vwoAttr({href:"#",id:"ggpbuynow",target:""});})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")}}, R_722219_963_1_2_25:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")).vwoRevertAttr(),(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")).revertContentOp(),el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)");})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cta-bottom > a:nth-of-type(1)")}}, C_722219_963_1_2_26:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")).replaceWith2('Buy now'),el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)"),(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")).vwoAttr({id:"ggpbuynow2"});})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")}}, R_722219_963_1_2_26:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","editElement","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)"); vwo_debug*/(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")).vwoRevertAttr(),(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")).revertContentOp(),el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)");})("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .sticky-nav-cta > a:nth-of-type(1)")}}, C_722219_963_1_2_27:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("content","html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link"); vwo_debug*/(el=vwo_$("html.vwo_p_s_529d06731882814587edcdb7fcb47719 .cmp-image__link")).replaceWith2('Medical Coverage
${header}
${quizDate}
${title}
${promoCopy}
Medical Coverage
${header}
${quizDate}
${title}
${promoCopy}