ORA

Sofia Nemenmann

ORA Latin America Partner

Argentina

Sofia Nemenmann is an ecofeminist activist who lives in Bariloche, Argentina. In 2013, together with a great friend, she co-founded Río Santa Cruz Sin Represas, a socio-environmental project that aims to stop the construction of two mega hydroelectric dams on the Santa Cruz River. Based on this project, she directed a documentary called “El último río de la patagonia” (The Last Free River of Patagonia). She is currently co-director of the Argentine Association of Environmental Lawyers and advisor for Argentina of the Global Greengrants Fund.

POSTS BY THIS CREATOR

window.addEventListener('elementor/frontend/init', () => { elementorFrontend.hooks.addAction('frontend/element_ready/global', function () { const items = document.querySelectorAll('.swiper.elementor-loop-container .swiper-slide:not(.swiper-slide-duplicate)'); if (items.length <= 2) { document.querySelectorAll('.swiper.elementor-loop-container').forEach((carousel) => { if (carousel.swiper) { const swiper = carousel.swiper; // Destroy the current looped Swiper instance swiper.destroy(true, true); // Re-initialize without loop new Swiper(carousel, { loop: false, slidesPerView: swiper.params.slidesPerView || 1, spaceBetween: swiper.params.spaceBetween || 10, navigation: swiper.params.navigation || {}, pagination: swiper.params.pagination || {}, breakpoints: swiper.params.breakpoints || {} }); } }); } }); });