{"id":182550,"date":"2025-05-14T10:31:08","date_gmt":"2025-05-14T14:31:08","guid":{"rendered":"https:\/\/innowise.com\/?page_id=182550"},"modified":"2026-04-10T03:35:39","modified_gmt":"2026-04-10T07:35:39","slug":"stanislav-kazanov","status":"publish","type":"page","link":"https:\/\/innowise.com\/it\/authors\/stanislav-kazanov\/","title":{"rendered":"Stanislav Kazanov"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"182550\" class=\"elementor elementor-182550\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7579735 article-description e-flex e-con-boxed e-con e-parent\" data-id=\"7579735\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-587ceda e-con-full elementor-hidden-tablet elementor-hidden-mobile stickyWrapper132 e-flex e-con e-child\" data-id=\"587ceda\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07a10ec ddcv elementor-widget elementor-widget-html\" data-id=\"07a10ec\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\r\n<style>\r\n\r\n\r\n.stickyWrapper132{\r\n    position: sticky;\r\n    top: 132px;\r\n    bottom: auto;   \r\n}  \r\n\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", ()=>{\r\n        \r\nconst headerElement = document.querySelector(\".new-menu\");\r\n\r\nconst stickyElement = document.querySelector(\".stickyWrapper132\");\r\n\r\nconst headerElementH = headerElement.clientHeight;\r\n\r\n\r\nstickyElement.style.top =  headerElementH + 60 + \"px\";\r\n        \r\n});\r\n<\/script>\r\n\r\n\r\n\r\n<!--NOTE Change data-id in wrapper styles for hide this block on the mobile device screen-->\r\n<div class=\"toc-wrapper\">\r\n  <h3 class=\"toc-title\">Table of contents<\/h3>\r\n  <div class=\"toc toc-2\"><\/div>\r\n<\/div>\r\n\r\n<script>\r\n  const LINKS = {\r\n    \"Unleashing the power of .NET 8\": \"gggggg\",\r\n    \"Revamping legacy systems: unlocking business potential through software modernization\": \"hello\",\r\n  };\r\n\r\n  const OFFSET = 70;\r\n  const PADDING_BOTTOM_FOR_SCROLL = 100;\r\n  let headerList = [];\r\n  let allLinks = [];\r\n  let ticking = false;\r\n\r\n  const createList = () => {\r\n    const tocTarget = document.querySelector(\".toc.toc-2\");\r\n    if (!tocTarget) return;\r\n\r\n    const toc = document.createElement(\"ul\");\r\n\r\n    \/\/ \u0421\u0440\u0430\u0437\u0443 \u043e\u0442\u0441\u0435\u043a\u0430\u0435\u043c H2, \u0443 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0435\u0441\u0442\u044c \u043a\u043b\u0430\u0441\u0441 no-toc, \u0438 \u0442\u0435, \u0447\u0442\u043e \u043b\u0435\u0436\u0430\u0442 \u0432\u043d\u0443\u0442\u0440\u0438 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430 no-toc\r\n    let rawHeaders = [\r\n        document.querySelector(\".aboutFirst\"), \r\n        ...document.querySelectorAll(\"h2:not(.no-toc):not(.no-toc h2)\")\r\n    ];\r\n\r\n    \/\/ \u041e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c \u0436\u0435\u0441\u0442\u043a\u043e\u0435 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u044f related content, \u0435\u0441\u043b\u0438 \u043e\u043d \u0435\u0441\u0442\u044c\r\n    const excludedNodes = [\r\n        document.querySelector(\".related_content_blog_container h2\")\r\n    ];\r\n\r\n    headerList = rawHeaders.filter((node) => {\r\n        \/\/ \u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u0440\u043e\u0432\u0435\u0440\u043e\u043a \u043f\u043e \u0442\u0435\u043a\u0441\u0442\u0443! \u0422\u043e\u043b\u044c\u043a\u043e \u0432\u0430\u043b\u0438\u0434\u0430\u0446\u0438\u044f \u0443\u0437\u043b\u043e\u0432.\r\n        if (!node || excludedNodes.includes(node)) return false;\r\n        return true;\r\n    });\r\n\r\n    headerList.forEach((header, index) => {\r\n      const headerId = header.getAttribute(\"id\");\r\n      \r\n      const headerText =\r\n        header.dataset.title && header.dataset.title !== \"\"\r\n          ? header.dataset.title\r\n          : header.textContent.trim();\r\n\r\n      const idFromText =\r\n        !headerId || headerId === \"\"\r\n          ? headerText\r\n              .toLowerCase()\r\n              .replace(\/[^\\w ]+\/g, \"\")\r\n              .replace(\/ +\/g, \"-\")\r\n          : headerId;\r\n\r\n      const newListItem = document.createElement(\"li\");\r\n      const newLink = document.createElement(\"a\");\r\n      newLink.setAttribute(\"href\", \"#\" + idFromText);\r\n      newLink.textContent = LINKS[headerText] || headerText;\r\n\r\n      newLink.addEventListener(\"click\", (e) => {\r\n        e.preventDefault();\r\n        const y =\r\n          header.getBoundingClientRect().top +\r\n          window.pageYOffset -\r\n          PADDING_BOTTOM_FOR_SCROLL -\r\n          OFFSET;\r\n        \r\n        ticking = true; \r\n        window.scrollTo({ top: y, behavior: \"smooth\" });\r\n\r\n        \/\/ \u041c\u0413\u041d\u041e\u0412\u0415\u041d\u041d\u041e \u043f\u0435\u0440\u0435\u043a\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u043c \u043f\u0443\u043d\u043a\u0442\u044b \u0438 \u043f\u043e\u043b\u043e\u0441\u043a\u0443 \u043f\u0440\u0438 \u043a\u043b\u0438\u043a\u0435, \u043d\u0435 \u0434\u043e\u0436\u0438\u0434\u0430\u044f\u0441\u044c \u043a\u043e\u043d\u0446\u0430 \u0441\u043a\u0440\u043e\u043b\u043b\u0430\r\n        allLinks.forEach((link, i) => {\r\n            if (i === index) {\r\n              link.classList.remove(\"pre-active\");  \r\n              link.classList.add(\"active\");\r\n            } else if (i < index) {\r\n              link.classList.add(\"pre-active\"); \r\n              link.classList.remove(\"active\");\r\n            } else {\r\n              link.classList.remove(\"pre-active\");\r\n              link.classList.remove(\"active\");\r\n            }\r\n        });\r\n        \r\n        \/\/ \u0416\u0434\u0435\u043c \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0441\u043a\u0440\u043e\u043b\u043b\u0430 \u0438 \u0434\u0435\u043b\u0430\u0435\u043c \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u0443\u044e \u0441\u0432\u0435\u0440\u043a\u0443\r\n        setTimeout(() => {\r\n            ticking = false;\r\n            checkScroll(); \r\n        }, 800);\r\n      });\r\n\r\n      newListItem.appendChild(newLink);\r\n      toc.appendChild(newListItem);\r\n    });\r\n    \r\n    tocTarget.appendChild(toc);\r\n    allLinks = Array.from(tocTarget.querySelectorAll(\"ul li\"));\r\n  };\r\n\r\n  const setContainerHeight = () => {\r\n    const tocContainer = document.querySelector(\".ddcv\");\r\n    if (tocContainer) {\r\n        tocContainer.style.maxHeight = \"calc(100vh - 230px)\";\r\n        tocContainer.style.minHeight = \"200px\";\r\n    }\r\n  };\r\n\r\n  const checkScroll = () => {\r\n      if (headerList.length === 0 || allLinks.length === 0) return;\r\n\r\n      let selectedHeaderIndex = 0; \r\n      const triggerOffset = 200; \r\n\r\n      headerList.forEach((header, index) => {\r\n          const posTop = header.getBoundingClientRect().top;\r\n          if(posTop <= triggerOffset){\r\n              selectedHeaderIndex = index;\r\n          }\r\n      });\r\n\r\n      const isAtBottom = Math.ceil(window.innerHeight + window.scrollY) >= document.body.offsetHeight - 100;\r\n      if (isAtBottom && headerList.length > 0) {\r\n          selectedHeaderIndex = headerList.length - 1;\r\n      }\r\n\r\n      allLinks.forEach((link, i) => {\r\n            if(i === selectedHeaderIndex){\r\n              link.classList.remove(\"pre-active\");  \r\n              link.classList.add(\"active\");\r\n            } else if(i < selectedHeaderIndex){\r\n              link.classList.add(\"pre-active\"); \r\n              link.classList.remove(\"active\");\r\n            } else {\r\n              link.classList.remove(\"pre-active\");\r\n              link.classList.remove(\"active\");\r\n            }\r\n      });\r\n  };\r\n\r\n  const loadAllImages = () => {\r\n    const images = document.getElementsByTagName(\"img\");\r\n    for (let i = 0; i < images.length; i++) {\r\n      const img = images[i];\r\n      const src = img.getAttribute(\"data-src\") || img.src;\r\n      if (src) img.src = src;\r\n    }\r\n  };\r\n\r\n  loadAllImages();\r\n\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n     setTimeout(() => {\r\n        createList();\r\n        setContainerHeight();\r\n        checkScroll();\r\n  \r\n        document.addEventListener(\"scroll\", (event) => {\r\n          if (!ticking) {\r\n            checkScroll();\r\n          }\r\n        });\r\n    }, 300); \r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-98b5bfc author-article e-con-full e-flex e-con e-child\" data-id=\"98b5bfc\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-eb00c83 author-link e-con-full e-flex e-con e-child\" data-id=\"eb00c83\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4d435c7 author-block e-con-full e-flex e-con e-child\" data-id=\"4d435c7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2716b50 elementor-widget elementor-widget-image\" data-id=\"2716b50\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"180\" height=\"180\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/05\/Stanislav-Kazanov.png\" class=\"attachment-medium_large size-medium_large wp-image-182551\" alt=\"\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/05\/Stanislav-Kazanov.png 180w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/05\/Stanislav-Kazanov-150x150.png 150w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/05\/Stanislav-Kazanov-12x12.png 12w\" sizes=\"(max-width: 180px) 100vw, 180px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-94c77df e-con-full e-flex e-con e-child\" data-id=\"94c77df\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3af9393 aboutFirstWrapper elementor-widget elementor-widget-html\" data-id=\"3af9393\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class='aboutFirst'>About the expert<\/span>\r\n\r\n<style>\r\n\r\n.aboutFirstWrapper{\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    pointer-events: none;\r\n    visibility: hidden;\r\n    opacity: 0;\r\n}\r\n\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-524361c elementor-widget elementor-widget-heading\" data-id=\"524361c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Stanislav Kazanov<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d315982 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"d315982\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Head of <span class=\"acronym-highlight\">GRC<\/span>, Cybersecurity &amp; Sustainability<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92ba802 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"92ba802\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.linkedin.com\/in\/staskazanov\/\" target=\"_blank\">\n\t\t\t<i aria-hidden=\"true\" class=\"fab fa-linkedin-in\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccff891 e-con-full e-flex e-con e-child\" data-id=\"ccff891\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19ae948 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"19ae948\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-renderer-start-pos=\"129\">Stanislav Kazanov is a technology leader specializing in governance, risk management, cybersecurity, and data-driven sustainability. In his role as Head of GRC, Cybersecurity &amp; Sustainability, he is responsible for designing and governing secure, compliant, and resilient technology environments while ensuring that sustainability objectives are embedded into core systems, architectures, and processes.<\/p><p data-renderer-start-pos=\"534\">With a strong technical background in data engineering and software development, Stanislav operates at the intersection of security engineering, regulatory compliance, and environmental responsibility. His work focuses on translating complex regulatory, cyber, and <span class=\"acronym-highlight\">ESG<\/span> requirements into practical, measurable, and technically sound solutions that scale across organizations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d78da80 elementor-widget elementor-widget-heading\" data-id=\"d78da80\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Areas of expertise<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93eaa8b elementor-widget elementor-widget-text-editor\" data-id=\"93eaa8b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"ak-ul\" data-indent-level=\"1\"><li><p data-renderer-start-pos=\"933\">Governance, Risk &amp; Compliance (GRC)<\/p><\/li><li><p data-renderer-start-pos=\"972\">Cybersecurity strategy and cyber risk management<\/p><\/li><li><p data-renderer-start-pos=\"1024\">Data engineering &amp; big data platforms<\/p><\/li><li><p data-renderer-start-pos=\"1065\">Secure software and system architecture<\/p><\/li><li><p data-renderer-start-pos=\"1108\">ESG frameworks &amp; sustainability governance<\/p><\/li><li><p data-renderer-start-pos=\"1154\">Data-driven KPIs and control frameworks<\/p><\/li><li><p data-renderer-start-pos=\"1197\">Technical leadership &amp; stakeholder communication<\/p><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a69c31c elementor-widget elementor-widget-heading\" data-id=\"a69c31c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Experience overview<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc6e57a elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"fc6e57a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-renderer-start-pos=\"1252\">Stanislav\u2019s career foundation lies in hands-on engineering, where he designed, built, and governed enterprise-grade data pipelines and platforms. His work emphasized system reliability, data integrity, security controls, and performance monitoring, supported by rigorous KPI tracking and operational metrics. This technical depth now underpins his approach to governance, risk, and security at scale.<\/p><p data-renderer-start-pos=\"1674\">In his current role, Stanislav leads cross-functional initiatives that integrate cybersecurity, compliance, and sustainability into unified governance frameworks. He supports organizations in aligning technology stacks with regulatory requirements (including security and ESG obligations), implementing cyber risk management practices, and embedding sustainability considerations into software development lifecycles and data architectures.<\/p><p data-renderer-start-pos=\"2116\">His responsibilities span defining control frameworks, assessing technical and cyber risks, establishing measurable environmental and security KPIs, and ensuring that both sustainability and cybersecurity are treated as first-class engineering and governance concerns rather than afterthoughts.<\/p><p data-renderer-start-pos=\"2412\">What distinguishes Stanislav is his ability to bridge deep technical execution with high-level governance and risk strategy, ensuring that security, compliance, and sustainability deliver tangible, auditable outcomes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6dbcdef elementor-widget elementor-widget-heading\" data-id=\"6dbcdef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Hobbies and interests<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c34ff7 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"2c34ff7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Outside of work, Stanislav maintains a structured fitness routine, including swimming and strength training. He is also active in music production, combining creativity with technical precision in his home studio. Additionally, he regularly speaks at industry events, sharing insights on cybersecurity, data engineering, governance, and sustainable technology.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ebc9fe0 e-con-full e-flex e-con e-child\" data-id=\"ebc9fe0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a098ba6 elementor-widget elementor-widget-video\" data-id=\"a098ba6\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=2pl-_NY-0y8&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-93f13ce e-con-full e-flex e-con e-child\" data-id=\"93f13ce\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eda00e3 elementor-widget elementor-widget-heading\" data-id=\"eda00e3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Portfolio\u200b<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d74b975 e-con-full slider-overflow e-flex e-con e-child\" data-id=\"d74b975\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26b7be3 elementor-widget elementor-widget-shortcode\" data-id=\"26b7be3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n        <div class=\"slider-overflow\">\n            <div class=\"swiper-related\">\n                <div class=\"swiper-wrapper\">\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/climate-innovation-data-migration\/\" aria-label=\"block_179228\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/02\/Small-Cover-Data-Migration-and-Integration-for-a-Climate-Innovation-Anya-Kh.-Dasha-Tr.png\" alt=\"Data migration and integration for a climate innovation organization\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/climate-innovation-data-migration\/\" aria-label=\"Data migration and integration for a climate innovation organization\" >Data migration and integration for a climate innovation organization<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/esg\/\">ESG<\/a><a href=\"\/it\/cases\/ba\/\">Business analysis<\/a><a href=\"\/it\/cases\/business-process-automation-bpa\/\">Business process automation (BPA)<\/a><a href=\"\/it\/cases\/cloud\/\">Cloud<\/a><a href=\"\/it\/cases\/ingegneria-dei-dati\/\">Data engineering<\/a><a href=\"\/it\/cases\/gestione-dei-dati\/\">Data management (DMS)<\/a><a href=\"\/it\/cases\/ecology\/\">Ecology<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/climate-innovation-data-migration\/\" aria-label=\"Read more about Data migration and integration for a climate innovation organization\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/automated-data-collection\/\" aria-label=\"block_177882\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Small-Cover-Automated-environmental-data-collection_-25-reduction-in-certification-costs-Anya-Kh.-Dasha-Tr.png\" alt=\"Automated environmental data collection\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/automated-data-collection\/\" aria-label=\"Automated environmental data collection\" >Automated environmental data collection<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/esg\/\">ESG<\/a><a href=\"\/it\/cases\/ecology\/\">Ecology<\/a><a href=\"\/it\/cases\/ingegneria-dei-dati\/\">Data engineering<\/a><a href=\"\/it\/cases\/manifatturiero\/\">Manufacturing<\/a><a href=\"\/it\/cases\/power-bi\/\">Power BI<\/a><a href=\"\/it\/cases\/python\/\">Python<\/a><a href=\"\/it\/cases\/software-enhancement\/\">Software enhancement<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/automated-data-collection\/\" aria-label=\"Read more about Automated environmental data collection\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/gestical-platform-modernization\/\" aria-label=\"block_194759\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/smart-meter-integration.png\" alt=\"Modernization of Gestical\u2019s operational platform\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/gestical.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/gestical-platform-modernization\/\" aria-label=\"Modernization of Gestical\u2019s operational platform\" >Modernization of Gestical\u2019s operational platform<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/energy\/\">Energy<\/a><a href=\"\/it\/cases\/staff-augmentation\/\">Staff augmentation<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/gestical-platform-modernization\/\" aria-label=\"Read more about Modernization of Gestical\u2019s operational platform\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"block_194217\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/iOS-and-VR-meditation-app-suite-for-Grozio-Planeta-UAB-2.png\" alt=\"iOS and VR meditation app suite for Gro\u017eio Planeta UAB\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"iOS and VR meditation app suite for Gro\u017eio Planeta UAB\" >iOS and VR meditation app suite for Gro\u017eio Planeta UAB<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/aws\/\">AWS<\/a><a href=\"\/it\/cases\/django\/\">Django<\/a><a href=\"\/it\/cases\/sanita\/\">Healthcare<\/a><a href=\"\/it\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/it\/cases\/php\/\">PHP<\/a><a href=\"\/it\/cases\/python\/\">Python<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"Read more about iOS and VR meditation app suite for Gro\u017eio Planeta UAB\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/custom-website-development-for-airline\/\" aria-label=\"block_193018\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/airplane-in-the-sky.jpg\" alt=\"Multi-page charter airline website for a startup air carrier\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Flyyo-logo.png\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/custom-website-development-for-airline\/\" aria-label=\"Multi-page charter airline website for a startup air carrier\" >Multi-page charter airline website for a startup air carrier<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/php\/\">PHP<\/a><a href=\"\/it\/cases\/trasporti\/\">Transportation<\/a><a href=\"\/it\/cases\/design\/\">UI\/UX design<\/a><a href=\"\/it\/cases\/sviluppo-web\/\">Web development<\/a><a href=\"\/it\/cases\/website\/\">Website<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/custom-website-development-for-airline\/\" aria-label=\"Read more about Multi-page charter airline website for a startup air carrier\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/custom-fhir-integration-gateway\/\" aria-label=\"block_193309\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/image-teaser-fim.jpg\" alt=\"Designing a data integration gateway for FIM Medical\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/logo-fim.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/custom-fhir-integration-gateway\/\" aria-label=\"Designing a data integration gateway for FIM Medical\" >Designing a data integration gateway for FIM Medical<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/net\/\">.NET<\/a><a href=\"\/it\/cases\/c\/\">C#<\/a><a href=\"\/it\/cases\/sanita\/\">Healthcare<\/a><a href=\"\/it\/cases\/integrazione\/\">Integration<\/a><a href=\"\/it\/cases\/staff-augmentation\/\">Staff augmentation<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/custom-fhir-integration-gateway\/\" aria-label=\"Read more about Designing a data integration gateway for FIM Medical\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/fast-website-delivery\/\" aria-label=\"block_192516\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/image-teaser-3.png\" alt=\"Fast Website Delivery for Family Businesses\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Logo-symbolname-green-1.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/fast-website-delivery\/\" aria-label=\"Fast Website Delivery for Family Businesses\" >Fast Website Delivery for Family Businesses<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/cms\/\">CMS website development<\/a><a href=\"\/it\/cases\/costruzioni\/\">Construction<\/a><a href=\"\/it\/cases\/horeca\/\">HoReCa<\/a><a href=\"\/it\/cases\/js\/\">JavaScript<\/a><a href=\"\/it\/cases\/php\/\">PHP<\/a><a href=\"\/it\/cases\/website\/\">Website<\/a><a href=\"\/it\/cases\/wordpress\/\">WordPress<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/fast-website-delivery\/\" aria-label=\"Read more about Fast Website Delivery for Family Businesses\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"block_195080\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/image.png\" alt=\"Scaling AI ergonomics assessment software\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"Scaling AI ergonomics assessment software\" >Scaling AI ergonomics assessment software<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/angular\/\">Angular<\/a><a href=\"\/it\/cases\/sviluppo-back-end\/\">Back-end development<\/a><a href=\"\/it\/cases\/impresa\/\">Enterprise<\/a><a href=\"\/it\/cases\/sviluppo-front-end\/\">Front-end development<\/a><a href=\"\/it\/cases\/node-js\/\">Node.js<\/a><a href=\"\/it\/cases\/qa\/\">QA<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"Read more about Scaling AI ergonomics assessment software\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n                <\/div>\n                \n                <div class=\"swiper-related__navigation\">\n                    <button class=\"swiper-related__navigation-btn\">\n                        <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <g>\n                                <path d=\"M12 4L4 12L12 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                                <path d=\"M21 12.0002L4 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <\/g>\n                        <\/svg>\n                    <\/button>\n                \n                    <button class=\"swiper-related__navigation-btn\">\n                        <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M13 4L21 12L13 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <path d=\"M4 12.0002L21 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"cases-swiper-pagination\"><\/div>\n        \n        <script src=\"\/wp-content\/themes\/hello-elementor\/assets\/js\/slb-case.js\"><\/script>  \n        <link rel=\"stylesheet\" href=\"\/wp-content\/themes\/hello-elementor\/assets\/css\/case-slider.css\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a127c14 e-con-full e-flex e-con e-child\" data-id=\"a127c14\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44972ee elementor-widget elementor-widget-heading\" data-id=\"44972ee\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thought Leadership\u200b<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12c633e e-grid e-con-full link-underlines e-con e-child\" data-id=\"12c633e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-80c613a e-con-full e-flex e-con e-child\" data-id=\"80c613a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5e078e elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"e5e078e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Pharma Days<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0dbed8d e-flex e-con-boxed e-con e-child\" data-id=\"0dbed8d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68629b0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"68629b0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.thepharmadays.com\/business-meetings-1\/68122d2713bc35a9053ebb98\" target=\"_blank\" rel=\"nofollow\">Digital Intelligence in Green Drug Manufacturing<\/a><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8142107 e-con-full e-flex e-con e-child\" data-id=\"8142107\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a01cc13 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a01cc13\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Speaking engagements<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ff34914 e-flex e-con-boxed e-con e-child\" data-id=\"ff34914\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d37ea5 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6d37ea5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/en.newspackaging.es\/5th-anniversary-of-pharmap\/\" target=\"_blank\" rel=\"nofollow\">PHARMAP 2025, Berlin \u2014 \"Data-Driven Sustainability in Pharma\"<\/a><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cf94d2e e-con-full e-flex e-con e-child\" data-id=\"cf94d2e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a109faf elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a109faf\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>External publications<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8a4a8cd e-flex e-con-boxed e-con e-child\" data-id=\"8a4a8cd\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b8267d elementor-widget elementor-widget-text-editor\" data-id=\"2b8267d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4 style=\"margin-bottom: 0;\"><a href=\"https:\/\/www.linkedin.com\/feed\/update\/urn:li:activity:7321065398580248577\/\" target=\"_blank\" rel=\"noopener\">Cyfrowe bli\u017aniaki \u2013 si\u0142a nap\u0119dowa innowacji \u2014 article for \u201cRzeczpospolita: ESG w praktyce\u201d<\/a>, April 2025<\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a30856a elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a30856a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.teknoscienze.com\/tks_article\/supply-chain-decarbonization-supplier-engagement-scope-3-reduction\/\" target=\"_blank\" rel=\"nofollow\">Supply chain decarbonization &amp; supplier engagement (Scope-3 reduction)\n\n<\/a><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c62ad4 elementor-widget elementor-widget-text-editor\" data-id=\"7c62ad4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4 style=\"margin-bottom: 0;\"><a href=\"https:\/\/cybernews.com\/ai-news\/chatgpt-caricature-ai\/\" target=\"_blank\" rel=\"nofollow noopener\">Digital Rorschach Test: Why are we obsessed with how AI \u201csees\u201d us?<\/a>, February 10, 2026<\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d66a690 elementor-widget elementor-widget-text-editor\" data-id=\"d66a690\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4 style=\"margin-bottom: 0;\"><a href=\"https:\/\/smartermsp.com\/making-the-case-for-a-layered-email-security-approach\/\" target=\"_blank\" rel=\"nofollow noopener\">Making the case for a layered email security approach<\/a>, March 30, 2026<\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-075fbd9 e-con-full e-flex e-con e-child\" data-id=\"075fbd9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a352311 elementor-widget elementor-widget-heading\" data-id=\"a352311\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Blog articles<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f3905d e-con-full slider-overflow e-flex e-con e-child\" data-id=\"4f3905d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1fd1a9 elementor-widget elementor-widget-shortcode\" data-id=\"a1fd1a9\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <div class=\"swiper-bottom blog-slider\">\n            <div class=\"swiper-wrapper\">\n                                    <div class=\"swiper-slide\">\n                        <div class=\"swiper-into-e1\">\n                            <div class=\"swiper-slide__inner-container\">\n                                <div class=\"block-image-control\">\n                                    <div class=\"block-div-img\">\n                                        <div class=\"slide-text\">\n                                            Blog\n                                        <\/div>\n                                        <div onclick=\"window.location.href = 'https:\/\/innowise.com\/it\/blog\/digital-product-passport\/'\" style=\"cursor:pointer;\">\n                                            <img fetchpriority=\"high\" decoding=\"async\" width=\"440\" height=\"330\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/A_photorealistic_image_of_a_large_laptop_screen.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Digital Product Passport explained\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/A_photorealistic_image_of_a_large_laptop_screen.png 440w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/A_photorealistic_image_of_a_large_laptop_screen-300x225.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/A_photorealistic_image_of_a_large_laptop_screen-16x12.png 16w\" sizes=\"(max-width: 440px) 100vw, 440px\" \/>                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"border-slide reset\">\n                                    <div class=\"swip-title-qe mb-10\">\n                                        <a href=\"https:\/\/innowise.com\/it\/blog\/digital-product-passport\/\">\n                                            Digital Product Passport explained                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Contents and purposes of Digital Product Passport with tips for its early implementation.<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Stanislav Kazanov                                        <\/div>\n                                        <div class=\"blog-card-date\">Mar 19, 2026<\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"swiper-slide\">\n                        <div class=\"swiper-into-e1\">\n                            <div class=\"swiper-slide__inner-container\">\n                                <div class=\"block-image-control\">\n                                    <div class=\"block-div-img\">\n                                        <div class=\"slide-text\">\n                                            Blog\n                                        <\/div>\n                                        <div onclick=\"window.location.href = 'https:\/\/innowise.com\/it\/blog\/sustainability-in-banking\/'\" style=\"cursor:pointer;\">\n                                            <img decoding=\"async\" width=\"880\" height=\"660\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/07\/Small-cover-Considerations-for-implementing-sustainability-in-banking.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Considerations for implementing sustainability in banking\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/07\/Small-cover-Considerations-for-implementing-sustainability-in-banking.jpg 880w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/07\/Small-cover-Considerations-for-implementing-sustainability-in-banking-300x225.jpg 300w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/07\/Small-cover-Considerations-for-implementing-sustainability-in-banking-768x576.jpg 768w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/07\/Small-cover-Considerations-for-implementing-sustainability-in-banking-16x12.jpg 16w\" sizes=\"(max-width: 880px) 100vw, 880px\" \/>                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"border-slide reset\">\n                                    <div class=\"swip-title-qe mb-10\">\n                                        <a href=\"https:\/\/innowise.com\/it\/blog\/sustainability-in-banking\/\">\n                                            Considerations for implementing sustainability in banking                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Banks that lead on ESG win investor trust, regulatory clarity, and a clear edge over lagging competitors.<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Stanislav Kazanov                                        <\/div>\n                                        <div class=\"blog-card-date\">Lug 30, 2025<\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"swiper-slide\">\n                        <div class=\"swiper-into-e1\">\n                            <div class=\"swiper-slide__inner-container\">\n                                <div class=\"block-image-control\">\n                                    <div class=\"block-div-img\">\n                                        <div class=\"slide-text\">\n                                            Blog\n                                        <\/div>\n                                        <div onclick=\"window.location.href = 'https:\/\/innowise.com\/it\/blog\/esg-and-sustainability\/'\" style=\"cursor:pointer;\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"600\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/02\/Image-8.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Sustainability &amp; ESG: differences and specifics\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/02\/Image-8.png 1920w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/02\/Image-8-300x94.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/02\/Image-8-1024x320.png 1024w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/02\/Image-8-768x240.png 768w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/02\/Image-8-1536x480.png 1536w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/02\/Image-8-18x6.png 18w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"border-slide reset\">\n                                    <div class=\"swip-title-qe mb-10\">\n                                        <a href=\"https:\/\/innowise.com\/it\/blog\/esg-and-sustainability\/\">\n                                            Sustainability &amp; ESG: differences and specifics                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Learn what ESG and sustainability mean for business: key differences, reporting rules, and compliance tips.<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Stanislav Kazanov                                        <\/div>\n                                        <div class=\"blog-card-date\">Feb 24, 2025<\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                <!-- <div class=\"swiper-slide\" style=\"display: none;\"><\/div> -->\n            <\/div>\n            <div class=\"swiper-bottom__navigation\">\n                <button class=\"swiper-bottom__navigation-btn\">\n                    <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <g>\n                            <path d=\"M12 4L4 12L12 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <path d=\"M21 12.0002L4 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                        <\/g>\n                    <\/svg>\n                <\/button>\n                <button class=\"swiper-bottom__navigation-btn\">\n                    <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M13 4L21 12L13 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                        <path d=\"M4 12.0002L21 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                    <\/svg>\n                <\/button>\n            <\/div>\n        <\/div>\n        <style>\n            .blog-card-desc{\n                display: -webkit-box;\n                -webkit-box-orient: vertical;\n                -webkit-line-clamp: 2; \n                overflow: hidden;\n                text-overflow: ellipsis;\n                padding: 0px 40px 0px 40px;\n                margin-bottom:24px;\n            }\n            .blog-card-desc,.blog-card-author,.blog-card-date{\n                font-size:16px;\n                line-height:24px;\n                color:rgba(113, 113, 113, 1);\n                font-family: 'Karla';\n            }\n            .swiper-bottom.blog-slider .swiper-slide:hover .blog-card-desc,\n            .swiper-bottom.blog-slider .swiper-slide:hover .blog-card-author,\n            .swiper-bottom.blog-slider .swiper-slide:hover .blog-card-date{\n                color:white;\n            }\n            .blog-card-bottom{\n                display:flex;\n                justify-content: space-between;\n                padding: 0px 40px 0px 40px;\n            }\n            @media(max-width: 767px){\n                .blog-card-desc,.blog-card-author,.blog-card-date{\n                    font-size:12px;\n                    line-height:150%;\n                }\n                .blog-card-desc{\n                    margin-bottom:20px;\n                    padding: 0px 20px 0px 20px;\n                }\n                .blog-card-bottom{\n                    padding: 0px 20px 0px 20px;\n                }\n            }\n        <\/style>\n        <script src=\"\/wp-content\/themes\/hello-elementor\/assets\/js\/slb.js\"><\/script>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0647f34 e-con-full e-flex e-con e-child\" data-id=\"0647f34\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6674ddc elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6674ddc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Testimonials<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c13af74 e-con-full e-flex e-con e-child\" data-id=\"c13af74\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-831c244 elementor-widget elementor-widget-html\" data-id=\"831c244\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"c-section__background c-section__background\">\n  <div class=\"c-section__container p-mad-testimonials__section-container\">\n    <div class=\"c-section__body\">\n\n      <div class=\"p-mad-testimonials__swiper\">\n        <div class=\"swiper\">\n          <div class=\"swiper-wrapper\">\n              <div class=\"swiper-slide p-mad-testimonial\">\n                <div class=\"p-mad-testimonial__cite-details\">\n                    <p class=\"p-mad-testimonial__cite\"> Innowise constantly found efficient solutions to the challenges. The resources were very helpful and communicative, and they demonstrated impressive determination and eagerness to solve problems.<\/p>\n                <\/div>\n              <div class=\"p-mad-testimonial__cite-author\">\n                <div class=\"p-mad-testimonial__author\">\n                  <span class=\"p-mad-testimonial__author-name\">Benjamin Reif<\/span>\n                  <span>Founder & CEO<\/span>\n                <\/div>\n              <\/div>\n              <div class=\"p-mad-testimonial__company-icon-wrapper\">\n                  <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\n                    src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Sawayo.png\" alt=\"company's logo\">\n              <\/div>\n            <\/div>\n            \n            <div class=\"swiper-slide p-mad-testimonial\">\n                <div class=\"p-mad-testimonial__cite-details\">\n                    <p class=\"p-mad-testimonial__cite\">\n                        High seniority, high proactivity, high work independence, and reasonable price. Really great people.\n                    <\/p>\n                <\/div>\n              <div class=\"p-mad-testimonial__cite-author\">\n                <div class=\"p-mad-testimonial__author\">\n                  <span class=\"p-mad-testimonial__author-name\">Leo Iannacone<\/span>\n                  <span>VP of Engineering<\/span>\n                <\/div>\n              <\/div>\n                <div class=\"p-mad-testimonial__company-icon-wrapper\">\n                  <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\n                    src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Plentific-1.svg\" alt=\"company's logo\">\n                <\/div>\n            <\/div>\n            \n            <div class=\"swiper-slide p-mad-testimonial\">\n                <div class=\"p-mad-testimonial__cite-details\">\n                    <p class=\"p-mad-testimonial__cite\">We were highly satisfied with the outcome of the project and the deliverables that Innowise delivered. They were highly responsive and timely in their communication, which allowed for smooth and efficient collaboration. <\/p>\n                <\/div>\n              <div class=\"p-mad-testimonial__cite-author\">\n                <div class=\"p-mad-testimonial__author\">\n                  <span class=\"p-mad-testimonial__author-name\">Egzon Gajtani<\/span>\n                  <span>Strategic Projects Coordinator<\/span>\n                <\/div>\n              <\/div>\n                <div class=\"p-mad-testimonial__company-icon-wrapper\">\n                  <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\n                    src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Tangoo-Professional-Network.png\" alt=\"company's logo\">\n              <\/div>\n            <\/div>\n            \n            <div class=\"swiper-slide p-mad-testimonial\">\n                <div class=\"p-mad-testimonial__cite-details\">\n                    <p class=\"p-mad-testimonial__cite\">I was honestly very satisfied with their work. The client can now complete a task that used to take 10\u201315 minutes in seconds. The project has resulted in financial and time savings, and Innowise provided a range of technology expertise throughout the engagement.<\/p>\n                <\/div>\n              <div class=\"p-mad-testimonial__cite-author\">\n                <div class=\"p-mad-testimonial__author\">\n                  <span class=\"p-mad-testimonial__author-name\">Pierre Sipidin<\/span>\n                  <span>CEO<\/span>\n                <\/div>\n              <\/div>\n                <div class=\"p-mad-testimonial__company-icon-wrapper\">\n                  <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\n                    src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/psconsulting-rgb-1-1.png\" alt=\"company's logo\">\n              <\/div>\n            <\/div>\n\n          <\/div>\n          <!--<div class=\"swiper-pagination\"><\/div>-->\n\n           <div class=\"swiper-bottom__navigation\">\n    \t\t<button class=\"swiper-bottom__navigation-btn-last\">\n    \t\t\t<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n    \t\t\t\t<g>\n    \t\t\t\t\t<path d=\"M12 4L4 12L12 20\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\n    \t\t\t\t\t<path d=\"M21 12.0002L4 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\n    \t\t\t\t<\/g>\n    \t\t\t<\/svg>\n    \n    \t\t<\/button>\n    \n    \t\t<button class=\"swiper-bottom__navigation-btn-last\">\n    \t\t\t<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n    \t\t\t\t<path d=\"M13 4L21 12L13 20\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\n    \t\t\t\t<path d=\"M4 12.0002L21 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\n    \t\t\t<\/svg>\n    \n    \t\t<\/button>\n    \n    \t<\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n\n<style>\n    \n\n    .swiper-bottom__navigation-btn-last:hover{\n        background: none;\n    }\n    \n    \n    \n    .swiper-bottom__navigation-btn-last:focus {\n        outline: none;\n    }\n    \n    \n    .swiper-bottom__navigation-btn-last{\n        background: none;\n        cursor:pointer;\n        padding: 0;\n        border: none;\n    }\n    \n    .swiper-bottom__navigation {\n        margin-top: 40px;\n    }\n    \n    .swiper-bottom__navigation-btn-last_disabled path{\n      stroke:#C1C1C1;  \n    }\n    \n    .c-intro-section__container,\n    .c-section__container {\n      display: block;\n      width: 100%;\n    }\n    \n    .c-intro-section__body {\n      display: -webkit-box;\n      display: -ms-flexbox;\n      display: flex;\n      -webkit-column-gap: 20px;\n         -moz-column-gap: 20px;\n              column-gap: 20px;\n    }\n    \n    .c-section__body {\n      display: -webkit-box;\n      display: -ms-flexbox;\n      display: flex;\n      -webkit-box-orient: vertical;\n      -webkit-box-direction: normal;\n          -ms-flex-direction: column;\n              flex-direction: column;\n      row-gap: 80px;\n    }\n    \n    .p-mad-testimonials__swiper .swiper {\n        overflow: visible;\n        \/*width: 1400px;*\/\n    }\n    \n\n    \n        @media screen and (min-width: 1280px) {\n        .p-mad-testimonials__swiper {\n              clip-path: inset( -100vw -100vw -100vw 0 );\n        }\n    }\n\n    \n    @media(max-width:767px) {\n        .p-mad-testimonials__swiper .swiper {\n            padding-bottom: 0;\n        }\n    }\n    \n    \n    .c-section__container .p-mad-testimonial {\n      display: -webkit-box;\n      display: -ms-flexbox;\n      display: flex;\n      flex-direction: row;\n      flex-wrap: wrap;\n      justify-content: space-between;\n      row-gap: 30px;\n      width: 700px;\n      height: auto;\n      \/*min-height: 306px;*\/\n      \n      flex-grow: 1;\n      padding: 40px;\n      position: relative;\n      background-image: url('https:\/\/innowise.com\/wp-content\/uploads\/2024\/10\/image-3333.png');\n      background-repeat: no-repeat;\n      background-position: center left;\n      background-size: cover;\n    }\n    \n    .p-mad-testimonial__cite-details {\n        display: flex;\n        flex-direction: row;\n        \n        flex-shrink: 1;\n    }\n    \n    \n    .p-mad-testimonial__cite:lang(de) {\n        word-break: break-word;\n        hyphens: auto;\n    }\n    \n    .p-mad-testimonial__author {\n      font-family: Karla;\n      font-weight: 400;\n      font-size: 18px;\n      line-height: 27px;\n      color: #2e2e2e;\n      text-align: left;\n      display: -webkit-box;\n      display: -ms-flexbox;\n      display: flex;\n      gap: 4px;\n      -webkit-box-orient: vertical;\n      -webkit-box-direction: normal;\n          -ms-flex-direction: column;\n              flex-direction: column;\n    }\n    \n    \n    .p-mad-testimonial__author-name {\n        font-family: Sora;\n        font-weight: 600;\n        font-size: 18px;\n        line-height: 25.2px;\n    }\n    \n    .p-mad-testimonial__company-icon-wrapper {\n        width: auto;\n        \n        height: 42px;\n        \/*width: 170px;*\/\n        \n        display: flex;\n        align-items: center;\n    }\n    \n    .p-mad-testimonial__company-icon {\n        -o-object-fit: cover;\n         object-fit: cover;\n         \n         object-position: 0 0;\n    }\n    \n    .p-mad-testimonial__cite {\n      color: #2e2e2e;\n      \n      font-family: Karla;\n      font-size: 18px;\n      font-weight: 400;\n      line-height: 27px;\n      text-align: left;\n    \n      min-height: 100px;\n    \n    }\n    \n    .p-mad-testimonial__details {\n      list-style: none;\n      margin: 0;\n      \/*margin-bottom: 20px;*\/\n      padding: 0;\n      \n    display: grid;\n    \n    row-gap: 80px;\n    column-gap:20px;\n    \n    grid-template-columns: repeat(3, 1fr) 230px;\n        \n    }\n    \n    .p-mad-testimonial__details > * {\n      max-width: 100%;\n      flex-grow: 1;\n    }\n    \n    .p-mad-testimonial__details-term {\n      display: block;\n      margin-bottom: 8px;\n      color: #2e2e2e;\n      font-family: Karla;\n      font-weight: 700;\n      font-size: 16px;\n      line-height: 24px;\n      text-transform: uppercase;\n    }\n    \n    .p-mad-testimonial__details-desc {\n      display: block;\n      color: #2e2e2e;\n      font-weight: 400;\n      font-size: 16px;\n      line-height: 24px;\n      font-family: Karla, sans-serif;\n    }\n    \n    .p-mad-testimonial__details-desc:lang(de) {\n        word-break: break-word;\n        hyphens: auto;\n    }\n    \n    .p-mad-testimonial__link {\n      color: #2e2e2e;\n      font-weight: 400;\n      font-size: 22px;\n      line-height: 24px;\n      font-family: Karla, sans-serif;\n    }\n    \n    a.p-mad-testimonial__link {\n      text-decoration: underline;\n    }\n    \n    \n    .elementor-element-1bd0b8b .p-mad-testimonials__swiper .swiper-pagination {\n        --swiper-pagination-bullet-horizontal-gap:5px;\n        bottom: -4px;\n    }\n    .elementor-element-1bd0b8b .p-mad-testimonials__swiper .swiper-pagination-bullet {\n        width: 100px;\n        height: 4px !important;\n        border-radius: 0;\n        background-color: #dbd8d8;\n        opacity: 1;\n    }\n    \n    .elementor-element-1bd0b8b .p-mad-testimonials__swiper .swiper-pagination-bullet-active {\n        background-color: #2e2e2e;\n    }\n    \n    .p-mad-testimonials__swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {\n        width:100vw;\n        transform: translate(min(calc((-100vw + 1415px)\/2), -15px), 0);\n    }\n    \n    \n    .p-mad-testimonials__swiper .swiper-wrapper {\n        flex-direction: row;\n        overflow-x:visible;\n        max-width: 680px;\n        gap: 0;\n    }\n    \n    \n        \n    @media (max-width: 1279px) {\n        .elementor-element-1bd0b8b .p-mad-testimonials__swiper .swiper-pagination {\n            --swiper-pagination-bullet-horizontal-gap:5px;\n        }\n        .p-mad-testimonials__swiper .swiper-pagination-bullet {\n            width: min(100px, 30%);\n        }\n        \n        .p-mad-testimonial__company-icon-wrapper {\n            width:170px;\n            margin: auto 0;\n            min-height: unset;\n        }\n        \n        .p-mad-testimonial__company-icon {\n          -o-object-fit: contain;\n             object-fit: contain;\n        }\n        \n        .c-section__container .p-mad-testimonial {\n            width: 680px;\n            padding: 40px 40px 40px;\n        }\n        \n        .p-mad-testimonials__swiper .swiper-wrapper {\n            max-width:680px;\n            width:680px;\n        }\n        \n        .p-mad-testimonial__cite-details {\n            flex-basis: auto;\n        }\n        \n        .p-mad-testimonial__cite-author {\n            flex-basis: auto;\n            justify-content: space-between;\n            flex-direction: row;\n            gap:40px;\n        }\n        \n        .p-mad-testimonial__author {\n            font-size: 18px;\n            font-weight: 400;\n            line-height: 27px;\n            text-align: left;\n            margin: 0;\n        }\n        \n        .p-mad-testimonial__cite {\n            font-size: 18px;\n            font-weight: 400;\n            line-height: 25.2px;\n            text-align: left;\n    \n        }\n        \n        .p-mad-testimonial__details {\n            \/*display:flex;\n          flex-wrap: wrap;\n          gap: 20px 80px;*\/\n          max-width: 100%;\n          margin-bottom: 0;\n          \n          \n            display: grid;\n            \n            row-gap: 20px;\n            column-gap:40px;\n            \n            grid-template-columns: 160px 240px;\n        }\n        \n        .p-mad-testimonial__details > * {\n          max-width: unset;\n          \/*flex-basis: 50%;*\/\n        }\n        .p-mad-testimonial__author-name {\n            font-size: 18px;\n            line-height: 24.8px;\n        }\n        \n        .p-mad-testimonial__details-term {\n            font-family: Karla;\n            font-size: 16px;\n            font-weight: 700;\n            line-height: 24px;\n            text-align: left;\n        }\n        \n        .p-mad-testimonial__details-desc {\n            font-family: Karla;\n            font-size: 16px;\n            font-weight: 400;\n            line-height: 24px;\n            text-align: left;\n        }\n        \n        .p-mad-testimonial__link {\n            display: none;\n        }\n    }\n    \n    \n    @media (max-width: 767px) {\n        \n        .swiper-bottom__navigation {\n            display: none;  \n        }\n        \n        \n        .p-mad-testimonial__author-name {\n            font-size: 16px;\n            font-weight: 600;\n            line-height: 20.8px;\n            text-align: left;\n    \n        }\n        \n        .p-mad-testimonial__author {\n            font-size: 16px;\n            line-height: 1.5;\n            gap:2px;\n        }\n        \n        .p-mad-testimonial__author > span:last-child {\n            min-height: 42px;\n        }\n    \n        \n        .p-mad-testimonial__cite-author {\n            gap:20px;\n            order: 2;\n        }\n        \n        \n        .p-mad-testimonial__cite-author {\n            flex-basis: auto;\n            align-items: stretch;\n            flex-direction: column;\n            gap:20px;\n        }\n        \n        .p-mad-testimonial__cite {\n          margin-bottom: 0px;\n          font-size: 16px;\n          line-height: 20px;\n        }\n        \n        .p-mad-testimonial__details {\n          flex-direction: row;\n          gap: 20px;\n        }\n        \n        \n        \n        .p-mad-testimonial__details {\n            \/*display:flex;\n          flex-wrap: wrap;\n          gap: 20px 80px;*\/\n          max-width: 100%;\n          margin-bottom: 0;\n          \n          \n        display: grid;\n        \n        row-gap: 12px;\n        column-gap:20px;\n        \n        grid-template-columns: 100px 140px;\n        }\n        \n        .p-mad-testimonial__details-term {\n          margin-bottom: 4px;\n        }\n        \n        .p-mad-testimonials__swiper .swiper-wrapper {\n            max-width: min(300px, 97vw);\n            width:min(300px, 97vw);\n        }\n        \n        .p-mad-testimonial__company-icon-wrapper {\n          width: auto;\n          max-width: 96px;\n          height: 42px;\n        }\n        \n        .c-section__container .p-mad-testimonial {\n            gap: 20px;\n            width: min(300px, 97vw);\n            padding: 20px 20px 36.47px;\n        }\n        \n        .swiper-pagination {\n            display: none !important;\n            margin-top: 40px;\n            position: static !important;\n        }\n        \n        .p-mad-testimonial__details > * {\n          min-width: auto;\n          width: auto;\n        }\n        \n        \n        .p-mad-testimonial__details > * {\n          max-width: unset;\n          flex-basis: auto;\n        }\n        \n        \n        .p-mad-testimonial__details-term {\n            font-family: Karla;\n            font-size: 12px;\n            font-weight: 700;\n            line-height: 18px;\n        }\n        \n        \n        .p-mad-testimonial__details-desc {\n            font-family: Karla;\n            font-size: 12px;\n            font-weight: 400;\n            line-height: 18px;\n            order: 1;\n        }\n        \n        .p-mad-testimonial__cite {\n            font-size: 14px;\n            font-weight: 400;\n            line-height: 19.6px;\n        }\n        \n        .p-mad-testimonial__author {\n            font-size: 14px;\n            line-height: 21px;\n        }\n        \n        .p-mad-testimonial__cite-details {\n            order: 2;\n        }\n    }\n\n}\n<\/style>\n<!--<script defer src=\"\/wp-content\/themes\/hello-elementor\/assets\/js\/swipe-dev-services.js\"><\/script>-->\n\n\n<script>\n    (()=>{\n        const mobileAppDevTestimonialsSwiper = new Swiper(\n            '.p-mad-testimonials__swiper .swiper',\n            {\n        \n                navigation: {\n                    nextEl: '.swiper-bottom__navigation-btn-last:last-child',\n                    prevEl: '.swiper-bottom__navigation-btn-last:first-child',\n        \n                    disabledClass: 'swiper-bottom__navigation-btn-last_disabled',\n                },\n                grabCursor: true,\n                slidesPerView: 1,\n                freeMode: {\n                    enabled: true, sticky: true\n                },\n                spaceBetween: 10,\n        \n                observer: true,\n        \n                breakpoints: {\n                    768: {\n                        spaceBetween: 40,\n                    },\n                },\n            }\n        \n        );\n    })()\n<\/script>\n\n              \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9cae346 net-15 dt-16 no-toc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9cae346\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3fb89bb\" data-id=\"3fb89bb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c40442 elementor-widget elementor-widget-shortcode\" data-id=\"7c40442\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f100240-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"100240\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/it\/wp-json\/wp\/v2\/pages\/182550#wpcf7-f100240-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"100240\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f100240-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<style>\n#form-templates .contact__info {\n  background-color: #f4f4f4;\n  padding: 70px 44px 70px 50px;\n  position: relative;\n  max-width: 540px;\n  width: 100%;\nborder: 1px solid #AEB1B7;\n}\n\n#form-templates .contact__info-background {\n  z-index: -1;\n  position: absolute;\n  top: 20px;\n  left: 20px;\n  width: 100%;\n  height: 100%;\n  border: 1px dashed #ef4557;\n}\n\n\n#form-templates .new-container{\ndisplay: flex;\njustify-content: space-between;\nflex-wrap: wrap;\n}\n\n\n#form-templates{\npadding: 100px 15px 100px 15px;        \n}\n\n#form-templates .contact__info-heading {\n  font-family: 'Sora' !important;\n  font-style: normal !important;\n  font-weight: 400 !important;\n  font-size: 36px !important;\n  line-height: 46px !important;\n  color: #2E2E2E !important;\n   margin-bottom: 60px !important;\n\n}\n\n\n#form-templates .message label{\ncolor: #585858 !important;   \n}\n\n.elementor-widget-container.form-template h2,.elementor-widget-container.form-template h1{\n font-size: 60px !important;\n  line-height: 70px !important;\n  font-family: \"Sora\", Sans-serif;\n  font-weight: 400;\n  margin: 0;  \n  margin-bottom: 20px;\n}\n\n\n\n\n.elementor-widget-container.form-template p{\n  font-family: \"Karla\", Sans-serif;\n  font-size: 22px;\n  font-weight: 400;\n  line-height: 28px;\n  color: var( --e-global-color-primary );\n  max-width: 700px;\n  margin: 0; \n  margin-bottom: 40px;\n} \n  \n\n\n.new-container #spinner{\nwidth: 50%;\nmax-width: 700px;\n}\n\n\n#form-templates .new-container #spinner div.contact-us__wrapper:nth-child(6){\ngap:30px; \n    \n}\n\n\n#form-templates .contact__info-heading {\n  margin-bottom: 67px;\n  font-size: 36px;\n  font-family: karla;\n  color:  #2E2E2E;\n\n  line-height: 49px;\n}\n\n#form-templates .contact__info-steps {\n  display: flex;\n  flex-direction: column;\n  max-width: 425x;\n  row-gap: 20px;\n  border-left: 1px solid #2e2e2e;\n}\n\n#form-templates .contact__info-block {\n  position: relative;\n  padding-left: 45px;\n}\n\n#form-templates .contact__info-block:last-child {\n  box-shadow: -1px 0 0 1px #f4f4f4;\n}\n\n#form-templates .contact__info-step {\n  position: absolute;\n  border: 1px solid #2e2e2e;\n  width: 40px;\n  height: 40px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 20px;\n  left: -20px;\n  top: -8px;\n  background-color: #F4F4F4;\n  color:  #2E2E2E;\n\nfont-family: Karla;\nfont-weight: 700;\nfont-size: 18px;\nline-height: 28px;\n\n}\n\n.elementor-widget-global .contact__info-step {\n        color:  #2E2E2E;\n}\n\n#form-templates .contact__info-text {\n  margin: 0;\n  font-size: 16px;\n  line-height: 26px;\n  color: #2E2E2E;\n  font-family: karla;\n\n  width: 100%;\n}\n\n\n#form-templates .contact-us__send{\nflex-shrink: 0;\nmargin-top:0;\n}\n\n\n\n@media screen and (max-width: 1279px) {\n    .new-container #spinner{\n        width: 100%;\n        max-width:100%;\n        margin-bottom:40px;\n    }\n    \n\n    .new-container .contact__info {\n        max-width: 700px !important;\n    }\n    \n}\n\n\n@media screen and (max-width: 1279px) {\n#form-templates{\npadding: 60px 15px 70px 15px;     \n}\n}\n\n\n\n@media screen and (max-width: 767px) {\n\n#form-templates .new-container #spinner div.contact-us__wrapper:nth-child(6){\ngap:20px; \n \n}\n\n\n  #form-templates .contact__info {\n    padding: 20px 20px 40px 40px;\n    margin: 0 auto;\n  }\n\n\n#form-templates{\npadding: 40px 15px 50px 15px;  \n    \n}\n\n  \n   .new-container #spinner{\n       \n    margin-bottom:30px;   \n   }\n   \n   \n   .elementor-widget-container.form-template h2,.elementor-widget-container.form-template h1{\n   font-size: 32px !important;\n    line-height: 42px !important;    \n   }\n   \n   \n   .elementor-widget-container.form-template p{\n       \n    font-size: 16px;\n    line-height: 20px;  \n    margin-bottom: 30px;\n \n       \n   }\n   \n   #form-templates .contact__info-heading{\n   font-size: 24px !important;\n    line-height: 49px !important;    \n       \n   }\n   \n\n.mailToContact{\nmargin-top: 10px !important;        \n}\n   \n\n  #form-templates .contact__info-heading {\n    font-size: 24px;\n    margin-bottom: 37px;\n  }\n\n  #form-templates .contact__info-background {\n    top: 10px;\n    left: 10px;\n  }\n\n  #form-templates .contact__info-text {\n    font-size: 12px;\n    line-height: 20px;\n  }\n  \n  \n  #form-templates .contact__info-heading {\n   margin-bottom: 35px !important;\n\n}\n\n}\n\n@media (max-width: 767px) {\n    .mailToContact {\n        max-width: 100%;\n    }\n}\n<\/style>\n\n<script>\nwindow.addEventListener('hashchange',function(e){if(window.history.pushState){window.history.pushState('','\/',window.location.pathname)}else{window.location.hash=''}})\n<\/script>\n\n\n<div id=\"form-templates\">\n<div class=\"elementor-widget-container form-template\">\n<a name=\"contact-form\"><\/a>\n<h2>Contact us<\/h2>\n<p><a id=\"calendlylink\" style=\"color: #c63031; border-bottom: 1px solid #c63031; padding: 0;\">Book a call<\/a> or fill out the form below and we\u2019ll get back to you once we\u2019ve processed your request.<\/p>\n<\/div>\n\n<div class=\"new-container\">\n\n\n<div class=\"contact-us__main\" id=\"spinner\" data-no-defer=\"1\">\n\n<div class=\"contact-us__wrapper\">\n\n<div class=\"name\">\n<label>Name<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"field_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required contact-us__name\" id=\"contact-name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" value=\"\" type=\"text\" name=\"field_name\" \/><\/span>\n<\/div>\n\n<div class=\"company\">\n<label>Company<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required contact-us__company\" id=\"contact-company\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Company*\" value=\"\" type=\"text\" name=\"company\" \/><\/span>\n<\/div>\n\n<\/div>\n\n<div class=\"contact-us__wrapper\">\n\n<div class=\"email\">\n<label>Email<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email contact-us__email\" id=\"contact-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Corporate email*\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n<\/div>\n\n<div class=\"phone\">\n<label>Phone<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel contact-us__phone\" id=\"contact-phone\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone*\" value=\"\" type=\"tel\" name=\"tel\" \/><\/span>\n<\/div>\n\n<\/div>\n<div class=\"contact-us__wrapper subj\">\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-recipient\"><select class=\"wpcf7-form-control wpcf7-select\" id=\"form-field-subj_js\" aria-invalid=\"false\" name=\"your-recipient\"><option value=\"\">Subject*<\/option><option value=\"IT staff augmentation\">IT staff augmentation<\/option><option value=\"Turnkey product development\">Turnkey product development<\/option><option value=\"Support and enhancement\">Support and enhancement<\/option><option value=\"Careers\">Careers<\/option><option value=\"Other\">Other<\/option><\/select><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"form-field-budget_js\"><select class=\"wpcf7-form-control wpcf7-select\" id=\"form-field-budget_js\" aria-invalid=\"false\" name=\"form-field-budget_js\"><option value=\"\">Project budget<\/option><option value=\"Under $15K\">Under $15K<\/option><option value=\"$15K-$30K\">$15K-$30K<\/option><option value=\"$30K-$100K\">$30K-$100K<\/option><option value=\"$100K-$250K\">$100K-$250K<\/option><option value=\"$250K-$500K\">$250K-$500K<\/option><option value=\"More than $500K\">More than $500K<\/option><\/select><\/span>\n\n<\/div>\n\n\n<div class=\"message\">\n<label>Message<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"1\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required contact-us__message\" id=\"contact-message\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Describe your needs in detail*\" name=\"message\"><\/textarea><\/span>\n<\/div>\n\n<div class=\"atvoice-wrap\">\n\n<div class=\"voice-wrap\">\n<span id=\"voice-mut\" class=\"voicetext\">Send us a voice message<\/span>\n         <div class=\"qc_voice_audio_wrapper\">\n            <div class=\"qc_voice_audio_container\">\n                <div class=\"qc_voice_audio_upload_main\" id=\"qc_audio_main\">\n                    <a class=\"qc_audio_record_button\" id=\"qc_audio_record\" href=\"#\" aria-label=\"Record an audio message\">\n                        <span class=\"dashicons dashicons-microphone\"><\/span> \u00a0<\/a> \n                <\/div>\n\n                <div class=\"qc_voice_audio_recorder\" id=\"qc_audio_recorder\" style=\"display:none\">\n\n                <\/div>\n                <div class=\"qc_voice_audio_display\" id=\"qc_audio_display\"  style=\"display:none\">\n                    <audio id=\"qc-audio\" controls src=\"\"><\/audio>\n                    <span title=\"Remove and back to main upload screen.\" class=\"qc_audio_remove_button dashicons dashicons-trash\"><\/span>\n                <\/div>\n            <\/div>\n            <input type=\"hidden\" value=\"\" name=\"qcwpvoicemessage\" id=\"qc_audio_url\" \/>\n        <\/div>\n        \n<\/div>\n\n\n<div class=\"attach-wrap\">\n<span class=\"voicetext\">Attach documents<\/span>\n\n<div class='attachment'>\n\n<div class=\"downloaded\">\n<span><\/span>\n<div class=\"deleteFile\"><\/div>\n<\/div>\n\n<div class=\"attachmentButton\" onclick=\"(function cl(e){if(e.target.nodeName == 'DIV'){e.target.parentNode.children[1].children[0].click(); }})(arguments[0]);\">\n\n<div class=\"innerText\">Upload file<\/div>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"att-files\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".jpg,.png,.jpeg,.pdf\" aria-invalid=\"false\" type=\"file\" name=\"att-files\" \/><\/span>\n\n<div class=\"tip\" onclick=\"event.stopPropagation()\">\n<p>You can attach 1 file up to 2MB. Valid file formats: pdf, jpg, jpeg, png.<\/p>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n\n\n<\/div>\n\n<div class=\"contact-us__wrapper\"> \n<p class=\"pp\">By clicking Send, you consent to Innowise processing your personal data per our<a href=\"\/privacy-notice\/\"> Privacy Policy <\/a>to provide you with relevant information. By submitting your phone number, you agree that we may contact you via voice calls, SMS, and messaging apps. Calling, message, and data rates may apply.<\/p>\n\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"scoring_point\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmCampaign\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmContent\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmMedium\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmSource\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmTerm\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"location\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"city\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"ip\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"Summ\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"gclid\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"rating\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"urlCompany\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"urlWithParams\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"audioMessageLink\" \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner contact-us__send\" id=\"contact-send-button\" type=\"submit\" value=\"Send\" \/>\n<\/div>\n\n<div class='mailToContact'>You can also send us your request <\/br>to <a href=\"mailto:contact@innowise.com\">contact@innowise.com<\/a><\/div>\n\n<\/div>\n\n<div class=\"elementor-widget-container\" style=\"z-index:1;\">\n<div class=\"contact__info\">\n  <div class=\"contact__info-background\"><\/div>\n  <div class=\"contact__info-heading\">What happens next?<\/div>\n  <div class=\"contact__info-steps\">\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">1<\/div>\n      <p class=\"contact__info-text\">Once we\u2019ve received and processed your request, we\u2019ll get back to you to detail your\n        project needs and sign an NDA to ensure confidentiality.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">2<\/div>\n      <p class=\"contact__info-text\">After examining your wants, needs, and expectations, our team will devise a project\n        proposal with the scope of work, team size, time, and cost estimates.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">3<\/div>\n      <p class=\"contact__info-text\">We\u2019ll arrange a meeting with you to discuss the offer and nail down the details.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">4<\/div>\n      <p class=\"contact__info-text\">Finally, we\u2019ll sign a contract and start working on your project right away.<\/p>\n    <\/div>\n  <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\n<\/div>\n\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Table of contents About the expert Stanislav Kazanov Head of GRC, Cybersecurity &amp; Sustainability Stanislav Kazanov is a technology leader specializing in governance, risk management, cybersecurity, and data-driven sustainability. In his role as Head of GRC, Cybersecurity &amp; Sustainability, he is responsible for designing and governing secure, compliant, and resilient technology environments while ensuring that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":194957,"parent":98106,"menu_order":11,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-182550","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/pages\/182550","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/comments?post=182550"}],"version-history":[{"count":0,"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/pages\/182550\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/pages\/98106"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/media\/194957"}],"wp:attachment":[{"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/media?parent=182550"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}