{"id":11670,"date":"2024-11-03T14:23:27","date_gmt":"2024-11-03T12:23:27","guid":{"rendered":"https:\/\/arlatighislandi.it\/?page_id=11670"},"modified":"2025-10-29T19:03:55","modified_gmt":"2025-10-29T17:03:55","slug":"corporate-governance","status":"publish","type":"page","link":"https:\/\/arlatighislandi.it\/en\/corporate-governance\/","title":{"rendered":"Corporate governance"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/11\/corparate-governance.jpg&#8221; parallax=&#8221;on&#8221; background_enable_video_mp4=&#8221;off&#8221; background_enable_video_webm=&#8221;off&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;primo-blocco-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;0deg&#8221; background_color_gradient_stops=&#8221;rgba(0,0,0,0.4) 1%|rgba(6,52,76,0.8) 94%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;190px||150px||false|false&#8221; custom_padding_tablet=&#8221;150px||120px||false|false&#8221; custom_padding_phone=&#8221;150px||40px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/AralatiGhislandi-icon.gif&#8221; title_text=&#8221;AralatiGhislandi-icon&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;80px&#8221; width_tablet=&#8221;80px&#8221; width_phone=&#8221;50px&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||10px||false|false&#8221; animation_style=&#8221;roll&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|hover&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_layout=&#8221;dark&#8221; width=&#8221;80%&#8221; module_alignment=&#8221;center&#8221; min_height=&#8221;100px&#8221; min_height_tablet=&#8221;100px&#8221; min_height_phone=&#8221;100px&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; animation_direction=&#8221;bottom&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Corporate Governance<\/h1>\n<h3 style=\"text-align:center; font-weight:300;\">\n<div id=\"type-title\"><span class=\"text\"><\/span><\/div>\n<\/h3>\n<style>\n.text-container .text {\n    display: inline-block;\n}\n<\/style>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->const textElement = document.querySelector('#type-title .text');<!-- [et_pb_line_break_holder] -->const texts = [<!-- [et_pb_line_break_holder] -->    \"Comprehensive and specialised knowledge of regulations,\",<!-- [et_pb_line_break_holder] -->    \"coupled with the ability to analyse individual cases.\",<!-- [et_pb_line_break_holder] -->];<!-- [et_pb_line_break_holder] -->let currentIndex = 0;<!-- [et_pb_line_break_holder] -->let currentText = '';<!-- [et_pb_line_break_holder] -->let isDeleting = false;<!-- [et_pb_line_break_holder] -->let speed = 100; \/\/ Velocit\u00e0 di digitazione<!-- [et_pb_line_break_holder] -->let pause = 2000; \/\/ Pausa dopo che una frase \u00e8 completata<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function type() {<!-- [et_pb_line_break_holder] -->    const fullText = texts[currentIndex];<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->    if (isDeleting) {<!-- [et_pb_line_break_holder] -->        currentText = fullText.substring(0, currentText.length - 1);<!-- [et_pb_line_break_holder] -->        speed = 10; \/\/ Velocit\u00e0 di cancellazione<!-- [et_pb_line_break_holder] -->    } else {<!-- [et_pb_line_break_holder] -->        currentText = fullText.substring(0, currentText.length + 1);<!-- [et_pb_line_break_holder] -->        speed = 40; \/\/ Velocit\u00e0 di digitazione<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->    textElement.textContent = currentText;<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->    if (!isDeleting && currentText === fullText) {<!-- [et_pb_line_break_holder] -->        isDeleting = true;<!-- [et_pb_line_break_holder] -->        speed = pause; \/\/ Pausa dopo aver completato la frase<!-- [et_pb_line_break_holder] -->    } else if (isDeleting && currentText === '') {<!-- [et_pb_line_break_holder] -->        isDeleting = false;<!-- [et_pb_line_break_holder] -->        currentIndex = (currentIndex + 1) % texts.length;<!-- [et_pb_line_break_holder] -->        speed = 500; \/\/ Pausa prima di iniziare a scrivere la prossima frase<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->    setTimeout(type, speed);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->type();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/09\/eventi-bg-2-1.jpg&#8221; parallax=&#8221;on&#8221; background_last_edited=&#8221;on|phone&#8221; background_enable_image_tablet=&#8221;off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/arlatighislandi.it\/img\/amilazione-consulenza-del-lavoro.gif&#8221; title_text=&#8221;Risorsa 3&#8243; align=&#8221;center&#8221; disabled_on=&#8221;off|off|on&#8221; admin_label=&#8221;Immagine mobile&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;70%&#8221; max_width_tablet=&#8221;70%&#8221; max_width_phone=&#8221;60%&#8221; max_width_last_edited=&#8221;on|phone&#8221; sticky_limit_bottom=&#8221;column&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_image src=&#8221;https:\/\/arlatighislandi.it\/img\/amilazione-consulenza-del-lavoro.gif&#8221; title_text=&#8221;Risorsa 3&#8243; align=&#8221;center&#8221; disabled_on=&#8221;on|on|off&#8221; admin_label=&#8221;Immagine&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;70%&#8221; max_width_tablet=&#8221;70%&#8221; max_width_phone=&#8221;60%&#8221; max_width_last_edited=&#8221;on|phone&#8221; sticky_position=&#8221;top&#8221; sticky_limit_bottom=&#8221;column&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_toggle title=&#8221;Consultancy in corporate organisation&#8221; open=&#8221;on&#8221; open_toggle_text_color=&#8221;#d88511&#8243; open_toggle_background_color=&#8221;RGBA(255,255,255,0)&#8221; closed_toggle_text_color=&#8221;#d88511&#8243; closed_toggle_background_color=&#8221;RGBA(255,255,255,0)&#8221; icon_color=&#8221;#d88511&#8243; use_icon_font_size=&#8221;on&#8221; icon_font_size=&#8221;24px&#8221; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;24px&#8221; admin_label=&#8221;Consulenza in organizzazione aziendale&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h4&#8243; custom_padding=&#8221;0px|0px|15px|0px|false|false&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#f5f5f5&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>ArlatiGhislandi\u2019s organisational development services are aimed at improving the efficiency and strength of an organisation through interventions on structures, cycles, and processes; on skills, attitudes, and values, in order to enable it to respond effectively to technological, regulatory, and market challenges.The methods of intervention are structured around surveys for mapping organisational dynamics, an analysis useful for defining customised solutions, and the implementation of one or more organisational models that are appropriate and consistent with the objectives shared with the Client and to be pursued.<\/p>\n<ul>\n<li>Verification and preparation of Organisation, Management and Control Models, also in the field of analytical and industrial accounting.<\/li>\n<li>Assistance in the preparation of Organisation, Management and Control Models<\/li>\n<li>Drafting of Codes of Ethics and Disciplinary Codes, Whistleblowing Regulations<\/li>\n<li>Application of Organisational Models to workplace safety<\/li>\n<li>Preparation of delegation of functions in the field of occupational health and safety<\/li>\n<li>Verification of corporate compliance (legal check-up) to minimise areas of potential litigation, increase regulatory flexibility and certainty, optimise costs and implement improvements within the organisation<\/li>\n<li>Corporate, Labour, Governance, Management Accounting &amp; Control<\/li>\n<\/ul>\n<p>[\/et_pb_toggle][et_pb_toggle title=&#8221;Corporate crisis management&#8221; open=&#8221;on&#8221; open_toggle_text_color=&#8221;#d88511&#8243; open_toggle_background_color=&#8221;RGBA(255,255,255,0)&#8221; closed_toggle_text_color=&#8221;#d88511&#8243; closed_toggle_background_color=&#8221;RGBA(255,255,255,0)&#8221; icon_color=&#8221;#d88511&#8243; use_icon_font_size=&#8221;on&#8221; icon_font_size=&#8221;24px&#8221; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;24px&#8221; admin_label=&#8221;Consulenza in organizzazione aziendale&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h4&#8243; custom_padding=&#8221;0px|0px|15px|0px|false|false&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#f5f5f5&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Crisis management is a moment of discontinuity in corporate life that requires the use of strategies and managerial methodologies completely different from \u201cbusiness as usual\u201d: it is necessary to radically change the managerial approach, the speed of decision-making, and the order of priorities in a context where interlocutors and stakeholders take on different specific weights.<\/p>\n<p>The professionals at ArlatiGhislandi have corporate experience in \u201cCrisis Management\u201d that has enabled them to acquire the appropriate skills and expertise to manage corporate crises from within: we are accustomed to establishing special crisis units that, at the most acute and profound stage of corporate distress, intervene in support of, and if necessary alongside or in substitution of, corporate governance, to manage discontinuity with all interlocutors, stakeholders, and stockholders, also through legal and corporate procedures.<\/p>\n<p>During periods of crisis (and even more in contexts governed by insolvency proceedings), leadership is a highly critical factor: guiding a company through a situation of \u201cfinancial shortcomings\u201d and ensuring its recovery requires the rapid identification of professionals capable of diagnosing critical issues, identifying feasible solutions, implementing a focused plan, and preparing a business plan over a short-term time horizon.<\/p>\n<ul>\n<li>Management of company turnarounds and insolvency procedures<\/li>\n<li>Management of extraordinary operations<\/li>\n<li>Temporary crisis management<\/li>\n<\/ul>\n<p>[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Corporate Governance ArlatiGhislandi\u2019s organisational development services are aimed at improving the efficiency and strength of an organisation through interventions on structures, cycles, and processes; on skills, attitudes, and values, in order to enable it to respond effectively to technological, regulatory, and market challenges.The methods of intervention are structured around surveys for mapping organisational dynamics, an [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"class_list":["post-11670","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/11670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/comments?post=11670"}],"version-history":[{"count":7,"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/11670\/revisions"}],"predecessor-version":[{"id":11739,"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/11670\/revisions\/11739"}],"wp:attachment":[{"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/media?parent=11670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}