{"id":71715,"date":"2023-07-04T06:33:11","date_gmt":"2023-07-04T06:33:11","guid":{"rendered":"https:\/\/www.greenlgenergy.com\/home\/"},"modified":"2025-07-21T07:23:30","modified_gmt":"2025-07-21T07:23:30","slug":"home","status":"publish","type":"page","link":"https:\/\/www.greenlgenergy.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Codice&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div id=\"divi-video-container\"><!-- [et_pb_line_break_holder] --><video width=\"100%\" playsinline=\"\" muted=\"\" autoplay=\"\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><source src=\"\/wp-content\/uploads\/2023\/07\/render-7.mp4\" type=\"video\/mp4\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/source><\/video><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<style><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.pointer-curs{<!-- [et_pb_line_break_holder] -->    cursor:pointer;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->video::-webkit-media-controls-panel {<!-- [et_pb_line_break_holder] -->display: none !important;<!-- [et_pb_line_break_holder] -->opacity: 1 !important;}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->(function ($) {<!-- [et_pb_line_break_holder] -->  $(document).ready(function () {<!-- [et_pb_line_break_holder] -->    $diviVideoContainer = $(\"#divi-video-container\");<!-- [et_pb_line_break_holder] -->    $diviVideo = $(\"#divi-video-container video\");<!-- [et_pb_line_break_holder] -->    videoElement = $(\"#divi-video-container video\")[0];<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->    $stop = $(\"#divi-stop\");<!-- [et_pb_line_break_holder] -->    $play = $(\"#divi-play\");<!-- [et_pb_line_break_holder] -->   <!-- [et_pb_line_break_holder] -->    $play.hide();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    videoElement.controls = false;<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->     $diviVideo.on('click', function (e) {<!-- [et_pb_line_break_holder] -->       console.log(this);<!-- [et_pb_line_break_holder] -->       e.preventDefault();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    $stop.on(\"click\", function (e) {<!-- [et_pb_line_break_holder] -->      e.preventDefault();<!-- [et_pb_line_break_holder] -->      videoElement.pause();<!-- [et_pb_line_break_holder] -->      $stop.hide();<!-- [et_pb_line_break_holder] -->      $play.show();<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->     $play.on(\"click\", function (e) {<!-- [et_pb_line_break_holder] -->      e.preventDefault();<!-- [et_pb_line_break_holder] -->      videoElement.play();<!-- [et_pb_line_break_holder] -->       $play.hide();<!-- [et_pb_line_break_holder] -->       $stop.show();<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->    $diviVideo.on(\"ended\", function() {<!-- [et_pb_line_break_holder] -->    console.log('ended');<!-- [et_pb_line_break_holder] -->    \/\/videoElement.currentTime = 0;<!-- [et_pb_line_break_holder] -->    $stop.hide();<!-- [et_pb_line_break_holder] -->    $play.show();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    $diviVideo.hover(function () {<!-- [et_pb_line_break_holder] -->      if (!videoElement.controls) {<!-- [et_pb_line_break_holder] -->        videoElement.controls = true;<!-- [et_pb_line_break_holder] -->      } else {<!-- [et_pb_line_break_holder] -->        videoElement.controls = false;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->})(jQuery);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_icon font_icon=&#8221;&#x49;||divi||400&#8243; icon_color=&#8221;#FFFFFF&#8221; icon_width=&#8221;70px&#8221; align=&#8221;right&#8221; admin_label=&#8221;Play&#8221; module_id=&#8221;divi-play&#8221; module_class=&#8221;pointer-curs&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-201px||||false|false&#8221; custom_margin_tablet=&#8221;-201px||||false|false&#8221; custom_margin_phone=&#8221;-142px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_icon][et_pb_icon font_icon=&#8221;&#x5f;||divi||400&#8243; icon_color=&#8221;#FFFFFF&#8221; icon_width=&#8221;70px&#8221; align=&#8221;right&#8221; admin_label=&#8221;Stop&#8221; module_id=&#8221;divi-stop&#8221; module_class=&#8221;pointer-curs&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-201px||||false|false&#8221; custom_margin_tablet=&#8221;-201px||||false|false&#8221; custom_margin_phone=&#8221;-142px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_icon][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.22.2&#8243; vertical_offset=&#8221;-120px&#8221; z_index=&#8221;999&#8243; vertical_offset_tablet=&#8221;-50px&#8221; vertical_offset_phone=&#8221;-40px&#8221; vertical_offset_last_edited=&#8221;on|phone&#8221; width=&#8221;92%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;20px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|&#8221; animation_style=&#8221;flip&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.21.0&#8243; background_color=&#8221;#0096B1&#8243; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|25px|25px|25px|25px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; header_4_text_align=&#8221;center&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4 class=\"p1\">MISSION<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.23&#8243; text_font=&#8221;Muli||||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_line_height=&#8221;1.8em&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;15px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Research and development of BioLPG<\/h3>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.greenlgenergy.com\/en\/mission-vision-values\/#mission&#8221; button_text=&#8221;discover more&#8221; _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; button_text_color=&#8221;#FFFFFF&#8221; button_font=&#8221;|||on|||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.21.0&#8243; background_color=&#8221;#86BC25&#8243; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|25px|25px|25px|25px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; header_4_text_align=&#8221;center&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4 class=\"p1\">VISION<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.22.2&#8243; text_font=&#8221;Muli||||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_line_height=&#8221;1.8em&#8221; header_3_font=&#8221;||||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;15px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Supporting the energy <strong>decarbonisation process<\/strong><\/h3>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.greenlgenergy.com\/en\/mission-vision-values\/#vision&#8221; button_text=&#8221;discover more&#8221; _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; button_text_color=&#8221;#FFFFFF&#8221; button_font=&#8221;|||on|||||&#8221; custom_margin=&#8221;7px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.21.0&#8243; background_color=&#8221;#8658A0&#8243; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; border_radii=&#8221;on|25px|25px|25px|25px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; header_4_text_align=&#8221;center&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4 class=\"p1\">VALUES<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.22.2&#8243; text_font=&#8221;Muli||||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_line_height=&#8221;1.8em&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;15px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Develop, scale and deploy innovative energy solutions<\/h3>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.greenlgenergy.com\/en\/mission-vision-values\/#valori&#8221; button_text=&#8221;discover more&#8221; _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; button_text_color=&#8221;#FFFFFF&#8221; button_font=&#8221;|||on|||||&#8221; custom_margin=&#8221;7px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Introduzione&#8221; _builder_version=&#8221;4.21.0&#8243; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;8px||0px|||&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.22.2&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;off|desktop&#8221; custom_padding=&#8221;10px||120px||false|false&#8221; custom_padding_tablet=&#8221;50px||||false|false&#8221; custom_padding_phone=&#8221;50px||80px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.23&#8243; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;24px&#8221; text_line_height=&#8221;1.4em&#8221; header_font=&#8221;|600|||||||&#8221; header_font_size=&#8221;26px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 class=\"p1\">Green LG Energy is the strategic joint venture established on 6 July 2022 in Milan (Italy)<\/h1>\n<p class=\"p1\">It has among its goals to <strong>develop<\/strong> new technologies intended for the <strong>production<\/strong> and <strong>distribution<\/strong> of LPG derived from renewable sources.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxMzU4In19@&#8221; button_text=&#8221;ABOUT US PAGE &#8221; button_alignment=&#8221;left&#8221; _builder_version=&#8221;4.22.1&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; header_font=&#8221;||||||||&#8221; header_4_font_size=&#8221;14px&#8221; header_4_letter_spacing=&#8221;1px&#8221; header_5_font_size=&#8221;13px&#8221; custom_margin=&#8221;|50px|||false|false&#8221; custom_margin_tablet=&#8221;|50px|||false|false&#8221; custom_margin_phone=&#8221;|20px|||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\"><strong>Bio-fuels<\/strong> are an effective solution for decarbonisation and reduction of greenhouse gases, but they are also the real Italian way towards an Energy Transition and Sovereignty.<br \/>It is a new approach to energy, necessary to respond concretely to the needs of families and businesses: to live, to move, to produce, to grow. A <strong>renewable<\/strong>, <strong>circular<\/strong> and <strong>clean energy<\/strong>, capable of supporting today&#8217;s projects without compromising the future.<br \/>In this scenario, <strong>GLG Energy<\/strong>&#8216;s commitment to the development of a Bio-LPG molecule obtained from waste according to the principles of the circular economy takes on a strategic value. It is not just technological innovation: it is the construction of a fairer, more equitable, human-scale energy system.<br \/><strong>A system that guarantees the right to energy together with the right to a healthy, liveable environment.<\/strong><br \/><strong>GLG Energy<\/strong> was born precisely from the awareness that this decisive challenge cannot be won with ideological rigidity, but with investment and research, starting from the reality and daily needs of families and businesses.<br \/>An evidence that even Europe has begun to realise and that gives our commitment an even greater boost.<br \/>More than half a century ago, pioneers in the industry realised the potential of this fuel as a source of clean energy.<br \/>Today, the same companies that founded it then are leading the second LPG revolution: <strong>Bio<\/strong>, <strong>100% Green<\/strong> and usable without problems in the existing infrastructure.<br \/>I thank these companies and those who lead them for the trust they have placed in me, but above all for their obstinate will to continue looking to the Future with that optimism that has always made the Italian economy great.<\/p>\n<p><strong>TOMMASO MORONI ZUCCHI<\/strong><\/p>\n<h5 class=\"p1\">PRESIDENTE E AD DI GREEN LG ENERGY<\/h5>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Eventi&#8221; _builder_version=&#8221;4.22.2&#8243; background_color=&#8221;#D2DCDC&#8221; custom_padding=&#8221;100px||100px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;80px||80px||true|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.16&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; text_font=&#8221;Poppins|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_line_height=&#8221;1em&#8221; text_orientation=&#8221;center&#8221; text_text_align=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>GREEN LG ENERGY<\/h4>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.21.0&#8243; header_2_text_align=&#8221;center&#8221; max_width=&#8221;612px&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;30px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Insights_Events<\/h2>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.21.0&#8243; header_2_text_align=&#8221;center&#8221; max_width=&#8221;612px&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;30px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Insights<br \/>\nEvents<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_5,3_5&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.0&#8243; background_color=&#8221;#ffffff&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;450px&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;0px||50px||false|false&#8221; custom_padding_phone=&#8221;0px||50px||false|false&#8221; animation_style=&#8221;fade&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.0&#8243; background_color=&#8221;#afafaf&#8221; background_image=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2024\/08\/lpg-week_2024.jpg&#8221; background_position=&#8221;top_center&#8221; custom_padding=&#8221;50px||50px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;80px||80px||true|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;18px||18px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;60px||60px|18px|true|false&#8221; custom_padding_tablet=&#8221;20px|20px|0px|20px|false|true&#8221; custom_padding_phone=&#8221;20px|20px|0px|20px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; text_font=&#8221;Poppins|600||on|||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_font_size=&#8221;13px&#8221; text_line_height=&#8221;1.1em&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;35px&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; header_4_letter_spacing=&#8221;1px&#8221; background_color=&#8221;#05A886&#8243; position_origin_a=&#8221;center_right&#8221; text_orientation=&#8221;center&#8221; max_width=&#8221;120px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_margin_tablet=&#8221;-90px||20px||false|false&#8221; custom_margin_phone=&#8221;-87px||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;15px||15px||true|false&#8221; module_alignment_tablet=&#8221;left&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; text_text_align=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>18<\/h3>\n<h4>nov 2024<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.0&#8243; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;20px&#8221; header_3_font=&#8221;|600|||||||&#8221; width=&#8221;76%&#8221; custom_margin=&#8221;-100px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;-10px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;3px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Green LG Energy will be there!<\/h3>\n<p>November 18-22<br \/><strong>LPG Week<\/strong><br \/>The Global Liquid Gas Comunity in Action<\/p>\n<p><strong>CAPE TOWN<\/strong><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.22.2&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||50px||false|false&#8221; custom_padding_tablet=&#8221;0px||50px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNTM1In19@&#8221; button_text=&#8221;GO TO INSIGHTS AND EVENTS PAGE&#8221; _builder_version=&#8221;4.22.1&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.25.2&#8243; custom_padding=&#8221;70px|0px|70px||true|&#8221; da_disable_devices=&#8221;off|off|off&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.16&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||50px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; text_font=&#8221;Poppins|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_line_height=&#8221;1em&#8221; text_orientation=&#8221;center&#8221; text_text_align=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>GREEN LG ENERGY<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.21.0&#8243; header_2_text_align=&#8221;center&#8221; max_width=&#8221;612px&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;30px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Press Release<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.23&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;50%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|tablet&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:flex !important;||align-content: flex-start;||flex-wrap: wrap &#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;From LPG to BioGpl: At LPG Week in Rome recognition for Italian Green LG Energy (GLGE) research conducted by Chicago-based GTI ENERGY&#8221; url=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2023\/12\/CS-27-novembre-2023.pdf&#8221; url_new_window=&#8221;on&#8221; alt=&#8221;GLGE | Green LG Energy | Press release&#8221; module_id=&#8221;com-5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;20px&#8221; header_line_height=&#8221;1.4em&#8221; body_font=&#8221;|700|||||||&#8221; body_text_color=&#8221;#FFFFFF&#8221; background_image=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2023\/12\/comunicati-stampa-immagine-novembre-2.jpg&#8221; height=&#8221;350px&#8221; custom_margin=&#8221;|10px||10px|false|true&#8221; custom_padding=&#8221;54px|50px|54px|50px|true|true&#8221; link_option_url=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2023\/12\/CS-27-novembre-2023.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; custom_css_main_element=&#8221;max-width:370px !important;;||width:370px !important;&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&nbsp;<\/p>\n<p>NOVEMBER 2023<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;From LPG to BioLPG, Italian Green LG Energy (GLGE) main character at LPG Week&#8221; url=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2023\/11\/CS-15-novembre-2023.pdf&#8221; url_new_window=&#8221;on&#8221; alt=&#8221;GLGE | Green LG Energy | Press release&#8221; module_id=&#8221;com-4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;20px&#8221; header_line_height=&#8221;1.4em&#8221; body_font=&#8221;|700|||||||&#8221; body_text_color=&#8221;#FFFFFF&#8221; background_image=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2023\/11\/comunicati-stampa-immagine-novembre.jpg&#8221; height=&#8221;350px&#8221; custom_margin=&#8221;|10px||10px|false|true&#8221; custom_padding=&#8221;54px|50px|54px|50px|true|true&#8221; link_option_url=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2023\/11\/CS-15-novembre-2023.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; custom_css_main_element=&#8221;max-width:370px !important;;||width:370px !important;&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&nbsp;<\/p>\n<p>NOVEMBER 2023<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;BioLPG: new international partners for the project of Italian Green LG Energy&#8221; url=&#8221;\/wp-content\/uploads\/2023\/10\/CS-27Febbraio-2023-2.pdf&#8221; url_new_window=&#8221;on&#8221; alt=&#8221;GLGE | Green LG Energy | Press release&#8221; module_id=&#8221;com-3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;20px&#8221; header_line_height=&#8221;1.4em&#8221; body_font=&#8221;|700|||||||&#8221; body_text_color=&#8221;#FFFFFF&#8221; background_image=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2023\/09\/comunicati-stampa-immagini_3.jpg&#8221; height=&#8221;350px&#8221; custom_margin=&#8221;|10px||10px|false|true&#8221; custom_padding=&#8221;54px|50px|54px|50px|true|true&#8221; link_option_url=&#8221;\/wp-content\/uploads\/2023\/10\/CS-27Febbraio-2023-2.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; custom_css_main_element=&#8221;max-width:370px !important;;||width:370px !important;&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&nbsp;<\/p>\n<p>FEBRUARY 2023<\/p>\n<p>[\/et_pb_blurb][et_pb_code admin_label=&#8221;DATE COMUNICATI&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->  #com-1 .et_pb_blurb_description{<!-- [et_pb_line_break_holder] -->    padding-top:115px !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  #com-2 .et_pb_blurb_description{<!-- [et_pb_line_break_holder] -->    padding-top:60px !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  #com-3 .et_pb_blurb_description{<!-- [et_pb_line_break_holder] -->    padding-top:110px !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  #com-4 .et_pb_blurb_description{<!-- [et_pb_line_break_holder] -->    padding-top:82px !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  #com-5 .et_pb_blurb_description{<!-- [et_pb_line_break_holder] -->    padding-top:0px !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><\/style>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.22.2&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||50px||false|false&#8221; custom_padding_tablet=&#8221;0px||50px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNDY2In19@&#8221; button_text=&#8221;GO TO PRESS RELEASE PAGE&#8221; _builder_version=&#8221;4.22.1&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Comunicati&#8221; _builder_version=&#8221;4.23.1&#8243; custom_padding=&#8221;70px|0px|70px||true|&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.16&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||50px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; text_font=&#8221;Poppins|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_line_height=&#8221;1em&#8221; text_orientation=&#8221;center&#8221; text_text_align=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>GREEN LG ENERGY<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.0&#8243; header_text_align=&#8221;center&#8221; header_2_text_align=&#8221;center&#8221; max_width=&#8221;612px&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;30px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>INTERVIEWS<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.0&#8243; z_index=&#8221;999&#8243; vertical_offset_last_edited=&#8221;off|desktop&#8221; width=&#8221;92%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;20px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||true|false&#8221; animation_style=&#8221;flip&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.0&#8243; background_color=&#8221;#0096B1&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;145deg&#8221; background_color_gradient_stops=&#8221;#86bc25 0%|#0096b1 99%&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; custom_padding_tablet=&#8221;50px|50px|50px|50px|true|true&#8221; custom_padding_phone=&#8221;50px|30px|50px|30px|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|25px|25px|25px|25px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_4_text_align=&#8221;center&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; header_4_font_size=&#8221;16px&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h4 class=\"p1\">2025<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.0&#8243; text_font=&#8221;Muli||||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_line_height=&#8221;1.8em&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;15px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>European Liquid Gas Congress 2025<\/h2>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcyNzc4In19@&#8221; button_text=&#8221;discover more&#8221; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; button_text_color=&#8221;#FFFFFF&#8221; button_font=&#8221;|||on|||||&#8221; custom_margin=&#8221;0px||||false|false&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_button][et_pb_image src=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2025\/07\/12-Miniatura_Moroni-Zucchi_Part1.jpg&#8221; alt=&#8221;European Liquid Gas Congress 2025&#8243; title_text=&#8221;12-Miniatura_Moroni-Zucchi_Part1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; border_radii=&#8221;on|20px|20px|20px|20px&#8221; box_shadow_style=&#8221;preset2&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.0&#8243; background_color=&#8221;#0096B1&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;145deg&#8221; background_color_gradient_stops=&#8221;#86bc25 0%|#0096b1 99%&#8221; custom_padding=&#8221;50px|50px|50px|50px|true|true&#8221; custom_padding_tablet=&#8221;50px|50px|50px|50px|true|true&#8221; custom_padding_phone=&#8221;50px|30px|50px|30px|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|25px|25px|25px|25px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_4_text_align=&#8221;center&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; header_4_font_size=&#8221;16px&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4 class=\"p1\">2024<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.0&#8243; text_font=&#8221;Muli||||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_line_height=&#8221;1.8em&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_3_font=&#8221;||||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;15px||||false|false&#8221; custom_margin_tablet=&#8221;15px||||false|false&#8221; custom_margin_phone=&#8221;15px|20px||20px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Federchimica Public Assembly July 23, 2024<\/h2>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcyNTMyIn19@&#8221; button_text=&#8221;discover more&#8221; _builder_version=&#8221;4.27.0&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; button_text_color=&#8221;#FFFFFF&#8221; button_font=&#8221;|||on|||||&#8221; custom_margin=&#8221;7px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][et_pb_image src=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2024\/08\/01-ADOLFO-URSO_web-02.jpg&#8221; alt=&#8221;GLGE | Assemblea pubblica Federchimica-Assogasliquidi 2024 | ADOLFO URSO&#8221; title_text=&#8221;GLGE | Assemblea pubblica Federchimica-Assogasliquidi 2024 | ADOLFO URSO&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; box_shadow_style=&#8221;preset2&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.25.2&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||30px||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcyNTU5In19@&#8221; button_text=&#8221;GO TO INTERVIEWS PAGE&#8221; _builder_version=&#8221;4.27.0&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; custom_margin=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Eventi&#8221; _builder_version=&#8221;4.22.2&#8243; background_color=&#8221;#D2DCDC&#8221; custom_padding=&#8221;100px||100px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;80px||80px||true|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.22.2&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||50px||false|false&#8221; custom_padding_tablet=&#8221;0px||50px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; text_font=&#8221;Poppins|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_line_height=&#8221;1em&#8221; text_orientation=&#8221;center&#8221; text_text_align=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>THE FUTURE OF ENERGY SEEN CLOSELY<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.25.2&#8243; header_2_text_align=&#8221;center&#8221; max_width=&#8221;612px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||54px|||&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;30px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Podcast<\/h2>\n<p>[\/et_pb_text][et_pb_audio audio=&#8221;\/wp-content\/uploads\/2023\/09\/La-sfida-di-GlgEnergy.mp3&#8243; title=&#8221;The challenge of Green LG Energy&#8221; artist_name=&#8221;FRANCESCO FRANCHI, EX PRESIDENT GREEN LG ENERGY&#8221; image_url=&#8221;https:\/\/www.greenlgenergy.com\/wp-content\/uploads\/2023\/09\/francescofranchi-interviste.jpeg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font_size=&#8221;22px&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;88deg&#8221; background_color_gradient_stops=&#8221;#86bc25 27%|#05a886 57%|#537896 81%|#8658a0 100%&#8221; width=&#8221;800px&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; border_radii_image=&#8221;on|20px|20px|20px|20px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_audio][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNTIyIn19@&#8221; button_text=&#8221;LISTEN ALL PODCAST&#8221; _builder_version=&#8221;4.25.2&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;19caf6a3-b63d-4eeb-9cce-6f7bf9ccdc06&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_id=&#8221;contacts&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;18px||18px||true|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_3,2_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;off|desktop&#8221; custom_padding=&#8221;70px||||false|false&#8221; border_color_bottom=&#8221;#4F4F4F&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; header_text_align=&#8221;left&#8221; header_4_text_align=&#8221;left&#8221; text_text_align=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>WE ARE AT YOUR DISPOSAL<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.22.1&#8243; header_2_text_align=&#8221;left&#8221; max_width=&#8221;612px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||20px||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;30px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Contact us<\/h2>\n<p>[\/et_pb_text][et_pb_blurb url=&#8221;http:\/\/francescofranchi@greenlgenergy.com&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe010;||divi||400&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;17px&#8221; body_line_height=&#8221;1.9em&#8221; body_link_text_color=&#8221;#828282&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><a href=\"mailto:tommasomoronizucchi@greenlgenergy.com\">tommasomoronizucchi@greenlgenergy.com<\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dvppl_cf7_styler form_bg=&#8221;#FFFFFF&#8221; cf7=&#8221;71874&#8243; form_background_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_submit_button=&#8221;on&#8221; submit_button_text_size=&#8221;14px&#8221; submit_button_text_color=&#8221;#000000&#8243; submit_button_bg_color=&#8221;RGBA(255,255,255,0)&#8221; submit_button_border_width=&#8221;1px&#8221; submit_button_border_color=&#8221;#000000&#8243; submit_button_border_radius=&#8221;50px&#8221; submit_button_font=&#8221;|600|||||||&#8221; submit_button_custom_margin=&#8221;|||600px|false|false&#8221; submit_button_custom_margin_tablet=&#8221;|||500px|false|false&#8221; submit_button_custom_margin_phone=&#8221;|||200px|false|false&#8221; submit_button_custom_margin_last_edited=&#8221;on|phone&#8221; submit_button_custom_padding=&#8221;10px|37px|10px|37px|true|true&#8221; border_color_all_field=&#8221;RGBA(255,255,255,0)&#8221; border_width_bottom_field=&#8221;1px&#8221; border_color_bottom_field=&#8221;#D2DCDC&#8221; global_colors_info=&#8221;{}&#8221; submit_button_text_color__hover_enabled=&#8221;on|hover&#8221; submit_button_text_color__hover=&#8221;#FFFFFF&#8221; submit_button_bg_color__hover_enabled=&#8221;on|hover&#8221; submit_button_bg_color__hover=&#8221;#86BC25&#8243; submit_button_bg_enable_color__hover=&#8221;on&#8221; submit_button_border_color__hover_enabled=&#8221;on|hover&#8221; submit_button_border_color__hover=&#8221;#86BC25&#8243;][\/dvppl_cf7_styler][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MISSIONResearch and development of BioLPGVISIONSupporting the energy decarbonisation processVALUESDevelop, scale and deploy innovative energy solutionsGreen LG Energy is the strategic joint venture established on 6 July 2022 in Milan (Italy) It has among its goals to develop new technologies intended for the production and distribution of LPG derived from renewable sources.Bio-fuels are an effective solution [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-71715","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Green LG Energy | Energy transition with BioGpl<\/title>\n<meta name=\"description\" content=\"Green LG Energy is an Italian research company working on the development of the BioLPG renewable energy chain.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.greenlgenergy.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Green LG Energy | Energy transition with BioGpl\" \/>\n<meta property=\"og:description\" content=\"Green LG Energy is an Italian research company working on the development of the BioLPG renewable energy chain.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.greenlgenergy.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"GLGE\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-21T07:23:30+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/\",\"url\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/\",\"name\":\"Green LG Energy | Energy transition with BioGpl\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/#website\"},\"datePublished\":\"2023-07-04T06:33:11+00:00\",\"dateModified\":\"2025-07-21T07:23:30+00:00\",\"description\":\"Green LG Energy is an Italian research company working on the development of the BioLPG renewable energy chain.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/\",\"name\":\"GLGE\",\"description\":\"Green LG Energy\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.greenlgenergy.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Green LG Energy | Energy transition with BioGpl","description":"Green LG Energy is an Italian research company working on the development of the BioLPG renewable energy chain.","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:\/\/www.greenlgenergy.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"Green LG Energy | Energy transition with BioGpl","og_description":"Green LG Energy is an Italian research company working on the development of the BioLPG renewable energy chain.","og_url":"https:\/\/www.greenlgenergy.com\/en\/","og_site_name":"GLGE","article_modified_time":"2025-07-21T07:23:30+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.greenlgenergy.com\/en\/","url":"https:\/\/www.greenlgenergy.com\/en\/","name":"Green LG Energy | Energy transition with BioGpl","isPartOf":{"@id":"https:\/\/www.greenlgenergy.com\/en\/#website"},"datePublished":"2023-07-04T06:33:11+00:00","dateModified":"2025-07-21T07:23:30+00:00","description":"Green LG Energy is an Italian research company working on the development of the BioLPG renewable energy chain.","breadcrumb":{"@id":"https:\/\/www.greenlgenergy.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.greenlgenergy.com\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.greenlgenergy.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.greenlgenergy.com\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.greenlgenergy.com\/en\/#website","url":"https:\/\/www.greenlgenergy.com\/en\/","name":"GLGE","description":"Green LG Energy","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.greenlgenergy.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.greenlgenergy.com\/en\/wp-json\/wp\/v2\/pages\/71715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.greenlgenergy.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.greenlgenergy.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.greenlgenergy.com\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.greenlgenergy.com\/en\/wp-json\/wp\/v2\/comments?post=71715"}],"version-history":[{"count":61,"href":"https:\/\/www.greenlgenergy.com\/en\/wp-json\/wp\/v2\/pages\/71715\/revisions"}],"predecessor-version":[{"id":72804,"href":"https:\/\/www.greenlgenergy.com\/en\/wp-json\/wp\/v2\/pages\/71715\/revisions\/72804"}],"wp:attachment":[{"href":"https:\/\/www.greenlgenergy.com\/en\/wp-json\/wp\/v2\/media?parent=71715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}