{"id":538,"date":"2025-03-01T22:02:03","date_gmt":"2025-03-01T21:02:03","guid":{"rendered":"https:\/\/lasagnaware.watuppa.net\/casa"},"modified":"2025-03-10T16:19:22","modified_gmt":"2025-03-10T15:19:22","slug":"casa","status":"publish","type":"page","link":"https:\/\/dev.lasagnaware.it\/it","title":{"rendered":"Home"},"content":{"rendered":"<section class=\"acf-block acf-block-headline\"><!-- start block in blocks\/headline --><!-- start component in component\/block\/headline -->\n\n\n<div class=\"container headline w-full h-full top-0 mt-[8.5rem]\">\n\n            <video autoplay=\"\" loop=\"\" muted=\"\" playsinline=\"\" preload=\"auto\"\n            class=\"absolute top-0 left-0 w-full h-full object-cover \">\n            <source src=\"https:\/\/dev.lasagnaware.it\/wp-content\/themes\/watuppa-theme\/assets\/videos\/abstract-blue-gradient-glass.mp4\" type=\"video\/mp4\">\n        <\/video>\n        <!-- Overlay con il gradiente -->\n        <div class=\"absolute top-0 left-0 w-full h-full\n                    bg-gradient-to-b from-[#001E70]\/90 to-[#001E70]\/0 \n                     rotate-180 \">\n        <\/div> \n    \n    <div class=\"flex flex-col h-full\">\n        <div class=\"grid grid-cols-6 gap-8\">\n            <div class=\"col-span-full relative spacer-y\">\n                <!-- start component in component\/block\/occhiello -->    <h2 class=\"occhiello \">\n        Siamo LasagnaWare    <\/h2>\n<!-- end component in component\/block\/occhiello -->                <h1 class=\"testo-titolo font-semibold h1 break-words\">\n                    <p>Abbiamo 100 anni<\/p>\n<p>di esperienza nella<\/p>\n<p>Digital Transformation<\/p>\n                <\/h1>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<!-- end component in component\/block\/headline -->\n<!-- end block in blocks\/headline --><\/section>\n\n<section class=\"acf-block acf-block-solutions\"><!-- start block in blocks\/solutions -->\n<div class=\"spacer-y\">\n    <div class=\"grid grid-cols-6 gap-8\">\n        <div class=\"col-span-full relative flex flex-col gap-10\">\n                <h2 class=\"occhiello \">\n        La nostra storia vale per 100    <\/h2>\n            <div class=\"\">\n                <h1 class=\"font-normal h2\">\n                    <p>Mettiamo tutta l\u2019esperienza acquisita nel corso degli anni a<br \/>\ndisposizione dei nostri clienti. <strong>Abbiamo conosciuto ogni era<\/strong><br \/>\n<strong>tecnologica in prima persona<\/strong> e insieme troveremo la soluzione tecnica<br \/>\npi\u00f9 efficace per esprimere appieno il potenziale della tua azienda.<\/p>\n                <\/h1>\n            <\/div>\n        <\/div>\n    <\/div>\n    <!-- start component in component\/block\/cards-solutions -->\n<div id=\"cards\" class=\"flex flex-wrap sm:flex-nowrap bg-gray-900 min-h-[30rem] rounded-l-5xl -mr-8 sm:-mr-16\" x-cloak\n    x-data=\"{\n        openCard: 0,\n        totalCards:4     }\">\n    <div class=\"w-full sm:w-2\/5 text-white p-12 flex flex-col justify-between\">\n        <div class=\"mt-20\">\n            <h1 class=\"h2 font-bold my-8\">Abbiamo 100 anni di esperienza nella Digital Transformation<\/h1>\n            <p class=\"text-gray-300\"><\/p>\n        <\/div>\n        <div class=\"flex space-x-4\">\n            <button class=\"flex items-center justify-center w-10 h-10 bg-transparent text-white rounded-xl border-white border\"\n                @click=\"openCard = (openCard > 0) ? openCard - 1 : totalCards - 1\">\n                \u2190\n            <\/button>\n            <button class=\"flex items-center justify-center w-10 h-10 bg-transparent text-white rounded-xl border-white border\"\n                @click=\"openCard = (openCard < totalCards - 1) ? openCard + 1 : 0\">\n                \u2192\n            <\/button>\n        <\/div>\n\n    <\/div>\n    <script>\n        function cardStyle(alpineData, i) {\n            let total = alpineData.totalCards;\n            let openCard = alpineData.openCard;\n            let style = '';\n\n            \/\/ Controlla la larghezza dello schermo\n            let unit = window.innerWidth < 640 ? 2 : 4; \/\/ Usa 2rem se sotto 640px, altrimenti 4rem\n\n            if (i < openCard) {\n                let d = i;\n                style += `width: calc(100% - ${d * unit}rem);`;\n                if (i > 0) {\n                    style += ` margin-left: -${unit}rem;`;\n                }\n            } else if (i === openCard) {\n                style += `width: calc(100% - ${openCard * unit}rem);`;\n            } else if (i > openCard) {\n                let numRight = total - (openCard + 1);\n                let r = i - openCard;\n                style += `width: calc(${numRight - (r - 1)} * ${unit}rem);`;\n                if (r > 1) {\n                    style += ` margin-left: -${unit}rem;`;\n                }\n            }\n            return style;\n        }\n    <\/script>\n    <style>\n        :root {\n            --unit: 4rem;\n        }\n\n        @media (max-width: 640px) {\n            :root {\n                --unit: 2rem;\n            }\n        }\n    <\/style>\n    <!-- Colonna destra: Cards -->\n    <div class=\"w-full sm:w-3\/5 min-h-[30rem] sm:h-auto\">\n        <div class=\"flex h-full relative overflow-visible justify-end\" x-cloak>\n                                            <div @click=\"openCard = 0\"\n                    style=\"width: calc(100% - 0rem);\"\n                    class=\"absolute h-full rounded-l-5xl shadow-md transition-all duration-300 ease-in-out flex flex-col overflow-hidden\n                        \"\n                    :class=\"openCard === 0 ? 'bg-blue-50' : 'bg-sky'\"\n                    :style=\"cardStyle($data, 0)\">\n\n                    <!-- Linguetta (etichetta) -->\n                    <div class=\"font-thin uppercase absolute top-0 left-0 h-full flex items-center justify-center w-8 sm:w-16 transition-all duration-300 ease-in-out bg-transparent cursor-pointer\n                    \"\n                        :class=\"[openCard === 0 ? 'opacity-0 text-green' : 'text-white']\">\n                        <span class=\"text-base whitespace-nowrap\"\n                            style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                            Infrastruttura IT &amp; Servizi Cloud                        <\/span>\n                    <\/div>\n\n                    <!-- Contenuto della card -->\n                    <div class=\"w-2\/3 h-full p-12 transition-all duration-300 ease-in-out flex flex-col \n                        \"\n                        :class=\"openCard === 0 ? 'opacity-100' : 'opacity-0'\" style=\"width: calc(100% - 3 * var(--unit));\">\n                        <div class=\"flex justify-between\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.lasagnaware.it\/wp-content\/uploads\/2025\/03\/Property-1Default.png\" class=\"attachment-full size-full\" alt=\"\" \/><div class=\"hidden sm:block\">    <a href=\"https:\/\/dev.lasagnaware.it\/it\/it-infrastructure-cloud-services\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n<\/div>                        <\/div>\n                        <h1 class=\"h2 font-bold my-8 text-sky\">\n                            Infrastruttura IT &amp; Servizi Cloud                        <\/h1>\n                        <p class=\"text-gray-700 mb-4 mt-auto\">\n                            La nostra approfondita esperienza al fianco della tua\r\nazienda.                        <\/p>\n                        <div class=\"sm:hidden\">\n                                <a href=\"https:\/\/dev.lasagnaware.it\/it\/it-infrastructure-cloud-services\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div @click=\"openCard = 1\"\n                    style=\"width: calc(3 * 4rem);\"\n                    class=\"absolute h-full rounded-l-5xl shadow-md transition-all duration-300 ease-in-out flex flex-col overflow-hidden\n                        \"\n                    :class=\"openCard === 1 ? 'bg-blue-50' : 'bg-green'\"\n                    :style=\"cardStyle($data, 1)\">\n\n                    <!-- Linguetta (etichetta) -->\n                    <div class=\"font-thin uppercase absolute top-0 left-0 h-full flex items-center justify-center w-8 sm:w-16 transition-all duration-300 ease-in-out bg-transparent cursor-pointer\n                    \"\n                        :class=\"[openCard === 1 ? 'opacity-0 text-black' : 'text-gray']\">\n                        <span class=\"text-base whitespace-nowrap\"\n                            style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                            Soluzioni AI su misura                        <\/span>\n                    <\/div>\n\n                    <!-- Contenuto della card -->\n                    <div class=\"w-2\/3 h-full p-12 transition-all duration-300 ease-in-out flex flex-col \n                        \"\n                        :class=\"openCard === 1 ? 'opacity-100' : 'opacity-0'\" style=\"width: calc(100% - 2 * var(--unit));\">\n                        <div class=\"flex justify-between\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.lasagnaware.it\/wp-content\/uploads\/2025\/03\/Property-1Variant2.png\" class=\"attachment-full size-full\" alt=\"\" \/><div class=\"hidden sm:block\">    <a href=\"https:\/\/dev.lasagnaware.it\/it\/soluzioni-ai-su-misura\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n<\/div>                        <\/div>\n                        <h1 class=\"h2 font-bold my-8 text-sky\">\n                            Soluzioni AI su misura                        <\/h1>\n                        <p class=\"text-gray-700 mb-4 mt-auto\">\n                            Siamo pronti a portare la tua infrastruttura al livello\r\nsuccessivo attraverso una personalizzazione unica.                        <\/p>\n                        <div class=\"sm:hidden\">\n                                <a href=\"https:\/\/dev.lasagnaware.it\/it\/soluzioni-ai-su-misura\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div @click=\"openCard = 2\"\n                    style=\"width: calc(2 * 4rem); margin-left: -4rem;\"\n                    class=\"absolute h-full rounded-l-5xl shadow-md transition-all duration-300 ease-in-out flex flex-col overflow-hidden\n                        \"\n                    :class=\"openCard === 2 ? 'bg-blue-50' : 'bg-azure-dark'\"\n                    :style=\"cardStyle($data, 2)\">\n\n                    <!-- Linguetta (etichetta) -->\n                    <div class=\"font-thin uppercase absolute top-0 left-0 h-full flex items-center justify-center w-8 sm:w-16 transition-all duration-300 ease-in-out bg-transparent cursor-pointer\n                    \"\n                        :class=\"[openCard === 2 ? 'opacity-0 text-black' : 'text-white']\">\n                        <span class=\"text-base whitespace-nowrap\"\n                            style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                            Processi, Qualit\u00e0 &amp; Sicurezza                        <\/span>\n                    <\/div>\n\n                    <!-- Contenuto della card -->\n                    <div class=\"w-2\/3 h-full p-12 transition-all duration-300 ease-in-out flex flex-col \n                        \"\n                        :class=\"openCard === 2 ? 'opacity-100' : 'opacity-0'\" style=\"width: calc(100% - 1 * var(--unit));\">\n                        <div class=\"flex justify-between\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.lasagnaware.it\/wp-content\/uploads\/2025\/03\/Property-1Variant3.png\" class=\"attachment-full size-full\" alt=\"\" \/><div class=\"hidden sm:block\">    <a href=\"https:\/\/dev.lasagnaware.it\/it\/processi-qualita-sicurezza\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n<\/div>                        <\/div>\n                        <h1 class=\"h2 font-bold my-8 text-sky\">\n                            Processi, Qualit\u00e0 &amp; Sicurezza                        <\/h1>\n                        <p class=\"text-gray-700 mb-4 mt-auto\">\n                            Servizi end-to-end per portare la tua azienda al livello\r\nsuccessivo.                        <\/p>\n                        <div class=\"sm:hidden\">\n                                <a href=\"https:\/\/dev.lasagnaware.it\/it\/processi-qualita-sicurezza\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div @click=\"openCard = 3\"\n                    style=\"width: calc(1 * 4rem); margin-left: -4rem;\"\n                    class=\"absolute h-full rounded-l-5xl shadow-md transition-all duration-300 ease-in-out flex flex-col overflow-hidden\n                        \"\n                    :class=\"openCard === 3 ? 'bg-blue-50' : 'bg-sky'\"\n                    :style=\"cardStyle($data, 3)\">\n\n                    <!-- Linguetta (etichetta) -->\n                    <div class=\"font-thin uppercase absolute top-0 left-0 h-full flex items-center justify-center w-8 sm:w-16 transition-all duration-300 ease-in-out bg-transparent cursor-pointer\n                    \"\n                        :class=\"[openCard === 3 ? 'opacity-0 text-green' : 'text-white']\">\n                        <span class=\"text-base whitespace-nowrap\"\n                            style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                            Consulenza Strategica                        <\/span>\n                    <\/div>\n\n                    <!-- Contenuto della card -->\n                    <div class=\"w-2\/3 h-full p-12 transition-all duration-300 ease-in-out flex flex-col \n                        \"\n                        :class=\"openCard === 3 ? 'opacity-100' : 'opacity-0'\" style=\"width: calc(100% - 0 * var(--unit));\">\n                        <div class=\"flex justify-between\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.lasagnaware.it\/wp-content\/uploads\/2025\/03\/Property-1Variant4.png\" class=\"attachment-full size-full\" alt=\"\" \/><div class=\"hidden sm:block\">    <a href=\"https:\/\/dev.lasagnaware.it\/it\/strategic-consulting\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n<\/div>                        <\/div>\n                        <h1 class=\"h2 font-bold my-8 text-sky\">\n                            Consulenza Strategica                        <\/h1>\n                        <p class=\"text-gray-700 mb-4 mt-auto\">\n                            Costruiamo collaborazioni durature attraverso una\r\nvisione condivisa.                        <\/p>\n                        <div class=\"sm:hidden\">\n                                <a href=\"https:\/\/dev.lasagnaware.it\/it\/strategic-consulting\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/div>\n<!-- end component in component\/block\/cards-solutions --><\/div>\n<!-- end block in blocks\/solutions --><\/section>\n\n<section class=\"acf-block acf-block-latest-news\"><!-- start block in blocks\/latest-news -->\n<!-- start component in component\/block\/latest-news --><div class=\"grid grid-cols-4 gap-6\">\n    <div class=\"col-span-4 md:col-span-4 lg:col-span-1 break-words\">\n        <h2 class=\"font-bold\">\n            Le ultime novit\u00e0, direttamente da LasagnaWare        <\/h2>\n    <\/div>\n\n            <div class=\"rounded-2xl col-span-4 xs:col-span-2 lg:col-span-1 shadow bg-azure-dark\">\n            <div class=\"p-8 h-full\">\n                <div class=\"flex flex-col gap-4 h-full\">\n                    <div class=\"uppercase text-sm font-thin text-white\">\n                        AGGIORNAMENTO                    <\/div>\n                    <div class=\"text-xl text-green\">\n                        LasagnaWare inaugura il 2025 con nuove soluzioni tecnologiche                    <\/div>\n                    <div class=\"text-sm mt-auto font-thin text-white\">\n                        24\/02\/2025                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n            <div class=\"rounded-2xl col-span-4 xs:col-span-2 lg:col-span-1 shadow bg-green\">\n            <div class=\"p-8 h-full\">\n                <div class=\"flex flex-col gap-4 h-full\">\n                    <div class=\"uppercase text-sm font-thin text-gray-700\">\n                        COMUNICAZIONE                    <\/div>\n                    <div class=\"text-xl text-azure-dark\">\n                        Ufficiale la prima partnership tra LasagnaWare e Amazon Web Services                     <\/div>\n                    <div class=\"text-sm mt-auto font-thin text-gray-700\">\n                        26\/02\/2025                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n            <div class=\"rounded-2xl col-span-4 xs:col-span-2 lg:col-span-1 shadow bg-azure\">\n            <div class=\"p-8 h-full\">\n                <div class=\"flex flex-col gap-4 h-full\">\n                    <div class=\"uppercase text-sm font-thin text-gray-700\">\n                        LETTURA VELOCE                    <\/div>\n                    <div class=\"text-xl text-azure-dark\">\n                        Il nuovo sito di LasagnaWare, riprogettato per migliorare la customer experience                    <\/div>\n                    <div class=\"text-sm mt-auto font-thin text-gray-700\">\n                        27\/02\/2025                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <div class=\"hidden lg:col-span-1 lg:block\"><\/div>        <div class=\"rounded-2xl col-span-4 xs:col-span-2 lg:col-span-1 shadow bg-green\">\n            <div class=\"p-8 h-full\">\n                <div class=\"flex flex-col gap-4 h-full\">\n                    <div class=\"uppercase text-sm font-thin text-gray-700\">\n                        AGGIORNAMENTO                    <\/div>\n                    <div class=\"text-xl text-azure-dark\">\n                        Online il nuovo sito di LasagnaWare                    <\/div>\n                    <div class=\"text-sm mt-auto font-thin text-gray-700\">\n                        28\/02\/2025                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<!-- end component in component\/block\/latest-news --><!-- end block in blocks\/latest-news --><\/section>\n\n<section class=\"acf-block acf-block-call-to-action-subscribe\"><!-- start block in blocks\/call-to-action-subscribe --><!-- start component in component\/block\/call-to-action-subscribe -->\n<!-- Inizio blocco -->\n<div class=\"bg-azure-light rounded-t-[5rem] relative flex flex-col\">\n\n    <!-- Contenitore principale (max-width, padding orizzontale) -->\n    <div class=\" p-8 pt-14 sm:p-16 sm:pt-20 flex flex-col\">\n\n        <!-- Titolo e sottotitolo in alto -->\n        <div class=\"mb-8 text-center warst-1 max-w-3xl mx-auto\">\n            <h2 class=\"h2 font-semibold text-slate-900\">\n            <p>Abbiamo 100 anni di esperienza nella Digital Transformation<\/p>\n            <\/h2>\n            <p class=\"mt-4 text-slate-700 max-w-xl mx-auto\">\n               Siamo impegnati a ridefinire completamente la connessione tra aziende e\r\ntecnologia.\n            <\/p>\n        <\/div>\n\n        <!-- Sezione contenuto e box CTA -->\n        <div class=\"p-4 flex flex-col sm:flex-row justify-center sm:gap-8 mx-auto bg-white shadow-xl rounded-3xl\">\n\n            <!-- Colonna immagine -->\n            <div class=\"max-w-sm w-full\">\n                <img decoding=\"async\"\n                    src=\"https:\/\/dev.lasagnaware.it\/wp-content\/themes\/watuppa-theme\/assets\/images\/i-stock.jpg\"\n                    alt=\"Team photo\"\n                    class=\"w-full rounded-3xl h-full object-cover\" \/>\n            <\/div>\n\n            <!-- Box CTA -->\n            <div class=\"py-6 flex flex-col gap-3 max-w-md w-full relative items-center\">\n                <!-- Icona in alto (esempio di icona busta) -->\n                <div class=\"flex items-center justify-center w-16 h-16 mb-2\">\n                    <!-- Esempio di icona SVG (busta) -->\n                    <svg width=\"64\" height=\"45\" viewBox=\"0 0 64 45\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <g clip-path=\"url(#clip0_1426_3320)\">\n                            <path d=\"M3.64764 5.12933C3.65271 4.44548 4.06555 3.71831 4.66815 3.45472C5.36581 3.19881 6.1377 3.29699 6.86926 3.2727C7.89551 3.27225 8.9248 3.2935 9.9499 3.30726C11.5201 3.32456 13.0887 3.24399 14.6594 3.28518C17.1323 3.38025 19.6054 3.38475 22.0783 3.332C26.353 3.33199 30.624 3.14094 34.8987 3.20052C38.9045 3.27174 42.8926 3.68009 46.8934 3.8725C51.3269 4.1285 55.7687 4.28028 60.2042 4.56983C60.7167 4.65181 61.3236 4.60075 61.6828 5.03988C62.0288 5.43502 61.9919 5.9804 61.7218 6.36149C62.081 13.338 61.9705 20.3243 61.6886 27.3015C61.4189 31.08 61.5662 34.878 61.2706 38.6521C61.1227 40.0373 60.0854 40.4708 58.8516 40.7C56.8411 41.1287 54.7752 41.0284 52.7319 41.0635C45.4962 41.0291 38.266 40.7185 31.0312 40.6723C28.9859 40.6428 26.9411 40.6968 24.8962 40.7221C23.3432 40.7277 21.793 40.6405 20.2387 40.634C16.5372 40.7042 12.8337 40.6217 9.13915 40.3396C8.07395 40.2892 7.00721 40.2578 5.94029 40.2287C5.40338 40.1829 4.8074 40.335 4.31548 40.0878C3.90908 39.9071 3.72518 39.4893 3.74843 39.0835C3.61726 38.9012 3.54276 38.6687 3.56936 38.3991C3.6354 33.2045 3.22743 28.0145 3.24338 22.8183C3.20124 19.9968 3.07079 17.1729 3.21992 14.3525C3.31321 12.2525 3.2271 10.1522 3.30593 8.05332C3.32276 7.25359 3.28379 7.558 3.22475 6.45412C3.15006 5.92832 3.28527 5.40997 3.64745 5.1317L3.64764 5.12933ZM55.6448 6.46371C53.1284 6.34366 50.6112 6.20447 48.096 6.07021C43.9305 5.90263 39.783 5.48378 35.617 5.35192C28.895 5.20648 22.1706 5.65212 15.4489 5.44234C13.5134 5.35734 11.575 5.4557 9.63889 5.43741C8.73699 5.43838 7.54173 5.39894 6.62081 5.39838C8.43819 7.1809 10.8982 9.00346 13.164 11.1274C17.587 15.1806 20.8573 18.4897 25.2912 22.2004C26.3611 23.0808 27.3969 23.9967 28.4747 24.8682C29.2157 25.467 29.9831 26.0345 30.7189 26.6376C31.4835 26.5301 31.4941 26.4881 32.5485 26.0798C33.6411 25.5554 33.6351 25.4811 34.7732 24.6599C37.3372 22.8002 39.7169 20.7062 42.3177 18.8948C46.9055 15.5846 51.7802 12.6624 56.122 9.02238C57.1341 8.27931 58.0386 7.27003 59.1188 6.63259C57.9628 6.55103 56.8048 6.52414 55.6495 6.46409L55.6448 6.46371ZM59.2632 35.8767C59.3567 32.916 59.4166 28.8916 59.584 26.0822C59.746 21.2984 59.913 16.5125 59.7617 11.7271C59.7419 10.7599 59.7173 9.79235 59.6879 8.82438C59.6292 8.8697 59.5727 8.91759 59.523 8.97078C55.3962 12.6139 50.8066 15.6497 46.2607 18.7368C45.3197 19.3688 44.3939 20.0211 43.4789 20.6862C44.4985 21.5673 45.4262 22.5484 46.3725 23.507C47.9851 25.1299 49.6159 26.7352 51.2261 28.358C53.8576 31.0479 56.8835 33.653 59.0419 35.6848C59.1157 35.748 59.1917 35.8137 59.2656 35.8769L59.2632 35.8767ZM5.71112 38.093C5.98378 38.0936 6.25624 38.0966 6.52831 38.1043C7.95211 38.1574 9.37583 38.182 10.7966 38.3016C14.1793 38.5656 17.5753 38.516 20.9633 38.5063C24.8807 38.6657 28.7996 38.4796 32.7166 38.5555C39.8136 38.6193 46.908 38.9522 54.0078 38.9231C55.994 38.8835 56.5227 38.9715 58.4135 38.6047C58.5582 38.5902 58.8957 38.4982 58.9935 38.4728C58.7747 38.3382 58.5757 38.1362 58.3772 37.9294C58.0822 37.6719 57.7818 37.4235 57.4946 37.1595C55.6104 35.4335 54.7877 34.6327 52.9936 33.0356C49.7877 30.0536 46.754 26.8948 43.6601 23.8003C43.2358 23.3678 42.8014 22.9417 42.3537 22.5312C42.318 22.4997 42.2664 22.4573 42.2061 22.4048C42.0554 22.2567 41.8763 22.1349 41.705 22.0042C40.5556 22.8769 39.4239 23.7677 38.3051 24.6761C35.9393 26.4208 33.6205 28.6198 30.5274 28.7989C29.8578 28.8258 29.399 28.3166 28.9159 27.9318C27.7845 27.0726 26.6743 26.1889 25.6015 25.2558C24.2048 24.0985 22.8318 22.9146 21.4746 21.7129C20.1631 23.0803 18.7449 24.3484 17.4266 25.7129C14.0773 29.0588 10.7082 32.3841 7.38561 35.756C7.03214 36.1042 6.68322 36.455 6.34323 36.8138C6.33553 36.8203 6.33001 36.8294 6.32231 36.8359C6.11 37.0357 5.93529 37.3029 5.70949 37.4921C5.70754 37.5754 5.71034 37.659 5.70839 37.7423C5.699 37.8584 5.69912 37.9752 5.7038 38.0948L5.71112 38.093ZM5.40342 10.2471C5.45113 12.4969 5.32458 14.7421 5.28397 16.9895C5.33202 20.7437 5.39194 24.4988 5.4687 28.253C5.50045 30.3155 5.62566 32.376 5.68375 34.4382C5.75148 34.3698 5.8194 34.299 5.8895 34.2308C7.17766 32.9736 8.42173 31.6699 9.68328 30.3867C12.7705 27.382 15.7803 24.2994 18.8651 21.2945C19.2056 20.9596 19.5573 20.6328 19.8956 20.2954C18.625 19.146 17.3626 17.9853 16.1181 16.8094C12.6581 13.4492 9.90628 11.0642 6.08071 7.81756C5.85543 7.61576 5.63528 7.40961 5.4177 7.20128C5.48164 8.21496 5.39928 9.2335 5.40085 10.2493L5.40342 10.2471Z\" fill=\"#70E185\" \/>\n                        <\/g>\n                        <defs>\n                            <clipPath id=\"clip0_1426_3320\">\n                                <rect width=\"60.5\" height=\"40\" fill=\"white\" transform=\"matrix(-0.996746 -0.0806055 -0.0806055 0.996746 64 4.87695)\" \/>\n                            <\/clipPath>\n                        <\/defs>\n                    <\/svg>\n\n                <\/div>\n\n                <!-- Testo CTA -->\n                <h3 class=\"text-xl font-semibold text-slate-800\">\n                    Vuoi unirti a noi?                <\/h3>\n                <p class=\"text-slate-600\">\n                      Invia qui la tua candidatura!\n                <\/p>\n\n                <!-- Pulsante CTA -->\n                <div class=\"mt-4\">\n                    <a href=\"https:\/\/dev.lasagnaware.it\/it\/careers\" class=\"bg-sky text-white font-semibold px-6 py-2 rounded-full hover:bg-sky-400 transition-colors inline-block\">\n                        Invia                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<!-- Fine blocco -->\n<!-- end component in component\/block\/call-to-action-subscribe --><!-- end block in blocks\/call-to-action-subscribe --><\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/page-header-transparent.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-538","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/dev.lasagnaware.it\/it\/wp-json\/wp\/v2\/pages\/538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.lasagnaware.it\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.lasagnaware.it\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.lasagnaware.it\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.lasagnaware.it\/it\/wp-json\/wp\/v2\/comments?post=538"}],"version-history":[{"count":25,"href":"https:\/\/dev.lasagnaware.it\/it\/wp-json\/wp\/v2\/pages\/538\/revisions"}],"predecessor-version":[{"id":821,"href":"https:\/\/dev.lasagnaware.it\/it\/wp-json\/wp\/v2\/pages\/538\/revisions\/821"}],"wp:attachment":[{"href":"https:\/\/dev.lasagnaware.it\/it\/wp-json\/wp\/v2\/media?parent=538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}