{"id":11721,"date":"2024-10-29T15:52:24","date_gmt":"2024-10-29T13:52:24","guid":{"rendered":"https:\/\/arlatighislandi.it\/?page_id=11721"},"modified":"2025-10-31T18:56:40","modified_gmt":"2025-10-31T16:56:40","slug":"vision-mission","status":"publish","type":"page","link":"https:\/\/arlatighislandi.it\/en\/vision-mission\/","title":{"rendered":"Vision &#038; Mission"},"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\/vision-.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.5) 0%|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;\">Vision &#038; Mission<\/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] -->    \"Working as a team\",<!-- [et_pb_line_break_holder] -->\"to ensure responsiveness and effectiveness\",<!-- [et_pb_line_break_holder] -->\"in every context\",<!-- [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_line_break_holder] -->[\/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_enable_image=&#8221;off&#8221; parallax=&#8221;on&#8221; background_last_edited=&#8221;on|desktop&#8221; background_enable_image_tablet=&#8221;off&#8221; background_enable_image_phone=&#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; background_enable_image=&#8221;off&#8221; parallax=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Testo sezione&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#d88511&#8243; text_font_size=&#8221;16px&#8221; custom_margin=&#8221;0px||20px||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;||0px||false|false&#8221; text_font_size_tablet=&#8221;16px&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|tablet&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>VISION &amp; MISSION<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Titolo&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; header_2_font_size=&#8221;37px&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; header_2_font_size_tablet=&#8221;37px&#8221; header_2_font_size_phone=&#8221;37px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|desktop&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Excellence, speed and partnership: the pillars underpinning the philosophy shared by our human, legal and technological resources<\/h2>\n<p>[\/et_pb_text][\/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_image src=&#8221;https:\/\/arlatighislandi.it\/wp-content\/uploads\/2024\/09\/eventi-home-animation-1.gif&#8221; title_text=&#8221;eventi-home-animation&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;20px||||false|false&#8221; locked=&#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|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_column][\/et_pb_row][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; background_enable_image=&#8221;off&#8221; parallax=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Professional paths and experiences converge to build a national and international network capable of responding comprehensively to any opportunity or challenge in human resources management.<br \/>Teamwork is the most fitting metaphor: diverse skill sets engage with corporate resources to coordinate and achieve the best results in terms of organisation, communication models, and the streamlining of time and processes.<\/p>\n<p>A shared goal, a shared passion.<br \/>Passion and excellence: the perfect duo that enhances every project through dedication, analysis, practice and collaboration. The result is a tailor-made action plan, strengthened by strategic advice and the deployment of people highly skilled in HR management. But any vision, no matter how deep, remains abstract if it lacks concrete support, including technological support.<\/p>\n<p>[\/et_pb_text][\/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_text _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>In terms of training and ongoing development, it is essential to allocate continuous resources to the education of professionals in increasingly specialised areas, supported by state-of-the-art digital tools. Only in this way can professional expertise ensure efficient service delivery and a range of added-value activities, both in terms of reporting and document management, aimed at collecting and enhancing the value of data assets.<\/p>\n<p>For each assignment, a dedicated team is assembled, the necessary information is gathered, objectives are analysed, and the key elements required for the successful completion of the project are identified. Finally, timelines are planned and activities are scheduled.<br \/>The result is a harmonious yet structured system, built on customisable and flexible pillars.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Vision &#038; Mission VISION &amp; MISSIONExcellence, speed and partnership: the pillars underpinning the philosophy shared by our human, legal and technological resourcesProfessional paths and experiences converge to build a national and international network capable of responding comprehensively to any opportunity or challenge in human resources management.Teamwork is the most fitting metaphor: diverse skill sets engage [&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-11721","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/11721","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=11721"}],"version-history":[{"count":3,"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/11721\/revisions"}],"predecessor-version":[{"id":11995,"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/pages\/11721\/revisions\/11995"}],"wp:attachment":[{"href":"https:\/\/arlatighislandi.it\/en\/wp-json\/wp\/v2\/media?parent=11721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}