CINXE.COM

World Bank (@worldbank) • Instagram photos and videos

<!DOCTYPE html> <html lang="en" class="no-js not-logged-in client-root"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.instagram.com/worldbank/","20190713081548","https://web.archive.org/","web","/_static/", "1563005748"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title> World Bank (@worldbank) • Instagram photos and videos </title> <meta name="robots" content="noimageindex, noarchive"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="#ffffff"> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover"> <link rel="manifest" href="/web/20190713081548/https://www.instagram.com/data/manifest.json"> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.css/ecdeb303e8df.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/ConsumerUICommons.css/f054ce685064.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.css/6f451cfba8c9.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/Consumer.css/366aad278e6b.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/ProfilePageContainer.css/65ee22995797.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/Vendor.js/a379f2a567f9.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/en_US.js/461b5a7e02f1.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.js/54e5f7823e1d.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/ConsumerUICommons.js/648f11242876.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.js/46e85b690e2e.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/Consumer.js/72468cf6ef1c.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20190713081548/https://www.instagram.com/static/bundles/es6/ProfilePageContainer.js/8e434322d2e2.js" as="script" type="text/javascript" crossorigin="anonymous"/> <script type="text/javascript"> (function() { var docElement = document.documentElement; var classRE = new RegExp('(^|\\s)no-js(\\s|$)'); var className = docElement.className; docElement.className = className.replace(classRE, '$1js$2'); })(); </script> <script type="text/javascript"> (function() { if ('PerformanceObserver' in window && 'PerformancePaintTiming' in window) { window.__bufferedPerformance = []; var ob = new PerformanceObserver(function(e) { window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries()); }); ob.observe({entryTypes:['paint']}); } window.__bufferedErrors = []; window.onerror = function(message, url, line, column, error) { window.__bufferedErrors.push({ message: message, url: url, line: line, column: column, error: error }); return false; }; window.__initialData = { pending: true, waiting: [] }; function asyncFetchSharedData(extra) { var sharedDataReq = new XMLHttpRequest(); sharedDataReq.onreadystatechange = function() { if (sharedDataReq.readyState === 4) { if(sharedDataReq.status === 200){ var sharedData = JSON.parse(sharedDataReq.responseText); window.__initialDataLoaded(sharedData, extra); } } } sharedDataReq.open('GET', '/data/shared_data/', true); sharedDataReq.send(null); } function notifyLoaded(item, data) { item.pending = false; item.data = data; for (var i = 0;i < item.waiting.length; ++i) { item.waiting[i].resolve(item.data); } item.waiting = []; } function notifyError(item, msg) { item.pending = false; item.error = new Error(msg); for (var i = 0;i < item.waiting.length; ++i) { item.waiting[i].reject(item.error); } item.waiting = []; } window.__initialDataLoaded = function(initialData, extraData) { if (extraData) { for (var key in extraData) { initialData[key] = extraData[key]; } } notifyLoaded(window.__initialData, initialData); }; window.__initialDataError = function(msg) { notifyError(window.__initialData, msg); }; window.__additionalData = {}; window.__pendingAdditionalData = function(paths) { for (var i = 0;i < paths.length; ++i) { window.__additionalData[paths[i]] = { pending: true, waiting: [] }; } }; window.__additionalDataLoaded = function(path, data) { if (path in window.__additionalData) { notifyLoaded(window.__additionalData[path], data); } else { console.error('Unexpected additional data loaded "' + path + '"'); } }; window.__additionalDataError = function(path, msg) { if (path in window.__additionalData) { notifyError(window.__additionalData[path], msg); } else { console.error('Unexpected additional data encountered an error "' + path + '": ' + msg); } }; })(); </script><script type="text/javascript"> /* Copyright 2018 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ (function(){function g(a,c){b||(b=a,f=c,h.forEach(function(a){removeEventListener(a,l,e)}),m())}function m(){b&&f&&0<d.length&&(d.forEach(function(a){a(b,f)}),d=[])}function n(a,c){function k(){g(a,c);d()}function b(){d()}function d(){removeEventListener("pointerup",k,e);removeEventListener("pointercancel",b,e)}addEventListener("pointerup",k,e);addEventListener("pointercancel",b,e)}function l(a){if(a.cancelable){var c=performance.now(),b=a.timeStamp;b>c&&(c=+new Date);c-=b;"pointerdown"==a.type?n(c, a):g(c,a)}}var e={passive:!0,capture:!0},h=["click","mousedown","keydown","touchstart","pointerdown"],b,f,d=[];h.forEach(function(a){addEventListener(a,l,e)});window.perfMetrics=window.perfMetrics||{};window.perfMetrics.onFirstInputDelay=function(a){d.push(a);m()}})(); </script> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/web/20190713081548im_/https://www.instagram.com/static/images/ico/apple-touch-icon-76x76-precomposed.png/4272e394f5ad.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/web/20190713081548im_/https://www.instagram.com/static/images/ico/apple-touch-icon-120x120-precomposed.png/02ba5abf9861.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/web/20190713081548im_/https://www.instagram.com/static/images/ico/apple-touch-icon-152x152-precomposed.png/419a6f9c7454.png"> <link rel="apple-touch-icon-precomposed" sizes="167x167" href="/web/20190713081548im_/https://www.instagram.com/static/images/ico/apple-touch-icon-167x167-precomposed.png/a24e58112f06.png"> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="/web/20190713081548im_/https://www.instagram.com/static/images/ico/apple-touch-icon-180x180-precomposed.png/85a358fb3b7d.png"> <link rel="icon" sizes="192x192" href="/web/20190713081548im_/https://www.instagram.com/static/images/ico/favicon-192.png/68d99ba29cc8.png"> <link rel="mask-icon" href="/web/20190713081548im_/https://www.instagram.com/static/images/ico/favicon.svg/fc72dd4bfde8.svg" color="#262626"> <link rel="shortcut icon" type="image/x-icon" href="/web/20190713081548im_/https://www.instagram.com/static/images/ico/favicon.ico/36b3ee2d91ed.ico"> <link rel="alternate" href="https://web.archive.org/web/20190713081548/android-app://com.instagram.android/https/instagram.com/_u/worldbank/"/> <meta property="al:ios:app_name" content="Instagram"/> <meta property="al:ios:app_store_id" content="389801252"/> <meta property="al:ios:url" content="instagram://user?username=worldbank"/> <meta property="al:android:app_name" content="Instagram"/> <meta property="al:android:package" content="com.instagram.android"/> <meta property="al:android:url" content="https://www.instagram.com/_u/worldbank/"/> <link rel="canonical" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/"/> <meta content="427.5k Followers, 184 Following, 1,180 Posts - See Instagram photos and videos from World Bank (@worldbank)" name="description"/> <meta property="og:type" content="profile"/> <meta property="og:image" content="https://web.archive.org/web/20190713081548im_/https://scontent-lax3-1.cdninstagram.com/vp/5b1b54cf89f2d99a1193aa47fb6d4e37/5DB13D75/t51.2885-19/s150x150/31310844_594822604226009_8979505851077230592_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com"/> <meta property="og:title" content="World Bank (@worldbank) • Instagram photos and videos"/> <meta property="og:description" content="427.5k Followers, 184 Following, 1,180 Posts - See Instagram photos and videos from World Bank (@worldbank)"/> <meta property="og:url" content="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/"/> <script type="application/ld+json"> {"@context":"https:\/\/web.archive.org\/web\/20190713081548\/http:\/\/schema.org","@type":"Organization","name":"World Bank","alternateName":"@worldbank","description":"#EndPoverty. Invest in opportunity.","url":"https:\/\/web.archive.org\/web\/20190713081548\/http:\/\/wrld.bg\/3Bfp50uZU7t","mainEntityofPage":{"@type":"ProfilePage","@id":"https:\/\/web.archive.org\/web\/20190713081548\/https:\/\/www.instagram.com\/worldbank\/","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https:\/\/web.archive.org\/web\/20190713081548\/http:\/\/schema.org\/FollowAction","userInteractionCount":"427504"}},"image":"https:\/\/web.archive.org\/web\/20190713081548\/https:\/\/www.instagram.com\/static\/images\/ico\/favicon-200.png\/ab6eff595bb1.png"} </script> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/" hreflang="x-default"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=en" hreflang="en"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=fr" hreflang="fr"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=it" hreflang="it"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=de" hreflang="de"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es" hreflang="es"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=zh-cn" hreflang="zh-cn"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=zh-tw" hreflang="zh-tw"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ja" hreflang="ja"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ko" hreflang="ko"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=pt" hreflang="pt"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=pt-br" hreflang="pt-br"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=af" hreflang="af"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=cs" hreflang="cs"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=da" hreflang="da"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=el" hreflang="el"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=fi" hreflang="fi"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=hr" hreflang="hr"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=hu" hreflang="hu"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=id" hreflang="id"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ms" hreflang="ms"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=nb" hreflang="nb"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=nl" hreflang="nl"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=pl" hreflang="pl"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ru" hreflang="ru"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=sk" hreflang="sk"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=sv" hreflang="sv"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=th" hreflang="th"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=tl" hreflang="tl"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=tr" hreflang="tr"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=hi" hreflang="hi"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=bn" hreflang="bn"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=gu" hreflang="gu"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=kn" hreflang="kn"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ml" hreflang="ml"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=mr" hreflang="mr"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=pa" hreflang="pa"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ta" hreflang="ta"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=te" hreflang="te"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ne" hreflang="ne"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=si" hreflang="si"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ur" hreflang="ur"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=vi" hreflang="vi"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=bg" hreflang="bg"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=fr-ca" hreflang="fr-ca"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=ro" hreflang="ro"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=sr" hreflang="sr"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=uk" hreflang="uk"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=zh-hk" hreflang="zh-hk"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-sv"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-mx"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-pr"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-hn"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-ve"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-py"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-co"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-cl"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-bo"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-ec"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-cu"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-do"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-cr"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-ni"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-ar"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-pa"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-pe"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-gt"/> <link rel="alternate" href="https://web.archive.org/web/20190713081548/https://www.instagram.com/worldbank/?hl=es-la" hreflang="es-uy"/> </head> <body class=""> <span id="react-root"><svg width="50" height="50" viewbox="0 0 50 50" style="position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;fill:#c7c7c7"><path d="M25 1c-6.52 0-7.34.03-9.9.14-2.55.12-4.3.53-5.82 1.12a11.76 11.76 0 0 0-4.25 2.77 11.76 11.76 0 0 0-2.77 4.25c-.6 1.52-1 3.27-1.12 5.82C1.03 17.66 1 18.48 1 25c0 6.5.03 7.33.14 9.88.12 2.56.53 4.3 1.12 5.83a11.76 11.76 0 0 0 2.77 4.25 11.76 11.76 0 0 0 4.25 2.77c1.52.59 3.27 1 5.82 1.11 2.56.12 3.38.14 9.9.14 6.5 0 7.33-.02 9.88-.14 2.56-.12 4.3-.52 5.83-1.11a11.76 11.76 0 0 0 4.25-2.77 11.76 11.76 0 0 0 2.77-4.25c.59-1.53 1-3.27 1.11-5.83.12-2.55.14-3.37.14-9.89 0-6.51-.02-7.33-.14-9.89-.12-2.55-.52-4.3-1.11-5.82a11.76 11.76 0 0 0-2.77-4.25 11.76 11.76 0 0 0-4.25-2.77c-1.53-.6-3.27-1-5.83-1.12A170.2 170.2 0 0 0 25 1zm0 4.32c6.4 0 7.16.03 9.69.14 2.34.11 3.6.5 4.45.83 1.12.43 1.92.95 2.76 1.8a7.43 7.43 0 0 1 1.8 2.75c.32.85.72 2.12.82 4.46.12 2.53.14 3.29.14 9.7 0 6.4-.02 7.16-.14 9.69-.1 2.34-.5 3.6-.82 4.45a7.43 7.43 0 0 1-1.8 2.76 7.43 7.43 0 0 1-2.76 1.8c-.84.32-2.11.72-4.45.82-2.53.12-3.3.14-9.7.14-6.4 0-7.16-.02-9.7-.14-2.33-.1-3.6-.5-4.45-.82a7.43 7.43 0 0 1-2.76-1.8 7.43 7.43 0 0 1-1.8-2.76c-.32-.84-.71-2.11-.82-4.45a166.5 166.5 0 0 1-.14-9.7c0-6.4.03-7.16.14-9.7.11-2.33.5-3.6.83-4.45a7.43 7.43 0 0 1 1.8-2.76 7.43 7.43 0 0 1 2.75-1.8c.85-.32 2.12-.71 4.46-.82 2.53-.11 3.29-.14 9.7-.14zm0 7.35a12.32 12.32 0 1 0 0 24.64 12.32 12.32 0 0 0 0-24.64zM25 33a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm15.68-20.8a2.88 2.88 0 1 0-5.76 0 2.88 2.88 0 0 0 5.76 0z"/></svg></span> <link rel="stylesheet" href="/web/20190713081548cs_/https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.css/ecdeb303e8df.css" type="text/css" crossorigin="anonymous"/> <link rel="stylesheet" href="/web/20190713081548cs_/https://www.instagram.com/static/bundles/es6/ConsumerUICommons.css/f054ce685064.css" type="text/css" crossorigin="anonymous"/> <link rel="stylesheet" href="/web/20190713081548cs_/https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.css/6f451cfba8c9.css" type="text/css" crossorigin="anonymous"/> <link rel="stylesheet" href="/web/20190713081548cs_/https://www.instagram.com/static/bundles/es6/Consumer.css/366aad278e6b.css" type="text/css" crossorigin="anonymous"/> <script type="text/javascript">window._sharedData = {"config":{"csrf_token":"8RfWHzaWCi0jZzY2aXbX13DBIQLqY95n","viewer":null,"viewerId":null},"country_code":"US","language_code":"en","locale":"en_US","entry_data":{"ProfilePage":[{"logging_page_id":"profilePage_228448479","show_suggested_profiles":false,"graphql":{"user":{"biography":"#EndPoverty. Invest in opportunity.","blocked_by_viewer":false,"country_block":false,"external_url":"https://web.archive.org/web/20190713081548/http://wrld.bg/3Bfp50uZU7t","external_url_linkshimmed":"https://web.archive.org/web/20190713081548/https://l.instagram.com/?u=http%3A%2F%2Fwrld.bg%2F3Bfp50uZU7t\u0026e=ATPCdjmv3cgHHOJHixHh8RqAEtuYZg3b0BEpJID3uFnsSuqedG25bf34zVJZVmBfasHjWxVT","edge_followed_by":{"count":427504},"followed_by_viewer":false,"edge_follow":{"count":184},"follows_viewer":false,"full_name":"World Bank","has_channel":false,"has_blocked_viewer":false,"highlight_reel_count":13,"has_requested_viewer":false,"id":"228448479","is_business_account":true,"is_joined_recently":false,"business_category_name":"Non-Profits \u0026 Religious Organizations","is_private":false,"is_verified":true,"edge_mutual_followed_by":{"count":0,"edges":[]},"profile_pic_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/5b1b54cf89f2d99a1193aa47fb6d4e37/5DB13D75/t51.2885-19/s150x150/31310844_594822604226009_8979505851077230592_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","profile_pic_url_hd":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/7fdebbd1629a857f3e8cb8d12f97a43e/5DAC0F85/t51.2885-19/s320x320/31310844_594822604226009_8979505851077230592_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","requested_by_viewer":false,"username":"worldbank","connected_fb_page":null,"edge_felix_video_timeline":{"count":4,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[{"node":{"__typename":"GraphVideo","id":"2020740642703396819","edge_media_to_caption":{"edges":[{"node":{"text":"The Co-Founder of LinkedIn stepped up to our 60 Second Challenge today. Allen Blue has a minute to offer his ideas on a #LearningRevolution. Can he do it? #WBGMeetings"}}]},"shortcode":"BwLHOh_h8_T","edge_media_to_comment":{"count":30},"comments_disabled":false,"taken_at_timestamp":1555111183,"dimensions":{"height":1138,"width":640},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/820f34c6a0b36215971f2552140cf26f/5D2C4413/t51.2885-15/e35/55851111_434601037358086_3223225598720465318_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":1969},"edge_media_preview_like":{"count":1969},"location":null,"gating_info":null,"media_preview":"ABcqbg/xHb7Dr+J61KIVwSMtn9O9RS7QxZj6VNHcquBnG7pnvQxjCP1op7tg5PTtRSu1sx79L/JFd8KOmfr/ADpElDY3KCBwOKmdGbGB15BzSCF+mAOvf0ODVNakpqwSOBjtnoKKgmkEgAXgAAc9cjqfoaKXKx8yJzdFMLjOBjkmm/a8HO38MnHrmlUA5B5FRBRnoK0vqyOXRa7jXYSEbFAx1x/Wip2GDgdPSiqScldaf16kytF2evzt+jP/2Q==","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/5ddb8805d7d61dbefb5e969a7530ee96/5D2C5EA3/t51.2885-15/e35/c0.236.607.607/55851111_434601037358086_3223225598720465318_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/e9f2035a314ea7d070919b85f64a903f/5D2C3002/t51.2885-15/e35/p150x150/55851111_434601037358086_3223225598720465318_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/4721dd2026391a3bd1eb8f4aa4115eef/5D2BD5C8/t51.2885-15/e35/p240x240/55851111_434601037358086_3223225598720465318_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":427},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/fcff62db2e728b61daab594cef546f7d/5D2C08B2/t51.2885-15/e35/p320x320/55851111_434601037358086_3223225598720465318_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":569},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/5d4fbcd59693f05ec19b23959c8b136c/5D2BC768/t51.2885-15/e35/p480x480/55851111_434601037358086_3223225598720465318_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":854},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/820f34c6a0b36215971f2552140cf26f/5D2C4413/t51.2885-15/e35/55851111_434601037358086_3223225598720465318_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":1138}],"is_video":true,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"60-Second Challenge with Allen Blue, Co-Founder LinkedIn","video_duration":73.308,"video_view_count":17552}},{"node":{"__typename":"GraphVideo","id":"2008976108577735293","edge_media_to_caption":{"edges":[{"node":{"text":"In March 2019, a small expedition climbed Mount #Kenya to see first-hand how #climatechange is impacting communities and to find out how people are already responding to a changing #climate and building #resilience to future impacts. The highest mountain in Kenya, second highest in #Africa, Mount Kenya is a towering presence visible even 150 km away from Nairobi. Today, the glaciers that gave the mountain its name are in fast retreat. Watch to find out more."}}]},"shortcode":"BvhUSByBcJ9","edge_media_to_comment":{"count":34},"comments_disabled":false,"taken_at_timestamp":1553709050,"dimensions":{"height":1089,"width":612},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/d29679732997f9f7c50bd0fe4c4ebd8f/5D2BEBDB/t51.2885-15/e15/53968691_417255702166348_719128334137492557_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":2702},"edge_media_preview_like":{"count":2702},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/e2c93c5840fb61588e4a8aaa5b38914a/5D2C0248/t51.2885-15/e15/c0.238.612.612a/53968691_417255702166348_719128334137492557_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/19f4773fe51767a6d9ba22b143499d73/5D2BF798/t51.2885-15/e15/p150x150/53968691_417255702166348_719128334137492557_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/a333aefe962838c70b25ae3e4b5b6b05/5D2BD26D/t51.2885-15/e15/p240x240/53968691_417255702166348_719128334137492557_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":427},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/13605ebf9c468d46575360a66de5eb61/5D2C04D5/t51.2885-15/e15/p320x320/53968691_417255702166348_719128334137492557_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":569},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/06770b0258c587516cda32aad011ce65/5D2C5949/t51.2885-15/e15/p480x480/53968691_417255702166348_719128334137492557_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":854},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/d29679732997f9f7c50bd0fe4c4ebd8f/5D2BEBDB/t51.2885-15/e15/53968691_417255702166348_719128334137492557_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":1138}],"is_video":true,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"Mount Kenya: A View of Climate Impacts and Opportunities","video_duration":267.44,"video_view_count":21009}},{"node":{"__typename":"GraphVideo","id":"1996249403765541498","edge_media_to_caption":{"edges":[{"node":{"text":"Without prioritizing culture, reconstruction processes can induce additional disruption of physical and social fabrics. Ede Ijjasz-Vasquez, our Senior Director of Social, Urban, Rural and Resilience Global Practice, reacts to your comments on some of our posts on culture. He is joined by Lois Goh, from the Web and Social Media team."}}]},"shortcode":"Bu0GkGSh8p6","edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1552191829,"dimensions":{"height":1137,"width":640},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/95ff941127b6a218d095f1ebb4b19e62/5D2BE8C2/t51.2885-15/e15/52333487_2389274871295329_2665015386541854580_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":52},"edge_media_preview_like":{"count":52},"location":null,"gating_info":null,"media_preview":"ABcqSzi2jzMn5hyNp/DB7/8A16sSxeYepGPY1kpLKF2hiAOOv4cc9KsGSfcAWIJ7A8H65/8Ar1pePYi0u5LLG8eCrHjj7pHb16fhRVZ53DEMS2Oo7UVDa6aFpPqrjLeFpOSDtXr79OKsS5X5s4IxjPUg/X09auWTqybAQu3PBP3skkkfypJnUtjg4445/wA96lrQq5QPDbG5b7xb2IzRVyREVCwwDx7dOMfgKKhxfQ05u5j3AAWp7disOV5bkiq9z92rVr/qx9D/ADrYxCG6adcNjg54GKKhs+h+g/rRQgP/2Q==","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/00be65ecfc6b1417d42522ca99719451/5D2BC471/t51.2885-15/e15/c0.248.640.640a/52333487_2389274871295329_2665015386541854580_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/c8294e51e5f2c8820b306ebb5e015a21/5D2BD539/t51.2885-15/e15/p150x150/52333487_2389274871295329_2665015386541854580_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/92ea70a03abad5fcc47717ccb5024359/5D2C52BF/t51.2885-15/e15/p240x240/52333487_2389274871295329_2665015386541854580_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":426},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/933d2d8108680f1d0e34240886f2b4eb/5D2BF801/t51.2885-15/e15/p320x320/52333487_2389274871295329_2665015386541854580_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":568},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/ceb8fb7aee7d2bd9b53fd3c301aa84c0/5D2C3846/t51.2885-15/e15/p480x480/52333487_2389274871295329_2665015386541854580_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":852},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/95ff941127b6a218d095f1ebb4b19e62/5D2BE8C2/t51.2885-15/e15/52333487_2389274871295329_2665015386541854580_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":1137}],"is_video":true,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"Culture and Resilience","video_duration":132.566,"video_view_count":3026}},{"node":{"__typename":"GraphVideo","id":"1980214587475560048","edge_media_to_caption":{"edges":[{"node":{"text":"Concentrating Solar Power, or CSP, is huge in Morocco. Literally, it\u2019s huge. Panels almost the size of tennis courts stretch across acres of desert at the 4 Noor plants in Ouarzazate, providing enough power to light up Marrakesh at night. Learn how it\u2019s done, what it means to the Moroccan economy and how it can be an attractive option for other countries in the region."}}]},"shortcode":"Bt7Iqz5hwZw","edge_media_to_comment":{"count":139},"comments_disabled":false,"taken_at_timestamp":1550280790,"dimensions":{"height":1088,"width":612},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/330508f7688ea03e92c1aa42f6abbb5f/5D2BDB0A/t51.2885-15/e15/50805331_586133351862515_1327946893974236363_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":5272},"edge_media_preview_like":{"count":5272},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/bea4d9e5998bfcc08df4ef2285d0ed95/5D2C2AE3/t51.2885-15/e15/c0.238.612.612a/50805331_586133351862515_1327946893974236363_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/aca603dd347a77c940508096cf3874bc/5D2BC578/t51.2885-15/e15/p150x150/50805331_586133351862515_1327946893974236363_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/bc3f39e4d47ef7db01be6f7c1027925a/5D2C48B2/t51.2885-15/e15/p240x240/50805331_586133351862515_1327946893974236363_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":426},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/8c3a53428575d7b9dcd8e75a483f360a/5D2BE588/t51.2885-15/e15/p320x320/50805331_586133351862515_1327946893974236363_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":568},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/66549dee792ad439c06c3091c0ade32a/5D2BF1D2/t51.2885-15/e15/p480x480/50805331_586133351862515_1327946893974236363_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":853},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/330508f7688ea03e92c1aa42f6abbb5f/5D2BDB0A/t51.2885-15/e15/50805331_586133351862515_1327946893974236363_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":1137}],"is_video":true,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"Concentrating Solar Power in Morocco","video_duration":211.477,"video_view_count":53633}}]},"edge_owner_to_timeline_media":{"count":1180,"page_info":{"has_next_page":true,"end_cursor":"QVFDb1AtcTdDaXdKV0ZERm5Jb1NMUDZ4VjZHWEF0TkJWaHZKbUlxQ3N4ejdTZy0zR2JyWDVLV3ZNbTJ2MjlYZmtrQWhvTV9MZVp3ckxrSGNEN3hYcWdDSg=="},"edges":[{"node":{"__typename":"GraphImage","id":"2086839730833635674","edge_media_to_caption":{"edges":[{"node":{"text":"Economic growth, jobs, inequality climate change -- these development issues never sleep. Over 24 hours on July 24-25, we\u2019ll discuss solutions for some of the biggest challenges facing six regions of the world in our first global #Econothon. What should be the priorities? Tell us what you think in the comments below on on our blog. Click the link on our profile to know more! http://wrld.bg/3Bfp50uZU7t"}}]},"shortcode":"Bz18a27grla","edge_media_to_comment":{"count":8},"comments_disabled":false,"taken_at_timestamp":1562990703,"dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/d7c33c1ebe8655e32e38d99cb279c6e1/5DA3DEBB/t51.2885-15/fr/e15/s1080x1080/66261887_358453298186127_2624829214779671529_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":447},"edge_media_preview_like":{"count":447},"location":null,"gating_info":null,"media_preview":"ACoq52kqxBF5jYOcc/p1qSXMeML8uBgkdR61dna5nzK9hRZSkA7c5xjkfrz09/5VUdSjFT1BIxUwuSFK4A3enH6Vq20CNHucKSeTTirlmERikxVy6RVPy8VUzSasWa0X7mUAA5A5z2YnBx7f57VFeSbiBznGD+dXrl9z5X+NvzzVScBmyF4HHTqR1rbpYx5LO5nlMnFa8wVCo52k/N+HA7/pVE27EZGQfcVenkbap2nPU+maWwGddY3kLk1WxUspbOWzzUWRUNlJmvKCpRh0TrVwKrDOTwcY7enr+NVl++47ZP8AOmw/dP1P9K0Z0yRcQA5GSQPbn+eO4xU52gdT36D/AOvWXadG/wB7/CrMvCnHGAf5GpsckiGQLIem7HGT/IepqD7GlWVGMD2P86Wgg//Z","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/1ef7691491fa62f6ff3f477a7d593c27/5DBA3D01/t51.2885-15/sh0.08/e35/s640x640/66261887_358453298186127_2624829214779671529_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/38179cb0e9d9844c712d8c8c3e083cf4/5DB71A07/t51.2885-15/e15/s150x150/66261887_358453298186127_2624829214779671529_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/7a14a32ebcb80f021aa2e2d70d7904cf/5DA4914D/t51.2885-15/e15/s240x240/66261887_358453298186127_2624829214779671529_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/bec0b98d4fe0db654b2701a521ae179d/5DA38CF7/t51.2885-15/e15/s320x320/66261887_358453298186127_2624829214779671529_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/54a35f8ce64f65fd8258fc61f684e6b9/5DB78EAD/t51.2885-15/e15/s480x480/66261887_358453298186127_2624829214779671529_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/1ef7691491fa62f6ff3f477a7d593c27/5DBA3D01/t51.2885-15/sh0.08/e35/s640x640/66261887_358453298186127_2624829214779671529_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people and text"}},{"node":{"__typename":"GraphVideo","id":"2085955420874153092","edge_media_to_caption":{"edges":[{"node":{"text":"Experience this story in 360\u00b0 #VirtualReality \ud83d\udc49 Many communities in Lao PDR, especially in rural areas, do not yet have access to safe drinking #water and #sanitation. A project aims to deliver water supply infrastructure and strengthen local authorities\u2019 ability to monitor, evaluate, and provide technical support to communities, and reduce stunting. Watch the full video on our YouTube channel. Type \u201c360\u00b0 VR: The Role of Water, Sanitation and Hygiene: Reducing Malnutrition in Laos\" in search http://www.youtube.com/worldbank"}}]},"shortcode":"BzyzWdGgRyE","edge_media_to_comment":{"count":11},"comments_disabled":false,"taken_at_timestamp":1562885790,"dimensions":{"height":750,"width":750},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/fb41bdc162c55d9ff4967256e7342b3d/5D2C65F4/t51.2885-15/e35/67010424_128416368400782_8855875860909480881_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":831},"edge_media_preview_like":{"count":831},"location":null,"gating_info":null,"media_preview":"ACoqqCOpkQip41V+RzVkQ45PFdFzEZHxVgUzCqpfI2jqewxUfnAKW6rkcj3qLlItinVT+1ooyTzgHH1OP064p322H+9+hqWWUooJFOV4PvU0ZkAZWIz2B5AAHXsB+pPeqxuBuO4lcYwCp7+w6/WktVY7jnKMSc98nqCCOKxTa3NGkOnSULhTlWHO3njHOfrVV1/dqeoGB+PTn+Va2AFwPlAGPwrIiRkBXAKhsjt9DyM/Sne4rFU5YEf549KkHmgY4qVE2gj3PPrRj60XCxaETKc+YctjsD9Pypdk2eHGT3xg/wAqlHA/ChetZpmliJreVhh3yPQU1bYJkk7ifWtAd6SWquSUWAUZ6fypmD7fnUxGRzzzVRgMn60DP//Z","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/62ee6d5bcac19464a3ac06ab7cbce69b/5D2C3B11/t51.2885-15/sh0.08/e35/s640x640/67010424_128416368400782_8855875860909480881_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/4a5672e16cede4f2a17a508a5d26d810/5D2C13F6/t51.2885-15/e35/s150x150/67010424_128416368400782_8855875860909480881_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/0073d0baf584eb1dfacb2ddeb21b772b/5D2C44FC/t51.2885-15/e35/s240x240/67010424_128416368400782_8855875860909480881_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/bddb93a5c93bfd52cb0ddef38bfee527/5D2C2006/t51.2885-15/e35/s320x320/67010424_128416368400782_8855875860909480881_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/3a3443333cfe6660531d67aafa6a9f53/5D2BF4DC/t51.2885-15/e35/s480x480/67010424_128416368400782_8855875860909480881_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/62ee6d5bcac19464a3ac06ab7cbce69b/5D2C3B11/t51.2885-15/sh0.08/e35/s640x640/67010424_128416368400782_8855875860909480881_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":true,"video_view_count":5893}},{"node":{"__typename":"GraphImage","id":"2085478352742857450","edge_media_to_caption":{"edges":[{"node":{"text":"Want to know more about the opportunities \u0026 challenges of #Indonesia's maritime economy? Download our latest economic quarterly and let us know what you think in the comments. Copy this link or type \"World Bank Indonesia Oceans of Opportunity\" in your search browser http://wrld.bg/2cF450uXVT9 #IEQBankDunia #BlueOpportunities"}}]},"shortcode":"BzxG4MyATrq","edge_media_to_comment":{"count":11},"comments_disabled":false,"taken_at_timestamp":1562828414,"dimensions":{"height":750,"width":750},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/3af4227676d6bd910ab112be80400956/5DC51C24/t51.2885-15/e15/66111552_1724427767856815_6772036914952876105_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":928},"edge_media_preview_like":{"count":928},"location":{"id":"567193077","has_public_page":true,"name":"Indonesia","slug":"indonesia"},"gating_info":null,"media_preview":"ACoqxkTfnnGP8+tSeQO5/T/69JCcZ/z/AFFWCR9fxH/xVamZXaEAZz09v/r1BV4uFXJPt6/+zZ/wqo7lzk0ANooopiHIQM5z7dP60pYduv0WmUUgF3H2/If4UFif/wBQqy0Khc+nUj9f/rVau7e1Qr5TELghiPmGcfLz0ye+D+VAzLoqYwkLuzz3FQ0CCjpRRTAuxyIzKH4Vjhj049a2GNoYzEGQIR69x69M+tc1SUhlgy/Ljqeh/wAagoooEf/Z","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/a6afafc37bcf8c4fedfab63328cdda39/5DB3C40C/t51.2885-15/e15/s640x640/66111552_1724427767856815_6772036914952876105_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/9c85548766f46e1a9a1bbe7eaa96055f/5DA1A0CF/t51.2885-15/e15/s150x150/66111552_1724427767856815_6772036914952876105_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/3fa78135a8ace9cb6c57e19327174792/5DC482C9/t51.2885-15/e15/s240x240/66111552_1724427767856815_6772036914952876105_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/ef73ff16d4833561381bb867a4a01804/5DA1A4B7/t51.2885-15/e15/s320x320/66111552_1724427767856815_6772036914952876105_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/3f9d8b484e7cb9ff30503f71ecc9c1de/5DAA52F0/t51.2885-15/e15/s480x480/66111552_1724427767856815_6772036914952876105_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/a6afafc37bcf8c4fedfab63328cdda39/5DB3C40C/t51.2885-15/e15/s640x640/66111552_1724427767856815_6772036914952876105_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"No photo description available."}},{"node":{"__typename":"GraphImage","id":"2085235661020724593","edge_media_to_caption":{"edges":[{"node":{"text":"An increase in cocoa production has historically meant more forests are cut to accommodate new cocoa seedlings, but this trend could be reversed. This program in #Ghana is working to reward community efforts to reduce carbon emissions from deforestation. Learn how. Copy this link to your browser or click the link on our profile: http://wrld.bg/DCWi50uXVKx"}}]},"shortcode":"BzwPskgHf1x","edge_media_to_comment":{"count":29},"comments_disabled":false,"taken_at_timestamp":1562799483,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/4e31a976d4f79421846ea98ba22818c4/5DB2C464/t51.2885-15/fr/e15/p1080x1080/62074342_883474238663048_7065804237589635878_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":2557},"edge_media_preview_like":{"count":2557},"location":{"id":"429230992","has_public_page":true,"name":"Ghana","slug":"ghana"},"gating_info":null,"media_preview":"ACEq12l+UsScg4Hv2zj0qu8wKZzknOPbjih18zBB6EY69OlQht275SAPXoevAx9Kxvf+txIlXCoMY6Z6/MB649PX9fWnlIwAw5PTBrCaTc4cLhs9Qe3Yf/WrYJ25J7nGT/KiWmyVxvQf5VFMy3vRXLzvy/EdkSlCOO55x64/wqNT8yr0LE8HtjpVsybickcYH071SC5uA3ZQc/UjAroi1zcq2sPl0uZ0ETLcBSBwx49Ov8quzFJGCnjnHPr7dvx61pbVB3YGfXvWVMALjHUYBI+v+c1pKK3fQNGWPs49T/n8aKscf5zRWOvYizKUjyRMSq7lPpyc+/f+dSWu5mLONpI71IoznNSRDitUkmaX0sT1k3R2XIbttGfpkitWsnU/vJ9G/mK0YluTeV7t+dFT7R6CioGf/9k=","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/6a3dcbacae2a99a912b2b9ad07e93f0c/5DBD3376/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/62074342_883474238663048_7065804237589635878_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/c6e45c3138a7b7f08e4d725a3a65a272/5DA0D197/t51.2885-15/e15/c0.135.1080.1080a/s150x150/62074342_883474238663048_7065804237589635878_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/c68811e7152e3597460a49b68023538f/5DAF7FDD/t51.2885-15/e15/c0.135.1080.1080a/s240x240/62074342_883474238663048_7065804237589635878_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/2f531b553b3f4dc65218a5c0e89d1c30/5DB1F767/t51.2885-15/e15/c0.135.1080.1080a/s320x320/62074342_883474238663048_7065804237589635878_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/21f0c564f9fbf13984a6b3e9b2ae9897/5DBBAF3D/t51.2885-15/e15/c0.135.1080.1080a/s480x480/62074342_883474238663048_7065804237589635878_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/6a3dcbacae2a99a912b2b9ad07e93f0c/5DBD3376/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/62074342_883474238663048_7065804237589635878_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people and outdoor"}},{"node":{"__typename":"GraphImage","id":"2083968512396763926","edge_media_to_caption":{"edges":[{"node":{"text":"Did you know that the roots of mangroves provide a place for young corals to grow, and mangrove forests are a refuge for corals at risk of extinction from bleaching? #Tropics cover 40% of the world\u2019s total surface area, and provide for about 80% of the Earth\u2019s #biodiversity, plus much of its linguistic and cultural diversity. \ud83c\udf31\ud83c\udf31\ud83c\udf31\nLearn about the importance of #mangroves for the tropics. Read the Global Environment Facility's (GEF) blog on @medium: https://medium.com/@theGEF"}}]},"shortcode":"BzrvlIYgiMW","edge_media_to_comment":{"count":14},"comments_disabled":false,"taken_at_timestamp":1562648427,"dimensions":{"height":566,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/aa5d787ad8bb65722ca1cae3c3b33889/5DC0577A/t51.2885-15/fr/e15/s1080x1080/66780336_478057712929867_6120536991846365170_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":1157},"edge_media_preview_like":{"count":1157},"location":null,"gating_info":null,"media_preview":"ACoWy0kAAI579M96jkZsnaDjk/nVuP7uFz7nHH9Kc/GcHdtI3AcA59D1rNLUFqUPMccAf596POcckde+O31q4oVucEfiTn16CnsiqPmyB6/N/hV8q8h2KCzADnqOg7YqyCuOq/mKRjH2XeD7kfzFVz5eeABScEwsXbdix3Z46AY6VYG1SQByOPb3/wDrUUUdRDG2rufnjr0/TtSLOHG3HBOfw7fr1oopvRD6ibRtxgKUB5HOfzxwOg9u9QbVPYUUUhH/2Q==","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/f7ef6d695267f1a9400dad594584c071/5DB81DCE/t51.2885-15/e15/c257.0.566.566/66780336_478057712929867_6120536991846365170_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/32238bdb56cde75958d9e3b3e8ef9f30/5DA94B8F/t51.2885-15/e15/c257.0.566.566/s150x150/66780336_478057712929867_6120536991846365170_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/c202cf8508f9042337a20ea63ef391f6/5DC625C5/t51.2885-15/e15/c257.0.566.566/s240x240/66780336_478057712929867_6120536991846365170_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/a8441580dd35cb51493c7b8a353ddcd7/5DB3747F/t51.2885-15/e15/c257.0.566.566/s320x320/66780336_478057712929867_6120536991846365170_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/f0588c31fee83385cfc044688459204f/5DBF1725/t51.2885-15/e15/c257.0.566.566/s480x480/66780336_478057712929867_6120536991846365170_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/f7ef6d695267f1a9400dad594584c071/5DB81DCE/t51.2885-15/e15/c257.0.566.566/66780336_478057712929867_6120536991846365170_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: plant, outdoor, water and nature"}},{"node":{"__typename":"GraphVideo","id":"2083243951682293882","edge_media_to_caption":{"edges":[{"node":{"text":"They come from different countries. They speak different languages. But they are all tackling some of Sub-Saharan Africa\u2019s toughest challenges, including finding a job. #Blog4Dev competition winners, came to Washington D.C. to attend the Spring Meetings 2019 and present their ideas and solutions to experts, policymakers, and African leaders. Learn more, type \"#Blog4Dev 2019\" in your search browser and watch the full video in our YouTube channel: http://www.youtube.com/worldbank"}}]},"shortcode":"BzpK1YogRB6","edge_media_to_comment":{"count":19},"comments_disabled":false,"taken_at_timestamp":1562562065,"dimensions":{"height":607,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/f5856bccfc107fd96374d94cdea3d5f4/5D2BDC2F/t51.2885-15/fr/e15/s1080x1080/65430478_145159236667814_3833483829158541702_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":865},"edge_media_preview_like":{"count":865},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/efc23d0b3e177dc20095cfec3b4773b9/5D2C3142/t51.2885-15/e15/c236.0.607.607a/65430478_145159236667814_3833483829158541702_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/e7cc77e3961ccade347249a749df94b8/5D2BFB26/t51.2885-15/e15/c236.0.607.607a/s150x150/65430478_145159236667814_3833483829158541702_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/4d55eaa85d0075e72cb33b725f03e48b/5D2C40AC/t51.2885-15/e15/c236.0.607.607a/s240x240/65430478_145159236667814_3833483829158541702_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/d86020dbc00bfa1fd871e18b4297a6d6/5D2BED96/t51.2885-15/e15/c236.0.607.607a/s320x320/65430478_145159236667814_3833483829158541702_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/02d51b56287685d2550f0d836335bfb4/5D2BDDCC/t51.2885-15/e15/c236.0.607.607a/s480x480/65430478_145159236667814_3833483829158541702_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/efc23d0b3e177dc20095cfec3b4773b9/5D2C3142/t51.2885-15/e15/c236.0.607.607a/65430478_145159236667814_3833483829158541702_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":true,"video_view_count":6977}},{"node":{"__typename":"GraphVideo","id":"2081794260742683125","edge_media_to_caption":{"edges":[{"node":{"text":"The Philippines\u2019 conditional cash transfer program provides grants to poor families to ensure that children stay healthy and in school, reducing dropout rates and child labor. It has benefited more than 4 million families, and 8.7 million children. Watch the full video. Go to our #EastAsiaPacific playlist on our YouTube channel: http://www.youtube.com/worldbank"}}]},"shortcode":"BzkBNmvA7n1","edge_media_to_comment":{"count":11},"comments_disabled":false,"taken_at_timestamp":1562389247,"dimensions":{"height":607,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/7cfc1887bfefc4f31e0f1a279033e325/5D2C3D21/t51.2885-15/fr/e15/s1080x1080/65640511_510815389664255_6982983445493877339_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":480},"edge_media_preview_like":{"count":480},"location":{"id":"221555314","has_public_page":true,"name":"Philippines","slug":"philippines"},"gating_info":null,"media_preview":null,"owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/d0e5e2e122e3d6cddca897fccb71fe59/5D2C17C6/t51.2885-15/e15/c236.0.607.607/65640511_510815389664255_6982983445493877339_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/bc792a126ecde187775dd04490885044/5D2C25B3/t51.2885-15/e15/c236.0.607.607/s150x150/65640511_510815389664255_6982983445493877339_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/99e09810f01806c7c9c3cfc2bbca6698/5D2C3079/t51.2885-15/e15/c236.0.607.607/s240x240/65640511_510815389664255_6982983445493877339_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/f52cbeed8989221a8387eb792d928090/5D2C0C03/t51.2885-15/e15/c236.0.607.607/s320x320/65640511_510815389664255_6982983445493877339_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/0c67dcf2754a91a46190e4fcdc996f85/5D2C3C99/t51.2885-15/e15/c236.0.607.607/s480x480/65640511_510815389664255_6982983445493877339_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/d0e5e2e122e3d6cddca897fccb71fe59/5D2C17C6/t51.2885-15/e15/c236.0.607.607/65640511_510815389664255_6982983445493877339_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":true,"video_view_count":4894}},{"node":{"__typename":"GraphImage","id":"2081069449991116831","edge_media_to_caption":{"edges":[{"node":{"text":"Now on the air in #Niger: a radio program inspiring locals to tackle #ClimateChange. Copy this link or type \"Niger: Fertile Ground for Resilience\" in your search browser: http://wrld.bg/bNvk50uT3O3"}}]},"shortcode":"BzhcaOHo1gf","edge_media_to_comment":{"count":12},"comments_disabled":false,"taken_at_timestamp":1562302832,"dimensions":{"height":566,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/e1c8a025e1b362ca048130841e386e58/5DB00EF3/t51.2885-15/fr/e15/s1080x1080/65535382_101810254416164_4399375040245442533_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":894},"edge_media_preview_like":{"count":894},"location":{"id":"570153263","has_public_page":true,"name":"Niger","slug":"niger"},"gating_info":null,"media_preview":"ACoWneRYwc9ccCsmK7kUhyxbJ5HbHt6e1SXF35hITAHTJ6n/AAqpbJ5jYJwBjgDk/wAuPWlYq50IZW+7zR0NIgwBxjIP49KpzRzb98bZHZT/AC9KloaFlm81H25G0gfmeayiKuB3CuCvUgnqMc/Qj9aqE5OcUxDEIYUjoVAccUUVoyUaUN8SQkg5GRkevHr24p18xEfHHI6fjRRWXUvoYxf1Jx35qybwe9FFaIhn/9k=","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/63219f56679f26d31e6c2c353085b1ba/5DAF7D47/t51.2885-15/e15/c257.0.566.566/65535382_101810254416164_4399375040245442533_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/5642d981b58a301d6fc18180a6640073/5DBBB806/t51.2885-15/e15/c257.0.566.566/s150x150/65535382_101810254416164_4399375040245442533_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/4070eb27d10aab5e2cfa8c64bafbf474/5DAEC54C/t51.2885-15/e15/c257.0.566.566/s240x240/65535382_101810254416164_4399375040245442533_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/a1faac7e7673f9f8c267188ef8eb074f/5DBDDEF6/t51.2885-15/e15/c257.0.566.566/s320x320/65535382_101810254416164_4399375040245442533_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/515f10f6f4a4daadcc8042f892041b69/5DAEA2AC/t51.2885-15/e15/c257.0.566.566/s480x480/65535382_101810254416164_4399375040245442533_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/63219f56679f26d31e6c2c353085b1ba/5DAF7D47/t51.2885-15/e15/c257.0.566.566/65535382_101810254416164_4399375040245442533_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"A man in front of a microphone and wearing head phones, is focused on a sound board mixer."}},{"node":{"__typename":"GraphImage","id":"2080344612190433909","edge_media_to_caption":{"edges":[{"node":{"text":"Afro-Colombian communities govern 35% of Colombia\u2019s #biodiversity -rich land and 50% of its #forest. Learn how local indigenous practices can balance the needs of people with the needs of ecosystems they are part of: http://wrld.bg/46KP50uT3KV #WeAreIndigenous"}}]},"shortcode":"Bze3mcUAjJ1","edge_media_to_comment":{"count":9},"comments_disabled":false,"taken_at_timestamp":1562216424,"dimensions":{"height":566,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/c47f5ae3cc9fb181a944254557438293/5DC4D105/t51.2885-15/fr/e15/s1080x1080/65047790_613529125802165_5014981471921672099_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":1005},"edge_media_preview_like":{"count":1005},"location":{"id":"567465404","has_public_page":true,"name":"Colombia","slug":"colombia"},"gating_info":null,"media_preview":"ACoWzFgYIWYYxV6ILGnmNg+ZkDOQOOvTrSEs4I9fSrjGPb5IOduM9MLxyOf1PrWMXzXYEDptJAOdv6//AF/WoTl/lzu+Xccfwk9v888VqNMqSBgD8yjrjgc9T/XnIqCeVVjbywNzZ6ED1x/jVqO7uHyM9o/L77ieeeCD0I9DVtU4HB/OsqaFiowuCADnOT05Hfvnv9avLK+Bz+a8/jS2L5dS0EBOfTH86gjbAaQdyRz3Pv8AlRRUU+okvzRG7bh6n5ev06d/TFPlXABOOeO/eiittoy9WQ/iRWAycj3xz+eeO3b9anTaFAIJOBzmiilW0Ufn+gRP/9k=","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/90f4f7f674f11e34e67727bd1cb1cf3a/5DA596B1/t51.2885-15/e15/c257.0.566.566/65047790_613529125802165_5014981471921672099_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/00a46652529395f076a50092643081bd/5DC03EF0/t51.2885-15/e15/c257.0.566.566/s150x150/65047790_613529125802165_5014981471921672099_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/0f5e542cd31955a0a918e55ba3d2f78b/5DA3D5BA/t51.2885-15/e15/c257.0.566.566/s240x240/65047790_613529125802165_5014981471921672099_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/e1d696dc7893afdc2402139373977632/5DBBF000/t51.2885-15/e15/c257.0.566.566/s320x320/65047790_613529125802165_5014981471921672099_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/a52e137ef865276ac75b5bbdd8ee58a7/5DA8465A/t51.2885-15/e15/c257.0.566.566/s480x480/65047790_613529125802165_5014981471921672099_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/90f4f7f674f11e34e67727bd1cb1cf3a/5DA596B1/t51.2885-15/e15/c257.0.566.566/65047790_613529125802165_5014981471921672099_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Three Afro-Colombian women wearing colorful, indigenous garments. Coconut trees and green forest are their background."}},{"node":{"__typename":"GraphVideo","id":"2080090138416048424","edge_media_to_caption":{"edges":[{"node":{"text":"What is your vision for #education? Share your thoughts on what a #LearningRevolution looks like in the comments \ud83d\udc47 The World Bank and @financialtimes high school blog competition finalists reimagine education for the 21st Century. Among more than 500 entries from around the world, common suggestions were the use of #technology to help connect students and thinkers around the world, a shift from knowledge to skills, more individualized learning, and encouraging independent thinking through projects with practical applications. Watch the full video on our YouTube channel: http://www.youtube.com/worldbank What do YOU think?"}}]},"shortcode":"Bzd9vXJFOko","edge_media_to_comment":{"count":15},"comments_disabled":false,"taken_at_timestamp":1562186104,"dimensions":{"height":607,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/b0f5dde044639d7796477cad4da3927e/5D2C3D0D/t51.2885-15/fr/e15/s1080x1080/64939069_1333802736767269_2946586574004463552_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":537},"edge_media_preview_like":{"count":537},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/fbc15987592a2030dba4bb6f6caea71b/5D2C32C5/t51.2885-15/e15/c236.0.607.607/64939069_1333802736767269_2946586574004463552_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/aab45bbff6ed41918918a1bb0436db12/5D2C08E0/t51.2885-15/e15/c236.0.607.607/s150x150/64939069_1333802736767269_2946586574004463552_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/9e6ef42476554236e828579a2ef92ba7/5D2C2E26/t51.2885-15/e15/c236.0.607.607/s240x240/64939069_1333802736767269_2946586574004463552_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/6b7efbea72458ff046ed4598a2b267fc/5D2C58D8/t51.2885-15/e15/c236.0.607.607/s320x320/64939069_1333802736767269_2946586574004463552_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/fd6d96396ba8295b5cdc127d57453bdd/5D2C171F/t51.2885-15/e15/c236.0.607.607/s480x480/64939069_1333802736767269_2946586574004463552_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/fbc15987592a2030dba4bb6f6caea71b/5D2C32C5/t51.2885-15/e15/c236.0.607.607/64939069_1333802736767269_2946586574004463552_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":true,"video_view_count":5680}},{"node":{"__typename":"GraphVideo","id":"2078726628166397365","edge_media_to_caption":{"edges":[{"node":{"text":"#Drones collect better #data to make #Tanzania resilient to flooding. Know how the Tanzania Urban Resilience Programme (TURP) employs coordinated and strategic action to improve Tanzania\u2019s ability to prepare for, respond to, and adapt to a changing climate, as well as to withstand and rapidly recover from shock. Watch the full video our YouTube channel: http://www.youtube.com/worldbank"}}]},"shortcode":"BzZHtrRAO21","edge_media_to_comment":{"count":20},"comments_disabled":false,"taken_at_timestamp":1562023573,"dimensions":{"height":422,"width":750},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/6665c1248adf6a2b157ffcee62ba1f70/5D2BFDA3/t51.2885-15/e35/65208891_183236692676131_7388958787246457972_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":766},"edge_media_preview_like":{"count":766},"location":null,"gating_info":null,"media_preview":"ACoXnhatJCBjJxVIMoyTgdycVViuxJvYDCoMj1P+fSqMjoN2OSRiq7zLuKnAYdASMkeoA7dqzobncoPTcQMfUdfz/SlNqFl8/jcOMcHPbOfXFIotM+4Zxt5PH+fWoMj3pHlXpkA+nFVDKn94fnTJI1fHUmq0URQEfwtwenI9PzoorM1LIVANuOM5/TFOAQdFH5CiigCJgv8AdX8VH+FR5X+6v/fI/wAKKKAP/9k=","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/88eedf3d660560eed2de3efd70c999d5/5D2BF604/t51.2885-15/e35/c157.0.406.406a/65208891_183236692676131_7388958787246457972_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/d23b768be0799ee600a8970faa0d2c58/5D2BCA21/t51.2885-15/e35/c157.0.406.406a/s150x150/65208891_183236692676131_7388958787246457972_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/5fdb2071bd8067239865ba4f14a38cda/5D2C272B/t51.2885-15/e35/c157.0.406.406a/s240x240/65208891_183236692676131_7388958787246457972_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/b5bf73a1b642cf070668c38af0eff8b3/5D2BC591/t51.2885-15/e35/c157.0.406.406a/s320x320/65208891_183236692676131_7388958787246457972_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/88eedf3d660560eed2de3efd70c999d5/5D2BF604/t51.2885-15/e35/c157.0.406.406a/65208891_183236692676131_7388958787246457972_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/88eedf3d660560eed2de3efd70c999d5/5D2BF604/t51.2885-15/e35/c157.0.406.406a/65208891_183236692676131_7388958787246457972_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":true,"video_view_count":8808}},{"node":{"__typename":"GraphImage","id":"2078455487669536701","edge_media_to_caption":{"edges":[{"node":{"text":"#OnThisDay 7/1/1944: The Bretton Woods Conference opens, and the World Bank and @the_imf are founded. Know more about our history. Visit the #WBGArchives Historical Timeline. http://timeline.worldbank.org"}}]},"shortcode":"BzYKEEAAQe9","edge_media_to_comment":{"count":17},"comments_disabled":false,"taken_at_timestamp":1561991223,"dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/b2d900925eb210e51a2472e45a3fa8ea/5DAAA7E4/t51.2885-15/fr/e15/s1080x1080/61693751_2699595766736259_3103916801904307463_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","edge_liked_by":{"count":1590},"edge_media_preview_like":{"count":1590},"location":null,"gating_info":null,"media_preview":"ACoqhJxSbqXI79v8/wD6/ak3DHb8/wDPFU5O5hGnGy06DTJipBggY6moGG44HXt9f8cVZSRUG0g5/wA/5NLmfcr2cexYjjMh4IGPYVXJOf8A9VTxzgI+OG28ZFV+vNaRd9zCqlFKw0Eg5B2juevT/GrxudyfuwCV69vyGOR61RYqV+h+bPfP93/PaowDGwz1ByMd/p+FZPc6Y7L0Rqm7zztA/H/61V5rtiMAAZ9D/wDWqPAuMlPlcHp2I/of8mqhyDhu3UUDLAkkk+Xqevvx2xR9eDUQkwQw6g5qTrz61pDqc1bZDzGSAGBPcfSnGMHHU46df8KJCcL9KiyauxjdrS7+8lAC8Zxj/PpQVD8nn8/8Kip6uw6Ej8aLApNu1xpRBxj/AD+VJUm9vU/nTST60ITu92f/2Q==","owner":{"id":"228448479","username":"worldbank"},"thumbnail_src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/bcf222fc436e5db17e720d2969d3c93b/5DB6BC2D/t51.2885-15/sh0.08/e35/s640x640/61693751_2699595766736259_3103916801904307463_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/7e676b12f10688a4b82901b2f69f5c13/5DAC1E10/t51.2885-15/e15/s150x150/61693751_2699595766736259_3103916801904307463_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/6576458566bae044110c165382dca461/5DAC1C16/t51.2885-15/e15/s240x240/61693751_2699595766736259_3103916801904307463_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/048dfa7ffbcc22d8e9ed4aa20cb647e5/5DB35068/t51.2885-15/e15/s320x320/61693751_2699595766736259_3103916801904307463_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/74af58fb20592475c02874383114baf1/5DC0B92F/t51.2885-15/e15/s480x480/61693751_2699595766736259_3103916801904307463_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190713081548/https://scontent-lax3-1.cdninstagram.com/vp/bcf222fc436e5db17e720d2969d3c93b/5DB6BC2D/t51.2885-15/sh0.08/e35/s640x640/61693751_2699595766736259_3103916801904307463_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Old photograph from 1944 of Bretton Woods delegates. Text reads July 1, 1944, US Secretary of the Treasury Henry Morgenthau addresses Bretton Woods delegates, #WBGArchives."}}]},"edge_saved_media":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"edge_media_collections":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},"show_follow_dialog":false,"toast_content_on_load":null}]},"hostname":"www.instagram.com","deployment_stage":"c2","platform":"windows_nt_10","nonce":"KteW+ojc3wTAoZkGY6EvFw==","mid_pct":60.23452,"zero_data":{},"cache_schema_version":3,"server_checks":{},"knobs":{"acct:ntb":0,"cb":0,"captcha":0,"fr":0},"to_cache":{"gatekeepers":{"4":true,"5":false,"6":false,"7":false,"8":false,"9":false,"10":false,"11":false,"12":false,"13":true,"14":true,"15":true,"16":true,"18":true,"19":false,"23":false,"24":false,"26":true,"27":false,"28":false,"29":true,"31":false,"32":true,"34":false,"35":false,"37":false,"38":false,"39":false,"40":true,"41":false},"qe":{"app_upsell":{"g":"","p":{}},"igl_app_upsell":{"g":"","p":{}},"notif":{"g":"","p":{}},"log_cont":{"g":"test_intent_m_42","p":{"has_contextual_d":"false","has_contextual_m":"true"}},"onetaplogin":{"g":"","p":{}},"onetap":{"g":"","p":{}},"multireg_iter":{"g":"test_04_16","p":{"has_phone_code_filter":"true"}},"felix_clear_fb_cookie":{"g":"","p":{}},"felix_creation_duration_limits":{"g":"","p":{}},"felix_creation_fb_crossposting":{"g":"","p":{}},"felix_creation_fb_crossposting_v2":{"g":"","p":{}},"felix_creation_validation":{"g":"","p":{}},"mweb_topical_explore":{"g":"","p":{}},"post_options":{"g":"","p":{}},"iglscioi":{"g":"","p":{}},"wss2":{"g":"","p":{}},"sticker_tray":{"g":"","p":{}},"web_sentry":{"g":"","p":{}},"0":{"p":{"4":true,"7":false,"8":false,"9":false},"qex":true},"2":{"p":{"0":true},"qex":true},"4":{"p":{"0":true},"qex":true},"6":{"p":{"1":true,"5":false,"6":false,"7":false,"9":false,"10":false},"qex":true},"7":{"p":{"0":false},"qex":true},"8":{"p":{"0":false,"1":false,"2":false,"3":false,"4":false},"qex":true},"10":{"p":{"2":false},"qex":true},"11":{"p":{"0":true},"qex":true},"12":{"p":{"0":5},"qex":true},"13":{"p":{"0":true},"qex":true},"16":{"p":{"0":false},"qex":true},"17":{"p":{"1":true},"qex":true},"18":{"p":{"0":true,"1":true},"qex":true},"19":{"p":{"0":true},"qex":true},"21":{"p":{"2":false},"qex":true},"22":{"p":{"0":false,"1":false,"2":8.0,"3":0.85,"4":0.95,"5":10.0,"7":false},"qex":true},"23":{"p":{"0":false,"1":false},"qex":true},"24":{"p":{"0":true},"qex":true},"25":{"p":{},"qex":true},"26":{"p":{"0":""},"qex":true},"27":{"p":{"0":false},"qex":true},"28":{"p":{"0":false},"qex":true},"29":{"p":{},"qex":true},"30":{"p":{"0":true},"qex":true},"31":{"p":{},"qex":true},"32":{"p":{},"qex":true}},"probably_has_app":false,"cb":false},"rollout_hash":"eaa96c04bc05","bundle_variant":"es6","is_canary":false};</script> <script type="text/javascript">window.__initialDataLoaded(window._sharedData);</script> <script type="text/javascript">var __BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date.now(),__DEV__=false,process=this.process||{};process.env=process.env||{};process.env.NODE_ENV=process.env.NODE_ENV||"production";!(function(t){"use strict";function e(){return s=Object.create(null)}function r(t){const e=t,r=s[e];return r&&r.isInitialized?r.publicModule.exports:i(e,r)}function n(t){const e=t;if(s[e]&&s[e].importedDefault!==f)return s[e].importedDefault;const n=r(e),o=n&&n.__esModule?n.default:n;return s[e].importedDefault=o}function o(t){const e=t;if(s[e]&&s[e].importedAll!==f)return s[e].importedAll;const n=r(e);let o;if(n&&n.__esModule)o=n;else{if(o={},n)for(const t in n)a.call(n,t)&&(o[t]=n[t]);o.default=n}return s[e].importedAll=o}function i(e,r){if(!p&&t.ErrorUtils){p=!0;let n;try{n=c(e,r)}catch(e){t.ErrorUtils.reportFatalError(e)}return p=!1,n}return c(e,r)}function l(t){return{segmentId:t>>>h,localId:t&m}}function c(e,i){if(!i&&I.length>0){const t=l(e),r=t.segmentId,n=t.localId,o=I[r];null!=o&&(o(n),i=s[e])}const c=t.nativeRequire;if(!i&&c){const t=l(e),r=t.segmentId;c(t.localId,r),i=s[e]}if(!i)throw u(e);if(i.hasError)throw d(e,i.error);i.isInitialized=!0;const f=i,a=f.factory,p=f.dependencyMap;try{const l=i.publicModule;if(l.id=e,g.length>0)for(let t=0;t<g.length;++t)g[t].cb(e,l);return a(t,r,n,o,l,l.exports,p),i.factory=void 0,i.dependencyMap=void 0,l.exports}catch(t){throw i.hasError=!0,i.error=t,i.isInitialized=!1,i.publicModule.exports=void 0,t}}function u(t){let e='Requiring unknown module "'+t+'".';return Error(e)}function d(t,e){const r=t;return Error('Requiring module "'+r+'", which threw an exception: '+e)}t.__r=r,t.__d=function(t,e,r){null==s[e]&&(s[e]={dependencyMap:r,factory:t,hasError:!1,importedAll:f,importedDefault:f,isInitialized:!1,publicModule:{exports:{}}})},t.__c=e,t.__registerSegment=function(t,e){I[t]=e};var s=e();const f={},a={}.hasOwnProperty;r.importDefault=n,r.importAll=o;let p=!1;const h=16,m=65535;r.unpackModuleId=l,r.packModuleId=function(t){return(t.segmentId<<h)+t.localId};const g=[];r.registerHook=function(t){const e={cb:t};return g.push(e),{release:()=>{for(let t=0;t<g.length;++t)if(g[t]===e){g.splice(t,1);break}}}};const I=[]})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this); __s={"js":{"146":"/static/bundles/es6/MobileStoriesLoginPage.js/0e46208ca767.js","147":"/static/bundles/es6/DesktopStoriesLoginPage.js/e59fb9e02adf.js","148":"/static/bundles/es6/DirectMQTT.js/6c0aa7b51f20.js","149":"/static/bundles/es6/DirectNewThread.js/f68ae3bb7a6c.js","150":"/static/bundles/es6/MobileStoriesPage.js/26f54d89cd7e.js","151":"/static/bundles/es6/DesktopStoriesPage.js/3f27e1f676b6.js","152":"/static/bundles/es6/ActivityFeedBox.js/16e62acb1a0f.js","153":"/static/bundles/es6/ActivityFeedPage.js/5b70ce4494d3.js","154":"/static/bundles/es6/AdsSettingsPage.js/fabaa455d250.js","155":"/static/bundles/es6/DonateCheckoutPage.js/9d3a5c49face.js","156":"/static/bundles/es6/CameraPage.js/711da67ec87f.js","157":"/static/bundles/es6/SettingsModules.js/a0f6f420b382.js","158":"/static/bundles/es6/ContactHistoryPage.js/dcd077decb30.js","159":"/static/bundles/es6/AccessToolPage.js/74b2bcc2987f.js","160":"/static/bundles/es6/AccessToolViewAllPage.js/cdadef11d1a8.js","161":"/static/bundles/es6/AccountPrivacyBugPage.js/edb3b0115be5.js","162":"/static/bundles/es6/FirstPartyPlaintextPasswordLandingPage.js/361847afba2e.js","163":"/static/bundles/es6/ThirdPartyPlaintextPasswordLandingPage.js/2a24faed23bb.js","164":"/static/bundles/es6/PlaintextPasswordBugPage.js/54cba0a7fc40.js","165":"/static/bundles/es6/PrivateAccountMadePublicBugPage.js/88989426a84d.js","166":"/static/bundles/es6/PublicAccountNotMadePrivateBugPage.js/998123e4655a.js","167":"/static/bundles/es6/BlockedAccountsBugPage.js/71dc3266de86.js","168":"/static/bundles/es6/AndroidBetaPrivacyBugPage.js/c2b133ada684.js","169":"/static/bundles/es6/DataControlsSupportPage.js/5e4ad807b2aa.js","170":"/static/bundles/es6/DataDownloadRequestPage.js/80dced70f6ae.js","171":"/static/bundles/es6/DataDownloadRequestConfirmPage.js/bb04023e1e9c.js","172":"/static/bundles/es6/CheckpointUnderageAppealPage.js/702b4a235f79.js","173":"/static/bundles/es6/AccountRecoveryLandingPage.js/dcf2cfd7c5a4.js","174":"/static/bundles/es6/ContactInvitesOptOutPage.js/cf0f9050affd.js","175":"/static/bundles/es6/ParentalConsentPage.js/89353b402c09.js","176":"/static/bundles/es6/ParentalConsentNotParentPage.js/73a8d699d1ed.js","177":"/static/bundles/es6/TermsAcceptPage.js/0251f6b05669.js","178":"/static/bundles/es6/TermsUnblockPage.js/5024ed80589b.js","179":"/static/bundles/es6/NewTermsConfirmPage.js/d5c2936bc0ca.js","180":"/static/bundles/es6/ContactInvitesOptOutStatusPage.js/a6451b74939b.js","181":"/static/bundles/es6/CreationModules.js/09a56bc0342b.js","182":"/static/bundles/es6/StoryCreationPage.js/924b97960e21.js","183":"/static/bundles/es6/ExploreMediaPageContainer.js/b876d61e401e.js","184":"/static/bundles/es6/shaka-player.ui.js/7e07ec25f9fd.js","185":"/static/bundles/es6/LikedByListContainer.js/dc916860c3d6.js","186":"/static/bundles/es6/CommentLikedByListContainer.js/5b33a5d9239d.js","187":"/static/bundles/es6/DiscoverMediaPageContainer.js/e4f91264df03.js","188":"/static/bundles/es6/DiscoverPeoplePageContainer.js/de06ae74fe18.js","189":"/static/bundles/es6/EmailConfirmationPage.js/c1004c3f8ecb.js","190":"/static/bundles/es6/FBSignupPage.js/a4869f53bb5a.js","191":"/static/bundles/es6/NewUserInterstitial.js/61cec23c49a9.js","192":"/static/bundles/es6/MultiStepSignupPage.js/4f9b5f5e9ad4.js","193":"/static/bundles/es6/FeedSidebarContainer.js/2588b4865610.js","194":"/static/bundles/es6/FeedPageContainer.js/dc4d836a5036.js","195":"/static/bundles/es6/FollowListModal.js/c97f1213b8bf.js","196":"/static/bundles/es6/FollowListPage.js/91f501fbcdcc.js","197":"/static/bundles/es6/SimilarAccountsModal.js/df27953af992.js","198":"/static/bundles/es6/SimilarAccountsPage.js/6da62e67f4ef.js","199":"/static/bundles/es6/LandingPage.js/db47011e1cfa.js","200":"/static/bundles/es6/LocationsDirectoryCountryPage.js/ebb14043d266.js","201":"/static/bundles/es6/LocationsDirectoryCityPage.js/798e1b10f76c.js","202":"/static/bundles/es6/LocationPageContainer.js/1e792191cf01.js","203":"/static/bundles/es6/LocationsDirectoryLandingPage.js/b046a24fd50e.js","204":"/static/bundles/es6/LoginAndSignupPage.js/e2e55093b678.js","205":"/static/bundles/es6/ResetPasswordPageContainer.js/824d345333a6.js","206":"/static/bundles/es6/MobileAllCommentsPage.js/01f0babc66c5.js","207":"/static/bundles/es6/MediaChainingPageContainer.js/7cc7ebfff579.js","208":"/static/bundles/es6/PostPageContainer.js/0eacd609205c.js","209":"/static/bundles/es6/ProfilesDirectoryLandingPage.js/ba83154b6814.js","210":"/static/bundles/es6/HashtagsDirectoryLandingPage.js/b4f68bdbe008.js","211":"/static/bundles/es6/SuggestedDirectoryLandingPage.js/7b776eb88790.js","212":"/static/bundles/es6/TagPageContainer.js/c8a2803fe003.js","213":"/static/bundles/es6/PhoneConfirmPage.js/e3c97fa3b002.js","214":"/static/bundles/es6/ProfilePageContainer.js/8e434322d2e2.js","215":"/static/bundles/es6/HttpErrorPage.js/1271dae4f6c5.js","216":"/static/bundles/es6/IGTVVideoDraftsPageContainer.js/53ebd8acc252.js","217":"/static/bundles/es6/IGTVVideoUploadPageContainer.js/67f02dc5c0d6.js","218":"/static/bundles/es6/OAuthPermissionsPage.js/2cb8f3622f17.js","219":"/static/bundles/es6/MobileDirectPage.js/42551332f0b5.js","220":"/static/bundles/es6/OneTapUpsell.js/ccc1b7150f46.js","221":"/static/bundles/es6/NametagLandingPage.js/b58ab51971cc.js","222":"/static/bundles/es6/DebugInfoNub.js/05d4f1a38042.js","224":"/static/bundles/es6/Consumer.js/72468cf6ef1c.js","225":"/static/bundles/es6/Challenge.js/35b8a886feb7.js","226":"/static/bundles/es6/NotificationLandingPage.js/599e4c90a91f.js","240":"/static/bundles/es6/EmbedAsyncLogger.js/1955b5912732.js","242":"/static/bundles/es6/EmbedRich.js/a775235471d4.js"},"css":{"146":"/static/bundles/es6/MobileStoriesLoginPage.css/2f70840d1a87.css","147":"/static/bundles/es6/DesktopStoriesLoginPage.css/b6198cf4aef8.css","149":"/static/bundles/es6/DirectNewThread.css/18c175ad2b66.css","150":"/static/bundles/es6/MobileStoriesPage.css/40baa11752c5.css","151":"/static/bundles/es6/DesktopStoriesPage.css/1a502399463a.css","152":"/static/bundles/es6/ActivityFeedBox.css/17ec9848762e.css","153":"/static/bundles/es6/ActivityFeedPage.css/16bef02ee117.css","154":"/static/bundles/es6/AdsSettingsPage.css/cf90940f6453.css","155":"/static/bundles/es6/DonateCheckoutPage.css/cf90940f6453.css","156":"/static/bundles/es6/CameraPage.css/5deda4e7e465.css","157":"/static/bundles/es6/SettingsModules.css/5a47483d0558.css","158":"/static/bundles/es6/ContactHistoryPage.css/e960d9a554c8.css","159":"/static/bundles/es6/AccessToolPage.css/cd2d70e126df.css","160":"/static/bundles/es6/AccessToolViewAllPage.css/7c0db2e1b020.css","161":"/static/bundles/es6/AccountPrivacyBugPage.css/a388cb605b60.css","168":"/static/bundles/es6/AndroidBetaPrivacyBugPage.css/17e8362798f7.css","169":"/static/bundles/es6/DataControlsSupportPage.css/9b3f1ce95c3a.css","170":"/static/bundles/es6/DataDownloadRequestPage.css/431f4975139a.css","171":"/static/bundles/es6/DataDownloadRequestConfirmPage.css/54949fcf58d7.css","172":"/static/bundles/es6/CheckpointUnderageAppealPage.css/16f3c27c90f1.css","173":"/static/bundles/es6/AccountRecoveryLandingPage.css/36bca378539d.css","174":"/static/bundles/es6/ContactInvitesOptOutPage.css/2d3511c008a7.css","175":"/static/bundles/es6/ParentalConsentPage.css/a9fbbe6fd8a3.css","176":"/static/bundles/es6/ParentalConsentNotParentPage.css/48d3c7450a8d.css","177":"/static/bundles/es6/TermsAcceptPage.css/f3247d496bde.css","178":"/static/bundles/es6/TermsUnblockPage.css/dfc27eb54ad8.css","179":"/static/bundles/es6/NewTermsConfirmPage.css/737fd410607a.css","180":"/static/bundles/es6/ContactInvitesOptOutStatusPage.css/856d94b8e737.css","181":"/static/bundles/es6/CreationModules.css/9d0be4bcd8e5.css","182":"/static/bundles/es6/StoryCreationPage.css/c10012d0ad99.css","183":"/static/bundles/es6/ExploreMediaPageContainer.css/c70dd39e7825.css","185":"/static/bundles/es6/LikedByListContainer.css/644aa1d88516.css","186":"/static/bundles/es6/CommentLikedByListContainer.css/644aa1d88516.css","187":"/static/bundles/es6/DiscoverMediaPageContainer.css/b75340bddd1a.css","188":"/static/bundles/es6/DiscoverPeoplePageContainer.css/c83d1cad5933.css","189":"/static/bundles/es6/EmailConfirmationPage.css/c171e68d95bf.css","190":"/static/bundles/es6/FBSignupPage.css/4e9da9d3470a.css","191":"/static/bundles/es6/NewUserInterstitial.css/bafaefd918ba.css","192":"/static/bundles/es6/MultiStepSignupPage.css/42d6ffab5f2e.css","193":"/static/bundles/es6/FeedSidebarContainer.css/aacde7a83fc9.css","194":"/static/bundles/es6/FeedPageContainer.css/35396b34c42a.css","195":"/static/bundles/es6/FollowListModal.css/37d98d0162d9.css","196":"/static/bundles/es6/FollowListPage.css/04d87135bb51.css","197":"/static/bundles/es6/SimilarAccountsModal.css/644aa1d88516.css","198":"/static/bundles/es6/SimilarAccountsPage.css/644aa1d88516.css","199":"/static/bundles/es6/LandingPage.css/4b3e46257190.css","200":"/static/bundles/es6/LocationsDirectoryCountryPage.css/f011822b2d93.css","201":"/static/bundles/es6/LocationsDirectoryCityPage.css/f011822b2d93.css","202":"/static/bundles/es6/LocationPageContainer.css/475000b85eb9.css","203":"/static/bundles/es6/LocationsDirectoryLandingPage.css/a69bead6658f.css","204":"/static/bundles/es6/LoginAndSignupPage.css/e00d4ae1ffc1.css","205":"/static/bundles/es6/ResetPasswordPageContainer.css/4b5dad3a1dfd.css","206":"/static/bundles/es6/MobileAllCommentsPage.css/492ebcde7f22.css","207":"/static/bundles/es6/MediaChainingPageContainer.css/7861ef8b2c1e.css","208":"/static/bundles/es6/PostPageContainer.css/f71f23f9771b.css","209":"/static/bundles/es6/ProfilesDirectoryLandingPage.css/ec897738d3bc.css","210":"/static/bundles/es6/HashtagsDirectoryLandingPage.css/ec897738d3bc.css","211":"/static/bundles/es6/SuggestedDirectoryLandingPage.css/ec897738d3bc.css","212":"/static/bundles/es6/TagPageContainer.css/f0cbc30c1e79.css","213":"/static/bundles/es6/PhoneConfirmPage.css/6fe5c666d3d5.css","214":"/static/bundles/es6/ProfilePageContainer.css/65ee22995797.css","215":"/static/bundles/es6/HttpErrorPage.css/97acfee23c4f.css","216":"/static/bundles/es6/IGTVVideoDraftsPageContainer.css/0c6d160c0c2e.css","217":"/static/bundles/es6/IGTVVideoUploadPageContainer.css/dd74272ec86c.css","218":"/static/bundles/es6/OAuthPermissionsPage.css/06bad1c43009.css","219":"/static/bundles/es6/MobileDirectPage.css/25b03f00734a.css","220":"/static/bundles/es6/OneTapUpsell.css/3d1082494e45.css","221":"/static/bundles/es6/NametagLandingPage.css/2f84f5be7992.css","222":"/static/bundles/es6/DebugInfoNub.css/d52a9abb5282.css","224":"/static/bundles/es6/Consumer.css/366aad278e6b.css","225":"/static/bundles/es6/Challenge.css/c779e2eb16cb.css","226":"/static/bundles/es6/NotificationLandingPage.css/761cd6dcd39c.css","242":"/static/bundles/es6/EmbedRich.css/675130325c07.css"}}</script> <script type="text/javascript" src="/web/20190713081548js_/https://www.instagram.com/static/bundles/es6/Vendor.js/a379f2a567f9.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190713081548js_/https://www.instagram.com/static/bundles/es6/en_US.js/461b5a7e02f1.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190713081548js_/https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.js/54e5f7823e1d.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190713081548js_/https://www.instagram.com/static/bundles/es6/ConsumerUICommons.js/648f11242876.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190713081548js_/https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.js/46e85b690e2e.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190713081548js_/https://www.instagram.com/static/bundles/es6/Consumer.js/72468cf6ef1c.js" crossorigin="anonymous" charset="utf-8" async=""></script> <script type="text/javascript" src="/web/20190713081548js_/https://www.instagram.com/static/bundles/es6/ProfilePageContainer.js/8e434322d2e2.js" crossorigin="anonymous" charset="utf-8" async=""></script> <script type="text/javascript"> (function(){ function normalizeError(err) { var errorInfo = err.error || {}; var getConfigProp = function(propName, defaultValueIfNotTruthy) { var propValue = window._sharedData && window._sharedData[propName]; return propValue ? propValue : defaultValueIfNotTruthy; }; return { line: err.line || errorInfo.message || 0, column: err.column || 0, name: 'InitError', message: err.message || errorInfo.message || '', script: errorInfo.script || '', stack: errorInfo.stackTrace || errorInfo.stack || '', timestamp: Date.now(), ref: window.location.href, deployment_stage: getConfigProp('deployment_stage', ''), is_canary: getConfigProp('is_canary', false), rollout_hash: getConfigProp('rollout_hash', ''), is_prerelease: window.__PRERELEASE__ || false, bundle_variant: getConfigProp('bundle_variant', null), request_url: err.url || window.location.href, response_status_code: errorInfo.statusCode || 0 } } window.addEventListener('load', function(){ if (window.__bufferedErrors && window.__bufferedErrors.length) { if (window.caches && window.caches.keys && window.caches.delete) { window.caches.keys().then(function(keys) { keys.forEach(function(key) { window.caches.delete(key) }) }) } window.__bufferedErrors.map(function(error) { return normalizeError(error) }).forEach(function(normalizedError) { var request = new XMLHttpRequest(); request.open('POST', '/client_error/', true); request.setRequestHeader('Content-Type', 'application/json; charset=utf-8'); request.send(JSON.stringify(normalizedError)); }) } }) }()); </script> </body> </html> <!-- FILE ARCHIVED ON 08:15:48 Jul 13, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:59:26 Dec 03, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.642 exclusion.robots: 0.032 exclusion.robots.policy: 0.02 esindex: 0.013 cdx.remote: 5.812 LoadShardBlock: 309.262 (3) PetaboxLoader3.datanode: 197.921 (5) PetaboxLoader3.resolve: 193.186 (3) load_resource: 104.958 (2) -->