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":{"a11y_form_focus_fix":{"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","exclusions":{"2588391":1,"2588392":1,"2691770":1,"2759164":1},"inclusions":[],"testmode":false,"ttype":"variation","val":"/* Wrike 815351115 */\nvar $campaign = bouncex.campaigns[campaign_id].obj1;\n$campaign.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');"},"bbar_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","exclusions":{"2925068":1},"testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"bbar_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","exclusions":{"2925068":1},"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 '#onetrust-banner-sdk, [aria-describedby=\"scroll-to-top\"], #nebula_div_btn, .grecaptcha-badge, .MuiDrawer-paperAnchorDockedBottom { margin-bottom: '+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();"},"ctab_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"ctab_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(jQuery('#onetrust-banner-sdk'), 'click.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\n"},"ctab_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","exclusions":[],"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 cookiePresent = jQuery('#onetrust-banner-sdk:visible').length,\n cookieHeight = cookiePresent ? jQuery('#onetrust-banner-sdk').outerHeight(true) : 0,\n productBBPresent = jQuery('.MuiDrawer-paperAnchorDockedBottom').length,\n productBBHeight = productBBPresent ? \n jQuery('.MuiDrawer-paperAnchorDockedBottom').outerHeight(true) : 0,\n pushupHeight = cookiePresent ? 'calc(1rem + '+cookieHeight+'px)' : productBBHeight+'px';\n \n \n var styles = [\n 'footer { padding-bottom: '+pushAmount+'px; }',\n ];\n \n var stylesRight = [\n '#bx-campaign-' + campaign_id + ' .bx-slab, [aria-describedby=\"scroll-to-top\"], #nebula_div_btn, .grecaptcha-badge { margin-bottom: '+pushupHeight+'; }',\n '[aria-describedby=\"scroll-to-top\"] { margin-right: 20px; }'\n ];\n \n var stylesLeft = [\n '#bx-campaign-' + campaign_id + ' .bx-slab { margin-bottom: '+pushupHeight+'; }',\n ];\n \n var stylesFull = [\n ];\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\nbouncex.on(jQuery('#onetrust-banner-sdk'), 'click.bx-'+ca_id, function(){\n bouncex.setTimeout2(function(){updateCornerPushup()},500);\n});"},"index_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"},"ios_scroll_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","exclusions":[],"testmode":false,"ttype":"variation","val":"if (bouncex.browser.ios \u0026\u0026 bouncex.campaigns[campaign_id].inputs.length \u003e 0) {\n bouncex.off(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id+' blur.bcx_ios_input_fix_'+campaign_id);\n}"},"ios_scroll_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"if (bouncex.browser.ios \u0026\u0026 bouncex.campaigns[campaign_id].inputs.length \u003e 0) {\n bouncex.off(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id+' blur.bcx_ios_input_fix_'+campaign_id);\n \n bouncex.on(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id, function() {\n if (!bouncex.campaigns[campaign_id].hasIosInputFix) {\n bouncex.head.append('\u003cmeta name=\"viewport\" content=\"user-scalable=no, initial-scale=1, maximum-scale=1\" id=\"bx-ios-meta-'+campaign_id+'\"/\u003e');\n bouncex.campaigns[campaign_id].hasIosInputFix = true;\n }\n });\n \n bouncex.on(bouncex.campaigns[campaign_id].inputs, 'blur.bcx_ios_input_fix_'+campaign_id, function() {\n if (bouncex.campaigns[campaign_id].hasIosInputFix) {\n jQuery('#bx-ios-meta-'+campaign_id).remove();\n bouncex.campaigns[campaign_id].hasIosInputFix = false;\n }\n });\n}"},"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);\nbouncex.off(bouncex.window, 'scroll.bx-'+campaign_id);"},"pushdown_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","exclusions":{"2407439":1},"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 headerHeight = jQuery('header').outerHeight(true) + jQuery('.top-nav-container').outerHeight(true);\n mobileHeaderHeight = jQuery('#mobileStickyFilter').length \u003e 0 ? jQuery('#mobileStickyFilter').outerHeight() : 0;\n \n var styles = [\n '#category-container-mobile, #mobileStickyFilter.sticky-header, [role=\"presentation\"].MuiSnackbar-root { margin-top: '+pushAmount+'px; }',\n '@media screen and (min-width: 1170px) {',\n '#facet.css-wf77bt { margin-top: '+pushAmount+'px; }',\n '}',\n '@media screen and (max-width: 1169px) {',\n '#category-container-mobile { padding-bottom: '+(pushAmount+headerHeight)+'px; }',\n '#facet.css-wf77bt { top: '+(pushAmount+mobileHeaderHeight)+'px; }',\n '}'\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();"},"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);"},"top_bar_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 1102; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":0,"gmp":0,"whitelist_check":0},"compliance_json":"{\"gdpr\":0,\"gmp\":0,\"whitelist_check\":0}","confirmation_criteria":null,"confirmation_page":"","confirmation_url":null,"content_width":"900","contract_id":"3","cookie_type":"multi_cookie","currency":"USD","custom_campaign_js":"{\"ctab_pushup_fix\":{\"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 cookiePresent = jQuery('#onetrust-banner-sdk:visible').length,\\n cookieHeight = cookiePresent ? jQuery('#onetrust-banner-sdk').outerHeight(true) : 0,\\n productBBPresent = jQuery('.MuiDrawer-paperAnchorDockedBottom').length,\\n productBBHeight = productBBPresent ? \\n jQuery('.MuiDrawer-paperAnchorDockedBottom').outerHeight(true) : 0,\\n pushupHeight = cookiePresent ? 'calc(1rem + '+cookieHeight+'px)' : productBBHeight+'px';\\n \\n \\n var styles = [\\n 'footer { padding-bottom: '+pushAmount+'px; }',\\n ];\\n \\n var stylesRight = [\\n '#bx-campaign-' + campaign_id + ' .bx-slab, [aria-describedby=\\\"scroll-to-top\\\"], #nebula_div_btn, .grecaptcha-badge { margin-bottom: '+pushupHeight+'; }',\\n '[aria-describedby=\\\"scroll-to-top\\\"] { margin-right: 20px; }'\\n ];\\n \\n var stylesLeft = [\\n '#bx-campaign-' + campaign_id + ' .bx-slab { margin-bottom: '+pushupHeight+'; }',\\n ];\\n \\n var stylesFull = [\\n ];\\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\\nbouncex.on(jQuery('#onetrust-banner-sdk'), 'click.bx-'+ca_id, function(){\\n bouncex.setTimeout2(function(){updateCornerPushup()},500);\\n});\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"ctab_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(jQuery('#onetrust-banner-sdk'), 'click.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\\n\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ctab_index_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', 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\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"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\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"2\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"pushdown_fix\":{\"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 headerHeight = jQuery('header').outerHeight(true) + jQuery('.top-nav-container').outerHeight(true);\\n mobileHeaderHeight = jQuery('#mobileStickyFilter').length \u003e 0 ? jQuery('#mobileStickyFilter').outerHeight() : 0;\\n \\n var styles = [\\n '#category-container-mobile, #mobileStickyFilter.sticky-header, [role=\\\"presentation\\\"].MuiSnackbar-root { margin-top: '+pushAmount+'px; }',\\n '@media screen and (min-width: 1170px) {',\\n '#facet.css-wf77bt { margin-top: '+pushAmount+'px; }',\\n '}',\\n '@media screen and (max-width: 1169px) {',\\n '#category-container-mobile { padding-bottom: '+(pushAmount+headerHeight)+'px; }',\\n '#facet.css-wf77bt { top: '+(pushAmount+mobileHeaderHeight)+'px; }',\\n '}'\\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\\\":\\\"\\\"}}}\",\"exclusions\":{\"2407439\":1}},\"pushdown_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.window, 'scroll.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"top_bar_index_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 1102; }', 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\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"bbar_pushup_fix\":{\"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 '#onetrust-banner-sdk, [aria-describedby=\\\"scroll-to-top\\\"], #nebula_div_btn, .grecaptcha-badge, .MuiDrawer-paperAnchorDockedBottom { margin-bottom: '+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\\\":\\\"\\\"}}}\",\"exclusions\":{\"2925068\":1}},\"ios_scroll_fix\":{\"val\":\"if (bouncex.browser.ios \u0026\u0026 bouncex.campaigns[campaign_id].inputs.length \u003e 0) {\\n bouncex.off(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id+' blur.bcx_ios_input_fix_'+campaign_id);\\n \\n bouncex.on(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id, function() {\\n if (!bouncex.campaigns[campaign_id].hasIosInputFix) {\\n bouncex.head.append('\u003cmeta name=\\\"viewport\\\" content=\\\"user-scalable=no, initial-scale=1, maximum-scale=1\\\" id=\\\"bx-ios-meta-'+campaign_id+'\\\"/\u003e');\\n bouncex.campaigns[campaign_id].hasIosInputFix = true;\\n }\\n });\\n \\n bouncex.on(bouncex.campaigns[campaign_id].inputs, 'blur.bcx_ios_input_fix_'+campaign_id, function() {\\n if (bouncex.campaigns[campaign_id].hasIosInputFix) {\\n jQuery('#bx-ios-meta-'+campaign_id).remove();\\n bouncex.campaigns[campaign_id].hasIosInputFix = false;\\n }\\n });\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"bbar_index_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', 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\\\":\\\"\\\"}}}\",\"exclusions\":{\"2925068\":1}},\"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\\\":\\\"\\\"}}}\"},\"ios_scroll_close\":{\"val\":\"if (bouncex.browser.ios \u0026\u0026 bouncex.campaigns[campaign_id].inputs.length \u003e 0) {\\n bouncex.off(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id+' blur.bcx_ios_input_fix_'+campaign_id);\\n}\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"a11y_form_focus_fix\":{\"val\":\"/* Wrike 815351115 */\\nvar $campaign = bouncex.campaigns[campaign_id].obj1;\\n$campaign.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\\\":\\\"\\\"}}}\",\"inclusions\":{},\"exclusions\":{\"2588391\":1,\"2588392\":1,\"2691770\":1,\"2759164\":1}}}","custom_js":"","custom_liquid_variable":"{\"Address\":{\"val\":\"5601 Arnold Rd\u003cspan\u003e \u0026nbsp;|\u0026nbsp; \u003c/span\u003eDublin, CA\u0026nbsp;94568\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"CartUrl\":{\"val\":\"https://www.menswearhouse.com/cart\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientId\":{\"val\":\"4803\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientName\":{\"val\":\"Men's Wearhouse\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"DeadZone\":{\"val\":\"true\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Footer1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Footer1Img-200x193.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"21kb\",\"imgWidth\":\"400px\",\"imgHeight\":\"386px\"},\"Footer1Url\":{\"val\":\"https://www.menswearhouse.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Footer2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Footer2Img-200x193.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"15kb\",\"imgWidth\":\"400px\",\"imgHeight\":\"386px\"},\"Footer2Url\":{\"val\":\"https://www.menswearhouse.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Footer3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Footer3Img-200x193.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"18kb\",\"imgWidth\":\"400px\",\"imgHeight\":\"386px\"},\"Footer3Url\":{\"val\":\"https://www.menswearhouse.com/store-locator\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterBanner1CTACopy\":{\"val\":\"Learn More\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterBanner1Url\":{\"val\":\"https://www.menswearhouse.com/slc/perfect-fit-rewards\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterBanner2CTACopy\":{\"val\":\"Join Now\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterBanner2Url\":{\"val\":\"https://www.menswearhouse.com/slc/perfect-fit-rewards\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterBannerCopy\":{\"val\":\"Get exclusive discounts \u0026amp; offers, rewards and \u003cbr class=\\\"hide\\\"\u003efree shipping\u0026nbsp;on\u0026nbsp;all\u0026nbsp;orders.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterBannerImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/FooterBannerImg-180x50.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"7kb\",\"imgWidth\":\"360px\",\"imgHeight\":\"100px\"},\"FooterDisclaimer\":{\"val\":\"All domestic online orders except gift center orders over $99 (before taxes) are eligible for free standard\u0026nbsp;shipping.\",\"promoVal\":\"All domestic online orders except gift center orders over $30 (before taxes) are eligible for free standard\u0026nbsp;shipping.\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-04T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-19T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HeroDisclaimer\":{\"val\":\"See Terms\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HomepageUrl\":{\"val\":\"https://www.menswearhouse.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimerPros\":{\"val\":\"Present this coupon in store or enter code at online checkout to receive $20 off your next purchase of $100 or more (before taxes and shipping). Coupon may not be applied to layaway or gift center purchases, special orders, Career Apparel, undergarments, alterations, or toward the purchase of gift cards or TWINHILL® catalog merchandise. Coupon may be used only once and must be surrendered at time of purchase. Coupon is not redeemable for cash or credit, and may not be applied toward the payment of Perfect Fit® credit card account balances. Customers returning items purchased with this coupon will forfeit the portion of the discount used for those items; the Men's Wearhouse return policy will apply to the remainder of the purchase. Perfect Fit points are earned only on amounts expended by you in connection with the purchase and are deducted for any returns. Product selection varies by store and online. Coupon is not combinable with other promotions. Coupon may be modified or cancelled anytime.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer\":{\"val\":\"$20\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOfferMinCus\":{\"val\":\"$99\",\"promoVal\":\"$30\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-04T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-19T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOfferMinPro\":{\"val\":\"$100\",\"promoVal\":\"$30\",\"description\":\"\",\"enabled\":false,\"startDate\":\"2023-10-28\",\"startTime\":\"20:00\",\"endDate\":\"2023-11-24\",\"endTime\":\"19:00\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerAboveHero\":{\"val\":\"\",\"promoVal\":\"true\",\"description\":\"\",\"enabled\":false,\"startDate\":\"2023-08-12\",\"startTime\":\"20:00\",\"endDate\":\"2023-08-12\",\"endTime\":\"20:00\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerBelowHero\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerLine1\":{\"val\":\"Flash Sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerLine1DesktopSize\":{\"val\":\"40px\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerLine2\":{\"val\":\"Online Only! 9/5-9/6 Only!\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerLine2DesktopSize\":{\"val\":\"22px\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerLine3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerLine3DesktopSize\":{\"val\":\"14px\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LiveTextBannerUrl\":{\"val\":\"https://www.menswearhouse.com/slc/help-faqs\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LogoImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/LogoImg-440x25.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"16kb\",\"imgWidth\":\"880px\",\"imgHeight\":\"50px\"},\"LogoImgWidth\":{\"val\":\"440\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav1Copy\":{\"val\":\"New\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav1Url\":{\"val\":\"https://www.menswearhouse.com/c/new/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav2Copy\":{\"val\":\"Suits\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav2Url\":{\"val\":\"https://www.menswearhouse.com/c/mens-clothing/mens-suits\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav3Copy\":{\"val\":\"Shirts\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav3Url\":{\"val\":\"https://www.menswearhouse.com/c/mens-clothing/dress-shirts\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav4Copy\":{\"val\":\"Big \u0026amp; Tall\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav4Url\":{\"val\":\"https://www.menswearhouse.com/shop/big-and-tall-mens-clothings\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav5Copy\":{\"val\":\"Sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav5Url\":{\"val\":\"https://www.menswearhouse.com/c/mens-clothing-sale/all-sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"PostHeroImage1\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Hero1Img-580x375.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"189kb\",\"imgWidth\":\"1160px\",\"imgHeight\":\"750px\"},\"PostHeroImage2\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Hero2Img-580x309.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"128kb\",\"imgWidth\":\"1160px\",\"imgHeight\":\"1018px\"},\"PostHeroImageCategory\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6817/100423/moorsClothing/CatHeroImg.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1653kb\",\"imgWidth\":\"1200px\",\"imgHeight\":\"800px\"},\"PreheadEmailCopy\":{\"val\":\" \",\"promoVal\":\"free shipping (on $30+)\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2023-11-21T18:00:00.000Z\",\"startTime\":null,\"endDate\":\"2023-12-18T18:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"PrivacyUrl\":{\"val\":\"https://www.tailoredbrands.com/privacy-policy/\",\"promoVal\":\"www.menswearhouse.com/privacy-policy\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2022-12-16T19:16:00.000Z\",\"startTime\":null,\"endDate\":\"2022-12-20T05:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink1Img-40x40.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"80px\",\"imgHeight\":\"80px\"},\"SocialLink1Url\":{\"val\":\"https://twitter.com/menswearhouse\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink2Img-40x40.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1kb\",\"imgWidth\":\"80px\",\"imgHeight\":\"80px\"},\"SocialLink2Url\":{\"val\":\"https://www.facebook.com/MensWearhouse/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink3Img-40x40.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"80px\",\"imgHeight\":\"80px\"},\"SocialLink3Url\":{\"val\":\"https://www.instagram.com/MensWearhouse/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink4Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink4Img-40x40.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"80px\",\"imgHeight\":\"80px\"},\"SocialLink4Url\":{\"val\":\"https://www.youtube.com/user/MensWearhouse\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink5Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink5Img-40x40.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"80px\",\"imgHeight\":\"80px\"},\"SocialLink5Url\":{\"val\":\"https://www.pinterest.com/menswearhouse/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Studio_BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerImg\"},\"Studio_BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerUrl\"},\"Studio_BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerImg\"},\"Studio_BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerUrl\"},\"Studio_CartUrl\":{\"val\":\"https://www.menswearhouse.com/cart\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Disclaimer1\":{\"val\":\"Present this coupon in store or enter code at online checkout to receive $20 off your next purchase of $100 or more (before taxes and shipping). Coupon may not be applied to layaway or gift center purchases, special orders, Career Apparel, undergarments, alterations, or toward the purchase of gift cards or TWINHILL® catalog merchandise. Coupon may be used only once and must be surrendered at time of purchase. Coupon is not redeemable for cash or credit, and may not be applied toward the payment of Perfect Fit® credit card account balances. Customers returning items purchased with this coupon will forfeit the portion of the discount used for those items; the Men's Wearhouse return policy will apply to the remainder of the purchase. Perfect Fit points are earned only on amounts expended by you in connection with the purchase and are deducted for any returns. Product selection varies by store and online. Coupon is not combinable with other promotions. Coupon may be modified or cancelled anytime.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer2\":{\"val\":\"All domestic online orders except gift center orders over $99 (before taxes) are eligible for free standard\u0026nbsp;shipping.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_FirstItemCartUrl\":{\"val\":\"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $FirstItem.url }}?smtrctid={{ $Hashed | sha256 }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FirstItemUrl\":{\"val\":\"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}?smtrctid={{ $Hashed | sha256 }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Footer1Url\":{\"val\":\"https://www.menswearhouse.com/?smtrctid={{ $Hashed | sha256 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Footer2Url\":{\"val\":\"https://www.menswearhouse.com/?smtrctid={{ $Hashed | sha256 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Footer3Url\":{\"val\":\"https://www.menswearhouse.com/store-locator?smtrctid={{ $Hashed | sha256 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FooterCopy1\":{\"val\":\"Perfect Fit\u0026reg; members get free standard shipping on all domestic online orders (except gift center orders) when they link their nine-digit Perfect Fit\u0026reg; Rewards number with their online account under \\\"My Account: Perfect Fit\u0026reg; Rewards\\\" and select the \\\"\\\"Standard Shipping\\\"\\\" option at\u0026nbsp;checkout.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_FooterCopy2\":{\"val\":\"\u003ca href=\\\"{{ $.IbxUnsubscribeEsp }}\\\" style=\\\"text-decoration:underline;color:#000000;\\\" target=\\\"_blank\\\"\u003eUnsubscribe\u003c/a\u003e\u003cspan\u003e\u0026nbsp; | \u0026nbsp;\u003c/span\u003e\u003ca href=\\\"https://www.tailoredbrands.com/privacy-policy/\\\" style=\\\"text-decoration:underline;color:#000000;\\\" target=\\\"_blank\\\"\u003ePrivacy Policy\u003c/a\u003e\u003cspan\u003e\u0026nbsp; | \u0026nbsp;\u003c/span\u003e\u003ca href=\\\"{{ $.IbxWebview }}\\\" style=\\\"text-decoration:underline;color:#000000;\\\" target=\\\"_blank\\\"\u003eView in Browser\u003c/a\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FooterCopy3\":{\"val\":\"\u0026copy;\u0026nbsp;{{ formatTime \\\"2006\\\" }} The Men's Wearhouse, Inc. All rights reserved.\u003cspan\u003e \u0026nbsp;|\u0026nbsp; \u003c/span\u003e5601 Arnold Rd\u003cspan\u003e \u0026nbsp;|\u0026nbsp; \u003c/span\u003eDublin, CA\u0026nbsp;94568\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_HomepageCartUrl\":{\"val\":\"{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_HomepageUrl\":{\"val\":\"https://www.menswearhouse.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_ListPageUrl\":{\"val\":\"{{ $.ListPageUrl }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_LiveTextBannerAboveHero\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_LiveTextBannerBelowHero\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_LiveTextBannerLine1\":{\"val\":\"Flash Sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_LiveTextBannerLine2\":{\"val\":\"Online Only! 9/5-9/6 Only!\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_LiveTextBannerLine3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_LiveTextBannerUrl\":{\"val\":\"https://www.menswearhouse.com/slc/help-faqs\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Param\":{\"val\":\"{{ $.ToEmail | sha256 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Param2\":{\"val\":\"?pch=3\u0026pei=2\u0026ci_paic=1\u0026ci_peic=1\u0026ogmap=EM|TRG|WK|||||{{ $CampaignName }}\u0026ogemh={{ $.ToEmail }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_PrimaryOffer\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_TopBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerUrl\"},\"Studio_Vprop1Url\":{\"val\":\"https://www.menswearhouse.com/shop/gift-cards-for-men?smtrctid={{ $Hashed | sha256 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Vprop2Url\":{\"val\":\"https://tuxedo.menswearhouse.com/?smtrctid={{ $Hashed | sha256 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Vprop3Url\":{\"val\":\"https://www.menswearhouse.com/slc/help-faqs?smtrctid={{ $Hashed | sha256 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"SubjectLine_promo_bfcm\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TermsUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerImg\":{\"val\":\"\",\"promoVal\":\"assets.bounceexchange.com/assets/uploads/users/4858/MW CM 2023/7876bd8f6698c4715f7673432001102f.jpg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2023-11-25T06:00:00.000Z\",\"startTime\":null,\"endDate\":\"2023-11-26T06:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"1200px\",\"imgHeight\":\"200px\"},\"TopBannerImg2\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6393/f2159960d1a22ec262805252a222ca77.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"451kb\",\"imgWidth\":\"1600px\",\"imgHeight\":\"576px\"},\"TopBannerUrl\":{\"val\":\"\",\"promoVal\":\"menswearhouse.com/c/mens-clothing-sale/cyber-monday-deal\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2023-11-25T06:00:00.000Z\",\"startTime\":null,\"endDate\":\"2023-11-26T06:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerUrl2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat1Bg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"300px\",\"imgHeight\":\"441px\"},\"TopCat1BgHiRes\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"600px\",\"imgHeight\":\"882px\"},\"TopCat1Copy\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat1Img_Feb2023\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"600px\",\"imgHeight\":\"882px\"},\"TopCat1Url\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat2Bg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"300px\",\"imgHeight\":\"441px\"},\"TopCat2BgHiRes\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"600px\",\"imgHeight\":\"882px\"},\"TopCat2Copy\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat2Img_Feb2023\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"600px\",\"imgHeight\":\"882px\"},\"TopCat2Url\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat3Copy\":{\"val\":\"On Sale Now\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/TopCatPriceTagImg-29x29.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"58px\",\"imgHeight\":\"58px\"},\"TopCat3Url\":{\"val\":\"https://www.menswearhouse.com/c/mens-clothing-sale/all-sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCatCTACopy\":{\"val\":\"Shop Now\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop1Copy\":{\"val\":\"gift cards\u003cbr\u003e(classic or e-card)\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Vprop1Img-60x45.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"120px\",\"imgHeight\":\"90px\"},\"Vprop1Url\":{\"val\":\"https://www.menswearhouse.com/shop/gift-cards-for-men\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop2Copy\":{\"val\":\"tuxedo \u0026amp; suit\u003cbr\u003erental\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Vprop2Img-60x45.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"6kb\",\"imgWidth\":\"120px\",\"imgHeight\":\"90px\"},\"Vprop2Url\":{\"val\":\"https://tuxedo.menswearhouse.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop3Copy\":{\"val\":\"international\u003cbr\u003eshipping\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Vprop3Img-60x45.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"7kb\",\"imgWidth\":\"120px\",\"imgHeight\":\"90px\"},\"Vprop3Url\":{\"val\":\"https://www.menswearhouse.com/slc/help-faqs\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop4Copy\":{\"val\":\"buy online,\u003cbr\u003epick up in-store\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop4Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4034/ec5be465d72874d327e9439c535223d6.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"120px\",\"imgHeight\":\"84px\"},\"Vprop4Url\":{\"val\":\"https://www.menswearhouse.com/slc/help-faqs\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer1\":{\"val\":\"$20 Off\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer2\":{\"val\":\"$100 or more\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer3\":{\"val\":\"$100+\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitestandard\":{\"val\":\"assets.bounceexchange.com/assets/uploads/users/6803/e1af8ada7bd7ec5b4e9092764391a024.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"96kb\",\"imgWidth\":\"800px\",\"imgHeight\":\"1068px\"},\"onsitestandardmobile\":{\"val\":\"assets.bounceexchange.com/assets/uploads/users/6807/f2604398e8a578f3698e34113c0cc7de.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"95kb\",\"imgWidth\":\"750px\",\"imgHeight\":\"360px\"},\"promo_coupon\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"promo_offer\":{\"val\":\"Get Up to 50% Off select styles\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"}}","custom_variable":"{\"logged_in\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"(function(){\\n if (bouncex.website.pts === 'checkout') {\\n return null;\\n }\\n\\n return jQuery('#header-user-greeting:visible').length \u003e 0 || bouncex.getBounceCookie('isLoggedIn') === 'true';\\n})();\\n\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"ever_logged_in\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"bouncex.vars.logged_in || null;\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"cart_qty\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"(function(){\\n var $cartQty = jQuery('a[aria-label=\\\"View Cart\\\"]').last();\\n\\n if ($cartQty.length \u003e 0) {\\n return Number($cartQty.text().replace(/^0-9/g, ''));\\n }\\n\\n return null;\\n})();\",\"t\":\"int\",\"page_type_json\":[],\"testmode\":false},\"cart_value\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"(function() {\\n var $cartQty = jQuery('a[aria-label=\\\"View Cart\\\"]'),\\n $cartVal = jQuery('span:contains(\\\"Est. total\\\")').parent().find('span:contains(\\\"$\\\")').first() || jQuery('h4:contains(\\\"$\\\")').first();\\n\\n\\n if ($cartQty.text().trim() === '0') {\\n return 0;\\n } else if ($cartVal.length \u003e 0) {\\n return Number($cartVal.text().replace(/[^0-9.]/g, '')) || null;\\n } else if (bouncex.website.pts === 'cart') {\\n return Number(jQuery('h4:contains(\\\"$\\\")').first().text().replace(/[^0-9.]/g, '')) || null;\\n }\\n \\n return null;\\n})();\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":false},\"prod_price\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function() {\\n var $finalPrice = jQuery('.product-total__price, .final-price'),\\n $muiPrice = jQuery('.MuiGrid-container span:contains(\\\"$\\\")');\\n return Number($finalPrice.first().text().replace(/[^0-9.]/g, '') || $muiPrice.first().text().replace(/[^0-9.]/g, ''));\\n})();\\n\",\"t\":\"float\",\"page_type_json\":[\"product\"],\"testmode\":false},\"prod_name\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function() {\\n var brand = jQuery('h2.MuiTypography-h2:not(#widget-title)').first().text().trim(),\\n product = jQuery('h1.MuiTypography-h1').first().text().trim(),\\n color = jQuery('input[name=\\\"Color\\\"]:checked').val() || '';\\n return brand \u0026\u0026 product \u0026\u0026 color ? `${brand} ${product}, ${color}` : '';\\n})();\\n\",\"t\":\"string\",\"page_type_json\":[\"product\"],\"testmode\":false},\"in_stock\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.js-add-to-cart-oos:visible').length === 0;\",\"t\":\"bool\",\"page_type_json\":[\"product\"],\"testmode\":false},\"submitted_onsite\":{\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"jQuery('.footer-snack-notification').text().toLowerCase().indexOf(\\\"signing up\\\") \u003e -1 \u0026\u0026 (jQuery('.newsletter-box input[name=\\\"email\\\"]').val() || '').length \u003e 0 || null;\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":false},\"page_url\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"category\",\"search\"],\"testmode\":true},\"cart_token\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"cart_items\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"cart\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cookie_modal_present\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"last_viewed_item\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"logged_in_identified\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"quick_view_open\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('div[data-sentry-element=\\\"QuickViewStyles\\\"]').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"quick_view_item_id\":{\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"jQuery('div[data-sentry-element=\\\"QuickViewStyles\\\"]').find('img.MuiAvatar-img').attr('src').match(/([A-Z0-9]+_[A-Z0-9]+_[A-Z0-9]+)/)[1];\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"quick_view_successful\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.MuiSnackbar-root .MuiAlert-message').text() === \\\"Added to bag\\\";\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"BF Promo Period":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"11/22/2023 01:00"}],[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"11/27/2023 01:00"}]],"CM Promo Period":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"11/27/2023 01:00"}],[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"11/28/2023 01:00"}]],"Email Capture Eligible":[[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"order/confirm"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_campaign=mw"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}],[{"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":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}]],"Exclude Checkout Pages":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/OrderShippingBillingView"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/TMWOrderCheckoutCmd"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/checkout"}]],"IBX Continuity":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_lowstock_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_pricedrop_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_1_of_4_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_2_of_4_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_3_of_4_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_4_of_4_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_1_of_4_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_2_of_4_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_3_of_4_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_4_of_4_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_1_of_3_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_2_of_3_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_3_of_3_stylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_1_of_4_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_2_of_4_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_3_of_4_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_4_of_4_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_1_of_4_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_2_of_4_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_3_of_4_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_4_of_4_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_1_of_3_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_2_of_3_nostylitics"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_3_of_3_nostylitics"}]],"Items in Cart":[[{"activation":"variable","prop":"greater","prop2":"cart_qty","prop3":"","val":"0"}],[{"activation":"variable","prop":"greater","prop2":"cart_value","prop3":"","val":"0"}]],"Submitted to Ecap ($20 off $100)":[[{"activation":"progression","prop":"2334009","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2334005","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2393546","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2400655","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2334030","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2334065","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2334122","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2408938","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2408948","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2408954","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2408964","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2588391","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2759164","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2830521","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2867473","prop2":"submitted","prop3":"ever","val":""},{"activation":"progression","prop":"2867502","prop2":"submitted","prop3":"ever","val":""}]],"Turn Off Exit eCap - BFCM":[[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"11/23/2022 00:00"},{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"12/01/2022 00:00"}]],"Turn Off for BFCM":[[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"11/15/2022 00:00"},{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"12/03/2022 00:00"}]],"URL Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/about-mens-wearhouse"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"LogonForm"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/UserRegistrationForm"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/mw-story"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/timeline"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/perfect-fit-rewards"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/terms-conditions"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/FAQPageView"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/giving-back"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/privacy-policy"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/promotional-terms"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/mobile-alert-terms-conditions"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/ca-transparency-supply-chains-act"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/support"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/store-locator"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/faqs"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/return-policy"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/international-shipping"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/blog"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/sitemap"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/AjaxLogonForm"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/TrackOrderStatus"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/AddressBookForm"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/RewardsView"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/MySizesView"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/InterestItemDisplay"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/MWMyStoreDetailDisplay"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/international-shipping"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/accessibility-standards"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"webapp/wcs/stores/servlet/SignIn"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/notice-of-financial-incentive"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/checkout"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/help-faqs"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/contact-us"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst2"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst3"}]]},"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":null,"dt_inserted_unix":"1631133439","els":{"blank_site_element":"","checkout_top_inline":"section.main-section .bag-items"},"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":"1","event_tracking_js":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\n \nvar CLEAN_URL = bouncex.utils.url.allowParams();\n\n/* --------------------------------- HELPERS -------------------------------- */\n\nfunction getItemIdFromURL(url) {\n var cleanedUrl = bouncex.utils.url.allowParams([], url);\n\treturn cleanedUrl ? cleanedUrl.split('/TMW/').pop().slice(0,11) : '';\n}\n\nfunction getItemId() {\n return bouncex.utils.getNestedProp('bvDCC.catalogData.catalogProducts[0].productId', '') || (window.dataLayer.find(function (e) { return e.item_id }) || {}).item_id;\n}\n\nfunction getItemCopy() {\n var brand = jQuery('h2.fewd-pdp-brand-name.productBrandName_ProductBrandName__9Sreo').first().text().trim(),\n product = product = jQuery('h1.fewd-pdp-name.productName_ProductName__OHzPn').first().text().trim(),\n color = jQuery('input[name=\"Color\"]:checked').val() || '';\n return brand \u0026\u0026 product \u0026\u0026 color ? `${brand} ${product}, ${color}` : '';\n}\n\nfunction getItemCategory() {\n return jQuery('.MuiBreadcrumbs-ol .MuiBreadcrumbs-li:last').text().trim() || 'global';\n}\n\nfunction getItemPrice() {\n var data = bouncex.parseJSON(jQuery('#_BM_Data').attr('data-bm')).data.variantData[0];\n \n return data.offerPrice === 0 ? data.actualPrice : data.offerPrice;\n}\n\nfunction getOriginalPrice() {\n return bouncex.parseJSON(jQuery('#_BM_Data').attr('data-bm')).data.variantData[0].actualPrice;\n}\n\nfunction getStockStatus() {\n var availability = jQuery('meta[itemprop=\"availability\"]').attr('content') || '';\n return bouncex.vars.in_stock || availability.indexOf('InStock') \u003e -1;\n}\n\n/* we don't want to fire the same images multiple times */\nfunction trackStylitics(itemUrl) {\n var trackedImages = [];\n fireStyliticsEvents();\n\n function fireStyliticsEvents() {\n jQuery('.stylitics-main-image').each(function () {\n var rawImageUrl = jQuery(this).attr('data-src'),\n imageUrl = rawImageUrl ? bouncex.utils.url.allowParams([], rawImageUrl) : '';\n if (imageUrl \u0026\u0026 trackedImages.indexOf(imageUrl) \u003c 0) {\n trackedImages.push(imageUrl);\n bouncex.push(['view_collection', {\n image_url: imageUrl,\n item_url: itemUrl\n }]);\n }\n });\n }\n\n bouncex.on(jQuery('.stylitics-next'), 'click.bxstylitics', function() {\n bouncex.setTimeout2(function () {\n fireStyliticsEvents();\n }, 1000);\n });\n}\n\nfunction getItemImage() {\n var imgSrc = bouncex.utils.url.allowParams([], jQuery('img[src*=\"pdp2\"], img[src*=\"/TMW/\"]').first().attr('src'));\n\n return imgSrc || jQuery('meta[property=\\'og:image\\']').attr('content');\n}\n\nfunction getStars() {\n var stars = jQuery('.bv_avgRating_component_container').first().text(),\n starsRounded = (Math.round(stars * 2) / 2).toFixed(1);\n\n return starsRounded \u003c 4 ? 0 : parseFloat(starsRounded);\n}\n\nfunction getReviewsCount(stars) {\n var reviews = jQuery('.bv_numReviews_component_container').first().text().replace(/[^0-9]/g,'').trim() || 0;\n\n return stars \u003c 4 ? 0 : reviews;\n}\n\nfunction getFeedId() {\n var prodArr = bouncex.utils.getNestedProp('__NEXT_DATA__.props.pageProps.productDetailData.data.skuData', []) || bouncex.parseJSON(jQuery('div#_BM_').attr('data-bm')).props.productDetailData.data.variantData,\n iLen = prodArr.length,\n checkedColor = jQuery('input[name=\"Color\"]:checked').val(),\n checkedSize = jQuery('label.selected-size.size-swatch:not(.length-swatch) input').val() || jQuery('label.selected-size.size-swetch:not(.length-swetch) input').val(),\n checkedLength = jQuery('label.size-swatch.length-swatch input').val() || jQuery('label.selected-size.length-swetch input').val();\n\n /* Loop through the __NEXT_DATA__ object for item data matching the currently selected color. */\n for (var i=0; i \u003c iLen; i++) {\n var prodArrColor = prodArr[i] \u0026\u0026 prodArr[i].swatchColor;\n\n /* If item data matches the currently selected color, continue */\n if (checkedColor === prodArrColor) {\n var attrArr = prodArr[i].defAttributes || [],\n jLen = attrArr.length,\n sizeInArr = '',\n lengthInArr = '';\n\n /* There are size and length data that is nested within another array. Loop through this array to find the item data that matches the selected size and length. */\n for (var j=0; j \u003c jLen; j++) {\n var indexName = attrArr[j].name || '',\n indexValue = attrArr[j].values[0].name;\n\n if (indexName === 'Length' || indexName === 'Width') {\n lengthInArr = indexValue;\n } else if (indexName === 'Size' || indexName === 'Waist') {\n sizeInArr = indexValue;\n }\n }\n\n /* If the color, size, and length matches item data, return the feed id */\n if (checkedSize === sizeInArr \u0026\u0026 checkedLength === lengthInArr) {\n var feedId = prodArr[i].partNumber;\n return feedId;\n }\n }\n }\n}\n// https://wunderkindco.atlassian.net/browse/SOTEC-8568\n// We're removing the '#' and encoded '\u0026' from the URL because UTMs are being dropped.\n// We're manually recreating the URL with color and width parameters.\n// The website automatically adds an additional color and width parameter to the URL if one is not included with '#' or '#26'.\nfunction getPDPUrl() {\n var url = bouncex.utils.url.allowParams(['color', 'width']).replace(/#/g, '?').replace(/%26/g, '\u0026'),\n color = bouncex.utils.url.getParam('color', url).split('?').shift(),\n width = bouncex.utils.url.getParam('width', url).split('?').shift();\n\n color = color ? '?color=' + color : '';\n width = width ? '?width=' + width : '';\n return bouncex.utils.url.allowParams() + color + width;\n}\n/* ------------------------------ ITEM TRACKING ----------------------------- */\n\nfunction getItem() {\n var stars = getStars();\n\n return {\n id: getItemId(),\n copy: getItemCopy(),\n category: getItemCategory(),\n url: getPDPUrl(),\n imageurl: getItemImage(),\n price: getItemPrice(),\n original_price: getOriginalPrice(),\n instock: getStockStatus(),\n stars: stars,\n reviewscount: getReviewsCount(stars)\n };\n}\n\nfunction fireViewItem(itemId) {\n bouncex.push(['view item', {\n 'item:id': itemId,\n 'item:itemgroupid': itemId\n }]);\n bouncex.setv('last_viewed_item', itemId);\n}\n\nfunction isExcluded(item) {\n return item.url.indexOf('gift-card') \u003e -1;\n}\n\nfunction initializeItemEvents() {\n var item;\n\n bouncex.et.onTrue(\n function() {\n item = getItem();\n return !!item.id \u0026\u0026\n !!item.copy \u0026\u0026\n !!item.category \u0026\u0026\n !!item.price \u0026\u0026\n !!item.url \u0026\u0026\n !!item.imageurl \u0026\u0026\n jQuery('.bv_ratings_summary').is(':visible');\n },\n function() {\n if (isExcluded(item)) {\n return;\n }\n\n bouncex.push(['item', item]);\n trackColorChange();\n fireViewItem(item.id);\n trackStylitics(item.url);\n },\n 10\n );\n}\n\nfunction trackColorChange() {\n\tbouncex.et.on(jQuery('.color-swetch,[data-color-sku],.color-swatch'), 'click.bxColorChange', function () {\n\t\t\tvar itemId;\n\t\t\tbouncex.et.onTrue(\n\t\t\t\tfunction () {\n\t\t\t\t\titemId = getItemId();\n\t\t\t\t\treturn itemId \u0026\u0026 itemId !== bouncex.vars.last_viewed_item;\n\t\t\t\t},\n\t\t\t\tfunction () {\n\t\t\t\t\tfireViewItem(itemId);\n\t\t\t\t},\n\t\t\t\t5\n\t\t\t);\n\t\t}\n\t);\n}\n/* ------------------------------ SKU TRACKING ------------------------------ */\n\nfunction initializeSkuEvents() {\n var itemId = '',\n prevSku = '',\n newSku = '';\n\n bouncex.et.on(\n jQuery(document),\n 'click.bxsku',\n function() {\n\n bouncex.setTimeout2(function(){\n itemId = getItemId();\n newSku = getFeedId() || prevSku;\n\n if (prevSku === newSku) {\n return;\n }\n\n prevSku = newSku;\n\n if(newSku){\n bouncex.push([\n 'select_sku',\n {\n 'item:id': itemId,\n 'item:itemgroupid': itemId,\n 'item:feedid': newSku\n }\n ]);\n }\n }, 500);\n },\n 'button[data-color-sku], div.sizes-wrap li, .size-swetch, .swatchList div'\n );\n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n var ids = [];\n\n jQuery('.product-img div[typeof=\"ImageObject\"] img').each(function (i, e) {\n var id = getItemIdFromURL(jQuery(e).attr('src'));\n\n if (id \u0026\u0026 ids.indexOf(id) \u003c 0) {\n ids.push(id);\n }\n });\n\n return ids.join(',');\n}\n\nfunction getCategoryObject() {\n return {\n 'page:url': CLEAN_URL,\n 'items:ids': getItemIdsCat()\n };\n}\n\nfunction initializeCategoryEvents() {\n var categoryObj;\n\n bouncex.et.onTrue(\n function() {\n categoryObj = getCategoryObject();\n return !!categoryObj['items:ids'].length \u0026\u0026\n !!categoryObj['page:url'];\n },\n function() {\n bouncex.push(['view category', categoryObj]);\n },\n 10\n );\n}\n\n/* ------------------------------- QV EVENTS ------------------------------ */\n\nfunction initializeQVEvents(){\n bouncex.et.onVisible('.quickView-header', function() {\n isViewItemReady();\n\n var $colorSwatches = jQuery('.color-swetch input');\n bouncex.off($colorSwatches, 'click.qvcolors');\n bouncex.on($colorSwatches, 'click.qvcolors', function() {\n isViewItemReady();\n });\n });\n}\n\nfunction isViewItemReady() {\n var imageUrl = '',\n itemId = '';\n\n bouncex.et.onTrue(\n function() {\n imageUrl = jQuery('.MuiDrawer-paper .MuiAvatar-circular img').attr('src') || '';\n itemId = getItemIdFromURL(imageUrl);\n return !!imageUrl \u0026\u0026 !!itemId \u0026\u0026 itemId !== bouncex.vars.last_viewed_item;\n },\n function() {\n fireViewItem(itemId);\n }\n );\n}\n\n/* ------------------------------- QUICKVIEW ------------------------------ */\nfunction initializeQuickviewEvents(){\n bouncex.et.onVarChange('quick_view_open', function(oldVal, newVal){\n if (newVal) {\n setTimeout(() =\u003e {\n bouncex.push(['view item', {\n 'item:id': bouncex.vars.quick_view_item_id,\n 'item:itemgroupid': bouncex.vars.quick_view_item_id\n }]);\n }, '1000');\n \n bouncex.et.on(jQuery('div[data-sentry-element=\"QuickViewStyles\"] .color-swatch'), 'click.bxatc', function () {\n setTimeout(() =\u003e {\n bouncex.push(['view item', {\n 'item:id': bouncex.vars.quick_view_item_id,\n 'item:itemgroupid': bouncex.vars.quick_view_item_id\n }]);\n }, '1000');\n });\n \n // bouncex.et.onVisible('div[data-sentry-element=\"QuickViewStyles\"] button[class*=add-to-bag]', function(){\n // bouncex.et.on(jQuery('div[data-sentry-element=\"QuickViewStyles\"] button[class*=add-to-bag]'), 'click.bxatc', function () {\n // fireAddToCart(bouncex.vars.quick_view_item_id);\n // });\n // }); \n }\n });\n \n bouncex.et.onVarChange('quick_view_successful', function(oldVal, newVal){\n if (newVal === true \u0026\u0026 oldVal === false) {\n fireAddToCart(bouncex.vars.quick_view_item_id); \n }\n });\n}\n\n/* ------------------------------- CART EVENTS ------------------------------ */\n\nfunction fireAddToCart(itemId) {\n bouncex.push(['add to cart', { 'item:id': itemId}]);\n\n if (bouncex.vars.cart) {\n return;\n }\n\n bouncex.setv('cart', true);\n}\n\nfunction checkSizesAndATC() {\n if (bouncex.firingATC) { // debounce\n return;\n }\n\n var $pSize = jQuery('[name=PrimarySize]'),\n $sSize = jQuery('[name=SecondarySize]');\n\n var primarySizeSelected = $pSize.length ? $pSize.filter(':checked').length : 1,\n secondarySizeSelected = $sSize.length ? $sSize.filter(':checked').length : 1;\n if (!primarySizeSelected || !secondarySizeSelected) {\n return;\n }\n\n bouncex.firing = 1;\n\n var itemId = '';\n bouncex.et.onTrue(\n function() {\n itemId = bouncex.vars.last_viewed_item;\n return !!itemId;\n },\n function() {\n fireAddToCart(itemId);\n bouncex.setTimeout2(() =\u003e bouncex.firingATC = 0, 100);\n }\n );\n}\n\nfunction trackAddToCart() {\n bouncex.firingATC = 0;\n if (bouncex.website.pts === 'product') {\n bouncex.on(jQuery('button[class*=add-to-bag]').first(), 'click.wknd', checkSizesAndATC); // pdps have extra click handlers that prevent our delegation from delagating\n } else {\n bouncex.on(bouncex.body, 'click.wknd', checkSizesAndATC, 'button[class*=add-to-bag]:first');\n }\n}\n\nfunction emptyCart() {\n bouncex.et.onVarChange('cart_qty', function(oldVal, newVal) {\n if (bouncex.vars.cart \u0026\u0026 newVal === 0 \u0026\u0026 oldVal \u003e 0) {\n bouncex.push(['empty_cart']);\n bouncex.setv('cart', false);\n }\n });\n}\n\nfunction initializeCartEvents() {\n bouncex.et.cart.init({\n replenish: function () { },\n replenishmentType: 'single'\n });\n\n trackAddToCart();\n emptyCart();\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n\nfunction getUserEmail() {\n return jQuery('input[name=\"logonIdOld\"], #sign-in-email').first().val() || jQuery('label:contains(\"Current email\")').parent().find('input').val() || '';\n}\n\nfunction initializeUserTracking() {\n var userEmail;\n\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n return;\n }\n\n userEmail = getUserEmail();\n\n if (!bouncex.utils.validate.email(userEmail)) {\n return;\n }\n\n bouncex.push([\n 'user',\n {\n 'email': userEmail,\n 'source': 'LoggedIn'\n }\n ]);\n bouncex.setv('logged_in_identified', true);\n}\n\n/* --------------------------- QUIZ SUPRESSION EVENT -------------------------- */\n/* WRIKE:https://www.wrike.com/open.htm?id=980652800 */\n\nfunction initializeQuizSuppression(){\n if (CLEAN_URL.indexOf('/mens-clothing-style-quiz') \u003e -1){\n bouncex.push(['start_quiz']);\n }\n}\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\n\nfunction isValidDomain() {\n return CLEAN_URL.indexOf('https://www.menswearhouse.com/') \u003e -1 \u0026\u0026 CLEAN_URL.indexOf('staging') === -1 \u0026\u0026 CLEAN_URL.indexOf('tst') === -1 \u0026\u0026 \n CLEAN_URL.indexOf('stg') === -1;\n}\n\nfunction isEn() {\n return bouncex.html.attr('lang') === 'en';\n}\n\nfunction isValidForTracking() {\n return isValidDomain() \u0026\u0026 isEn();\n}\n\nfunction init() {\n if (!isValidForTracking()) {\n return;\n }\n\n initializeUserTracking();\n initializeCartEvents();\n initializeQVEvents();\n initializeQuizSuppression();\n initializeQuickviewEvents();\n\n switch(bouncex.website.pts) {\n case 'category':\n case 'search':\n initializeCategoryEvents();\n break;\n case 'product':\n initializeItemEvents();\n initializeSkuEvents();\n break;\n default:\n break;\n }\n}\n\ninit();\n","event_tracking_test_mode":"0","fastboot_enabled":"1","feed_config_json":"{\n \"WebsiteID\": \"4803\",\n \"Type\": \"product\",\n \"StepsToRun\": [\n \"import\"\n ],\n \"Source\": {\n \"Transport\": \"sftp\",\n \"Format\": \"csv\",\n \"ClientFeedCredsID\": \"4803/source\",\n \"FormatConfig\": {\n \"Type\": \"product\",\n \"Separator\": \"\\t\",\n \"FixQuotes\": false,\n \"Mappings\": [\n {\n \"BXField\": \"ID\",\n \"ClientField\": \"MODEL\"\n },\n {\n \"BXField\": \"Description\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"ItemGroupID\",\n \"ClientField\": \"MPN\"\n },\n {\n \"BXField\": \"QuantityOnline\",\n \"ClientField\": \"INVENTORYCOUNT\"\n },\n {\n \"BXField\": \"Link\",\n \"ClientField\": \"ACTIONURL\"\n },\n {\n \"BXField\": \"Price\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"OriginalPrice\",\n \"ClientField\": \"REGULARPRICE\"\n },\n {\n \"BXField\": \"PromoPrice\",\n \"ClientField\": \"CURRENTPRICE\"\n },\n {\n \"BXField\": \"MarkdownPrice\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Title\",\n \"ClientField\": \"OFFERNAME\"\n },\n {\n \"BXField\": \"ImageLink\",\n \"ClientField\": \"REFERENCEIMAGEURL\"\n },\n {\n \"BXField\": \"Category\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Brand\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Color\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Margin\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"AvailabilityDate\",\n \"ClientField\": \"\",\n \"ClientFormat\": \"2006-01-02 MST\"\n }\n ]\n }\n },\n \"ExportDestinations\": []\n}","force_https":"0","gbi_enabled":"0","global_control_size":"0","global_deployment":{"any_page_url|/OrderShippingBillingConfirmationView|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/OrderShippingBillingConfirmationView"},"any_page_url|/OrderShippingBillingConfirmationView|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"/OrderShippingBillingConfirmationView"},"any_page_url|/order/confiirm|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/order/confiirm"},"any_page_url|/order/confirm|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/order/confirm"},"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"any_page_url|email_backstock_pros_1_of_3_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_1_of_3_nostylitics"},"any_page_url|email_backstock_pros_1_of_3_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_1_of_3_stylitics"},"any_page_url|email_backstock_pros_2_of_3_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_2_of_3_nostylitics"},"any_page_url|email_backstock_pros_2_of_3_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_2_of_3_stylitics"},"any_page_url|email_backstock_pros_3_of_3_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_3_of_3_nostylitics"},"any_page_url|email_backstock_pros_3_of_3_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros_3_of_3_stylitics"},"any_page_url|email_backstock_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros"},"any_page_url|email_categoryrecap_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros"},"any_page_url|email_hypercartabandonment_pros_1_of_4_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_1_of_4_nostylitics"},"any_page_url|email_hypercartabandonment_pros_1_of_4_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_1_of_4_stylitics"},"any_page_url|email_hypercartabandonment_pros_2_of_4_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_2_of_4_nostylitics"},"any_page_url|email_hypercartabandonment_pros_2_of_4_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_2_of_4_stylitics"},"any_page_url|email_hypercartabandonment_pros_3_of_4_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_3_of_4_nostylitics"},"any_page_url|email_hypercartabandonment_pros_3_of_4_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_3_of_4_stylitics"},"any_page_url|email_hypercartabandonment_pros_4_of_4_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_4_of_4_nostylitics"},"any_page_url|email_hypercartabandonment_pros_4_of_4_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_4_of_4_stylitics"},"any_page_url|email_hypercartabandonment_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros"},"any_page_url|email_lowstock_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_lowstock_pros"},"any_page_url|email_pricedrop_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_pricedrop_pros"},"any_page_url|email_sessionrecap_pros_1_of_4_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_1_of_4_nostylitics"},"any_page_url|email_sessionrecap_pros_1_of_4_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_1_of_4_stylitics"},"any_page_url|email_sessionrecap_pros_2_of_4_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_2_of_4_nostylitics"},"any_page_url|email_sessionrecap_pros_2_of_4_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_2_of_4_stylitics"},"any_page_url|email_sessionrecap_pros_3_of_4_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_3_of_4_nostylitics"},"any_page_url|email_sessionrecap_pros_3_of_4_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_3_of_4_stylitics"},"any_page_url|email_sessionrecap_pros_4_of_4_nostylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_4_of_4_nostylitics"},"any_page_url|email_sessionrecap_pros_4_of_4_stylitics|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_4_of_4_stylitics"},"any_page_url|email_sessionrecap_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros"},"any_page_url|order/confirm|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"order/confirm"},"any_page_url|utm_campaign=mw|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_campaign=mw"},"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=wunderkind|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":"UA-30527783-1","google_analytics_view_account":"analytics@wunderkind.co","google_analytics_view_id":"58190809","ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"4803","inbox_reporting_enabled":"1","lang":"english","liquid_vars":{"Address":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"5601 Arnold Rd\u003cspan\u003e \u0026nbsp;|\u0026nbsp; \u003c/span\u003eDublin, CA\u0026nbsp;94568"},"BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"CartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/cart"},"ClientId":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"4803"},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Men's Wearhouse"},"DeadZone":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"true"},"Footer1Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"386px","imgSize":"21kb","imgWidth":"400px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Footer1Img-200x193.png"},"Footer1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/"},"Footer2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"386px","imgSize":"15kb","imgWidth":"400px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Footer2Img-200x193.png"},"Footer2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/"},"Footer3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"386px","imgSize":"18kb","imgWidth":"400px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Footer3Img-200x193.png"},"Footer3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/store-locator"},"FooterBanner1CTACopy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Learn More"},"FooterBanner1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/slc/perfect-fit-rewards"},"FooterBanner2CTACopy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Join Now"},"FooterBanner2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/slc/perfect-fit-rewards"},"FooterBannerCopy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Get exclusive discounts \u0026amp; offers, rewards and \u003cbr class=\"hide\"\u003efree shipping\u0026nbsp;on\u0026nbsp;all\u0026nbsp;orders."},"FooterBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"100px","imgSize":"7kb","imgWidth":"360px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/FooterBannerImg-180x50.jpg"},"FooterDisclaimer":{"description":"","enabled":true,"endDate":"2024-12-19T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"All domestic online orders except gift center orders over $30 (before taxes) are eligible for free standard\u0026nbsp;shipping.","startDate":"2024-11-04T05:00:00.000Z","startTime":null,"val":"All domestic online orders except gift center orders over $99 (before taxes) are eligible for free standard\u0026nbsp;shipping."},"HeroDisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"See Terms"},"HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/"},"IbxDisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxDisclaimerPros":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Present this coupon in store or enter code at online checkout to receive $20 off your next purchase of $100 or more (before taxes and shipping). Coupon may not be applied to layaway or gift center purchases, special orders, Career Apparel, undergarments, alterations, or toward the purchase of gift cards or TWINHILL® catalog merchandise. Coupon may be used only once and must be surrendered at time of purchase. Coupon is not redeemable for cash or credit, and may not be applied toward the payment of Perfect Fit® credit card account balances. Customers returning items purchased with this coupon will forfeit the portion of the discount used for those items; the Men's Wearhouse return policy will apply to the remainder of the purchase. Perfect Fit points are earned only on amounts expended by you in connection with the purchase and are deducted for any returns. Product selection varies by store and online. Coupon is not combinable with other promotions. Coupon may be modified or cancelled anytime."},"IbxOffer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$20"},"IbxOfferMinCus":{"description":"","enabled":true,"endDate":"2024-12-19T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"$30","startDate":"2024-11-04T05:00:00.000Z","startTime":null,"val":"$99"},"IbxOfferMinPro":{"description":"","enabled":false,"endDate":"2023-11-24","endTime":"19:00","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"$30","startDate":"2023-10-28","startTime":"20:00","val":"$100"},"LiveTextBannerAboveHero":{"description":"","enabled":false,"endDate":"2023-08-12","endTime":"20:00","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"true","startDate":"2023-08-12","startTime":"20:00","val":""},"LiveTextBannerBelowHero":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"LiveTextBannerLine1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Flash Sale"},"LiveTextBannerLine1DesktopSize":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"40px"},"LiveTextBannerLine2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Online Only! 9/5-9/6 Only!"},"LiveTextBannerLine2DesktopSize":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"22px"},"LiveTextBannerLine3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"LiveTextBannerLine3DesktopSize":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"14px"},"LiveTextBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/slc/help-faqs"},"LogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"50px","imgSize":"16kb","imgWidth":"880px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/LogoImg-440x25.jpg"},"LogoImgWidth":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"440"},"Nav1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"New"},"Nav1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/c/new/new-arrivals"},"Nav2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Suits"},"Nav2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/c/mens-clothing/mens-suits"},"Nav3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shirts"},"Nav3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/c/mens-clothing/dress-shirts"},"Nav4Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Big \u0026amp; Tall"},"Nav4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/shop/big-and-tall-mens-clothings"},"Nav5Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Sale"},"Nav5Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/c/mens-clothing-sale/all-sale"},"PostHeroImage1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"750px","imgSize":"189kb","imgWidth":"1160px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Hero1Img-580x375.jpg"},"PostHeroImage2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"1018px","imgSize":"128kb","imgWidth":"1160px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Hero2Img-580x309.jpg"},"PostHeroImageCategory":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"800px","imgSize":"1653kb","imgWidth":"1200px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6817/100423/moorsClothing/CatHeroImg.png"},"PreheadEmailCopy":{"description":"","enabled":true,"endDate":"2023-12-18T18:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"free shipping (on $30+)","startDate":"2023-11-21T18:00:00.000Z","startTime":null,"val":" "},"PrivacyUrl":{"description":"","enabled":true,"endDate":"2022-12-20T05:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"www.menswearhouse.com/privacy-policy","startDate":"2022-12-16T19:16:00.000Z","startTime":null,"val":"https://www.tailoredbrands.com/privacy-policy/"},"SocialLink1Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"80px","imgSize":"2kb","imgWidth":"80px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink1Img-40x40.png"},"SocialLink1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://twitter.com/menswearhouse"},"SocialLink2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"80px","imgSize":"1kb","imgWidth":"80px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink2Img-40x40.png"},"SocialLink2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.facebook.com/MensWearhouse/"},"SocialLink3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"80px","imgSize":"2kb","imgWidth":"80px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink3Img-40x40.png"},"SocialLink3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/MensWearhouse/"},"SocialLink4Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"80px","imgSize":"2kb","imgWidth":"80px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink4Img-40x40.png"},"SocialLink4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.youtube.com/user/MensWearhouse"},"SocialLink5Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"80px","imgSize":"2kb","imgWidth":"80px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/SocialLink5Img-40x40.png"},"SocialLink5Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.pinterest.com/menswearhouse/"},"Studio_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_CartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/cart"},"Studio_Disclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Present this coupon in store or enter code at online checkout to receive $20 off your next purchase of $100 or more (before taxes and shipping). Coupon may not be applied to layaway or gift center purchases, special orders, Career Apparel, undergarments, alterations, or toward the purchase of gift cards or TWINHILL® catalog merchandise. Coupon may be used only once and must be surrendered at time of purchase. Coupon is not redeemable for cash or credit, and may not be applied toward the payment of Perfect Fit® credit card account balances. Customers returning items purchased with this coupon will forfeit the portion of the discount used for those items; the Men's Wearhouse return policy will apply to the remainder of the purchase. Perfect Fit points are earned only on amounts expended by you in connection with the purchase and are deducted for any returns. Product selection varies by store and online. Coupon is not combinable with other promotions. Coupon may be modified or cancelled anytime."},"Studio_Disclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"All domestic online orders except gift center orders over $99 (before taxes) are eligible for free standard\u0026nbsp;shipping."},"Studio_FirstItemCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $FirstItem.url }}?smtrctid={{ $Hashed | sha256 }}{{ end }}"},"Studio_FirstItemUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}?smtrctid={{ $Hashed | sha256 }}{{ end }}"},"Studio_Footer1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/?smtrctid={{ $Hashed | sha256 }}"},"Studio_Footer2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/?smtrctid={{ $Hashed | sha256 }}"},"Studio_Footer3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/store-locator?smtrctid={{ $Hashed | sha256 }}"},"Studio_FooterCopy1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Perfect Fit\u0026reg; members get free standard shipping on all domestic online orders (except gift center orders) when they link their nine-digit Perfect Fit\u0026reg; Rewards number with their online account under \"My Account: Perfect Fit\u0026reg; Rewards\" and select the \"\"Standard Shipping\"\" option at\u0026nbsp;checkout."},"Studio_FooterCopy2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003ca href=\"{{ $.IbxUnsubscribeEsp }}\" style=\"text-decoration:underline;color:#000000;\" target=\"_blank\"\u003eUnsubscribe\u003c/a\u003e\u003cspan\u003e\u0026nbsp; | \u0026nbsp;\u003c/span\u003e\u003ca href=\"https://www.tailoredbrands.com/privacy-policy/\" style=\"text-decoration:underline;color:#000000;\" target=\"_blank\"\u003ePrivacy Policy\u003c/a\u003e\u003cspan\u003e\u0026nbsp; | \u0026nbsp;\u003c/span\u003e\u003ca href=\"{{ $.IbxWebview }}\" style=\"text-decoration:underline;color:#000000;\" target=\"_blank\"\u003eView in Browser\u003c/a\u003e"},"Studio_FooterCopy3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u0026copy;\u0026nbsp;{{ formatTime \"2006\" }} The Men's Wearhouse, Inc. All rights reserved.\u003cspan\u003e \u0026nbsp;|\u0026nbsp; \u003c/span\u003e5601 Arnold Rd\u003cspan\u003e \u0026nbsp;|\u0026nbsp; \u003c/span\u003eDublin, CA\u0026nbsp;94568"},"Studio_HomepageCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}"},"Studio_HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/"},"Studio_ListPageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $.ListPageUrl }}"},"Studio_LiveTextBannerAboveHero":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_LiveTextBannerBelowHero":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_LiveTextBannerLine1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Flash Sale"},"Studio_LiveTextBannerLine2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Online Only! 9/5-9/6 Only!"},"Studio_LiveTextBannerLine3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_LiveTextBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/slc/help-faqs"},"Studio_Param":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $.ToEmail | sha256 }}"},"Studio_Param2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"?pch=3\u0026pei=2\u0026ci_paic=1\u0026ci_peic=1\u0026ogmap=EM|TRG|WK|||||{{ $CampaignName }}\u0026ogemh={{ $.ToEmail }}"},"Studio_PrimaryOffer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_TopBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_Vprop1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/shop/gift-cards-for-men?smtrctid={{ $Hashed | sha256 }}"},"Studio_Vprop2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://tuxedo.menswearhouse.com/?smtrctid={{ $Hashed | sha256 }}"},"Studio_Vprop3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/slc/help-faqs?smtrctid={{ $Hashed | sha256 }}"},"SubjectLine_promo_bfcm":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TermsUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopBannerImg":{"description":"","enabled":true,"endDate":"2023-11-26T06:00:00.000Z","endTime":null,"imgHeight":"200px","imgSize":"","imgWidth":"1200px","promoVal":"assets.bounceexchange.com/assets/uploads/users/4858/MW CM 2023/7876bd8f6698c4715f7673432001102f.jpg","startDate":"2023-11-25T06:00:00.000Z","startTime":null,"val":""},"TopBannerImg2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"576px","imgSize":"451kb","imgWidth":"1600px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6393/f2159960d1a22ec262805252a222ca77.png"},"TopBannerUrl":{"description":"","enabled":true,"endDate":"2023-11-26T06:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"menswearhouse.com/c/mens-clothing-sale/cyber-monday-deal","startDate":"2023-11-25T06:00:00.000Z","startTime":null,"val":""},"TopBannerUrl2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat1Bg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"441px","imgSize":"","imgWidth":"300px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat1BgHiRes":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"882px","imgSize":"","imgWidth":"600px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat1Img_Feb2023":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"882px","imgSize":"","imgWidth":"600px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat2Bg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"441px","imgSize":"","imgWidth":"300px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat2BgHiRes":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"882px","imgSize":"","imgWidth":"600px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat2Img_Feb2023":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"882px","imgSize":"","imgWidth":"600px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCat3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"On Sale Now"},"TopCat3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"58px","imgSize":"2kb","imgWidth":"58px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/TopCatPriceTagImg-29x29.png"},"TopCat3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/c/mens-clothing-sale/all-sale"},"TopCatCTACopy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shop Now"},"Vprop1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"gift cards\u003cbr\u003e(classic or e-card)"},"Vprop1Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"90px","imgSize":"4kb","imgWidth":"120px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Vprop1Img-60x45.png"},"Vprop1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/shop/gift-cards-for-men"},"Vprop2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"tuxedo \u0026amp; suit\u003cbr\u003erental"},"Vprop2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"90px","imgSize":"6kb","imgWidth":"120px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Vprop2Img-60x45.png"},"Vprop2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://tuxedo.menswearhouse.com/"},"Vprop3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"international\u003cbr\u003eshipping"},"Vprop3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"90px","imgSize":"7kb","imgWidth":"120px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/mens-wearhouse/Vprop3Img-60x45.png"},"Vprop3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/slc/help-faqs"},"Vprop4Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"buy online,\u003cbr\u003epick up in-store"},"Vprop4Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"84px","imgSize":"4kb","imgWidth":"120px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4034/ec5be465d72874d327e9439c535223d6.jpg"},"Vprop4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.menswearhouse.com/slc/help-faqs"},"couponcode1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$20 Off"},"onsiteoffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$100 or more"},"onsiteoffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$100+"},"onsitestandard":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"1068px","imgSize":"96kb","imgWidth":"800px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"assets.bounceexchange.com/assets/uploads/users/6803/e1af8ada7bd7ec5b4e9092764391a024.jpg"},"onsitestandardmobile":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"360px","imgSize":"95kb","imgWidth":"750px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"assets.bounceexchange.com/assets/uploads/users/6807/f2604398e8a578f3698e34113c0cc7de.jpg"},"promo_coupon":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"promo_offer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Get Up to 50% Off select styles"}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"ads_enabled":"0","brand_name":"Men's Wearhouse","client_plan":"managed","enable_ally_settings_json":"{\"enable_ally_aria_labels\": 1,\"enable_ally_focus\": 1,\"enable_ally_number_to_string\": 1}","enable_cms_dfp_suppression":"0","enable_osr_events":"0","enable_short_links":"0","google_analytics_v4_measurement_id":"G-MHWJKZ4QP6","google_analytics_v4_property_id":"402962464","gs_url_identifiers":"","max_activations_timeperiod":"0","max_activations_timeperiod_hours":"0","minify_email":"1","newsletter_config":"{\"prefix\":\"\", \"items\":[]}","preinit_custom_js":"var audiences = {\n /* PROPERTIES */\n testMode: false,\n interceptEnabled: true,\n mirrorEnabled: true,\n arrayObserverEnabled: true,\n\n\n /* Intercept Events: For overriding the default events that the cartridge attempts to make. */\n useIntercept: function useIntercept() {\n if (!this.interceptEnabled) {\n return;\n }\n bouncex.utils.shqInterceptEvent = {\n productView: false,\n cartAdd: false,\n cartEmpty: false,\n categoryView: true,\n 'purchase': function(wkndEventParams){\n var prodErr = false;\n var orderId = bouncex.utils.getNestedProp('obj.order_id', null, wkndEventParams);\n var purchTotal =Number(bouncex.utils.getNestedProp('obj.amount', 0, wkndEventParams)) + ( Number(bouncex.utils.getNestedProp('obj.tax', 0, wkndEventParams)) + Number(bouncex.utils.getNestedProp('obj.shipping', 0, wkndEventParams)) );\n var orderInfo = bouncex.utils.getNestedProp('obj.item', null, wkndEventParams);\n var items = bouncex.utils.getNestedProp('ecommerce.items', [], wkndEventParams);\n// Use map to extract the required properties for each item\nvar orderArray = items.map(function(item) {\n var prodId = items.variant_id; // No underscore removal\n var price = items.price;\n var qty = items.quantity;\n return [prodId, price, qty];\n});\n\n \n if (orderArray.length \u003c 1) {\n prodErr = true;\n }\n if (!prodErr \u0026\u0026 orderId){\n \t\t_shq.push(['pageView', \n \t { 'pageType': 'purchase',\n \t\t \t'orderItems' : orderArray,\n \t\t \t'orderId': orderId,\n \t\t \t'total': purchTotal.toFixed(2)\n \t\t}]);\n }else{\n \t_shq.push(['pageView', \n \t {'pageType': 'purchase',\n 'orderId' : orderId,\n 'total': purchTotal.toFixed(2),\n 'usebasket': true\n \t\t}]);\n }\n}, };\n },\n useMirror: function useMirror() {\n if (!this.mirrorEnabled) {\n return;\n }\n bouncex.utils.shqMirrorEvent = {\n pageview: function(){\n if (window.location.href.indexOf('search') \u003e -1){\n var searchTerm = bouncex.utils.getParam('q').replace(/\\+/gi,' ');\n if (searchTerm){\n _shq.push([ 'onSearch', \n {\n 'searchPhrase': searchTerm\n }]);\n }\n }\n }\n };\n },\n captureCategory: function captureCategory(obj) {\n bouncex.setTimeout2(function(){\n if (bouncex.website.pts === 'category') {\nvar catCode = bouncex.utils.getNestedProp('page_breadcrumb', '', obj).split('|').slice(1).join('').trim();\n if (catCode) {\n _shq.push([\"onCategory\", {\n \"catName\": catCode,\n \"catId\": catCode\n }]);\n }\n }\n }, 700);\n },\n \n captureATC: function captureATC(obj) {\n var prodDetails = bouncex.utils.getNestedProp('ecommerce.items', [], obj);\n var aItems =items.map(function(item) {\n var prodId = items.variant_id; // No underscore removal\n var price = items.price;\n var qty = items.quantity;\n });\n \n if (aItems.length \u003e 0){\n _shq.push(['onCartAdd', {\n Items: aItems\n }]);\n }\n },\n processObserver: function processObserver(aoItems) {\n // aoItems will be an array of objects\n while (aoItems.length) {\n var item = aoItems.shift();\n var actionType = item[1],\n event = item.event;\n\n if (event === 'page_view') {\n this.captureCategory(item);\n }\n if (event === 'view_item') {\n this.capturePDP(item);\n }\n if (event === 'add_to_cart') {\n this.captureATC(item);\n } \n //item variable will contain the object to process.\n }\n },\n arrayObserver: function arrayObserver() {\n\n var _this = this;\n\n if (!this.arrayObserverEnabled) {\n return;\n }\n bouncex.et.onTrue(function () {\n return bouncex.utils.getNestedProp('window._shq.loaded');\n }, function () {\n _shq.ArrayObserver(window.dataLayer, function (e) {\n _this.processObserver(e);\n },{catchUp: true});\n });\n },\n\n /* Initialize audiences Tracking */\n init: function init() {\n // test mode\n if(this.testMode \u0026\u0026 !bouncex.testmode.bxdev){ return;}\n // attach object to bouncex.et\n if (!bouncex.et) {\n return;\n }\n bouncex.et.audiences = this;\n // initialize main functions\n this.useIntercept();\n this.useMirror();\n this.arrayObserver();\n }\n};\n\naudiences.init();\n","single_page_app_on":"1","single_page_app_test_mode":"0","sms_configs":"{}","sms_creds_id":"","sms_double_opt_in":"0","sms_enabled":"1","sms_mt_config":"","sms_provider":"","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{}","sms_short_codes":"[]","use_button_tag_for_close":"1","use_verbose_label_for_close":"1"},"name":"Men's Wearhouse","no_control_ips":[],"no_ecaps_in_canada":"1","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":null,"page_type_json":{"cart":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('body.js-shopping-cart-page').length \u003e 0;"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"stage-mw.tmw.com/AjaxOrderItemDisplayView"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst7."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"localhost"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"stg."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst2."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst9."}]]},"category":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/c/"}]]},"checkout":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('body.l-checkout').length \u003e 0;"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkout"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"stage-mw.tmw.com/OrderShippingBillingView"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst7."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"localhost"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"stg."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst2."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst9."}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/';"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"stage-mw.tmw.com"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"mw.localhost.tmw.com"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst7."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"localhost"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst2."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst9."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"stg."}]]},"product":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/p/"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/SearchDisplay?searchTerm="},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/search/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"tst2."}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":false,"script_delay":"0","script_tags_json":"[{\"name\":\"wknd_tag\",\"version\":null},{\"name\":\"conversion_multipixel\",\"version\":\"ecommerce\"},{\"name\":\"gam_pixel\",\"version\":\"out_of_page\"},{\"name\":\"amp_auto_ad_pixel\",\"version\":\"default\"}]","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":"1","vars":[{"code":"null;","default":"false","name":"cart","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"cart_items","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"(function(){\n var $cartQty = jQuery('a[aria-label=\"View Cart\"]').last();\n\n if ($cartQty.length \u003e 0) {\n return Number($cartQty.text().replace(/^0-9/g, ''));\n }\n\n return null;\n})();","default":"0","name":"cart_qty","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cart_token","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"(function() {\n var $cartQty = jQuery('a[aria-label=\"View Cart\"]'),\n $cartVal = jQuery('span:contains(\"Est. total\")').parent().find('span:contains(\"$\")').first() || jQuery('h4:contains(\"$\")').first();\n\n\n if ($cartQty.text().trim() === '0') {\n return 0;\n } else if ($cartVal.length \u003e 0) {\n return Number($cartVal.text().replace(/[^0-9.]/g, '')) || null;\n } else if (bouncex.website.pts === 'cart') {\n return Number(jQuery('h4:contains(\"$\")').first().text().replace(/[^0-9.]/g, '')) || null;\n }\n \n return null;\n})();","default":"0","name":"cart_value","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cookie_modal_present","page_types":[],"persist":"no","polling":"all","testmode":true,"trigger":"pageload"},{"code":"bouncex.vars.logged_in || null;","default":"false","name":"ever_logged_in","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('.js-add-to-cart-oos:visible').length === 0;","default":"false","name":"in_stock","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"last_viewed_item","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"(function(){\n if (bouncex.website.pts === 'checkout') {\n return null;\n }\n\n return jQuery('#header-user-greeting:visible').length \u003e 0 || bouncex.getBounceCookie('isLoggedIn') === 'true';\n})();\n","default":"false","name":"logged_in","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"logged_in_identified","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"","default":"false","name":"page_url","page_types":["category","search"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"(function() {\n var brand = jQuery('h2.MuiTypography-h2:not(#widget-title)').first().text().trim(),\n product = jQuery('h1.MuiTypography-h1').first().text().trim(),\n color = jQuery('input[name=\"Color\"]:checked').val() || '';\n return brand \u0026\u0026 product \u0026\u0026 color ? `${brand} ${product}, ${color}` : '';\n})();\n","default":"false","name":"prod_name","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"(function() {\n var $finalPrice = jQuery('.product-total__price, .final-price'),\n $muiPrice = jQuery('.MuiGrid-container span:contains(\"$\")');\n return Number($finalPrice.first().text().replace(/[^0-9.]/g, '') || $muiPrice.first().text().replace(/[^0-9.]/g, ''));\n})();\n","default":"false","name":"prod_price","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('div[data-sentry-element=\"QuickViewStyles\"]').find('img.MuiAvatar-img').attr('src').match(/([A-Z0-9]+_[A-Z0-9]+_[A-Z0-9]+)/)[1];","default":"false","name":"quick_view_item_id","page_types":["product"],"persist":"visit","polling":"all","testmode":false,"trigger":"pageload"},{"code":"jQuery('div[data-sentry-element=\"QuickViewStyles\"]').length \u003e 0;","default":"false","name":"quick_view_open","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"jQuery('.MuiSnackbar-root .MuiAlert-message').text() === \"Added to bag\";","default":"false","name":"quick_view_successful","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"jQuery('.footer-snack-notification').text().toLowerCase().indexOf(\"signing up\") \u003e -1 \u0026\u0026 (jQuery('.newsletter-box input[name=\"email\"]').val() || '').length \u003e 0 || null;","default":"false","name":"submitted_onsite","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false}],"website":"menswearhouse.com","website_id":"4803","cache_meta":{"paths":{"1455091":"1455091-ea9faacb9213becb2e1619b2a5f6e00b","1455092":"1455092-29427d0c76f29be42baad9f9f2d8f3b4","1455093":"1455093-8d8dca1156271ce1afb848861a5abaad","1455094":"1455094-8ad98333d9565cc4cc3e416b941d2397","1455095":"1455095-f98c04f9b8fc51009ae33ad4aeee1cde","1455096":"1455096-7304c67a188f591f1b59c7ab26fbb1f1","1455097":"1455097-1c76089cb2828ee0c41dd11317d11021","1455098":"1455098-652f680a5812355f55b8e931001efa67","1455099":"1455099-4e5aca9765a1c46c724d3303f42240d6","1455100":"1455100-6c9c1e8c6d861c3c37b39fc51aa8cb62","1455101":"1455101-a03c513c345bf59c00b42328e3239f17","1455102":"1455102-f03d00ae56728efca586f998b9a5e619","1455103":"1455103-6d98aafdc24418a3a8a10b3838cd4566","1455104":"1455104-f2b8e96794f61637bfa36a5bd0f3ea45","1455105":"1455105-1bdaaa7f3b8ae663df903d342497d39b","1455106":"1455106-34fd40fb3919418da69f97292ab4b3e7","1455107":"1455107-59be49185b465a4f27c422a2946cdaf8","1455108":"1455108-0a73928b2c561ffef87e500abce8312c","1455109":"1455109-0cde42ba35a3545b4dca1c359eae431c","1495840":"1495840-fb4edc5a8c83cab8b1f21ab9c1af61a9","1514037":"1514037-81e04620fea8d9c91208758205d98f1e","1514038":"1514038-dae926fd70de9cb1e327886d3a717ebf","1514040":"1514040-d91361d9b75a198a50c2f9fd139ea784","1514041":"1514041-46a11eec43fd5f9eb8be350004fcea01","1514043":"1514043-9dd3aaa605530e292ce2d3d80df1cde0","1514044":"1514044-0d6cb1dd0d958c9609209a539f295c3c","1514046":"1514046-70d76a67c282f6d0a4853c4813c5c065","1514047":"1514047-3062f89538f97b1a8f4273293932559b","1514049":"1514049-1fb13fc0d1c06ff60fd1afc59e132ef8","1514050":"1514050-b7ee08fe3deec560485a77cb2f296265","1514052":"1514052-7b758fc6a3f12968b2f07a4c44e20560","1514053":"1514053-06eed7a1676d326eda164ddc0a23257d","1514055":"1514055-daabd031487ede18aedf9fb4bdbe17cc","1514056":"1514056-9bb2fa56631a202d8ef760a2e38e3df1","1514058":"1514058-f69d678b91a789b7e8de8fadeb2510d6","1514059":"1514059-283086eebee27e7e7df25f7085b3e9ca","1514061":"1514061-0a116ae75a99ac9eaa8d97fbf2cea835","1514062":"1514062-b706baf8cf79658954559ca84fe215af","1514064":"1514064-3f6e8c52f1b18649236e7f212440424b","1514065":"1514065-2de8e66e458c549e13f38158feaf7f16","1514067":"1514067-068858b7d6a0bda33781b6f908a5c728","1514068":"1514068-11743947ccfaa543ea6057905d50fc56","1514072":"1514072-4cc16bc2c0549c6f6ac07633a519ba3e","1514073":"1514073-63bf99ca3bf4e7db6bbc37d793ad4990","1514075":"1514075-a07d8bec78ccf2121e331203171c500d","1514076":"1514076-a02a3d2181f0f53e29c0353e0c59d19c","1514078":"1514078-e168295f39fc885759b0b4043bae1c68","1514079":"1514079-75ba305b666e6575eb78114faa7dce62","1514081":"1514081-81d65cd0d286daf1f1782882245abad5","1514082":"1514082-9d26cf21b35bdc738f09c49172768d7b","1514084":"1514084-25a1dd2af812cda06ea329b059a204da","1514085":"1514085-cf4c41436b33d28c3ee9ac28fd25a38a","1514087":"1514087-b79fa0bce88b7912e4a63d65f90a950e","1514088":"1514088-03d0bc019bd2fc9e90818e2061829994","1514090":"1514090-0e2601c6c7f79505eb0ec47b01d9b5bc","1514091":"1514091-ce8baf8c762d3bf7190fabf7b88e97c5","1514093":"1514093-7af7d5e15417adade94b748cdce59c89","1514094":"1514094-54fbe7ab8e3baaab660746875d91c883","1514096":"1514096-1c7afa93a5d82e45da2ecc8924734366","1514097":"1514097-a5fb150a65249904ff97137f7ab2d586","1514099":"1514099-a4c86a87fb86f096120af3d7d9dc1739","1514100":"1514100-b7e9bf322eb08bbe6647099aeba6be22","1514102":"1514102-876b5c71e4e7ed903461228356d9064b","1514103":"1514103-4c808d8e21590f4df264f174366639b3","1514105":"1514105-108e43ef01cf96bdb6bdac72e76f79f6","1514106":"1514106-8103655251431b036368153fec975e1d","1514108":"1514108-8b7d68533c61391683c8a161e6fabf6a","1514109":"1514109-07fd4b6764fc8a28f92a0e5d36122589","1514111":"1514111-0d2d891b023565baf0292d8d61beabdc","1514112":"1514112-dff0403c3a7de0cef429d8008794fd6c","1514114":"1514114-dd583980338094e9d98b87d8ec22d2e1","1514115":"1514115-9eb752b742ce540a7cef4331e1a9efda","1514117":"1514117-508703f634fb517b77aebce84b040332","1514118":"1514118-d9986de290d43524d06d34ac594f0cb1","1514120":"1514120-f369e37a060616d9450ff716ce1a2832","1514121":"1514121-44e6854b788f833af24271ecad8b7d74","1514123":"1514123-3612a441433a47c88e9f5da668835dd7","1514124":"1514124-91fe4cf1850f172f7da906c8627379f3","1514126":"1514126-18c30c708d992c46f1c284c829191d21","1514127":"1514127-4bb16977e34a0b922fd52205bdefa5fa","1514129":"1514129-029a72fc8e4bacbb6df1803253966d81","1514130":"1514130-0e804e4172a721331d3d5fa0cd4b5d9d","1514132":"1514132-aaa0f201d89b2aa4331175ed8c543c8a","1514133":"1514133-70b4cd92788f65cc0fd3af5cb8bb11f5","1514135":"1514135-6496f0d6aa3d6ba79dbbabf6488d8398","1514136":"1514136-20c474643c9adc6885efd1330434d2c0","1514138":"1514138-e392dcdfa7e46e2c4783f13c906f8950","1514139":"1514139-507340440fcdace141faaea3e749dfb3","1514141":"1514141-613668d6688a8ac3ed8e2e191ca0eb63","1514142":"1514142-a3b67e6522a451e30466e05d41e93762","1514144":"1514144-a8e359997258f8cc29a21906d30f6cc6","1514145":"1514145-ac328fda332e23928acdae2d94c6b878","1514147":"1514147-82117f1e9fcf1ac7008a06a92176ba61","1514148":"1514148-3e7305675182f292c1dd0544ab29bdac","1514150":"1514150-9068001622a7aa69355c14f43c9191ab","1514151":"1514151-e37d5e405f5e60606da75210ffb83580","1514153":"1514153-054d27bd7ff5b720bd745026c583155e","1514154":"1514154-b23fbf9ad71684755f946024f04e38a2","1514156":"1514156-ca7e941309df50061903bd7d01dd91fe","1514157":"1514157-5a7a8a6de32eab3c113c95dbd47fbf48","1514159":"1514159-b793a0632586df369fc14cc67cb34194","1514160":"1514160-719d352dba1598e8023ec9824a0e1797","1514162":"1514162-007a2092bb2ceaf5539d181a36147363","1514163":"1514163-a3a796a272c16fe9fe78f7a2218beac1","1514166":"1514166-44e84ab81a4f0321d7afa3acef5b63bd","1514167":"1514167-c0f85c5112baf745a239a343e7b87232","1514169":"1514169-68feeb1a1829e7b75903aa897f07054d","1514170":"1514170-fb8d40756b086a2c0401d379573c8e04","1514172":"1514172-db1b11682258dad9743d23e62f0e8810","1514173":"1514173-7dd69da4246b9c25243e983720a2a6e2","1514175":"1514175-21960d864095e4c9aff6610127e1c3d6","1514176":"1514176-7e4a905566d1d0ce7f1a6dc19257a474","1514178":"1514178-e62a9f59939669b4c0aeb7ab75ad0a12","1514179":"1514179-725aa3c1499075be5ddad482fe9a0268","1514181":"1514181-2fcf1af4971040176842700f514d61c9","1514182":"1514182-0f02796c0cd80ece43e5e0afcdad9bcd","1514184":"1514184-fd06919ce9bc3e76485f25de33fe5d3e","1514185":"1514185-18d7fb63f9d8e698eec174244d92d560","1514187":"1514187-c09aad1baef5fbf9057a56cdb739956d","1514188":"1514188-f5927336f1d1d68a4180ee67ca7ebeac","1514211":"1514211-01f7ece668de9d0f6efc21cd77d9001a","1514212":"1514212-6ac4947108ae4a38393351f0b94ba58c","1514344":"1514344-3dd46f59405558afec98fd958ed97d90","1514345":"1514345-2f430a81731c9ca0e78296214990e194","1514360":"1514360-f069bb36eccba7314d547cdc9851ce82","1514361":"1514361-a8fd1da19266627854d142538b34477d","1514378":"1514378-82ca06c498f0314751448130d05cbb4f","1514379":"1514379-2f3bbd61bb865924ca22f2ba9ebcd333","1514381":"1514381-38fe9c3d3739c08d7d6461db2c7fc10a","1514382":"1514382-07df1694274c3a76b1abe240f083e84f","1514384":"1514384-e8e024c31aa1aefa1c9042e4e3746057","1514385":"1514385-24140909c5bdfb4b401d2c23112b3859","1514387":"1514387-db9455b79d49f0abe119edd58efdc36b","1514388":"1514388-5dfe275a8733137cfe179ffc2a347dc7","1530094":"1530094-f3e3c93811f90153b6b1f6079d4ac530","1531202":"1531202-b0b4d250edbb140cc3b44986f8b44dec","1531638":"1531638-41e2835bd7cccf051c781e5fc626f656","1539661":"1539661-0e49a587b95c0d385640442fda01c81c","1549646":"1549646-82e7df593b93dfb0c190f79324a7f21b","1549660":"1549660-09618a2a1e21c06d47fd0273ddcf6049","1549661":"1549661-25c247e9358e9fd9ff5153aca1d4d6c2","1549662":"1549662-7262a62c022d289fc0093329912477f5","1549663":"1549663-23e9b3dc2d855a862305a5501db6e9b8","1550133":"1550133-a15895579110f2aaf57a52b7252e69f5","1550134":"1550134-f212942fe27ff4ed9dec03298f22b63c","1550135":"1550135-58a3b320e4ff051c13596ac001d49a32","1550339":"1550339-69ea465a28ca4377987b6540c19291bf","1550390":"1550390-6ceca67da11da2ad09874ab4fa2e6a25","1550434":"1550434-17da756b347e995d937e2027d80109d3","1550450":"1550450-04d91e6f95ce3f0ac8047d744233d24c","1571297":"1571297-0a0da99fe4950501138313703fac1936","1571298":"1571298-a9995aae4abb75f9d8372eebcb92a696","1571299":"1571299-2a3f79f460c666845fcee45ba58ec17b","1571300":"1571300-f86b9e07a9db1fd6571dd36d5ff31d92","1571302":"1571302-859edc4ffa93495674dc945364cb91bd","1571303":"1571303-c67470f1ae118b672317690c4c505a5c","1571304":"1571304-aa9bc7f7534f717d5e11f7af8d39a440","1571305":"1571305-abe75d7bb7281f2f90bbd843b19864bc","1600998":"1600998-63c0cdba7ca38f2fcd31fbf2d26a569e","1600999":"1600999-44d0a0292992b90b6342b1e1b80d3415","1601001":"1601001-6c0bf21d78b32f0a4004cd9de7411928","1601002":"1601002-172b027830c896e4690c373e2cdfdef6","1601004":"1601004-44c8a20b3bc6f8bc88d036548e23c1a1","1601005":"1601005-73332d8465c1ec6521aa297223f75f98","1601007":"1601007-8cd7b55bbd5ff0104179cf4394cb49aa","1601008":"1601008-6998ecea2a7d28f87d8a82b1e4cae39c","1601010":"1601010-eda92a23f2ff01b7e06d64dda7f6d0c6","1601011":"1601011-86dbe0a7e363400546e2b220c30ce126","1601013":"1601013-2bc1e818e3d3b93092cd7b0895d886c0","1601014":"1601014-e053791fa49656152c840c313bfcb826","1601016":"1601016-57d926a09c77ac500c4f3d18410ff567","1601017":"1601017-0b716597afd1a7ec65f442d8cfa2d096","1601019":"1601019-0921fc67699322571c16c461c7647902","1601020":"1601020-50239c4b974afd6f9815f584dd8900fd","1601022":"1601022-87518d0b86e8a14bf623126b51ed5732","1601023":"1601023-2fa9e4fbf38f06b5fedc10b9a3bf71cf","1601025":"1601025-66fa0946f02263273f2b77dff557d986","1601026":"1601026-3e977e31c8d283d335d84a9a3b3980f1","1601028":"1601028-739156c19bf4219cc497a7fdd4cd84f0","1601029":"1601029-abde472a1c9a3d5dbde1a905dfa6fb78","1601031":"1601031-3ee2f5d3ab0fa0b94c18068ba6cafcd8","1601032":"1601032-390b307379a1e745c91f3e686ced3406","1601034":"1601034-8ede22a4f7fa4a3f922f1bb492f9c727","1601035":"1601035-131dfc0af7f53f54b15044c8e060c312","1601037":"1601037-91a8c3ff71c525458ab113a6a19bcf03","1601038":"1601038-7f1cd30eee5383b1dd383bef1bee3bfd","1601040":"1601040-fd3d587ec974cace6914682444d322fe","1601041":"1601041-5f82cc353d6c3f92bf79c0eff8984480","1601043":"1601043-0643ff1c3359318225c6f561a725f3f5","1601044":"1601044-321e55cc1339a1ecbc604c7a5f44ed54","1601046":"1601046-72adaf7a2d1fa5c351b19c83323b38a8","1601047":"1601047-c09f2617285fa66a8487747eebb99e64","1601049":"1601049-ee82226a8f79ea286ab272bd87bcde22","1601050":"1601050-8bb10ac82ab1a9482d12f875b2a67393","1601052":"1601052-e4c11fb3aedf48c0ce16ef89dda69a82","1601053":"1601053-7ac249ab7788ddcc4d2f05012375cd55","1601055":"1601055-badd2aad02b3b833f48ac110989441ea","1601056":"1601056-33c16f00bb2eba17593119efd04145d1","1601058":"1601058-5384bcec193d91131703bf001f33c624","1601059":"1601059-54bd1e866b6960dc478a67ac7bebced3","1601061":"1601061-9812d9438a93eefe650f7444bc34fd85","1601062":"1601062-38bd2abe501acf500aaf9727b91a3ec8","1668936":"1668936-ff803b43155b1c472e867172e4406e73","1668937":"1668937-113f66d33c16bb9e57a6a7777b53b685","1668938":"1668938-8c674b841c6e24b836aeeeaa755013ad","1668939":"1668939-b44ba0fe28ad46acf5b7f8cec248341d","1672482":"1672482-b81d0c661865135f77c5f24e927fa75e","1672483":"1672483-d40fa254aa3c5c932ff574884aad699e","1672485":"1672485-2238ad569f39c9b2c58eec3f5f034b63","1672486":"1672486-1e2a42565b30e978948ac5eff83c59f3","1672488":"1672488-189fb59aefa905a4555ef2344f2da593","1672489":"1672489-ca4a059e276c4e5b6864ab141e98874d","1672491":"1672491-81a7349352eb85e2ed3e9397251c42f6","1672492":"1672492-2daeb758d1082c3e7b2ab37a0ddf2dc8","1672513":"1672513-7ead78cfb436a61cd6c826f4e35f1938","1672514":"1672514-897d10ceda4cfa171c906620560095c6","1672516":"1672516-1831c52a37caa6e6aa48fb647e5a3bea","1672517":"1672517-2383db23736ccc903c0e58a4861a0bf8","1672519":"1672519-d33cc962cb13990f271991d8b5dc6e42","1672520":"1672520-5f1fae761a2621315d1ba536f4bee20d","1681334":"1681334-71341e0289d8b2f396e10b76c1f73a02","1681335":"1681335-f036093e3a4e4da1952c60aa4e21f80f","1681336":"1681336-e0427e4a553acb83c1bf6981bf4841be","1681337":"1681337-0cb42f3c9f50872706666fbe2f37ed0c","1684693":"1684693-89c8103ddb40b6f52ec865f17211bdd8","1684694":"1684694-630f503625d7c9a219c11f7740406b88","1684695":"1684695-a80aa993ce233450ff3b7f9d6bc43e79","1684696":"1684696-f61ffac72373d6fdb65237c6cac32365","1688211":"1688211-aa92d9826bd95f296201ba2dbffb9b4c","1697776":"1697776-23e3e05abeef2233aba3e6885588c6b1","1697777":"1697777-a3c9617df9defc9cdbbb4ea990e46231","1697779":"1697779-cde2b278b7fe4c4623151920dd6650cd","1697780":"1697780-29201eb7ccca62c161fa2c4eba37b913","1697782":"1697782-d5db6cdb34ff71435da3a121a7043de2","1697783":"1697783-21d16b466d91258fa6a8789b013c6761","1697785":"1697785-e369d47824f1c8d34da667a02cb92c40","1697786":"1697786-9dd034392831354b233b50ecafab77ba","1697788":"1697788-8be659d3f35a7f1689eca8c67c5c8bd5","1697789":"1697789-aabaf7f1015dc7acfbda71e00b5c9207","1697790":"1697790-2a9c4cacd7b1e667cf3ad713018a7838","1697791":"1697791-ee605ed3e1de613536e69aea646944ee","1697792":"1697792-1bf644bc7992a1de77e4dde0b5895c2a","1697793":"1697793-484a45380f67fb0a80e25dc71a40c51c","1697795":"1697795-67b79bf6204a89e9b819a4f966816060","1697796":"1697796-426cb7b947afe5096930c90425370093","1697798":"1697798-0602610f4c2b96e530ddae2b1f04553f","1697799":"1697799-7e07a24d43e63b39a30a58f2b08238dc","1697801":"1697801-0a820dc77072515c64536c0feb2471e7","1697802":"1697802-10c6d50346a5047b454d2b70618ca2c9","1697804":"1697804-edd95bb8994404f714c7a728af62dcba","1697805":"1697805-2c84b8eba742c8591d442bf353e17f06","1697806":"1697806-8bc39005b3ecc2c7620df8f15cade771","1697807":"1697807-de8468971f097baa3d96356b066336d6","1697808":"1697808-3b1489ad27c72adfb01420279cbe0f27","1697809":"1697809-681b1e9ff3213a8787622734e964f031","1697811":"1697811-66327c7e02f6b9b49e18b45b4e932d47","1697813":"1697813-1e61f8f17fd8a170f0a2320085b0c841","1697815":"1697815-3d17f4938df4372bbfead7b440ecf72f","1697817":"1697817-d62aec0f72462f17da8fbb61eea8be3b","1697818":"1697818-523ad65f8938a9f6ee9e1097ff3e48ed","1697819":"1697819-c7ffa764105807cead0aef1014e0f413","1697820":"1697820-e2c41d8128cccdf5cede76081942376d","1697821":"1697821-d1fb34eb1720e3691b331aa7ab6058bb","1697823":"1697823-9a44fae41439806cd167de017aa5a319","1697824":"1697824-ed80c8d50d4b7715b9937ec1d4984898","1697826":"1697826-aa2b20a71cf8fdea765cd2fcca5ca288","1697827":"1697827-a652f620d8c22352c9099876851e0967","1697829":"1697829-67b3f0fd4ed16c4682f51588a75736ec","1697830":"1697830-d815c357379860839ee4c331282d9506","1697836":"1697836-8afc407c7e02290467b6b7c043c169da","1697837":"1697837-805692bdfe9c15e8da70f5bebca8e394","1697840":"1697840-4a4b33f030fd7419aef59a610e441665","1697842":"1697842-f4316ca96fae570232b6064c5e583b3a","1697843":"1697843-024c585c32d418ecd03b20d0450449b4","1697845":"1697845-805626a0b6cf8419e8d8555d919f4990","1697846":"1697846-ad10e84258dd56d306c08888dbfc3545","1697848":"1697848-db13c9f58a350481c95f11c36709cf4a","1697849":"1697849-60d179cd56759d21af41210f997bc850","1697851":"1697851-2d69543620205d6f984c428e7b5e86c4","1697852":"1697852-1b836558a3df2ad3997a23503dae38fe","1697854":"1697854-2d55622c3a5ed53c554437d54228f19a","1697855":"1697855-7455b78e4a6f25fa72dfa3f34d649881","1697857":"1697857-7bbdc83bed7d9d0075cbcfccc3a9b0f5","1697858":"1697858-fb7d4a8a41e283cabcb2a25478089dda","1709457":"1709457-c72d4e0cc14593b84a92c571402bac09","1709458":"1709458-554aefeb8b1395137734f66492825744","1709460":"1709460-332b32170514b9f82f44a915eeed26a2","1709461":"1709461-402fcbf56cb063030c76d201134ebb97","1709463":"1709463-0df18a628dad08be76dbeebcdb4769e3","1709464":"1709464-c46277389c67f27e18e61b61c3b58216","1709466":"1709466-7976bbe232f1b1d966ffa12e6ce686c6","1709467":"1709467-b3c69dad436201875807aa25ee24187f","1709471":"1709471-2840cf53a7ff890eeff42d55fb9e12af","1709472":"1709472-7527a609695e256fb283621c8a9ce5c7","1709474":"1709474-80d1143507dbf47151dc29f16bc4196c","1709475":"1709475-568122c5d47d10571f54e7e96d619518","1709477":"1709477-e724c43adb9885c17a2430ebbe525f34","1709478":"1709478-281691a196e7b5d78d6e847a085a76bf","1709480":"1709480-abbe4a83df3a05d4275a861d0d59b6e9","1709481":"1709481-04d6f160292a0aaea6a801f8e18760dc","1709488":"1709488-b8e48e0520a52ac422c1ec466f1f16d0","1709489":"1709489-ff1755de533c1e549fded2055d894148","1709491":"1709491-7a9ec2cabd197adaa48b6d55dd40034a","1709492":"1709492-07869c47a146fae99d2505a1892f9b15","1709494":"1709494-63f35b0b519b9e292ca84246a7d79518","1709495":"1709495-c87f30efa55454e2a4b0d14c1d423328","1709500":"1709500-d5d9404d1228fea0d8270e829327019b","1709501":"1709501-ac55f013cdeabac6423b676d169f2c1b","1709503":"1709503-fca30e2590eb63918759d71da73cdbdf","1709504":"1709504-c1ea67c311ed93d84ed360d7da85ef93","1709506":"1709506-30a14721add9d2064afd95a0a5640325","1709507":"1709507-2fb6192e72a1cdae7a198f124977a8a2","1709509":"1709509-0cdec60c23fe25fac62e70b4d203bdc3","1709510":"1709510-6487ccf0e973a7ab16ba04f1b43dc4cd","1709550":"1709550-88bcf07fcd1531a4d5bb3b7bfbc7541f","1709551":"1709551-e60289bfb6ecfb2a6643a2dbfe128196","1709553":"1709553-cce6d883d2cd7c39e314222c84903607","1709554":"1709554-ea911864cae0e406f305d0de5e9c0c47","1709556":"1709556-ba24b9580a9a2e886231ece2d9bd1609","1709557":"1709557-848fcbaf5a65bdc72bf77bc4bfdbf296","1709559":"1709559-bf41773d380ed0591d03707f81baf25b","1709560":"1709560-cb0e7996f149e98788c5fa11303942d6","1709562":"1709562-6081276ff792a57990aacc976aaeba35","1709563":"1709563-2e4cf41fbe398b98d95af1c434246253","1709565":"1709565-e5b6378f23639a1ef1b6e96018266ecf","1709566":"1709566-1b50d560eaa3b1ef787bbd666a3b4a37","1709586":"1709586-2b4af92af4b75968878079131d768ebe","1709587":"1709587-97ed93b899586acdbe673c42d680c048","1709589":"1709589-704b876ce6654d9376b2bc088f97d895","1709590":"1709590-b325d4969cdf71186b52598e78c84d6b","1709592":"1709592-096d937add2eca857f262b16ac01c312","1709593":"1709593-6c328f1d33e97184045694c80a834a44","1709601":"1709601-ddfeef7caaac09ba00b3d729194d667b","1709602":"1709602-0505a5965fd2add581a4d25b627c184f","1709604":"1709604-a8a6c585c38cf66878c4a561600c7fc2","1709605":"1709605-c546358a68fc5835b02ef1aca769abf8","1709607":"1709607-b9ae7d147ae9bad7e53fd4dee024cc1a","1709608":"1709608-87fead19a80854cc489eb6558c5a7b6e","1709610":"1709610-9b1101d1c94294a06ac1c30257f53181","1709611":"1709611-e4392930285630afe01a21d25b2f6c32","1709613":"1709613-0a229a5a881d19e84352154ee8b71517","1709614":"1709614-d5026be3c29574312058285d9d8d8de0","1709616":"1709616-18aa6f24f1815905edbc5f440f41813b","1709617":"1709617-83c3ab2a564923b95167809e1f1da4a5","1726438":"1726438-d401e8ae4aa6fab31614c012ae77dd4a","1729179":"1729179-a56b2ad9f05a5f51637b35d46de4c045","1729180":"1729180-ec8fcb816b0ba0deeefdce7a97eb8e2e","1729181":"1729181-539c0ac7c465e751688dfbabba7fbc64","1729182":"1729182-dd7c0f7aa173eb02c1b6010ad992206b","1729184":"1729184-9f4a86411f32a7cf971c2c2b03fabccd","1729185":"1729185-aeb8b9f72e2375b594f52c75d1c18d36","1729186":"1729186-7ddcc72fdff99912906a5faaa6048b01","1729187":"1729187-1f272a89bc6679cdd1e126050a153b6a","1729189":"1729189-932ce8a48efe6a345748150a92c8692c","1729190":"1729190-8426c7a6f59d410139ac9a7b1460a355","1729191":"1729191-bcd2fae3cc1461dde860bc7a853507dc","1729192":"1729192-d9057648cd0dad11b53bb419ecc6d27a","1729196":"1729196-abae37459478effb4a7d1a9a7aaf73a4","1729197":"1729197-fa19c8817207bae26185dc41b9d192c6","1729198":"1729198-267b43f1d909cbf40b4194cabec0666d","1729199":"1729199-b0a30b142fc3a1ba19fe234d343faa45","1729203":"1729203-ac66debd5dac96e62e57930529101177","1729204":"1729204-9426f957ac35c4e69b9c5a04f9f71eb9","1729205":"1729205-0e19bacfc5da84dd7eec6dd9543b8df8","1729206":"1729206-cfe3a77b9c7efd1405b0ad0669573243","1807325":"1807325-89c2cc364621e1ff194993a91441e0e8","1807326":"1807326-4d0b8f4e6beda7f40b8aed88d37ed0a2","1807328":"1807328-20cca8e2ae9c25b28b6b5830d7e3d04e","1807329":"1807329-06238adb37a2837f880c2c4d8f55d2d1","1807331":"1807331-5d51ad2faad264b89dca29d99b96f1db","1807332":"1807332-c00222205b177e974c18f136443d9c2b","1807334":"1807334-41f1b47f6cea36febf938cb4dbf944ac","1807335":"1807335-0f399215eec2e2b8f2ba55d44763b64f","1807337":"1807337-48c674ecdf06262231b69ba8272e842a","1807338":"1807338-bd2e7f0d60faba2ee508b1600a308e10","1807340":"1807340-d7c9051cbf38e79552422b60edcaf405","1807341":"1807341-5946baede7c89a1446a76ced68cb1cd3","1834041":"1834041-ba830b9193e603341a00bfee851e1a63","1834043":"1834043-248d83c3fee8b61c9bccf22a1050f63f","1834045":"1834045-eb143260a451e35c38c79759d71c5de8","1834047":"1834047-2812a6e31a7c5572927683ffbaca12af","1834075":"1834075-cffc16c3bd49ccc169346c5fdbb771bf","1834076":"1834076-8360552311a449a8988b183e2c66281f","1834077":"1834077-72cc51c82df2a2c7e5bd85a915811f07","1834078":"1834078-e1f03665bfa1adc730d07466bc67531a","1834085":"1834085-b167adced96a2c38c955b0b44c73a06e","1834086":"1834086-5080bb59a166b27b890df912a6aec4a4","1836853":"1836853-d05dbc808ed24a4ff8d58197aa0afa75","1836855":"1836855-1020e47b9934caabc6c442ddd3b5eaf9","1836857":"1836857-5f0fbbda750adbf08cbaf78edf2b94ce","1836859":"1836859-f7a6cbe8059bdc693570ca367e4b75c3","1836860":"1836860-b19be87315e69603ecaea2a02862c035","1836862":"1836862-8f8b2734971f8bc113ace4fc49b3cbb6","1836863":"1836863-b98ba2326f18844ec8ee06c76272fe72","1836865":"1836865-96345891175febff056d976fe8f0918d","1836866":"1836866-3badd48d15af450490add36126a78bbb","1836867":"1836867-a4a79fdad0b852369da38e9b12a4e08e","1836869":"1836869-a93a4792c0d6abe0774a1a5673319fe2","1847522":"1847522-e0424661fe6a1625381b0a69b8c763c0","1847524":"1847524-cec0f61398026eb596f55ce81969d6db","1847526":"1847526-e0aa34c5a4d6ba2ebf4da30a5b26aac9","1863871":"1863871-77dc274104e922f0a8bf30e50410182d","1863872":"1863872-85dd5bd4a403d144129f68200e268a1c","1863874":"1863874-3714af76510630b37b80cc09ce06dd52","1863875":"1863875-0c50a39d02fd39a17c7c6d4d026454e2","1863877":"1863877-b431cdc92ab6c16ac2105e9f7000b2b2","1863878":"1863878-b528ad2347ab0a8e0ec9b043cc4004c1","1866027":"1866027-f9f8ae42a8b1b2a553050720cfb2d3ec","1866028":"1866028-9052e52382266ba79a325ac44f6b3443","1866030":"1866030-a6aec27ef8e1c401b83e78328db52033","1866031":"1866031-011797daddc2f71680d37dfa3db91cb9","1866033":"1866033-35c83c09a3b1e23048a068629a450466","1866034":"1866034-10bc165f57c97f38720fd81855bc6d24","1866036":"1866036-9619ca275a63cea8fadc2d9ac5c567e1","1866037":"1866037-12136600dcd694b1863004f3100bac9c","1866054":"1866054-c7b62435d669835b3157bf0a104005e8","1866055":"1866055-3874ba4be18c4af59730834915b0c08f","1866057":"1866057-49a1795f545ce00f03996a8f31a76d55","1866058":"1866058-e76c922ac556b3933a8e7c407b669109","1866060":"1866060-a647ebea9bc196b4ad43bae47d08cae8","1866061":"1866061-e7ca22ec03a110308be08d02a41348c9","1866063":"1866063-f6779a25ff1445f41298a54979b2e050","1866064":"1866064-c7bbb81ac6c96432b7f4d2afe5ddbcbb","1866066":"1866066-3090f9f693520afa7e2e8a49d059a1ce","1866067":"1866067-246d33657bf1ee85947324c6d21125ae","1936597":"1936597-680bdc4cf89268e720b1f5c124e3d995","1936598":"1936598-a8f9ad9bd3cec80d8daaf6976964b1db","1936599":"1936599-7a6674546cb26e756517e7a75a687c0e","1936618":"1936618-0c9adb966dc08212a8aedea834df06cf","1936619":"1936619-d58680783b98136b81695452b9f982ef","1936620":"1936620-79ac7bf7a10281163a7b254fbc7137aa","1936622":"1936622-a1d1d03874e37b1282d9d303d1f8eea6","1936623":"1936623-2b84746ffe77635f87ac3f59860b95ea","1936624":"1936624-41b1350611ddd4f0a6c8faa9f30d8c64","1956570":"1956570-146ceabeb64e14906b0852b87193a410","1956578":"1956578-d8bd3a89b25ca361a9c36750cb22a215","1977652":"1977652-8469218c537470758816b045fb82421f","1977654":"1977654-8d1232b91527482f0c2261fa8ffb3ed0","1977656":"1977656-8ec58f230a6342570d460556557025fb","1977673":"1977673-6a18cc8bdcd8a5747150d571f0be9373","1977675":"1977675-005ca5be76487a1881ccd4fd24a1c30f","1977677":"1977677-704c285ca856f865e6d08be8473b2fa8","1977687":"1977687-88ba7fc49c47dfad93fc810678079020","1977688":"1977688-560ccc7105a311286002d73f0e06c5cd","1977690":"1977690-c8d242762ed64fe467e950b310e480b9","1977691":"1977691-df85b2c9c2dbec29076c980f50fa4286","1977693":"1977693-6c0da4a7c5ef334f2883dfe632dd89a3","1977694":"1977694-03b1136f3d6149675f6bf3b0f1e7cfa5","1977700":"1977700-b942de64615c35b88f92eb18d07ab3d3","1977701":"1977701-69d007ccc5bfeded071ff75bbfe0d41d","1977703":"1977703-018781f2a1d23793ee3c8ca94c276968","1977704":"1977704-6c0792dcf4e0837423c347305cf2ec79","1977706":"1977706-710f4f360b54a1b3af7d366fce00988a","1977707":"1977707-5a5751bc33469a496a4e17018b0b6fee","1979652":"1979652-1887e640f2877cae000bed82cedb7732","1979653":"1979653-329e60b63632237038ef61c4bcd2c37f","1979654":"1979654-b1303ec33815a7d5068a635a23015e8f","2029605":"2029605-51c298a3969c2752fb01a348be92588a","2029606":"2029606-5b093e6d998f6a5c0f6a6080ef7ab2a2","2029607":"2029607-dc3b8ce09e3ed58b84a3ec90e93f4def","2029609":"2029609-66e9ebc96e1769633bc920d267a8d751","2029610":"2029610-23806ad8c174d4d79b327ed752e77b7c","2029611":"2029611-ef4d0d14b1f6fe28513b17c5af6b7fdb","2029617":"2029617-017c2655fb2ef6a67b81dc03bec2ddd7","2029618":"2029618-4da07745c50477851550ecb5319fdda7","2029619":"2029619-4f1ed3008b949449135ff25d9ed6983e","2029621":"2029621-365619ba2b8b055cc5f4d954dadeefdf","2029622":"2029622-64942df24465ae361b094c197ad3c9e5","2029623":"2029623-50129e420fc472c97ef43ce07dbabfa3","2029627":"2029627-29fa91b19154f9ab4b0ac188f5c8ab2e","2029628":"2029628-89f53149d052c12067797e009f48f4a2","2029629":"2029629-c5088161db3c0328e66a2a62e4df1056","2031098":"2031098-c62ed9a5dc10277a13fce5599dddbc63","2031099":"2031099-664d86f3f36969b53eb53b9fcc817c30","2031101":"2031101-58d617d2878580d6ce46623d0686b82b","2031102":"2031102-e78575cb456543d9cd15bd8c9a346a15","2031104":"2031104-b481bce45ce4c6f2ac86155ab127f6e2","2031105":"2031105-a4f827579041d4533894664b078aafa6","2031120":"2031120-86ee3ab3f0d94a7769d9eb37fef31541","2031121":"2031121-de736e69418a260b7f93478e47651c1f","2031123":"2031123-9ad9314e82ab4ea1fa2f448e87939c24","2031124":"2031124-8a2e6607b60af698a8632f3a03b35b9c","2031126":"2031126-e65cdf89678371cc72fd06ac57df7a22","2031127":"2031127-072d7d40ec8c45fdf5141eee67cc79bc","2031146":"2031146-7e09796d184a0602bb425536d247995d","2031147":"2031147-763897020e55033b1b94522c7861d238","2031149":"2031149-8abad9b673018ac209b3a6591ff553c6","2031150":"2031150-5405ebc14e43ec7a630a41dfca70f9d5","2031152":"2031152-59e5c88cd9249f82220ee206498b5ba3","2031153":"2031153-d70152baee2c188cfce85c0067762a9f","2031155":"2031155-12bd5a3e2016475083bc73ffd7d45147","2031156":"2031156-6ee13f5fa7a1c47a993e8451fed775fe","2031162":"2031162-47797c49b4815655c439aa9463c28282","2031163":"2031163-4cfc2eb80b56cbaee147462ff633fdfc","2031165":"2031165-2abc65c8152953da2c44b387449c7b51","2031166":"2031166-a134e633ec23c75b6326f965286e1a94","2031168":"2031168-706c3f24eb219368a7b9b41d60adc47a","2031169":"2031169-12a8882d3166e0804cd862650d55ff7b","2031171":"2031171-4e34ce63f856851561ec7e54541f219f","2031172":"2031172-2b9dc392158717ee58ef9cc76ff3bf65","2031214":"2031214-e7b3cd5ca664abcd8b5bc3921ca2002d","2031215":"2031215-733a2e9cb741a8c9e59015480f35aca0","2031217":"2031217-1983120ea8c5190927964e7c4da0eaaa","2031218":"2031218-834597cbdb3a90de2f26a818d6a5d669","2031220":"2031220-2fbc6d4d2e213e74b1531dba15ce70bb","2031221":"2031221-7678da179049062f354fb0289f9bfc39","2031223":"2031223-b420b96a816597371b53e5a0e8af5c68","2031224":"2031224-1e2e618a15245afb2615b180a20b0310","2031231":"2031231-7bfa83779c7b283650e6d2afa44fc4ad","2031232":"2031232-a7867846f2e6d766ad06a65176291f38","2031234":"2031234-0f95774906f8b6444c73c0a3619c01a0","2031235":"2031235-7ab0996b791490ae4e2b559584184186","2031237":"2031237-b7ad94c114481446e0d55269355be081","2031238":"2031238-b2f552c7500237972fc5c9cae7b42318","2032188":"2032188-74bf2ff905c3a068ddde135afb93fbe3","2032189":"2032189-48d9e2f074aebc5369f704d2be850d5e","2032190":"2032190-7cd9cb4daea6fb0464f530559d2ce780","2032192":"2032192-4e5cd3b79b466af2285ace42b438a761","2032193":"2032193-e1cdffe98aef647c80d0bf53c20cad3f","2032194":"2032194-3407d602b5a135da29b1c3eaa0ed8c77","2032196":"2032196-b06555224e9095eacb41618c9e17800b","2032197":"2032197-71135953cff280a72257f6a0d2f421e9","2032198":"2032198-4cdbc09758b1c79e1ef6b01d7be7b028","2032200":"2032200-128f9fdae527eae6e3c3f52cdd6817b5","2032201":"2032201-8a65afad65004a056981bd5dee39aee5","2032202":"2032202-f575c9587956a0eeeea8e040d42c46bb","2032204":"2032204-8ec011c8d99df6d2be450aaad6e1c3fc","2032205":"2032205-aee5d54b3abd5f774ce95cc6543d5a29","2032206":"2032206-d7d8de28efa1f91af261410875a3c71a","2032212":"2032212-cceb0e82a8cb6f9120fb9169e132a824","2032213":"2032213-cf1532b1ee12676b6ad8355f1e1d586e","2032214":"2032214-c9cde4bd802487ada1955bd132ffcadd","2032219":"2032219-90526eb5b9d670308db7d8da6ba14e6a","2032220":"2032220-d7e7aaa343f7fb19774144af992a69ac","2032221":"2032221-ce7731c578ae13c9bbaf3f2e4db64364","2049762":"2049762-58c6fc7ef3b8b15ccf3a484c264dd72f","2063630":"2063630-12503e74537ab83791127b23e8813006","2063632":"2063632-13ff9f3570f2dbff01ba799dfc765e77","2063634":"2063634-9462d27833a14297dfa4c23f49aadcec","2063635":"2063635-89038b482c553ab0f236d82f74dc7213","2063637":"2063637-6fed5096dc73a0a9bea29d5cb9a66a9e","2063639":"2063639-a3729ce977f971b4162cbb34d017edc0","2063641":"2063641-649226e740433393c496818e9466f235","2063643":"2063643-c9b0000eaa3380ab5ce44b7d46768fc9","2063644":"2063644-c5ca9078cb5c2632dd43603a3f2289b6","2063646":"2063646-57de896293b6168c423b0ec86791f1e3","2063648":"2063648-8926fb9aa7b98e7bdbc0012508d269e1","2063650":"2063650-4c19a77a63fc823feeb3eb3e4187e758","2063651":"2063651-b3a84a819ce762db096dabb83be7b016","2063653":"2063653-adb390fddc55e59c4c5edc0985c4c7a2","2063654":"2063654-3f8a41a5bc41db4eae1734a5d38afaea","2063656":"2063656-293d4cd3e95e4d5014f3c82263c5099c","2063657":"2063657-51770a5f043ca2a0612ab9b61667feb2","2079858":"2079858-c71337d7994d98305eb386a548d0c3b5","2106010":"2106010-d2fec23d53b4758640958eb8e9fcfe8b","2106012":"2106012-8d1b4ef42012400c3275c26efa925501","2106013":"2106013-3ec692cd3f12daa02b26a44d51d295f4","2106014":"2106014-1e73695880e654f501000546f45eb8ec","2106020":"2106020-e501f23a9c80f3b7b6da53223fb3c2da","2106121":"2106121-467124300076f4100c26319c2028de63","2106123":"2106123-42ba46e8097fdc23aa11acde59bcc23a","2106124":"2106124-29032f32646c4a86eeb7fc2006fd85b9","2106125":"2106125-6985db8971559ccca0d98134103e97a6","2107741":"2107741-ca77d554c805b6593f71610169300c55","2107743":"2107743-cdb021ef096dfcc98fec6c019b47a7f0","2107745":"2107745-721ceb66064d9b26205f490b06aa2be9","2107747":"2107747-7b0836f260bcde7daae75a1a7c691024","2108291":"2108291-f32ca1c3bce8630680e73c12eb3727fe","2108292":"2108292-377b3dab9c10eaad9123d81a33a0883c","2108294":"2108294-d41869576ebc49b66a835aefb08541ef","2108296":"2108296-d57dbcb568a4cea8e1d0dc38285b73c4","2108298":"2108298-d8071f2c163164fbb8d32a5d7f47d8a7","2108300":"2108300-e189379a8bdcd1beba93f29b8d192c0a","2108301":"2108301-c10b6f0d57db89202a12d5efc4531e20","2127886":"2127886-03739617b13c6468567bc90e89f699ab","2127887":"2127887-edbbd71b0aa037845ae4d4084799fe86","2127888":"2127888-bffa07d3b0edebced3c944d0231c28e7","2129826":"2129826-15d0c44136d7fce02961c8445ca2ed0f","2129828":"2129828-bf9a744a742c77cc522fe3a6a855a126","2129830":"2129830-310e442be54c10c26ef37007f23043df","2129832":"2129832-554c1eb5e0106fdc65de0585b3fd0749","2129833":"2129833-06371a2a885210790d763f5815fb71fc","2129834":"2129834-1d6ed709a3633ca10e8aaf3ba9ccac68","2129835":"2129835-82dbe1f6f5fcc07b0e84fb01d1365d01","2129836":"2129836-4716b88918da24abf3ada9776376beec","2129848":"2129848-820c14f124ee49c6a5153f7282bda5ec","2129850":"2129850-d0923ed53fd8f5f753ff90e46e17fe8b","2129852":"2129852-90c49f1427c09fc5fe4f17b3afde3663","2129854":"2129854-732388d6a05117500a29d799ec75628b","2129855":"2129855-282cb8f528292aee4da73f954e8be5d2","2129856":"2129856-9464986d7ab0e9fab10d78a7d13be73b","2129857":"2129857-b812e8e96455b3f9a026ab9154427ec1","2129858":"2129858-693f5eb82ee9a9ede3965d7eec63634c","2129865":"2129865-c024d1b96a2e931768aa9f75a11af52b","2129866":"2129866-7be2c6f849f4ff281df015896ae464ef","2129868":"2129868-f60d790db07c31e7f8f4e6fa9367048e","2129870":"2129870-36d94b9241beabc7cb302c74a6bc481f","2129872":"2129872-d47f1faba7fa4de100ce4df3783c12ef","2129873":"2129873-9552ae72accfd4c1fe9f960555fe3d26","2129874":"2129874-f56a63485171b9ac96fd3f7dc853e73b","2129875":"2129875-4dfe12c73fb66bf0f231fcb44f753e4f","2129877":"2129877-6b61a7715096a94f236e01aeda287ec2","2129879":"2129879-62aafa694072567ce23115c6ca297b23","2129881":"2129881-043f712b4f9f431ae480c5db8da8faa1","2129882":"2129882-34332b9ba523e08f95e7ce2e4fe44d3c","2129886":"2129886-5bfde055465cd889d86e4344dfd166e3","2129889":"2129889-59986c8e68eff89fdf1c017982ce9685","2129891":"2129891-5ec0f10af946afa6e0f894939e358e69","2129893":"2129893-477e4ccf75d3211f14ed26bb4989a2f5","2129895":"2129895-e84506710abc56cee2dab27c3c8973fc","2129897":"2129897-d2ca4a985c62f36dea9fb6b2626ca613","2129899":"2129899-f51698cf386968b62707995a61883a1c","2129900":"2129900-7f20ebf65984a130995e33ffe3e5a0ec","2129901":"2129901-d266913a5c42f10a11559e97279e09b7","2129902":"2129902-4ad9ec2487af261e9ba1ad5e6ec767e8","2129903":"2129903-3617f367aa0e1d19c5d717b3c8affea3","2129905":"2129905-a4cad56218732f83c0df8df74abce683","2129907":"2129907-4b56996557f0ad8a9ae5ff395791eba9","2129909":"2129909-8480f01b33dfa96e35fafdc035688d93","2129911":"2129911-dc0c9ea13508e256a9669386cbe02250","2129913":"2129913-9175152978ab517b4fa140158b20d2b4","2129914":"2129914-4be218404ec439fdc46a5f99cdf48407","2129916":"2129916-e70045047be9ee86e8b3b3816cb3f505","2129917":"2129917-7303f6bc35e4e523a3de8c33e6efcad6","2129919":"2129919-03d0fb2d69ece18d0cf4b47cd1c30fa5","2129920":"2129920-d6afa29f12ccb296b7ff0e2a5057e206","2129921":"2129921-2a056233fad24eb8e680ee9011e89cf2","2129922":"2129922-5f439b9157bd0865be016ca191a7c9bd","2129923":"2129923-e291c840e5979445e085dd12e35d4cae","2129925":"2129925-519b2ce3ffffbc127316196b1f5239aa","2129927":"2129927-bf8b85b7c468779cfb01294ce7b875d5","2129929":"2129929-a0c800cd30f0aeac92ea11252002f044","2129930":"2129930-4fc1b3821200f4630000801907e702cb","2129931":"2129931-ba837d166e4a418351353f0d13f00cf9","2129932":"2129932-41705ab5a7b14817214aeeade1d65393","2129935":"2129935-dd8ac43958753ca5bc29eb1dda2f20a5","2129937":"2129937-3e6aee200693a76f897b2390cd31b017","2129939":"2129939-ea572539d983ebcf1d4d6c3bcbe06ecd","2129940":"2129940-1a1531526ce8c94ee9dba73f09b99294","2129941":"2129941-f8c93d2c0fddcb160c01b02baaa32a9b","2129942":"2129942-0aeb54fc785b34383dd5e87d8ad80a25","2129944":"2129944-b0c4b5fb448e1baa3c5328a47d6f079b","2129946":"2129946-4351bad69cc0ae2746e37fa265a8eddf","2129948":"2129948-a0fbbfa908f6f0713fec3d54e0b4b76b","2129949":"2129949-8d7ee9c0bf258bada66c2031a588dc32","2129950":"2129950-8cefd4358d5e1719fb9e11d31d454e26","2129951":"2129951-300405b5fee1aedd707138f9b5d32257","2129953":"2129953-9ebc662ed49f6740c23a70d4f9bea148","2129955":"2129955-641e25c8ff4f77de28d14c50cf17ad67","2129957":"2129957-aad2183517e41e8039fea6e09b5e30e5","2129958":"2129958-ab3fc93bdc1466eeca45385f98127fce","2129959":"2129959-106f8c0bdbb0c9d031bd44f773d9038c","2129960":"2129960-d87288f2178836d2aa8393347a786ce2","2129962":"2129962-1a9bbdb6a1d2f27e558553333cca940b","2129964":"2129964-ad2380af702072b93f2742649ac7025e","2129966":"2129966-e3ea4bd59e6f21a6bee7c05f3eca6a99","2129967":"2129967-7884c8e803fca47aadc6642c367fd7fd","2129968":"2129968-a860e03d8e157810ce64c77b6d2bc72c","2129969":"2129969-8436b0c4a99454fad7e1fb1eaab1ffeb","2129972":"2129972-900a7a6e40510d11c785495adb51f237","2129974":"2129974-a593123f8114f18ed88c65134dae6dda","2129976":"2129976-003a50dd25e071914577085768b1d405","2129977":"2129977-76f30c546c09cae367178c46a0413d9b","2129978":"2129978-54aa6d3bd78b184b5cf93cfc8dff70b6","2129979":"2129979-7d23e7d2e5a1f2f83defcb3ba819a7c2","2149020":"2149020-132281b7f12c534dd4e0c3a01208dc03","2149092":"2149092-e8cefa00c8e01b2f76f01b99a8d4d5a5","2156479":"2156479-b2eaa55c9713bbd97a22b52a56650817","2156480":"2156480-880172d5a48620c9ef19673d24c3a365","2156481":"2156481-a1de4932b390491df62126db402f50a6","2156487":"2156487-a792d1e6a56d68f144fc69fdb804c2c9","2156488":"2156488-5762c30d84bb2a35a9deb0120127f4f8","2156489":"2156489-6fa2a35f5bfab4908db244fbfae5992c","2165863":"2165863-e0666c47e57d7e17892d18e786c289cb","2165865":"2165865-e25c612b183a6b1b700065b2a83133a5","2165867":"2165867-eda72727268b9695e908be70880991cb","2165869":"2165869-519e5c4b881f77230036aaa2f421afdb","2165871":"2165871-ea21f357aa602c5da74635d6a0de1f9c","2165873":"2165873-95c2b542d709996c0b433a1d6d94a1b2","2165875":"2165875-acdab42db09c17f035ebc2f0842f6fce","2165877":"2165877-3bf7123b60855c46294c48b24b6ca80f","2165879":"2165879-cdface5ed9b79f0ec319ea3b9102c67b","2165880":"2165880-c2fcdedcdc4ce1ac8f10a25631136d9b","2165882":"2165882-e496f0278c5b846c555c47504a8c0306","2165884":"2165884-28249d09c7d766544bbb61d8a2e71f37","2165886":"2165886-2aa6454b20056061692f6ab1382a4b87","2165888":"2165888-5f0d5e3b9b6993cecafd0b4c7c2b5d51","2165890":"2165890-b23ef494def4716873e2c090a72ea66e","2165892":"2165892-5bf16f2d92dc92627079349af9213ece","2165896":"2165896-0cae5ccc5806f6043a7bda91f1717177","2165898":"2165898-4287ad7525992487b4f976e9fddaf780","2165900":"2165900-cc03b4a9cb0d74debb43880cbc0f5014","2165902":"2165902-88a178fa3fb7bc46144d831ed5eadded","2165904":"2165904-94b621484c7d8666e490fa97c85b18b6","2165910":"2165910-4581af4cf09b73af4adf4d6d33c0613c","2165912":"2165912-a9bf6677fd5f3bcfd1e70292600ea466","2165914":"2165914-fd71a789bdc0ce281cc9d84963e432a3","2165917":"2165917-8966da973a673336171fc4fe50ebc9d0","2165921":"2165921-1b2e7a3927a360514d68d48ff0ab4827","2165923":"2165923-41805997834f1c28a0b11a1d407eaa75","2165937":"2165937-88932f4c1a109eecb59d244ccbd258c6","2165939":"2165939-2ab4e4418d8362e2db7fe90f44f95ed7","2165941":"2165941-50d02d039a77a5b6276031cce8859777","2165943":"2165943-b109ac2c303d05468815950669cbfc6e","2165945":"2165945-2bf9ebe0ea705eb6ee1de19a4b852b44","2165947":"2165947-7be65e3432da0f2207a8038793471c61","2165949":"2165949-73b79254d3a944868eca406ac21a6302","2165951":"2165951-fc750b62896e7da792e000d88a2c8eaf","2165953":"2165953-d7e28f429e3598e07f6ab660c1960862","2165955":"2165955-4ae4a01e8478910c5020a9ff74da3714","2165957":"2165957-8ed5a9580c84b39359eba9e0440c9ae7","2165959":"2165959-5ae2463c4f1addeca5e6d7ce717cfc11","2165963":"2165963-7ab28be7fa91ecbeacb2b6cf0b24e95e","2165965":"2165965-d62545e89849dacff4c8ee1b4812a6a8","2165967":"2165967-0ee9603ee865f4e05e18ab1be87af41b","2165969":"2165969-8b49d7bec5c22ecd535b53bdebca4623","2165971":"2165971-5164c4c4b61b12cc904370d99862efec","2165973":"2165973-735cbb0304e407db8a7952dae61349d6","2167244":"2167244-ac3e0eab28dbbe2907fd68cd398b36c7","2167245":"2167245-aa530ff4bedc2e893a14271b30b22632","2167246":"2167246-44755dad7fbe63c487f458bd7ebe1293","2167248":"2167248-00c93448ce5b909a5efcfa485a36e35b","2167249":"2167249-76e699c2539b0effe55e6f91ced18201","2167250":"2167250-b8e7ddca5f61ac17fb1a27c26006ceee","2167252":"2167252-8e3a5eca8af1051153855e18dae263d7","2167254":"2167254-eb7a41b33cd0d8ad9d8a9d2fa0b38104","2167256":"2167256-1207356aac25bd13e743522410865999","2167279":"2167279-54f688c2113a1760c062ba837152308b","2168285":"2168285-467454f37dba9ad00f49098058b24452","2173335":"2173335-b18db64d54a9f19dfe3f5ff26c8d0a2b","2173336":"2173336-1db7bee7017fccaba244c7b852298bc0","2173337":"2173337-c1852b8dcf29fa9f368bf593d3551750","2173338":"2173338-0390f53e713928369b4b661b3210527f","2173343":"2173343-55f9f63305dc48065e1572db5c6e3aae","2173344":"2173344-5779d1de1bfb4e1343f3106dbe790fec","2173345":"2173345-2455713fd6dba30b66321054df0e2e3e","2173346":"2173346-a25a499ed75704926e0ac1d55246e928","2173347":"2173347-fe99015558ab41afcccc7190f7810c84","2173348":"2173348-043c5c7c4a473180c42150c24ada7f39","2173349":"2173349-07c2ea0bd0c6214cceac4a2dcd456262","2173356":"2173356-5b060937b298094bbd4c6b844b4a8f6c","2173357":"2173357-b454df635957aaeabc4bee1371498a1a","2173358":"2173358-7f15c4044e53a582bdce98e48a0a2e0c","2173361":"2173361-7b540bc9067bb010255c6a95d454a838","2173362":"2173362-b03006bcd21d5f190e48c9c850ed53ab","2173364":"2173364-a540362e15975b7135ab2ddc507fde10","2173365":"2173365-848ed4550b79b4e96b7836a0590467fb","2173366":"2173366-cd7806fdc2fdd651151ceeddcda51f13","2173367":"2173367-0548f316f6c083f301ee0bdda753f86b","2173368":"2173368-419277ecc6374bd8468e42e6baac36b4","2173369":"2173369-499624b74ec8af029165d3fd556fd954","2173370":"2173370-b12ebb2c9e330ba37d9335e68461ef9a","2173371":"2173371-a20b847a2dff1b2771e29fc4612850d7","2173372":"2173372-c1f28ed0757e55a8310e834cd067c033","2173373":"2173373-b0add209fd7d388495d4b9f9a16f9314","2173374":"2173374-555c33e7558afb53f3a60391a7246473","2173375":"2173375-f1c19ce77a43b0bb9b5f0460a7570993","2173376":"2173376-b8e12bee9f2065cd1a5dc323a493b704","2173377":"2173377-a4517a67457e77a20ffb1968e52d2680","2173378":"2173378-fc03c66f8ab49a4f9035f9857ec2ec6f","2173381":"2173381-69684dba4c58539b617162407c91ea5a","2173382":"2173382-52b1884108cb11add36026f19454a1a6","2173383":"2173383-e1a572f7007d26e49515d30c1ceb357d","2173389":"2173389-6610d14ad4d9b800dbd42c078c7b99ca","2173390":"2173390-f36f7ca1d6a7a99a0de8f35052e48d7a","2173391":"2173391-24cd51b9f06ce7f964d81169540b326c","2173392":"2173392-79e817b3db2692cdb906eb0e96fe4f2f","2173393":"2173393-b21fa81ca959ec8dd66bf76354431b56","2173394":"2173394-3fa2f5f0c928782e4f9d290d8c2ee5c6","2176395":"2176395-99a84fb07767069e89a23fc6cc666d08","2176396":"2176396-be24d6d075f0ae71e179d31d8905e57e","2176397":"2176397-de4263b4bfb2b10bc7c9f9f09d0b2dbf","2176575":"2176575-56c01243d119302318d9cf57ff1d04b6","2176576":"2176576-ccf34955aa72ea190de4615bf8e36441","2176577":"2176577-12c8ccd684c10d02da908e3befd6c5fd","2179113":"2179113-f20d1d6df61d6c0218dc52cca28b48e2","2179114":"2179114-e9e0be932a88634543bf37764f3d38ca","2179116":"2179116-8f3b2498c1c7db311d73b8b8da623fe6","2179117":"2179117-1bfc273827d3936e97bb9d51dbdbe070","2179119":"2179119-e7ec96e18491b2bf3b821b69a60580ca","2179120":"2179120-e2682d23de564d0ef1ebc2fd8ca37c2f","2179122":"2179122-4363d8b09be5e169162b084e2f520388","2179123":"2179123-1f63cd135cfa4857130d2ca75e2f6404","2179124":"2179124-e4fc9f650f766ce34b169edbac292a35","2179125":"2179125-f1d3dcf14fbb8cae8aaf673536146b2e","2179126":"2179126-b9626f676b33ccfc6887d1678c8c6b50","2179127":"2179127-8df28edd185a3bdf633d36755a100b30","2179135":"2179135-248b5f5798eecd1b4c8611ea5328f259","2179136":"2179136-ffb1f13b2a4699d963dd7a6e1e77022a","2179138":"2179138-5dac0b08a5a3997d79049368bd2bac32","2179139":"2179139-6416b3b5ff179cc9df2912bb513c5583","2179141":"2179141-cd7680449d5101a12403bedfabfacc2c","2179142":"2179142-270dbbf780bd6adb1ac5cfcf3ec4dbe7","2179144":"2179144-8634d00169e949b2bdd39a5232c05acd","2179145":"2179145-da3efd46ec1243680effba5a73e74238","2179150":"2179150-84d296a08a74b90c3156b41ef6968fbc","2179151":"2179151-42355954f512d460d905229948b03600","2179152":"2179152-440e672a92ec5936c12cc22d3434b456","2179153":"2179153-523fe4f1181a9a7769c9a5f2abb7838a","2179155":"2179155-9309bb298aed9904b1c38373de4c6978","2179156":"2179156-2aeb1983a0003ebb35e1c90b67d06dee","2179158":"2179158-5ee8812252b6343864bf155ff4d2395b","2179159":"2179159-91d1c2317d24406a87c461046f3772de","2179161":"2179161-0ef3cc1dc3669f4f1cd130a0c536a8c6","2179162":"2179162-e5a6172b2ed8dc3990a250b238291dd2","2179164":"2179164-926a419f6ee71bdda01916d8cc96873a","2179165":"2179165-9b9567ef3fca4f202bce5e3fa6ac5b94","2179166":"2179166-697c7f322600ea84cbc7011f3275cba7","2179167":"2179167-e7f67c2635a96f4a6035b32f27a94037","2179168":"2179168-f1481834e14083ecb682042149f0907e","2179169":"2179169-f8c7e66d36a8e3e61eb3c84beb62e845","2179171":"2179171-17dc01831d481f1bc94454a7b0eebaa0","2179172":"2179172-bde35313d00179701a3618c6f435300b","2179174":"2179174-10d3067ffa59ab38f26749c5edd16b65","2179175":"2179175-ebab0aed61c5f3cfd15d2ef37be8c63b","2179177":"2179177-a1ce71df060524a0a1b716706d7ac94b","2179178":"2179178-a9612d121b5c704f0c86a48abd2c0349","2179180":"2179180-453cbe20cb3a53e0f142bd594ed713d4","2179181":"2179181-38611ff535e5a0f1fd9f491939753ba9","2179182":"2179182-1d0645734991762bd240df5b14dcfa8c","2179216":"2179216-f0c6dbe086455d1046dfc63754537360","2179217":"2179217-37167f49cf7e68bd3dbd17a9cccf160f","2179219":"2179219-5e91b9272f6f9c42e09a1144acebd981","2179220":"2179220-b0b2134fef4cf55926daffca34621805","2179222":"2179222-f8607ae104a1a5162e7138d52fbce66f","2179223":"2179223-a3261e54ffd0769142db313fddb5f44b","2179225":"2179225-46dee19177cd8e4c425a98393d1c4b90","2179226":"2179226-af87d650c3f4d115f3f45a0752bf0c3d","2179228":"2179228-25c624763d696b2661499c4bc825674d","2179229":"2179229-daeb3140bc7da00f44abcc6c9fd4b059","2179230":"2179230-93e98d1051aeec5081b56acdac57fe8a","2179231":"2179231-b4043a84d7aa64a17354bef35dd82e02","2179232":"2179232-4a402e0e32000d839a4b1b84f4bd8fb3","2179234":"2179234-f77c9a061dc6b858c2b861845b84f3ca","2179235":"2179235-28896face3a6c275f0ae3f1243ac20d7","2179237":"2179237-311685848c8241416e28dc77d0b42992","2179238":"2179238-e6c5dcc9862cdedc86b319247d6158e6","2179240":"2179240-1bb407d4046a7a062c16313004d518c6","2179241":"2179241-59737d463caf279a96efa6da94f85414","2179243":"2179243-510107491a3acc5105cdfc26212b7203","2179245":"2179245-61e0e533698ddf9cbce14965a6e69946","2179246":"2179246-28262e004c706cf16b3560dbfb6a5d12","2179248":"2179248-3718e10ff1d3d0fe69e298b8f7989112","2179249":"2179249-76d09452c8348bac5a49069b14d27c02","2179251":"2179251-5633e714afc0e70621af4fff0d1f6f5f","2179252":"2179252-344fa600e4859c734cdb139b8857fccf","2179253":"2179253-8fd9b130a2121716a211f9c287643150","2179254":"2179254-4ae0d07a1f200fad5900337b0e9cf460","2179255":"2179255-b2ebe1e65712fc8e49f6e1c85cea8cfa","2179261":"2179261-dec593e3be2b617e5b9a493a02f76f94","2179262":"2179262-897f837c887d51bcad9cca7ed3161de4","2179264":"2179264-34bab91aa95a093121080e6e276ad870","2179265":"2179265-71110ff939badfa70ab66b8b700ba39f","2179267":"2179267-a8ccd519c3b4b31c917fda97da93cab8","2179268":"2179268-74eaaaf4e8a31eaedbca2a4c84afb086","2179269":"2179269-722d472eee39accfe5b895bbc6f6dada","2179270":"2179270-4f35ad91069c62c58c1edec5194efd28","2179271":"2179271-364e60e09b74c92cabc959e4f1b363d2","2179275":"2179275-19c7efedc3d6c54ec829fc6b4b9da773","2179276":"2179276-41dd8c98241d574e803374267ee1ce27","2179278":"2179278-e1eba101975becb9ac6bf44dc4ad5848","2179279":"2179279-52994ca96305718dd93e6c2b19a63659","2179281":"2179281-8e6a1c5e06f917593439bbed2741b9ab","2179282":"2179282-268d4b96bf60359121e2c7051527a522","2179283":"2179283-de0fff7cf9262fb4bedca4b828736f0c","2179284":"2179284-adbf3cef6015c1081862c305c0cab14f","2179285":"2179285-109e4d7d6c3c71349590d1b5246f365b","2179297":"2179297-98d2b3a0c4ae1b09c4288cb44da73084","2179298":"2179298-9a2542a6da5b094915893ce86f459a8a","2179300":"2179300-8b324e4b824421d4180ffe6850156b96","2179301":"2179301-a1514b37a4f663ed6bb0f4606064827b","2179303":"2179303-815e54efcc2cb3a41478793245bff143","2179304":"2179304-0bc88242e6c053137c05ceccfbc153cb","2179305":"2179305-09fd5c36866cedf839f420a4f0f43ced","2179306":"2179306-65e9fd1ae45dfdfaa29626167b837bca","2179307":"2179307-b1b05e530749a75b0ee891a31096650e","2179315":"2179315-e76c0cf24b2880cf8aecbeefb7a8bbc0","2179316":"2179316-b76d7623926166472b85b2ac801d1e22","2179318":"2179318-cc09d186b3fe01e1e408c2d079a89ab6","2179319":"2179319-3c67e2861b0b40c76fc58ba755c5ee7b","2179321":"2179321-5ca7662d03ad236ba173b2e2cdcb817b","2179322":"2179322-1016fe66a62fb5fb2acc3386ddf86d25","2179323":"2179323-525a010fa5de9f2bacd4e6abbaac8390","2179324":"2179324-4b09b7bdc344e087b90ef532a0f0fbc3","2179325":"2179325-c850f5403954d81a21312c394bb3646b","2179327":"2179327-59a9c28b8d07af3c301d8c5203ccf91f","2179328":"2179328-b1861a59be7ecc0a60b5423f79e8d771","2179330":"2179330-4213d479c51befeb235f6c8ac72fcd3c","2179331":"2179331-5704af63576cf15d1bf870e42078fec2","2179333":"2179333-28ae8ad5740f4afd31f0139d06b942b5","2179334":"2179334-39a5961af7eb62739273e0c237ed190f","2179336":"2179336-6c39b30f82ac7a50ecf44332e33a57d9","2179337":"2179337-b61e924c9673f8289eb1ea7de24838df","2179338":"2179338-1f422ff6c30c391b915c6c3ede2de639","2179340":"2179340-3e8afed86eb5dda373a0beb3c8ebe6ea","2179341":"2179341-e9243e9d796250d8ef03d7eb30adfe83","2179343":"2179343-90e9cdf8b820ef7aee0f9653456fbc89","2179344":"2179344-2d7afa1fdeb94b205c7aae554c8a272d","2179346":"2179346-c186e02dbda762d1c7c504bc9873690d","2179347":"2179347-4e3835aa50aaaa28ef6722636af9fe83","2179348":"2179348-408ef9de27ff64f7d149ebbf0ac30f2c","2179349":"2179349-4a7b1332cf93d85e29ce04369c5feda6","2179350":"2179350-7ac45a40463c91c5f7383308086b753d","2186287":"2186287-8614df8105c4222a7d4653a6af190d1a","2186290":"2186290-d70f3f3eb52e9db31902b932adb1c199","2198289":"2198289-9086715376640d82c25d92dc49f8008a","2234989":"2234989-e8bb1590d93489f8fa1b64fba7a23bf4","2234990":"2234990-4898bc952d20f096a0a55676bb1d489a","2234991":"2234991-1fdfbae4a09cb808287a98ee5621c269","2234992":"2234992-6aecb5272167cd6181d04a7eaddd4909","2234994":"2234994-53170128bd1090070dab945681a7f5a0","2234995":"2234995-2b3d9d040c949a58b8af938f6746bee3","2234996":"2234996-e43e5a2eb8ce7f66712c2f237eabf737","2234997":"2234997-9e0aa3cc063be2bdf67e81cff09f5907","2276770":"2276770-b280b1127432e25b04e68b12c5987322","2276771":"2276771-a13354c8631245f962473d2ac21c2c03","2276773":"2276773-18a0da007e415953d303bb2f92d5316c","2276774":"2276774-2459adbcb274a95e3383ada8d6957bc8","2276776":"2276776-674be7eac1483b5a6ea59c1cc1d0c22c","2276777":"2276777-d7f7ff7bceab5c7d2ec4070a2592d65e","2276779":"2276779-30d72c117c7315ee5d12d4549c796775","2276780":"2276780-4871438cf055b7fc1ad363a93e943028","2276786":"2276786-9fd7cda35caaa916b1bd1dcc6399aea4","2276787":"2276787-f26f39726b961e0d9fc53918c51671b6","2276789":"2276789-9ac75a5f84f753a85d470be379ff96d8","2276790":"2276790-eb4a94505b14dcdf5375930340e8a8e3","2276792":"2276792-a031f46d8bb7e8c04a975d25ad49db10","2276793":"2276793-b12e0de660ea43ed87eb539ef3bb520f","2276795":"2276795-aa38823bdeefa3c8fb8cc0d169d29bba","2276796":"2276796-259875dd578861a34f9a4d60c136f506","2276798":"2276798-943d1a1a7c89aa6e385ec72b3def3c34","2276799":"2276799-d6207182256ac6ce1db12d410e2077e3","2276801":"2276801-5fb5488215c82999ab0a7317288bdfa0","2276802":"2276802-8e4ca65c5e31a7c319b473792244243c","2283167":"2283167-e37afa1689ea3964c42b5627b06543bd","2283168":"2283168-eb6368d29171ecf9eb5dd37495a3c454","2283169":"2283169-0bd05df9d0d988320efa23f571a65f8c","2283170":"2283170-d8ae5b97161f22bdeaa88c8605d13d05","2326415":"2326415-29d8aca8f9ceffd73569bde7bf4d498d","2326416":"2326416-ed096151024a538932f4ae4407d545c6","2326417":"2326417-021dacd5224628b65840e317581d12b6","2326419":"2326419-673800a3c9cec7f455607f3dd815d628","2326420":"2326420-77cd4939af1fa297064e07826685dcd1","2326421":"2326421-3d6f606dfa61ee06714b6144c9fbf5c2","2326423":"2326423-4d76fd2f229db8de4fa056df6126374a","2326424":"2326424-c5c3ba24e7dccb2b32783a4c3a66858e","2326425":"2326425-3a181e518e19f36b64e41cc089bcf904","2331207":"2331207-e78fe98f7e40099ff4e4d1bcc9fa8492","2331208":"2331208-bdad98bbdef632b0ee0504983738e486","2331210":"2331210-8ab7cbd4d1ecafce1844c1f42ec628e5","2331211":"2331211-ddf3329d87895a5f36910ad92c89049d","2331213":"2331213-c87590d1ecaaa181c96915aa54275808","2331214":"2331214-41505ba8a2d66d716035605a82dc16ad","2331216":"2331216-205deb814e06f7296c40eba400a95226","2331217":"2331217-219ef244e7eb7a175ba42acac4879e2e","2331219":"2331219-9b3d54216b13a8f48fee5679f6381d38","2331220":"2331220-bb9a7d616887e9277e66dcb842bbc5fb","2331222":"2331222-783ad8884f80baddc5654b83a44de474","2331223":"2331223-4a9c2ed01debe9c0d3db21c3594e9d6d","2331225":"2331225-6a9855f9f894ddfadc79d893855e7af5","2331226":"2331226-94269809ec2befa1dab4ac83e430df2b","2331228":"2331228-98f62fd7658b619e3cf2b93c5ac7f76f","2331229":"2331229-7a55c247d3ea9ff5910a8b2088f6d51f","2331231":"2331231-c831440dc6d4efa6e44d56f4b3840124","2331232":"2331232-1a45c36107b81dadcfb9ef3fdb4d57e4","2331234":"2331234-7d4243bf33fb796d0190fc734e24859f","2331235":"2331235-e26038ff6b11c01b50e88d5c2e72fb87","2332301":"2332301-9613560626f716aaf570930901b009c7","2332302":"2332302-2b5a9fd70776ada79079cc6d27561661","2332304":"2332304-163dc3d75a6fae894c08dbd01064afd9","2332305":"2332305-86c9510106e31fb4f567425d93c5daf7","2332307":"2332307-cbac9fdfe19eb734abe1b6b8d5cd10ca","2332308":"2332308-0f8af58e1789ddb84855c813de1f4f7c","2332310":"2332310-f765ab272ffdd5bc88891b3d8870cc06","2332311":"2332311-bcd5519a80e569bdf3101394a24376d8","2332313":"2332313-757373ce87a3966368d4faf1a97350af","2332314":"2332314-1cb7c87733cb25ac0e718aedb0330f46","2332316":"2332316-003dcfa5431990d9165c95de077f097f","2332317":"2332317-02e76879e0aa2eef860e056e435146ac","2332319":"2332319-7c7a983badee7d18d4b3badbe68dd7d0","2332320":"2332320-df07bc7cf171ac5d5fcf03cf0e609ab6","2332322":"2332322-4b681204263e8bcfafcf3c9689b95ee5","2332323":"2332323-8b9e49296cc77e90aa93e21d33da50b6","2332325":"2332325-e1601a531060a203aec656f0eb84505e","2332326":"2332326-75f4660aa9ef7c0ae3f4c0b9fc67034a","2332328":"2332328-db581a023928194dcf67a385e718a7f0","2332329":"2332329-0183639e2285318cf0211fffc7873f83","2332331":"2332331-64e69d8e83952a39b0c5bdd4c4dc5465","2332332":"2332332-1647d26bfe08635cb33d16083fbf73aa","2332334":"2332334-5e116c65f011e5f4ab03296cc6db47c6","2332335":"2332335-6c0a4b68305e640aeb0a2d46159e7fae","2332337":"2332337-5523a30739e23704ed29f3e80cb2cb7e","2332338":"2332338-48a7d4063406dd8109ffef193e49808b","2332340":"2332340-750915396338b9b2a5800a8d60a5ae6d","2332341":"2332341-05911c9c65212ded7a7883e61170688a","2332343":"2332343-72a3cebc0fd079c2455587fd77a69f57","2332344":"2332344-bd03828ce75049abfa095705b276dda7","2332346":"2332346-8ed472d595d97b4f97b77e41d0ef8731","2332347":"2332347-12fe9308f95bacbea5384ddd1da2060c","2332349":"2332349-5bf7d3395608673c000594618b749597","2332351":"2332351-903d8343e31a7f449eb8773bb3adce60","2332352":"2332352-d9c713f8dc96535c9bd52e40b009daec","2332354":"2332354-28c32b3027b4ea505efab54cff4d3194","2332355":"2332355-ad8ac00b0db8e53eb6003c6582d73fc7","2332357":"2332357-6f25615ea8162069ff5fdf47e04871d3","2332358":"2332358-ecf439a3c65d759255c224945b455cfc","2332360":"2332360-6517e7939992199352c629a3e66f1355","2332362":"2332362-f16337388e4b695c1fdd9558984fcc0c","2332363":"2332363-83dae340a0d420d0d2973449da5ad951","2332365":"2332365-69ef424f1231b4fe84937b274891f25f","2332366":"2332366-5813ac3ed1f7f7a606cd742a0f3e1ac9","2332368":"2332368-9d9894139fbffd77c8c549883e81ac61","2332369":"2332369-63375ea69366ec5912c034bb18aae595","2332373":"2332373-bd0362bf0f812474958310ce0a5de40f","2332374":"2332374-2002c8faf222732577c1f835e32c2615","2332376":"2332376-52cfee8a23991fb885bbc83d31dc844a","2332377":"2332377-fe329cbe182a6f6e83a47458ae3d9008","2332379":"2332379-e189aeffdf9f1ddc6eed4ef0451a4fcc","2332380":"2332380-d3eb9c83774d81ed9529d472a11a87ce","2332384":"2332384-9dcce0fbceb76667da5338f107615a30","2332385":"2332385-8e8d9de397e66d55932c3890631bec1c","2332387":"2332387-5840e7c9993c0672ff97ec4413f4f898","2332388":"2332388-36a1e4ef7a9a33c3317441850c1a6e29","2332390":"2332390-f447767fd422a6e82c800f1bd5a205ed","2332391":"2332391-c20170fca74dc836a7282dd611e29db1","2332426":"2332426-7b7cb37d562614767cff9c8433923b24","2332427":"2332427-0e7f3644060db4219d3ea7967b5f2ba0","2332429":"2332429-ffb62d4191f5d4562fcd7e35442668bb","2332430":"2332430-fdbc691b47972f0831c9de42b0f5b24a","2332432":"2332432-ccf63a8c5a4eaef977d4be2f5763d2ab","2332433":"2332433-ff1acc778d7e688a4684dc79d20596bb","2332435":"2332435-430eb2bd83e2798a3eb8d527f415640c","2332436":"2332436-61abe9998789e58f0b93568d4c41b96f","2332438":"2332438-b5ed47ee19fb0ee99189418a2b2260cb","2332439":"2332439-47c03cbd6ec2f812b6eab578c25b60dc","2332441":"2332441-4c52a86bc9d80c6990205e2889a2e299","2332442":"2332442-cc040dc54866720dffb143bce056b070","2332444":"2332444-11bfd5ce1369821b374872e82901bd83","2332445":"2332445-a587f7eafb3876a2d0deda11ed53ca50","2332447":"2332447-15a54fe7a3f1e76e222515897af824c4","2332448":"2332448-e3338cf7492a44f2bca4e69ed35f701d","2332450":"2332450-1ea924c8e92e9e2fc6f8a5fdd10a4098","2332451":"2332451-ff638935951cbd9ad2d5dae09f300382","2332453":"2332453-f9ef84dad0e33351a12bb850ce63a77e","2332454":"2332454-234e152fe242c1ad2f204f987883c28b","2332456":"2332456-ca756a7ece2bf35d8039b7957f1a5630","2332457":"2332457-9b9f89b71f0991d5e30f58a0349b06f8","2332459":"2332459-e8317a2f65c3cca40e6812ad8c61e26f","2332460":"2332460-abd70b151b38fe73fc5e3654aeedc166","2333988":"2333988-9d16e8ff885176fb75b313ba29fad168","2333992":"2333992-d725e013e45e0023c7694516de16dd35","2333994":"2333994-f71033c890f9c28193339f2ccd3d3641","2334002":"2334002-ffbc00fb323644f6c46d3c09b1fd51fa","2334004":"2334004-6a6c7380cf27fb1bd5f54663189abf9a","2334006":"2334006-e92a03c8ec4aa37207d74fff04ab2f43","2334007":"2334007-0a55669f75bdd46352d620ae16dc75bd","2334008":"2334008-508625ff17716792c1ba28644b0bb84a","2334010":"2334010-34293ec22227ba2a5a7ccc8dd1c8b80e","2334011":"2334011-857f823c0d443b417ce460547a426d38","2334012":"2334012-b6ad2c470b584f22803777950b475eb2","2334014":"2334014-6e67a7868aaa28e7a4736d70a8632322","2334015":"2334015-5021238103cd8dfb815ce39ad4343c75","2334016":"2334016-3ac59a91d9fea3bf998ca5a9eb9c7e3a","2334018":"2334018-96f45e1c44e47b24ebf588a26c06fd8d","2334019":"2334019-e67fac64eb5b491be9a3ad1c655d0e0d","2334020":"2334020-ac30ddb2636123b9e6723befc254f201","2334022":"2334022-c6b65cdbc06908c00541b6f23da5a4ae","2334023":"2334023-8d9c06b29c8d118232cb79b03e96ea9a","2334024":"2334024-1f9f0e0baf0f9204e059ba447f49bfbd","2334031":"2334031-01806028f0658a1d3af9aa6d5bb13907","2334032":"2334032-774cb491a052c92fdcb1a88942128902","2334033":"2334033-0532530ed22504dc0ca2829ecd24773a","2334066":"2334066-428641943d1e3ca9cf5e67730cc91ceb","2334067":"2334067-69d0cd9592fa84aef05fcc24e1519b18","2334068":"2334068-8e9b834aa82f02f93bab8a54ceda04fe","2334120":"2334120-f90237cad75045c8aaaf32412e9bf1cd","2334121":"2334121-8a17c0f4a86ac71f9e61c87c4b387bd0","2334122":"2334122-36f87419f43d89c1da96a73e47a66bec","2334124":"2334124-8022a6db0f7928bb424c152c24e07d9b","2334125":"2334125-a92a404f732b2087234347ff5653036b","2334126":"2334126-2435f18ac6c053d9d268235566027d74","2340643":"2340643-dedcceb6fdab5cfb86a9ba8563fcb648","2340944":"2340944-0f6436610f5c3aac03099f27398739ab","2340945":"2340945-59048df91cf4b51728a894cb3c369b1d","2340947":"2340947-b8de881561f8a809e9baee711c8ba9d8","2340948":"2340948-ff5eb95e02b2df8819966afa42ce0a42","2340950":"2340950-a2ab6e4780bff35c2bee03d90c87efa3","2340951":"2340951-8de4cf07cd8e4b888fe3d90c257d8145","2340953":"2340953-f0902504f0151a9005b9aae13eecaaad","2340954":"2340954-94848291237cd9ae316c95daa973e51b","2340956":"2340956-62414a1c1c66067b6f2d149c2d4f75df","2340957":"2340957-84491565aec5515d1aab272ca544fb30","2340959":"2340959-145d58b4a7fd09d6104e2c435a8976fa","2340960":"2340960-476d75e7bf53689a3ef885972faf5381","2340962":"2340962-c4d15c315bea574f936a592d936bd728","2340963":"2340963-573816376ba4fd0ec0f894ef9a85e9a1","2340965":"2340965-f6acd3dcadf44bc6d6d76687d05b5ebb","2340966":"2340966-b1e4d9dac7b271fd7ee2a275ba7cf21d","2340968":"2340968-edacd1cced1b8aecb1aea0e334989e85","2340969":"2340969-20700dc38fa568dd5dd839b14dc946e3","2340971":"2340971-11c0c3143c0d7089eb38dec98a73f274","2340972":"2340972-80fed8fc031c67f569b2984ecc05b834","2340978":"2340978-5f82946e1b5b42a45abb2a1fb2aa8bcf","2340979":"2340979-32674183d71bb1425037f425722bfc74","2340981":"2340981-4286fc75ed53d18bfc9716ff42f269f6","2340982":"2340982-44e6af9ef52e8b70fcdf61cf3e95539b","2340984":"2340984-bfcce937270861f22ff8569e14504614","2340985":"2340985-b3098edb6a31b3e9d9d2a8f991b59cff","2340987":"2340987-52e72d2c1a73e725deffc6729d0762c4","2340988":"2340988-ee0afa8c8039fb2052965c519691a154","2340990":"2340990-722ed5d213c3fbda9d2d9622f23e8d99","2340991":"2340991-edf0de9623f44d27626a58da1b2913e1","2340993":"2340993-ee5fda843c27bd4b05c9fa4bf2eee68c","2340994":"2340994-81117defcd365f29488f2d2251dca83a","2340996":"2340996-f964cb5c827da62bbbd58c5911f3ed0c","2340997":"2340997-ab33f281c1b45c03c3f62d3c2b8b254d","2341009":"2341009-5ba2c0187914fcae7497e988c59c4b1d","2341010":"2341010-0944cc172d49c3f6f062d01f2659af50","2341012":"2341012-56f05c4ce48ee5e936383a1610ddf199","2341013":"2341013-f5e89e038ba6eb8626eea6034114d634","2341015":"2341015-3dd6b28d25e8473154ef3672ddfad4ed","2341016":"2341016-2b8cf11b2513b890ecf4779543d4701c","2341018":"2341018-8fc4d0688a553bcc6c8e528520fed2ec","2341019":"2341019-6049f3d37c7d338e7595be3f156f607a","2341021":"2341021-e14ef5f6ea0b94dcb6af5160160681ff","2341023":"2341023-adbec41cff611e1c84e83b3ce5e7a61f","2341024":"2341024-714a21fbc0f4b423f4ffe7e186d86a35","2341026":"2341026-1df18ab0fe8825079cef2f0743739953","2341027":"2341027-ae09223d7d0f29d1472cd7ed5e9c19e8","2341029":"2341029-ed540be5bf360cc422c74c72c17a1184","2341030":"2341030-506b79a9cee19f0934ddb4e4d8a82be2","2341032":"2341032-98e6a92d58e0056b37762328cb17dc44","2341034":"2341034-8770034471d409a50ad6d80b30116fa9","2341035":"2341035-5032e5959505543b583427cd429b138d","2341037":"2341037-5a0c4e95ca608b80b5036962c7e6d18e","2341038":"2341038-b4e55be6d54b3e660d53c04aaa6bf635","2341040":"2341040-8f55d426a6a19f47ac465ae3e00cd890","2341041":"2341041-ac2962a1902f2551859661a46f74fd25","2341060":"2341060-aa7e7477fc3c9262b1ace30684f66113","2341061":"2341061-6b5c8cac548980d1008bd853c5b54579","2341063":"2341063-33a749aff2017dab005a7e46f926f0a0","2341064":"2341064-a32380652624ab4f6ec55423f0c1ce31","2341066":"2341066-a35e486698a7613d080842da18c3c929","2341067":"2341067-0e0142d6108925cfb5cb85b5041c14a2","2341069":"2341069-65ba1f46317dc2a4cf8183a9fa7c77a4","2341070":"2341070-44e1c67c4477047ea3a8f534c2caac44","2341072":"2341072-9452e764614cc6742d53f626328e33e8","2341073":"2341073-964f74bd644ae2bf3662fc7777ebee12","2341075":"2341075-eaa4e4fac145db72f5b3e1eb507d6a3c","2341076":"2341076-829166edbdf6d0dbc6f8a2507f56fa3b","2341082":"2341082-4db2f005c9c4fc267c21b7adb15222cf","2341083":"2341083-d0256047cd793e79f38d08195132f16e","2341085":"2341085-4662a998c996e70526c257e101c95367","2341086":"2341086-76110130d7310df42306d0167130be9b","2341088":"2341088-99fd80a198d404162ae2fc869b7070d4","2341089":"2341089-16175d046cfdfecb671d975430dd4f99","2341091":"2341091-098d6d82de2e09284671507f6948d949","2341092":"2341092-d3fc9ae20de794622d0729f43a58edc0","2341094":"2341094-2d3ef6966b56f24541c5b41b2850ca4b","2341095":"2341095-4027f3fd13aeb8450e86006cdff78a16","2341097":"2341097-cd3a140a5e42db3a25cc987f0a05fbd2","2341098":"2341098-557089bec654203a5b156dbbe9e8bda4","2341102":"2341102-f5524d7aa9c80265a2a6411fdd9fa0ff","2341103":"2341103-cdbbb19a546dbc1589d2c5e382a587a0","2341105":"2341105-dc7bb4b3a702b4b1197ab1ee3f9d2147","2341106":"2341106-f68d14a7b0ed0eb70c5586a3a8c43012","2341108":"2341108-f7973e8a17eaf6a041a8f9759bfaabef","2341109":"2341109-7d0f443c2670dc3dd804d0727848cf9a","2341111":"2341111-08e0ca9096aca0cb1cc8e20664b5e318","2341112":"2341112-bb06cd2e5d3adaae2d1605c43103fb3e","2341114":"2341114-562f8d70508ce04b3bfd48d901ba90da","2341115":"2341115-baaeecaaad7f707fce283b219edcfc3f","2341117":"2341117-8f2dfa95b20c892b1ed6934d92e7f353","2341118":"2341118-5f645d50877a85eb695213a1e7aa329f","2341199":"2341199-93846e24913ff802298d8c1497434e42","2341200":"2341200-6ae07e196e7b766107e2b10d65194571","2341201":"2341201-5a02162d87d39a0fef40db218330ac74","2341203":"2341203-4c9d2b13bd869a69ea338251365b5f44","2341205":"2341205-c315bbda3a8adfacdd6c6b81098cae1f","2341206":"2341206-70e7124670a8afe31e52ef5eda7fbe22","2341207":"2341207-c7ec82d891e698e526210041a1f70a0a","2341210":"2341210-3a3069bfc3574c23bdddced217ef2bdb","2393547":"2393547-32465fcbd3b3b0da42aa7d01438f7ca9","2393548":"2393548-08d180c9c27061fccf2089b81314a1ba","2393549":"2393549-14abf1e472f2b56131f4eb3cb825ae13","2400656":"2400656-bd24d287e2d9de269bf02c0bf2e55043","2402600":"2402600-6978cfd8527dc2b0d5fb152a3d75845b","2402601":"2402601-dae655388deebe855ee324b94445896b","2402603":"2402603-108ee0d5e8b859a5dddb6d3951a2f407","2402604":"2402604-2f73babeed5a32972db41ba152c05b06","2402606":"2402606-a2e962300336671d2420b7ab4c6443b1","2402607":"2402607-578951ced83e919f15cda530b103b5eb","2402609":"2402609-664fef1c396518b1675e7714a8fe35bf","2402610":"2402610-5bd61a316fac432a5ed740b38f873c3e","2402612":"2402612-b1adeb2bb7381f0d5648585bc28f06d9","2402613":"2402613-9da3be405f8a811d96e583477f10adf0","2402615":"2402615-a96dce047edecb8e6dba44382e0f8dd2","2402616":"2402616-1db614d3bf2418c7318c27e062563bd3","2402618":"2402618-6aa0083d22d8fab134f457a6f8ad5357","2402619":"2402619-0194256f006ffea6aa68d0c86c59d6ae","2402621":"2402621-a3b82393ce32b61daf5f1317698a8cd1","2402622":"2402622-c303ef0efd8154975c0c8b755e6927b3","2402624":"2402624-4e165257f7fdb4ee478ccf12b7faaf6e","2402625":"2402625-48271ba220986035b2592b44443ed853","2402627":"2402627-e54f2e07148aed9a1391eb07419c1270","2402628":"2402628-b16dd2777597b7fe22d171e867581e7b","2402637":"2402637-ce059adae308bf4f607992a97943f1c6","2402638":"2402638-7612129cb7558b5fe533ccb3a1f84493","2402640":"2402640-54c2b14a3557ecac84984c195b77c321","2402641":"2402641-c4ec88db050d61073f34c1bd21f19503","2402643":"2402643-0b261e6c6542deb69f65a1d4d326453a","2402644":"2402644-32d2f281049d4e3665f7a58ed7258738","2402652":"2402652-6a5d4132c999333ddb0bf62a64d64f0e","2402653":"2402653-ce87dc6e8ccce04b006ccf6ae4b394c2","2402655":"2402655-62d8f0c045a844dabfa32877287ab3d1","2402656":"2402656-a157b4f7d6166f2e7ce05f83a00b9b5e","2402658":"2402658-8454d46bb9327985492899a0626be78a","2402659":"2402659-8fe5e88be7d88e5f20b6b2f0b8c87d7d","2402661":"2402661-adfb2241a3c7e81d1154da3911c110c0","2402662":"2402662-876ffa4ac8e71d7c1480929be0480ebc","2402664":"2402664-24a2e26b8511eecb17b313141e723366","2402665":"2402665-9b96187cc9c51893e5953c922a984b73","2402667":"2402667-fc4d1066380d37baba2a638792523d5a","2402668":"2402668-8e2751df483807ae854bff075ff6aacb","2402670":"2402670-2d3ac7a977f5fe012cc203d75cc53010","2402671":"2402671-f3ca6f742cc00a3544d04a6bb91f0ac7","2402673":"2402673-6b02f3e43307c1047b1b723d7c678901","2402674":"2402674-fd835e55295e72c53aa8587a575ecbb7","2402676":"2402676-f54b126db65f1103338bdbb8680a6535","2402677":"2402677-4fac8b74362b43e0da38da15e9dccb5a","2402679":"2402679-f45077ab3eceba15c9aff754ca3221fb","2402680":"2402680-f0c3a8fd34dbbd57551601c5be5f4b9d","2402682":"2402682-13df50ce19dd899b66a823751aeed4a7","2402683":"2402683-cec71806656a4bf44b6dd10086fc2524","2402689":"2402689-aea1772b166b0fb968caf56d7e9e29a0","2402690":"2402690-70bd769004bd91754d7244df9f675172","2402692":"2402692-6892c8c108a94bf69bc3ff12be51d7f1","2402693":"2402693-a4beae1f3f7ba2fce010d947e598cab7","2402695":"2402695-fa57e42550d09de6a20dfd21a44c037a","2402696":"2402696-c9fb1f3404f7e5f15456f61f7147f574","2402698":"2402698-9f15076346c3110d7dbcf75f7d864e5a","2402699":"2402699-07437e2462be925abf9dd7c0cc85cba0","2402701":"2402701-bd3caeee1920995c5f5e632487d123d0","2402702":"2402702-e6750f7065e7d93590b236b729b45932","2402708":"2402708-34f29fdc2929d4d2b7e0fc3acb36fdc5","2402709":"2402709-ec0a0797ea30aaa3d6e7bea66337dc8c","2402740":"2402740-2f134fffcac5a4e7090b86764e3d7224","2402741":"2402741-18d53212574f97190ed3606272d0e851","2402743":"2402743-6699bb9f9dbb6f5596d180af51e34e54","2402744":"2402744-2b48d4e44a6835cdc5ec5fa6397d8bca","2402746":"2402746-8c08470ce630669ade7e8e5ba45c6421","2402747":"2402747-f0a6d8e812d3f949838cc41c97f00c89","2402749":"2402749-5bc21df2865caa1472c338547ea24ab7","2402750":"2402750-4beb69ed0a8c245bf09cd5e4c6bca811","2402752":"2402752-8af578c287464a7d1c14f32b936bfaee","2402753":"2402753-65dd688ee1eec4671a197f0073e4a207","2402755":"2402755-1aa33607d7a89eb7cef160abf949d786","2402756":"2402756-729e2f50e7c5c389362f72ff3c53ab94","2407439":"2407439-0cc285452c94415edd63e09b9c525cde","2407449":"2407449-37e08e2163a49dc3a3c4fde90ed5cf1e","2408927":"2408927-32f46f726e5b6a04a53b2da668d485ce","2408928":"2408928-1edd8c76cfbd3d2a11b3c292e26ae604","2408929":"2408929-74a5a42b361fb59c366df7f4f6a2d7cf","2408937":"2408937-1fe38d3449bed9d08cf6e5a081270afa","2408939":"2408939-335c33edc9a9a2e521bdcd6b42a5d226","2408940":"2408940-bb2536e40df5ec34bd50fd2741a78f0f","2408941":"2408941-e7c0c7d53afe797a8e693315922a81ce","2408943":"2408943-37615ee3d2e841b29f1b2a7f9a6fd91a","2408944":"2408944-67f773f78da25025a5d1c78269599381","2408945":"2408945-bbc89ea2d2594517a0fc9556a9d39507","2408949":"2408949-cb09ecc6f6efca5e6cf4c7f1ac43febc","2408953":"2408953-7f7b339696d54964e6ec06511a0ce914","2408955":"2408955-834008df2b94b076a84f4f6657ed045a","2408956":"2408956-fab4201dc21911d716fa2e86fe6697a3","2408957":"2408957-c999ac6404c06037d053ffe6f7bfba0f","2408965":"2408965-bb4ff81df5cba99ed2de2140bdfcfbf3","2412392":"2412392-509320ae3eaad2c5715e9ef2cf0d011d","2412394":"2412394-d19a30e4e0592f01331dd82fc6374398","2412396":"2412396-d630d7e3fca17973390caed28a84d6ce","2412398":"2412398-f7aa02c448808c78506c7f219eda2a72","2416715":"2416715-f5de3240883c8d0d6afb8fa57b6481a5","2416717":"2416717-1d9293181e8b402e01b6c97404b0ee14","2416719":"2416719-304d5353e4747b0e31096b593b5a7af5","2416721":"2416721-9b3c71ea83a335e2627de3db1371c1e0","2416723":"2416723-54b7e8763e5f1a3631fa108cbfa72d3b","2416729":"2416729-ed9262dcacf3932f415a4ead00bac103","2416730":"2416730-1015a61b29999745809bed11aa5c743f","2416731":"2416731-c40f896f54abfebdaccba196bc5a981f","2416732":"2416732-3cf115ba56e40c68d6cb5701cb631361","2420089":"2420089-0c658bf36f0efa748fea96342ab733bd","2420161":"2420161-df42ea98c9b0182c720e9155d3339af7","2420163":"2420163-ea77984f51b126e7cba051334ee6feb3","2420169":"2420169-0728c6cc8b565017b6d2c39322951cee","2420171":"2420171-13b41bc9591a231098718f99891e8f3a","2422820":"2422820-6fdbf5d7723b0f81b97cb289ca156e1d","2422934":"2422934-f749c8757f08ebeed90d32990d61af52","2425371":"2425371-5789a5244417280297640e752f6f4385","2432233":"2432233-e66fe17054e12e900325205c26a0a750","2432235":"2432235-e07db7696781ee98a0830f0ba9672900","2432237":"2432237-caa54f444c01066548005f3f4e5eb8a5","2432239":"2432239-b3709f6aee0561d0a1fcb2cf961cd672","2432241":"2432241-fe2818313bf266800059ab6d4dc36093","2432640":"2432640-d3c61f633c550bbebb3544b8dd1b9ea8","2432642":"2432642-9eaf6a7ef1923e85028f17225f68da33","2432644":"2432644-8148a62b3a8e144a64783c97d75d69a7","2432646":"2432646-4e7ad8eae57ad66304b78abf99bbba64","2432648":"2432648-108163da14681e088f5cf3b45f99334a","2459174":"2459174-2f1dfc785dbe9fae4da3a1c89b1bd717","2460616":"2460616-3c84d2bd9f3f616c745bc7d205fe661f","2462809":"2462809-c941e537af7195fafa6e6f75c0ac19ae","2463695":"2463695-7be0c5fff42e54050dc00aeeb72b1d6b","2464275":"2464275-d9543ae72f161d2eaed4ea333d50a779","2464281":"2464281-cce20c51513310060af0172c4ee4b2e4","2499412":"2499412-324d71196a6f78ed69203ab9030519e7","2499414":"2499414-efbd2c72e61a483840a42b587fa896b0","2499416":"2499416-d35373a30aef799b87db53d1b845fc9c","2499418":"2499418-743cf2315b55131b6a8322b950e92431","2499420":"2499420-4e15f982437af62c0ded893df5ec8990","2499422":"2499422-cd162fd05527abd6bb971b0e5d2ee924","2499424":"2499424-2ecff706692999c02b643894dd2cad7b","2499427":"2499427-842e8198bd8db3bec2d16f5e3fb4ead2","2499428":"2499428-5d8eec586fbf6d1b0e70ce22e18467fd","2499429":"2499429-e886326433bed8ded9ed438c6788fb88","2499430":"2499430-1ca161948390740e679d099c436e3213","2499431":"2499431-73da880ed075ce7d6febf6d47b6d5474","2499432":"2499432-3911a45eafca53548c77e2ea1cdd1266","2499433":"2499433-f47449ab3627e8b9b5f1cb62eedfe70f","2499434":"2499434-69a16443e51fc7ca9df1d2da1774082a","2499435":"2499435-7474989a3986a2d0e43f55ee687a304f","2499436":"2499436-c611cddaa26a65def051e25a4e3a252b","2499437":"2499437-58697fa9635b7d1457b0f695e6f725af","2499438":"2499438-c6245e204ba6984cc424531af3cca342","2499439":"2499439-e64b575034876bab441fc82051f34419","2499442":"2499442-48a45ddb558d03e21a24f0510fc616d4","2499443":"2499443-1ae8deac42062f32cffddaec4d58376a","2499444":"2499444-5b8ec1c67f8956187dc90319f2c30bdb","2499445":"2499445-345e232c213c53a2ed9b9e291b747cfa","2499446":"2499446-708f5e9734ce9f6315f7f1e474e84364","2499447":"2499447-3e825f28c4d577e058ecf1ebd67d9054","2499448":"2499448-638bd41629395f8440a85c75db07c9d5","2499449":"2499449-caceee642f27aa4ff97c4b61ec161c6b","2499450":"2499450-dabbe5cec15777c51e9cad68cefa822e","2499514":"2499514-7fb87f2016d1fec9495e463b52d24f29","2499516":"2499516-3db5bb38c3b556ebdcaeae7519d74cdd","2499518":"2499518-15e22e1e057fd6eef786ee460e90a455","2499520":"2499520-4ec4942a91e00bff2a532a2555d141f0","2499522":"2499522-9865a29aec7a5c1da3684275cc1dbdec","2499523":"2499523-ea56647fcb701cbcf2c61ac46c163557","2499524":"2499524-334a5c348892b1e0a3e884e0f4335801","2499525":"2499525-9cde57880b863ebf7681a5752f4ab9ba","2499526":"2499526-2b239a6ed6dc36cb6f7f7966f4002551","2499527":"2499527-5aa541f27db3bee4d4ef80fd448737fe","2505908":"2505908-419d479c66be2f8739c73fd681a769af","2505909":"2505909-73b41000b63beee9c4b90f145bf0fcf5","2505911":"2505911-0aa5649108f6d566825ad317bc9dd0c7","2505912":"2505912-a3620c66829afc12d3ed95a32fa2e4e6","2505914":"2505914-b6bc7e652e06f4b0642fc6f6557a28f6","2505915":"2505915-cb6a6d201ffdd92d16ca6617d82007c9","2505917":"2505917-9c619710a4716c31808f945ba8a23c29","2505918":"2505918-ec66d4ecf37a4e5472e75fd93a7bbd18","2505920":"2505920-950e2435cc385e2baea05686f1e38583","2505921":"2505921-a2849a441373c54d3fb8048db961fa42","2505969":"2505969-713625b3ce25b8a4701915795bd60d1d","2505971":"2505971-8131e79009848c1ebd14016254925fce","2505973":"2505973-a0459a0e6651e813bd0e463be7e01a91","2505975":"2505975-73c19eced8e0d6eb3f46998910f155f0","2505977":"2505977-8a65b651048ae5b223b5b451a84b6650","2505979":"2505979-ea8a193596f90611689b13889f228796","2505981":"2505981-979db2e85d631978a3562945d809f110","2505983":"2505983-ac27d8a0f041959f81e9bbd87c7b8756","2505985":"2505985-cc95473c828032cd2004e81d440a0695","2505987":"2505987-37dd42ce033fe3d4a2395a8e1bf558ce","2505989":"2505989-4934a50f484c0e3902c73be73c2fd2fa","2505991":"2505991-bbd2f1e8187381a172611033086f8f10","2505993":"2505993-1df13358dadf2f2e8b5f5e8887605789","2505995":"2505995-9a350ecb7cd1da3bcea8bc03687521c4","2505997":"2505997-b8e654abad149ee21334ba7540186c69","2505999":"2505999-ac7af27490a14e05b630198e499da1d5","2506001":"2506001-5573ff0e83393da8df7200df1db226af","2506003":"2506003-d546fa8676e2d40633036e12944f0d97","2506005":"2506005-e115305dc5524ea7680a00ecd4e91cbc","2506007":"2506007-6728b8b03d523fe8012e655c4c88f4a2","2506009":"2506009-6a4e8e387b8e9c52aca3befa66bb17bd","2506011":"2506011-8eb4606566323d332a4c2b5e82ad95ca","2506013":"2506013-a55174fceb0950707c479534282fc1b2","2506014":"2506014-7e2f2d26910e253af64345b9f6e52ebb","2506015":"2506015-17b28b6d79e982440e6d48b96afcb4ec","2506016":"2506016-9753a84c27b59edc67ab72f64722d322","2506017":"2506017-74053d42f0c7dab457f9e91468cdf537","2506018":"2506018-6def1cbd00db35a767ab6b9b8fc284ec","2506019":"2506019-4b2b2c490eb36e5e0487c65165c8da95","2506020":"2506020-13c483b04a65d202a3e075d31e7a0a02","2506021":"2506021-1f46252257b8e4f8ecb337cb972cbfcf","2506022":"2506022-cd26ff7a0289ef90603f0fe19222eb6f","2506023":"2506023-c5a880afde3746b38d92d0e58313ee36","2506024":"2506024-9156d3ad455588b7a8fab5756a490a27","2506025":"2506025-3fd8f8875c696f504f4b62bfb724c4c4","2506044":"2506044-b0dca66db48b86af8601dd62d3ed2205","2506045":"2506045-23415bf9aea1a4f55406f6bdeb024a97","2506046":"2506046-1846eecdbf85b2ac1c5145894d588bbc","2506047":"2506047-3d913a56be81694b6d88ed2ddfe43a54","2506048":"2506048-dc2bf9700a5b5b9ea548068fb56f638a","2506049":"2506049-6bc129fdb5bf4fbf2c00021cc9230e0a","2506050":"2506050-4a40f26bc027fb671558980daba08413","2506051":"2506051-b18332b970fa474824e4b4ccce1bc582","2506052":"2506052-6a24fe6ae5dffe14d656e42701032e11","2506053":"2506053-e4306e370c74a13eea9d01e13e01360e","2506054":"2506054-bad5f0c24837a065fb842b78ff9a6c07","2506055":"2506055-1939f4768986456126724b0d535bff13","2506056":"2506056-e6f6e9b9d59a534d57759081c614842e","2506057":"2506057-1dd2077a129e7efbc4c23985c16815a8","2506058":"2506058-da4c6a9a8133f536c7b8b469e6fc2001","2506059":"2506059-b6f7275bedefe91e6f5fac3970b6d4ec","2506689":"2506689-571c89e49e5fb784d771031efb2d8360","2519626":"2519626-124fb0ecd2f705824d3ed002cc08dcf6","2525114":"2525114-a6bcf638abc9f766549211f1e10ea577","2533608":"2533608-d7dcd8a43c1bb7d608ccb220b34c7c47","2533609":"2533609-c94ffa42e0df7407af0c6a79b3ad176d","2533610":"2533610-72fe50430fecc0a4b7e2df8f05f08d07","2533611":"2533611-75dd86c4edd4fc659dfbea2975f56029","2533613":"2533613-f100dc6ad0f0e28c6be994934ceb29c8","2533614":"2533614-c6bc482fbafad918f8b6dde1aa0e0344","2533615":"2533615-67d3b99762a44b170207281437f92dfb","2533616":"2533616-4690536c0cfb03a00c15dfc721112010","2533618":"2533618-265f91c41f69f2a3d6fb516e855a5afe","2533619":"2533619-80967c809e5b08afba8823c29c5d5861","2533620":"2533620-045ab47b12d2a81aa312d1bc7a2c0700","2533621":"2533621-7f762b631fab287d3fb24ecbaa1137a8","2533623":"2533623-1e296b26999d4627380199ade78cd78a","2533624":"2533624-ec2b9ecd60fcafa7b45e89297af9f809","2533625":"2533625-2e764a42793a9bd2bf7ffecf7909e7d6","2533626":"2533626-ec96822f16e9b03d86adca47060302ac","2533628":"2533628-0f294cf6a7137291ba4795e9f429eb29","2533629":"2533629-e40392521912ea5cfb35d87f768a38c3","2533630":"2533630-c349bc645310e47a76b678f78a693d21","2533631":"2533631-b939fa8749e247f4eef850a5ca54cff6","2533633":"2533633-98b08f832af3f9e1de840c8e1808fd2b","2533634":"2533634-54b4d5e500307f16c758f50a7966a21b","2533635":"2533635-15599b45993d266904c8d63e58233535","2533636":"2533636-338f75f90f0cec9aba67bf0531aefb4c","2533638":"2533638-dc151b7928c88ca53706ce5d405359c7","2533639":"2533639-fac3530ebfaaa5a18c38f5f5df6d4111","2533640":"2533640-18b1d1178dc99c0bd549e2296d590dff","2533641":"2533641-d36f304591c330658027c8a155408aca","2539300":"2539300-22485883175a5fb7346aaa142ba571e3","2539301":"2539301-ddb3e41005f5157e1cf6cf6b1741b3aa","2539302":"2539302-ce06fe8e816019364574fc03351cce4a","2539330":"2539330-47b58601995a1614b48618c76845c7b2","2553472":"2553472-5ad236c7f48ec8d1399ba18eddf1a977","2553473":"2553473-a6692451b50bbeaee268b6b63de36b0d","2553475":"2553475-10f6ab7add1180ecfa98afcb2e42b61c","2553476":"2553476-cb6cbab422c910ff917845100e95ba04","2553478":"2553478-8ef73662af1d564d5b2b077ed0360969","2553479":"2553479-f78a19bb434cb2f9d2303bbe5a3844f8","2553481":"2553481-a8d071321f91e9a2bd44ce7e851ca87e","2553482":"2553482-79c0bbde392beb6a4d90053db537be1b","2553484":"2553484-f6f69e68619b7904062cfd45c6b7d62e","2553485":"2553485-c7d80a09148fda5788eb7aae3bf57bb9","2571118":"2571118-e2529296012acd98605e18818c4ccc2f","2571119":"2571119-c0ad5d8edf0a69275575cc27e4c7730b","2571121":"2571121-89b76df0d5605bb0ad9869c356b17183","2571122":"2571122-306d0ff9427471bafd158c348f75a64c","2571124":"2571124-3f750a51a5151088562d172e92a34f87","2571125":"2571125-5ed0ced8add142f3b50b0c1b3511a676","2571127":"2571127-523fb0066b88691068036594a3faba07","2571128":"2571128-c9ce938b168a00ef81c9334d4a35f87c","2571130":"2571130-0026aedecf3915b303b63e2e25251875","2571131":"2571131-fff0091aaf8da951d93f504f45c5865f","2571135":"2571135-4ff1f120f2f8d97e2ab5f106808acfd3","2571137":"2571137-7c2c231cacd48dfbddf6afb0db61d571","2571704":"2571704-a8b8703027e62c7d8064699e990cf68d","2572643":"2572643-88bfc53a87ccba155dbbee2f602d61c3","2572644":"2572644-d6810e9631ebae306aa0380376725874","2572646":"2572646-61dbb1a90b0833e2a2a74fa9603c42f4","2572647":"2572647-1662536c1f0da10ce6adc2cde77476df","2572649":"2572649-000fae2732d1cbf39dae6e1f62f29c35","2572650":"2572650-bcf007f0f3dd5968a1151588ccc10c45","2572652":"2572652-fe8c1d63c3cf98b5f1edfb2d93cc31a0","2572653":"2572653-21a9e7e6bab814f7d0329e29865bf4d3","2583399":"2583399-1d8c9f20c3a440bb27779a95cd6635e7","2583401":"2583401-b88a3ac12ea5af8d85ba1294fe084dc7","2583403":"2583403-ec665f32deb0d6aa17d9f375c6bcc6e4","2583405":"2583405-a4358def0789a735f6f224400753fc75","2584973":"2584973-abb71cc26e3db381c6798ef2eaabe596","2586167":"2586167-2e70cf71bbbff921a91f0c4b09facec1","2586168":"2586168-89cd733188d6743ad7e7cf68bba3bcc2","2586169":"2586169-5cc7421be9f9794cd57b1310a71dabef","2586182":"2586182-35a814ae23fd8656d27eeb166c291036","2586183":"2586183-a16ea13e85ee456dda04ec7a485ff329","2586184":"2586184-ab445314554de7fe87537fda38b2294e","2586185":"2586185-924d2c3fb892be041719ae7509c02880","2586189":"2586189-7795602d89a510e6857c471a82ade0c7","2586190":"2586190-cb2325f461d91890a679ad5cc237f274","2586191":"2586191-862891ad3a1817451c950eabf7bb6ab8","2586192":"2586192-263eabda459fe37d05b7b2ec409b1127","2588391":"2588391-3ab5a37d1d46f9dfccbe29a9f1180776","2588392":"2588392-9ebe4a2e8b4e41377c50a8574fa5cc1a","2588393":"2588393-692c6b6bf0d7fa5134e097388360e3d8","2588394":"2588394-4de7a7f0f5a58ad46e2965c6fd8698ce","2591131":"2591131-3de07669f6336f9bfafcbcf352e8d0c7","2594853":"2594853-a253240a1f4e348f29c17e0b4564a3b2","2594855":"2594855-3959edb092b88b9a7d3eae85638277d0","2594857":"2594857-e913daac0ae99bd0b51c60bdd7e379f1","2594859":"2594859-644803fba6f2ece9c7337430d3d08352","2594860":"2594860-68d9185d4776dbb4a97c5052722c8ac4","2594862":"2594862-d7e0a3ec7a15438d9d5ca934055491e7","2594864":"2594864-024ce8177b854366df42e122e2cd30a9","2594866":"2594866-06408a7878cabcafbe0a3e4a7674eb92","2594867":"2594867-29331456444b02b67acd41e76a4652b4","2594869":"2594869-96b4e16c9b50701ce84dcc34eb264e19","2594870":"2594870-2ad96a56d455b1e363eff1c5c15d09f0","2594872":"2594872-4284cb7e0c5fb1d02ff34462f8a70eb1","2594873":"2594873-93778218b325746895fdb0cde596fdaf","2594875":"2594875-3a688faab8578879e2b5b122459940d3","2594876":"2594876-d0be6d96268009132cbffbd1d4f50e98","2594878":"2594878-0ce9194a3a4235e2bd55c8a62fb36e3a","2594879":"2594879-204522d903cce0dc0db60a39d348dc18","2594881":"2594881-2e1e1387aae18bc4072e1ab9b5eb4e71","2594883":"2594883-05599e72b06c804e80a4dc86437ff3aa","2594885":"2594885-b72046f10072e48d2225d1cfe8fbfeef","2594887":"2594887-785a297c3706dc81cc7f02bef8912484","2594891":"2594891-4c1db00037380535f11d43da1181b1c4","2594893":"2594893-9cf2a3712ac7b95a25948909f6f2b455","2594895":"2594895-f51a51434077519033faf78d78a0454d","2594897":"2594897-091f55295e4a799c2b0ee89c62f33611","2594899":"2594899-18bff181c7283171987e96f78d2dcc37","2594901":"2594901-e98bc33a08be5472a47c9abdf040752b","2594905":"2594905-ddf63893f58dc982d2d35361d8495355","2594907":"2594907-8c42d0332790f51eea04993536f91066","2594911":"2594911-96ee93c25a0ba771877cf6a970d552cb","2594912":"2594912-52f8d1832433dc60dc014ec69be85ca5","2594914":"2594914-e8a2deb51e4dda0c4ba15d5b1aa4f3f9","2594915":"2594915-8df424e4eb5089c4505635287ca4de7c","2594917":"2594917-f84cf09b730070e9437ee60552c6286a","2594918":"2594918-835c2e1cb23f9b7baa730e1b59af25d5","2594924":"2594924-ac481cb104617fc43d199cfe9400d32d","2594925":"2594925-c8a1e21bd3f17ba4e05728238b77066f","2594927":"2594927-1548c8af0378d87f27139a56adf59a3e","2594928":"2594928-8c7fd02ad2fe6fb8c4478eb32e0e2682","2594930":"2594930-d99e39cdda93ed0f102ded1b4ad3c3b9","2594931":"2594931-27c18d75b1bacf0279f499397f7511ef","2594933":"2594933-9c03f5c5e979f5b47863ca5460ffc668","2594934":"2594934-2e06a699b42a136d2223f1245630a2d8","2594936":"2594936-7d67d5ab90f02e2bafe03d586d8bdbd9","2594937":"2594937-b08266b9009700b07796ddcdab370eba","2594939":"2594939-abbe504725e6e131bf8076e54112b26c","2594940":"2594940-61af440a267b7291f230f627b22d0d8d","2594942":"2594942-17e54927be0c30b84e708b46f5451004","2594943":"2594943-d552d499ab205753cb81405d68d56af3","2594945":"2594945-b821f56f5b67a461afc1b1b37d3fe5f8","2594946":"2594946-e6f029ce3c0b23266145bbb61e1639e9","2594948":"2594948-29495d0083e05a8d58467008de34ba21","2594949":"2594949-0f3be7bbf8cfd66cf8cfd5446f481dfb","2594951":"2594951-c68d1e6b4a050307967b4ed2e03e4e19","2594952":"2594952-0e7a0d37be4f02cdd38cd49c2c3a5152","2594954":"2594954-3e10e40ad3f6b42672cbcb6d0fb7b028","2594955":"2594955-7dafd6987817fa0468b8ec4829d1eb8e","2594957":"2594957-f2cb2d7d3167cf49e04b73d482a38a23","2594958":"2594958-853d097625ed2e5bf1d3bf4f90b2f473","2594960":"2594960-f19ac0e8ca5ad6f682e33eb0403952e7","2594961":"2594961-95fa7a47c9fb209988cd86a9f270adc6","2594963":"2594963-a25b29901f52fc4f9306cafe6bbbf7a7","2594964":"2594964-9ced38b2b6da6fe863c0156b182173a4","2594966":"2594966-d2553725509f01271d5ff83e1dd1087d","2594967":"2594967-73a254d9fd1ba9404fff9030a02921e1","2594974":"2594974-42fd521e935ec6b5b796e28cd4524200","2594975":"2594975-5a6ebe849fecb138e61e9262de037bb5","2594976":"2594976-b752a297d86dd246905ecbcbb298a489","2594977":"2594977-87cd852d8e7a96882f67d6e55963cd8b","2594978":"2594978-e4896e7b4aaa39646373de895ff8b98a","2594979":"2594979-0cef7ebc1d81539a845dc17d55acf2b0","2594980":"2594980-c8a7097d6717b9124180d46f0979f655","2594981":"2594981-202af457da6fe3d68a784db98675d131","2594982":"2594982-9b44990577f7898a97cf3b387d3e891a","2594983":"2594983-e8e85dc7d2ae29a7c08a944902c3bb5b","2594984":"2594984-cb11dff0572bf1fb49279674bf3ca70f","2594985":"2594985-aea1fbdb002d39efdfbdacc3107f4cea","2594986":"2594986-ef198c790dab51e6c90ce0b74fa4f1b8","2594987":"2594987-b683da45d9465d90b4998579930c74cf","2594988":"2594988-7e28c82c3ab8bd7d30037f97b841ddaf","2594989":"2594989-2fb5c163c62b86f4c1a099f843b0bac4","2594990":"2594990-e72bf2fcf12f9cb9f248a0a35f94337d","2594991":"2594991-3c46eea404c762d98b582effc9ac60bd","2594992":"2594992-3ec9da199b4e0989083da8152a470eba","2594993":"2594993-3e77b7fee9d5bf34f97ab4347b8f0655","2594994":"2594994-c014f50a7faf805badb362e228ed85e1","2594995":"2594995-3f4ef39b9dd4d94c10000d8925965bd8","2594996":"2594996-441e15391190d72eb9cbd43c361296e7","2594997":"2594997-bc4dfbab59e017da4833030a42c7bbc0","2594998":"2594998-b2b8c1e72e5e1c9f0d110bb877af493c","2594999":"2594999-d9e0fd1cf21bf6330e1e63891f67df89","2595000":"2595000-90cc8b45d0b22f477748009d4ec1e63a","2595001":"2595001-1d31d25b99a2f0fa44648363dfc6268b","2595002":"2595002-e09caf5e59335b5844e69d477255b96c","2595003":"2595003-933bff8f7961d953955104340fffc0bf","2595004":"2595004-2be7c930077aa7040fa9209b6ae1f197","2595005":"2595005-66f87716f30744f0e2ff296b7668e1ec","2595006":"2595006-32deef3e3a1a22fa8a2235d466edfe63","2595007":"2595007-d3761f9b2d883c4b63ed30618c5e5b27","2595008":"2595008-54294ceb5ab98aaa6c99bb1d75a60821","2595009":"2595009-a85acb86de178800158b7921c10799a7","2595010":"2595010-b5f7feeffd38a7dd5aa995f4a3cbf334","2595011":"2595011-40b456fcbbc2abf9d102f9f25f4fc278","2595012":"2595012-8ad0b1a9f50d0c2972495fb6f2958105","2595013":"2595013-22f4e3636e3d9b010fb7798af34279e7","2630972":"2630972-a899a158ed8f160502657d98c2c2dc4a","2631933":"2631933-1d6224035c1fb0f9a271a3295508e9ae","2631934":"2631934-a083980a78055aca8026dccb98a699b8","2632707":"2632707-5a8659060cf1176b0a1c3ef0f26ea9ed","2632708":"2632708-2f673d082085170379964522339ceead","2632713":"2632713-1e24f79b03ff3ffff20f9f615e43a6e0","2632714":"2632714-d5ea57d2c910bb9684a713e5e4750a03","2632715":"2632715-042e5a89ecfc1ed9a512a087d467ebe0","2632716":"2632716-ae8e55313ff7d1f7db5801499916a6b3","2632718":"2632718-da683c0a6851e86d7ca033148c7754f5","2632719":"2632719-113ddf299b425828e5105ce9e2a29d75","2632721":"2632721-5977988ca3960abd5fcf2d6255be2f58","2632722":"2632722-f6ee984eb10b09f0ebf919a5843fdc0e","2632724":"2632724-1c30208c5b4113af38bc01cf6f41b152","2632725":"2632725-b06225a30273acfd54c6c898884f35bf","2632727":"2632727-c490289936c6ec93ec9f24288194bd79","2632728":"2632728-ce8b351dc18469c698d5f541785728b2","2671478":"2671478-d34a9729c57105da26fae6d35e9566bb","2671479":"2671479-644ded4530fedee6d3dcb580aa11abfe","2671481":"2671481-171be4d9be4376ea8a3f3f4dde64a568","2671482":"2671482-e5325e71d24eab10d42e112249dfc794","2671484":"2671484-1b0d3467e5d7c894bc49d8f48f078ac0","2671485":"2671485-97aef5d5c79e4cf24b03139e27d47181","2671487":"2671487-5830161cb103c3abd9248d641db392e6","2671488":"2671488-b3b6346d302303bcff53e7c5f5858ce9","2671490":"2671490-e15aa0ec08cd9cbd588c1666fbc41b9a","2671491":"2671491-d65c3686750d5675f8da843169499e8a","2671493":"2671493-e5bdf6ce7b30008197fecf0dc2f8a57f","2671494":"2671494-852d7477731823829e37704c4dbfb098","2691770":"2691770-a56fb765818ec7773ed6cb4c3c6a70e2","2702460":"2702460-6b56579b14661ed736107fdd9b1c87d0","2720599":"2720599-0e82a0e088e31a9dbb1495943c4d716c","2720600":"2720600-561b9faa4bd7bf71008a34201f6b2cef","2720602":"2720602-d9feced9909b6a20eaef2688db7855b3","2720603":"2720603-0db722941f6c34551b6e2862b9c958d3","2720605":"2720605-6a33c460e4cb066cd8ddf809f47179a8","2720606":"2720606-aa3d220d2f64cf9fec9d2ad9847f9205","2720608":"2720608-a38439a95d4dbfe03a6c95771c1bc0f7","2720609":"2720609-92793eb1b21729a37ba0e02d077da0b5","2720611":"2720611-0c3c0f8f785915c72cac934615f21b3e","2720612":"2720612-8f3476b67a8f3d60e82fbc062ca51709","2720614":"2720614-2cd504435c1323a707ab20a1ddd89db6","2720615":"2720615-685723ffcd5d849b26ca093f2e0cbd4a","2720617":"2720617-b584f2e072de35fa9044996f2d9d8617","2720618":"2720618-22052bf8ec6861f31847ec73b65f552e","2720620":"2720620-6d146137d48c53f589e9298fe352ecbe","2720621":"2720621-08b2a51d0307c8f5815e7d04979e5f2b","2720623":"2720623-0981a305ee23e2a233f2e5c100afc77c","2720624":"2720624-c660405f8ae825d250a0ca72ab61537c","2720626":"2720626-b6bd51a8b0217a21caf86a0da3c0a617","2720627":"2720627-98f32ebfe87c4ab104c333bf2abd0d14","2720629":"2720629-f94d7cc1a6ea51630852ac03049fedbc","2720630":"2720630-962541fba66a06bca88c51d04a3f0c82","2720632":"2720632-559bef0f9df7ccf03b34ae11724650f0","2720633":"2720633-6b25dc0fe44519715720dfa054ea0c77","2720635":"2720635-b8d20bbde60f7c63bd76b71362651eaf","2720636":"2720636-2021202e6362c1608a72cfc99bf062bc","2720638":"2720638-f4d689d64380ff481579ff0d3517f46d","2720639":"2720639-402ed578dddd3c9cc7c8db175209cfd1","2720641":"2720641-7ea5bedc3cfaadca020d6754ec329339","2720642":"2720642-799fcbb90cad5eb96163abccf5766211","2720644":"2720644-1db8ec8ec219a18900aa67e57cd81ace","2720645":"2720645-14330fa5018c94769d37fe42800fdcd3","2720647":"2720647-737f31a5eb790b742fb2417bdd85bc1c","2720648":"2720648-9c25055b9b4ae3435d544c96876ee955","2720650":"2720650-d5ba70ded1464f1a6c302148a340f082","2720651":"2720651-fefb3fb2af125996c120d782d1de8995","2720653":"2720653-7832868c1a9cc0a14b2198217c523a3c","2720654":"2720654-aebe52626c2d63a8065b39170a799bc6","2720656":"2720656-b39fd22772f139923fb3006d25c72424","2720657":"2720657-2ade35429c1d70cdde2e0b09a1840b97","2720659":"2720659-80c535765a5f2b756c51bb941aa99929","2720660":"2720660-148ff4efb69a634c302fe8a80fa8a945","2720662":"2720662-7c0030143d9efd1ca30ceec808b4f207","2720663":"2720663-dc7f307b8d4869e4275a91e23ea39d36","2720665":"2720665-89fbfdaceadc26115b559b0ff5bd8e53","2720666":"2720666-7c1a69165b02f08881d423e76ef58d5e","2720668":"2720668-2d7d4c3944474f98691069fecf087f56","2720669":"2720669-9cc934889e73b8f3478e8033262e7b92","2720671":"2720671-8c029678f55b88f0f97daac66f6335c7","2720672":"2720672-477ab433ff120eeb7979bc7f8994e185","2720674":"2720674-e576366e79f99523dcdd2c4e70bc9e6a","2720675":"2720675-6928207ad2c992403b369181a8d72adb","2720677":"2720677-506b406352f1f7fa12ec603b890f389b","2720678":"2720678-0cc8056ccc9ad9a2e7d1a0285631c9ac","2720680":"2720680-4d03eb745a432047185e9ab5ef8b3bcc","2720681":"2720681-b2a27c600989ff9e978f194ba6a6dcd5","2720683":"2720683-9fb354dd1e45af88c6cf8aeb64f99549","2720684":"2720684-01262a09b856f2a02e603c16142db410","2720686":"2720686-adbed0115d77dd93282e7eec59a9d82a","2720687":"2720687-5639c575e07f129c1680bee475015f21","2720689":"2720689-21d285e93e9eb278d5a9fb1a39870cce","2720690":"2720690-58f9b83d3b6fd8be5631d60e7b7f5675","2720692":"2720692-7390cae84909cd130b7380b2e02e9571","2720693":"2720693-cd11f4ceafc39e03b428b6072667ded0","2720695":"2720695-78dad9e231781a616e4db66ef94abadc","2720696":"2720696-1a15d7864daa1329778953a42bd2e8e3","2720698":"2720698-4b54434269374333b5411f4a0919b708","2720699":"2720699-a564816e612c6180a7915cd970e8b5b0","2722225":"2722225-59a51788309bd5b2c75a5628984436e1","2722226":"2722226-10cd7f7ce02de2f888a9fdbb4bd41107","2744204":"2744204-9d39e62bd8c9b96915d4012568d468b2","2748095":"2748095-b1de144b978fc61e458021438b7e9ec1","2748096":"2748096-39de7eb91fef511afc2f8e7ec37701f7","2748097":"2748097-c22ec6d61b1c5aadbe0bf9c31491e04f","2748099":"2748099-5353b53fc29e6c58173ade3ad33ee8c8","2748100":"2748100-2c79d408c80911c69ecf7d605808e0fe","2748102":"2748102-fb7e3d358f081c8ccaae8fc75d5d6e1a","2748103":"2748103-dd74e93dcbec9e0948c235c3f1169ed8","2748105":"2748105-40674ee20743d3f7b40dc497f183809e","2748106":"2748106-8e5703cb0459015f5098c8f6ac510b53","2748108":"2748108-ca93baaac3804b04edcd7fb01b8afba0","2748109":"2748109-d52c86202b20aa13546fb1002557b1bf","2752801":"2752801-8c81058e2654d14342a23729d8716b4e","2752808":"2752808-ca4b9707a94a6127d76d150b762231eb","2759164":"2759164-5f53391bae62306cebdef9de6dc54006","2759165":"2759165-e8d7b406bdd88591c2c59f4fe31ae5a7","2765950":"2765950-7943b648d1a2cabac940a799d524029c","2773204":"2773204-f03bd025e637162a9edf65b5f605eac9","2773205":"2773205-7e0586eb0484d2f6c20cf6f4028ee4be","2773206":"2773206-a86de886741ccf0af4908ed1aa12505f","2773208":"2773208-f11421bf1592709489f006399f2a4ccc","2773209":"2773209-e08d1d7e3fc2d068d6651dbb867f792f","2773211":"2773211-7dd0a8f7155be5ae163e6e285e413817","2773212":"2773212-b19e13e271c969bfacf6438b1b4b6970","2773214":"2773214-e9edde96bf4e34adad1efbc3eaed1869","2773215":"2773215-879ce489c5d22b7ca8925bb93576618a","2773217":"2773217-2da88e178ed799951137bf6ae795a036","2773218":"2773218-c7b73e20230d983da40189a5aeeaea5e","2802014":"2802014-9eeb67e01c2fdfa85442029efed07556","2802193":"2802193-fb72343713849da86ccd1c41c88c0b53","2802197":"2802197-4d156b765a7d349dc44a296c7a33454f","2802198":"2802198-d5d15ce1c936773efdc5e5ba7c6032c0","2802199":"2802199-d8e790ceec9681edc6d943295ec46bdd","2802201":"2802201-1aedb90d9906d26e447d505888487f81","2802202":"2802202-7c4a2bcbeb4e524c4bc390ed46ebd075","2802204":"2802204-1379fb38689f2c4ceaf8551081e7a349","2802205":"2802205-3e956e1ed356a97cb6bea394491d7f59","2802207":"2802207-de230f07ce9aae8ab713ded21c307f04","2802208":"2802208-40bf0ec6cc7cfacad70edaecb5263869","2802210":"2802210-f8c612582dcc9a531b38aab32d0877d1","2802211":"2802211-d50f59a8c0d86f0dfc8c2f8177fec3a1","2803768":"2803768-531936bfa14bc0e6699fba5ef7604128","2813243":"2813243-5caab2c926d3d0a26b7d1ebfb7f998e7","2813244":"2813244-1882d8ac2e6262ed116c08a3ad4d260a","2813245":"2813245-33a25269fdbeef22f84446b4c8b32f96","2823717":"2823717-6ddeb62fe97f9e02e76bbbfc99c94eeb","2823718":"2823718-801e69c94ffb074fe0b5d5e175caef7a","2823727":"2823727-d43c0f506b09c018ad6f057a4486fa73","2827901":"2827901-cf9cf5209c5f676ae0f42590635b2106","2830516":"2830516-0900ca954e4694cfa499a2385f81c75d","2830521":"2830521-71668d1f1168c4182c78a89313e1221d","2830525":"2830525-4ea313ba25512f5ff8ef1700695affbf","2835695":"2835695-be92e5a1d471a8cf27d2864029930c4c","2844197":"2844197-c4aed50615f622d4d21fe0024251ef69","2844198":"2844198-86e6f3aca700654d28b6ddd68c52b4e0","2844326":"2844326-144e3aee75e8d6fad7fc3a1c946b4ca8","2846702":"2846702-796a10286818e55d951c116bd62cee1a","2861721":"2861721-f3f9d336a3de5e94481b0323cbcd3c65","2861722":"2861722-92d04a1b53c78dab342411a2de285be6","2861723":"2861723-ec88619f91b37919df44825f2dc6ed10","2862067":"2862067-135ce2a1c1a326a0da83acfd5ff30c1d","2862068":"2862068-0484da2506257b80e3384129e123a7e5","2862070":"2862070-333a667ef3fe1517da0540760177dfce","2862071":"2862071-a550070d261e84075039e0bc842499a3","2862073":"2862073-d80618e5b3329fac513c3dc4e663e8ba","2862074":"2862074-1d9195130fccc3eae691517f16855601","2862076":"2862076-d4a7fcf207c9e4f046a84e8e99e97532","2862077":"2862077-2c5a3ec8f03baaf8036c3f791cae23f0","2867471":"2867471-0c1cb88c0e39a7d82a3dbb13b189d108","2867472":"2867472-50941e944fea5b994070fee52cd8d837","2867473":"2867473-c65fde7946280144d8d2de13317adf1f","2867475":"2867475-f7e3b489b2c5c178ad81fca9bb6aac08","2867476":"2867476-393f822412a673d19a7808df9074105a","2867477":"2867477-347f1d9bf09f0b80de0726e6e42cf436","2867491":"2867491-5c0fb99586afb2265219435ab793e3d2","2867492":"2867492-2f1b648559ea2958421292b321141ff4","2867500":"2867500-860682f189397b5f378a04e5afb1b464","2867501":"2867501-8d10b50dec59d1e243b1ba6e3cc3f39c","2867502":"2867502-6d341eb4d0d87ae7822ac65f3e8ef848","2867503":"2867503-eff82cb32f5f35fab7324b85b4062c84","2872179":"2872179-928b093788fd3783c758ff5285a0d13f","2872591":"2872591-0bc8bdfdfe1ab53ec8b2d4aad36c6c85","2905074":"2905074-2d182657f1aa436aa05b71668c9c76f4","2905075":"2905075-b8bafc8f812d9ee0590492cc17a9eb49","2905076":"2905076-bd7babdc9174c503887e9bebfe2e265c","2905078":"2905078-8c9a3548c37b32e45fd3f86015d19b46","2905079":"2905079-c615ac54ffbcb904374131b7134aaf8d","2905081":"2905081-5d5f3734a2b8235ec9ff1d4c65fe7331","2905082":"2905082-2bdd288614c2d13be221fb188841a496","2905084":"2905084-d3458c12589afc1b6f8ef96895bff957","2905085":"2905085-ca633f53c0799b64389dd310bbd3301f","2905087":"2905087-cd944b184f9d55b35a83a1d2232c62af","2905088":"2905088-4588a4f3d861a7227e69298b65f594a0","2905091":"2905091-1863524df65ad8e085cd8ba6495f57a3","2905093":"2905093-d30c45b56e3199ba7363b37d3b2947de","2905107":"2905107-0a248ca942d2dbf5efc0cadffec5c0ea","2905109":"2905109-18d309effab4bab0524f4ec063b3c82b","2905111":"2905111-c76277977f5b867680562055acbd5c13","2905115":"2905115-49783598ce515093b5dfeda10b1c6aec","2905116":"2905116-d46b89ca7c56530e0c1a665682b06e44","2905118":"2905118-8ba979d9540152886f59c0576ac8c4a0","2905119":"2905119-8fa0c75817ca47e10147a7c7c108b850","2905121":"2905121-6841a90ee2fe85dff77587837434cd54","2905122":"2905122-77fc5c2f470272e73eb7208cddd13f74","2905124":"2905124-b4d173bbfd45d7c26259b90f9f635bfe","2905125":"2905125-8c4f81d3ff127735ea35f5c20bcfbc73","2905127":"2905127-27c22e2ab97a2a8b6a9da595f09d729f","2905128":"2905128-a0dd35be38deba17a3527964e9f93207","2905129":"2905129-022ac852c2eb8f2a2bf63d275e01dd08","2905137":"2905137-9ed06c70ed781f3e4e3898358ca26678","2907158":"2907158-e1a9633e0b81e64bcb30ff9eb1c463e0","2907160":"2907160-0fbfd1d32209213ef1cfd2cfbecb3087","2907162":"2907162-28116694fa65722573fd964c1af3b414","2907164":"2907164-7dbd0c9cdd309d3d9606701bad741b64","2907166":"2907166-78170978e5793ce497d7c8d3758f6664","2907167":"2907167-629a7c1ed836b53c860c776ca93fbcc9","2907169":"2907169-504a50c0b79811719499bd836ec2fccf","2907170":"2907170-f0d6700f93d66cd4446e7f70edff5f06","2907172":"2907172-095c1d220bd800349b298a547fd944a3","2907173":"2907173-81d349ea9496f3182bad018b9549b54d","2907175":"2907175-63b7be691b317bb7134f7b2a9ced723d","2907176":"2907176-47401bf05f8e50f3ad4ff6b1f79e2aba","2907178":"2907178-46b84aa41030769bc98363d8496920aa","2907179":"2907179-ecea5528d8abdc59c7c9a7f87cb412a0","2907180":"2907180-6bb6636c335e0be5856f4b388559b510","2907182":"2907182-df72561acdb89ecfea2b3f443291394a","2907183":"2907183-107255286463dfafaf5113d39d4db1ed","2907185":"2907185-113b54d3d65abf521048ec50915cf74f","2907186":"2907186-f45a3253a1b922736159b18675c1001b","2907187":"2907187-9a996cc2498c9bcbe47b80107f9b86fa","2907188":"2907188-674e015f05fb51765393b6e28688e881","2907190":"2907190-47eab619456d8a3de20756fe045615dd","2907192":"2907192-5d476165e257d87737ae2f516699f860","2907194":"2907194-dfbbda02429d30d8327f68997c306fd1","2907195":"2907195-dbbaa16cfe7177388d0f74c36e5c2e8d","2907197":"2907197-95109bbf58c70536431d3355b723e59b","2907199":"2907199-581486b0be76ee3f3791fbacf316f566","2907201":"2907201-731634ca5265becdbf38b08a507778a3","2907202":"2907202-a7cbbf3e2a78bcb2bbbec8f5ff0fe75a","2907204":"2907204-1c4e84a8ea215817c6cdec2df5e19f13","2907205":"2907205-feb67353ede6ad83795ea3ace0e7515c","2907207":"2907207-3259ac3bdc519452d0cc8c337d2b89eb","2907208":"2907208-30370f9eb30d5576869921b9aa64b32b","2907209":"2907209-062fbd7db36c135d1fea1bfc434d1e45","2907211":"2907211-11c2bb2e641f9fe5de0e156b3c8edc5c","2907213":"2907213-0fc74bb138c5d61a8aaa4fd7b75e6b4f","2907215":"2907215-720cbb74f63032d0e1b174d9ebd805a1","2907216":"2907216-b9a918665a3cc84329c285b3d151a6fd","2907218":"2907218-dbcee747d7bd954ec83024e23913463f","2907219":"2907219-c753ab7bddcaba0ee518ec59fc0248ec","2907220":"2907220-a07fc40bbf1f497cfd55ab3ff0b03879","2907222":"2907222-e1617cf2270d61ae90386c2e2ca983fe","2907224":"2907224-b5262fbb6c8b22003e7875049658720e","2907225":"2907225-d552d70d01b2e4665666949f73accb86","2907227":"2907227-75f81e3f9636d5475097e94d55731a04","2907228":"2907228-51770fa35a241dde393fbefdbda9ac7c","2907230":"2907230-69d4502b05eba925026954318860580c","2907231":"2907231-60e5e44fddeafff48b47ba09cd8a839f","2907232":"2907232-56c966636cd0fbd4eab22aa09115904f","2907234":"2907234-71aee503b3edf7ff16b38541611f6471","2907236":"2907236-88f727b093c0ff00e1c7b7ec4f6ca47c","2907238":"2907238-9731be60e0fbdc3fff43b934a5d4f265","2907239":"2907239-bbcd43d73ba4e99d1c699cbc725c301e","2907241":"2907241-f6ce73019ffa1fa7c2c8c4e0b4363dbd","2907242":"2907242-883dcaede48002005902fd9305ab8d9e","2907244":"2907244-0ebd6075ded953332d9b53f544e8a804","2907245":"2907245-23407c74ad41c0f257d98f01a2938353","2907246":"2907246-42b50044d98c5016da784168842eff88","2907248":"2907248-ad19d787df712930ac63d8811945674d","2907249":"2907249-88e71fa521409aab8037d5a68ecef9e7","2907250":"2907250-39a762b9eb06896725a37752571bafdd","2907252":"2907252-6aade193078c8b403925b476cc18c33e","2907253":"2907253-dbb91c0a717992198229339b429319ef","2907255":"2907255-d485933d3c8e634a28e5c026fd8176e2","2907256":"2907256-234a42438c4a345c33f7993da924e49d","2907257":"2907257-109b72fbcf59983be69d0944e042e612","2907259":"2907259-b5751180cec120c316eb1c634cd2aace","2907260":"2907260-034905feed33182e15e88b323c5255de","2907262":"2907262-b928ec3c25e99deb84f6c5eb51202add","2907263":"2907263-d0289e98136426e2eeba678af61a2f3a","2907265":"2907265-777504bcdaec7804bcc0b4c98fe1fc76","2907266":"2907266-055792af69be3cd7a144b25ed4b28ddf","2907267":"2907267-dc43fa00e0c19f4a5bb307a83bfffcf5","2907269":"2907269-86ad5540fc17642facf00eab953567c5","2907270":"2907270-951270eca71b350de8ba18facf8be37c","2907272":"2907272-b24af7e050d57e7bc5caed549b60e27c","2907273":"2907273-0af7615c1051bdd5ad0265f75a0bd8fc","2907275":"2907275-2f2019fe350ea64457691209d2289ee2","2907276":"2907276-2ab7ad63e418db8aa2006cd7377692de","2907277":"2907277-3e4f60aecc6c375bedce9dc9e15cf633","2907279":"2907279-64b36edea96e037ab6b6038ab9217f3d","2907280":"2907280-198bb754e594546f592b502db496c21b","2907282":"2907282-46dcd20bdd3e9b955cf71e381aeaec09","2907283":"2907283-7dc0d9462a6ef194518df05ee177fc48","2907285":"2907285-19bf5975dc1985eb753740bb6c94c3a0","2907286":"2907286-848041c2e7bf9e0e6d3bd63d6bcb5f16","2907287":"2907287-c0f2094a66b3b4f14457354d18a7f28d","2925068":"2925068-595a68ed8a2db4efda9ffffc15f72de0","2947851":"2947851-c79999ae7833a83a7b4bb75cf0b482ff","2947852":"2947852-ffe50d249a865a0839984362503655b1","2947854":"2947854-c1e49085251cf884f569e936db345de6","2947856":"2947856-540ba383c71ae7e242f71d6940b4af75","2947858":"2947858-75bccb4da43ad4f66b680ad79a011986","2947859":"2947859-2780ed13e2badb7dc93f36589861ea92","2947861":"2947861-cc9939e191711fc5fcfcc11f9adc9c38","2947863":"2947863-be0b34c99725fd113120f8b49f76a82e","2947865":"2947865-ec94707a0a0cd695544a2e3975d8ebf0","2947866":"2947866-9c3b9c9d6bb62cf447e32d0b68e98701","2947868":"2947868-75af931f8f924357b5509e713890cedb","2947870":"2947870-b108a40ff73cc592b3e86f8a09d3804f","2947872":"2947872-6551519419c2436f9299e5c1d6fc0245","2947873":"2947873-049f6d45fd916f4589611e0a8f012481","2947875":"2947875-f7a5f559836ae3ade1c032cc8442bdd9","2947877":"2947877-22bf6cf057c40b551328c5eea55a81e2","2947879":"2947879-7110e3fe65bc036c37df83084d97d80a","2947880":"2947880-a93113662e3b254b51b30b59d63f1445","2947882":"2947882-f557272e44bbb1c4f86de24283608b43","2947884":"2947884-81b5d87e9e15e23029089c36118ff88a","2947886":"2947886-ef64ce5e4a3a5f7f768ea98478810fb9","2947887":"2947887-390245ad697a528ea5e79d48ec8606db","2947889":"2947889-8a826a393b0e03c272656550de2dcd97","2947891":"2947891-8203572e5e4cc8b7f8d3682a79373cdd","2947893":"2947893-af0469d537332a4094272e94002e8a90","2947895":"2947895-2bf5bec808616fe9060abd5ca6df2e66","2947897":"2947897-fad1606bbc7ee3464fe22b2fde1845ee","2947899":"2947899-2b2d4e982e890eea5e20b995fcba6411","2947901":"2947901-627a209e28be203db553b9d64def6916","2947903":"2947903-1f24730d702434185f615f7819bf957e","2947905":"2947905-621e79ce8a65a94dd4d4b1b085bda83d","2947907":"2947907-93682a6297b83f13abe9a568a8b96a20","2947909":"2947909-a4d53f07b4c326581324cd9586cd6c9d","2947911":"2947911-e58f3918f617af885b3c607deaa01c71","2947913":"2947913-faf1d810cf7e0d85def9c5904e06e0a3","2947915":"2947915-cf5fc07936274f54162afb8a6d231488","2992986":"2992986-726a0308328a0e445d957451f1ce8c33","2992987":"2992987-486ee7e481672a343bd0634601153bb2","2992989":"2992989-bbb86688be0c566543d9c77277629c81","2992991":"2992991-910d4350d263ae14aed885da6cfa7606","2992993":"2992993-6ae1ca79921902dfeb9172fa1ca80739","2992995":"2992995-366b32d8dcad3509c3c4a459a18b0292","2992997":"2992997-e3aaf42398861087d6816af430a7a105","2992999":"2992999-62ae236fb595ee1a783db0d7e3266ff8","2993001":"2993001-be31e2297bd69a5dcc6e526ccbce80f6","2993003":"2993003-ae9c68f650f5fc2fdb35c72e149afb43","2993005":"2993005-063ed7d4facd5df6a5adbd99024745e6","2993006":"2993006-1e6ba13440e608b4b466910847fc8ee1","2993008":"2993008-6d733a31b0af05f15f4fed5013e9c8a5","2993010":"2993010-bd3c84dc88b6ab305be21a7fac7d2e69","2993012":"2993012-b9e593451c44d14ad9abcc2b1fa8ab7b","2993014":"2993014-b8b0519c990d0031a51c698c1e763358","2993016":"2993016-6ee22513dd65fe56aeab5b9ac420832c","2993018":"2993018-2a1390eb669081e82f1c672344acab54","2993020":"2993020-6f675f1126daccb0eaa854318a8e6e88","2993022":"2993022-bd684799831179916815efa5530318aa","2993032":"2993032-6b9b8f5cdfb1e4e08b6b353d250a884d","2993033":"2993033-b3310ea81eb4aaae36f083d9d86f2ae0","2993035":"2993035-ad448c239c3d4628cff6a2e4b9456af6","2993037":"2993037-ac604ca49fbe00acd55fd51e06d671fd","2993039":"2993039-aa30876e73a09f722fe349bdb0581fa8","2993041":"2993041-d1882510c8c3006f577269614d4c4a02","2993043":"2993043-fa080b8047e82d704c1600682cc53fba","2993045":"2993045-accfaa5b4649311fc63fab7ac9e019ed","2993047":"2993047-6eb1ea7e6f7913ae6cb0080e7ec21b55","2993048":"2993048-000a6d1491c0256ac1d0c27f920871c2","2993050":"2993050-6dd133b8f3166c50fe892e641ebeb439","2993052":"2993052-60349e110c769d8788c013852726ff6b","2993054":"2993054-e53691bc826e3a426ba84a48331c0d11","2993056":"2993056-8d2c4b6dcccc05db35eee6b0731f2c63","2993061":"2993061-e694bf25c99551faffddc30c5f4d7ce9","2993062":"2993062-3cc41aab4417295ad029732196c1f674","2993064":"2993064-320e883f3d8138159b95887d1c56abaf","2993066":"2993066-397ee7a327de50f2de0fc818f73eccd5","2993068":"2993068-3ee6e2e6e561c8c52abec6aaaf41f8b2","2993070":"2993070-043794016aac21a3ceb03c274e139337","2993072":"2993072-d5ea54ad6bb92fc7da4881967c36dd9e","2993073":"2993073-59e574c5c3d0553bce4c74e412bb7b3c","2993075":"2993075-613f65fd52a822129763ebcc43d2a58d","2993077":"2993077-e467c518788827c684336d6477fbf622","2993081":"2993081-fc5cfbf73ae78ffc057d6fde963f905d","2993082":"2993082-4dce1fac42607eb2b939d3c03e151318","2993084":"2993084-618204bde5eb273920b6a01637cd37e3","2993086":"2993086-da5eaf89250583a71a81594d2e2ee143","2993088":"2993088-66cf59e25e3e4adcab2ce78f75768dae","2993090":"2993090-3fe919580d614dde4578287b55cc4f21","2993092":"2993092-0ed3de2679089676e5431a7748c9760f","2993093":"2993093-481642682ee89f144d832fac1479c460","2993095":"2993095-b6d9419791ef77e01b6b7e6bc2054b4b","2993097":"2993097-accdb077c604b59dd5e2749330e17bcb","2993099":"2993099-e2f39e52dd1b2eef607e6f964afb8b0c","2993101":"2993101-0431373f3d853312cab2c70c938691d5","2993103":"2993103-83ed0bb44ba2dd8002a92b3bd1df30ae","2993104":"2993104-bda6f7504821e971831fd2f782685585","2993106":"2993106-b75d21787aed1f36e37b79e769c7935e","2993108":"2993108-0edfa2f13c8522e09b1155d5eb99cbd6","2993110":"2993110-d58e5bd1122d573e89824aa4a67b0a78","2993112":"2993112-2de2853fef19adae20c516ffab58ff5f","2993114":"2993114-aa74d59e8cc02c5d8c3a6c12ff007bf1","2993115":"2993115-f1d44f661580f5dd55f59ac22fae93c2","2993117":"2993117-8a7b05b9bbcb3413b2f72c3d376ed77e","2993120":"2993120-da1803c0737fd7b9d99f45c9910cece6","2993122":"2993122-70f72bebb06dba546d04146ae6f93b42","2993124":"2993124-afc4ee09217a2d111af08681b13c826b","2993126":"2993126-6dbdc1143500c25acd3bc03ae7dab081","2993127":"2993127-63de2ce42a9ca0786ddcac7ca407aaa6","2993129":"2993129-c07ede77e049be53bb667afff7164a57","2993131":"2993131-789b1c59b3e750eca430e1a094c62e5c","2993133":"2993133-b182dae8e9418f0cb677190268e9bfdd","2993135":"2993135-e7dd58f6fc902d0b7e6b1f1525d5e779","2993137":"2993137-b6729a78b150a09ccf886a38170cdf5f","2993138":"2993138-aa72dc7ea55661a4129e3131989ecdd6","2993140":"2993140-a9f5ba2e87b9f009c40cefdf4eef0b27","2993142":"2993142-da17f43b8e31671220047a8f855a8322","2993144":"2993144-ac7d00c7af6a9266b3601605988b8bdc","2993146":"2993146-fa033919eda0ff264067adcaecb1b144","2993148":"2993148-85993d4586b449a9019452a41368bede","2993149":"2993149-501398692e44c044cf44511cadb2fefb","2993151":"2993151-7cd65797837a8432b635f98ed85e8664","2993153":"2993153-d241bd464e43c0ce5a866e3e23dd5e4c","2993155":"2993155-58f9c1711b472255df2c076ace865ca7","2993157":"2993157-dcb01515913e69906aa904ba41448307","2995076":"2995076-ec22e5182057ed459f10b439f01f14ee"},"index_live":"cache/4803/campaign-index-live-a6d8e72c803139da7cb69207c56e1987","index_test":"cache/4803/campaign-index-test-2d0cc324e3e363b1ad473747f05bb439"}});