bouncex.callbacks["website"]({"active":"1","advanced_cookie_options":"{\"first_party_limit\":\"3500\",\"local_storage\":\"1\"}","analytics":"0","ba_enabled":null,"ba_settings":null,"ba_settings_json":null,"block_ips":null,"block_urls":[],"campaign_js":{"bottombar_pushup":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\n}\n\nfunction updatePushup() {\n var pushAmount = $creative.outerHeight(true);\n\n var styles = [\n '.ut_container, .bordeaux-anchored-container, #ogy-ad-slot \u003e [id*=\"ogy-root-container\"], #IL_SR_VIDEO, #IL_INSEARCH, #IL_MSR_VIDEO_CONTAINER_ima-ad-container { margin-bottom: '+pushAmount+'px; }',\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\n}\n \nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\n\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\n \nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updatePushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n});\n\nupdatePushup();"},"bottombar_pushup_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"bottombar_zindex":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 2147483647; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"cornertab_pushup":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\n}\n\nfunction updateCornerPushup() {\n var pushAmount = $creative.outerHeight(true);\n \n var utContainerAdHeight = jQuery('.ut_container').length \u003e 0 ? jQuery('.ut_container').outerHeight() : 0;\n var bordeauxAdHeight = jQuery('.bordeaux-anchored-container').length \u003e 0 ? jQuery('.bordeaux-anchored-container').outerHeight() : 0;\n var ogyAdHeight = jQuery('#ogy-ad-slot \u003e [id*=\"ogy-root-container\"]').length \u003e 0 ? jQuery('#ogy-ad-slot \u003e [id*=\"ogy-root-container\"]').outerHeight() : 0;\n var ilSrVideoAdHeight = jQuery('#IL_SR_VIDEO').length \u003e 0 ? jQuery('#IL_SR_VIDEO').outerHeight() : 0;\n var ilInSearchAdHeight = jQuery('#IL_INSEARCH').length \u003e 0 ? jQuery('#IL_INSEARCH').height() : 0;\n var ilMsrAdHeight = jQuery('#IL_MSR_VIDEO_CONTAINER_ima-ad-container').length \u003e 0 ? jQuery('#IL_MSR_VIDEO_CONTAINER_ima-ad-container').outerHeight() : 0;\n \n var biggestAdHeight = Math.max(utContainerAdHeight, bordeauxAdHeight, ogyAdHeight, ilSrVideoAdHeight, ilInSearchAdHeight, ilMsrAdHeight);\n \n var styles = [\n '.footer { margin-bottom: '+pushAmount+'px; }',\n '#bx-campaign-' + campaign_id + ' .bx-slab { margin-bottom: '+biggestAdHeight+'px; }'\n ];\n \n var stylesRight = [];\n \n var stylesLeft = [];\n \n var stylesFull = [];\n \n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\n \n if ($creative.outerWidth() === bouncex.body.width()) {\n styles.push(stylesFull.join(' '));\n }\n \n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\n}\n\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\n\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\n \n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updateCornerPushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n });\n \n updateCornerPushup();\n}\n\nvar bxScrollTimeout;\nbouncex.on(bouncex.window, 'scroll.bx-'+ca_id, function(){\n window.clearTimeout(bxScrollTimeout);\n bxScrollTimeout = bouncex.setTimeout2(function() {\n updateCornerPushup();\n }, 250);\n});"},"cornertab_pushup_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\nbouncex.off(bouncex.window, 'scroll.bx-'+ca_id);"},"heading_focus":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"/* focus outline adjustment - heading focus */\nbouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\n if ($htmlHeadingElement.length \u003e 0) {\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\n } else {\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\n if ($headlineGroup.length === 0) {\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\n }\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\"bx-2-heading wknd-ally-focus\" id=\"'+$headlineGroup.attr('id')+'-h2\" tabindex=\"-1\" role=\"heading\" aria-level=\"2\"\u003e\u003c/div\u003e'); \n }\n});"},"index_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"},"overlay_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('.bordeaux-anchored-container { z-index: 9995; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"remove_form_focus":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"/* focus outline adjustment - remove form focus */\nbouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');"},"sidetab_push":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanotab","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-sidetab-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-sidetab-pushup');\n}\n\nfunction updateSideTabPushup() {\n var pushAmount = $creative.outerHeight(true);\n \n /** DELETE ANY ARRAYS AND SUBSEQUENT LOGIC THAT IS NOT NEEDED **/\n var styles = [];\n \n var stylesRight = [];\n \n var stylesLeft = [];\n \n var stylesFull = [];\n \n styles.push($campaign.hasClass('bx-fixed-rm') ? stylesRight.join(' ') : stylesLeft.join(' '));\n \n if ($creative.outerWidth() === bouncex.body.width()) {\n styles.push(stylesFull.join(' '));\n }\n \n $campaign.find('#bx-campaign-'+campaign_id+'-sidetab-pushup-style').text(styles.join(' '));\n}\n\nif ($campaign.hasClass('bx-fixed-rm') || $campaign.hasClass('bx-fixed-lm')) {\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateSideTabPushup);\n\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateSideTabPushup);\n \n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updateSideTabPushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n });\n \n updateSideTabPushup();\n}"},"sidetab_push_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanotab","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-sidetab-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"sidetab_push_close_dupe":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanotab","prop3":"","val":""}]],"event":"close","testmode":true,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-sidetab-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"topbar_placement":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"preactivation","testmode":false,"ttype":"variation","val":"bouncex.body.prepend(bouncex.campaigns[ca_id].obj1);"},"topbar_pushdown":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\n}\n\nfunction updatePushdown() {\n var pushAmount = $creative.height();\n \n var styles = [\n '.middle-container-stick { margin-top: '+pushAmount+'px; }'\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').text(styles.join(' '));\n}\n\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushdown);\n\nupdatePushdown();"},"topbar_pushdown_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":1,"gmp":0,"whitelist_check":0},"compliance_json":"{\"gdpr\":1,\"gmp\":0,\"whitelist_check\":0}","confirmation_criteria":null,"confirmation_page":null,"confirmation_url":null,"content_width":"900","contract_id":"0","cookie_type":"bind_to_domain","currency":"USD","custom_campaign_js":"{\"topbar_placement\":{\"val\":\"bouncex.body.prepend(bouncex.campaigns[ca_id].obj1);\",\"event\":\"preactivation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"topbar_pushdown\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\\n}\\n\\nfunction updatePushdown() {\\n var pushAmount = $creative.height();\\n \\n var styles = [\\n '.middle-container-stick { margin-top: '+pushAmount+'px; }'\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').text(styles.join(' '));\\n}\\n\\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushdown);\\n\\nupdatePushdown();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"topbar_pushdown_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"index_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_pushup\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\\n}\\n\\nfunction updatePushup() {\\n var pushAmount = $creative.outerHeight(true);\\n\\n var styles = [\\n '.ut_container, .bordeaux-anchored-container, #ogy-ad-slot \u003e [id*=\\\"ogy-root-container\\\"], #IL_SR_VIDEO, #IL_INSEARCH, #IL_MSR_VIDEO_CONTAINER_ima-ad-container { margin-bottom: '+pushAmount+'px; }',\\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\\n}\\n \\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\\n\\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\\n \\nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updatePushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n});\\n\\nupdatePushup();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_zindex\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 2147483647; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"overlay_index_fix\":{\"val\":\"bouncex.addCss('.bordeaux-anchored-container { z-index: 9995; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_pushup_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"cornertab_pushup\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\\n}\\n\\nfunction updateCornerPushup() {\\n var pushAmount = $creative.outerHeight(true);\\n \\n var utContainerAdHeight = jQuery('.ut_container').length \u003e 0 ? jQuery('.ut_container').outerHeight() : 0;\\n var bordeauxAdHeight = jQuery('.bordeaux-anchored-container').length \u003e 0 ? jQuery('.bordeaux-anchored-container').outerHeight() : 0;\\n var ogyAdHeight = jQuery('#ogy-ad-slot \u003e [id*=\\\"ogy-root-container\\\"]').length \u003e 0 ? jQuery('#ogy-ad-slot \u003e [id*=\\\"ogy-root-container\\\"]').outerHeight() : 0;\\n var ilSrVideoAdHeight = jQuery('#IL_SR_VIDEO').length \u003e 0 ? jQuery('#IL_SR_VIDEO').outerHeight() : 0;\\n var ilInSearchAdHeight = jQuery('#IL_INSEARCH').length \u003e 0 ? jQuery('#IL_INSEARCH').height() : 0;\\n var ilMsrAdHeight = jQuery('#IL_MSR_VIDEO_CONTAINER_ima-ad-container').length \u003e 0 ? jQuery('#IL_MSR_VIDEO_CONTAINER_ima-ad-container').outerHeight() : 0;\\n \\n var biggestAdHeight = Math.max(utContainerAdHeight, bordeauxAdHeight, ogyAdHeight, ilSrVideoAdHeight, ilInSearchAdHeight, ilMsrAdHeight);\\n \\n var styles = [\\n '.footer { margin-bottom: '+pushAmount+'px; }',\\n '#bx-campaign-' + campaign_id + ' .bx-slab { margin-bottom: '+biggestAdHeight+'px; }'\\n ];\\n \\n var stylesRight = [];\\n \\n var stylesLeft = [];\\n \\n var stylesFull = [];\\n \\n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\\n \\n if ($creative.outerWidth() === bouncex.body.width()) {\\n styles.push(stylesFull.join(' '));\\n }\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\\n}\\n\\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\\n\\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\\n \\n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updateCornerPushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n });\\n \\n updateCornerPushup();\\n}\\n\\nvar bxScrollTimeout;\\nbouncex.on(bouncex.window, 'scroll.bx-'+ca_id, function(){\\n window.clearTimeout(bxScrollTimeout);\\n bxScrollTimeout = bouncex.setTimeout2(function() {\\n updateCornerPushup();\\n }, 250);\\n});\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"cornertab_pushup_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\\nbouncex.off(bouncex.window, 'scroll.bx-'+ca_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"sidetab_push\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-sidetab-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-sidetab-pushup');\\n}\\n\\nfunction updateSideTabPushup() {\\n var pushAmount = $creative.outerHeight(true);\\n \\n /** DELETE ANY ARRAYS AND SUBSEQUENT LOGIC THAT IS NOT NEEDED **/\\n var styles = [];\\n \\n var stylesRight = [];\\n \\n var stylesLeft = [];\\n \\n var stylesFull = [];\\n \\n styles.push($campaign.hasClass('bx-fixed-rm') ? stylesRight.join(' ') : stylesLeft.join(' '));\\n \\n if ($creative.outerWidth() === bouncex.body.width()) {\\n styles.push(stylesFull.join(' '));\\n }\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-sidetab-pushup-style').text(styles.join(' '));\\n}\\n\\nif ($campaign.hasClass('bx-fixed-rm') || $campaign.hasClass('bx-fixed-lm')) {\\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateSideTabPushup);\\n\\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateSideTabPushup);\\n \\n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updateSideTabPushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n });\\n \\n updateSideTabPushup();\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanotab\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"sidetab_push_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-sidetab-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanotab\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"sidetab_push_close_dupe\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-sidetab-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":true,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanotab\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"remove_form_focus\":{\"val\":\"/* focus outline adjustment - remove form focus */\\nbouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"heading_focus\":{\"val\":\"/* focus outline adjustment - heading focus */\\nbouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\\n if ($htmlHeadingElement.length \u003e 0) {\\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\\n } else {\\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\\n if ($headlineGroup.length === 0) {\\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\\n }\\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\\\"bx-2-heading wknd-ally-focus\\\" id=\\\"'+$headlineGroup.attr('id')+'-h2\\\" tabindex=\\\"-1\\\" role=\\\"heading\\\" aria-level=\\\"2\\\"\u003e\u003c/div\u003e'); \\n }\\n});\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"}}","custom_js":"/* enable.feature.TCF_ENABLE_NEW_PURPOSE_LIST */\n\nif (bouncex.vars.traffic_segmentation !== undefined \u0026\u0026 !bouncex.vars.traffic_segmentation) {\n /* setting var only if it exists but isn't yet set */\n bouncex.setVar('traffic_segmentation', Math.floor(Math.random() * 100) + 1);\n}","custom_liquid_variable":"{\"canvas_overlay\":{\"val\":\"\",\"enabled\":false,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"daily_header\":{\"val\":\"Black Friday Is Here—These Rich-Looking Finds I'm Coveting\",\"endDate\":\"2024-12-03T04:59:00.000Z\",\"endTime\":null,\"startDate\":\"2024-12-02T05:00:00.000Z\",\"startTime\":null,\"enabled\":true,\"promoVal\":\"I’m Using Aritzia’s Black Friday Sale to Build My Dream Winter Wardrobe for Less Than $300\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"post_submit_daily\":{\"val\":\"See the Black Friday Rich-Looking Finds I'm Coveting\",\"endDate\":\"2024-12-03T04:59:00.000Z\",\"endTime\":null,\"startDate\":\"2024-12-02T05:00:00.000Z\",\"startTime\":null,\"enabled\":true,\"promoVal\":\"See Aritzia’s Black Friday Sales for a Dream Winter Wardrobe for Less Than $300 \",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"}}","custom_variable":"{\"article_title\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"bouncex.utils.gtmLookup('page.title') || '';\",\"default\":\"false\",\"page_type_json\":[\"article\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"category_type\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('.breadcrumb a').first().text();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"article_tags\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"(function() {\\n var tags = bouncex.utils.gtmLookup('page.tags') || '';\\n if (tags.indexOf('serverside') \u003e -1) {\\n return bouncex.utils.gtmLookup('product.secondary.products') || '';\\n }\\n return tags;\\n})();\",\"default\":\"false\",\"page_type_json\":[\"article\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"sub_category\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('.breadcrumb a').length \u003e 1 \u0026\u0026 jQuery('.breadcrumb a').last().text();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"page_type\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"bouncex.website.pts\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"submitted_onsite\":{\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"jQuery('.newsletter-form__message').length \u003e 0 || null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"trending_story_1\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('.trending__item a').eq(0).text();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"trending_story_2\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('.trending__item a').eq(1).text();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"trending_story_3\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('.trending__item a').eq(2).text();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"trending_story_4\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('.trending__item a').eq(3).text();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"traffic_referral_source\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"window.location.search.length ? bouncex.utils.getParam('utm_source') : document.referrer;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"dfp_rblock\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function() {\\n function check() {\\n bouncex.dfp_loaded = false || bouncex.dfp_loaded;\\n var slots = window.googletag \u0026\u0026 typeof googletag.pubads == 'function' \u0026\u0026 typeof googletag.pubads().getSlots == 'function'? googletag.pubads().getSlots() : [];\\n var numSlots = slots.length;\\n for (var i = 0; i \u003c numSlots; i++) {\\n var slotInfo = slots[i] \u0026\u0026 typeof slots[i].getResponseInformation == 'function'? slots[i].getResponseInformation() : false;\\n if (slotInfo \u0026\u0026 slotInfo.lineItemId) {\\n bouncex.dfp_loaded = true;\\n if (bouncex.website.gbi.rblocks \u0026\u0026 bouncex.website.gbi.rblocks.indexOf(slotInfo.lineItemId) \u003e -1) {\\n return 'sponsor';\\n }\\n }\\n }\\n if (bouncex.dfp_loaded) {\\n return 'allow';\\n }\\n return 'not_ready';\\n }\\n if (!!bouncex.website.gbi \u0026\u0026 !!bouncex.website.gbi.rblocks) {\\n if (!bouncex.website.gbi_enabled) {\\n return 'disabled';\\n } else if (bouncex.dfp_loaded) {\\n return null;\\n } else if (window.googletag \u0026\u0026 googletag.apiReady \u0026\u0026 googletag.pubadsReady) {\\n return check();\\n } else if (typeof window.googletag === 'undefined') {\\n return 'no_googletag';\\n }\\n return 'fallback';\\n } else {\\n return 'not_ready';\\n }\\n})();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"logged_in\":{\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"ever_logged_in\":{\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"bouncex.vars.logged_in || null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"submitted_customers\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"submitted_nikki\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"submitted_zmcn\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"subscription_modal_present\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"bouncex.state.device.device_type === 'desktop' \u0026\u0026\\n bouncex.utils.getNestedProp('defaultFlags.newsletter.exitIntent.enabled') \u0026\u0026\\n jQuery('#slice-container-newsletterForm-exitIntent').length \u003e 0 \u0026\u0026\\n (!bouncex.getBounceCookie('FTR_Exit_Intent_Display-marieclaire') || jQuery('#slice-container-newsletterForm-exitIntent .exit-intent__background').length \u003e 0);\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false,\"desc\":\"cookie is only set after the exit intent modal is impressed and then closed in the visit, so this logic should catch page views where the native campaign is eligible but not yet impressed; only applied on desktop\"},\"traffic_segmentation\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false,\"desc\":\"value is being set once per session via Advanced Settings\"}}","deployment_json":null,"deployment_presets":{"Cyber Week Inclusion":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"11/29/2024 00:00"}],[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"12/02/2024 23:59"}]],"Excluded URLs":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/about-us/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/contact/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/advertise-online/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/newsletter/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/terms-conditions/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/privacy-policy/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/cookies-policy/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/careers/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/privacy-portal/"}]],"Has Not Submitted Daily":[[{"activation":"variable","prop":"equal","prop2":"submitted_customers","prop3":"","val":"false"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=Selligent"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}]],"Nikki Self Checkout Pages":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/capsule-wardrobe-alternative"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/capsule-wardrobe-alternative?utm_medium=referral\u0026utm_source=wunderkind\u0026utm_campaign=social"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/transitional-pieces-winter-spring"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/last-matches-pieces"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"fashion/spring-wardrobe-investment-pieces"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/what-to-pack-los-angeles"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/self-checkout-bags"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/self-checkout-outfit-formulas"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/author/nikki-ogunnaike/"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/culture/nikki-ogunnaike-guiding-principles/"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/beauty/sephora-ulta-beauty-products/"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/summer-essentials/"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/chic-bag-styles/"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/spring-shoe-trends/"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"fashion/summer-essential-pieces/"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/fashion/summer-outfit-formulas/"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"fashion/self-checkout-summer-travel-essentials/"}]],"Nordstrom Sale Inclusion":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"07/18/2024 00:00"}],[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"08/05/2024 00:00"}]],"Not a Newsletter Subscriber":[[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}],[{"activation":"variable","prop":"equal","prop2":"submitted_onsite","prop3":"","val":"false"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=Selligent"}]],"Prime Day Sale Inclusion":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"07/16/2024 00:00"}],[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"07/17/2024 23:59"}]],"Royals Pages":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/royals"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Royals"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Prince_George"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Catherine_Duchess_of_Cambridge"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"British_throne"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Royal_Highness"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Kate"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"prince-william"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"British_royal_family"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Emily_Maitlis"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Prince_Andrew"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Princess"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Prince_Harry"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Duke_of_Sussex"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Diana_Princess_of_Wales"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"William_Prince_of_Wales"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Elizabeth"},{"activation":"variable","prop":"contains","prop2":"article_tags","prop3":"","val":"Prince"}]],"Sale Period Exclusion":[[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"11/28/2024 23:59"},{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"12/03/2024 00:00"}]],"Social Traffic":[[{"activation":"landing_page_url","prop":"contains","prop2":"","prop3":"","val":"utm_campaign=social"},{"activation":"landing_page_url","prop":"contains","prop2":"","prop3":"","val":"utm_medium=social-media"},{"activation":"landing_page_url","prop":"contains","prop2":"","prop3":"","val":"instagram"},{"activation":"referral","prop":"contains","prop2":"","prop3":"","val":"facebook"},{"activation":"landing_page_url","prop":"contains","prop2":"","prop3":"","val":"twitter"},{"activation":"landing_page_url","prop":"contains","prop2":"","prop3":"","val":"utm_campaign=socialflow"},{"activation":"variable","prop":"contains","prop2":"traffic_referral_source","prop3":"","val":"twitter"},{"activation":"variable","prop":"contains","prop2":"traffic_referral_source","prop3":"","val":"instagram"},{"activation":"variable","prop":"contains","prop2":"traffic_referral_source","prop3":"","val":"facebook"},{"activation":"variable","prop":"contains","prop2":"traffic_referral_source","prop3":"","val":"pinterest"}]]},"deployment_settings":null,"device_graph_enabled":"0","device_graph_settings":{"tagData":{"async":"true","data-fire":"0","data-gm":"0","id":"c.js","src":"//pixel.cdnwidget.com/cdn/c.min.js"},"trafficPercentage":100},"dfp_account_id":"10518929","dt_inserted_unix":"1699298218","els":[],"enable_advanced_cookie":"0","enable_ally":"0","enable_bpush":"0","enable_ga_integration":"1","enable_iframe":"0","enable_waypoints":"0","enabled":"1","encrypt_email":"0","encrypt_email_two_way":"0","event_stream_enabled":"1","event_tracking_enabled":"2","event_tracking_js":"","event_tracking_test_mode":"1","fastboot_enabled":"1","feed_config_json":"","force_https":"0","gbi_enabled":"1","global_control_size":"0","global_deployment":{"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"any_page_url|gclid|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"gclid"},"any_page_url|utm_medium=email|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"},"any_page_url|utm_source=Selligent|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=Selligent"},"google_mobile_policy|session":{"activation":"google_mobile_policy","prop":"yes","prop2":"session","prop3":"","val":""}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":"UA-198556563-1","google_analytics_view_account":null,"google_analytics_view_id":"244125323","ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"6866","inbox_reporting_enabled":"0","lang":"english","liquid_vars":{"canvas_overlay":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"daily_header":{"description":"","enabled":true,"endDate":"2024-12-03T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"I’m Using Aritzia’s Black Friday Sale to Build My Dream Winter Wardrobe for Less Than $300","startDate":"2024-12-02T05:00:00.000Z","startTime":null,"val":"Black Friday Is Here—These Rich-Looking Finds I'm Coveting"},"post_submit_daily":{"description":"","enabled":true,"endDate":"2024-12-03T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"See Aritzia’s Black Friday Sales for a Dream Winter Wardrobe for Less Than $300 ","startDate":"2024-12-02T05:00:00.000Z","startTime":null,"val":"See the Black Friday Rich-Looking Finds I'm Coveting"}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"ads_campaigns_status":"","ads_config":"{\"freqCapEnabled\":\"false\",\"sourcePartner\":\"none\",\"cpmSensitivity\":\"3\",\"cpmNotes\":\"\"}","ads_enabled":"1","ads_reps":"{\"bdRep\":9852,\"adsCSM\":5872}","aqbxtest_override_content":"{}","bx_share":"50","enable_ally_settings_json":"{\"enable_ally_aria_labels\":1,\"enable_ally_focus\":0,\"enable_ally_number_to_string\":1}","enable_cms_dfp_suppression":"0","enable_osr_events":"0","google_analytics_v4_measurement_id":"G-1BL228DNPX","google_analytics_v4_property_id":"320231595","gs_url_identifiers":"","max_activations_timeperiod":"0","max_activations_timeperiod_hours":"0","minify_email":"0","parent_company":"{\"name\":\"Future PLC\",\"domain\":\"futureplc.com\",\"sellerType\":\"publisher\"}","single_page_app_on":"0","single_page_app_test_mode":"1","sms_creds_id":"","sms_double_opt_in":"0","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{}","use_button_tag_for_close":"1","use_verbose_label_for_close":"1","wknd_web_sdk_enabled":"0"},"name":"Future PLC | Marie Claire US","no_control_ips":[],"no_ecaps_in_canada":"1","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":null,"page_type_json":{"article":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('#hero').length \u003e 0;"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('#subcategory-list').length \u003e 0;"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/';"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":{"index":{"jsonp":true,"production":true,"qa_site_id":167884,"reload":300000,"s":"1127120","ssp_priority":2,"stackWeight":0,"timeout":2000},"magnite":{"account_id":"20986","reload":"300000","site_id":"507352","ssp_priority":7,"zone_id":"3495194"},"pbm":{"desktop_id":"1245404","endpoint":"hbopenbid.pubmatic.com/translator?","mobile_id":"1245472","publisher_id":"156512","qa_site_id":"248764","reload":300000,"ssp_priority":1,"timeout":2000,"user_sync_endpoint":"ads.pubmatic.com/AdServer/js/user_sync.html"}},"script_delay":"0","script_tags_json":"","sibling_website_ids":null,"template_site":"0","test_child_id":"0","test_enabled":"0","test_traffic":"50","third_party_cookie":"0","top_stats_disabled":"0","tp_conversion_js":null,"use_website_cookie":"0","user_history_enabled":"0","v2_enabled":"0","vars":[{"code":"(function() {\n var tags = bouncex.utils.gtmLookup('page.tags') || '';\n if (tags.indexOf('serverside') \u003e -1) {\n return bouncex.utils.gtmLookup('product.secondary.products') || '';\n }\n return tags;\n})();","default":"false","name":"article_tags","page_types":["article"],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"bouncex.utils.gtmLookup('page.title') || '';","default":"false","name":"article_title","page_types":["article"],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"jQuery('.breadcrumb a').first().text();","default":"false","name":"category_type","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"(function() {\n function check() {\n bouncex.dfp_loaded = false || bouncex.dfp_loaded;\n var slots = window.googletag \u0026\u0026 typeof googletag.pubads == 'function' \u0026\u0026 typeof googletag.pubads().getSlots == 'function'? googletag.pubads().getSlots() : [];\n var numSlots = slots.length;\n for (var i = 0; i \u003c numSlots; i++) {\n var slotInfo = slots[i] \u0026\u0026 typeof slots[i].getResponseInformation == 'function'? slots[i].getResponseInformation() : false;\n if (slotInfo \u0026\u0026 slotInfo.lineItemId) {\n bouncex.dfp_loaded = true;\n if (bouncex.website.gbi.rblocks \u0026\u0026 bouncex.website.gbi.rblocks.indexOf(slotInfo.lineItemId) \u003e -1) {\n return 'sponsor';\n }\n }\n }\n if (bouncex.dfp_loaded) {\n return 'allow';\n }\n return 'not_ready';\n }\n if (!!bouncex.website.gbi \u0026\u0026 !!bouncex.website.gbi.rblocks) {\n if (!bouncex.website.gbi_enabled) {\n return 'disabled';\n } else if (bouncex.dfp_loaded) {\n return null;\n } else if (window.googletag \u0026\u0026 googletag.apiReady \u0026\u0026 googletag.pubadsReady) {\n return check();\n } else if (typeof window.googletag === 'undefined') {\n return 'no_googletag';\n }\n return 'fallback';\n } else {\n return 'not_ready';\n }\n})();","default":"false","name":"dfp_rblock","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.vars.logged_in || null;","default":"false","name":"ever_logged_in","page_types":[],"persist":"permanent","polling":"all","testmode":true,"trigger":"pageload"},{"code":"null;","default":"false","name":"logged_in","page_types":[],"persist":"visit","polling":"all","testmode":true,"trigger":"pageload"},{"code":"bouncex.website.pts","default":"false","name":"page_type","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"jQuery('.breadcrumb a').length \u003e 1 \u0026\u0026 jQuery('.breadcrumb a').last().text();","default":"false","name":"sub_category","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"submitted_customers","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"submitted_nikki","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":"pageload"},{"code":"jQuery('.newsletter-form__message').length \u003e 0 || null;","default":"false","name":"submitted_onsite","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"submitted_zmcn","page_types":[],"persist":"permanent","polling":"none","testmode":true,"trigger":"pageload"},{"code":"bouncex.state.device.device_type === 'desktop' \u0026\u0026\n bouncex.utils.getNestedProp('defaultFlags.newsletter.exitIntent.enabled') \u0026\u0026\n jQuery('#slice-container-newsletterForm-exitIntent').length \u003e 0 \u0026\u0026\n (!bouncex.getBounceCookie('FTR_Exit_Intent_Display-marieclaire') || jQuery('#slice-container-newsletterForm-exitIntent .exit-intent__background').length \u003e 0);","default":"false","name":"subscription_modal_present","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"window.location.search.length ? bouncex.utils.getParam('utm_source') : document.referrer;","default":"false","name":"traffic_referral_source","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"traffic_segmentation","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"jQuery('.trending__item a').eq(0).text();","default":"false","name":"trending_story_1","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"jQuery('.trending__item a').eq(1).text();","default":"false","name":"trending_story_2","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"jQuery('.trending__item a').eq(2).text();","default":"false","name":"trending_story_3","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"jQuery('.trending__item a').eq(3).text();","default":"false","name":"trending_story_4","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"}],"website":"marieclaire.com","website_id":"6866","cache_meta":{"paths":{"2405823":"cache/6866/campaigns/2405823-f03c916612a616ec573af3f2d0b3b717","2405824":"cache/6866/campaigns/2405824-f4d120fcba2f39bb968de9d1067b3f75","2405825":"cache/6866/campaigns/2405825-59f193048926339d6a5984a0a81cc962","2420249":"cache/6866/campaigns/2420249-25590829620247ea578c02b1018a4e0b","2420251":"cache/6866/campaigns/2420251-bfc0d3235253bcb039048d5435da6b19","2420253":"cache/6866/campaigns/2420253-3ec0d3d2f9e052f39d0e3c465831bb70","2420255":"cache/6866/campaigns/2420255-dd9086c9476193f6a5f1d2e1ccb04b7a","2420256":"cache/6866/campaigns/2420256-9fe111262d2ef710508d98cf0ac0d11b","2425777":"cache/6866/campaigns/2425777-42907a1b489c17fb1d6ec79ae5faeab6","2425778":"cache/6866/campaigns/2425778-8d9baf69d5c3d638f5fd3a17d876f1a8","2425779":"cache/6866/campaigns/2425779-123b08d601a07a0d8ed8c07465e57ca5","2425807":"cache/6866/campaigns/2425807-6a46c46eb837f78af3e6a4ba09ce0cc2","2425844":"cache/6866/campaigns/2425844-c655a31ce19260c9d56942af768dd22d","2425845":"cache/6866/campaigns/2425845-dc19be7209e663d483719e96b603cc94","2426340":"cache/6866/campaigns/2426340-a0967ec2c7ffb519b107447a814abc44","2426341":"cache/6866/campaigns/2426341-a5788e9cc1dac8cf8891e3ccaf8722e5","2426343":"cache/6866/campaigns/2426343-5ea3c4be4dc49060984dd5418e889f3f","2426344":"cache/6866/campaigns/2426344-0010583ad67b92a89d6f1ae83d7799f4","2426345":"cache/6866/campaigns/2426345-f944debab94955e809ab9b3175220d51","2426346":"cache/6866/campaigns/2426346-220284a50967e845fd14a9d00807dd41","2426347":"cache/6866/campaigns/2426347-26be69a3e972e15addeb9d6f2ceb71ad","2431028":"cache/6866/campaigns/2431028-170af0c6b606160d9831524abfb0923a","2444658":"cache/6866/campaigns/2444658-5f68e695206d37082339671ecca69a67","2444659":"cache/6866/campaigns/2444659-c35185374f2e50bab1c8484e918fd675","2451111":"cache/6866/campaigns/2451111-5f5a3603df97aeafcee5500ca77a8b18","2452128":"cache/6866/campaigns/2452128-8ff9f27a10688441bfe03ca09d922435","2452130":"cache/6866/campaigns/2452130-5d1bad204be9ad97e6d01d7662e65f25","2452131":"cache/6866/campaigns/2452131-16fdc88d6ec82fc184ae4fdbff6e0760","2452166":"cache/6866/campaigns/2452166-7067d44f34bbf8dcd7cb41db6da3c378","2452167":"cache/6866/campaigns/2452167-d23c0278701eb508f1a6ff646248208e","2452168":"cache/6866/campaigns/2452168-9d18a7a15880d6a7fbdb04cd2b6a8ab5","2452169":"cache/6866/campaigns/2452169-f67d3dd8054617192cd7a8540cfe9c4f","2452170":"cache/6866/campaigns/2452170-b531e6c332a106d906238d54b9f25b95","2452178":"cache/6866/campaigns/2452178-8c6453a36386973066e566113703792c","2457472":"cache/6866/campaigns/2457472-451cb919c24e6614b5c89aaa1c161a50","2457473":"cache/6866/campaigns/2457473-a3ded000a7b067097ec7413f149ea2f2","2457580":"cache/6866/campaigns/2457580-0e555bf6178693a9693118eb53b1bccb","2457581":"cache/6866/campaigns/2457581-be76d44ea7e96fe7f2dbbc4b9641b0e5","2457643":"cache/6866/campaigns/2457643-daccb3ca144c73ea13b68d0e57b00754","2464273":"cache/6866/campaigns/2464273-40ee87f893d15e9a677a45295055374e","2464274":"cache/6866/campaigns/2464274-f7ffc69999c3d611a19a2e1dcba50039","2470808":"cache/6866/campaigns/2470808-647f7a011e8b8cf155bf9aa2856722a6","2470809":"cache/6866/campaigns/2470809-6a26778e29a6348ec0e8cb55dd768d7d","2470810":"cache/6866/campaigns/2470810-f785480fe222a647fb6aea7985ada1d4","2470812":"cache/6866/campaigns/2470812-4f9b17287d7eae98dc7cc890c5687ca0","2470813":"cache/6866/campaigns/2470813-529b2be9b864c7f2ac7470541c11fcff","2475364":"cache/6866/campaigns/2475364-739363862ef54c6141cbc9cd53a80817","2480300":"cache/6866/campaigns/2480300-8f49eda14aaba524a0f975a40e302ea8","2480301":"cache/6866/campaigns/2480301-0f5ce57def12a5994ea764b11df02546","2480302":"cache/6866/campaigns/2480302-9fbd1cef048e72d6c1cce769781530b6","2483952":"cache/6866/campaigns/2483952-36f72d6c68aaf3120c63942f27b02afb","2483953":"cache/6866/campaigns/2483953-8288704a1a4d55454c22f0c1082c9c49","2483954":"cache/6866/campaigns/2483954-50baa73802e6e32147b773f2fd7f8c41","2485306":"cache/6866/campaigns/2485306-d683a07bd9ddba4b4d3abf0431dd6efe","2494623":"cache/6866/campaigns/2494623-302331fe36dc6d4add0dbc894e9d5e43","2498136":"cache/6866/campaigns/2498136-c6682e9e2550a03c80fe74426ce27162","2500336":"cache/6866/campaigns/2500336-e3464476b56360445fd457f0694288de","2500339":"cache/6866/campaigns/2500339-d851ee1b36682a61e1fc5399bb51ff44","2500459":"cache/6866/campaigns/2500459-efff9bafbe537844fb1e96e6b92f13c0","2500460":"cache/6866/campaigns/2500460-c5d1d25daac64eaedae4c0d1f3bad847","2500583":"cache/6866/campaigns/2500583-c564044f857b0025df659ce1cc5544aa","2514564":"cache/6866/campaigns/2514564-ace328eae162d3eb0c019c3e9f743789","2514565":"cache/6866/campaigns/2514565-2b19bcc437403771e10783d8bcc29776","2515093":"cache/6866/campaigns/2515093-7c8309c45d2f9a888e734d7988fed7d4","2515128":"cache/6866/campaigns/2515128-663f0e03a7acf377ffe3a454c62ecfa4","2515129":"cache/6866/campaigns/2515129-43eccc2a7f9ecf2587a59a6efdd5a551","2519629":"cache/6866/campaigns/2519629-46101e97b2378d7844edc16caf86e182","2532358":"cache/6866/campaigns/2532358-49a895bbc3cf7d6bca817e2f6fe25c82","2532359":"cache/6866/campaigns/2532359-c91294f92e7d4ddcd0205d1860c4e222","2532362":"cache/6866/campaigns/2532362-2eaa99e705c19f53cb2608b2744d9843","2532371":"cache/6866/campaigns/2532371-9f940db5e4b4a657057e0daa7c0ae6bb","2532404":"cache/6866/campaigns/2532404-90b053c27d1d8f1e2297414204faa082","2532405":"cache/6866/campaigns/2532405-ef8ad6e8ca2b3d1e6254c20488e75c15","2535076":"cache/6866/campaigns/2535076-b01b47fff7e06e99ca629e98d5fad8fa","2535077":"cache/6866/campaigns/2535077-c5ed9044664f58d19f99a17890e070ed","2551326":"cache/6866/campaigns/2551326-f060ca243c99f8b716dd2361de9993d7","2551352":"cache/6866/campaigns/2551352-ee47ba9ec9265b0d3bc14b484c377a30","2552132":"cache/6866/campaigns/2552132-4e275b894f4c5f5dd8aabb4a6212f76c","2586492":"cache/6866/campaigns/2586492-1707cc4fc1ee7e5f8c567d032d508b84","2586501":"cache/6866/campaigns/2586501-ef5631409fce75896526ca61aa521155","2586552":"cache/6866/campaigns/2586552-879abe1a1734eb2c8c7c14b9dcff7bda","2586553":"cache/6866/campaigns/2586553-f145e5ca131f9c2e9e453c05efe43091","2586554":"cache/6866/campaigns/2586554-010b9cc9274180bcdfbf5f40b3c4f7aa","2586556":"cache/6866/campaigns/2586556-9eebd32adff2dd8989843007cc94d0ac","2586557":"cache/6866/campaigns/2586557-2ae725e63b38500c7aaa71abc3c35a45","2586558":"cache/6866/campaigns/2586558-49f04cab8ca4185091d054b2f34ebc90","2593430":"cache/6866/campaigns/2593430-0f40cc716be8421753eb02eafce1ae2e","2593431":"cache/6866/campaigns/2593431-71ba25ce83ff2c9a77d6af085bca14b7","2593732":"cache/6866/campaigns/2593732-44482129e843f1e9b116d7113336a41c","2600913":"cache/6866/campaigns/2600913-22bfdf13a690987c6e88f7f185a37a96","2634908":"cache/6866/campaigns/2634908-bc5ccafa9b8fbec72c723ae90f97c94e","2634909":"cache/6866/campaigns/2634909-1de525e720b1c5cd4d8255ec339de878","2634910":"cache/6866/campaigns/2634910-5a7b1ceac994fcf1dab99ec4797b96f0","2634911":"cache/6866/campaigns/2634911-d754a3597f09c4790ccc46c11f54fe52","2644059":"cache/6866/campaigns/2644059-1a1c81760605c636be72d5aa483a3d4f","2644189":"cache/6866/campaigns/2644189-6b59d12b2514b9d0439254edbfdfaef2","2644200":"cache/6866/campaigns/2644200-0a97ac19166c15a351cc467e5ab7f4c4","2655874":"cache/6866/campaigns/2655874-14412fd8922634f4611c3108a3306601","2655878":"cache/6866/campaigns/2655878-2d668f2c1bffb515944e59b94b8db7a1","2668446":"cache/6866/campaigns/2668446-6812b429e7e9f7f2e0bcb91b5ce0c0b5","2668447":"cache/6866/campaigns/2668447-df07f89077ee8447ef7ab36a9130e9ba","2668448":"cache/6866/campaigns/2668448-8dff2989736ab64b9486ed18e95bfb63","2668452":"cache/6866/campaigns/2668452-dfe7fb30b9d09a5db376a4ea2810ab76","2668453":"cache/6866/campaigns/2668453-c3f264c5027eba1f94ed867b3129692b","2668454":"cache/6866/campaigns/2668454-92a0502fc826c41626ccb0ca91854dd6","2668455":"cache/6866/campaigns/2668455-d4b8c103b8e7d2b19751fec75bee1f18","2668457":"cache/6866/campaigns/2668457-6b0f4b98578989301c2ddf440956ff4d","2668458":"cache/6866/campaigns/2668458-4aa080f190b86a68c0cdae2dca5c65d7","2668459":"cache/6866/campaigns/2668459-2f548801f89a45811e5b7aabdcf5cb09","2668461":"cache/6866/campaigns/2668461-6c06a22844ecccc43dd73f407da4964a","2668462":"cache/6866/campaigns/2668462-4586a2e6c58fc5017fcef6757996a22c","2668463":"cache/6866/campaigns/2668463-c466bdb3d58324a7df70e64a684146e5","2668465":"cache/6866/campaigns/2668465-ffa03b2f8dd7c632bf9dd9dfde45b727","2671919":"cache/6866/campaigns/2671919-a0ca224376683cc41a6c900556810d3e","2671921":"cache/6866/campaigns/2671921-cdceb60b1eadf20879fc3b75fc868f0b","2671923":"cache/6866/campaigns/2671923-867a3f6cfa0e70426c95d7f5f3614265","2671925":"cache/6866/campaigns/2671925-432395bb6c37f7aba19c2de7d99a7440","2671927":"cache/6866/campaigns/2671927-560092853027a5e3ae73b36aa490dc76","2685785":"cache/6866/campaigns/2685785-e119b68995a43d79133d9f5d18474bf5","2750398":"cache/6866/campaigns/2750398-f3795e3db83cb089371ec474d5199588","2750399":"cache/6866/campaigns/2750399-a1ed01e9cdcb8b37c5825b4376d08179","2750400":"cache/6866/campaigns/2750400-43a97f7390b257145d6baadc12e25199","2750839":"cache/6866/campaigns/2750839-4e211add81da20150d2db53313a990ea","2750840":"cache/6866/campaigns/2750840-98437129eb09be2f41fd4d772e1c26a8","2750841":"cache/6866/campaigns/2750841-ab6a667476716896d63e22d700f9fa3f","2750842":"cache/6866/campaigns/2750842-790ea96c106cc10e4f8032baf8474263","2751172":"cache/6866/campaigns/2751172-67bca02d5bb4f4bf3fe67ae8d01c5491","2751173":"cache/6866/campaigns/2751173-23562078428703db9179454ba4861d59","2751174":"cache/6866/campaigns/2751174-e228cde49513f86c6a4c5b300f7f5717","2751175":"cache/6866/campaigns/2751175-03c7c10f67ae805691e8cb973da6f5f3","2751177":"cache/6866/campaigns/2751177-7346311ee98585818ff9d758e27945b5","2751178":"cache/6866/campaigns/2751178-228052976f512147354bc11f086124e0","2751179":"cache/6866/campaigns/2751179-f9e0ca1d8b60c5839925ed3a472eba08","2758226":"cache/6866/campaigns/2758226-2ec5a9325c279b28e7b81eedd00bd3f8","2777590":"cache/6866/campaigns/2777590-cb1f531f0de7ed41007303c207ae357b","2777591":"cache/6866/campaigns/2777591-debe1684e8c2eab26b29177412ec6b98","2777593":"cache/6866/campaigns/2777593-2cd833371220ff3b19f46abc60ea31cf","2777594":"cache/6866/campaigns/2777594-9d16f64f6695beed11b077ca21643751","2777595":"cache/6866/campaigns/2777595-bb5b0ddc52d2f83c1880e663d8b5afb9","2777597":"cache/6866/campaigns/2777597-dcc3e99c7ec569f40d7681320383725c","2777598":"cache/6866/campaigns/2777598-9a5c10b94400f9dfb0b5425fb99dc5da","2777600":"cache/6866/campaigns/2777600-69cd8c83224b41af31ab54e3bffc47f3","2794492":"cache/6866/campaigns/2794492-f556cfc34a8b5e22642e698504fbeece","2794493":"cache/6866/campaigns/2794493-3bc762519c47dfb3253e1ae5c8fe94c0","2794495":"cache/6866/campaigns/2794495-f69d1829e5e1c01f32688afd5f5d2c99","2794496":"cache/6866/campaigns/2794496-18bbe52b7dae156eba1b029414ed6b9f","2794498":"cache/6866/campaigns/2794498-fb14b67583921801c900468e58790f7f","2794499":"cache/6866/campaigns/2794499-52710f6b92a133d10d69836ac173ea63","2794500":"cache/6866/campaigns/2794500-af21624451b4df48697b54fa27c14486","2794502":"cache/6866/campaigns/2794502-c67d40e07be711bbc1c6c92ffcf91fb7","2794503":"cache/6866/campaigns/2794503-82fe195357ff3b1d8a66f737de0453d6","2794506":"cache/6866/campaigns/2794506-b027621960b078304c51158e5853a9ae","2794507":"cache/6866/campaigns/2794507-2d567371b1175385813847b63ff85775","2808313":"cache/6866/campaigns/2808313-82dfe106048376dd6b30477afc9d1701","2808314":"cache/6866/campaigns/2808314-cf5348d7eb8791effbe74ce5c4f131fc","2839505":"cache/6866/campaigns/2839505-8c886e038b77ccc8cdc3d801eea24516","2839506":"cache/6866/campaigns/2839506-9cb3af96aeeacd6cb2924da39970943a","2839509":"cache/6866/campaigns/2839509-55d7ffc8afc1283d2040a50ddc3ceed9","2839510":"cache/6866/campaigns/2839510-f3eda11c98baa8f7f78f9748705c2627","2839512":"cache/6866/campaigns/2839512-df462ee9af3beb3c0bf50490d3a8c875","2839513":"cache/6866/campaigns/2839513-4870d8bcde776129fefa7c6c8d61a30e","2839514":"cache/6866/campaigns/2839514-ef60e788bc148e93f59732f37f3ae9d4","2839526":"cache/6866/campaigns/2839526-6b731ad6e7c56372564fadc7dbdfd72c","2839527":"cache/6866/campaigns/2839527-8ddbf4ff2252d40646317e18eda2ccd7","2840558":"cache/6866/campaigns/2840558-1c4d27b5ce6508b4901c07ccf8e99a3b","2865522":"cache/6866/campaigns/2865522-61932bc1af4e2facc2b780684ab3527a","2865523":"cache/6866/campaigns/2865523-afcea5a09f711976e986b6c962147d60","2865543":"cache/6866/campaigns/2865543-6cd356b64f7bb33dc0d03dabaa1a4e08","2865544":"cache/6866/campaigns/2865544-fb89581d8a404a648253d8355610a063","2865548":"cache/6866/campaigns/2865548-fae27fda56fd971befe79f5bf9685223","2865549":"cache/6866/campaigns/2865549-3b335d51830ffa9d7b0f2a068c832a34","2865550":"cache/6866/campaigns/2865550-cfbf7bb490dbfa7080bc9d57b6f5dd52","2865577":"cache/6866/campaigns/2865577-1f17da446558469a2a567fb8903df2ac","2865578":"cache/6866/campaigns/2865578-847dabb107d79cf39cf41b47644c17f5","2865581":"cache/6866/campaigns/2865581-583e7931893c36cb3b09da9cf8d0a6ef","2883574":"cache/6866/campaigns/2883574-31eff69ed9e71de6d6cdac2b89a120b9"},"index_live":"cache/6866/campaign-index-live-99a7c0dece31481da200c3dfa0f8d50c","index_test":"cache/6866/campaign-index-test-9d0e61b0a41e16672ef55d8ccd550c4d"}});