{"id":3793,"date":"2024-07-17T10:10:13","date_gmt":"2024-07-17T08:10:13","guid":{"rendered":"https:\/\/arlatighislandi.it\/ag-nova\/"},"modified":"2025-12-19T12:06:50","modified_gmt":"2025-12-19T10:06:50","slug":"ag-nova","status":"publish","type":"page","link":"https:\/\/arlatighislandi.it\/en\/ag-nova\/","title":{"rendered":"AG Nova"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_video_mp4=&#8221;https:\/\/arlatighislandi.it\/video\/ArlatiGhislandi.mp4&#8243; background_video_webm=&#8221;https:\/\/arlatighislandi.it\/video\/ArlatiGhislandi.webm&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#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.8) 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|desktop&#8221; custom_padding=&#8221;120px||0px||false|false&#8221; custom_padding_tablet=&#8221;120px||||false|false&#8221; custom_padding_phone=&#8221;120px||||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;\">AG Nova<\/h1>\n<h3 style=\"text-align:center; font-weight:300;\">\n<div id=\"type-title\"><span class=\"text\"><\/span><\/div>\n<\/h3>\n<style>.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; global_colors_info=&#8221;{}&#8221;]<!-- [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] -->    \"Regulatory and disciplinary updates\",<!-- [et_pb_line_break_holder] -->    \"Insights, culture and innovation\",<!-- [et_pb_line_break_holder] -->    \"The digital publishing archive at your disposal\",<!-- [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_search placeholder=&#8221;Search and consult the archive&#8221; module_class=&#8221;search-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; button_font_size=&#8221;20px&#8221; width=&#8221;450px&#8221; max_width=&#8221;80%&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;30px||30px||false|false&#8221; custom_margin_tablet=&#8221;30px||30px||false|false&#8221; custom_margin_phone=&#8221;30px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; include_post_types=&#8221;off|off|off|off|on&#8221; include_terms_categorie_agnova=&#8221;32,30,29,33,34,31,35,36,38,37,39,40&#8243; search_keyword_criteria=&#8221;on|on|on&#8221; search_keyword_meta_keys=&#8221;titolo1,descrizione1,titolo2,descrizione2,titolo3,descrizione3,titolo4,descrizione4,titolo5,descrizione5,titolo6,descrizione6,titolo7,descrizione7,titolo8,descrizione8,titolo9,descrizione9,titolo10,descrizione10,titolo11,descrizione11&#8243; use_input_search_icon=&#8221;off&#8221; use_input_clear_icon=&#8221;off&#8221; button_location=&#8221;left&#8221; border_width_all_button=&#8221;0px&#8221; border_style_all_button=&#8221;none&#8221; use_button_text=&#8221;off&#8221; button_icon=&#8221;&#x55;||divi||400&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_search][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;ultimi-articoli-agnova &#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(0,0,0,0.8)&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding=&#8221;0px|0px||0px|false|false&#8221; border_color_top=&#8221;#FFFFFF&#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_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;1400px&#8221; max_width=&#8221;80%&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_custblog post_type=&#8221;ag_nova&#8221; fullwidth=&#8221;off&#8221; posts_number=&#8221;6&#8243; meta_date=&#8221;j \/ m \/ Y&#8221; show_thumbnail=&#8221;off&#8221; excerpt_length=&#8221;100&#8243; show_more=&#8221;on&#8221; show_author=&#8221;off&#8221; show_pagination=&#8221;off&#8221; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;80%&#8221; max_width=&#8221;1400px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;|0px||0px|false|false&#8221; custom_padding=&#8221;|0px||0px|false|false&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_custblog][et_pb_custblog post_type=&#8221;ag_nova&#8221; posts_number=&#8221;6&#8243; meta_date=&#8221;j \/ m \/ Y&#8221; show_thumbnail=&#8221;off&#8221; excerpt_length=&#8221;100&#8243; show_more=&#8221;on&#8221; show_author=&#8221;off&#8221; show_pagination=&#8221;off&#8221; admin_label=&#8221;Custom Blog test&#8221; module_class=&#8221;slider-last-article-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;80%&#8221; max_width=&#8221;1400px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;|0px||0px|false|false&#8221; custom_padding=&#8221;|0px||0px|false|false&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; border_color_top_fullwidth=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_custblog][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;scroll-down-icon&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||false|false&#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.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_icon font_icon=&#8221;&#x33;||divi||400&#8243; icon_color=&#8221;#FFFFFF&#8221; icon_width=&#8221;30px&#8221; url=&#8221;#agnova&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_icon][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_id=&#8221;agnova&#8221; module_class=&#8221;categorie-home-agnova&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;30px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;2_3,1_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;blocco-ricerca&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||80px||false|false&#8221; custom_padding_tablet=&#8221;||60px||false|false&#8221; custom_padding_phone=&#8221;||40px||false|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider color=&#8221;#889ca3&#8243; divider_position=&#8221;bottom&#8221; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;15px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_search show_button=&#8221;off&#8221; placeholder=&#8221;Search&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; include_post_types=&#8221;off|off|off|off|on&#8221; search_keyword_criteria=&#8221;on|on|on&#8221; search_keyword_meta_keys=&#8221;titolo1,descrizione1,titolo2,descrizione2,titolo3,descrizione3,titolo4,descrizione4,titolo5,descrizione5,titolo6,descrizione6,titolo7,descrizione7,titolo8,descrizione8,titolo9,descrizione9,titolo10,descrizione10,titolo11,descrizione11&#8243; search_result_per_page=&#8221;100&#8243; search_result_text=&#8221;{number_of_results} risultati&#8221; input_icon_location=&#8221;right&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_search][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||50px||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#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\/nova.png&#8221; title_text=&#8221;nova&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/nova\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/nova-cerchi.png&#8221; title_text=&#8221;nova-rings&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/nova\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|desktop&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-nova\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/nova\/\">Nova<\/a><\/h2>\n<p>Nova are informative thematic notes on legislative measures, regulatory and practical acts, renewals of national and territorial collective bargaining&#8230;<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-nova&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#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|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<p><a class=\"btn-link\" href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/nova\/\">Learn more<\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#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\/approfondimento.png&#8221; title_text=&#8221;in-depth study&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/approfondimento\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/approfondimento-cerchi.png&#8221; title_text=&#8221;deepening-circles&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/approfondimento\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-approfondimento\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/approfondimento\/\">Approfondimento<\/a><\/h2>\n<p>Approfondimento is a paper on topics and legal institutes of immediate interest that require a critical and detailed multi-documentary analysis&#8230;<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-approfondimento&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/approfondimento\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#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\/focus-on.png&#8221; title_text=&#8221;focus-on&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/focus-on\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/focus-on-cerchi.png&#8221; title_text=&#8221;focus-on-rings&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/focus-on\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-focus\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/focus-on\/\">Focus On<\/a><\/h2>\n<p>Focus On is an informative note of interest relating to a sector and a specific context, with analysis and relative application of collective bargaining with respect&#8230;<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-focus&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/focus-on\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||50px||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#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\/labour.png&#8221; title_text=&#8221;labor&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/labour-case-study\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/labour-cerchi.png&#8221; title_text=&#8221;labor-circles&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/labour-case-study\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-labour\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/labour-case-study\/\">Labor case study<\/a><\/h2>\n<p>The Labour Case Study consists of the treatment of an experiential theme declined into operational management&#8230;<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-labour&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/labour-case-study\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#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\/rassegna.png&#8221; title_text=&#8221;review&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/rassegna-sindacale\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/rassegna-cerchi.png&#8221; title_text=&#8221;review-circles&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/rassegna-sindacale\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-rassegna\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/rassegna-sindacale\/\">Rassegna sindacale<\/a><\/h2>\n<p>Multi-sectoral information review concerning developments in collective bargaining at national and territorial level, memoranda of understanding and guidelines shared&#8230;<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-rassegna&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/rassegna-sindacale\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#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\/newsletter.png&#8221; title_text=&#8221;newsletter&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/newsletter\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/newsletter-cerchi.png&#8221; title_text=&#8221;newsletter-search&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/newsletter\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-newsletter\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/newsletter\/\">Newsletter<\/a><\/h2>\n<p>The Monthly Newsletter is an overview on human resources management designed with an operational and multi-management profile&#8230;.<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-newsletter&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/newsletter\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||50px||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#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\/jus.png&#8221; title_text=&#8221;jus&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/jus\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/jus-cerchi.png&#8221; title_text=&#8221;jus-rings&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/jus\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-jus\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/jus\/\">Jus<\/a><\/h2>\n<p>Jus is the monthly review dedicated to the analysis of recent case law of legitimacy and merit of major importance in the field of labour&#8230;<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-jus&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/jus\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#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\/memorandum.png&#8221; title_text=&#8221;memorandum&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/memorandum\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/memorandum-cerchi.png&#8221; title_text=&#8221;memorandum-rings&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/memorandum\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-memorandum\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/memorandum\/\">Memorandum<\/a><\/h2>\n<p>Memorandum is the information on the recurring compulsory requirements in the field of human resources; it consists of an in-depth operational analysis&#8230;<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-memorandum&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/memorandum\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#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\/arte-cultura.png&#8221; title_text=&#8221;art-culture&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/arte-cultura\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/arte-cultura-cerchi.png&#8221; title_text=&#8221;art-culture-circles&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/arte-cultura\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-arte\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/arte-cultura\/\">Arte &#038; Cultura<\/a><\/h2>\n<p>A column dedicated to the world of culture and information on HR and finance. The magazine contains topics, reviews and experiences&#8230;. <\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-arte&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/arte-cultura\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||50px||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||0px||false|false&#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|hover&#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_column type=&#8221;1_3&#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\/regtodate.png&#8221; title_text=&#8221;regtodate&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/regtodate\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/regtodate-cerchi.png&#8221; title_text=&#8221;regtodate-search&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/regtodate\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; custom_padding=&#8221;||0px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-regToDate\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/regtodate\/\">RegToDate<\/a><\/h2>\n<p>Regulatory and disciplinary updates in line with the main innovations in the HR sector in Italy dedicated to international companies&#8230;.<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-regToDate&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/regtodate\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#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\/apm.png&#8221; title_text=&#8221;apm&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/apm\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/digest-cerchi.png&#8221; title_text=&#8221;digest-circles&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/apm\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text module_class=&#8221;color-apm&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"color-apm\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/apm\/\">APM<\/a><\/h2>\n<p>A magazine on financial and pension education containing columns on topics related to developments in the world of savings, market trends as well as special focuses on supplementary&#8230;<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-apm&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/apm\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#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\/digest.png&#8221; title_text=&#8221;digest&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/digest\/&#8221; admin_label=&#8221;cerchi&#8221; module_class=&#8221;position-circle&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating=&#8221;20|50|50|100|90|0|0&#8243; background_last_edited=&#8221;on|desktop&#8221; background_enable_color_tablet=&#8221;off&#8221; background_enable_color_phone=&#8221;off&#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|hover&#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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/08\/apm-cerchi.png&#8221; title_text=&#8221;apm-rings&#8221; url=&#8221;https:\/\/arlatighislandi.it\/en\/ag-nova\/digest\/&#8221; admin_label=&#8221;bollo&#8221; module_class=&#8221;cerchi-animati-home&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; transform_scale_last_edited=&#8221;off|desktop&#8221; transform_translate_last_edited=&#8221;off|desktop&#8221; transform_rotate_last_edited=&#8221;off|desktop&#8221; transform_skew_last_edited=&#8221;off|desktop&#8221; transform_origin_last_edited=&#8221;off|desktop&#8221; transform_styles_last_edited=&#8221;off|desktop&#8221; width=&#8221;180px&#8221; width_tablet=&#8221;180px&#8221; width_phone=&#8221;140px&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;180px&#8221; max_width_tablet=&#8221;180px&#8221; max_width_phone=&#8221;140px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;0px||-20px||false|false&#8221; custom_margin_tablet=&#8221;0px||-20px||false|false&#8221; custom_margin_phone=&#8221;||-10px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|0\u00b0|180\u00b0|359\u00b0&#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|hover&#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; transform_rotate__hover=&#8221;0deg|0deg|359deg&#8221; transform_scale__hover=&#8221;115%|115%&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2 class=\"color-digest\"><a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/digest\/\">HReview<\/a><\/h2>\n<p>Monthly digest about employment legislation &#8211; labour law, union and industrial relations, social security &#8211; and its evolution, considering case law and administrative instructions from competent&#8230;.<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;link&#8221; module_class=&#8221;color-digest&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/arlatighislandi.it\/en\/ag-nova\/digest\/\" class=\"btn-link\">Learn more<\/a>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AG NovaNova Nova are informative thematic notes on legislative measures, regulatory and practical acts, renewals of national and territorial collective bargaining&#8230;Learn moreApprofondimento Approfondimento is a paper on topics and legal institutes of immediate interest that require a critical and detailed multi-documentary analysis&#8230;Learn moreFocus On Focus On is an informative note of interest relating to a [&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-3793","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/3793","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=3793"}],"version-history":[{"count":14,"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/3793\/revisions"}],"predecessor-version":[{"id":12732,"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/3793\/revisions\/12732"}],"wp:attachment":[{"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/media?parent=3793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}