{"id":184608,"date":"2025-06-25T06:45:32","date_gmt":"2025-06-25T10:45:32","guid":{"rendered":"https:\/\/innowise.com\/?page_id=184608"},"modified":"2026-04-02T07:36:14","modified_gmt":"2026-04-02T11:36:14","slug":"kiryl-drabysheuski","status":"publish","type":"page","link":"https:\/\/innowise.com\/sv\/authors\/kiryl-drabysheuski\/","title":{"rendered":"Kiryl Drabysheuski"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"184608\" class=\"elementor elementor-184608\">\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-aec8bba e-con-full elementor-hidden-tablet elementor-hidden-mobile stickyWrapper132 e-flex e-con e-child\" data-id=\"aec8bba\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49a4a32 ddcv elementor-widget elementor-widget-html\" data-id=\"49a4a32\" 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  \/\/NOTE Add the value from h2 as the key and the text you want to display as the key value in LINKS variable:\r\n  \/\/   const LINKS = {\r\n  \/\/       \"The demand for retail digital transformation\": \"The demand\"\r\n  \/\/   }\r\n\r\n  const LINKS = {\r\n    \"Unleashing the power of .NET 8\": \"gggggg\",\r\n    \"Revamping legacy systems: unlocking business potential through software modernization\":\r\n      \"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  \r\n  let ticking = false;\r\n     \r\n\r\n  const createList = () => {\r\n      \r\n      console.log('create');\r\n      \r\n      \r\n    const tocTarget = document.querySelector(\".toc.toc-2\");\r\n    const toc = document.createElement(\"ul\");\r\n    \r\n    \r\n    \r\n      headerList = [document.querySelector(\".aboutFirst\"), ...document.querySelectorAll(\"h2\")];\r\n    \r\n    \r\n    headerList = headerList.slice(0, -1);\r\n    \r\n    \r\n   headerList.forEach((header,index) => {\r\n      const headerId = header.getAttribute(\"id\");\r\n      let headerText =\r\n        header.dataset.title && header.dataset.title !== \"\"\r\n          ? header.dataset.title\r\n          : header.textContent;\r\n          \r\n\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         \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          \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          ticking = true; \r\n        window.scrollTo({ top: y, behavior: \"smooth\" });\r\n        \r\n        setTimeout(()=>{\r\n            ticking = false;\r\n        },500);\r\n        \r\n      });\r\n      \r\n\r\n      newListItem.appendChild(newLink);\r\n    toc.appendChild(newListItem);\r\n    \r\n    \r\n    });\r\n    tocTarget.appendChild(toc);\r\n    allLinks = Array.from(document.querySelector(\".toc.toc-2\").querySelectorAll(\"ul li\"));\r\n  };\r\n\r\n  const setContainerHeight = () => {\r\n    const windowHeight = window.innerHeight;\r\n    const tocContainer = document.querySelector(\".ddcv\");\r\n\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      const windowHeight = window.innerHeight;\r\n      const scrollTop = window.scrollY || document.documentElement.scrollTop;\r\n\r\n      let selectedHeaderIndex = -1;\r\n\r\n      headerList.forEach((header, index) => {\r\n        \r\n  const posTop = header.getBoundingClientRect().top;\r\n       \r\n\r\n const isInViewport = posTop + elem.clientHeight <= window.innerHeight ;\r\n \r\n\r\n \r\n if(isInViewport){\r\n      selectedHeaderIndex = index;\r\n }\r\n        \r\n\r\n\r\n        \r\n      });\r\n      \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            }\r\n            if(i < selectedHeaderIndex){\r\n              link.classList.add(\"pre-active\"); \r\n               link.classList.remove(\"active\");\r\n            }\r\n             if(i > selectedHeaderIndex){\r\n            link.classList.remove(\"pre-active\");\r\n            link.classList.remove(\"active\");\r\n            }\r\n            \r\n            \r\n            \r\n        });\r\n        \r\n\r\n\r\n  };\r\n\r\n  const loadAllImages = () => {\r\n    const images = document.getElementsByTagName(\"img\");\r\n\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      img.src = src;\r\n    }\r\n  };\r\n\r\n  loadAllImages();\r\n  \r\n  \r\n  \r\n\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    \r\n    \r\n},300) \r\n\r\n    \r\n  });\r\n\r\n\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 fetchpriority=\"high\" decoding=\"async\" width=\"360\" height=\"360\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/Kiryl-Drabysheuski.png\" class=\"attachment-medium_large size-medium_large wp-image-184609\" alt=\"\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/Kiryl-Drabysheuski.png 360w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/Kiryl-Drabysheuski-300x300.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/Kiryl-Drabysheuski-150x150.png 150w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/Kiryl-Drabysheuski-12x12.png 12w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\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-e7f7cc3 aboutFirstWrapper elementor-widget elementor-widget-html\" data-id=\"e7f7cc3\" 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\">Kiryl Drabysheuski<\/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>Lead of ERP Consultants<\/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-9b550d3 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9b550d3\" 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\/kiryl-drabysheuski-770670272\/\" 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>With over 18 years in IT and ERP consulting, Kiryl Drabysheuski helps organizations untangle complex systems, modernize legacy workflows, and eliminate manual inefficiencies. As Lead ERP Consultant at Innowise, he combines technical depth with strategic insight to deliver solutions that boost productivity, ensure compliance, and fuel growth. Especially for clients in manufacturing, pharmaceuticals, oil &amp; gas, and digital services.<\/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-f7d99f2 e-con-full e-flex e-con e-child\" data-id=\"f7d99f2\" data-element_type=\"container\">\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-0fddd1e elementor-widget elementor-widget-html\" data-id=\"0fddd1e\" 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<style>\r\n\r\n.textUnderline a {\r\n    text-decoration: underline;\r\n}\r\n\r\n.redColumn3{\r\n display: flex;\r\n gap: 60px;\r\n}\r\n\r\n\r\n\r\n.redUl{\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 12px;\r\n  padding: 0;\r\n  width: calc(33.3% - 40px);\r\n}\r\n   \r\n\r\n.redUl li{\r\n    position: relative;\r\n  padding-left: 20px;\r\n list-style: none;\r\n font-family: Karla;\r\nfont-size: 22px;\r\nfont-weight: 400;\r\nline-height: 150%;\r\ntext-align: left;\r\n}\r\n   \r\n\r\n.redUl li::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    top: 16.5px;\r\n    left: 0;\r\n    transform: translateY(-50%);\r\n    width: 7px;\r\n    height: 7px;\r\n    background-color: #C63031;\r\n    border-radius: 50%;\r\n}\r\n\r\n\r\n\/*@media (max-width: 1279px) {*\/\r\n\/*.redColumn3{*\/\r\n\/*  flex-wrap: wrap;     *\/\r\n\/* row-gap: 12px;*\/\r\n\/*}   *\/\r\n\r\n\/*.redUl{*\/\r\n\/*  width: calc(50% - 30px);*\/\r\n\/*}*\/\r\n\r\n\r\n\/*}*\/\r\n\r\n\r\n@media (max-width: 767px) {\r\n    \r\n .redColumn3{\r\n flex-direction: column;\r\n gap: 12px;\r\n}   \r\n    \r\n.redUl li{\r\nfont-size: 16px;\r\nline-height: 20px;\r\n} \r\n\r\n.redUl li::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    top: 10px;\r\n    width: 5px;\r\n    height: 5px;\r\n}\r\n\r\n.redUl{\r\n  width: 100%;\r\n}\r\n\r\n}\r\n\r\n\r\n\r\n<\/style>\r\n\r\n<div class='redColumn3'>\r\n<ul class=\"redUl\">\r\n     <li>ERP systems<\/li>\r\n     <li>Implementation strategy\r\n<\/li>\r\n     <li>Process optimization\r\n<\/li>\r\n<\/ul>\r\n<ul class=\"redUl\">\r\n     <li>Project management\r\n<\/li>\r\n     <li>Business analysis\r\n<\/li>\r\n<\/ul>\r\n<ul class=\"redUl\">\r\n     <li>Integration<\/li>\r\n     <li>Compliance<\/li>\r\n<\/ul>\r\n<\/div>\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-05f1ed3 e-con-full e-flex e-con e-child\" data-id=\"05f1ed3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b888c03 elementor-widget elementor-widget-heading\" data-id=\"b888c03\" 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-a889be5 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"a889be5\" 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><span style=\"font-weight: 400;\">Kiryl leads complex ERP transformations for global enterprises, designing systems that improve planning, streamline financial operations, and provide full operational visibility. His expertise spans ERP implementation, integration, data migration, process automation, and legacy system modernization \u2014 all with an eye toward long-term efficiency and scalability.<\/span><\/p><p><span style=\"font-weight: 400;\">A specialist in governance and compliance, Kiryl ensures that every deployment meets the strictest industry regulations. He brings a disciplined, results-driven approach to every project, applying automation, best practices, and continuous improvement to achieve measurable gains in cost control, decision-making, and business resilience.<\/span><\/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-6b0338e e-con-full e-flex e-con e-child\" data-id=\"6b0338e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5374451 elementor-widget elementor-widget-heading\" data-id=\"5374451\" 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-ce9145e elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"ce9145e\" 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>When away from ERP projects, Kiryl enjoys exploring new destinations and soaking up different cultures and landscapes. He is passionate about music, always discovering new genres and catching live shows when he can. In his free time, Kiryl also practices photography, capturing scenes that inspire him.<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56fbac2 e-con-full e-flex e-con e-child\" data-id=\"56fbac2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7110510 e-con-full e-flex e-con e-child\" data-id=\"7110510\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9045560 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"9045560\" 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-d6552c6 e-con-full e-flex e-con e-child\" data-id=\"d6552c6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bd0b8b elementor-widget elementor-widget-html\" data-id=\"1bd0b8b\" 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\">\nTheir US Director and Project Manager were very timely with their responses and\/or requests. The time difference was a bit of a challenge but that was overcome by the quality of their work. <br>Quick, efficient, and very professional. I would highly recommend.\n\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\">Wilman Vergara, MHI<\/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\/06\/Oknosis.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\">\n                        Working with Innowise, I appreciate their customer-centric approach and care for even the smallest detail. Our company received exactly what we'd been looking for and managed to save a considerable part of our budget for other activities.\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\">Laurynas Savickas<\/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\/06\/InterVilza.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\">\nWe are impressed with their flexibility and willingness to find solutions for challenging situations. They actively assisted in every kind of situation. The team's willingness to deliver optimal results ensures the partnership's success.\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\">Gian Luca De Bonis<\/span>\n                  <span>CEO & CTO<\/span>\n                <\/div>\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\/06\/Enable-Development-OU.svg\" alt=\"company's logo\">\n                <\/div>\n              <\/div>\n            <\/div>\n            \n            \n            <div class=\"swiper-slide p-mad-testimonial\">\n                <div class=\"p-mad-testimonial__cite-details\">\n                    <p class=\"p-mad-testimonial__cite\">\nI 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.\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\">Pierre Sipidin<\/span>\n                  <span>CEO<\/span>\n                <\/div>\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\/06\/PS-Consulting.svg\" alt=\"company's logo\">\n                <\/div>\n              <\/div>\n            <\/div>\n            \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<!--<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<div class=\"elementor-element elementor-element-e780e89 e-con-full max100 e-flex e-con e-child\" data-id=\"e780e89\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3232521 elementor-widget elementor-widget-heading\" data-id=\"3232521\" 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\">Certifications<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-294059f elementor-widget elementor-widget-html\" data-id=\"294059f\" 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=\"certifications-container\">\n    <div class=\"certification\">\n        <div class=\"img-container\">\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/psm-1.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"certification-description\">\n            <div class=\"title\">\n                Certified SAP Activate Project Manager. SAP Global Certification, SAP SE\n            <\/div>\n            <h5 class=\"date\">\n               2021\n                <\/h5>\n        <\/div>\n    <\/div>\n    \n    <div class=\"certification\">\n        <div class=\"img-container\">\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/psm-1.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"certification-description\">\n            <div class=\"title\">\n                Certified SAP FI Consultant. Financial Accounting \u2013 SAP S\/4HANA. SAP Global Certification, SAP SE\n            <\/div>\n            <h5 class=\"date\">\n               2021\n                <\/h5>\n        <\/div>\n    <\/div> \n    <div class=\"certification\">\n        <div class=\"img-container\">\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/blob-1-1.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"certification-description\">\n            <div class=\"title\">\n                BPMN 2.0: Business Process Modeling and Notation BPMN, Softline\n            <\/div>\n            <h5 class=\"date\">\n               May 2013\n                <\/h5>\n        <\/div>\n    <\/div> \n    <div class=\"certification\">\n        <div class=\"img-container\">\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/SAP-FI.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"certification-description\">\n            <div class=\"title\">\n                Accredited SAP FI Trainer. Financials \u2013 Financial Accounting with mySAP ERP 2005 (SAP ERP Central Component 6.0), SAP SE\n            <\/div>\n            <h5 class=\"date\">\n               2011\n                <\/h5>\n        <\/div>\n    <\/div> \n    <div class=\"certification\">\n        <div class=\"img-container\">\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/SAP-FI.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"certification-description\">\n            <div class=\"title\">\n                Certified SAP FI Consultant. Financials \u2013 Financial Accounting with mySAP ERP 2005 (SAP ERP Central Component 6.0), SAP SE\n            <\/div>\n            <h5 class=\"date\">\n               2009\n                <\/h5>\n        <\/div>\n    <\/div> \n\n<\/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-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\/sv\/case\/odoo-erp-is-engineering\/\" aria-label=\"block_189281\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/11\/erp-linked-production-equipment.jpg\" alt=\"IS Engineering slashes overhead with unified Odoo\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/11\/propis-engineering.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\/sv\/case\/odoo-erp-is-engineering\/\" aria-label=\"IS Engineering slashes overhead with unified Odoo\" >IS Engineering slashes overhead with unified Odoo<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/sv\/cases\/odoo\/\">Odoo<\/a><a href=\"\/sv\/cases\/integrering\/\">Integration<\/a><a href=\"\/sv\/cases\/manufacturing\/\">Manufacturing<\/a><a href=\"\/sv\/cases\/erp\/\">ERP<\/a><a href=\"\/sv\/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\/sv\/case\/odoo-erp-is-engineering\/\" aria-label=\"Read more about IS Engineering slashes overhead with unified Odoo\">\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\/sv\/case\/automated-software-testing\/\" aria-label=\"block_156216\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/02\/Automated-software-testin-increase-in-new-functionality-release-small-cover.jpg\" alt=\"Automated software testing\">\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\/sv\/case\/automated-software-testing\/\" aria-label=\"Automated software testing\" >Automated software testing<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/sv\/cases\/erp\/\">ERP<\/a><a href=\"\/sv\/cases\/it\/\">Information technology<\/a><a href=\"\/sv\/cases\/java\/\">Java<\/a><a href=\"\/sv\/cases\/python\/\">Python<\/a><a href=\"\/sv\/cases\/qa\/\">QA<\/a><a href=\"\/sv\/cases\/react-native\/\">React Native<\/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\/sv\/case\/automated-software-testing\/\" aria-label=\"Read more about Automated software testing\">\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\/sv\/case\/oil-gas-it-solution\/\" aria-label=\"block_112697\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2023\/05\/Ot-oil.jpg\" alt=\"Modernization of the IT platform for extractive industry\">\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\/sv\/case\/oil-gas-it-solution\/\" aria-label=\"Modernization of the IT platform for extractive industry\" >Modernization of the IT platform for extractive industry<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/sv\/cases\/energy\/\">Energy<\/a><a href=\"\/sv\/cases\/erp\/\">ERP<\/a><a href=\"\/sv\/cases\/java\/\">Java<\/a><a href=\"\/sv\/cases\/map\/\">Map<\/a><a href=\"\/sv\/cases\/oil-gas\/\">Oil &amp; gas<\/a><a href=\"\/sv\/cases\/react\/\">React<\/a><a href=\"\/sv\/cases\/spring\/\">Spring<\/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\/sv\/case\/oil-gas-it-solution\/\" aria-label=\"Read more about Modernization of the IT platform for extractive industry\">\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\/sv\/case\/financial-data-management\/\" aria-label=\"block_108064\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2023\/03\/Iris.png\" alt=\"Financial data management: improving user convenience and flexibility\">\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\/sv\/case\/financial-data-management\/\" aria-label=\"Financial data management: improving user convenience and flexibility\" >Financial data management: improving user convenience and flexibility<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/sv\/cases\/api\/\">API<\/a><a href=\"\/sv\/cases\/erp\/\">ERP<\/a><a href=\"\/sv\/cases\/golang\/\">Golang<\/a><a href=\"\/sv\/cases\/healthcare\/\">Healthcare<\/a><a href=\"\/sv\/cases\/investment\/\">Investment<\/a><a href=\"\/sv\/cases\/pharma\/\">Pharma<\/a><a href=\"\/sv\/cases\/react\/\">React<\/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\/sv\/case\/financial-data-management\/\" aria-label=\"Read more about Financial data management: improving user convenience and flexibility\">\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\/sv\/case\/enterprise-resource-planning-and-management-solution\/\" aria-label=\"block_96124\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/12\/OneStop-tizer.jpg\" alt=\"Enterprise resources management system\">\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\/sv\/case\/enterprise-resource-planning-and-management-solution\/\" aria-label=\"Enterprise resources management system\" >Enterprise resources management system<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/sv\/cases\/angular\/\">Angular<\/a><a href=\"\/sv\/cases\/cloud\/\">Cloud<\/a><a href=\"\/sv\/cases\/construction\/\">Construction<\/a><a href=\"\/sv\/cases\/enterprise\/\">Enterprise<\/a><a href=\"\/sv\/cases\/erp\/\">ERP<\/a><a href=\"\/sv\/cases\/java\/\">Java<\/a><a href=\"\/sv\/cases\/logistics\/\">Logistics<\/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\/sv\/case\/enterprise-resource-planning-and-management-solution\/\" aria-label=\"Read more about Enterprise resources management system\">\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\/sv\/case\/time-and-task-tracking-application-for-an-erp-solutions-provider\/\" aria-label=\"block_83422\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/05\/Teaser_Sawayo-1.png\" alt=\"Time and task tracking application for an ERP solutions provider\">\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\/sv\/case\/time-and-task-tracking-application-for-an-erp-solutions-provider\/\" aria-label=\"Time and task tracking application for an ERP solutions provider\" >Time and task tracking application for an ERP solutions provider<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/sv\/cases\/erp\/\">ERP<\/a><a href=\"\/sv\/cases\/flutter\/\">Flutter<\/a><a href=\"\/sv\/cases\/mobile\/\">Mobile<\/a><a href=\"\/sv\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/sv\/cases\/node-js\/\">Node.js<\/a><a href=\"\/sv\/cases\/php\/\">PHP<\/a><a href=\"\/sv\/cases\/react\/\">React<\/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\/sv\/case\/time-and-task-tracking-application-for-an-erp-solutions-provider\/\" aria-label=\"Read more about Time and task tracking application for an ERP solutions provider\">\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\/sv\/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\/sv\/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=\"\/sv\/cases\/energy\/\">Energy<\/a><a href=\"\/sv\/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\/sv\/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\/sv\/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                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/prophaust.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\/sv\/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=\"\/sv\/cases\/angular\/\">Angular<\/a><a href=\"\/sv\/cases\/backend-utveckling\/\">Back-end development<\/a><a href=\"\/sv\/cases\/enterprise\/\">Enterprise<\/a><a href=\"\/sv\/cases\/frontend-utveckling\/\">Front-end development<\/a><a href=\"\/sv\/cases\/node-js\/\">Node.js<\/a><a href=\"\/sv\/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\/sv\/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-1d94a41 e-con-full textUnderline e-flex e-con e-child\" data-id=\"1d94a41\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74fe4c7 elementor-widget elementor-widget-heading\" data-id=\"74fe4c7\" 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-7386103 e-grid e-con-full link-underlines e-con e-child\" data-id=\"7386103\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6f47cdf e-con-full e-flex e-con e-child\" data-id=\"6f47cdf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd71649 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"dd71649\" 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-a8cfa83 e-flex e-con-boxed e-con e-child\" data-id=\"a8cfa83\" 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-b4f05f8 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"b4f05f8\" 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:\/\/blog.sap-press.com\/sap-sustainability-control-tower-explained\" target=\"_blank\" rel=\"nofollow\">SAP Sustainability Control Tower Explained: A Unified, Audit-Ready Approach to ESG and CSRD Compliance<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0895593 e-con-full e-flex e-con e-child\" data-id=\"0895593\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bab7956 elementor-widget elementor-widget-heading\" data-id=\"bab7956\" 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-2c9e48a e-con-full slider-overflow e-flex e-con e-child\" data-id=\"2c9e48a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb65431 elementor-widget elementor-widget-shortcode\" data-id=\"cb65431\" 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\/sv\/blog\/servicenow-alternatives\/'\" style=\"cursor:pointer;\">\n                                            <img decoding=\"async\" width=\"2560\" height=\"2246\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/9ec716f6aba8a4efae93997eb3c617dfadd5f7ff-scaled.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Best ServiceNow alternatives in 2026: 7 tools for ERP\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/9ec716f6aba8a4efae93997eb3c617dfadd5f7ff-scaled.png 2560w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/9ec716f6aba8a4efae93997eb3c617dfadd5f7ff-300x263.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/9ec716f6aba8a4efae93997eb3c617dfadd5f7ff-1024x898.png 1024w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/9ec716f6aba8a4efae93997eb3c617dfadd5f7ff-768x674.png 768w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/9ec716f6aba8a4efae93997eb3c617dfadd5f7ff-1536x1348.png 1536w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/9ec716f6aba8a4efae93997eb3c617dfadd5f7ff-2048x1797.png 2048w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/9ec716f6aba8a4efae93997eb3c617dfadd5f7ff-14x12.png 14w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>                                        <\/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\/sv\/blog\/servicenow-alternatives\/\">\n                                            Best ServiceNow alternatives in 2026: 7 tools for ERP                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Compare 7 ServiceNow alternatives that support ERP and service execution. Pick the right one and migrate cleanly.<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Kiryl Drabysheuski                                        <\/div>\n                                        <div class=\"blog-card-date\">mar 11, 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\/sv\/blog\/cloud-vs-on-premise-erp\/'\" style=\"cursor:pointer;\">\n                                            <img decoding=\"async\" width=\"880\" height=\"660\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Cloud-vs.-on-premise-ERP_-Strategic-insights-for-business-leaders.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Cloud vs. on-premise ERP: Strategic insights for business leaders\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Cloud-vs.-on-premise-ERP_-Strategic-insights-for-business-leaders.png 880w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Cloud-vs.-on-premise-ERP_-Strategic-insights-for-business-leaders-300x225.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Cloud-vs.-on-premise-ERP_-Strategic-insights-for-business-leaders-768x576.png 768w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Cloud-vs.-on-premise-ERP_-Strategic-insights-for-business-leaders-16x12.png 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\/sv\/blog\/cloud-vs-on-premise-erp\/\">\n                                            Cloud vs. on-premise ERP: Strategic insights for business leaders                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Learn the difference between on-premises vs cloud ERP, then use clear decision criteria to choose the right model for your needs.<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Kiryl Drabysheuski                                        <\/div>\n                                        <div class=\"blog-card-date\">mar 6, 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\/sv\/blog\/odoo-manufacturing\/'\" style=\"cursor:pointer;\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"660\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Odoo-ERP-for-manufacturing_-mastering-production-with-key-features-and-benefits.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Odoo ERP for Manufacturing: Mastering Production with Key Features and Benefits\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Odoo-ERP-for-manufacturing_-mastering-production-with-key-features-and-benefits.png 880w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Odoo-ERP-for-manufacturing_-mastering-production-with-key-features-and-benefits-300x225.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Odoo-ERP-for-manufacturing_-mastering-production-with-key-features-and-benefits-768x576.png 768w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Small-cover-Odoo-ERP-for-manufacturing_-mastering-production-with-key-features-and-benefits-16x12.png 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\/sv\/blog\/odoo-manufacturing\/\">\n                                            Odoo ERP for Manufacturing: Mastering Production with Key Features and Benefits                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Gain real-time insights into stock, capacity, and costs with Odoo manufacturing to make data-driven decisions.<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Kiryl Drabysheuski                                        <\/div>\n                                        <div class=\"blog-card-date\">mar 5, 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\/sv\/blog\/hubspot-for-startups\/'\" style=\"cursor:pointer;\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"660\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-cover-HubSpot-CRM-for-startups_-How-good-is-it-really_.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"HubSpot CRM for startups: How good is it, really?\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-cover-HubSpot-CRM-for-startups_-How-good-is-it-really_.jpg 880w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-cover-HubSpot-CRM-for-startups_-How-good-is-it-really_-300x225.jpg 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-cover-HubSpot-CRM-for-startups_-How-good-is-it-really_-768x576.jpg 768w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-cover-HubSpot-CRM-for-startups_-How-good-is-it-really_-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\/sv\/blog\/hubspot-for-startups\/\">\n                                            HubSpot CRM for startups: How good is it, really?                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Looking for the best CRM to support your startup? See why HubSpot CRM is a decent choice.<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Kiryl Drabysheuski                                        <\/div>\n                                        <div class=\"blog-card-date\">feb 22, 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\/sv\/blog\/crm-and-erp-integration\/'\" style=\"cursor:pointer;\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"660\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-Cover-what-is-ERP-and-CRM_-How-they-work-together.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"What is ERP and CRM? How they work together (integration guide)\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-Cover-what-is-ERP-and-CRM_-How-they-work-together.jpg 880w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-Cover-what-is-ERP-and-CRM_-How-they-work-together-300x225.jpg 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-Cover-what-is-ERP-and-CRM_-How-they-work-together-768x576.jpg 768w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Small-Cover-what-is-ERP-and-CRM_-How-they-work-together-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\/sv\/blog\/crm-and-erp-integration\/\">\n                                            What is ERP and CRM? How they work together (integration guide)                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Uncover the top software development trends for 2026. Explore the latest technologies and insights that will transform the software industry!<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Kiryl Drabysheuski                                        <\/div>\n                                        <div class=\"blog-card-date\">feb 11, 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\/sv\/blog\/erp-trends\/'\" style=\"cursor:pointer;\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"660\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Small-cover_Top-ERP-trends-2026.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Top ERP trends 2026: innovations and strategies for business growth\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Small-cover_Top-ERP-trends-2026.jpg 880w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Small-cover_Top-ERP-trends-2026-300x225.jpg 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Small-cover_Top-ERP-trends-2026-768x576.jpg 768w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Small-cover_Top-ERP-trends-2026-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\/sv\/blog\/erp-trends\/\">\n                                            Top ERP trends 2026: innovations and strategies for business growth                                        <\/a>\n                                    <\/div>\n                                    <div class=\"blog-card-desc\">Check the trends that will define the ERP market in 2026: from cloud-first solutions to GenAI copilots and more.<\/div>\n                                    <div class=\"blog-card-bottom\">\n                                        <div class=\"blog-card-author\">\n                                            Kiryl Drabysheuski                                        <\/div>\n                                        <div class=\"blog-card-date\">jan 23, 2026<\/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\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<div class=\"elementor-element elementor-element-d569c70 e-flex e-con-boxed e-con e-parent\" data-id=\"d569c70\" 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\t\t<div class=\"elementor-element elementor-element-ed3125a elementor-widget elementor-widget-shortcode\" data-id=\"ed3125a\" 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=\"\/sv\/wp-json\/wp\/v2\/pages\/184608#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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Table of contents About the expert Kiryl Drabysheuski Lead of ERP Consultants With over 18 years in IT and ERP consulting, Kiryl Drabysheuski helps organizations untangle complex systems, modernize legacy workflows, and eliminate manual inefficiencies. As Lead ERP Consultant at Innowise, he combines technical depth with strategic insight to deliver solutions that boost productivity, ensure [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":194960,"parent":98106,"menu_order":12,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":true,"inline_featured_image":false,"footnotes":""},"class_list":["post-184608","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/pages\/184608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/comments?post=184608"}],"version-history":[{"count":0,"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/pages\/184608\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/pages\/98106"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/media\/194960"}],"wp:attachment":[{"href":"https:\/\/innowise.com\/sv\/wp-json\/wp\/v2\/media?parent=184608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}