{"id":57,"date":"2025-12-03T18:51:45","date_gmt":"2025-12-03T17:51:45","guid":{"rendered":"https:\/\/indacolegal.it\/?page_id=57"},"modified":"2026-05-26T13:32:46","modified_gmt":"2026-05-26T11:32:46","slug":"about-us","status":"publish","type":"page","link":"https:\/\/indacolegal.it\/en\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"<section class=\"bde-section-57-100 bde-section\">\n              \n  \n  \n\t\n\n  <div class=\"section-background-overlay\"><\/div>\n\n\n<div class=\"section-container\"><div class=\"bde-div-57-154 bde-div\" data-entrance=\"fade\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-57-101 bde-heading\">\nABOUT US\n<\/h1><div class=\"bde-text-57-102 bde-text\">\nCommodo officia ex consectetur do occaecat aliqua dolor sit cupidatat.\u00a0\n<\/div>\n<\/div><\/div>\n<\/section><section class=\"bde-section-57-104 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><span class=\"dan-scroll-reading-57-126 dan-scroll-reading solo-italiano\">\n<span class=\"dan-scroll-reading__element\" data-flickering=\"1\" data-type=\"lines\" data-duration=\"0.6s\" data-start=\"top center\" data-end=\"bottom center\" data-scroller=\"body\" data-content=\"Indaco&#x20;nasce&#x20;da&#x20;percorsi&#x20;professionali&#x20;diversi&#x20;che&#x20;si&#x20;intrecciano&#x20;in&#x20;una&#x20;visione&#x20;comune&#x20;del&#x20;diritto&#x3A;&#x20;non&#x20;statica,&#x20;ma&#x20;capace&#x20;di&#x20;evolvere&#x20;insieme&#x20;alle&#x20;imprese.&#x20;&#x20;Uniamo&#x20;competenze&#x20;complementari,&#x20;rigore&#x20;giuridico&#x20;e&#x20;sensibilit&#x00E0;&#x20;imprenditoriale&#x20;per&#x20;affrontare&#x20;la&#x20;complessit&#x00E0;&#x20;con&#x20;sguardo&#x20;plurale,&#x20;pragmatismo&#x20;e&#x20;orientamento&#x20;al&#x20;futuro.&#x0A;\">Indaco nasce da percorsi professionali diversi che si intrecciano in una visione comune del diritto: non statica, ma capace di evolvere insieme alle imprese.  Uniamo competenze complementari, rigore giuridico e sensibilit\u00e0 imprenditoriale per affrontare la complessit\u00e0 con sguardo plurale, pragmatismo e orientamento al futuro.\n<\/span>\n<\/span><span class=\"dan-scroll-reading-57-181 dan-scroll-reading solo-en\">\n<span class=\"dan-scroll-reading__element\" data-flickering=\"1\" data-type=\"lines\" data-duration=\"0.6s\" data-start=\"top center\" data-end=\"bottom center\" data-scroller=\"body\" data-content=\"Indaco&#x20;was&#x20;brought&#x20;to&#x20;life&#x20;as&#x20;the&#x20;result&#x20;of&#x20;discrete&#x20;professional&#x20;paths&#x20;which&#x20;merge&#x20;through&#x20;a&#x20;common&#x20;vision&#x20;of&#x20;the&#x20;law&#x3A;&#x20;not&#x20;static,&#x20;but&#x20;capable&#x20;of&#x20;evolving&#x20;alongside&#x20;businesses.&#x20;We&#x20;combine&#x20;complementary&#x20;skills,&#x20;legal&#x20;rigor,&#x20;and&#x20;entrepreneurial&#x20;sensitivity&#x20;to&#x20;tackle&#x20;complexity&#x20;with&#x20;a&#x20;wide-boundary&#x20;outlook,&#x20;pragmatism,&#x20;and&#x20;a&#x20;focus&#x20;on&#x20;the&#x20;future.\">Indaco was brought to life as the result of discrete professional paths which merge through a common vision of the law: not static, but capable of evolving alongside businesses. We combine complementary skills, legal rigor, and entrepreneurial sensitivity to tackle complexity with a wide-boundary outlook, pragmatism, and a focus on the future.<\/span>\n<\/span><\/div>\n<\/section><section class=\"bde-section-57-127 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-columns-57-128 bde-columns\"><div class=\"bde-column-57-129 bde-column\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-57-131 bde-code-block\">\n\n  <style>\n\/* --- COLONNA SINISTRA: TITOLI --- *\/\n.mv-wrapper {\n    position: relative;\n    width: 100%;\n    height: 300px; \/* Spazio per i titoli *\/\n    font-family: inherit; \n}\n\n.mv-title {\n    position: absolute; \n    left: 50%;\n    transform: translateX(-50%); \n    \n    font-size: 3.5rem; \n    font-weight: 900; \n    text-transform: uppercase;\n    color: #0016B3; \n    line-height: 1;\n    text-align: center;\n    cursor: pointer;\n    white-space: nowrap; \n    \n    \/* Animazione movimento titoli *\/\n    transition: all 0.5s ease-in-out;\n}\n\n\/* Titolo Attivo (IN ALTO) *\/\n.mv-title.is-top {\n    top: 0px; \n    opacity: 1;\n    filter: blur(0px);\n    transform: translateX(-50%) scale(1.1); \n    z-index: 10;\n}\n\n\/* Titolo Inattivo (SOTTO) *\/\n.mv-title.is-bottom {\n    top: 150px; \/* Distanza fissa sotto *\/\n    opacity: 0.3; \n    filter: blur(4px); \n    transform: translateX(-50%) scale(0.85); \n    z-index: 1;\n}\n\n.mv-title:hover { opacity: 0.7; }\n\n\n\/* --- COLONNA DESTRA: TESTI --- *\/\n\/* Qui ho semplificato tutto. O c'\u00e8 o non c'\u00e8. *\/\n\n\/* 1. Nascondi i testi di base *\/\n#mission-content, \n#vision-content {\n    display: none; \n}\n\n\/* 2. Classe per mostrare il testo (senza animazioni complesse che rompono) *\/\n.active-text-visible {\n    display: block !important; \n    animation: simpleFadeIn 0.5s ease forwards;\n}\n\n@keyframes simpleFadeIn {\n    from { opacity: 0; }\n    to { opacity: 1; }\n}\n<\/style>\n\n<div class=\"mv-wrapper\">\n    <div class=\"mv-title is-top\" id=\"btn-mission\" onclick=\"toggleMV('mission')\">\n        OUR<br>MISSION\n    <\/div>\n    <div class=\"mv-title is-bottom\" id=\"btn-vision\" onclick=\"toggleMV('vision')\">\n        OUR<br>VISION\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    \/\/ Cerchiamo i div a destra\n    var txtMission = document.getElementById('mission-content');\n    \n    \/\/ Se esiste Mission, mostrala subito\n    if (txtMission) {\n        txtMission.classList.add('active-text-visible');\n    } else {\n        \/\/ Se non la trova, te lo dice in console (premi F12 se non vedi nulla)\n        console.error(\"ERRORE: ID 'mission-content' non trovato a destra.\");\n    }\n});\n\nfunction toggleMV(selection) {\n    var btnMission = document.getElementById('btn-mission');\n    var btnVision = document.getElementById('btn-vision');\n    var txtMission = document.getElementById('mission-content');\n    var txtVision = document.getElementById('vision-content');\n\n    \/\/ 1. SCAMBIO TITOLI (Sinistra)\n    if (selection === 'mission') {\n        \/\/ Mission SU\n        btnMission.classList.remove('is-bottom');\n        btnMission.classList.add('is-top');\n        \/\/ Vision GI\u00d9\n        btnVision.classList.remove('is-top');\n        btnVision.classList.add('is-bottom');\n    } else {\n        \/\/ Vision SU\n        btnVision.classList.remove('is-bottom');\n        btnVision.classList.add('is-top');\n        \/\/ Mission GI\u00d9\n        btnMission.classList.remove('is-top');\n        btnMission.classList.add('is-bottom');\n    }\n\n    \/\/ 2. SCAMBIO TESTI (Destra)\n    \/\/ Rimuoviamo la classe visible da entrambi PRIMA di aggiungerla\n    if (txtMission) txtMission.classList.remove('active-text-visible');\n    if (txtVision) txtVision.classList.remove('active-text-visible');\n\n    \/\/ Attiviamo quello giusto\n    if (selection === 'mission' && txtMission) {\n        txtMission.classList.add('active-text-visible');\n    } \n    else if (selection === 'vision' && txtVision) {\n        txtVision.classList.add('active-text-visible');\n    }\n}\n<\/script>\n\n\n<\/div>\n<\/div><div class=\"bde-column-57-130 bde-column\">\n  \n  \n\t\n\n\n\n<div id=\"mission-content\" class=\"bde-div-57-133 bde-div\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-57-138 bde-heading\">\nGoing beyond legal advice\n<\/h1><div class=\"bde-rich-text-57-137 bde-rich-text translation-block breakdance-rich-text-styles\">\n<p class=\"p1\"> We believe in legal advice that is not limited to applying the law, but which takes into consideration its pace and impact. <\/p>\n<p class=\"p2\">For us, acting for businesses means:<\/p>\n<ul class=\"ul1\">\n<li class=\"li2\">speaking their language,<\/li>\n<li class=\"li2\"> sharing their timescales,<\/li>\n<li class=\"li2\">understanding their drivers, risks, and opportunities,<\/li>\n<li class=\"li2\"> transforming rules into strategic tools. <\/li>\n<\/ul>\n<p class=\"p1\"> We are lawyers, but also <b>translators of complexity<\/b>: we combine analytical rigor, quick decision-making, pragmatism, and sensitivity to business dynamics.<\/p>\n<p class=\"p1\"> Because law can also be this: <b>an accelerator of growth and innovation<\/b>, not a brake.<\/p>\n<\/div>\n<\/div><div id=\"vision-content\" class=\"bde-div-57-134 bde-div\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-57-139 bde-heading\">\nLooking beyond, remaining firm\n<\/h1><div class=\"bde-rich-text-57-140 bde-rich-text translation-block breakdance-rich-text-styles\">\n<p class=\"p1\"> Indigo is a colour that changes, absorbing light and reflecting it back in new shades. It is deep, never static, always in motion.<\/p>\n<p class=\"p1\"> This is how we imagine the law: <b> alive, changeable, capable of adapting without losing clarity and definition<\/b>.<\/p>\n<p class=\"p1\"> Indaco came about from the marriage of several law firms which specialised in distinct but complementary disciplines\u2014Europe, business, technology, sports, agri-food. Discrete paths that converge in a common vision: addressing complexity requires multiple perspectives, interconnected skills, and the ability to anticipate change.<\/p>\n<p class=\"p1\"> We do not have just one story to tell. <\/p>\n<p class=\"p1\"> We have many, and they interlace. <\/p>\n<p class=\"p1\"> And it is indeed this marriage of the diverse which gives life to <b> a team capable of negotiating both origins and objectives, laws and innovation<\/b>, with a modern approach and an eye to the future.<\/p>\n<p class=\"p1\"> Indaco is a place of convergence: <b>different skills, similar visions, a single idea of \u200b\u200bthe future<\/b>.<\/p>\n<\/div>\n<\/div>\n<\/div><\/div><\/div>\n<\/section><section class=\"bde-section-57-162 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-div-57-174 bde-div\" data-entrance=\"slideUp\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-57-173 bde-heading\">\nOUR MISSION\n<\/h1><div class=\"bde-div-57-179 bde-div\">\n  \n  \n\t\n\n\n\n<h3 class=\"bde-heading-57-168 bde-heading\">\nGoing beyond legal advice\n<\/h3><div class=\"bde-rich-text-57-169 bde-rich-text breakdance-rich-text-styles\">\n<p class=\"p1\">We believe in legal advice that is not limited to applying the law, but which takes into consideration its pace and impact.<\/p>\n<p class=\"p2\">For us, acting for businesses means:<\/p>\n<ul class=\"ul1\">\n<li class=\"li2\">speaking their language,<\/li>\n<li class=\"li2\">sharing their timescales,<\/li>\n<li class=\"li2\">understanding their drivers, risks, and opportunities,<\/li>\n<li class=\"li2\">transforming rules into strategic tools.<\/li>\n<\/ul>\n<p class=\"p1\">We are lawyers, but also\u00a0<b>translators of complexity<\/b>: we combine analytical rigor, quick decision-making, pragmatism, and sensitivity to business dynamics.<\/p>\n<p class=\"p1\">Because law can also be this:\u00a0<b>an accelerator of growth and innovation<\/b>, not a brake.<\/p>\n<\/div>\n<\/div>\n<\/div><div class=\"bde-div-57-175 bde-div\" data-entrance=\"slideUp\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-57-176 bde-heading\">\nOUR VISION\n<\/h1><div class=\"bde-div-57-180 bde-div\">\n  \n  \n\t\n\n\n\n<h3 class=\"bde-heading-57-171 bde-heading\">\nLooking beyond, remaining firm\n<\/h3><div class=\"bde-rich-text-57-172 bde-rich-text breakdance-rich-text-styles\">\n<p class=\"p1\">Indigo is a colour that changes, absorbing light and reflecting it back in new shades. It is deep, never static, always in motion.<\/p>\n<p class=\"p1\">This is how we imagine the law:\u00a0<b>alive, changeable, capable of adapting without losing clarity and definition<\/b>.<\/p>\n<p class=\"p1\">Indaco came about from the marriage of several law firms which specialised in distinct but complementary disciplines\u2014Europe, business, technology, sports, agri-food. Discrete paths that converge in a common vision: addressing complexity requires multiple perspectives, interconnected skills, and the ability to anticipate change.<\/p>\n<p class=\"p1\">We do not have just one story to tell.<\/p>\n<p class=\"p1\">We have many, and they interlace.<\/p>\n<p class=\"p1\">And it is indeed this marriage of the diverse which gives life to\u00a0<b>a team capable of negotiating both origins and objectives, laws and innovation<\/b>, with a modern approach and an eye to the future.<\/p>\n<p class=\"p1\">Indaco is a place of convergence:\u00a0<b>different skills, similar visions, a single idea of \u200b\u200bthe future<\/b>.<\/p>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/section><section class=\"bde-section-57-106 bde-section\">\n              \n  \n  \n\t    \n      <div class=\"section-background-video\">\n              <video\n          autoplay\n muted\n playsinline\n loop\n>\n        <source src=\"https:\/\/video-wordpress-bucket.s3.eu-north-1.amazonaws.com\/Loop+about+-team.mp4\" type=\"video\/mp4\" \/>\n      <\/video>\n      <\/div>\n\n\n\n\n<div class=\"section-container\"><div class=\"bde-columns-57-107 bde-columns\"><div class=\"bde-column-57-108 bde-column\">\n  \n  \n\t\n\n\n\n\n<\/div><div class=\"bde-column-57-109 bde-column\" data-entrance=\"slideRight\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-57-110 bde-heading\">\nOUR<br>TEAM\n<\/h1><div class=\"bde-text-57-111 bde-text\">\nProfessionals with divergent experiences and specializations work together in an integrated manner, sharing methods, vision, and responsibilities. We combine legal rigor, strategic skills, and experience of the context in which businesses operate to offer a concrete, multidisciplinary, and future-oriented approach.\n<\/div><div class=\"bde-button-57-112 bde-button\">\n        \n    \n    \n    \n    \n            \n                    \n            \n            \n\n    \n    \n    \n    \n    \n    <a class=\"breakdance-link button-atom button-atom--custom bde-button__button\" href=\"https:\/\/indacolegal.it\/en\/our-team\/\" target=\"_self\" data-type=\"url\"  >\n\n    \n        <span class=\"button-atom__text\">DISCOVER MORE<\/span>\n\n        \n        \n                <\/a>\n\n    \n\n\n<\/div>\n<\/div><\/div><\/div>\n<\/section><section class=\"bde-section-57-155 bde-section\">\n              \n  \n  \n\t    \n      <div class=\"section-background-video\">\n              <video\n          autoplay\n muted\n playsinline\n loop\n>\n        <source src=\"https:\/\/indacolegal.it\/wp-content\/uploads\/2026\/02\/MOB.mp4\" type=\"video\/mp4\" \/>\n      <\/video>\n      <\/div>\n\n\n\n\n<div class=\"section-container\"><div class=\"bde-columns-57-156 bde-columns\"><div class=\"bde-column-57-157 bde-column\">\n  \n  \n\t\n\n\n\n\n<\/div><div class=\"bde-column-57-158 bde-column\" data-entrance=\"slideRight\">\n  \n  \n\t\n\n\n\n<h2 class=\"bde-heading-57-159 bde-heading\">\nOUR<br>TEAM.\n<\/h2><div class=\"bde-text-57-160 bde-text\">\nProfessionals with divergent experiences and specializations work together in an integrated manner, sharing methods, vision, and responsibilities. We combine legal rigor, strategic skills, and experience of the context in which businesses operate to offer a concrete, multidisciplinary, and future-oriented approach.\n<\/div><div class=\"bde-button-57-161 bde-button\">\n        \n    \n    \n    \n    \n            \n                    \n            \n            \n\n    \n    \n    \n    \n    \n    <a class=\"breakdance-link button-atom button-atom--custom bde-button__button\" href=\"https:\/\/indacolegal.it\/en\/our-team\/\" target=\"_self\" data-type=\"url\"  >\n\n    \n        <span class=\"button-atom__text\">DISCOVER MORE<\/span>\n\n        \n        \n                <\/a>\n\n    \n\n\n<\/div>\n<\/div><\/div><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>ABOUT US Commodo officia ex consectetur do occaecat aliqua dolor sit cupidatat.\u00a0 Indaco nasce da percorsi professionali diversi che si intrecciano in una visione comune del diritto: non statica, ma capace di evolvere insieme alle imprese. Uniamo competenze complementari, rigore giuridico e sensibilit\u00e0 imprenditoriale per affrontare la complessit\u00e0 con sguardo plurale, pragmatismo e orientamento al [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","_breakdance_hide_in_design_set":false,"_breakdance_tags":"","footnotes":""},"class_list":["post-57","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/indacolegal.it\/en\/wp-json\/wp\/v2\/pages\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/indacolegal.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/indacolegal.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/indacolegal.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/indacolegal.it\/en\/wp-json\/wp\/v2\/comments?post=57"}],"version-history":[{"count":67,"href":"https:\/\/indacolegal.it\/en\/wp-json\/wp\/v2\/pages\/57\/revisions"}],"predecessor-version":[{"id":1276,"href":"https:\/\/indacolegal.it\/en\/wp-json\/wp\/v2\/pages\/57\/revisions\/1276"}],"wp:attachment":[{"href":"https:\/\/indacolegal.it\/en\/wp-json\/wp\/v2\/media?parent=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}