{"id":2315,"date":"2022-10-25T01:15:00","date_gmt":"2022-10-24T23:15:00","guid":{"rendered":"https:\/\/sondainternacional.com\/proyectos\/el-agua-sucia-mas-cara-del-mundo\/"},"modified":"2024-11-25T00:00:55","modified_gmt":"2024-11-24T23:00:55","slug":"the-more-expensive-polluted-water-in-the-world","status":"publish","type":"project","link":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/","title":{"rendered":"The Most Expensive Polluted Water in the World"},"content":{"rendered":"<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Water is becoming increasingly scarce. This, of course, is nothing new. Nor is the fact that a significant percentage of natural disasters \u2014<a href=\"https:\/\/www.worldbank.org\/en\/topic\/water\/overview\" target=\"_blank\" rel=\"noreferrer noopener\">nine out of ten<\/a> according to the World Bank\u2014 are also linked to water. Even as the global population nears 8 billion inhabitants and the frequency of extreme water-related natural phenomena increases, close to <a href=\"https:\/\/www.who.int\/news\/item\/24-10-2022-universal-access-to-safe-drinking-water-requires-increased-investment-backed-by-strong-government-institutions--who--unicef--world-bank\">2 billion<\/a> people have no source of potable water in their homes. Contrary to what many may believe, this problem is not limited to remote rural areas. Some of the largest 21st century metropolises are faced with serious water management issues, often intensified by other problems like pollution. In the capital of Indonesia \u2014the fourth most populated country on the planet and one that registers some of the greatest annual rainfall\u2014 water-related challenges are particularly evident.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Jakarta has too much water, but at the same time, water in Jakarta is in short supply. The future of the Indonesian capital is inextricably linked to the liquid element. In this colossal city of 10 million inhabitants, drinking water and water for washing and cooking is as scarce as it is costly. The paradox is that Jakarta is flowing with water, but it comes in the form of contaminated rivers, torrential rains and flooding which, year after year, inundate streets, roads, homes and businesses.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>There is yet another factor that is directly related to water \u2014and to climate change\u2014 that is putting the future of this Southeast Asian metropolis at risk. With intensified soil erosion and rising sea levels, Jakarta is the fastest sinking capital city in the world. In the triad of insufficient access to clean water, chronic flooding and the sinking of the city, extreme water pollution plays a fundamental role.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p><\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_5a14312121eaf8ddf4d8188bc178bc06\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_5a14312121eaf8ddf4d8188bc178bc06\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/02_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Aerial view of Jakarta <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_5a14312121eaf8ddf4d8188bc178bc06\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Indonesia is the fourth most populated country on the planet after China, India and the United States. Upwards of 280 million inhabitants are spread along an archipelago of more than 17,000 islands. Java \u2014the largest of the archipelago and the most populated island in the world with 145 million inhabitants\u2014 is home to the megalopolis of Jakarta.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The 2020 <a href=\"https:\/\/unstats.un.org\/unsd\/demographic-social\/meetings\/2021\/egm-covid19-census-20210209\/docs\/s03-04-IDN.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">census<\/a> of the capital checks in at close to 10.56 million inhabitants. But if we include the population of the suburbs (with five satellite cities and four provincial areas), the population of this megalopolis surpasses 30 million, making it the second most populated urban area on the planet after Tokyo.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>It also has the largest economy of Southeast Asia. Similar to the rest of the region, economic growth over the last few decades has skyrocketed but the wealth distribution has proven to be highly disproportionate. <a href=\"https:\/\/voi.id\/en\/actual\/67588\/bad-news-from-jakarta-the-poverty-rate-in-the-capital-increases-the-cause-is-considered-because-of-covid-19\" target=\"_blank\" rel=\"noreferrer noopener\">Data<\/a> from the Central Bureau of Statistics in Jakarta shows that in March 2021, 28% of the city's population (at least one in four inhabitants) was vulnerable to poverty, at risk of poverty, or below the poverty threshold.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_195df447f866e35b24842f4980223a07\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_195df447f866e35b24842f4980223a07\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/01_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A young man gazes over the Ciliwung as it flows through the center of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_195df447f866e35b24842f4980223a07\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Such disparities are highly visible in a metropolis where skyscrapers coexist with <em>kampungs<\/em>: informal settlements that have cropped up throughout the city, entirely lacking in urban planning or utilities. Rapid urban development has converted Jakarta into a congested metropolis with thousands of heterogeneous buildings, traffic-choked roads, industrial parks and infrastructures that occupy the nearly 250 square miles of the city.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/03-audio-yakarta.mp3\"><\/audio><\/figure>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_7774bd4b74f49a109ca9453d7cb8f325\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_7774bd4b74f49a109ca9453d7cb8f325\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/27_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Vista del distrito de Menteng, en Yakarta Central.<\/span><b> \u00a9 Santi Palacios para Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_7774bd4b74f49a109ca9453d7cb8f325\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Forty per cent of Jakarta\u2019s surface area lies below sea level. This, together with the serious drainage problems of the 13 rivers and canals that flow through the city, is the cause of chronic flooding during the annual rainy season, which generally lasts from October until March or April. Rainfall during these months typically causes the river system to overflow its banks, while thousands of people resign themselves (albeit unwillingly) to having their streets and neighborhoods submerged underwater year after year.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_b5d8c7f068545fea5ba10b798c0c0947\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_b5d8c7f068545fea5ba10b798c0c0947\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/03_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A man pushes his scooter along a flooded avenue in downtown Jakarta during a heavy storm. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_b5d8c7f068545fea5ba10b798c0c0947\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Urbanization of the area also prevents rainwater from entering the subsoil and replenishing underground aquifers, which is crucial in Jakarta, where the water supply network is insufficient and millions of people depend directly on groundwater to cover their needs.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The number of wells for extracting groundwater has exploded in the last century. In 1920, when Jakarta was a Dutch colony (a situation which lasted until Indonesia's proclamation of independence in 1945), there were <a href=\"https:\/\/theglocalexperience.com\/2020\/07\/14\/dutch-colonialism-fatal-for-jakarta\/\" target=\"_blank\" rel=\"noreferrer noopener\">28 wells<\/a> in the city. Today there are thousands, functioning both officially and illicitly. Data from 2016 set this number at <a href=\"https:\/\/theaseanpost.com\/article\/managing-jakartas-water-related-risks\" target=\"_blank\" rel=\"noreferrer noopener\">4,270<\/a>, although this is merely an estimate. And despite legislation in place to regulate groundwater extraction, this figure continues to grow. Overexploitation of aquifers strains the land, causing a city already threatened by rising sea levels to sink even further. In some neighborhoods in the north of Jakarta, the land can sink up to eight inches per year.<\/p>\n<\/div><\/div><\/div>\n\n\n\n<section id=\"two_images-block_b978415273f3353e47cbb163b83bf8a9\" class=\"block_two_images\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/44a1633.jpg\" data-lightbox=\"two_images-block_b978415273f3353e47cbb163b83bf8a9_1\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/44a1633.jpg\" alt=\"Sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta left\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Hand-activated pump for extracting groundwater in a courtyard in the center of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/37_santi-palacios_yakarta_sonda-internacional-1-1.jpg\" data-lightbox=\"two_images-block_b978415273f3353e47cbb163b83bf8a9_2\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/37_santi-palacios_yakarta_sonda-internacional-1-1.jpg\" alt=\"sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta right\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Extracting groundwater in the Bukit Duri neighborhood, alongside the Ciliwung River in the center of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n<section id=\"anchor_block_85b8c53e40c3b9be08c4079792feae06\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_85b8c53e40c3b9be08c4079792feae06\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/31_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A young woman walks along the water retaining wall erected in Muara Baru, in the north of the city, to halt the advance of the sea. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_85b8c53e40c3b9be08c4079792feae06\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>\u201cWater is linked to every aspect of human existence,\u201d says Sumengen Sutomo, a senior researcher at the University of Indonesia and expert in environmental health and water quality. Of all of the water-related issues Jakarta is facing, from flooding to sinking, Sutomo points to the primary and most significant problem: \u201cA lack of access to safe drinking water.\u201d<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"contaminated-water\" class=\"block_anchor_section background_image full_width full_width_mb yes_anchor_resp video  \" data-section-title=\"CONTAMINATED WATER\">\n\t\n\t\t\t<div class=\"container\">\n\t\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t\t<div class=\"col-12 col-md-10 pb-1\">\n\t\t\t\t\t<h2>CONTAMINATED WATER<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n\t<div class=\"full-img-bg video-anchor\" id=\"back-contaminated-water\">\n\t\t\n\t\t\t\t\n\t\t<video id=\"bgvid-block-contaminated-water\" data-videoid=\"contaminated-water\" class=\"bgvid-block full_image full_width\" poster=\"\" playsinline preload loop muted >\n\t\t\t<source src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/22_santi-palacios_indonesia_sonda-internacional_r-1.mp4\" type=\"video\/mp4\">\t\t<\/video>\n\t\t<div id=\"unmute-button\"><\/div>\n\t\t\n\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"contaminated-water\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Jakarta\u2019s rivers and aquifers are among the most polluted on the planet. Tons of waste from factories along the shores of the rivers that flow through the metropolis are dumped directly into the waters, in addition to raw domestic waste from millions of homes that ends up in the city's waterways. Despite its status as the largest megalopolis in Southeast Asia, Jakarta has no public sewage system. A 2021 <a href=\"https:\/\/documents1.worldbank.org\/curated\/en\/099230103072290487\/pdf\/P17075703872a603a085b004de6ca21efb7.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">study<\/a> by the World Bank calculates that nine out of ten homes in the Indonesian capital use latrines or septic tanks. Some of the most exclusive condominiums have private sewage treatment facilities, but they do not always <a href=\"https:\/\/documents1.worldbank.org\/curated\/en\/099230103072290487\/pdf\/P17075703872a603a085b004de6ca21efb7.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">comply with minimum standards<\/a> and often end up leaching sewage into the subsoil.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Contamination is not homogeneous, and levels vary depending on the type of analysis and the established parameters. Dr. Sutomo says that \u201cno one really knows the true quality of the water\u201d in Jakarta. According to data from the Department of the Environment gathered in 2020 by the NGO Friends of the Earth, 35% of Jakarta's groundwater was \u201cslightly polluted\u201d, 21% was \u201cconsiderably polluted\u201d, and 12% was \u201cextremely polluted\u201d. Only 32% was considered \u201cgood quality\u201d.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>It was also found that the city's main rivers (Ciliwung, Citarum, Cidurian, Cisadane and Bekasi) are either \u201cconsiderably\u201d or \u201cextremely\u201d polluted. <a href=\"https:\/\/documents1.worldbank.org\/curated\/en\/099230103072290487\/pdf\/P17075703872a603a085b004de6ca21efb7.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Profuse<\/a> amounts of nitrates, phosphates and ammonium, typically originating from agricultural runoff and domestic waste, have been found in the waters. Heavy metals like mercury and lead deriving from industrial and urban waste also surpass standard thresholds, as reported by the World Bank.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_b4c35bef28cf4db0f6e3a26a7d657ac8\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_b4c35bef28cf4db0f6e3a26a7d657ac8\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/07_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A tributary of the Citarum river cuts through an industrial area in Karawang, in eastern Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_b4c35bef28cf4db0f6e3a26a7d657ac8\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The Citarum River has been for years a bleak example of the impact of pollution, invariably appearing near the top of the list of the most polluted rivers in the world. Its source is near Bandung, the third-largest city of Indonesia, and it flows for 180 miles before emptying into the bay east of Jakarta. Countless industries crowd the shores of the Citarum and the river basin&nbsp; \u2014<a href=\"https:\/\/setkab.go.id\/en\/govt-to-relocate-companies-operating-in-citarum-river-basin-areas\/\" target=\"_blank\" rel=\"noreferrer noopener\">nearly 3,000<\/a> according to data from 2018\u2014 and the waste invariably ends up in the waters of the river.&nbsp;<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Various attempts have been made to regenerate the river and the surrounding environment. In 2018 the Indonesian government launched the <a href=\"https:\/\/www.researchgate.net\/publication\/338174953_Citarum_Harum_Project_A_Restoration_Model_of_River_Basin\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Citarum Harum<\/em><\/a> (fragrant Citarum) project, one of the most ambitious watershed restoration initiatives in the world. The goal is to transform the river, which contains elevated levels of toxic waste and sewage, into a source of drinking water. The program expires in 2025. Progress has been made and the river is cleaner in some sections, but the project is far from achieving its goal. Water testing has detected fecal coliform bacteria at levels <a href=\"https:\/\/news.mongabay.com\/2022\/08\/java-communities-rally-as-clock-ticks-on-cleanup-of-worlds-dirtiest-river\/\" target=\"_blank\" rel=\"noreferrer noopener\">5,000 times<\/a> the limit considered to be safe.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"image_content-block_0eb92a88968c6d527506acf6d8f7c430\" class=\"block_image_content background_image\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-12\">\n\t\t\t\t<div class=\"full-img-bg\">\n\t\t\t\t\t\n\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/p7a9264.jpg\" data-lightbox=\"image_content-block_0eb92a88968c6d527506acf6d8f7c430\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t<img decoding=\"async\" class=\"full_image\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/p7a9264.jpg\" alt=\"Sonda\"> \n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"caption-cta\">\n\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A tributary of the Citarum River cuts through an industrial area in Karawang. <b>\u00a9 Santi Palacios for Sonda Internacional<\/b><br \/>\n<\/span><\/p>\n<\/div>\n\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Even so, a large part of the population in rural areas near Jakarta uses contaminated river water to irrigate their fields and cover part of their basic needs. On top of that, 80% of the water that flows through the pipes of Jakarta\u2019s limited water supply networks comes from the Citarum. Although the water is filtered through treatment plants, in the capital it is considered \u201cnot safe at all\", says Sumengen Sutomo. Among other problems, the scientist is critical of the fact that more is not being invested in treating and purifying the water. \u201cIt is not a government priority. They continue to build infrastructures, but they completely ignore the issue of drinking water.\u201d<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"image_content-block_3b81f9df9d62f4dcb1a6328b7e96d851\" class=\"block_image_content background_image\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-12\">\n\t\t\t\t<div class=\"full-img-bg\">\n\t\t\t\t\t\n\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/08_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"image_content-block_3b81f9df9d62f4dcb1a6328b7e96d851\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t<img decoding=\"async\" class=\"full_image\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/08_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda\"> \n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"caption-cta\">\n\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Aep, a resident of the area of Karawang, holds up a photo that shows him drinking bottled mineral water. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center heading-block\"><div class=\"col-12 col-md-10 pb-1\">\n<h4 class=\"has-text-align-center wp-block-heading\">Aep <\/h4>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Aep Saifulloh is 32 years old and lives in the village of Jati Mulya, in the region of Karawang, some 30 miles east of Jakarta. He says that sometimes the Citarum is full of foam, or the water is very dark and foul smelling, or it bears dead fish and other animals along its course. Even so, many people in the village use the water of the Citarum for washing clothes, rinsing rice or bathing, even though it can cause a rash or itching. They sometimes even use the river water for the most basic of necessities: drinking. \u201cThe water is left to sit for a few days to allow the sediments to separate. Then it is filtered and boiled.\u201d<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_387e85e585258fa60d56ad68ec61bc11\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_387e85e585258fa60d56ad68ec61bc11\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/04_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Municipal workers cleaning a river that cuts through the north of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_387e85e585258fa60d56ad68ec61bc11\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>When the Citarum and other rivers like the Ciliwung&nbsp; \u2014which flows through the center of Jakarta\u2014 reach the metropolitan area, the less visible pollution is compounded by solid waste from the city. More than 7,000 tons of waste per day are dumped into the gigantic Bantar Gebang landfill, the largest of the city's 11 dumpsites. Indonesia and other Southeast Asian neighbors, like the Philippines, often top the list of countries that dump the most plastic waste into the sea, despite the fact that much of this plastic originates in western countries.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"image_content-block_65da4d7d8b3648f70799a77482e464f9\" class=\"block_image_content background_image\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-12\">\n\t\t\t\t<div class=\"full-img-bg\">\n\t\t\t\t\t\n\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/10_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"image_content-block_65da4d7d8b3648f70799a77482e464f9\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t<img decoding=\"async\" class=\"full_image\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/10_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda\"> \n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"caption-cta\">\n\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A lemon in plastic packaging sold at a supermarket in Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n\n\n<section id=\"anchor_block_010cb3bcabad5feeee641f8ced30327a\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_010cb3bcabad5feeee641f8ced30327a\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/09_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Hundreds of people separate trash at the Bantar Gebang landfill, the largest in the city.<\/span> <b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_010cb3bcabad5feeee641f8ced30327a\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>We watched the flow of the Ciliwung River for a couple of minutes, and what did we see in this liquid rubbish tip?<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_1d122e6ee06a7de5a890a305593a2a5f\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_1d122e6ee06a7de5a890a305593a2a5f\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/11_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Garbage floating in polluted waters near where the Ciliwung River flows into the sea.<\/span> <b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_1d122e6ee06a7de5a890a305593a2a5f\");\n\n<\/script>\n\n\n\n<section id=\"two_columns_text-block_ddaf8a9b6b91b83cb300ad384427936b\" class=\"block_two_columns_text\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-10 col-xl-10\">\n\t\t\t\t<div class=\"content-text\">\n\t\t\t\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t\t\t\t<div class=\"col-12 col-lg-6 col-xl-6\">\n\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Single-use shampoo sachets, plastic bottles, candy wrappers, noodle soup packets. A broom, a box of children&#8217;s playing cards, a black bag, a jug, a backpack. A plastic cup, and another, and another. A fan, a notebook, a mattress, a donut. A wooden board. A green rug, a black bag, a soccer ball and a cigarette pack. A diaper, a flip-flop, a hamburger wrapper. A log and a black bag full of garbage. A dead fish. A red wallet. A yellow plastic ladder. A bottle of cough syrup. A package wrapped in bubble wrap. A carrot. Another dead fish. A cutting board, a slipper, a milk carton, a corncob, the nozzle of a spray bottle. A blue comb. A black flip-flop, another plastic cup, a spoon. A purple ball, a red and white stuffed animal, another milk carton, bottle caps. A pink baby shoe, another black flip-flop, an empty sack, a fuse box, a round lid the size of a manhole cover.<\/span><\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"col-12 col-lg-6 col-xl-6\">\n\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">A green plastic spinning top. A bottle filled with brown liquid. More bottles, more caps, more logs. A yellow bracelet. Another dead fish. A green hanger. Lots of Styrofoam peanuts. A slice of watermelon, a red propeller, a tire. A pink heart-shaped comb. More Styrofoam, more flip-flops. Tree branches, an eggplant, a black bottle with the word FYLUX on it. Another dead fish. A shampoo bottle, a plastic fork, a can of deodorant. A shoe insole, more Styrofoam, a cup o\u2019 noodles. A soap dispenser, another bag of garbage, a ping pong ball, a bottle of shampoo. A blue spatula and a piece of green canvas and a blue spoon and a sandal and what looked to be a broomstick.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Next to us, a child throws a plastic bag with the leftovers of what he was eating into the river.<\/span><\/p>\n<p>&nbsp;<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n<section id=\"anchor_block_c19d6e302fc4545f9c36b7aa2826c91b\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_c19d6e302fc4545f9c36b7aa2826c91b\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/12_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Municipal worker retrieving garbage from a river that cuts through the north of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_c19d6e302fc4545f9c36b7aa2826c91b\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The waste collection and recycling scheme in Jakarta is woefully inadequate for managing all of the waste generated in the city. Most of the landfills have exceeded their original capacity and suffer from poor management, and much of the waste ends up in illegal dumpsites or is leaked into the environment. Nor are the clean-up schemes and equipment designated for watershed decontamination sufficient for removing all of the garbage floating in the city's waterways.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>A <a href=\"https:\/\/theconversation.com\/research-indonesias-ciliwung-among-the-worlds-most-polluted-rivers-131207\" target=\"_blank\" rel=\"noreferrer noopener\">study<\/a> by the NGO Waste4Change showed that nearly 20,000 pieces of macroplastic (those measuring more than 5 millimeters) per hour are emptied into Jakarta Bay from the Ciliwung River alone.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_d9c138c78d0f58cad7ad0e034ac0303a\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_d9c138c78d0f58cad7ad0e034ac0303a\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/13_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Aeriel view of the mouth of the Ciliwung River as it empties into Jakarta Bay. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_d9c138c78d0f58cad7ad0e034ac0303a\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The shanty towns in the north of Jakarta, on the Java Sea, have traditionally been fishing villages. They are also home to some of the city's poorest residents. Thousands of families depend on the polluted waters of the bay for their livelihood.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_721179a12e0603a20291be45f35fcda7\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_721179a12e0603a20291be45f35fcda7\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/15_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Fishermen fishing in Jakarta Bay. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_721179a12e0603a20291be45f35fcda7\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Every morning small fishing boats crowd the city's northern coastline. Flags have been placed in some areas where the amount of garbage and other waste that has accumulated on the seabed is so great that it can actually damage the boats.<\/p>\n<\/div><\/div><\/div>\n\n\n\n<section id=\"two_images-block_4f569a5d4eb71e2b8dc3f6e676467762\" class=\"block_two_images\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/16_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"two_images-block_4f569a5d4eb71e2b8dc3f6e676467762_1\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/16_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta left\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Fish market in northern Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/17_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"two_images-block_4f569a5d4eb71e2b8dc3f6e676467762_2\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/09\/17_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta right\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A meal of fish served in a home in the center of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>In recent years, researchers have <a href=\"https:\/\/www.straitstimes.com\/asia\/se-asia\/dont-consume-fish-mussels-from-jakarta-bay-because-of-toxic-compounds-in-waters-expert\">warned<\/a> of the risk of pollution affecting the fish caught in Jakarta Bay, particularly after detecting unusually high levels of mercury and other heavy metals in mussels and other types of fish.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"access-to-water\" class=\"block_anchor_section background_image full_width full_width_mb yes_anchor_resp video  \" data-section-title=\"ACCESS TO WATER\">\n\t\n\t\t\t<div class=\"container\">\n\t\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t\t<div class=\"col-12 col-md-10 pb-1\">\n\t\t\t\t\t<h2>ACCESS TO WATER<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n\t<div class=\"full-img-bg video-anchor\" id=\"back-access-to-water\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Central Jakarta.<strong> \u00a9 Santi Palacios for Sonda Internacional <\/strong><\/span><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t\t\n\t\t<video id=\"bgvid-block-access-to-water\" data-videoid=\"access-to-water\" class=\"bgvid-block full_image full_width\" poster=\"\" playsinline preload loop muted >\n\t\t\t<source src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/31_santi-palacios_indonesia_sonda-internacional_r-1.mp4\" type=\"video\/mp4\">\t\t<\/video>\n\t\t<div id=\"unmute-button\"><\/div>\n\t\t\n\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"access-to-water\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Polluted rivers mean that access to drinking water is limited to groundwater, bottled water and running water that should come from the taps of homes and businesses. But the city\u2019s water supply system is sorely outdated, in a poor state of repair and operates with a limited scope. Many of the pipelines and water mains date from Dutch colonial times, when a water distribution system was installed in what was then the European quarter. The poor state of repair of the system means that a significant amount of water leaks from cracks in the pipeline before reaching taps. In 2021, leaking pipes stripped the city of <a href=\"https:\/\/voi.id\/en\/news\/100947\/pam-jaya-admits-44-percent-of-water-pipes-in-jakarta-leaking\" target=\"_blank\" rel=\"noreferrer noopener\">nearly 44%<\/a> of its total water supply.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Estimates show that water from pipelines accounts for a mere <a href=\"https:\/\/iwaponline.com\/h2open\/article\/5\/2\/221\/88196\/Jakarta-water-supply-provision-strategy-based-on\" target=\"_blank\" rel=\"noreferrer noopener\">32%<\/a> of the total amount of water used in the city. The remaining 68% is extracted from wells, bought bottled, or obtained through <em>nyelang<\/em> (derived from 'slang', the Dutch word for hose), the informal practice of buying water from neighbors who have wells or running water. The poorer the household, <a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S0197397516306816%23fn19\" target=\"_blank\" rel=\"noreferrer noopener\">the more extensive<\/a> the practice.&nbsp;<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The city also uses millions of liters of bottled water per year.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_7b7f72458dc377b7644f89dcf9008f75\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_7b7f72458dc377b7644f89dcf9008f75\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/22_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Tienda de agua mineral en el sur de Yakarta. <\/span><b>\u00a9 Santi Palacios para Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_7b7f72458dc377b7644f89dcf9008f75\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Many of the wells are found in high-income areas. In the south of Jakarta, for example, water that is extracted from a depth of 100 feet is potable after minimal treatment. In the north of the city, in contrast, the proximity of the sea makes it difficult to find fresh water in the subsoil. This disparity is paradoxical: those with fewer resources are the ones who are forced to spend the <a href=\"https:\/\/documents1.worldbank.org\/curated\/en\/099230103072290487\/pdf\/P17075703872a603a085b004de6ca21efb7.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">most money<\/a> on water.<\/p>\n<\/div><\/div><\/div>\n\n\n\n<section id=\"two_images-block_116d9a07fb7ac283a086c59934982cfc\" class=\"block_two_images\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/23_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"two_images-block_116d9a07fb7ac283a086c59934982cfc_1\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/23_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta left\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A delivery boy distributes water to homes in Muara Baru, in the north of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/24_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"two_images-block_116d9a07fb7ac283a086c59934982cfc_2\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/24_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta right\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Water filling station in Muara Baru, in the north of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The Constitution of Indonesia states that the water supply shall be controlled by the state, but in 1990 a wave of privatization swept the country and two companies \u2014British-owned Thames Water and the French-based utility company Suez\u2014 took over water supply management in Jakarta. This was maintained until 2006, when the shares were sold to local companies (only Suez maintained a minority interest). In 2015, a court in Jakarta ruled that privatization of the water supply was unconstitutional and ordered control to be returned to the state.&nbsp;<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Currently the publicly owned tap water company PAM Jaya supervises water distribution in Jakarta, although actual distribution has been awarded to two private companies in the wake of a privatization law that has not yet been superseded. \u201c400 companies supply running water in Indonesia, but 50% of these do not supply safe drinking water,\u201d says Sumengen Sutomo.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>There are consequently hundreds of companies, both national and foreign, aiming to make a profit from the bottled water business.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_2abc3c5b097cd8b1a06bd8be5ae51bcc\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_2abc3c5b097cd8b1a06bd8be5ae51bcc\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/28_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Community in the center of Jakarta where several families recycle plastic, cardboard and other materials. <\/span><strong>\u00a9 Santi Palacios for Sonda Internacional<\/strong><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_2abc3c5b097cd8b1a06bd8be5ae51bcc\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center heading-block\"><div class=\"col-12 col-md-10 pb-1\">\n<h2 class=\"wp-block-heading\"><strong>The Price of Water<\/strong><\/h2>\n<\/div><\/div><\/div>\n\n\n<section id=\"image_content-block_c92e039bc2ea9016ba7048b5ca466ba7\" class=\"block_image_content background_image\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-12\">\n\t\t\t\t<div class=\"full-img-bg\">\n\t\t\t\t\t\n\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/19_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"image_content-block_c92e039bc2ea9016ba7048b5ca466ba7\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t<img decoding=\"async\" class=\"full_image\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/19_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda\"> \n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"caption-cta\">\n\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Sopiah, 57, holds up a photo that shows her drinking water from a jug. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center heading-block\"><div class=\"col-12 col-md-10 pb-1\">\n<h4 class=\"has-text-align-center wp-block-heading\"><strong>Sopiah<\/strong><\/h4>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Sopiah is 57 and lives with her family in Muara Baru, one of the areas of north Jakarta that inch by inch is sinking into the sea. They have no running water because the pipelines do not reach their house. Nor are there any wells nearby, because saltwater intrusion from their proximity to the sea has degraded the quality of freshwater aquifers. Three times a week the family buys water from a neighbor who does have running water, paying 50,000 rupiahs (around $3.50) each time they fill the tank. Sopiah calculates that the family, with five children and a three-year-old granddaughter, uses around 53 gallons of water per day. Buying water eats up nearly 30% of her monthly income.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"image_content-block_418be18e10f818d387e13084b3135cf6\" class=\"block_image_content background_image\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-12\">\n\t\t\t\t<div class=\"full-img-bg\">\n\t\t\t\t\t\n\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/20_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"image_content-block_418be18e10f818d387e13084b3135cf6\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t<img decoding=\"async\" class=\"full_image\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/20_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda\"> \n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"caption-cta\">\n\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Jabal holds up a photo that shows him boiling water for drinking. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Jabal and his wife, Nur Ellah, live in Bukit Duri in a very precarious shanty town on the Ciliwung River. Behind his house is a hand pump for pumping groundwater which the family uses for bathing and washing clothes. Water for drinking and cooking is purchased from a man who obtains it from the municipal water distribution system and resells it in blue jugs.&nbsp;Before use, they must boil it. They make their living from a small shop where they sell home cooked food. They use around three jugs of water a day, which they buy for 3,000 rupiahs each (about 20 cents). This adds up to 280,000 rupiahs a month, nearly the same as what the couple pays for their monthly rent.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"image_content-block_d47997d739bda06ecdb3b9eeef8cf62c\" class=\"block_image_content background_image\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-12\">\n\t\t\t\t<div class=\"full-img-bg\">\n\t\t\t\t\t\n\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/21_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"image_content-block_d47997d739bda06ecdb3b9eeef8cf62c\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t<img decoding=\"async\" class=\"full_image\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/21_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda\"> \n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"caption-cta\">\n\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Illian holds up a photo that shows him drinking mineral water. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Illian Deta Arta Sari lives in a large house in the center of the city. She buys a well-known international brand of mineral water for drinking. She uses one gallon a day, which costs her 23,000 rupiahs (around $1.50). For everything else, she uses tap water. She says that it is fairly clean and that supply is consistent. She has lived in this house since 2010 and has only been left without water three times, always as a result of flooding. On those occasions she went to his neighbor for water, as she has a well behind her house.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"image_content-block_99f2659662f4e9263e04481bd715f080\" class=\"block_image_content background_image\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-12\">\n\t\t\t\t<div class=\"full-img-bg\">\n\t\t\t\t\t\n\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"image_content-block_99f2659662f4e9263e04481bd715f080\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t<img decoding=\"async\" class=\"full_image\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda\"> \n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"caption-cta\">\n\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Dian holds up a photo that shows her drinking filtered well water. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>Dian Islamiati Fatwa lives in a residential area in the south of Jakarta, in a villa measuring nearly 11,000 square feet with a garden, a pool, and an auxiliary building with ten studio apartments that she leases. There is running water on the property, but they use groundwater from a private well with a powerful electric pump. They filter the water before consuming it, but they do not need to boil it. They also use well water for laundry, washing the car, and multiple showers daily. She pays nothing for her water supply, which is extracted directly from the subsoil, but she pays $200 a month for electricity.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"jakarta-is-sinking\" class=\"block_anchor_section background_image full_width full_width_mb yes_anchor_resp video  \" data-section-title=\"JAKARTA IS SINKING\">\n\t\n\t\t\t<div class=\"container\">\n\t\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t\t<div class=\"col-12 col-md-10 pb-1\">\n\t\t\t\t\t<h2>JAKARTA IS SINKING<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n\t<div class=\"full-img-bg video-anchor\" id=\"back-jakarta-is-sinking\">\n\t\t\n\t\t\t\t\n\t\t<video id=\"bgvid-block-jakarta-is-sinking\" data-videoid=\"jakarta-is-sinking\" class=\"bgvid-block full_image full_width\" poster=\"\" playsinline preload loop muted >\n\t\t\t<source src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/03_video-yakarta.mp4\" type=\"video\/mp4\">\t\t<\/video>\n\t\t<div id=\"unmute-button\"><\/div>\n\t\t\n\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"jakarta-is-sinking\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The gradual reduction of aquifers has significantly eroded the land on which the city is built. The problem is compounded by the weight of the buildings and rising sea levels. Together these factors have bestowed upon Jakarta the title of fastest sinking world capital. And it is plain to see: in suburbs like Muara Baru in the north, residents will point out areas that only a few years ago were dry land, now are underwater.<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_d193066e5adcdddb9b3aa259938b3db4\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_d193066e5adcdddb9b3aa259938b3db4\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/dji_0047.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Aeriel view of a water retaining wall built in the north of Jakarta to halt the advance of the sea. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_d193066e5adcdddb9b3aa259938b3db4\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The predictions are bleak. The aquifers continue to disappear, the sea level continues to rise, and some coastal areas are sinking at a rate of nearly eight inches per year. The sinking land also means that annual flooding worsens every year. Rivers burst their banks, and the canal system \u2014a legacy from colonial times, choked with mud and garbage\u2014 is unable to drain the water that accumulates from the rainfall and ends up flooding the city.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 mt-5 mb-5\">\n<figure class=\"wp-block-video\"><video height=\"1080\" style=\"aspect-ratio: 1920 \/ 1080;\" width=\"1920\" controls src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/01_video-yakarta.mp4\"><\/video><\/figure>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_315966dc989d258bf3345dbbd38c46a6\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_315966dc989d258bf3345dbbd38c46a6\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/33_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A street vendor selling satay is caught in a flash flood in the center of Jakarta.\u00a0 <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_315966dc989d258bf3345dbbd38c46a6\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>This situation, together with the chronic traffic problems in Jakarta, prompted the Parliament to pass a <a href=\"https:\/\/www.reuters.com\/world\/asia-pacific\/indonesia-passes-law-relocate-capital-remote-borneo-2022-01-18\/\" target=\"_blank\" rel=\"noreferrer noopener\">law<\/a> last January to partially relocate the capital to the island of Borneo. The new city will be called Nusantara (\u201cArchipelago\u201d in Indonesian), and it is expected that the project will be executed in several phases between 2022 and 2045.<\/p>\n<\/div><\/div><\/div>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The decision has raised many doubts. On the one hand, there is the astronomical cost \u2014around 33 billion dollars, although the government claims that only 20% will be taken from the public coffers. On the other, the project will have a significant impact on the region of East Kalimantan (Borneo), where it is expected to be executed. There are concerns that the environmental and human impact of a metropolis like Jakarta will be transferred, even if only in part, to what is now jungle.<\/p>\n<\/div><\/div><\/div>\n\n\n\n<section id=\"two_images-block_368bc4aa34934cdb37e2316ee35f7658\" class=\"block_two_images\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/29_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"two_images-block_368bc4aa34934cdb37e2316ee35f7658_1\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/29_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta left\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">An electrical storm over Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/36_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"two_images-block_368bc4aa34934cdb37e2316ee35f7658_2\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/36_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta right\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Nur and her husband Jabal walk through their neighborhood, which has been flooded by the rain and the rising waters of the Ciliwung. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n\n<section id=\"anchor_block_56c4f396fe88e3355751b58fc2a520c5\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_56c4f396fe88e3355751b58fc2a520c5\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/32_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Water retaining wall in Muara Baru, in the north of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_56c4f396fe88e3355751b58fc2a520c5\");\n\n<\/script>\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>While the Nusantara project is still in the planning stages, Jakarta continues to look for ways to protect its coastline. Starting in 2002, water retaining walls have been built in several coastal areas of the city. Since 2014, an ambitious plan to build the <em>Great Sea Wall<\/em> has been on the table. This was conceived as an enormous three-layer coastal barrier that would serve to halt the advance of the sea, act as a promenade, and at the same time, as a type of dam for the rivers that cut through the city. The project has been reevaluated several times, and while some progress has been made in the planning stages, it has been postponed due to the prohibitive costs of implementation.<\/p>\n<\/div><\/div><\/div>\n\n\n\n<section id=\"two_images-block_7ef654f366456ca24a166cce64e3cb23\" class=\"block_two_images\">\n\t<div class=\"container\">\n\t\t<div class=\"row justify-content-center align-items-start\">\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/34_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"two_images-block_7ef654f366456ca24a166cce64e3cb23_1\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/34_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"Sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta left\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">Excavators at the ready for drainage operations in northern Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-6 mb-3\">\n\t\t\t\t<div class=\"responsive_image\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/35_santi-palacios_yakarta_sonda-internacional-.jpg\" data-lightbox=\"two_images-block_7ef654f366456ca24a166cce64e3cb23_2\" data-title=\"\" class=\"img-lightbox-link\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/35_santi-palacios_yakarta_sonda-internacional-.jpg\" alt=\"sonda internacional\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"caption-cta right\">\n\t\t\t\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">A man tries to bail water out of his flooded house in the center of Jakarta. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n<div class=\"container\"><div class=\"row align-items-center justify-content-center\"><div class=\"col-12 col-md-10 pb-1\">\n<p>The ramifications of a sinking Jakarta are a colossal challenge. In this context, the risk lies in that large infrastructure projects \u2014the wall, or moving the capital\u2014 can divert attention from a more pressing need: \u201cA lack of safe drinking water,\u201d insists Sumengen Sutomo. Availability is \u201cnot a problem of technology, but rather of water management.\u201d<\/p>\n<\/div><\/div><\/div>\n\n\n<section id=\"anchor_block_66e5a7fbc58f61bb2fc1c1a4a05b2573\" class=\"block_anchor_section background_image real_ratio full_width_mb yes_anchor_resp image  \" >\n\t\n\t<\/section>\n\n\t<div class=\"full-img-bg img_block_anchor_section\" id=\"back-anchor_block_66e5a7fbc58f61bb2fc1c1a4a05b2573\">\n\t\t<img decoding=\"async\" class=\"full_image real_ratio\" data-original-width=\"2000\" data-original-height=\"1333\" src=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/30_santi-palacios_yakarta_sonda-internacional-.jpg\" loading=\"lazy\">\n\t\t\n\t\t\t\t\t<div class=\"caption-cta caption-real_ratio\">\n\t\t\t\t<div class=\"caption-text\"><p><span style=\"font-weight: 400;\">The Wal Adhuna mosque in the north of Jakarta lies partially underwater, as it succumbs to rising sea levels. <\/span><b>\u00a9 Santi Palacios for Sonda Internacional<\/b><\/p>\n<\/div>\n\t\t\t\t<span id=\"info-icon\" class=\"info-icon\" href=\"\"><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<!-- <script type=\"text\/javascript\">\n\tvar idVid = \"bgvid-block-\"+\"\";\n\tvar anchorVid = document.getElementById(idVid);\n\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tanchorVid.removeAttribute(\"autoplay\");\n\t\tanchorVid.pause();\n\t}\n\t\n\tif(anchorVid != null) {\n\t\tif (anchorVid.hasAttribute(\"controls\")) {\n\t\t anchorVid.removeAttribute(\"controls\")   \n\t  }\n\t}\n\t\n<\/script> -->\n\n<script>\n\t(function(id) {\n\tlet selectorVideo = \"#back-\" + id + \" #bgvid-block-\" + id;\n\tlet fullvid = document.querySelector(selectorVideo);\n\tlet soundButton = document.querySelector(\"#back-\" + id + \" #unmute-button\");\n\t\n\tif (!fullvid || !soundButton) return;\n\t\n\tif (window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\tfullvid.removeAttribute(\"autoplay\");\n\t\tfullvid.pause();\n\t  }\n\t\n\n\t  function vidFade() {\n\t\tfullvid.classList.add(\"stopfade\");\n\t  }\n\t  if(fullvid) {\n\t\tfullvid.addEventListener('ended', function() {\n\t\t\t\/\/ only functional if \"loop\" is removed \n\t\t\tfullvid.pause();\n\t\t\t\/\/ to capture IE10\n\t\t\tvidFade();\n\t\t}); \n\t\t\n\t\tfullvid.addEventListener(\"click\", toggleSound);\n\t\tsoundButton.addEventListener(\"click\", toggleSound);\n\t\t\n\t\tfunction toggleSound() {\n\t\t\tlet blockParent = fullvid.parentElement;\n\t\t\tif(fullvid.muted == true) {\n\t\t\t\t\tblockParent.classList.remove('muted');\n\t\t\t\t\tblockParent.classList.add(\"unmuted\");\n\t\t\t\t\tfullvid.muted = false;\n\t\t\t} else {\n\t\t\t\t\tblockParent.classList.remove('unmuted');\n\t\t\t\t\tblockParent.classList.add(\"muted\");\n\t\t\t\t\tfullvid.muted = true;\n\t\t\t}\n\t\t}\n\t  }\n\t  \n\tlet isPlaying = false; \n\t  \n\n\t  \n\tconst handleScroll = () => {\n\t\tlet windowHeight = window.innerHeight * 0.9;\n\t\tlet scrollPosition = window.scrollY;\n\t\tlet videoElements = document.querySelectorAll(\".block_anchor_section + .video-anchor video\");\n\t\tvideoElements.forEach(function(videoElement) {\n\t\t\tif (scrollPosition <= windowHeight) {\n\t\t\t\t videoElement.style.cursor = \"auto\";\n\t\t\t} else {\n\t\t\t\tvideoElement.style.removeProperty('cursor')\n\t\t\t}\n\t\t});\n\t}\n\t  \n\tdocument.addEventListener('scroll', scrollOnScreen());\n\t  const scrollOnScreen = () => {\n\t\t\tlet rect = fullvid.parentElement.getBoundingClientRect();\n\t\t\tlet wh = (window.innerHeight) ? window.innerHeight : document.documentElement.clientHeight;\n\n\t\t\tlet isFullyVisible = ((rect.top >= 0) && (rect.bottom <= wh));\n\n\t\t\tif (isFullyVisible){\n\t\t\t\tif(!isPlaying) {\n\t\t\t\t\tfullvid.play();\n\t\t\t\t\tisPlaying = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!isFullyVisible){\n\t\t\t\tif (isPlaying) {\n\t\t\t\t\tfullvid.pause();\n\t\t\t\t\tfullvid.muted = true; \/\/ Silencia el video por si se pausa\n\t\t\t\t\tisPlaying = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t  handleScroll()\n\n\n\t\/\/window.addEventListener(\"scroll\", handleScroll);\n\n\t\n\t  \/\/ var isIphone = \/iPhone\/.test(navigator.userAgent) &#038;&#038; !window.MSStream;\n\t  \/\/ if (isIphone) {\n\t\t\/\/ soundButton.style.display = 'none';\n\t\t\/\/ fullvid.setAttribute(\"controls\", \"controls\");  \n\t  \/\/ }\n\t})(\"anchor_block_66e5a7fbc58f61bb2fc1c1a4a05b2573\");\n\n<\/script>","protected":false},"featured_media":11279,"parent":2317,"menu_order":37,"template":"templates\/reportajes.php","publicaciones-proyectos":[49],"sonda-tag":[168],"class_list":["post-2315","project","type-project","status-publish","has-post-thumbnail","hentry","publicaciones-proyectos-story","sonda-tag-water"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The Most Expensive Polluted Water in the World - SONDA Internacional<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Most Expensive Polluted Water in the World - SONDA Internacional\" \/>\n<meta property=\"og:description\" content=\"Water is becoming increasingly scarce. This, of course, is nothing new. Nor is the fact that a significant percentage of natural disasters \u2014nine out of ten according to the World Bank\u2014 are also linked to water. Even as the global population nears 8 billion inhabitants and the frequency of extreme water-related natural phenomena increases, close...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/\" \/>\n<meta property=\"og:site_name\" content=\"SONDA Internacional\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SONDAinternacional\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-24T23:00:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1333\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg\" \/>\n<meta name=\"twitter:site\" content=\"@SondaInt\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/\",\"url\":\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/\",\"name\":\"The Most Expensive Polluted Water in the World - SONDA Internacional\",\"isPartOf\":{\"@id\":\"https:\/\/sondainternacional.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg\",\"datePublished\":\"2022-10-24T23:15:00+00:00\",\"dateModified\":\"2024-11-24T23:00:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#primaryimage\",\"url\":\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg\",\"contentUrl\":\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg\",\"width\":2000,\"height\":1333},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Sonda Internacional\",\"item\":\"https:\/\/sondainternacional.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Megacities and pollution\",\"item\":\"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The Most Expensive Polluted Water in the World\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sondainternacional.com\/en\/#website\",\"url\":\"https:\/\/sondainternacional.com\/en\/\",\"name\":\"SONDA Internacional\",\"description\":\"Sonda internacional - Periodismo Visual sobre la Crisis Clim\u00e1tica\",\"publisher\":{\"@id\":\"https:\/\/sondainternacional.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sondainternacional.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sondainternacional.com\/en\/#organization\",\"name\":\"Sonda Internacional\",\"url\":\"https:\/\/sondainternacional.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sondainternacional.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/03\/logotipo-sonda-3.png\",\"contentUrl\":\"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/03\/logotipo-sonda-3.png\",\"width\":576,\"height\":195,\"caption\":\"Sonda Internacional\"},\"image\":{\"@id\":\"https:\/\/sondainternacional.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SONDAinternacional\/\",\"https:\/\/x.com\/SondaInt\",\"https:\/\/www.instagram.com\/sondainternacional\/\",\"https:\/\/www.linkedin.com\/company\/sonda-internacional\/\",\"https:\/\/www.youtube.com\/channel\/UCfXRwpt3KDr2WtAMXMRfUhw\",\"https:\/\/en.wikipedia.org\/wiki\/Santi_Palacios\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Most Expensive Polluted Water in the World - SONDA Internacional","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/","og_locale":"en_US","og_type":"article","og_title":"The Most Expensive Polluted Water in the World - SONDA Internacional","og_description":"Water is becoming increasingly scarce. This, of course, is nothing new. Nor is the fact that a significant percentage of natural disasters \u2014nine out of ten according to the World Bank\u2014 are also linked to water. Even as the global population nears 8 billion inhabitants and the frequency of extreme water-related natural phenomena increases, close...","og_url":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/","og_site_name":"SONDA Internacional","article_publisher":"https:\/\/www.facebook.com\/SONDAinternacional\/","article_modified_time":"2024-11-24T23:00:55+00:00","og_image":[{"width":2000,"height":1333,"url":"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg","twitter_site":"@SondaInt","twitter_misc":{"Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/","url":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/","name":"The Most Expensive Polluted Water in the World - SONDA Internacional","isPartOf":{"@id":"https:\/\/sondainternacional.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#primaryimage"},"image":{"@id":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#primaryimage"},"thumbnailUrl":"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg","datePublished":"2022-10-24T23:15:00+00:00","dateModified":"2024-11-24T23:00:55+00:00","breadcrumb":{"@id":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#primaryimage","url":"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg","contentUrl":"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/10\/25_santi-palacios_sonda-internacional_ig-1.jpg","width":2000,"height":1333},{"@type":"BreadcrumbList","@id":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/the-more-expensive-polluted-water-in-the-world\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Sonda Internacional","item":"https:\/\/sondainternacional.com\/en\/"},{"@type":"ListItem","position":2,"name":"Megacities and pollution","item":"https:\/\/sondainternacional.com\/en\/proyectos\/megacities-and-pollution\/"},{"@type":"ListItem","position":3,"name":"The Most Expensive Polluted Water in the World"}]},{"@type":"WebSite","@id":"https:\/\/sondainternacional.com\/en\/#website","url":"https:\/\/sondainternacional.com\/en\/","name":"SONDA Internacional","description":"Sonda internacional - Periodismo Visual sobre la Crisis Clim\u00e1tica","publisher":{"@id":"https:\/\/sondainternacional.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sondainternacional.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sondainternacional.com\/en\/#organization","name":"Sonda Internacional","url":"https:\/\/sondainternacional.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sondainternacional.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/03\/logotipo-sonda-3.png","contentUrl":"https:\/\/sondainternacional.com\/wp-content\/uploads\/2022\/03\/logotipo-sonda-3.png","width":576,"height":195,"caption":"Sonda Internacional"},"image":{"@id":"https:\/\/sondainternacional.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SONDAinternacional\/","https:\/\/x.com\/SondaInt","https:\/\/www.instagram.com\/sondainternacional\/","https:\/\/www.linkedin.com\/company\/sonda-internacional\/","https:\/\/www.youtube.com\/channel\/UCfXRwpt3KDr2WtAMXMRfUhw","https:\/\/en.wikipedia.org\/wiki\/Santi_Palacios"]}]}},"_links":{"self":[{"href":"https:\/\/sondainternacional.com\/en\/wp-json\/wp\/v2\/project\/2315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sondainternacional.com\/en\/wp-json\/wp\/v2\/project"}],"about":[{"href":"https:\/\/sondainternacional.com\/en\/wp-json\/wp\/v2\/types\/project"}],"up":[{"embeddable":true,"href":"https:\/\/sondainternacional.com\/en\/wp-json\/wp\/v2\/project\/2317"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sondainternacional.com\/en\/wp-json\/wp\/v2\/media\/11279"}],"wp:attachment":[{"href":"https:\/\/sondainternacional.com\/en\/wp-json\/wp\/v2\/media?parent=2315"}],"wp:term":[{"taxonomy":"publicaciones-proyectos","embeddable":true,"href":"https:\/\/sondainternacional.com\/en\/wp-json\/wp\/v2\/publicaciones-proyectos?post=2315"},{"taxonomy":"sonda-tag","embeddable":true,"href":"https:\/\/sondainternacional.com\/en\/wp-json\/wp\/v2\/sonda-tag?post=2315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}