{"id":26208,"date":"2022-03-21T16:09:26","date_gmt":"2022-03-21T13:09:26","guid":{"rendered":"https:\/\/innowise-group.inno.ws\/?page_id=26208"},"modified":"2026-09-03T07:45:46","modified_gmt":"2026-09-03T11:45:46","slug":"technologie","status":"publish","type":"page","link":"https:\/\/innowise.com\/pl\/technologies\/","title":{"rendered":"Technologie rozwoju oprogramowania"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"26208\" class=\"elementor elementor-26208\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b2ad3c5 e-flex e-con-boxed e-con e-parent\" data-id=\"b2ad3c5\" 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-50b8556 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"50b8556\" 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\">Technologies we work with<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-492ead5 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"492ead5\" 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>We work with technology in all its forms: new, mature, popular, rare, and everything in between.<\/p><p><style>p { margin: 0;}<\/style><\/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-dc80218 elementor-align-justify hero-btn elementor-widget elementor-widget-button\" data-id=\"dc80218\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get in touch<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c9b749 e-con-full elementor-hidden-mobile elementor-hidden-tablet stickyWrapper72 e-flex e-con e-parent\" data-id=\"8c9b749\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fe8713 elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"0fe8713\" 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>\n\n.textUnderline a{\n    text-decoration: underline;\n}\n\n.textUnderline a:hover{\n  color: #C63031 !important;  \n}\n\n.stickyWrapper72{\n    position: sticky;\n    top: 72px;\n    bottom: auto;   \n}\n\n.anchorTop{\n    width: 100%;\n    background-color: #F5F5F7;\n   padding: 0 15px;\n}\n\n.anchorTop .swiper-wrapper{\n    width: 100%;\n    max-width: 1400px;\n    margin: 0 auto;\n\n    display: flex;\n    justify-content: space-between;\n    width: 100%;\n    position: relative;\n\n}\n\n\n.anchorTop .elem {\n    width: fit-content !important;\n    padding: 10px 20px 8.5px 20px;\n    border-bottom: 1.5px solid transparent;\n    color: #2E2E2E !important;\n    transition: color 0.2s linear,  border 0.2s linear;\n    cursor: pointer;\n    \n    font-family: Karla;\nfont-weight: 400;\nfont-size: 16px;\nline-height: 20px;\nletter-spacing: 0%;\n\n}\n\n\n.anchorTop .elem.active {\n    color: #C63031 !important;\n   border-bottom: 1.5px solid #C63031;  \n}\n\n.anchorTop .elem:hover {\n       color: #C63031 !important;\n}\n\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", ()=>{\n        \nconst headerElement = document.querySelector(\".new-menu\");\n\nconst stickyElement = document.querySelector(\".stickyWrapper72\");\n\nconst headerElementH = headerElement.clientHeight;\n\n\nstickyElement.style.top =  headerElementH + 0 + \"px\";\n        \n});\n<\/script>\n\n<script>\n\n\n  document.addEventListener(\"DOMContentLoaded\", () => {\n      \n   const AnchorSwiper = new Swiper('.anchorSwiper', {\n     grabCursor:false, \n     slidesPerView: 'auto',\n\n        spaceBetween: 20, \n\n    \n  });       \n      \n      \n const headerMenuHeight=document.querySelector('.new-menu-inno')?.getBoundingClientRect()?.height ?? 72; \n \n\n\nlet anchorTopList = document.querySelectorAll('.anchorTop .elem');\nlet anchorList = [];\n\n\nanchorTopList.forEach((elem) => {\n   const id = elem.getAttribute('data-id'); \n\n   \n   anchorList.push(document.querySelector(`#${id}`)); \n})\n\n   \n   function scrollToElem(elem){\n       \n    const windowHeight = window.innerHeight;\n     const elTop = elem.offsetTop;\n       \n  \n   window.scrollTo({\n     top: elTop - headerMenuHeight,\n     behavior: \"smooth\",\n    });\n   }\n\n   anchorTopList.forEach((el,i)=>el.addEventListener('click',function(){\n       \n       const id = this.getAttribute('data-id');\n      \n    const element = anchorList[i];\n    \n    \n    if(element){\n      scrollToElem(element);    \n    }\n      \n       \n     \n       \n   }))\n\n\n\n      const checkScroll = () => {\n\n      const windowHeight = window.innerHeight;\n      const scrollTop = window.scrollY || document.documentElement.scrollTop;\n\n\nanchorList.forEach((anchor, index) => {\n \n        \n\nif(anchor){\n\n  const { top, left, bottom, right } = anchor.getBoundingClientRect();\n  const { innerHeight, innerWidth } = window;\n\n\nconst isInViewport = \n  bottom > innerHeight\/2 && top <innerHeight\/2;\n\n\n\/\/ const isInViewport =  top <innerHeight\/2;\n\n\n\n \n if(isInViewport){\n    anchorTopList[index].classList.add(\"active\");  \n    AnchorSwiper.slideTo(index);\n    if(index>0){\n            anchorTopList[index-1].classList.remove(\"active\"); \n        \n    }\n     \n }else{\n    anchorTopList[index].classList.remove(\"active\");   \n }\n        \n}\n\n});\n      \n\n  };\n  \n\ndocument.addEventListener(\"scroll\", (event) => {\n\n    checkScroll();\n\n});\n\n\n\n\n\n\n\n});\n \n  \n\n<\/script>\n\n<script defer>\n  window.addEventListener('hashchange', function(e) {\n      if(window.history.pushState) {\n    window.history.pushState('', '\/', window.location.pathname)\n} else {\n    window.location.hash = '';\n}\n\n});\n<\/script>\n\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-474e358 elementor-widget elementor-widget-html\" data-id=\"474e358\" 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=\"anchorTop\">\r\n  <div class=\"anchorSwiper\">\r\n    <div class=\"swiper-wrapper\">\r\n      <div class='elem swiper-slide' data-id='test1'>Tech stack<\/div>\r\n      <div class='elem swiper-slide' data-id='test2'>Platforms<\/div>\r\n      <div class='elem swiper-slide' data-id='test3'>Advanced tech<\/div>\r\n      <div class='elem swiper-slide' data-id='test4'>Case studies<\/div>\r\n      <div class='elem swiper-slide' data-id='test5'>Credentials<\/div>\r\n      <div class='elem swiper-slide' data-id='test6'>Experts<\/div>\r\n      <div class='elem swiper-slide' data-id='test7'>Tech services<\/div>\r\n    <\/div>\r\n  <\/div>\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-14f2342 e-con-full e-flex e-con e-parent\" data-id=\"14f2342\" data-element_type=\"container\" id=\"test1\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-cfca233 e-con-full block-inner e-flex e-con e-child\" data-id=\"cfca233\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7546e1 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d7546e1\" 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\">App development<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-35b57a5 e-grid e-con-full e-con e-child\" data-id=\"35b57a5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e4d9ea0 e-con-full e-flex e-con e-child\" data-id=\"e4d9ea0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c2bc7f elementor-widget elementor-widget-html\" data-id=\"2c2bc7f\" 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>\n        .dev-container {\n            gap: 40px;\n            display: flex;\n            flex-direction: column;\n            \n            & .dev-inner, & .dev-inner > div {\n                gap: 40px;\n                display: flex;\n                flex-direction: column;\n            }\n            \n            & .dev-inner > div {\n                gap: 20px;\n            }\n            \n            .techs-list {\n                display: flex;\n                flex-wrap: wrap;\n                gap: 8px;\n                &:not(.last):not(:has(.hide-el-desk)):not(:has(.hide-el)):not(:has(.hide-el-mobile)):not(:has(.hide-el-mobile-small)) {\n                    height: 80px;\n                }\n                \n                a {\n                    font-family: Karla;\n                    font-weight: 400;\n                    font-style: Regular;\n                    font-size: 16px;\n                    leading-trim: NONE;\n                    line-height: 150%;\n                    letter-spacing: 0%;\n                    color: #2e2e2e;\n                    \n                    padding: 6px 12px;\n                    background: #F5F5F7;\n                    \n                    transition: 300ms ease-in-out;\n                    height: min-content;\n                    \n                    &:any-link:hover {\n                        color: #FFFFFF;\n                        background: #C63031;\n                        cursor: pointer;\n                    }\n                    \n                    &:any-link:active {\n                        background: #D13B3B;\n                    }\n                }\n                \n                .more-button-desk, .more-button, .more-button-mobile, .more-button-mobile-small {\n                    display: none;\n                    font-family: Karla;\n                    font-weight: 600;\n                    font-style: SemiBold;\n                    font-size: 16px;\n                    leading-trim: NONE;\n                    line-height: 150%;\n                    letter-spacing: 0%;\n                    background: none;\n                    padding: 6px 4px;\n                }\n                \n                .more-button-desk:hover, .more-button:hover, .more-button-mobile:hover, .more-button-mobile-small:hover {\n                    color: #C63031;\n                    cursor: pointer;\n                }\n                \n                .more-button-desk:active, .more-button:active, .more-button-mobile:active, .more-button-mobile-small:active {\n                    color: #D13B3B;\n                }\n            }\n            \n            h3 {\n            font-size: 22px;\n            line-height: 28px;\n            margin: 0;\n            \n            a {\n                font-family: Karla;\n                font-weight: 400;\n                font-style: Regular;\n                font-size: 22px;\n                leading-trim: NONE;\n                line-height: 28px;\n                letter-spacing: 0%;\n                text-transform: uppercase;\n                color: #c63031;\n                margin: 0;\n            }\n            \n            a:hover {\n                text-decoration: underline;\n            }\n            \n            a:active {\n                color: #D13B3B;\n            }\n        }\n        \n        h4 {\n            font-family: Karla;\n            font-weight: 700;\n            font-style: Bold;\n            font-size: 18px;\n            leading-trim: NONE;\n            line-height: 150%;\n            letter-spacing: 0%;\n            color: #2e2e2e;\n            margin: 0;\n        }\n        }\n        \n    @media (min-width: 1401px) {\n        \n        .dev-container {\n            .techs-list {\n                .more-button-desk {\n                    display: block;\n                }\n                \n                .hide-el-desk {\n                    display: none;\n                }\n            }\n        }\n    }   \n    @media (max-width: 1400px) {\n        .dev-container {\n            .techs-list {\n                .hide-el {\n                    display: none;\n                }\n                .more-button {\n                    display: block;\n                }\n            }\n        }\n    }\n    @media (max-width: 1279px) {\n        .dev-container {\n            gap: 30px;\n            & .dev-inner {\n                flex-direction: row;\n                flex-wrap: wrap;\n                gap: 30px 60px;\n            }\n            & .dev-inner > div {\n                gap: 16px;\n                width: calc(50% - 30px);\n                display: flex;\n                flex-direction: column;\n            }\n            \n            .techs-list {\n                .hide-el {\n                    display: none;\n                }\n                .more-button {\n                    display: block;\n                }\n            }\n            \n            .backend-techs {\n                & :nth-child(3) {\n                    .techs-list {\n                        height: fit-content !important;\n                    }\n                }\n                &>:nth-child(4) {\n                    order: 3;\n                    \n                }\n                &>:nth-child(5) {\n                    order: 2;\n                }\n            }\n        }\n        .dev-container:last-child {\n            .techs-list {\n                height: fit-content;\n            }\n        }\n    }\n    @media (max-width: 901px) {\n        .dev-container {\n            & .dev-inner {\n                gap: 30px 40px;\n            }\n            & .dev-inner > div {\n                width: calc(50% - 20px);\n            }\n            .techs-list {\n                .hide-el-mobile, .more-button {\n                    display: none;\n                }\n                .more-button-mobile {\n                    display: block;\n                }\n            }\n            .backend-techs {\n                &>:nth-child(4) {\n                    order: 1;\n                    \n                }\n                &>:nth-child(5) {\n                    order: 1;\n                }\n            }\n        }\n    }\n    @media (max-width: 767px) {\n            .dev-container {\n                gap: 20px;\n                & .dev-inner {\n                    flex-direction: column;\n                    flex-wrap: wrap;\n                    gap: 20px;\n                }\n                & .dev-inner > div {\n                    gap: 12px;\n                    width: 100%;\n                    display: flex;\n                    flex-direction: column;\n                }\n                \n                .techs-list {\n                    height: fit-content;\n                    .hide-el-mobile {\n                        display: block;\n                    }\n                    .more-button-mobile {\n                        display: none;\n                    }\n                    \n                    a {\n                        font-size: 14px;\n                        line-height: 150%;\n                        \n                        padding: 6px 8px;\n                    }\n                }\n                h3 {\n                font-size: 18px;\n                line-height: 130%;\n                \n                a {\n                    font-size: 18px;\n                    line-height: 130%;\n                }\n                }\n            \n                h4 {\n                    font-size: 14px;\n                    line-height: 150%;\n                }\n                .backend-techs {\n                    &>:nth-child(2) {\n                        order: 4;\n                    }\n                    &>:nth-child(3) {\n                        order: 2;\n                        \n                    }\n                    &>:nth-child(4) {\n                        order: 3;\n                    }\n                    &>:nth-child(5) {\n                        order: 5;\n                    }\n                }\n                .frontend-techs {\n                    &>:nth-child(2) {\n                        order: 3;\n                    }\n                    &>:nth-child(3) {\n                        order: 2;\n                        \n                    }\n                    &>:nth-child(4) {\n                        order: 4;\n                    }\n                }\n                .mobile-techs {\n                    .techs-list {\n                        height: fit-content !important;\n                    }\n                    &>:nth-child(2) {\n                        order: 3;\n                    }\n                    &>:nth-child(3) {\n                        order: 2;\n                        \n                    }\n                    &>:nth-child(4) {\n                        order: 4;\n                    }\n                }\n            }\n    }\n    @media (max-width: 550px) {\n        .dev-container .techs-list {\n            .hide-el-mobile-small {\n                display: none;\n            }\n            .more-button-mobile-small {\n                display: block;\n                font-size: 14px;\n                line-height: 150%;\n            }\n        }\n    }\n<\/style>\n\n<div class=\"dev-container\">\n    <h3><a href=\"\/services\/back-end-development\/\">Backend<\/a><\/h3>\n    \n    <div class=\"dev-inner backend-techs\">\n        <div>\n            <h4>Languages<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/java-development\/\">Java<\/a>\n                <a href=\"\/technologies\/dot-net-development\/\">.NET<\/a>\n                <a href=\"\/technologies\/python-development\/\">Python<\/a>\n                <a href=\"\/technologies\/php-development\/\">PHP<\/a>\n                <a href=\"\/technologies\/nodejs-development\/\">Node.js<\/a>\n                <a href=\"\/technologies\/cobol-development\/\">COBOL<\/a>\n                <a>Bun<\/a>\n                <a href=\"\/technologies\/golang-development\/\">Go<\/a>\n                <a href=\"\/technologies\/rust-development\/\">Rust<\/a>\n                <a class=\"hide-el hide-el-mobile\" href=\"\/technologies\/c-plus-plus-development\/\">C\/C++<\/a>\n                <a class=\"hide-el hide-el-mobile\" href=\"\/technologies\/scala-development\/\">Scala<\/a>\n                <a class=\"more-button\">+2 more<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Java frameworks<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/java-spring-boot-development\/\">Spring Boot<\/a>\n                <a>Spring Framework<\/a>\n                <a>Hibernate<\/a>\n                <a>JPA<\/a>\n                <a>MapStruct<\/a>\n                <a>Lombok<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>PHP frameworks<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/laravel-development\/\">Laravel<\/a>\n                <a href=\"\/technologies\/symfony-development\/\">Symfony<\/a>\n                <a href=\"\/technologies\/codeigniter-development\/\">CodeIgniter<\/a>\n                <a>Yii2<\/a>\n                <a>Laminas<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>.NET frameworks and platforms<\/h4>\n            <div class=\"techs-list\">\n                <a>ASP.NET Core<\/a>\n                <a>ASP.NET MVC<\/a>\n                <a>Blazor<\/a>\n                <a>ASP.NET Web API<\/a>\n                <a>WPF<\/a>\n                <a>WinForms<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Node.js frameworks<\/h4>\n            <div class=\"techs-list last\">\n                <a>NestJS<\/a>\n                <a>Express.js<\/a>\n                <a>Fastify<\/a>\n                <a>Koa<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    function setTrigger(triggerClassName, targetClassName) {\n        const triggers = document.querySelectorAll(triggerClassName);\n        \n        triggers.forEach(trigger => {\n          trigger.addEventListener('click', function() {\n            const parent = this.parentElement;\n            const targets = parent.querySelectorAll(targetClassName);\n            targets.forEach(target => {\n              const currentDisplay = window.getComputedStyle(target).display;\n              if (currentDisplay === 'none') {\n                target.style.display = 'block';\n                trigger.innerText = 'show less';\n              } else {\n                target.style.display = 'none';\n                trigger.innerText = `+${targets.length} more`;\n              }\n            });\n            \n          });\n        });\n    }\n    document.addEventListener(\"DOMContentLoaded\", () => {\n        setTrigger('.more-button-desk', '.hide-el-desk');\n        setTrigger('.more-button', '.hide-el');\n        setTrigger('.more-button-mobile', '.hide-el-mobile');\n        setTrigger('.more-button-mobile-small', '.hide-el-mobile-small');\n    });\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-e779a05 e-con-full e-flex e-con e-child\" data-id=\"e779a05\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00c92d9 elementor-widget elementor-widget-html\" data-id=\"00c92d9\" 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=\"dev-container\">\n    <h3><a href=\"\/services\/front-end-development\/\">Frontend<\/a><\/h3>\n\n    <div class=\"dev-inner frontend-techs\">\n        <div>\n            <h4>Frameworks and libraries<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/react-development\/\">React<\/a>\n                <a href=\"\/technologies\/angular-development\/\">Angular<\/a>\n                <a href=\"\/technologies\/vuejs-development\/\">Vue.js<\/a>\n                <a>Svelte<\/a>\n                <a href=\"\/technologies\/nextjs-development\/\">Next.js<\/a>\n                <a>Nuxt.js<\/a>\n                <a>SvelteKit<\/a>\n                <a class=\"hide-el hide-el-mobile\" href=\"\/technologies\/ionic-development\/\">Ionic<\/a>\n                <a class=\"hide-el hide-el-mobile\">Three.js<\/a>\n                <a class=\"more-button\">+2 more<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Languages and core technologies<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/javascript-development\/\">JavaScript<\/a>\n                <a>TypeScript<\/a>\n                <a>CSS<\/a>\n                <a>LESS<\/a>\n                <a>SASS\/SCSS<\/a>\n                <a>WebAssembly<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Build tools and architecture<\/h4>\n            <div class=\"techs-list\">\n                <a>Vite<\/a>\n                <a>Webpack<\/a>\n                <a>Storybook<\/a>\n                <a>Module Federation<\/a>\n                <a>SSR<\/a>\n                <a class=\"hide-el-mobile\">Micro-frontends<\/a>\n                <a class=\"more-button-mobile\">+1 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>UI libraries and design systems<\/h4>\n            <div class=\"techs-list\">\n                <a>Tailwind CSS<\/a>\n                <a>Shadcn\/ui<\/a>\n                <a>Material UI<\/a>\n                <a>Ant Design<\/a>\n                <a>Bootstrap<\/a>\n                <a>Chakra UI<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-07b719c e-con-full e-flex e-con e-child\" data-id=\"07b719c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f64a6d elementor-widget elementor-widget-html\" data-id=\"6f64a6d\" 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=\"dev-container\">\n    <h3><a href=\"\/mobile-app\/development\/\">Mobile<\/a><\/h3>\n    \n    <div class=\"dev-inner mobile-techs\">\n        <div>\n            <h4>Native mobile<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/mobile-app\/development\/ios\/\">iOS<\/a>\n                <a href=\"\/mobile-app\/development\/android\/\">Android<\/a>\n                <a href=\"\/technologies\/swift-development\/\">Swift<\/a>\n                <a href=\"\/technologies\/kotlin-development\/\">Kotlin<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Cross-platform mobile<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/react-native-development\/\">React Native<\/a>\n                <a href=\"\/technologies\/flutter-development\/\">Flutter<\/a>\n                <a href=\"\/technologies\/xamarin-development\/\">Xamarin<\/a>\n                <a href=\"\/technologies\/maui-development\/\">.NET MAUI<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>TV, beacon, and connected experiences<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/mobile-app\/development\/apple-tv-app\/\">Apple TV<\/a>\n                <a href=\"\/mobile-app\/development\/android-tv\/\">Android TV<\/a>\n                <a href=\"\/roku-app-development\/\">Roku<\/a>\n                <a href=\"\/mobile-app\/development\/ibeacon\/\">iBeacon<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Game development<\/h4>\n            <div class=\"techs-list last\">\n                <a href=\"\/technologies\/unity-development\/\">Unity<\/a>\n                <a href=\"\/technologies\/unreal-engine-development\/\">Unreal Engine<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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<div class=\"elementor-element elementor-element-381b81a e-con-full e-flex e-con e-parent\" data-id=\"381b81a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d6e5c0d e-con-full block-inner e-flex e-con e-child\" data-id=\"d6e5c0d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-010a0dd elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"010a0dd\" 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\">Cloud, infrastructure, and <a href=\"\/services\/devops\/\">DevOps<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63e74d6 e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"63e74d6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-568c3e6 e-con-full e-flex e-con e-child\" data-id=\"568c3e6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09a1627 elementor-widget elementor-widget-html\" data-id=\"09a1627\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4><a href=\"\/services\/cloud-development\/\">Cloud platforms<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/aws\/\">AWS<\/a>\n                <a href=\"\/technologies\/azure\/\">Microsoft Azure<\/a>\n                <a>DigitalOcean<\/a>\n                <a>Vultr<\/a>\n                <a href=\"\/technologies\/google-cloud-platform\/\">Google Cloud Platform<\/a>\n                <a class=\"hide-el-mobile hide-el\">OVHcloud<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Hetzner<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">IONOS<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Open Telekom Cloud<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Scaleway<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Linode<\/a>\n                <a class=\"more-button-desk\">+5 more<\/a>\n                <a class=\"more-button\">+6 more<\/a>\n                <a class=\"more-button-mobile\">+6 more<\/a>\n                <a class=\"more-button-mobile-small\">+5 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Infrastructure as code and automation<\/h4>\n            <div class=\"techs-list\">\n                <a>Terraform<\/a>\n                <a>Terragrunt<\/a>\n                <a>CloudFormation<\/a>\n                <a>Ansible<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-3e80bac e-con-full e-flex e-con e-child\" data-id=\"3e80bac\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7d25f8 elementor-widget elementor-widget-html\" data-id=\"f7d25f8\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>Containers and orchestration<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/kubernetes-development\/\">Kubernetes<\/a>\n                <a>Docker<\/a>\n                <a>OpenShift<\/a>\n                <a>Helm<\/a>\n                <a>ArgoCD.js<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Monitoring and observability<\/h4>\n            <div class=\"techs-list\">\n                <a>Prometheus<\/a>\n                <a>Grafana<\/a>\n                <a>ELK<\/a>\n                <a>Datadog<\/a>\n                <a>Zabbix<\/a>\n                <a class=\"hide-el-mobile\">AppDynamics<\/a>\n                <a class=\"hide-el-mobile\">Splunk<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n    <\/div>\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-ea08aa4 e-con-full e-flex e-con e-child\" data-id=\"ea08aa4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be149d4 elementor-widget elementor-widget-html\" data-id=\"be149d4\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>CI\/CD<\/h4>\n            <div class=\"techs-list\">\n                <a>Jenkins<\/a>\n                <a>GitLab CI\/CD<\/a>\n                <a>GitHub Actions<\/a>\n                <a>Bitbucket CI\/CD<\/a>\n                <a>Azure DevOps<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Bamboo<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">CircleCI<\/a>\n                <a class=\"more-button-desk\">+2 more<\/a>\n                <a class=\"more-button\">+2 more<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n                <a class=\"more-button-mobile-small\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n    <\/div>\n<\/div>\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-e7978b6 e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"e7978b6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-95a40d9 e-con-full e-flex e-con e-child\" data-id=\"95a40d9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4302f8 elementor-widget elementor-widget-html\" data-id=\"b4302f8\" 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>\n    @media (max-width: 1279px) {\n        .cloud-techs {\n            & > :nth-child(1) {\n                order: 1;\n            }\n            & > :nth-child(2) {\n                order: 4;\n            }\n            & > :nth-child(3) {\n                order: 2;\n            }\n            & > :nth-child(4) {\n                order: 5;\n            }\n            & > :nth-child(5) {\n                order: 3;\n            }\n        }\n    }\n<\/style>\n\n<div class=\"dev-container\">\n    <div class=\"dev-inner cloud-techs\">\n        <div>\n            <h4><a href=\"\/services\/cloud-development\/\">Cloud platforms<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/aws\/\">AWS<\/a>\n                <a href=\"\/technologies\/azure\/\">Microsoft Azure<\/a>\n                <a>DigitalOcean<\/a>\n                <a>Vultr<\/a>\n                <a href=\"\/technologies\/google-cloud-platform\/\">Google Cloud Platform<\/a>\n                <a class=\"hide-el-mobile hide-el\">OVHcloud<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Hetzner<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">IONOS<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Open Telekom Cloud<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Scaleway<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Linode<\/a>\n                <a class=\"more-button-desk\">+5 more<\/a>\n                <a class=\"more-button\">+6 more<\/a>\n                <a class=\"more-button-mobile\">+6 more<\/a>\n                <a class=\"more-button-mobile-small\">+5 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Infrastructure as code and automation<\/h4>\n            <div class=\"techs-list\">\n                <a>Terraform<\/a>\n                <a>Terragrunt<\/a>\n                <a>CloudFormation<\/a>\n                <a>Ansible<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Containers and orchestration<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/kubernetes-development\/\">Kubernetes<\/a>\n                <a>Docker<\/a>\n                <a>OpenShift<\/a>\n                <a>Helm<\/a>\n                <a>ArgoCD.js<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Monitoring and observability<\/h4>\n            <div class=\"techs-list\">\n                <a>Prometheus<\/a>\n                <a>Grafana<\/a>\n                <a>ELK<\/a>\n                <a>Datadog<\/a>\n                <a>Zabbix<\/a>\n                <a class=\"hide-el-mobile\">AppDynamics<\/a>\n                <a class=\"hide-el-mobile\">Splunk<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        <div>\n            <h4>CI\/CD<\/h4>\n            <div class=\"techs-list\">\n                <a>Jenkins<\/a>\n                <a>GitLab CI\/CD<\/a>\n                <a>GitHub Actions<\/a>\n                <a>Bitbucket CI\/CD<\/a>\n                <a>Azure DevOps<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Bamboo<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">CircleCI<\/a>\n                <a class=\"more-button-desk\">+2 more<\/a>\n                <a class=\"more-button\">+2 more<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n                <a class=\"more-button-mobile-small\">+2 more<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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<div class=\"elementor-element elementor-element-5c3a594 e-con-full e-flex e-con e-parent\" data-id=\"5c3a594\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0786b22 e-con-full block-inner e-flex e-con e-child\" data-id=\"0786b22\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e937176 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"e937176\" 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\">Data and analytics<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a01ee49 e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"a01ee49\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-82f57d9 e-con-full e-flex e-con e-child\" data-id=\"82f57d9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14052c6 elementor-widget elementor-widget-html\" data-id=\"14052c6\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>Relational databases<\/h4>\n            <div class=\"techs-list\">\n                <a>PostgreSQL<\/a>\n                <a>Azure SQL Database<\/a>\n                <a>MySQL<\/a>\n                <a>Oracle<\/a>\n                <a>Amazon RDS<\/a>\n                <a>Amazon Aurora<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Search<\/h4>\n            <div class=\"techs-list\">\n                <a>Elasticsearch<\/a>\n                <a>Solr<\/a>\n                <a>Apache Lucene<\/a>\n                <a>Amazon CloudSearch<\/a>\n                <a>Azure Search<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-8e34903 e-con-full e-flex e-con e-child\" data-id=\"8e34903\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8cd1d42 elementor-widget elementor-widget-html\" data-id=\"8cd1d42\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>NoSQL databases<\/h4>\n            <div class=\"techs-list\">\n                <a>MongoDB<\/a>\n                <a>Cassandra<\/a>\n                <a>CouchDB<\/a>\n                <a>DynamoDB<\/a>\n                <a>Firebase.js<\/a>\n                <a>Neo4j<\/a>\n                <a>HBase<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Business intelligence<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/tableau-consulting-and-implementation\/\">Tableau<\/a>\n                <a href=\"\/technologies\/microsoft-power-bi\/\">Power BI<\/a>\n                <a>Looker<\/a>\n                <a>Qlik Sense<\/a>\n                <a>Amazon QuickSight<\/a>\n                <a>MicroStrategy<\/a>\n                <a>SSAS<\/a>\n            <\/div>\n        <\/div>\n        \n    <\/div>\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-a327434 e-con-full e-flex e-con e-child\" data-id=\"a327434\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ecc24e elementor-widget elementor-widget-html\" data-id=\"5ecc24e\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>Caching<\/h4>\n            <div class=\"techs-list\">\n                <a>Redis<\/a>\n                <a>Memcached<\/a>\n                <a>Azure Redis Cache<\/a>\n                <a>Hazelcast<\/a>\n                <a>Amazon ElastiCache<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Big data and data engineering<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/data\/snowflake-consulting\/\">Snowflake<\/a>\n                <a>Databricks<\/a>\n                <a>Apache Hadoop<\/a>\n                <a>dbt<\/a>\n                <a>Apache Spark<\/a>\n                <a class=\"hide-el\">Apache Flink<\/a>\n                <a class=\"hide-el-desk hide-el\">Apache Kafka<\/a>\n                <a class=\"hide-el-desk hide-el\">Apache Airflow<\/a>\n                <a class=\"hide-el-desk hide-el\">Apache NiFi<\/a>\n                <a class=\"hide-el-desk hide-el\">Apache Iceberg<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure Data Factory<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure Synapse<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure Data Lake<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure Cosmos DB<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure Blob Storage<\/a>\n                <a class=\"hide-el-desk hide-el\">Google BigQuery<\/a>\n                <a class=\"hide-el-desk hide-el\">Google Cloud Dataflow<\/a>\n                <a class=\"hide-el-desk hide-el\">Amazon Redshift<\/a>\n                <a class=\"hide-el-desk hide-el\">Amazon EMR<\/a>\n                <a class=\"hide-el-desk hide-el\">Amazon S3<\/a>\n                <a class=\"hide-el-desk hide-el\">Talend<\/a>\n                <a class=\"hide-el-desk hide-el\">Informatica<\/a>\n                <a class=\"hide-el-desk hide-el\">Delta Lake<\/a>\n                <a class=\"more-button-desk\">+17 more<\/a>\n                <a class=\"more-button\">+18 more<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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-43072f7 e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"43072f7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-327de85 e-con-full e-flex e-con e-child\" data-id=\"327de85\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d24cbd4 elementor-widget elementor-widget-html\" data-id=\"d24cbd4\" 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>\n    @media (max-width: 1279px) {\n        .data-techs {\n            &>:nth-child(1) {\n                order: 1;\n            }\n            &>:nth-child(2) {\n                order: 4;\n            }\n            &>:nth-child(3) {\n                order: 2;\n            }\n            &>:nth-child(4) {\n                order: 5;\n            }\n            &>:nth-child(5) {\n                order: 3;\n            }\n            &>:nth-child(6) {\n                order: 6;\n            }\n        }\n    }\n<\/style>\n\n<div class=\"dev-container\">\n    <div class=\"dev-inner data-techs\">\n        <div>\n            <h4>Relational databases<\/h4>\n            <div class=\"techs-list\">\n                <a>PostgreSQL<\/a>\n                <a>Azure SQL Database<\/a>\n                <a>MySQL<\/a>\n                <a>Oracle<\/a>\n                <a>Amazon RDS<\/a>\n                <a class=\"hide-el-mobile\">Amazon Aurora<\/a>\n                <a class=\"more-button-mobile\">+1 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Search<\/h4>\n            <div class=\"techs-list\">\n                <a>Elasticsearch<\/a>\n                <a>Solr<\/a>\n                <a>Apache Lucene<\/a>\n                <a>Amazon CloudSearch<\/a>\n                <a>Azure Search<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>NoSQL databases<\/h4>\n            <div class=\"techs-list\">\n                <a>MongoDB<\/a>\n                <a>Cassandra<\/a>\n                <a>CouchDB<\/a>\n                <a>DynamoDB<\/a>\n                <a>Firebase.js<\/a>\n                <a class=\"hide-el-mobile\">Neo4j<\/a>\n                <a class=\"hide-el-mobile\">HBase<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Business intelligence<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/tableau-consulting-and-implementation\/\">Tableau<\/a>\n                <a href=\"\/technologies\/microsoft-power-bi\/\">Power BI<\/a>\n                <a>Looker<\/a>\n                <a>SSAS<\/a>\n                <a>Qlik Sense<\/a>\n                <a>Amazon QuickSight<\/a>\n                <a class=\"hide-el-mobile\">MicroStrategy<\/a>\n                <a class=\"more-button-mobile\">+1 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Caching<\/h4>\n            <div class=\"techs-list\">\n                <a>Redis<\/a>\n                <a>Memcached<\/a>\n                <a>Azure Redis Cache<\/a>\n                <a>Hazelcast<\/a>\n                <a>Amazon ElastiCache<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Big data and data engineering<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/data\/snowflake-consulting\/\">Snowflake<\/a>\n                <a>Databricks<\/a>\n                <a>Apache Spark<\/a>\n                <a>Apache Hadoop<\/a>\n                <a>dbt<\/a>\n                <a class=\"hide-el hide-el-mobile\">Apache Flink<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Apache Kafka<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Apache Airflow<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Apache NiFi<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Apache Iceberg<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Azure Data Factory<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Azure Synapse<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Azure Data Lake<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Azure Cosmos DB<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Azure Blob Storage<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Google BigQuery<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Google Cloud Dataflow<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Amazon Redshift<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Amazon EMR<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Amazon S3<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Talend<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Informatica<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Delta Lake<\/a>\n                <a class=\"more-button-desk\">+17 more<\/a>\n                <a class=\"more-button\">+18 more<\/a>\n                <a class=\"more-button-mobile\">+18 more<\/a>\n                <a class=\"more-button-mobile-small\">+17 more<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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<div class=\"elementor-element elementor-element-7208bcb e-con-full e-flex e-con e-parent\" data-id=\"7208bcb\" data-element_type=\"container\" id=\"test2\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1f767b2 e-con-full block-inner e-flex e-con e-child\" data-id=\"1f767b2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2437209 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2437209\" 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\">Business platforms and enterprise systems<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-83d1657 e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"83d1657\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8f80c45 e-con-full e-flex e-con e-child\" data-id=\"8f80c45\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-015dc41 elementor-widget elementor-widget-html\" data-id=\"015dc41\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>Microsoft business platforms<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/microsoft-power-platform\/\">Microsoft Power Platform<\/a>\n                <a href=\"\/services\/sharepoint\/\">SharePoint<\/a>\n                <a href=\"\/services\/erp\/microsoft-dynamics-365\/\">Dynamics 365<\/a>\n                <a href=\"\/technologies\/microsoft-power-bi\/\">Power BI<\/a>\n                <a class=\"hide-el\">Dataverse<\/a>\n                <a class=\"hide-el-desk hide-el\">Microsoft Teams<\/a>\n                <a class=\"hide-el-desk hide-el\">Microsoft Graph<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure OpenAI<\/a>\n                <a class=\"more-button-desk\">+3 more<\/a>\n                <a class=\"more-button\">+4 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/crm\/\">CRM<\/a> and customer platforms<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/crm\/salesforce\/\">Salesforce<\/a>\n                <a href=\"\/services\/crm\/consulting\/\">HubSpot<\/a>\n                <a href=\"\/services\/crm\/zoho\/\">Zoho<\/a>\n                <a>Bitrix24<\/a>\n                <a>Microsoft Dynamics 365 CRM<\/a>\n                <a>Informatica<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>RPA and workflow automation<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/hire-developers\/uipath\/\">UiPath<\/a>\n                <a>Blue Prism<\/a>\n                <a>EasyRPA<\/a>\n                <a>Microsoft Power Automate<\/a>\n                <a>WorkFusion<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-717fc7f e-con-full e-flex e-con e-child\" data-id=\"717fc7f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0df0daf elementor-widget elementor-widget-html\" data-id=\"0df0daf\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>Low-code and rapid development<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/mendix-development\/\">Mendix<\/a>\n                <a href=\"\/technologies\/microsoft-power-platform\/\">Microsoft Power Platform<\/a>\n                <a>Power Apps<\/a>\n                <a>FlutterFlow<\/a>\n                <a class=\"hide-el\">Power Automate<\/a>\n                <a class=\"hide-el-desk hide-el\">Power Pages<\/a>\n                <a class=\"hide-el-desk hide-el\">Supabase<\/a>\n                <a class=\"more-button-desk\">+2 more<\/a>\n                <a class=\"more-button\">+3 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/erp\/servicenow\/\">Service management platforms<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>ServiceNow ITSM<\/a>\n                <a>ServiceNow ITOM<\/a>\n                <a>ServiceNow CSM<\/a>\n                <a class=\"hide-el\">ServiceNow HRSD<\/a>\n                <a class=\"hide-el-desk hide-el\">ServiceNow Security Operations<\/a>\n                <a class=\"more-button-desk\">+1 more<\/a>\n                <a class=\"more-button\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n    <\/div>\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-96f609d e-con-full e-flex e-con e-child\" data-id=\"96f609d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b593b65 elementor-widget elementor-widget-html\" data-id=\"b593b65\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>ERP platforms<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/erp\/sap\/\">SAP<\/a>\n                <a href=\"\/services\/erp\/odoo\/\">Odoo<\/a>\n                <a href=\"\/services\/erp\/microsoft-dynamics-365\/\">Microsoft Dynamics 365<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>eCommerce, CMS, and PIM platforms<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/shopify-development\/\">Shopify<\/a>\n                <a href=\"\/industries\/ecommerce\/bigcommerce-development\/\">BigCommerce<\/a>\n                <a href=\"\/services\/cms\/magento-development\/\">Magento<\/a>\n                <a class=\"hide-el\">Joomla<\/a>\n                <a href=\"\/services\/cms\/woocommerce-development\/\">WooCommerce<\/a>\n                <a href=\"\/services\/cms\/drupal-development\/\">Drupal<\/a>\n                <a class=\"hide-el\">WordPress<\/a>\n                <a class=\"hide-el-desk hide-el\">PrestaShop<\/a>\n                <a class=\"hide-el-desk hide-el\">OpenCart<\/a>\n                <a class=\"hide-el-desk hide-el\">Shopware<\/a>\n                <a class=\"hide-el-desk hide-el\">Spryker<\/a>\n                <a class=\"hide-el-desk hide-el\">Sylius<\/a>\n                <a class=\"hide-el-desk hide-el\">Akeneo<\/a>\n                <a class=\"hide-el-desk hide-el\">Pimcore<\/a>\n                <a class=\"more-button-desk\">+7 more<\/a>\n                <a class=\"more-button\">+9 more<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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-a0c69f0 e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"a0c69f0\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f2191fc e-con-full e-flex e-con e-child\" data-id=\"f2191fc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b15ea1c elementor-widget elementor-widget-html\" data-id=\"b15ea1c\" 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>\n    @media (max-width: 1279px) {\n        .business-techs {\n            &>:nth-child(1) {\n                order: 1;\n            }\n            &>:nth-child(2) {\n                order: 4;\n            }\n            &>:nth-child(3) {\n                order: 7;\n            }\n            &>:nth-child(4) {\n                order: 2;\n            }\n            &>:nth-child(5) {\n                order: 5;\n            }\n            &>:nth-child(6) {\n                order: 3;\n                div {\n                    height: fit-content !important;\n                }\n            }\n            &>:nth-child(7) {\n                order: 6;\n            }\n        }\n    }\n<\/style>\n\n<div class=\"dev-container\">\n    <div class=\"dev-inner business-techs\">\n        <div>\n            <h4>Microsoft business platforms<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/microsoft-power-platform\/\">Microsoft Power Platform<\/a>\n                <a href=\"\/services\/sharepoint\/\">SharePoint<\/a>\n                <a href=\"\/services\/erp\/microsoft-dynamics-365\/\">Dynamics 365<\/a>\n                <a href=\"\/technologies\/microsoft-power-bi\/\">Power BI<\/a>\n                <a class=\"hide-el-mobile\">Dataverse<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Microsoft Teams<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Microsoft Graph<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Azure OpenAI<\/a>\n                <a class=\"more-button-desk\">+3 more<\/a>\n                <a class=\"more-button\">+3 more<\/a>\n                <a class=\"more-button-mobile\">+4 more<\/a>\n                <a class=\"more-button-mobile-small\">+3 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/crm\/\">CRM<\/a> and customer platforms<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/crm\/salesforce\/\">Salesforce<\/a>\n                <a href=\"\/services\/crm\/consulting\/\">HubSpot<\/a>\n                <a href=\"\/services\/crm\/zoho\/\">Zoho<\/a>\n                <a>Bitrix24<\/a>\n                <a class=\"hide-el-mobile\">Microsoft Dynamics 365 CRM<\/a>\n                <a class=\"hide-el-mobile\">Informatica<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>RPA and workflow automation<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/hire-developers\/uipath\/\">UiPath<\/a>\n                <a>Blue Prism<\/a>\n                <a>EasyRPA<\/a>\n                <a>Microsoft Power Automate<\/a>\n                <a>WorkFusion<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Low-code and rapid development<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/mendix-development\/\">Mendix<\/a>\n                <a href=\"\/technologies\/microsoft-power-platform\/\">Microsoft Power Platform<\/a>\n                <a>Power Apps<\/a>\n                <a>FlutterFlow<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">Power Automate<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Power Pages<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Supabase<\/a>\n                <a class=\"more-button-desk\">+2 more<\/a>\n                <a class=\"more-button\">+2 more<\/a>\n                <a class=\"more-button-mobile\">+3 more<\/a>\n                <a class=\"more-button-mobile-small\">+3 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/erp\/servicenow\/\">Service management platforms<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>ServiceNow ITSM<\/a>\n                <a>ServiceNow ITOM<\/a>\n                <a>ServiceNow CSM<\/a>\n                <a class=\"hide-el-mobile\">ServiceNow HRSD<\/a>\n                <a class=\"hide-el-desk hide-el-mobile hide-el-mobile-small\">ServiceNow Security Operations<\/a>\n                <a class=\"more-button-desk\">+1 more<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n                <a class=\"more-button-mobile-small\">+1 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>ERP platforms<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/erp\/sap\/\">SAP<\/a>\n                <a href=\"\/services\/erp\/odoo\/\">Odoo<\/a>\n                <a href=\"\/services\/erp\/microsoft-dynamics-365\/\">Microsoft Dynamics 365<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>eCommerce, CMS, and PIM platforms<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/shopify-development\/\">Shopify<\/a>\n                <a href=\"\/industries\/ecommerce\/bigcommerce-development\/\">BigCommerce<\/a>\n                <a href=\"\/services\/cms\/magento-development\/\">Magento<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">Joomla<\/a>\n                <a href=\"\/services\/cms\/woocommerce-development\/\">WooCommerce<\/a>\n                <a href=\"\/services\/cms\/drupal-development\/\">Drupal<\/a>\n                <a class=\"hide-el-mobile\">WordPress<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">PrestaShop<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">OpenCart<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Shopware<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Spryker<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Sylius<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Akeneo<\/a>\n                <a class=\"hide-el-desk hide-el hide-el-mobile hide-el-mobile-small\">Pimcore<\/a>\n                <a class=\"more-button-desk\">+7 more<\/a>\n                <a class=\"more-button\">+7 more<\/a>\n                <a class=\"more-button-mobile\">+9 more<\/a>\n                <a class=\"more-button-mobile-small\">+8 more<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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<div class=\"elementor-element elementor-element-d19e523 e-con-full e-flex e-con e-parent\" data-id=\"d19e523\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-80f5065 e-con-full block-inner e-flex e-con e-child\" data-id=\"80f5065\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bca191e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"bca191e\" 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\">Architecture and integration<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a10460f e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"a10460f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9c5f7b0 e-con-full e-flex e-con e-child\" data-id=\"9c5f7b0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77d98c9 elementor-widget elementor-widget-html\" data-id=\"77d98c9\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>Messaging and streaming<\/h4>\n            <div class=\"techs-list\">\n                <a>Kafka<\/a>\n                <a>RabbitMQ<\/a>\n                <a>ZeroMQ<\/a>\n                <a>NATS<\/a>\n                <a>ActiveMQ<\/a>\n                <a>IBM MQ<\/a>\n                <a class=\"hide-el\">Azure Service Bus<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure Event Hub<\/a>\n                <a class=\"more-button-desk\">+1 more<\/a>\n                <a class=\"more-button\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Authentication and access control<\/h4>\n            <div class=\"techs-list last\">\n                <a>OAuth<\/a>\n                <a>JWT<\/a>\n                <a>Keycloak<\/a>\n                <a>Auth0<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-8fee2cc e-con-full e-flex e-con e-child\" data-id=\"8fee2cc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0ab627e elementor-widget elementor-widget-html\" data-id=\"0ab627e\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>APIs and communication<\/h4>\n            <div class=\"techs-list\">\n                <a>REST<\/a>\n                <a>SOAP<\/a>\n                <a>GraphQL<\/a>\n                <a>WebSockets<\/a>\n                <a>gRPC<\/a>\n                <a>RSocket<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Workflow and process automation<\/h4>\n            <div class=\"techs-list\">\n                <a>Camunda<\/a>\n                <a>Activiti<\/a>\n                <a>Zeebe<\/a>\n                <a>jBPM<\/a>\n                <a>Flowable<\/a>\n            <\/div>\n        <\/div>\n        \n    <\/div>\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-d1f3f8a e-con-full e-flex e-con e-child\" data-id=\"d1f3f8a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-37eff1d e-con-full e-flex e-con e-child\" data-id=\"37eff1d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ae1b2a9 e-con-full e-flex e-con e-child\" data-id=\"ae1b2a9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e6cc70 elementor-widget-tablet__width-inherit elementor-widget__width-initial max100 elementor-widget elementor-widget-heading\" data-id=\"1e6cc70\" 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<p class=\"elementor-heading-title elementor-size-default\">Don\u2019t see your technology?<\/p>\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-44f145e e-con-full e-flex e-con e-child\" data-id=\"44f145e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8cd549a elementor-align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit cta-btn elementor-widget elementor-widget-button\" data-id=\"8cd549a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Talk to our experts<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d491ca3 e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"d491ca3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-47e9723 e-con-full e-flex e-con e-child\" data-id=\"47e9723\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb08caf elementor-widget elementor-widget-html\" data-id=\"eb08caf\" 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>\n    @media (max-width: 1279px) {\n        .arch-techs {\n            &>:nth-child(1) {\n                order: 1;\n            }\n            &>:nth-child(2) {\n                order: 3;\n            }\n            &>:nth-child(3) {\n                order: 2;\n            }\n            &>:nth-child(4) {\n                order: 4;\n            }\n        }\n    }\n<\/style>\n\n<div class=\"dev-container\">\n    <div class=\"dev-inner arch-techs\">\n        <div>\n            <h4>Messaging and streaming<\/h4>\n            <div class=\"techs-list\">\n                <a>Kafka<\/a>\n                <a>RabbitMQ<\/a>\n                <a>ZeroMQ<\/a>\n                <a>NATS<\/a>\n                <a>ActiveMQ<\/a>\n                <a>IBM MQ<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">Azure Service Bus<\/a>\n                <a class=\"hide-el-desk hide-el-mobile hide-el-mobile-small\">Azure Event Hub<\/a>\n                <a class=\"more-button-desk\">+1 more<\/a>\n                <a class=\"more-button-mobile\">+2 more<\/a>\n                <a class=\"more-button-mobile-small\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Authentication and access control<\/h4>\n            <div class=\"techs-list last\">\n                <a>OAuth<\/a>\n                <a>JWT<\/a>\n                <a>Keycloak<\/a>\n                <a>Auth0<\/a>\n            <\/div>\n        <\/div>\n        <div>\n            <h4>APIs and communication<\/h4>\n            <div class=\"techs-list\">\n                <a>REST<\/a>\n                <a>SOAP<\/a>\n                <a>GraphQL<\/a>\n                <a>WebSockets<\/a>\n                <a>gRPC<\/a>\n                <a>RSocket<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Workflow and process automation<\/h4>\n            <div class=\"techs-list\">\n                <a>Camunda<\/a>\n                <a>Activiti<\/a>\n                <a>Zeebe<\/a>\n                <a>jBPM<\/a>\n                <a>Flowable<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-83bf705 e-con-full e-flex e-con e-child\" data-id=\"83bf705\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6969f00 e-con-full e-flex e-con e-child\" data-id=\"6969f00\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fe25a02 e-con-full e-flex e-con e-child\" data-id=\"fe25a02\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de66a89 elementor-widget-tablet__width-inherit elementor-widget__width-initial max100 elementor-widget elementor-widget-heading\" data-id=\"de66a89\" 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<p class=\"elementor-heading-title elementor-size-default\">Don\u2019t see your technology?<\/p>\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-595540f e-con-full e-flex e-con e-child\" data-id=\"595540f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fc3537 elementor-align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit cta-btn elementor-tablet-align-left elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"3fc3537\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Talk to our experts<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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\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-c2e3069 e-con-full e-flex e-con e-parent\" data-id=\"c2e3069\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0809c6f e-con-full block-inner e-flex e-con e-child\" data-id=\"0809c6f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b255b0f elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b255b0f\" 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\"><a href=\"\/services\/software-testing\/\">Quality assurance and testing<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-462aabf e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"462aabf\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a1d0e8a e-con-full e-flex e-con e-child\" data-id=\"a1d0e8a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b9c855 elementor-widget elementor-widget-html\" data-id=\"4b9c855\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>Manual and API testing<\/h4>\n            <div class=\"techs-list\">\n                <a>Postman<\/a>\n                <a>SoapUI<\/a>\n                <a>Swagger<\/a>\n                <a>Fiddler<\/a>\n                <a>Charles Proxy<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Test management and reporting<\/h4>\n            <div class=\"techs-list\">\n                <a>Allure Report<\/a>\n                <a>ReportPortal<\/a>\n                <a>Cucumber<\/a>\n                <a>SpecFlow<\/a>\n                <a>Robot Framework<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-1a2985e e-con-full e-flex e-con e-child\" data-id=\"1a2985e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c265692 elementor-widget elementor-widget-html\" data-id=\"c265692\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4><a href=\"\/services\/automation-testing\/\">Test automation<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>Selenium<\/a>\n                <a>Playwright<\/a>\n                <a>Cypress<\/a>\n                <a>Appium<\/a>\n                <a>Detox<\/a>\n                <a>Puppeteer<\/a>\n                <a class=\"hide-el\">WebDriverIO<\/a>\n                <a class=\"hide-el-desk hide-el\">Espresso<\/a>\n                <a class=\"hide-el-desk hide-el\">XCTest<\/a>\n                <a class=\"more-button-desk\">+2 more<\/a>\n                <a class=\"more-button\">+3 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Performance testing<\/h4>\n            <div class=\"techs-list\">\n                <a>k6<\/a>\n                <a>JMeter<\/a>\n                <a>Gatling<\/a>\n                <a>Grafana<\/a>\n            <\/div>\n        <\/div>\n        \n    <\/div>\n<\/div>\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-26bbc5f e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"26bbc5f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-43414d4 e-con-full e-flex e-con e-child\" data-id=\"43414d4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1acb52f elementor-widget elementor-widget-html\" data-id=\"1acb52f\" 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>\n    @media (max-width: 1279px) {\n        .data-techs {\n            &>:nth-child(1) {\n                order: 1;\n            }\n            &>:nth-child(2) {\n                order: 3;\n            }\n            &>:nth-child(3) {\n                order: 2;\n            }\n            &>:nth-child(4) {\n                order: 4;\n                \n                div {\n                    height: fit-content !important;\n                }\n            }\n        }\n    }\n<\/style>\n\n<div class=\"dev-container\">\n    <div class=\"dev-inner data-techs\">\n        <div>\n            <h4>Manual and API testing<\/h4>\n            <div class=\"techs-list\">\n                <a>Postman<\/a>\n                <a>SoapUI<\/a>\n                <a>Swagger<\/a>\n                <a>Fiddler<\/a>\n                <a>Charles Proxy<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Test management and reporting<\/h4>\n            <div class=\"techs-list\">\n                <a>Allure Report<\/a>\n                <a>ReportPortal<\/a>\n                <a>Cucumber<\/a>\n                <a>SpecFlow<\/a>\n                <a>Robot Framework<\/a>\n            <\/div>\n        <\/div>\n        <div>\n            <h4><a href=\"\/services\/automation-testing\/\">Test automation<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>Selenium<\/a>\n                <a>Playwright<\/a>\n                <a>Cypress<\/a>\n                <a>Appium<\/a>\n                <a>Detox<\/a>\n                <a>Puppeteer<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">WebDriverIO<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">Espresso<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">XCTest<\/a>\n                <a class=\"more-button-mobile\">+3 more<\/a>\n                <a class=\"more-button-mobile-small\">+3 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Performance testing<\/h4>\n            <div class=\"techs-list\">\n                <a>k6<\/a>\n                <a>JMeter<\/a>\n                <a>Gatling<\/a>\n                <a>Grafana<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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<div class=\"elementor-element elementor-element-0561764 e-con-full e-flex e-con e-parent\" data-id=\"0561764\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-911e255 e-con-full block-inner e-flex e-con e-child\" data-id=\"911e255\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f534e6c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"f534e6c\" 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\">Design and user experience<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cf6f0d5 e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"cf6f0d5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-780ef68 e-con-full e-flex e-con e-child\" data-id=\"780ef68\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a9edd7 elementor-widget elementor-widget-html\" data-id=\"0a9edd7\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4><a href=\"https:\/\/www.innowise.design\/\" target=\"_blank\" rel=\"noreferrer noopener\">UI design and prototyping<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>Figma<\/a>\n                <a>Sketch<\/a>\n                <a>Adobe XD<\/a>\n                <a>InVision<\/a>\n                <a>Proto.io<\/a>\n                <a>Marvel<\/a>\n                <a>Zeplin<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-c45d196 e-con-full e-flex e-con e-child\" data-id=\"c45d196\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40bc671 elementor-widget elementor-widget-html\" data-id=\"40bc671\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4><a href=\"https:\/\/www.innowise.design\/\" target=\"_blank\" rel=\"noreferrer noopener\">3D and immersive design<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/unity-development\/\">Unity<\/a>\n                <a>3ds Max<\/a>\n                <a>ZBrush<\/a>\n                <a>Blender<\/a>\n                <a>Substance Painter<\/a>\n                <a>Adobe After Effects<\/a>\n            <\/div>\n        <\/div>\n        \n    <\/div>\n<\/div>\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-064bbb0 e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"064bbb0\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-98d453b e-con-full e-flex e-con e-child\" data-id=\"98d453b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b634725 elementor-widget elementor-widget-html\" data-id=\"b634725\" 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=\"dev-container\">\n    <div class=\"dev-inner data-techs\">\n        <div>\n            <h4><a href=\"https:\/\/www.innowise.design\/\" target=\"_blank\" rel=\"noreferrer noopener\">UI design and prototyping<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>Figma<\/a>\n                <a>Sketch<\/a>\n                <a>Adobe XD<\/a>\n                <a>InVision<\/a>\n                <a>Proto.io<\/a>\n                <a>Marvel<\/a>\n                <a>Zeplin<\/a>\n            <\/div>\n        <\/div>\n        <div>\n            <h4><a href=\"https:\/\/www.innowise.design\/\" target=\"_blank\" rel=\"noreferrer noopener\">3D and immersive design<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/unity-development\/\">Unity<\/a>\n                <a>3ds Max<\/a>\n                <a>ZBrush<\/a>\n                <a>Blender<\/a>\n                <a>Substance Painter<\/a>\n                <a>Adobe After Effects<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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<div class=\"elementor-element elementor-element-04eaeab e-con-full e-flex e-con e-parent\" data-id=\"04eaeab\" data-element_type=\"container\" id=\"test3\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c854304 e-con-full block-inner e-flex e-con e-child\" data-id=\"c854304\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13cbc5b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"13cbc5b\" 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\">Advanced and specialized technologies<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e07178 e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"1e07178\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d16275b e-con-full e-flex e-con e-child\" data-id=\"d16275b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b16308f elementor-widget elementor-widget-html\" data-id=\"b16308f\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4><a href=\"\/ai\/\">AI<\/a> and <a href=\"\/ai\/machine-learning\/\">machine learning<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>TensorFlow<\/a>\n                <a>Keras<\/a>\n                <a>PyTorch<\/a>\n                <a>Scikit-learn<\/a>\n                <a>XGBoost<\/a>\n                <a class=\"hide-el\">CatBoost<\/a>\n                <a class=\"hide-el\">LightGBM<\/a>\n                \n                <a class=\"hide-el-desk hide-el\">Ollama<\/a>\n                <a class=\"hide-el-desk hide-el\">ChromaDB Hugging Face<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure Machine Learning<\/a>\n                <a class=\"hide-el-desk hide-el\">AWS SageMaker<\/a>\n                <a class=\"hide-el-desk hide-el\">GCP Vertex AI<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure OpenAI<\/a>\n                <a class=\"hide-el-desk hide-el\">Amazon Bedrock<\/a>\n                <a class=\"hide-el-desk hide-el\">LangChain<\/a>\n                <a class=\"hide-el-desk hide-el\">LangGraph<\/a>\n                <a class=\"hide-el-desk hide-el\">LlamaIndex<\/a>\n                <a class=\"hide-el-desk hide-el\">MLflow<\/a>\n                <a class=\"hide-el-desk hide-el\">Kubeflow<\/a>\n                <a class=\"hide-el-desk hide-el\">OpenCV<\/a>\n                <a class=\"hide-el-desk hide-el\">OCR<\/a>\n                <a class=\"hide-el-desk hide-el\">Pinecone<\/a>\n                <a class=\"hide-el-desk hide-el\">Weaviate<\/a>\n                <a class=\"hide-el-desk hide-el\">Milvus<\/a>\n                <a class=\"more-button-desk\">+17 more<\/a>\n                <a class=\"more-button\">+19 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/ar-vr-development\/ar\/\">AR<\/a>, <a href=\"\/services\/ar-vr-development\/vr\/\">VR<\/a>, <a href=\"\/services\/ar-vr-development\/mr\/\">MR<\/a>, and <a href=\"\/services\/3d-design\/\">3D<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/ar-vr-development\/apple-vision-pro\/\">VisionOS<\/a>\n                <a>ARCore<\/a>\n                <a>AR Foundation<\/a>\n                <a>ARKit<\/a>\n                <a>Vuforia<\/a>\n                <a>Google VR SDK<\/a>\n                <a class=\"hide-el-desk hide-el\">Steam VR SDK<\/a>\n                <a class=\"hide-el-desk hide-el\">Unity XR Platform SDK <\/a>\n                <a class=\"more-button-desk\">+2 more<\/a>\n                <a class=\"more-button\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Game and simulation development<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/unity-development\/\">Unity<\/a>\n                <a>Unreal Engine<\/a>\n                <a>Godot<\/a>\n                <a>ARKit<\/a>\n                <a>ARCore<\/a>\n                <a>Vuforia<\/a>\n                <a>SteamVR<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\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-7c185a3 e-con-full e-flex e-con e-child\" data-id=\"7c185a3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8578bc9 elementor-widget elementor-widget-html\" data-id=\"8578bc9\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4>Embedded systems<\/h4>\n            <div class=\"techs-list\">\n                <a>C<\/a>\n                <a>C++<\/a>\n                <a>Python<\/a>\n                <a>Embedded Linux<\/a>\n                <a>RTOS<\/a>\n                <a>FreeRTOS<\/a>\n                <a>Zephyr<\/a>\n                <a class=\"hide-el\">Yocto<\/a>\n                <a class=\"hide-el\">CAN<\/a>\n                <a class=\"hide-el-desk hide-el\">STM32<\/a>\n                <a class=\"hide-el-desk hide-el\">ESP32<\/a>\n                <a class=\"hide-el-desk hide-el\">ARM<\/a>\n                <a class=\"hide-el-desk hide-el\">ROS<\/a>\n                <a class=\"hide-el-desk hide-el\">SLAM<\/a>\n                <a class=\"hide-el-desk hide-el\">Nvidia Jetson<\/a>\n                <a class=\"hide-el-desk hide-el\">BLE<\/a>\n                <a class=\"hide-el-desk hide-el\">Zigbee<\/a>\n                <a class=\"hide-el-desk hide-el\">LoRaWAN<\/a>\n                <a class=\"more-button-desk\">+9 more<\/a>\n                <a class=\"more-button\">+11 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/blockchain\/\">Blockchain and Web3<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/solidity-development\/\">Solidity<\/a>\n                <a href=\"\/services\/blockchain\/solana-development\/\">Solana<\/a>\n                <a href=\"\/technologies\/hyperledger-development\/\">Hyperledger<\/a>\n                <a href=\"\/services\/blockchain\/ethereum-development\/\">Ethereum<\/a>\n                <a>Vyper<\/a>\n                <a>Hardhat<\/a>\n                <a class=\"hide-el\">Foundry<\/a>\n                <a class=\"hide-el-desk hide-el\">Rholang<\/a>\n                <a class=\"hide-el-desk hide-el\">Bitcoin<\/a>\n                <a class=\"hide-el-desk hide-el\">Dash<\/a>\n                <a class=\"hide-el-desk hide-el\">Ripple<\/a>\n                <a class=\"hide-el-desk hide-el\">Solc<\/a>\n                <a class=\"hide-el-desk hide-el\">Litecoin<\/a>\n                <a class=\"hide-el-desk hide-el\">Nem<\/a>\n                <a class=\"hide-el-desk hide-el\">EOS<\/a>\n                <a class=\"hide-el-desk hide-el\">Tether<\/a>\n                <a class=\"hide-el-desk hide-el\">Chain<\/a>\n                <a class=\"hide-el-desk hide-el\">Metamask<\/a>\n                <a class=\"hide-el-desk hide-el\">Mist<\/a>\n                <a class=\"hide-el-desk hide-el\">Remix<\/a>\n                <a class=\"hide-el-desk hide-el\">Truffle<\/a>\n                <a class=\"more-button-desk\">+14 more<\/a>\n                <a class=\"more-button\">+15 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Sustainability and ESG tech<\/h4>\n            <div class=\"techs-list\">\n                <a>Microsoft Sustainability Cloud<\/a>\n                <a>ESG dashboards<\/a>\n                <a>Workiva<\/a>\n                <a class=\"hide-el-desk hide-el\">SAP Sustainability Control Tower<\/a>\n                <a class=\"hide-el-desk hide-el\">IBM Envizi<\/a>\n                <a class=\"hide-el-desk hide-el\">EcoVadis<\/a>\n                <a class=\"hide-el-desk hide-el\">Carbon accounting<\/a>\n                <a class=\"hide-el-desk hide-el\">GreenOps<\/a>\n                <a class=\"hide-el-desk hide-el\">ESG data platforms<\/a>\n                <a class=\"hide-el-desk hide-el\">Digital product passports<\/a>\n                <a class=\"more-button-desk\">+7 more<\/a>\n                <a class=\"more-button\">+7 more<\/a>\n            <\/div>\n        <\/div>\n        \n    <\/div>\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-dbae5c4 e-con-full e-flex e-con e-child\" data-id=\"dbae5c4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1952e88 elementor-widget elementor-widget-html\" data-id=\"1952e88\" 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=\"dev-container\">\n    <div class=\"dev-inner\">\n        <div>\n            <h4><a href=\"\/services\/iot-development\/\">IoT and smart devices<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>Azure IoT<\/a>\n                <a>AWS IoT<\/a>\n                <a>AWS Timestream<\/a>\n                <a>OPC UA<\/a>\n                <a>Cognito<\/a>\n                <a>Grafana<\/a>\n                <a>Modbus<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Real-time communication<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/webrtc-development\/\">WebRTC<\/a>\n                <a href=\"\/services\/ott-application-development\/\">OTT<\/a>\n                <a>Twilio<\/a>\n                <a>Amazon Kinesis<\/a>\n                <a>VoIP<\/a>\n                <a>RTMPS<\/a>\n                <a class=\"hide-el\">Google Cloud Dataflow<\/a>\n                <a class=\"hide-el-desk hide-el\">Amazon Kinesis<\/a>\n                <a class=\"hide-el-desk hide-el\">Azure Stream Analytics<\/a>\n                <a class=\"hide-el-desk hide-el\">Spark Streaming<\/a>\n                <a class=\"hide-el-desk hide-el\">RTC-tools<\/a>\n                <a class=\"more-button-desk\">+4 more<\/a>\n                <a class=\"more-button\">+5 more<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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-7bff057 e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"7bff057\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2f15669 e-con-full e-flex e-con e-child\" data-id=\"2f15669\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-731faa4 elementor-widget elementor-widget-html\" data-id=\"731faa4\" 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>\n    @media (max-width: 1279px) {\n        .adv-techs {\n            &>:nth-child(1) {\n                order: 1;\n            }\n            &>:nth-child(2) {\n                order: 4;\n            }\n            &>:nth-child(3) {\n                order: 7;\n            }\n            &>:nth-child(4) {\n                order: 2;\n            }\n            &>:nth-child(5) {\n                order: 5;\n            }\n            &>:nth-child(6) {\n                order: 8;\n            }\n            &>:nth-child(7) {\n                order: 3;\n            }\n            &>:nth-child(8) {\n                order: 6;\n            }\n        }\n    }\n<\/style>\n\n<div class=\"dev-container\">\n    <div class=\"dev-inner adv-techs\">\n        <div>\n            <h4><a href=\"\/ai\/\">AI<\/a> and <a href=\"\/ai\/machine-learning\/\">machine learning<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>TensorFlow<\/a>\n                <a>Keras<\/a>\n                <a>PyTorch<\/a>\n                <a>Scikit-learn<\/a>\n                <a>XGBoost<\/a>\n                <a class=\"hide-el-mobile\">CatBoost<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">LightGBM<\/a>\n                \n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Ollama<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">ChromaDB Hugging Face<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Azure Machine Learning<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">AWS SageMaker<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">GCP Vertex AI<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Azure OpenAI<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Amazon Bedrock<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">LangChain<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">LangGraph<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">LlamaIndex<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">MLflow<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Kubeflow<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">OpenCV<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">OCR<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Pinecone<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Weaviate<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Milvus<\/a>\n                <a class=\"more-button\">+17 more<\/a>\n                <a class=\"more-button-mobile\">+19 more<\/a>\n                <a class=\"more-button-mobile-small\">+18 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/ar-vr-development\/ar\/\">AR<\/a>, <a href=\"\/services\/ar-vr-development\/vr\/\">VR<\/a>, <a href=\"\/services\/ar-vr-development\/mr\/\">MR<\/a>, and <a href=\"\/services\/3d-design\/\">3D<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/ar-vr-development\/apple-vision-pro\/\">VisionOS<\/a>\n                <a>ARCore<\/a>\n                <a>AR Foundation<\/a>\n                <a>ARKit<\/a>\n                <a>Vuforia<\/a>\n                <a class=\"hide-el-mobile\">Google VR SDK<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Steam VR SDK<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Unity XR Platform SDK <\/a>\n                <a class=\"more-button\">+2 more<\/a>\n                <a class=\"more-button-mobile\">+3 more<\/a>\n                <a class=\"more-button-mobile-small\">+2 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Game and simulation development<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/unity-development\/\">Unity<\/a>\n                <a>Unreal Engine<\/a>\n                <a>Godot<\/a>\n                <a>ARKit<\/a>\n                <a>ARCore<\/a>\n                <a>Vuforia<\/a>\n                <a>SteamVR<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Embedded systems<\/h4>\n            <div class=\"techs-list\">\n                <a>C<\/a>\n                <a>C++<\/a>\n                <a>Python<\/a>\n                <a>Embedded Linux<\/a>\n                <a>RTOS<\/a>\n                <a>FreeRTOS<\/a>\n                <a>Zephyr<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">Yocto<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">CAN<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">STM32<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">ESP32<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">ARM<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">ROS<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">SLAM<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Nvidia Jetson<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">BLE<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Zigbee<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">LoRaWAN<\/a>\n                <a class=\"more-button\">+9 more<\/a>\n                <a class=\"more-button-mobile\">+11 more<\/a>\n                <a class=\"more-button-mobile-small\">+11 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/blockchain\/\">Blockchain and Web3<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/technologies\/solidity-development\/\">Solidity<\/a>\n                <a href=\"\/services\/blockchain\/solana-development\/\">Solana<\/a>\n                <a href=\"\/technologies\/hyperledger-development\/\">Hyperledger<\/a>\n                <a href=\"\/services\/blockchain\/ethereum-development\/\">Ethereum<\/a>\n                <a>Vyper<\/a>\n                <a>Hardhat<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">Foundry<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Rholang<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Bitcoin<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Dash<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Ripple<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Solc<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Litecoin<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Nem<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">EOS<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Tether<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Chain<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Metamask<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Mist<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Remix<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Truffle<\/a>\n                <a class=\"more-button\">+14 more<\/a>\n                <a class=\"more-button-mobile\">+15 more<\/a>\n                <a class=\"more-button-mobile-small\">+15 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Sustainability and ESG tech<\/h4>\n            <div class=\"techs-list\">\n                <a>Microsoft Sustainability Cloud<\/a>\n                <a>ESG dashboards<\/a>\n                <a>Workiva<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">SAP Sustainability Control Tower<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">IBM Envizi<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">EcoVadis<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Carbon accounting<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">GreenOps<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">ESG data platforms<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Digital product passports<\/a>\n                <a class=\"more-button\">+6 more<\/a>\n                <a class=\"more-button-mobile\">+7 more<\/a>\n                <a class=\"more-button-mobile-small\">+7 more<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4><a href=\"\/services\/iot-development\/\">IoT and smart devices<\/a><\/h4>\n            <div class=\"techs-list\">\n                <a>Azure IoT<\/a>\n                <a>AWS IoT<\/a>\n                <a>AWS Timestream<\/a>\n                <a>OPC UA<\/a>\n                <a>Cognito<\/a>\n                <a>Grafana<\/a>\n                <a>Modbus<\/a>\n            <\/div>\n        <\/div>\n        \n        <div>\n            <h4>Real-time communication<\/h4>\n            <div class=\"techs-list\">\n                <a href=\"\/services\/webrtc-development\/\">WebRTC<\/a>\n                <a href=\"\/services\/ott-application-development\/\">OTT<\/a>\n                <a>Twilio<\/a>\n                <a>Amazon Kinesis<\/a>\n                <a>VoIP<\/a>\n                <a class=\"hide-el-mobile\">RTMPS<\/a>\n                <a class=\"hide-el-mobile hide-el-mobile-small\">Google Cloud Dataflow<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Amazon Kinesis<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Azure Stream Analytics<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">Spark Streaming<\/a>\n                <a class=\"hide-el hide-el-mobile hide-el-mobile-small\">RTC-tools<\/a>\n                <a class=\"more-button\">+4 more<\/a>\n                <a class=\"more-button-mobile\">+6 more<\/a>\n                <a class=\"more-button-mobile-small\">+5 more<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d29bd2c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d29bd2c\" data-element_type=\"section\" id=\"test4\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0d9a223\" data-id=\"0d9a223\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cca11c2 e-con-full e-flex e-con e-child\" data-id=\"cca11c2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52cbd72 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"52cbd72\" 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\">Technology choices in action<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47d44b6 allButton elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"47d44b6\" 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><a href=\"\/cases\/\">All case studies<\/a><\/p><p><style>.allButton {height: fit-content !important;border-bottom: none;}.allButton:hover {border-bottom: none;}<\/style><\/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 class=\"elementor-element elementor-element-c6d1dad case-swip elementor-widget elementor-widget-shortcode\" data-id=\"c6d1dad\" 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 view-0\">\n            <div class=\"swiper-related view-0\">\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\/pl\/case\/perfume-subscription-platform-scaling\/\" aria-label=\"block_200038\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/image-teaser.png\" alt=\"Development of a subscription perfume platform for Scentbird\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Log\u043es-desktop.png\" alt=\"Scentbird logo\">\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\/pl\/case\/perfume-subscription-platform-scaling\/\" aria-label=\"Development of a subscription perfume platform for Scentbird\" >Development of a subscription perfume platform for Scentbird<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/pl\/cases\/ecommerce\/\">E-commerce<\/a><a href=\"\/pl\/cases\/java\/\">Java<\/a><a href=\"\/pl\/cases\/handel-detaliczny\/\">Retail<\/a><a href=\"\/pl\/cases\/tworzenie-aplikacji-webowych\/\">Web development<\/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\/pl\/case\/perfume-subscription-platform-scaling\/\" aria-label=\"Read more about Development of a subscription perfume platform for Scentbird\">\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\/pl\/case\/multilingual-coaching-platform-development\/\" aria-label=\"block_199752\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/image-1.png\" alt=\"PromoveTM digital platform development\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Log\u043es-desktop.svg\" alt=\"Promove logo\">\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\/pl\/case\/multilingual-coaching-platform-development\/\" aria-label=\"PromoveTM digital platform development\" >PromoveTM digital platform development<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/pl\/cases\/hr-and-recruiting\/\">HR &amp; recruiting<\/a><a href=\"\/pl\/cases\/php\/\">PHP<\/a><a href=\"\/pl\/cases\/web\/\">Web<\/a><a href=\"\/pl\/cases\/tworzenie-aplikacji-webowych\/\">Web development<\/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\/pl\/case\/multilingual-coaching-platform-development\/\" aria-label=\"Read more about PromoveTM digital platform development\">\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\/pl\/case\/unified-sales-metrics-platform\/\" aria-label=\"block_199218\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/image-3.png\" alt=\"Unified sales and metrics platform\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Logos-desktop-1.svg\" alt=\"Vendi Tech logo\">\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\/pl\/case\/unified-sales-metrics-platform\/\" aria-label=\"Unified sales and metrics platform\" >Unified sales and metrics platform<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/pl\/cases\/tworzenie-back-end\/\">Back-end development<\/a><a href=\"\/pl\/cases\/zarzadzanie-danymi\/\">Data management (DMS)<\/a><a href=\"\/pl\/cases\/tworzenie-front-end\/\">Front-end development<\/a><a href=\"\/pl\/cases\/iot\/\">IoT<\/a><a href=\"\/pl\/cases\/python\/\">Python<\/a><a href=\"\/pl\/cases\/react\/\">React<\/a><a href=\"\/pl\/cases\/handel-detaliczny\/\">Retail<\/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\/pl\/case\/unified-sales-metrics-platform\/\" aria-label=\"Read more about Unified sales and metrics 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\/pl\/case\/sacred-geometry-tattoo-design-app\/\" aria-label=\"block_199155\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/image-teaser.png\" alt=\"Sacred geometry drawing app\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Logos-desktop.svg\" alt=\"Forte Tattoos logo\">\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\/pl\/case\/sacred-geometry-tattoo-design-app\/\" aria-label=\"Sacred geometry drawing app\" >Sacred geometry drawing app<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/pl\/cases\/entertainment\/\">Entertainment<\/a><a href=\"\/pl\/cases\/ios\/\">iOS<\/a><a href=\"\/pl\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/pl\/cases\/qa\/\">QA<\/a><a href=\"\/pl\/cases\/software-enhancement\/\">Software enhancement<\/a><a href=\"\/pl\/cases\/swift\/\">Swift<\/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\/pl\/case\/sacred-geometry-tattoo-design-app\/\" aria-label=\"Read more about Sacred geometry drawing app\">\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\/pl\/case\/breast-cancer-detection-with-federated-learning\/\" aria-label=\"block_198695\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/collaborative-mammography-segmentation.png\" alt=\"Privacy-preserving breast cancer detection with federated learning\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Logos-desktop-2.svg\" alt=\"Innowise logo\">\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\/pl\/case\/breast-cancer-detection-with-federated-learning\/\" aria-label=\"Privacy-preserving breast cancer detection with federated learning\" >Privacy-preserving breast cancer detection with federated learning<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/pl\/cases\/ai\/\">AI<\/a><a href=\"\/pl\/cases\/computer-vision\/\">Computer vision<\/a><a href=\"\/pl\/cases\/opieka-zdrowotna\/\">Healthcare<\/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\/pl\/case\/breast-cancer-detection-with-federated-learning\/\" aria-label=\"Read more about Privacy-preserving breast cancer detection with federated learning\">\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\/pl\/case\/private-jet-charter-digital-platform\/\" aria-label=\"block_198736\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Cover-End-to-end-ecosystem-for-the-private-luxury-aviation-sector.png\" alt=\"Private jet charter digital ecosystem\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Logos-desktop-3.svg\" alt=\"Private jet charter digital ecosystem.\">\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\/pl\/case\/private-jet-charter-digital-platform\/\" aria-label=\"Private jet charter digital ecosystem\" >Private jet charter digital ecosystem<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/pl\/cases\/java\/\">Java<\/a><a href=\"\/pl\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/pl\/cases\/react\/\">React<\/a><a href=\"\/pl\/cases\/tworzenie-aplikacji-webowych\/\">Web development<\/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\/pl\/case\/private-jet-charter-digital-platform\/\" aria-label=\"Read more about Private jet charter digital ecosystem\">\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\/pl\/case\/catena-media-igaming-scaling\/\" aria-label=\"block_198461\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/image-3.png\" alt=\"Catena Media case: scaling support for the iGaming leader\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/Logos-desktop-1.svg\" alt=\"Catena Media case: scaling support for the iGaming leader.\">\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\/pl\/case\/catena-media-igaming-scaling\/\" aria-label=\"Catena Media case: scaling support for the iGaming leader\" >Catena Media case: scaling support for the iGaming leader<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/pl\/cases\/aws\/\">AWS<\/a><a href=\"\/pl\/cases\/tworzenie-back-end\/\">Back-end development<\/a><a href=\"\/pl\/cases\/business-intelligence\/\">Business intelligence<\/a><a href=\"\/pl\/cases\/inzynieria-danych\/\">Data engineering<\/a><a href=\"\/pl\/cases\/entertainment\/\">Entertainment<\/a><a href=\"\/pl\/cases\/tworzenie-front-end\/\">Front-end development<\/a><a href=\"\/pl\/cases\/node-js\/\">Node.js<\/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\/pl\/case\/catena-media-igaming-scaling\/\" aria-label=\"Read more about Catena Media case: scaling support for the iGaming leader\">\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\/pl\/case\/ai-powered-compliance-ecosystem\/\" aria-label=\"block_198139\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/image-1.jpg\" alt=\"AI-powered end-to-end compliance ecosystem\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/Logos-desktop.svg\" alt=\"AI-powered end-to-end compliance ecosystem.\">\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\/pl\/case\/ai-powered-compliance-ecosystem\/\" aria-label=\"AI-powered end-to-end compliance ecosystem\" >AI-powered end-to-end compliance ecosystem<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/pl\/cases\/ai\/\">AI<\/a><a href=\"\/pl\/cases\/aws\/\">AWS<\/a><a href=\"\/pl\/cases\/tworzenie-back-end\/\">Back-end development<\/a><a href=\"\/pl\/cases\/tworzenie-front-end\/\">Front-end development<\/a><a href=\"\/pl\/cases\/js\/\">JavaScript<\/a><a href=\"\/pl\/cases\/laravel\/\">Laravel<\/a><a href=\"\/pl\/cases\/php\/\">PHP<\/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\/pl\/case\/ai-powered-compliance-ecosystem\/\" aria-label=\"Read more about AI-powered end-to-end compliance ecosystem\">\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\" style=\"\">\n                    <button class=\"swiper-related__navigation-btn\" style=\"\">\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\" style=\"\">\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            <div class=\"cases-swiper-pagination case-slider-pagination\"><\/div>\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 class=\"elementor-element elementor-element-070fb30 allButton elementor-widget-mobile__width-auto elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"070fb30\" 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><a href=\"\/cases\/\">All case studies<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-8be1add e-flex e-con-boxed e-con e-parent\" data-id=\"8be1add\" data-element_type=\"container\" id=\"test5\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-125fe7f e-con-full e-flex e-con e-child\" data-id=\"125fe7f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e76254f elementor-widget__width-initial elementor-widget-tablet__width-inherit deBreak elementor-widget elementor-widget-heading\" data-id=\"e76254f\" 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\">Tech expertise you can verify<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0acbaff elementor-widget elementor-widget-html\" data-id=\"0acbaff\" 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  .industries__list {\r\n    border-bottom-color: #00000026 !important;\r\n  }\r\n  \r\n  .industries__list_container li.active {\r\n    border-bottom-color: #C63031 !important;\r\n  }\r\n  \r\n  .industries__navigation-btn:disabled {\r\n    opacity: 0.3;\r\n    pointer-events: none;\r\n    cursor: default;\r\n  }\r\n<\/style>\r\n\r\n<div class=\"industries__list\">\r\n  <div class=\"industries__swiper\">\r\n    <ul class=\"industries__list_container swiper-wrapper\">\r\n      <li class=\"swiper-slide active\">Data & AI<\/li>\r\n      <li class=\"swiper-slide\">Platforms<\/li>\r\n      <li class=\"swiper-slide\">Cloud<\/li>\r\n      <li class=\"swiper-slide\">QA & security<\/li>\r\n      <li class=\"swiper-slide\">Engineering<\/li>\r\n    <\/ul>\r\n  <\/div>\r\n\r\n  <div class=\"industries__navigation\">\r\n    <button class=\"industries__navigation-btn\">\r\n      <svg\r\n        width=\"25\"\r\n        height=\"24\"\r\n        viewBox=\"0 0 25 24\"\r\n        fill=\"none\"\r\n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n      >\r\n        <g>\r\n          <path d=\"M12 4L4 12L12 20\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\r\n          <path d=\"M21 12.0002L4 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\r\n        <\/g>\r\n      <\/svg>\r\n    <\/button>\r\n\r\n    <button class=\"industries__navigation-btn\">\r\n      <svg\r\n        width=\"25\"\r\n        height=\"24\"\r\n        viewBox=\"0 0 25 24\"\r\n        fill=\"none\"\r\n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n      >\r\n        <path d=\"M13 4L21 12L13 20\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\r\n        <path d=\"M4 12.0002L21 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\r\n      <\/svg>\r\n    <\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n  const listItems = document.querySelectorAll(\r\n    \".industries__list_container li\"\r\n  );\r\n\r\n  const prevBtn = document.querySelector(\r\n    \".industries__navigation button:nth-child(1)\"\r\n  );\r\n\r\n  const nextBtn = document.querySelector(\r\n    \".industries__navigation button:nth-child(2)\"\r\n  );\r\n\r\n  const sliderNav = new Swiper(\".industries__swiper\", {\r\n    slidesPerView: \"auto\",\r\n    spaceBetween: 30,\r\n    watchSlidesProgress: true,\r\n    grabCursor: true,\r\n\r\n    breakpoints: {\r\n      280: { spaceBetween: 20 },\r\n      820: { spaceBetween: 30 },\r\n    },\r\n  });\r\n\r\n  const sliderContent = new Swiper(\".indSwiper\", {\r\n    slidesPerView: 1,\r\n    spaceBetween: 20,\r\n    effect: \"fade\",\r\n    grabCursor: false,\r\n    allowTouchMove: false,\r\n  });\r\n\r\n  \/* ---------- ACTIVE STATE ---------- *\/\r\n\r\n  function setActive(index) {\r\n    listItems.forEach((el, i) => {\r\n      el.classList.toggle(\"active\", i === index);\r\n    });\r\n\r\n    sliderNav.slideTo(index);\r\n    sliderContent.slideTo(index);\r\n\r\n    updateNavButtons();\r\n  }\r\n\r\n  \/* ---------- BUTTON STATE ---------- *\/\r\n\r\n  function updateNavButtons() {\r\n    const index = sliderContent.activeIndex;\r\n\r\n    prevBtn.disabled = index === 0;\r\n    nextBtn.disabled = index === listItems.length - 1;\r\n  }\r\n\r\n  \/* ---------- CLICK ON TABS ---------- *\/\r\n\r\n  listItems.forEach((item, index) => {\r\n    item.addEventListener(\"click\", () => {\r\n      setActive(index);\r\n    });\r\n  });\r\n\r\n  \/* ---------- NAV BUTTONS ---------- *\/\r\n\r\n  nextBtn.addEventListener(\"click\", () => {\r\n    const index = sliderContent.activeIndex;\r\n\r\n    if (index < listItems.length - 1) {\r\n      setActive(index + 1);\r\n    }\r\n  });\r\n\r\n  prevBtn.addEventListener(\"click\", () => {\r\n    const index = sliderContent.activeIndex;\r\n\r\n    if (index > 0) {\r\n      setActive(index - 1);\r\n    }\r\n  });\r\n\r\n  \/* ---------- INIT ---------- *\/\r\n\r\n  setActive(0);\r\n});\r\n<\/script>\r\n<style>\r\n    .industries__swiper {\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n\r\n.industries__list_container.swiper-wrapper {\r\n  display: flex;\r\n  width: 100%;\r\n  list-style: none;\r\n  padding: 0;\r\n}\r\n\r\n.industries__list {\r\n  width: 100%;\r\n  border-bottom: 1px solid #c4c4c4;\r\n  margin-bottom: -1px;\r\n  box-sizing: border-box !important;\r\n  display: flex;\r\n  justify-content: space-between;\r\n  gap: 24px;\r\n}\r\n\r\n.industries__list li {\r\n  flex-shrink: 0;\r\n  width: auto !important;\r\n  padding: 24px 12px;\r\n  color: #717171;\r\n  font-family: Sora, sans-serif;\r\n  font-weight: 600;\r\n  font-size: 18px;\r\n  line-height: 22.7px;\r\n  cursor: pointer;\r\n  border-bottom: 3px solid transparent;\r\n  transition: color 0.2s linear;\r\n}\r\n\r\n.industries__list li:hover {\r\n  color: #c63031;\r\n}\r\n\r\n.industries__list li.active {\r\n  color: #2e2e2e;\r\n  border-bottom: 3px solid #c63031;\r\n}\r\n\r\n.industries__navigation {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 10px;\r\n  user-select: none;\r\n  padding: 0 16px;\r\n}\r\n\r\n.industries__navigation-btn {\r\n  border: none !important;\r\n  outline: none !important;\r\n  padding: 0px !important;\r\n}\r\n\r\n.industries__navigation-btn.swiper-button-disabled {\r\n  opacity: 0.5;\r\n}\r\n\r\n.indSwiper {\r\n  width: 100%;\r\n  overflow: hidden;\r\n}\r\n\r\n.indSwiper .swiper-wrapper {\r\n  width: 100% !important;\r\n}\r\n\r\n.indSwiper .swiper-slide:not(.swiper-slide-active) {\r\n  opacity: 0 !important;\r\n}\r\n\r\n.indSwiper .content {\r\n  display: flex;\r\n  width: 100%;\r\n  gap: 40px;\r\n}\r\n\r\n.indSwiper .left {\r\n  display: flex;\r\n  flex-direction: column;\r\n  height: fit-content;\r\n  max-width: 680px;\r\n}\r\n\r\n.indSwiper .right {\r\n  flex: 1;\r\n  max-width: 680px;\r\n  display: flex;\r\n}\r\n\r\n.indSwiper .right img {\r\n  width: 100%;\r\n  object-fit: cover;\r\n}\r\n\r\n.indSwiper .title {\r\n  width: fit-content;\r\n  color: #2e2e2e;\r\n  font-weight: 600;\r\n  line-height: 32px;\r\n  font-size: 24px;\r\n  font-family: Sora, sans-serif;\r\n  margin: 0;\r\n  position: relative;\r\n  padding-right: 45px;\r\n  margin-bottom: 40px;\r\n}\r\n\r\n\r\n\r\n.indSwiper .title a {\r\n  transition: color 0.2s linear;\r\n}\r\n\r\n.indSwiper .left .text {\r\n  font-family: Karla;\r\n  font-weight: 400;\r\n  font-size: 18px;\r\n  line-height: 27px;\r\n  color: #2e2e2e;\r\n}\r\n\r\n.indSwiper .left .arrows {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 16px;\r\n}\r\n\r\n.indSwiper .left .arrows .arrowString {\r\n  display: flex;\r\n  gap: 10px;\r\n  font-family: Karla;\r\n  font-weight: 400;\r\n  font-size: 18px;\r\n  line-height: 155%;\r\n  color: #2e2e2e;\r\n}\r\n\r\n.indSwiper .left .arrowString a {\r\n  transition: color 0.2s linear;\r\n}\r\n\r\n.indSwiper .left .arrowString a:hover {\r\n  color: #c63031;\r\n  text-decoration: underline;\r\n}\r\n\r\n.indSwiper .left .arrowString img {\r\n  flex-shrink: 0;\r\n  width: 28px;\r\n}\r\n\r\n.indSwiper .title a:after {\r\n  content: \"\";\r\n  position: absolute;\r\n  right: -27px;\r\n  top: 50%;\r\n  width: 70px;\r\n  height: 70px;\r\n  transform: translateY(-50%);\r\n  background-image: url(\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/Arrowsvg.svg\");\r\n\r\n  background-position-x: right;\r\n  background-repeat: no-repeat;\r\n  background-size: cover;\r\n  pointer-events: none;\r\n  transition: background 0.35s;\r\n}\r\n\r\n.indSwiper .title a {\r\n  cursor: pointer;\r\n}\r\n\r\n.indSwiper .title a:hover {\r\n  color: #c63031;\r\n}\r\n\r\n.indSwiper .title a:hover:after {\r\n  background-position-x: left;\r\n  opacity: 1;\r\n}\r\n\r\n@media (max-width: 1279px) {\r\n  .indSwiper .title a:after {\r\n    background-position-x: left;\r\n    opacity: 1;\r\n  }\r\n\r\n  .indSwiper .title a:hover:after {\r\n    background-position-x: left;\r\n    opacity: 1;\r\n  }\r\n\r\n  .indSwiper .content {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 40px;\r\n  }\r\n}\r\n\r\n.indMobile .content {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 20px;\r\n}\r\n\r\n.indMobile .left {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 20px;\r\n}\r\n\r\n.indMobile .left .seeMore {\r\n  margin-top: 8px;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 4px;\r\n  font-family: Sora;\r\n  font-weight: 400;\r\n  font-size: 10px;\r\n  line-height: 150%;\r\n  color: #c63031;\r\n}\r\n\r\n.indMobile .left .seeMore img {\r\n  flex-shrink: 0;\r\n  width: 20px;\r\n}\r\n\r\n.indMobile .left .arrows {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 12px;\r\n}\r\n\r\n.indMobile .left .arrows .arrowString {\r\n  align-items: center;\r\n  display: flex;\r\n  font-family: Karla;\r\n  font-weight: 400;\r\n  color: #2e2e2e;\r\n\r\n  gap: 6px;\r\n  font-size: 14px;\r\n  line-height: 145%;\r\n}\r\n\r\n.indMobile .left .arrowString a {\r\n  transition: color 0.2s linear;\r\n}\r\n\r\n.indMobile .left .arrowString a:hover {\r\n  color: #c63031;\r\n  text-decoration: underline;\r\n}\r\n\r\n.indMobile .left .arrowString img {\r\n  flex-shrink: 0;\r\n  width: 20px;\r\n}\r\n\r\n.indMobile .right {\r\n  display: flex;\r\n}\r\n\r\n.indSwiper .right {\r\n  display: flex;\r\n  width: 100%;\r\n}\r\n\r\n.indSwiper .right img {\r\n  width: 100%;\r\n}\r\n\r\n.indMobile .left .text {\r\n  font-family: Karla;\r\n  font-weight: 400;\r\n  font-size: 14px;\r\n  line-height: 21px;\r\n  color: #2e2e2e;\r\n}\r\n\r\n.indMobile .left .text a {\r\n  color: #c63031;\r\n}\r\n@media (max-width: 768px) {\r\n    .industries__list {\r\n        gap: 20px;\r\n    }\r\n    .industries__list .swiper-slide {\r\n        font-family: Sora;\r\nfont-weight: 600;\r\nfont-style: SemiBold;\r\nfont-size: 14px;\r\nleading-trim: NONE;\r\nline-height: 100%;\r\nletter-spacing: 0%;\r\ntext-align: right;\r\npadding: 16px 6px;\r\n\r\n    }\r\n    .industries__navigation {\r\n        display: none;\r\n    }\r\n    .indSwiper .title {\r\n        font-family: Sora;\r\n        font-weight: 600;\r\n        font-style: SemiBold;\r\n        font-size: 18px;\r\n        leading-trim: NONE;\r\n        line-height: 135%;\r\n        letter-spacing: 0%;\r\n        margin-bottom: 20px;\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-57bd797 elementor-widget elementor-widget-html\" data-id=\"57bd797\" 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>\n  .indSwiper .right {\n    position: relative;\n  }\n\n  .indSwiper .right .addition {\n    display: flex;\n    flex-direction: column;\n    align-items: start;\n    gap: 16px;\n    width: 320px;\n    position: absolute;\n    left: 24px;\n    bottom: 24px;\n    padding: 20px 20px 24px 20px;\n    \n    \n    border: none; \n    background: rgba(255, 255, 255, 0.75);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n  }\n\n  html[lang|=\"it\"] .indSwiper .right .addition {\n    width: 280px;\n  }\n\n  html[lang|=\"fr\"] .indSwiper .right .addition {\n    width: 280px;\n  }\n\n  html[lang|=\"de\"] .indSwiper .right .addition {\n    width: 280px;\n  }\n\n  html[lang|=\"pl\"] .indSwiper .right .addition {\n    width: 280px;\n  }\n\n  .indSwiper .right .addition .description {\n    font-family: Sora;\n    font-weight: 400;\n    font-size: 16px;\n    line-height: 145%;\n    color: rgba(46, 46, 46, 1);\n  }\n\n  .indSwiper .right .addition .more {\n    font-family: Sora;\n    font-weight: 600;\n    font-size: 14px;\n    line-height: 130%;\n    color: rgba(46, 46, 46, 1);\n    padding-bottom: 2px;\n    border-bottom: 1px solid #191b1d;\n    transition:\n      color 0.15s linear,\n      border 0.15s linear;\n  }\n\n  .indSwiper .right .addition .more:hover {\n    color: rgba(198, 48, 49, 1);\n    border-bottom: 1px solid rgba(198, 48, 49, 1);\n  }\n\n  .indMobile .e-n-accordion-item-title-text {\n    font-weight: 400;\n  }\n  .indMobile .right {\n    position: relative;\n  }\n\n  .indMobile .right .addition {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    align-items: center;\n    width: 100%;\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    padding: 16px;\n    \n    \n    border: none;\n    background: rgba(255, 255, 255, 0.75);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n  }\n  \n  .indMobile .right .addition .description {\n    font-family: Sora;\n    font-weight: 400;\n    font-size: 12px;\n    line-height: 145%;\n    color: rgba(46, 46, 46, 1);\n  }\n\n  .indMobile .right .addition .more {\n    flex-shrink: 0;\n    font-family: Sora;\n    font-weight: 600;\n    font-size: 10px;\n    line-height: 130%;\n    color: rgba(46, 46, 46, 1);\n    padding-bottom: 2px;\n    border-bottom: 1px solid #191b1d;\n    transition:\n      color 0.15s linear,\n      border 0.15s linear;\n  }\n\n  .indMobile .right .addition .more:hover {\n    color: rgba(198, 48, 49, 1);\n    border-bottom: 1px solid rgba(198, 48, 49, 1);\n  }\n  \n  .arrows .arrowString a{\n      position: relative;\n  }\n  \n  .arrows .arrowString a:active{\n      color: #D13B3B;\n      text-decoration: underline;\n  }\n  \n  .arrows .arrowString a::after{\n      content: '';\n      background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Arrow.svg');\n      width: 28px;\n      height: 28px;\n      background-size: cover;\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n  }\n  \n  .arrows .arrowString a:hover::after, .arrowString a:active::after{\n      background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Arrow-1.svg');\n  }\n  .content-grid {\n    display: grid;\n    grid-template-columns: 14fr 51fr;\n    grid-gap: 24px 30px;\n    \n}\n    .grid-title {\n        font-family: Karla;\n        font-weight: 600;\n        font-style: SemiBold;\n        font-size: 18px;\n        leading-trim: NONE;\n        line-height: 150%;\n        letter-spacing: 0%;\n        color: #2e2e2e;\n    }\n    .grid-content {\n      list-style: none; \/* Removes default browser bullets *\/\n      padding: 0;\n      margin: 0;\n      display: flex; \/* Aligns items horizontally *\/\n      flex-wrap: wrap;\n      align-items: center; \/* Centers items vertically *\/\n      column-gap: 20px; \/* Horizontal space between items *\/\n        row-gap: 6px;\n      overflow: hidden;\n    }\n    \n    .grid-content li {\n      display: flex;\n      align-items: center;\n      font-family: Karla;\n        font-weight: 400;\n        font-style: Regular;\n        font-size: 18px;\n        leading-trim: NONE;\n        line-height: 150%;\n        letter-spacing: 0%;\n        color: #2e2e2e;\n        position: relative;\n    }\n    \n    .grid-content li::before {\n      content: \"\\2022\";\n      position: absolute;\n      \n      \/* Pulls the dot perfectly into the middle of the 20px column-gap *\/\n      left: -10px; \n      \n      \/* Centers the dot horizontally and vertically *\/\n      top: 50%;\n      transform: translate(-50%, -50%); \n      color: #2E2E2E;\n    }\n    @media (max-width: 768px) {\n        .content-grid {\n            grid-template-columns: 1fr;\n            grid-gap: 8px;\n        }\n        .content-grid > .grid-title:nth-child(n+3) {\n            margin-top: 8px;\n        }\n        .content-grid > .grid-title {\n            font-family: Karla;\n            font-weight: 600;\n            font-style: SemiBold;\n            font-size: 14px;\n            leading-trim: NONE;\n            line-height: 150%;\n            letter-spacing: 0%;\n        }\n        .content-grid > .grid-content > li {\n            font-family: Karla;\n            font-weight: 400;\n            font-style: Regular;\n            font-size: 14px;\n            leading-trim: NONE;\n            line-height: 150%;\n            letter-spacing: 0%;\n        }\n        .grid-content {\n          column-gap: 18px; \/* Horizontal space between items *\/\n            row-gap: 4px;\n        }\n        .grid-content li::before {\n          left: -9px; \n        }\n    }\n    .logos-list {\n          display: flex;\n          flex-wrap: wrap;\n          gap: 40px;\n          img {\n              height: 100px;\n              width: auto !important;\n              object-fit: contain;\n          }\n      }\n      @media (max-width: 1400px) and (min-width: 1280px) {\n          .logos-list {\n              max-height: 240px;\n              overflow: hidden;\n          }\n      }\n      @media (max-width: 1279px) and (min-width: 1000px) {\n          .logos-list {\n              max-height: 100px;\n              overflow: hidden;\n          }\n      }\n      @media (max-width: 1279px) {\n          .left {\n              max-width: 800px !important;\n          }\n          .right {\n              max-width: 100% !important;\n          }\n      }\n      @media (max-width: 768px) {\n          .logos-list {\n              gap: 20px;\n              max-height: 150px;\n              overflow: hidden;\n              img {\n                  height: 65px;\n              }\n          }\n      }\n<\/style>\n\n<div class=\"indSwiper\">\n  <div class=\"swiper-wrapper\">\n    <div class=\"swiper-slide swiper-slide-active\">\n      <h3 class=\"title\">Data & AI<\/h3>\n      <div class=\"content\">\n        <div class=\"left\">\n            <div class=\"content-grid\">\n                <style>\n                \n                <\/style>\n                <div class=\"grid-title\">Partners<\/div>\n                <ul class=\"grid-content\">\n                    <li>Databricks<\/li>\n                    <li>AWS<\/li>\n                    <li>Microsoft Azure<\/li>\n                    <li>Google Cloud<\/li>\n                    <li>Axelera AI<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Certifications<\/div>\n                <ul class=\"grid-content\">\n                    <li>Machine learning<\/li>\n                    <li>AI engineering<\/li>\n                    <li>Data engineering<\/li>\n                    <li>Data analytics<\/li>\n                    <li>Data platforms<\/li>\n                    <li>Workflow orchestration<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Recognition<\/div>\n                <ul class=\"grid-content\">\n                    <li>Top AI Company<\/li>\n                    <li>Top BI Consulting Companies<\/li>\n                    <li>AI and Software Development Awards<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"right\">\n          <style>\n              \n          <\/style>\n          <div class=\"logos-list\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/databricks.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/07\/MS_solutions_partners_DataAI.svg\" alt=\"Microsoft Solutions Partner for Data and AI logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/aws-partner.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/g-cloud.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/badges.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Property-1AI-and-software-development-awards-1.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Databricks-Certified-Data-Analyst-Associate.svg\" alt=\"Databricks Certified Data Analyst Associate badge\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Databricks-Certified-Data-Engineer-Associate.svg\" alt=\"Databricks Certified Data Engineer Associate badge\">\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"swiper-slide\">\n      <h3 class=\"title\">Platforms<\/h3>\n      <div class=\"content\">\n        <div class=\"left\">\n            <div class=\"content-grid\">\n                <style>\n                \n                <\/style>\n                <div class=\"grid-title\">Partners<\/div>\n                <ul class=\"grid-content\">\n                    <li>SAP<\/li>\n                    <li>Salesforce<\/li>\n                    <li>Odoo<\/li>\n                    <li>ServiceNow<\/li>\n                    <li>Camunda<\/li>\n                    <li>UiPath<\/li>\n                    <li>IBM<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Certifications<\/div>\n                <ul class=\"grid-content\">\n                    <li>ERP consulting<\/li>\n                    <li>CRM development<\/li>\n                    <li>Service management<\/li>\n                    <li>Platform development<\/li>\n                    <li>Workflow automation<\/li>\n                    <li>Enterprise implementation<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Recognition<\/div>\n                <ul class=\"grid-content\">\n                    <li>Top Enterprise App Developers<\/li>\n                    <li>CRN Solution Provider 500<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"right\">\n          <style>\n              \n          <\/style>\n          <div class=\"logos-list\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/SAP_Partner.svg\" alt=\"SAP Partner\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/salesforce.svg\" alt=\"Salesforce\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/odoo-1.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/ibm.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/09\/clutch.png\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/crn.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/uipath.svg\" alt=\"logo\">\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"swiper-slide swiper-slide-active\">\n      <h3 class=\"title\">Cloud<\/h3>\n      <div class=\"content\">\n        <div class=\"left\">\n            <div class=\"content-grid\">\n                <style>\n                \n                <\/style>\n                <div class=\"grid-title\">Partners<\/div>\n                <ul class=\"grid-content\">\n                    <li>AWS<\/li>\n                    <li>Microsoft Azure<\/li>\n                    <li>Google Cloud<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Certifications<\/div>\n                <ul class=\"grid-content\">\n                    <li>Cloud architecture<\/li>\n                    <li>Cloud development<\/li>\n                    <li>Cloud security<\/li>\n                    <li>Cloud administration<\/li>\n                    <li>DevOps<\/li>\n                    <li>Machine learning<\/li>\n                    <li>Data engineering<\/li>\n                    <li>Database engineering<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Recognition<\/div>\n                <ul class=\"grid-content\">\n                    <li>CRN Tech Elite 250<\/li>\n                    <li>CRN Solution Provider 500<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"right\">\n          <div class=\"logos-list\">\n              \n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/aws-partner.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/g-cloud.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/07\/MS_solutions_partners_DataAI.svg\" alt=\"Microsoft Solutions Partner for Data and AI logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/machin-learn.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/cloud-pract.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/cloud-cert.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/devops-eng.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/crn-250.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/crn.svg\" alt=\"logo\">\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"swiper-slide swiper-slide-active\">\n      <h3 class=\"title\">QA, security & compliance<\/h3>\n      <div class=\"content\">\n        <div class=\"left\">\n            <div class=\"content-grid\">\n                <div class=\"grid-title\">Partners<\/div>\n                <ul class=\"grid-content\">\n                    <li>SecureFrame<\/li>\n                    <li>ISTQB<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Certifications<\/div>\n                <ul class=\"grid-content\">\n                    <li>Software testing<\/li>\n                    <li>Test automation<\/li>\n                    <li>Acceptance testing<\/li>\n                    <li>Agile testing<\/li>\n                    <li>Cloud security<\/li>\n                    <li>Security engineering<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Recognition<\/div>\n                <ul class=\"grid-content\">\n                    <li>CRN Tech Elite 250<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"right\">\n          <style>\n              \n          <\/style>\n          <div class=\"logos-list\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/istqb.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/istqb_adv.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/istqb_found.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/istqb_cert.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/crn-250.svg\" alt=\"logo\">\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"swiper-slide swiper-slide-active\">\n      <h3 class=\"title\">Software engineering<\/h3>\n      <div class=\"content\">\n        <div class=\"left\">\n            <div class=\"content-grid\">\n                <div class=\"grid-title\">Partners<\/div>\n                <ul class=\"grid-content\">\n                    <li>Microsoft<\/li>\n                    <li>ShareGate<\/li>\n                    <li>IBM<\/li>\n                    <li>Hygraph<\/li>\n                    <li>GitHub \/ GitLab ecosystem<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Certifications<\/div>\n                <ul class=\"grid-content\">\n                    <li>Project management<\/li>\n                    <li>Agile delivery<\/li>\n                    <li>Scrum<\/li>\n                    <li>SAFe<\/li>\n                    <li>IT service management<\/li>\n                    <li>Low-code development<\/li>\n                    <li>Java engineering<\/li>\n                <\/ul>\n                <div class=\"grid-title\">Recognition<\/div>\n                <ul class=\"grid-content\">\n                    <li>VendorLand Top Software Development<\/li>\n                    <li>Clutch app development rankings<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"right\">\n          <style>\n              \n          <\/style>\n          <div class=\"logos-list\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/07\/MS_solutions_partners_DataAI.svg\" alt=\"Microsoft Solutions Partner for Data and AI logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/ibm.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/aws-partner.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/g-cloud.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/badges.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/psm.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/safe.svg\" alt=\"logo\">\n              <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/itil.svg\" alt=\"logo\">\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\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-8e3ad7a e-con-full e-flex e-con e-parent\" data-id=\"8e3ad7a\" data-element_type=\"container\" id=\"test6\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ecc0cad e-con-full block-inner e-flex e-con e-child\" data-id=\"ecc0cad\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a47e61 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6a47e61\" 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\">Meet our top tech experts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fddd2cf elementor-widget elementor-widget-html\" data-id=\"fddd2cf\" 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\t.cases-mobile-site-slider .swiper-slide{\r\n\t\twidth:440px;\r\n\t\theight:auto;\r\n\t}\r\n\t.cases-mobile-site-slider .swiper-slide:hover{\r\n\t\tbackground: #fbfbfd !important;\r\n\t}\r\n\t.cases-mobile-site-slide{\r\n\t\tborder:1px solid #999999;\r\n\t\tmin-height:491px;\r\n\t\theight: 585px;\r\n\t\tpadding: 40px;\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\tjustify-content: space-between;\r\n\t}\r\n\t.cases-mobile-site-slide:hover {\r\n\t    cursor: pointer;\r\n\t    border: 1px solid #2E2E2E;\r\n\t}\r\n\t.swiper-pagination-cases-mobile-site{\r\n\t\tdisplay: block !important;\r\n\t\tmargin-top: 80px;\r\n\t\tposition: static !important;\r\n\t\ttext-align: center;\r\n\t}\r\n\t.swiper-pagination-cases-mobile-site-2{\r\n\t\tdisplay: block;\r\n\t\tmargin-top: 80px;\r\n\t\tposition: static !important;\r\n\t\ttext-align: center;\r\n\t}\r\n\t.cases-mobile-site-slider .swiper-pagination-bullet, .swiper-pagination-cases-mobile-site-2 .swiper-pagination-bullet {\r\n\t    width: 100px;\r\n        height: 4px;\r\n        border-radius: 0;\r\n        background-color: #dbd8d8;\r\n        opacity: 1;\r\n\t}\r\n\t.cases-mobile-site-slider  .swiper-pagination-bullet:after, .swiper-pagination-cases-mobile-site-2 .swiper-pagination-bullet:after {\r\n\t    content: '';\r\n        width: 100%;\r\n        left: 0;\r\n        height: 4px;\r\n        background-color: #dbd8d8;\r\n        display: block\r\n\t}\r\n\t.cases-mobile-site-slider .swiper-pagination-bullet-active:after, .swiper-pagination-cases-mobile-site-2 .swiper-pagination-bullet-active:after {\r\n\t    background-color: #2e2e2e;\r\n\t}\r\n\t\r\n\t.card-heading {\r\n\t    gap: 24px;\r\n\t    display: flex;\r\n\t    flex-direction: column;\r\n\t}\r\n\t\r\n\t.heading-info {\r\n\t    display: flex;\r\n\t    flex-direction: column;\r\n\t    gap: 4px;\r\n\t}\r\n\t.heading-info > div {\r\n\t    display: flex;\r\n\t    gap: 12px\r\n\t}\r\n\t.heading-info > div > h3 {\r\n\t    font-family: Sora;\r\n        font-weight: 600;\r\n        font-size: 24px;\r\n        line-height: 135%;\r\n        color: #2e2e2e;\r\n\t    padding: 0;\r\n\t    margin: 0;\r\n\t}\r\n\t.heading-info > p {\r\n\t    font-family: Karla;\r\n        font-weight: 400;\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n\t    color: #585858;\r\n\t}\r\n\t.heading-info > * {\r\n\t    padding: 0;\r\n\t    margin: 0;\r\n\t}\r\n\t.heading-image {\r\n\t    width: 110px;\r\n\t    height: 110px;\r\n\t}\r\n\t.heading-image > img {\r\n\t    width: 100%;\r\n\t    height: 100%;\r\n        object-fit: cover;\r\n\t}\r\n\t.heading-desc {\r\n\t    font-family: Karla;\r\n        font-weight: 400;\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n        color: #2e2e2e;\r\n\t}\r\n\t.card-heading > .heading-tags {\r\n\t    list-style-type: none;\r\n\t    padding: 0;\r\n\t    margin: 0;\r\n\t    color: #2E2E2E;\r\n\t    display: flex;\r\n\t    flex-wrap: wrap;\r\n\t    gap: 4px;\r\n\t    margin-bottom: 24px;\r\n\t    \r\n\t    li {\r\n\t        font-family: Karla;\r\n            font-weight: 400;\r\n            font-style: Regular;\r\n            font-size: 14px;\r\n            leading-trim: NONE;\r\n            line-height: 150%;\r\n            letter-spacing: 0%;\r\n            padding: 6px 10px;\r\n            background: #F5F5F7;\r\n\t    }\r\n\t}\r\n\t.bottom-button {\r\n        display: flex;\r\n        gap: 10px;\r\n        align-items: center;\r\n        cursor: pointer;\r\n    }\r\n    .bottom-button > span {\r\n        font-family: Karla, sans-serif;\r\n        font-weight: 400;\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n        color: #c63031;\r\n    }\r\n    .bottom-button > div {\r\n        width: 20px;\r\n        height: 20px;\r\n        position: relative;\r\n        overflow: hidden;\r\n        flex-shrink: 0;\r\n    }\r\n    .bottom-button > div::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg') no-repeat center \/ contain;\r\n    }\r\n    .bottom-button:hover div::before {\r\n        animation: infiniteArrow 0.5s ease-in-out forwards;\r\n    }\r\n    .need-button div::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 70px;\r\n        height: 70px;\r\n        background: url(https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/Arrow.png) no-repeat center \/ contain;\r\n    }\r\n    .need-button:hover div::before {\r\n        animation: infiniteArrow 0.5s ease-in-out forwards;\r\n    }\r\n    @keyframes infiniteArrow {\r\n        0% { transform: translateX(0); }\r\n        49% { transform: translateX(150%); }\r\n        50% { transform: translateX(-150%); }\r\n        100% { transform: translateX(0); }\r\n    }\r\n    \r\n    .need-expert {\r\n        padding: 40px 80px 40px 40px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n        justify-content: end;\r\n        min-height: 491px;\r\n        background: url(https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/Card-review-1920.png);\r\n        position: relative;\r\n    }\r\n\r\n    .need-expert h3 {\r\n        font-family: Sora;\r\n        font-weight: 600;\r\n        font-size: 20px;\r\n        line-height: 24px;\r\n        color: #2e2e2e;\r\n        margin: 0;\r\n        padding: 0;\r\n    }\r\n    \r\n    .need-expert p {\r\n        font-family: Karla;\r\n        font-weight: 400;\r\n        font-size: 16px;\r\n        line-height: 150%;\r\n        color: #2e2e2e;\r\n    }\r\n    \r\n    .need-button  {\r\n        width: 70px;\r\n        height: 70px;\r\n        position: relative;\r\n        cursor: pointer;\r\n        overflow: hidden;\r\n        background: #C63031;\r\n    }\r\n    \r\n\t.share-btn:hover svg .main{\r\n        fill: #2867B2;\r\n    }\r\n    .share-btn svg {\r\n        vertical-align: middle;\r\n    }\r\n    @media(max-width:920px){\r\n        .rs .cases-mobile-site-slider .swiper-pagination-bullet, .swiper-pagination-cases-mobile-site-2 .swiper-pagination-bullet { width: 50px; }\r\n    }\r\n    @media(max-width:1280px){\r\n\t\t.cases-mobile-site-slider .swiper-slide{ width: 440px; padding-top: 20px; }\r\n\t\t.cases-mobile-site-slide { min-height:491px; height:100%; width: 440px; padding: 40px; }\r\n\t\t.swiper-pagination-cases-mobile-site, .swiper-pagination-cases-mobile-site-2 { margin-top:60px; }\r\n\t}\r\n\t@media(max-width:1023px){\r\n\t\t.cases-mobile-site-slider .swiper-slide:not(:last-child){ width: 440px; padding-top: 20px; }\r\n\t\t.cases-mobile-site-slide { min-height:467px; }\r\n\t\t.swiper-pagination-cases-mobile-site, .swiper-pagination-cases-mobile-site-2 { margin-top:40px; }\r\n\t\t.need-expert p {\r\n            font-size: 14px;\r\n        }\r\n\t}\r\n\t@media (max-width: 768px) {\r\n\t    .cases-mobile-site-slider .swiper-slide{ width: 302px !important; padding-top: 0 !important; }\r\n\t\t.swiper-pagination-cases-mobile-site, .swiper-pagination-cases-mobile-site-2 { display: none !important; }\r\n\t\t.cases-mobile-site-slide { min-height:333px; height:474px; width: 302px; padding: 24px 20px;}\r\n\t\t.need-expert { min-height:333px; width: 302px; height:474px; padding: 24px 20px;}\r\n\t\t.heading-image {\r\n\t\t    width: 80px;\r\n\t\t    height: 80px;\r\n\t\t}\r\n\t\t.card-heading {\r\n\t        gap: 20px;\r\n\t\t}\r\n\t\t.heading-info > div > h3 {\r\n            font-size: 18px;\r\n            line-height: 130%;\r\n\t\t}\r\n\t\t.heading-info p {\r\n            font-size: 14px;\r\n\t\t}\r\n\t\t.heading-desc p {\r\n            font-size: 14px;\r\n            line-height: 150%\r\n\t\t}\r\n\t\t.bottom-button {\r\n\t\t    gap: 8px;\r\n\t\t}\r\n\t\t.bottom-button span {\r\n\t\t    font-size: 14px;\r\n\t\t}\r\n\t\t.bottom-button div {\r\n\t\t    width: 18px;\r\n\t\t    height: 18px;\r\n\t\t}\r\n\t\t\r\n\t\t.need-expert h3 {\r\n            font-size: 18px;\r\n            line-height: 130%;\r\n\t\t}\r\n\t\t.need-expert p {\r\n            font-size: 12px;\r\n\t\t}\r\n\t\t.share-btn svg {\r\n            vertical-align: top;\r\n        }\r\n        .card-heading > .heading-tags {\r\n            margin-bottom: 20px;\r\n            li {\r\n                font-size: 12px;\r\n    \t    }\r\n        }\r\n\t}\r\n<\/style>\r\n\r\n<div class=\"\">\r\n<div class=\"cases-mobile-site-slider\">\r\n    <div class=\"swiper-wrapper\">\r\n        <a href=\"\/authors\/philip-tikhanovich\/\" class=\"swiper-slide\">\r\n            <div class=\"cases-mobile-site-slide\">\r\n                <div class=\"card-heading\">\r\n                    <div class=\"heading-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Philip-Tikhanovich.png\" alt=\"Philip Tikhanovich, Head of Big Data\"><\/div>\r\n                    <div class=\"heading-info\">\r\n                        <div>\r\n                            <h3>Philip Tikhanovich<\/h3>\r\n                            <button class=\"share-btn\" onclick=\"event.preventDefault(); window.open('https:\/\/www.linkedin.com\/in\/tihonfil\/', '_blank', 'noreferrer');\" style=\"background: none; border: none; padding: 0; cursor: pointer;\" aria-label=\"LinkedIn Profile\">\r\n    <svg width=\"20.57\" height=\"20.57\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2222 0C38.7563 0 40 1.24365 40 2.77778V37.2222C40 38.7563 38.7563 40 37.2222 40H2.77778C1.24365 40 7.15863e-08 38.7563 0 37.2222V2.77778C0 1.24365 1.24365 7.1584e-08 2.77778 0H37.2222ZM6.11816 33.8889H11.9683V15H6.11816V33.8889ZM27.0139 14.4227C23.0056 14.4228 21.3189 17.5445 21.3189 17.5445V15H15.7086V33.8889H21.3189V23.9735C21.3189 21.3168 22.5416 19.7359 24.8823 19.7358C27.034 19.7358 28.0675 21.255 28.0675 23.9735V33.8889H33.8889V21.9298C33.8889 16.8697 31.0204 14.4227 27.0139 14.4227ZM9.0153 5.55556C7.10428 5.55556 5.55556 7.1165 5.55556 9.04134C5.55568 10.9661 7.10435 12.5266 9.0153 12.5266C10.9262 12.5265 12.4738 10.966 12.474 9.04134C12.474 7.11656 10.9262 5.55564 9.0153 5.55556Z\" fill=\"#999999\" class=\"main\"\/>\r\n    <\/svg>\r\n<\/button>\r\n                        <\/div>\r\n                        <p>Head of Big Data<\/p><\/div>\r\n                    <div class=\"heading-desc\"><p>Philip works with large data ecosystems, AI use cases, and analytics platforms. He designs scalable data architectures that support automation, machine learning, and clearer business decisions.<\/p><\/div>\r\n                    <ul class=\"heading-tags\">\r\n                        <li>AI & machine learning<\/li>\r\n                        <li>Big data<\/li>\r\n                        <li>Data engineering<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"bottom-button\"><span>See profile <\/span><div><\/div><\/div>\r\n            <\/div>\r\n        <\/a>\r\n        \r\n        <a href=\"\/authors\/andrew-nalichaev\/\" class=\"swiper-slide\">\r\n            <div class=\"cases-mobile-site-slide\">\r\n                <div class=\"card-heading\">\r\n                    <div class=\"heading-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/05\/Andrew-Nalichaev.png\" alt=\"Andrew Nalichaev, Blockchain and DeFi Expert\"><\/div>\r\n                    <div class=\"heading-info\"><div>\r\n                            <h3>Andrew Nalichaev<\/h3>\r\n                            <button class=\"share-btn\" onclick=\"event.preventDefault(); window.open('https:\/\/www.linkedin.com\/in\/andrei-nalichaev\/', '_blank', 'noreferrer');\" style=\"background: none; border: none; padding: 0; cursor: pointer;\" aria-label=\"LinkedIn Profile\">\r\n    <svg width=\"20.57\" height=\"20.57\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2222 0C38.7563 0 40 1.24365 40 2.77778V37.2222C40 38.7563 38.7563 40 37.2222 40H2.77778C1.24365 40 7.15863e-08 38.7563 0 37.2222V2.77778C0 1.24365 1.24365 7.1584e-08 2.77778 0H37.2222ZM6.11816 33.8889H11.9683V15H6.11816V33.8889ZM27.0139 14.4227C23.0056 14.4228 21.3189 17.5445 21.3189 17.5445V15H15.7086V33.8889H21.3189V23.9735C21.3189 21.3168 22.5416 19.7359 24.8823 19.7358C27.034 19.7358 28.0675 21.255 28.0675 23.9735V33.8889H33.8889V21.9298C33.8889 16.8697 31.0204 14.4227 27.0139 14.4227ZM9.0153 5.55556C7.10428 5.55556 5.55556 7.1165 5.55556 9.04134C5.55568 10.9661 7.10435 12.5266 9.0153 12.5266C10.9262 12.5265 12.4738 10.966 12.474 9.04134C12.474 7.11656 10.9262 5.55564 9.0153 5.55556Z\" fill=\"#999999\" class=\"main\"\/>\r\n    <\/svg>\r\n<\/button>\r\n                        <\/div><p>Blockchain Expert & DeFi Analyst<\/p><\/div>\r\n                    <div class=\"heading-desc\"><p>Andrew brings practical thinking to blockchain and decentralized finance. He works on secure DeFi products, scalable blockchain infrastructure, and Web3 use cases with real business utility.<\/p><\/div>\r\n                    <ul class=\"heading-tags\">\r\n                        <li>Blockchain<\/li>\r\n                        <li>DeFi<\/li>\r\n                        <li>Web3<\/li>\r\n                        <li>Decentralized finance<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"bottom-button\"><span>See profile <\/span><div><\/div><\/div>\r\n            <\/div>\r\n        <\/a>\r\n        \r\n        <a href=\"\/authors\/stanislav-kazanov\/\" class=\"swiper-slide\">\r\n            <div class=\"cases-mobile-site-slide\">\r\n                <div class=\"card-heading\">\r\n                    <div class=\"heading-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/04\/Stanislav-Kazanov-1.png\" alt=\"Stanislav Kazanov, Head of GRC and Cybersecurity\"><\/div>\r\n                    <div class=\"heading-info\"><div>\r\n                            <h3>Stanislav Kazanov<\/h3>\r\n                            <button class=\"share-btn\" onclick=\"event.preventDefault(); window.open('https:\/\/www.linkedin.com\/in\/staskazanov\/', '_blank', 'noreferrer');\" style=\"background: none; border: none; padding: 0; cursor: pointer;\" aria-label=\"LinkedIn Profile\">\r\n    <svg width=\"20.57\" height=\"20.57\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2222 0C38.7563 0 40 1.24365 40 2.77778V37.2222C40 38.7563 38.7563 40 37.2222 40H2.77778C1.24365 40 7.15863e-08 38.7563 0 37.2222V2.77778C0 1.24365 1.24365 7.1584e-08 2.77778 0H37.2222ZM6.11816 33.8889H11.9683V15H6.11816V33.8889ZM27.0139 14.4227C23.0056 14.4228 21.3189 17.5445 21.3189 17.5445V15H15.7086V33.8889H21.3189V23.9735C21.3189 21.3168 22.5416 19.7359 24.8823 19.7358C27.034 19.7358 28.0675 21.255 28.0675 23.9735V33.8889H33.8889V21.9298C33.8889 16.8697 31.0204 14.4227 27.0139 14.4227ZM9.0153 5.55556C7.10428 5.55556 5.55556 7.1165 5.55556 9.04134C5.55568 10.9661 7.10435 12.5266 9.0153 12.5266C10.9262 12.5265 12.4738 10.966 12.474 9.04134C12.474 7.11656 10.9262 5.55564 9.0153 5.55556Z\" fill=\"#999999\" class=\"main\"\/>\r\n    <\/svg>\r\n<\/button>\r\n                        <\/div><p>Head of GRC, Cybersecurity & Sustainability<\/p><\/div>\r\n                    <div class=\"heading-desc\"><p>Stanislav helps build security, compliance, and sustainability into software systems. He works across cybersecurity, governance, and responsible infrastructure practices.<\/p><\/div>\r\n                    <ul class=\"heading-tags\">\r\n                        <li>Cybersecurity<\/li>\r\n                        <li>GRC<\/li>\r\n                        <li>Compliance<\/li>\r\n                        <li>Sustainable IT<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"bottom-button\"><span>See profile <\/span><div><\/div><\/div>\r\n            <\/div>\r\n        <\/a>\r\n        \r\n        <a href=\"\/authors\/eugene-govor\/\" class=\"swiper-slide\">\r\n            <div class=\"cases-mobile-site-slide\">\r\n                <div class=\"card-heading\">\r\n                    <div class=\"heading-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Eugene-Govor.png\" alt=\"Eugene Govor, Head of Embedded and C++\"><\/div>\r\n                    <div class=\"heading-info\"><div>\r\n                            <h3>Eugene Govor<\/h3>\r\n                            <button class=\"share-btn\" onclick=\"event.preventDefault(); window.open('https:\/\/www.linkedin.com\/in\/eugene-govor\/', '_blank', 'noreferrer');\" style=\"background: none; border: none; padding: 0; cursor: pointer;\" aria-label=\"LinkedIn Profile\">\r\n    <svg width=\"20.57\" height=\"20.57\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2222 0C38.7563 0 40 1.24365 40 2.77778V37.2222C40 38.7563 38.7563 40 37.2222 40H2.77778C1.24365 40 7.15863e-08 38.7563 0 37.2222V2.77778C0 1.24365 1.24365 7.1584e-08 2.77778 0H37.2222ZM6.11816 33.8889H11.9683V15H6.11816V33.8889ZM27.0139 14.4227C23.0056 14.4228 21.3189 17.5445 21.3189 17.5445V15H15.7086V33.8889H21.3189V23.9735C21.3189 21.3168 22.5416 19.7359 24.8823 19.7358C27.034 19.7358 28.0675 21.255 28.0675 23.9735V33.8889H33.8889V21.9298C33.8889 16.8697 31.0204 14.4227 27.0139 14.4227ZM9.0153 5.55556C7.10428 5.55556 5.55556 7.1165 5.55556 9.04134C5.55568 10.9661 7.10435 12.5266 9.0153 12.5266C10.9262 12.5265 12.4738 10.966 12.474 9.04134C12.474 7.11656 10.9262 5.55564 9.0153 5.55556Z\" fill=\"#999999\" class=\"main\"\/>\r\n    <\/svg>\r\n<\/button>\r\n                        <\/div><p>Head of Embedded & C++<\/p><\/div>\r\n                    <div class=\"heading-desc\"><p> Eugene develops software for embedded systems, robotics, MedTech devices, and IoT products. He specializes in connecting hardware and software so sensors, devices, and applications work together reliably at scale.<\/p><\/div>\r\n                    <ul class=\"heading-tags\">\r\n                        <li>Embedded software<\/li>\r\n                        <li>C++<\/li>\r\n                        <li>IoT<\/li>\r\n                        <li>Robotics<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"bottom-button\"><span>See profile<\/span><div><\/div><\/div>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <a href=\"\/authors\/andrew-artyukhovsky\/\" class=\"swiper-slide\">\r\n            <div class=\"cases-mobile-site-slide\">\r\n                <div class=\"card-heading\">\r\n                    <div class=\"heading-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Andrew-Artyukhovsky.png\" alt=\"Andrew Artyukhovsky, Head of QA\"><\/div>\r\n                    <div class=\"heading-info\"><div>\r\n                            <h3>Andrew Artyukhovsky<\/h3>\r\n                            <button class=\"share-btn\" onclick=\"event.preventDefault(); window.open('https:\/\/www.linkedin.com\/in\/andrew-artyukhovsky-48a506127\/', '_blank', 'noreferrer');\" style=\"background: none; border: none; padding: 0; cursor: pointer;\" aria-label=\"LinkedIn Profile\">\r\n    <svg width=\"20.57\" height=\"20.57\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2222 0C38.7563 0 40 1.24365 40 2.77778V37.2222C40 38.7563 38.7563 40 37.2222 40H2.77778C1.24365 40 7.15863e-08 38.7563 0 37.2222V2.77778C0 1.24365 1.24365 7.1584e-08 2.77778 0H37.2222ZM6.11816 33.8889H11.9683V15H6.11816V33.8889ZM27.0139 14.4227C23.0056 14.4228 21.3189 17.5445 21.3189 17.5445V15H15.7086V33.8889H21.3189V23.9735C21.3189 21.3168 22.5416 19.7359 24.8823 19.7358C27.034 19.7358 28.0675 21.255 28.0675 23.9735V33.8889H33.8889V21.9298C33.8889 16.8697 31.0204 14.4227 27.0139 14.4227ZM9.0153 5.55556C7.10428 5.55556 5.55556 7.1165 5.55556 9.04134C5.55568 10.9661 7.10435 12.5266 9.0153 12.5266C10.9262 12.5265 12.4738 10.966 12.474 9.04134C12.474 7.11656 10.9262 5.55564 9.0153 5.55556Z\" fill=\"#999999\" class=\"main\"\/>\r\n    <\/svg>\r\n<\/button>\r\n                        <\/div><p>Head of QA<\/p><\/div>\r\n                    <div class=\"heading-desc\"><p>Andrew looks at software through the lens of risk. He shapes QA strategies, automation practices, and release checks that help teams catch defects early and keep products stable.<\/p><\/div>\r\n                    <ul class=\"heading-tags\">\r\n                        <li>QA<\/li>\r\n                        <li>Test automation<\/li>\r\n                        <li>Software quality<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"bottom-button\"><span>See profile<\/span><div><\/div><\/div>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <a href=\"https:\/\/innowise.com\/authors\/denis-bogush\/\" class=\"swiper-slide\">\r\n            <div class=\"cases-mobile-site-slide\">\r\n                <div class=\"card-heading\">\r\n                    <div class=\"heading-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Denis-Bogush.png\" alt=\"Denis Bogush, Head of Frontend Development\"><\/div>\r\n                    <div class=\"heading-info\"><div>\r\n                            <h3>Denis Bogush<\/h3>\r\n                            <button class=\"share-btn\" onclick=\"event.preventDefault(); window.open('https:\/\/www.linkedin.com\/in\/denisbogush\/', '_blank', 'noreferrer');\" style=\"background: none; border: none; padding: 0; cursor: pointer;\" aria-label=\"LinkedIn Profile\">\r\n    <svg width=\"20.57\" height=\"20.57\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2222 0C38.7563 0 40 1.24365 40 2.77778V37.2222C40 38.7563 38.7563 40 37.2222 40H2.77778C1.24365 40 7.15863e-08 38.7563 0 37.2222V2.77778C0 1.24365 1.24365 7.1584e-08 2.77778 0H37.2222ZM6.11816 33.8889H11.9683V15H6.11816V33.8889ZM27.0139 14.4227C23.0056 14.4228 21.3189 17.5445 21.3189 17.5445V15H15.7086V33.8889H21.3189V23.9735C21.3189 21.3168 22.5416 19.7359 24.8823 19.7358C27.034 19.7358 28.0675 21.255 28.0675 23.9735V33.8889H33.8889V21.9298C33.8889 16.8697 31.0204 14.4227 27.0139 14.4227ZM9.0153 5.55556C7.10428 5.55556 5.55556 7.1165 5.55556 9.04134C5.55568 10.9661 7.10435 12.5266 9.0153 12.5266C10.9262 12.5265 12.4738 10.966 12.474 9.04134C12.474 7.11656 10.9262 5.55564 9.0153 5.55556Z\" fill=\"#999999\" class=\"main\"\/>\r\n    <\/svg>\r\n<\/button>\r\n                        <\/div><p>Head of Frontend Development<\/p><\/div>\r\n                    <div class=\"heading-desc\"><p>Denis designs frontend systems that stay clean as products grow. His work covers micro-frontends, scalable UI architecture, and maintainable codebases for complex web platforms<\/p><\/div>\r\n                    <ul class=\"heading-tags\">\r\n                        <li>Frontend architecture<\/li>\r\n                        <li>Micro-frontends<\/li>\r\n                        <li>Web development<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"bottom-button\"><span>See profile <\/span><div><\/div><\/div>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <a href=\"\/authors\/pavel-skamartsou\/\" class=\"swiper-slide\">\r\n            <div class=\"cases-mobile-site-slide\">\r\n                <div class=\"card-heading\">\r\n                    <div class=\"heading-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Pavel-Skamartsou.png\" alt=\"Pavel Skamartsou, Head of Mobile Development\"><\/div>\r\n                    <div class=\"heading-info\"><div>\r\n                            <h3>Pavel Skamartsou<\/h3>\r\n                            <button class=\"share-btn\" onclick=\"event.preventDefault(); window.open('https:\/\/www.linkedin.com\/in\/pavel-skomartsov\/', '_blank', 'noreferrer');\" style=\"background: none; border: none; padding: 0; cursor: pointer;\" aria-label=\"LinkedIn Profile\">\r\n    <svg width=\"20.57\" height=\"20.57\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2222 0C38.7563 0 40 1.24365 40 2.77778V37.2222C40 38.7563 38.7563 40 37.2222 40H2.77778C1.24365 40 7.15863e-08 38.7563 0 37.2222V2.77778C0 1.24365 1.24365 7.1584e-08 2.77778 0H37.2222ZM6.11816 33.8889H11.9683V15H6.11816V33.8889ZM27.0139 14.4227C23.0056 14.4228 21.3189 17.5445 21.3189 17.5445V15H15.7086V33.8889H21.3189V23.9735C21.3189 21.3168 22.5416 19.7359 24.8823 19.7358C27.034 19.7358 28.0675 21.255 28.0675 23.9735V33.8889H33.8889V21.9298C33.8889 16.8697 31.0204 14.4227 27.0139 14.4227ZM9.0153 5.55556C7.10428 5.55556 5.55556 7.1165 5.55556 9.04134C5.55568 10.9661 7.10435 12.5266 9.0153 12.5266C10.9262 12.5265 12.4738 10.966 12.474 9.04134C12.474 7.11656 10.9262 5.55564 9.0153 5.55556Z\" fill=\"#999999\" class=\"main\"\/>\r\n    <\/svg>\r\n<\/button>\r\n                        <\/div><p>Head of Mobile Development<\/p><\/div>\r\n                    <div class=\"heading-desc\"><p>Pavel leads mobile development for products that need to feel fast, stable, and polished. He brings native and cross-platform expertise across iOS and Android delivery.<\/p><\/div>\r\n                    <ul class=\"heading-tags\">\r\n                        <li>iOS<\/li>\r\n                        <li>Android<\/li>\r\n                        <li>Cross-platform mobile development<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"bottom-button\"><span>See profile <\/span><div><\/div><\/div>\r\n            <\/div>\r\n        <\/a>\r\n\r\n        \r\n\r\n        <a href=\"\/authors\/kiryl-drabysheuski\/\" class=\"swiper-slide\">\r\n            <div class=\"cases-mobile-site-slide\">\r\n                <div class=\"card-heading\">\r\n                    <div class=\"heading-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Kiryl-Drabysheuski-1.png\" alt=\"Kiryl Drabysheuski, Lead ERP Consultant\"><\/div>\r\n                    <div class=\"heading-info\"><div>\r\n                            <h3>Kiryl Drabysheuski<\/h3>\r\n                            <button class=\"share-btn\" onclick=\"event.preventDefault(); window.open('https:\/\/www.linkedin.com\/in\/kiryl-drabysheuski-770670272\/', '_blank', 'noreferrer');\" style=\"background: none; border: none; padding: 0; cursor: pointer;\" aria-label=\"LinkedIn Profile\">\r\n    <svg width=\"20.57\" height=\"20.57\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.2222 0C38.7563 0 40 1.24365 40 2.77778V37.2222C40 38.7563 38.7563 40 37.2222 40H2.77778C1.24365 40 7.15863e-08 38.7563 0 37.2222V2.77778C0 1.24365 1.24365 7.1584e-08 2.77778 0H37.2222ZM6.11816 33.8889H11.9683V15H6.11816V33.8889ZM27.0139 14.4227C23.0056 14.4228 21.3189 17.5445 21.3189 17.5445V15H15.7086V33.8889H21.3189V23.9735C21.3189 21.3168 22.5416 19.7359 24.8823 19.7358C27.034 19.7358 28.0675 21.255 28.0675 23.9735V33.8889H33.8889V21.9298C33.8889 16.8697 31.0204 14.4227 27.0139 14.4227ZM9.0153 5.55556C7.10428 5.55556 5.55556 7.1165 5.55556 9.04134C5.55568 10.9661 7.10435 12.5266 9.0153 12.5266C10.9262 12.5265 12.4738 10.966 12.474 9.04134C12.474 7.11656 10.9262 5.55564 9.0153 5.55556Z\" fill=\"#999999\" class=\"main\"\/>\r\n    <\/svg>\r\n<\/button>\r\n                        <\/div><p>Lead of ERP Consultants<\/p><\/div>\r\n                    <div class=\"heading-desc\"><p>Kiryl knows how to make SAP work around real business processes. He helps teams adapt ERP systems to everyday operations without adding unnecessary complexity.<\/p><\/div>\r\n                    <ul class=\"heading-tags\">\r\n                        <li>SAP<\/li>\r\n                        <li>ERP<\/li>\r\n                        <li>Enterprise systems<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"bottom-button\"><span>See profile<\/span><div><\/div><\/div>\r\n            <\/div>\r\n        <\/a>\r\n\r\n    <\/div>\r\n\r\n<div class=\"swiper-pagination-cases-mobile-site\"><\/div>\r\n\t\t\t\t\r\n<script>\r\n    document.addEventListener(\"DOMContentLoaded\", ()=> {\r\n        const RsSwiperOptions = {\r\n            slidesPerView: 'auto',\r\n            slidesPerGroup: 2,\r\n            freeMode: true,\r\n            grabCursor: true,\r\n            spaceBetween: 12,\r\n            breakpoints: {\r\n                1279: { spaceBetween: 40, slidesPerView: 'auto' },\r\n                767: { spaceBetween: 30, slidesPerView: 'auto', \r\n            slidesPerGroup: 3 },\r\n            },\r\n            observer: true,\r\n            pagination: {\r\n                el: '.swiper-pagination-cases-mobile-site',\r\n                clickable: true,\r\n            },\r\n        }\r\n        new Swiper('.cases-mobile-site-slider', RsSwiperOptions);\r\n    })\r\n<\/script>\r\n<\/div>\r\n<\/div>\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-d088d1c e-flex e-con-boxed e-con e-parent\" data-id=\"d088d1c\" 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-9c87fd0 elementor-widget-tablet__width-initial elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"9c87fd0\" 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<div class=\"elementor-heading-title elementor-size-default\">Have a complex tech question?<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01354a9 elementor-align-justify elementor-widget__width-initial elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"01354a9\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let\u2019s talk it through<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fc613da elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fc613da\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-498adb0\" data-id=\"498adb0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30e3ff0 e-con-full e-flex e-con e-child\" data-id=\"30e3ff0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2344db elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"a2344db\" 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\">Technology insights from our experts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ee11bf allButton elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"6ee11bf\" 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><a href=\"\/expert-tips\/\">All expert tips<\/a><\/p><p><style>.allButton {height: fit-content !important;border-bottom: none;}.allButton:hover {border-bottom: none;}<\/style><\/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 class=\"elementor-element elementor-element-886b7a4 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"886b7a4\" 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>Guides, checklists, interviews, and expert materials to help you understand complex technologies, regulations, and implementation choices.<\/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-1082e9b case-swip elementor-widget elementor-widget-shortcode\" data-id=\"1082e9b\" 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        \n    <div class=\"experts_slider-container\">\n        <div class=\"experts_slider-slider\">\n            <div class=\"swiper\">\n                <div class=\"swiper-wrapper\">\n                                                                        <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/04\/NIS2-implementation-checklist.png\" alt=\"NIS2 implementation checklist: \u2028EU core requirements\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Checklist<\/a>\n                                                                                        <h3>NIS2 implementation checklist: \u2028EU core requirements<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/nis2-implementation-checklist\/\" class=\"page-link\"><span>Get your copy<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/04\/NIS2-implementation-checklist.png\" alt=\"NIS2 implementation: what you need to know to comply in 2026\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Guide<\/a>\n                                                                                        <h3>NIS2 implementation: what you need to know to comply in 2026<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/nis2-poland\/\" class=\"page-link\"><span>Read guide<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/04\/Connecting-custom-EVM-chains-to-TRON-liquidity.png\" alt=\"Bridging custom EVM chains to Tron liquidity | Andrew Nalichaev interview\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Interview<\/a>\n                                                                                        <h3>Bridging custom EVM chains to Tron liquidity | Andrew Nalichaev interview<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/custom-evm-chains-tron-liquidity\/\" class=\"page-link\"><span>Watch interview<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/05\/ESG-as-a-strategy-for-measurable-value.png\" alt=\"ESG whitepaper for CSRD and data readiness\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Checklist<\/a>\n                                                                                        <h3>ESG whitepaper for CSRD and data readiness<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/esg-whitepaper\/\" class=\"page-link\"><span>Get your copy<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/digital-connector-feature.png\" alt=\"MCP Gateway for banking AI agents: the control layer between AI and core banking\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Guide<\/a>\n                                                                                        <h3>MCP Gateway for banking AI agents: the control layer between AI and core banking<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/mcp-gateway-for-banking-ai-agents\/\" class=\"page-link\"><span>Read guide<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/image.png\" alt=\"AI agents in banking: the 4-layer trust architecture behind safe deployment\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Guide<\/a>\n                                                                                        <h3>AI agents in banking: the 4-layer trust architecture behind safe deployment<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/ai-agent-architecture-in-banking\/\" class=\"page-link\"><span>Read guide<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/blockchain-expert-andrew-nalichaev.png\" alt=\"When a rollup goes dark: the Polygon zkEVM shutdown explained\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Interview<\/a>\n                                                                                        <h3>When a rollup goes dark: the Polygon zkEVM shutdown explained<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/polygon-zkevm-shutdown-explained\/\" class=\"page-link\"><span>Watch interview<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/AI-agents-DeFi-\u2028and-the-future-of-Web3.png\" alt=\"Past the hype cycle: AI agents, DeFi, and building Web3 with staying power\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Interview<\/a>\n                                                                                        <h3>Past the hype cycle: AI agents, DeFi, and building Web3 with staying power<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/ai-agents-defi-web3\/\" class=\"page-link\"><span>Watch interview<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/tokenized-asset-liquidity.png\" alt=\"Token liquidity is won or lost before launch\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Guide<\/a>\n                                                                                        <h3>Token liquidity is won or lost before launch<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/tokenized-asset-liquidity\/\" class=\"page-link\"><span>Read guide<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/tokenized-real-estate-liquidity.png\" alt=\"Tokenized real estate won\u2019t trade itself liquid\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                            <a class=\"page-type\">Guide<\/a>\n                                                                                        <h3>Tokenized real estate won\u2019t trade itself liquid<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/tokenized-real-estate-liquidity\/\" class=\"page-link\"><span>Read guide<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"swiper-slide tip-container\">\n                                <div class=\"experts_slider-slide \">\n                                                                            <div class=\"tip-image\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/zugferd-pdf-to-xml-conversion.png\" alt=\"ZUGFeRD compliance in Germany: profiles, requirements, and ERP integration\"><\/div>\n                                                                        <div class=\"tip-description\">\n                                        <div>\n                                                                                        <h3>ZUGFeRD compliance in Germany: profiles, requirements, and ERP integration<\/h3>\n                                        <\/div>\n                                        <a href=\"https:\/\/innowise.com\/pl\/expert-tips\/zugferd-compliance\/\" class=\"page-link\"><span>Read guide<\/span><img decoding=\"async\" src=\"https:\/\/innowisepl-test.inno.ws\/wp-content\/uploads\/2026\/04\/akar-icons_arrow-down-1.svg\" alt=\"Arrow icon\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                            <\/div>\n            <\/div>\n            <div class=\"swiper-pagination\"><\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        (function() {\n            const root = document.querySelector('.experts_slider-slider');\n            if (!root) {\n                return;\n            }\n\n            let expertsSliderSwiper = null;\n            let isInitialized = false;\n            const maxPaginationBullets = 4;\n            const paginationEl = root.querySelector('.swiper-pagination');\n\n            const getPaginationBulletCount = (total) => Math.min(maxPaginationBullets, total);\n\n            const getActivePaginationBullet = (current, total, bulletCount) => {\n                if (bulletCount <= 1 || total <= 1) {\n                    return 0;\n                }\n\n                return Math.round(((current - 1) \/ (total - 1)) * (bulletCount - 1));\n            };\n\n            const getSlideIndexForBullet = (bulletIndex, total, bulletCount) => {\n                if (bulletCount <= 1 || total <= 1) {\n                    return 0;\n                }\n\n                return Math.round((bulletIndex \/ (bulletCount - 1)) * (total - 1));\n            };\n\n            const equalizeSlideHeights = () => {\n                const slides = root.querySelectorAll('.swiper-slide');\n                let maxHeight = 0;\n\n                slides.forEach(slide => {\n                    slide.style.height = 'auto';\n                });\n\n                slides.forEach(slide => {\n                    const height = slide.offsetHeight;\n                    if (height > maxHeight) {\n                        maxHeight = height;\n                    }\n                });\n\n                slides.forEach(slide => {\n                    slide.style.height = maxHeight + 'px';\n                });\n\n                if (expertsSliderSwiper) {\n                    expertsSliderSwiper.update();\n                }\n            };\n\n            const initSwiper = () => {\n                if (isInitialized) {\n                    return;\n                }\n\n                expertsSliderSwiper = new Swiper(root.querySelector('.swiper'), {\n                    slidesPerView: 'auto',\n                    freeMode: true,\n                    grabCursor: true,\n                    spaceBetween: 10,\n                    observer: true,\n                    observeParents: true,\n                    on: {\n                        init: function() {\n                            equalizeSlideHeights();\n                            this.update();\n                        },\n                        resize: function() {\n                            setTimeout(equalizeSlideHeights, 100);\n                        }\n                    },\n                    pagination: {\n                        el: paginationEl,\n                        clickable: true,\n                        type: 'custom',\n                        renderCustom: function(swiper, current, total) {\n                            const bulletCount = getPaginationBulletCount(total);\n                            const activeBullet = getActivePaginationBullet(current, total, bulletCount);\n                            let bulletsHtml = '';\n\n                            for (let i = 0; i < bulletCount; i++) {\n                                const activeClass = i === activeBullet ? ' swiper-pagination-bullet-active' : '';\n                                bulletsHtml += `<span class=\"swiper-pagination-bullet${activeClass}\" data-bullet-index=\"${i}\" tabindex=\"0\" role=\"button\"><\/span>`;\n                            }\n\n                            return bulletsHtml;\n                        }\n                    },\n                    breakpoints: {\n                        768: {\n                            spaceBetween: 20,\n                        },\n                        1280: {\n                            spaceBetween: 40,\n                        }\n                    }\n                });\n\n                isInitialized = true;\n\n                const images = root.querySelectorAll('img');\n                images.forEach(img => {\n                    img.addEventListener('load', equalizeSlideHeights);\n                });\n            };\n\n            if (paginationEl) {\n                paginationEl.addEventListener('click', (event) => {\n                    const bullet = event.target.closest('.swiper-pagination-bullet');\n                    if (!bullet || !expertsSliderSwiper) {\n                        return;\n                    }\n\n                    const bulletIndex = Number(bullet.dataset.bulletIndex);\n                    const total = expertsSliderSwiper.slides.length;\n                    const bulletCount = getPaginationBulletCount(total);\n                    expertsSliderSwiper.slideTo(getSlideIndexForBullet(bulletIndex, total, bulletCount));\n                });\n            }\n\n            if (document.readyState === 'loading') {\n                document.addEventListener('DOMContentLoaded', initSwiper);\n            } else {\n                initSwiper();\n            }\n\n            let windowResizeTimeout;\n            window.addEventListener('resize', () => {\n                clearTimeout(windowResizeTimeout);\n                windowResizeTimeout = setTimeout(equalizeSlideHeights, 250);\n            });\n        })();\n    <\/script>\n\n    <style>\n        .experts_slider-slider .swiper {\n            overflow: visible !important;\n        }\n\n        .experts_slider-slider .swiper-wrapper {\n            flex-direction: row;\n            overflow-x: visible;\n            gap: 0;\n            align-items: stretch;\n        }\n\n        .experts_slider-slider .swiper-slide {\n            width: 440px !important;\n            height: auto;\n        }\n\n        .experts_slider-slide {\n            width: 100%;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .experts_slider-slider .swiper-pagination {\n            --swiper-pagination-bullet-horizontal-gap: 5px;\n            bottom: -4px;\n            width: 100vw;\n            transform: translate(min(calc((-100vw + 1415px) \/ 2), -15px), 0);\n            padding-top: 80px;\n            position: relative;\n        }\n\n        .experts_slider-slider .swiper-pagination-bullet {\n            width: 100px;\n            height: 4px !important;\n            border-radius: 0;\n            background-color: #dbd8d8;\n            opacity: 1;\n            display: inline-block;\n            margin: 0 var(--swiper-pagination-bullet-horizontal-gap);\n            cursor: pointer;\n        }\n\n        .experts_slider-slider .swiper-pagination-bullet-active {\n            background-color: #2e2e2e;\n        }\n        \n        .tip-image {\n            max-height: 280px;\n            overflow: hidden\n        }\n        .tip-image > img {\n            width: 100%;\n            height: 100%;\n            transition: scale 300ms ease-in-out;\n            object-fit: cover;\n        }\n        \n        .tip-container *{\n            transition:0.5s;\n        }\n        .tip-container:hover {\n            background: #2E2E2E;\n        }\n        .tip-container:hover .tip-image > img {\n            scale: 1.05;\n        }\n        .tip-container:hover .tip-description h3{\n            color: #ffffff;\n        }\n        .tip-description {\n            padding: 30px 40px 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            gap: 24px;\n            flex-grow: 1;\n            border: 1px solid #999999;\n            border-top:0;\n        }\n        \n        .tip-description > div {\n            display: flex;\n            flex-direction: column;\n            gap: 24px;\n        }\n        \n        .page-type {\n            font-family: Karla;\n            font-size: 14px;\n            line-height: 150%;\n            padding: 4px 12px;\n            border: 1px solid #D5D5D5;\n            width: max-content;\n            color: #2E2E2E !important;\n            transition: color 300ms ease-in-out;\n        }\n        \n        .tip-container:hover .page-type {\n            color: #ffffff !important;\n        }\n        \n        \n        \/*.tip-container .page-type:hover {*\/\n        \/*    color: #D13B3B !important;*\/\n        \/*}*\/\n        \n        .tip-description h3 {\n            margin: 0;\n            padding: 0;\n            font-family: Sora;\n            font-weight: 600;\n            font-size: 24px;\n            line-height: 135%;\n            transition: color 300ms ease-in-out;\n        }\n        \n        .page-link {\n            font-family: Karla;\n            font-weight: 400;\n            font-size: 18px;\n            line-height: 150%;\n            color: #C63031;\n            display: flex;\n            align-items:center;\n            width: max-content;\n        }\n        \n        .page-link > img {\n            padding-left: 10px;\n        }\n        \n        @media (max-width: 1280px) {\n            .tip-description {\n            padding: 30px 30px 40px 30px;\n            }\n\t\t\t.experts_slider-slider .swiper-pagination{\n\t\t\t\tpadding-top:40px;\n\t\t\t}\n        }\n        \n        @media (max-width: 780px) {\n            .experts_slider-slider .swiper-pagination {\n                padding-top: 60px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .page-type {\n                font-size: 12px;\n                line-height: 150%;\n            }\n\t\t\t.tip-image{\n\t\t\t\tmax-height:218px;\n\t\t\t\theight:218px;\n\t\t\t}\n            .tip-description {\n                padding: 20px 24px 30px;\n                gap: 20px;\n            }\n            .tip-description > div {\n                gap: 20px;\n            }\n            .tip-description h3 {\n                font-size: 18px;\n                line-height: 150%;\n            }\n            .tip-description a {\n                font-size: 14px;\n                line-height: 150%;\n            }\n            .tip-description a > img {\n                height: 16px;\n                padding-left: 8px;\n            }\n\n            .experts_slider-slider .swiper-slide {\n                width: 300px !important;\n            }\n\n            .experts_slider-slider .swiper-pagination {\n                display: none;\n            }\n        }\n    <\/style>\n\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f92b48 allButton elementor-widget-mobile__width-auto elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"3f92b48\" 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><a href=\"\/expert-tips\/\">All expert tips<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-30bb69e e-flex e-con-boxed e-con e-parent\" data-id=\"30bb69e\" data-element_type=\"container\" id=\"test7\" 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-36decf8 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36decf8\" 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\">Support for every technology challenge<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b678f56 e-con-full e-flex e-con e-child\" data-id=\"b678f56\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f0fc41 elementor-widget elementor-widget-html\" data-id=\"8f0fc41\" 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    .services {\r\n        display: grid;\r\n        grid-template-columns: repeat(3, minmax(0, 1fr));\r\n        gap: 80px;\r\n        max-width: 1360px;\r\n    }\r\n\r\n    .services__title {\r\n        font-family: 'Sora', sans-serif;\r\n        font-weight: 600;\r\n        font-size: 24px;\r\n        line-height: 135%;\r\n        margin: 0;\r\n        margin-bottom: 30px;\r\n        display: flex;\r\n        gap: 25px;\r\n        align-items: center;\r\n    }\r\n\r\n    .services__title a {\r\n        color: inherit;\r\n        text-decoration: none;\r\n    }\r\n    \r\n    .services__title a:hover {\r\n        color: #C63031;\r\n    }\r\n\r\n    .services__arrow {\r\n        transition: transform 0.3s ease;\r\n    }\r\n\r\n    .services__desc {\r\n        font-family: 'Karla', sans-serif;\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n        margin: 0;\r\n    }\r\n    \r\n    .services__explore {\r\n        display: none;\r\n    }\r\n\r\n    \/* --- MEDIA QUERIES --- *\/\r\n\r\n    @media (max-width: 1023px) {\r\n        .services {\r\n            gap: 40px;\r\n            grid-template-columns: repeat(2, minmax(0, 1fr));\r\n        }\r\n    }\r\n\r\n    @media (max-width: 767px) {\r\n        .services {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 0;\r\n        }\r\n\r\n        .services__item {\r\n            border-left: 1px solid #C4C4C4;\r\n        }\r\n        \r\n        .services__item.is-open {\r\n            border-color: #C63031;\r\n        }\r\n\r\n        .services__title {\r\n            margin-bottom: 0;\r\n            padding: 16px 20px;\r\n            font-size: 18px;\r\n            line-height: 100%;\r\n            cursor: pointer;\r\n            color: #717171;\r\n            position: relative;\r\n        }\r\n        \r\n        .services__item.is-open .services__title {\r\n            color: #2E2E2E;\r\n        }\r\n\r\n        .services__title a {\r\n            pointer-events: none;\r\n        }\r\n        \r\n        .services__arrow {\r\n            display: none;\r\n        }\r\n\r\n        \/* Accordion transition logic using CSS Grid *\/\r\n        .services__desc-wrapper {\r\n            display: grid;\r\n            grid-template-rows: 0fr;\r\n            transition: grid-template-rows 0.3s ease;\r\n        }\r\n\r\n        \/* Inner container clips both paragraph & explore link *\/\r\n        .services__desc-inner {\r\n            overflow: hidden;\r\n            padding-left: 20px;\r\n        }\r\n\r\n        .services__desc {\r\n            font-size: 14px;\r\n            margin: 0;\r\n        }\r\n\r\n        \/* Open State *\/\r\n        .services__item.is-open .services__desc-wrapper {\r\n            grid-template-rows: 1fr;\r\n        }\r\n\r\n        .services__item.is-open .services__desc-inner {\r\n            padding-top: 12px;\r\n            padding-bottom: 16px;\r\n        }\r\n        \r\n        .services__explore {\r\n            display: inline-block;\r\n            color: #C63031;\r\n            font-family: 'Karla', sans-serif;\r\n            font-size: 14px;\r\n            line-height: 150%;\r\n            margin-top: 16px;\r\n            text-decoration: none;\r\n            position: relative;\r\n        }\r\n        \r\n        .services__explore::after{\r\n            content: '';\r\n            width: 13px;\r\n            height: 12px;\r\n            background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg');\r\n            background-size: cover;\r\n            position: absolute;\r\n            bottom: 5px;\r\n            right: -20px;\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-3249821 roadmap-grid-2 elementor-widget elementor-widget-html\" data-id=\"3249821\" 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=\"services\">\r\n    <!-- 1. Consulting -->\r\n    <div class=\"services__item is-open\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/it-consulting\/\">Consult experts<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"Arrow icon\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We help choose the right stack, platform, architecture, and delivery approach based on your goals, systems, budget, and growth plans.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/it-consulting\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 2. Software development -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/custom-software-development\/\">Build from scratch<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"Arrow icon\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We develop web, mobile, cloud, enterprise, and data-driven software using the stack that fits your goals.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/custom-software-development\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 3. Audit -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/legacy-modernization\/\">Modernize software<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"Arrow icon\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We refactor, migrate, rebuild, or replace outdated systems without disrupting business operations.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/legacy-modernization\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 4. Modernization -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/it-consulting\/\">Audit and optimize<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"Arrow icon\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We review code, architecture, infrastructure, performance, security, and maintainability to find what should be improved.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/it-consulting\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 5. Integration -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/data\/data-integration-consulting\/\">Integrate systems<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"Arrow icon\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We connect legacy software, modern platforms, APIs, databases, third-party tools, and enterprise systems.<\/p>\r\n                <a class=\"services__explore\" href=\"\/data\/data-integration-consulting\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 6. Support & maintenance -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/data\/migration\/\">Migrate and upgrade<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"Arrow icon\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We move software to newer technology versions, cloud environments, platforms, frameworks, and infrastructure with minimal risk.<\/p>\r\n                <a class=\"services__explore\" href=\"\/data\/migration\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- 6. Support & maintenance -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/mainframe-support-and-maintenance\/\">Scale and support<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"Arrow icon\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We improve performance, reliability, monitoring, DevOps, and long-term product stability.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/mainframe-support-and-maintenance\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- 6. Support & maintenance -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/hire-developers\/it-staff-augmentation\/\">Extend your team<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"Arrow icon\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We provide developers, QA engineers, DevOps specialists, architects, designers, and other experts for specific technologies.<\/p>\r\n                <a class=\"services__explore\" href=\"\/hire-developers\/it-staff-augmentation\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        const titles = document.querySelectorAll('.services__title');\r\n        const items = document.querySelectorAll('.services__item');\r\n\r\n        titles.forEach(title => {\r\n            title.addEventListener('click', () => {\r\n                \/\/ Execute only on mobile screen widths (< 768px)\r\n                if (window.innerWidth < 768) {\r\n                    const currentItem = title.closest('.services__item');\r\n                    const isOpen = currentItem.classList.contains('is-open');\r\n\r\n                    \/\/ Close all accordion items\r\n                    items.forEach(item => item.classList.remove('is-open'));\r\n\r\n                    \/\/ If the clicked item was not open, open it\r\n                    if (!isOpen) {\r\n                        currentItem.classList.add('is-open');\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d2b341 e-grid e-con-full e-con e-child\" data-id=\"9d2b341\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2109b43 e-con-full e-flex e-con e-child\" data-id=\"2109b43\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da9606c img900500 img-container-cta elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"da9606c\" 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=\"900\" height=\"500\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1.png\" class=\"attachment-full size-full wp-image-194520\" alt=\"Innowise AI engineers discussing a copilot project\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1.png 900w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1-300x167.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1-768x427.png 768w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1-18x10.png 18w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\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-b2a41a9 e-con-full e-flex e-con e-child\" data-id=\"b2a41a9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-111e3cf e-con-full e-flex e-con e-child\" data-id=\"111e3cf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e6c5f7 elementor-widget__width-initial word-wrap-title elementor-widget elementor-widget-heading\" data-id=\"1e6c5f7\" 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<div class=\"elementor-heading-title elementor-size-default\">Looking for experts in a specific technology?<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25cade5 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial tabletmax510 elementor-widget elementor-widget-text-editor\" data-id=\"25cade5\" 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>We\u2019ll help you find the right people for your project.<\/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-68d5a8a elementor-align-center contact320 elementor-widget elementor-widget-button\" data-id=\"68d5a8a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Build your team<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d93e4d e-flex e-con-boxed e-con e-parent\" data-id=\"2d93e4d\" 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-cfcf459 e-con-full e-flex e-con e-child\" data-id=\"cfcf459\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a23a39 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2a23a39\" 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\">Clients on working with us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f2e1fc2 allButton elementor-widget elementor-widget-text-editor\" data-id=\"f2e1fc2\" 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>\n    <a href=\"\/testimonials\/\" class=\"testimonials-count\">\n        All testimonials <span>(62)<\/span>\n    <\/a>\n    <style>\n        .testimonials-count{\n            font-weight:600;\n            font-family:Sora;\n            font-size:18px;\n            padding-bottom:8px;\n            border-bottom:1px solid #2e2e2e;\n        }\n        .testimonials-count:hover{\n            border-bottom:1px solid #c36;\n        }\n    <\/style>\n\n    <\/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 class=\"elementor-element elementor-element-0cf8afa elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"0cf8afa\" 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<script>\njQuery( document ).ready( function($) {\n    var myAjax = {\n        ajaxurl: '\/wp-admin\/admin-ajax.php',\n        nonce: ''\n    };\n    function decodeHtmlEntities(encodedString) {\n        if (typeof encodedString !== 'string') return encodedString;\n        \n        const textarea = document.createElement('textarea');\n        textarea.innerHTML = encodedString;\n        return textarea.value;\n    }\n    \n    $('.bottomWrapperSay .details').click(function(){\n        var iframe = decodeHtmlEntities($(this).find('.iframe').html());\n        $('.testimolials-popup-pdf-cont .iframe').html(iframe);\n        $('.testimolials-popup-pdf').show();\n    });\n    \n    $('.testimolials-popup-pdf').on('click', function(event) {\n        if (event.target === this) {\n            $('.testimolials-popup-pdf').hide();\n        }\n    });\n    $('.testimolials-popup-pdf-close').on('click', function(event) {\n        $('.testimolials-popup-pdf').hide();\n    });\n    \n    $('.bottomWrapperSay .review').click(function(){\n        var id = $(this).data('postid');\n        \n        $.ajax({\n            url: myAjax.ajaxurl,\n            type: 'POST',\n            data: {\n                action: 'my_testimonials_action',\n                post_id: id,\n            },\n            success: function(response) {\n                 \n                $('.testimonialProjectPopup').html(response);\n                $('.testimolials-popup-desc').show();\n            },\n            error: function(xhr, status, error) {\n                console.log(error);\n            }\n        });\n        \n        $(document).on('click', '.testimolials-popup-desc-close', function(){\n        $('.testimolials-popup-desc').hide();\n        });\n        \n        $('.testimolials-popup-desc').on('click', function(event) {\n            if (event.target === this) {\n                $('.testimolials-popup-desc').hide();\n            }\n        });\n        \n    });\n     \n});\n<\/script>\n\n<div class=\"testimolials-popup-pdf\" style=\"display:none\">\n            <div class=\"testimolials-popup-pdf-cont\">\n                <img decoding=\"async\" src=\"\/wp-content\/themes\/hello-elementor\/assets\/images\/close_popup.svg\" alt=\"Close popup icon\" class=\"testimolials-popup-pdf-close\">\n                <div class=\"iframe\">\n\n                <\/div>\n            <\/div>\n<\/div>\n\n<div class=\"testimolials-popup-desc\" style=\"display:none\">\n            <div class=\"testimonialProjectPopup\">\n                \n            <\/div>\n        <\/div>\n\n<style>\n    .testimolials-popup-pdf{\n    \twidth:100vw;\n    \theight:100vh;\n    \tdisplay: flex;\n    \tjustify-content: center;\n    \tpadding-top:150px;\n    \tposition: fixed;\n    \ttop:0;\n    \tleft:0;\n    \tbackground:#0000009c;\n    \tz-index: 10;\n    }\n    .testimolials-popup-pdf-cont{\n    \tmax-width:680px;\n    \twidth: 95%;\n    \tbackground: white;\n    \tpadding:40px;\n    \theight: calc( 100vh - 200px);\n    \tposition: relative;\n    \tz-index: 10;\n    }\n    .testimolials-popup-pdf-cont .iframe{\n    \theight:100%;\n    }\n    .testimolials-popup-pdf-cont iframe{\n    \theight:100%;\n    }\n    .testimolials-popup-pdf-close{\n    \tposition: absolute;\n    \ttop:14px;\n    \tright:14px;\n    \tcursor: pointer;\n    }\n    \n    .testimolials-popup-desc-close{\n    \tposition: absolute;\n    \ttop:14px;\n    \tright:14px;\n    \tcursor: pointer;\n    }\n    \n    .testimolials-popup-desc{\n    \twidth:100vw;\n    \theight:100vh;\n    \tdisplay: flex;\n    \tjustify-content: center;\n    \talign-items: center;\n    \tposition: fixed;\n    \ttop:0;\n    \tleft:0;\n    \tbackground:#0000009c;\n    \tz-index: 10;\n    }\n    \n    .testimonialProjectPopup {\n    \tdisplay: flex;\n    \tflex-direction: column;\n    \tgap: 40px;\n    \twidth: 95%;\n    \tpadding: 50px 40px;\n    \tbackground-color: #FFFFFF;\n    \tmax-width:680px;\n    \tposition: relative;\n    }\n    \n    .testimonialProjectPopup .topPart {\n    \tdisplay: flex;\n    \tflex-direction: column;\n    \tgap: 30px;\n    }\n    \n    .testimonialProjectPopup .topPart img {\n    \theight: 39px;\n    }\n    \n    .testimonialProjectPopup .topPart .title {\n    \tfont-family: Sora;\n    \tfont-weight: 600;\n    \tfont-size: 24px;\n    \tline-height: 135%;\n    \tcolor: #2E2E2E;\n    }\n    \n    .testimonialProjectPopup .bottomPart {\n    \tdisplay: grid;\n    \tgap: 20px;\n    }\n    \n    \n    .testimonialProjectPopup .bottomPart {\n    \tgrid-template-columns: repeat(3, 1fr);\n    }\n    \n    .testimonialProjectPopup .bottomPart.all {\n    \tgrid-template-columns: repeat(4, 1fr);\n    }\n    \n    .testimonialProjectPopup .bottomPart .technologies {\n    \tgrid-column: span 2;\n    }\n    \n    .testimonialProjectPopup .bottomPart.all .services {\n    \tgrid-column: span 2;\n    }\n    \n    .testimonialProjectPopup .bottomPart .block {\n    \tdisplay: flex;\n    \tflex-direction: column;\n    \tgap: 8px;\n    }\n    \n    .testimonialProjectPopup .bottomPart .block .title {\n    \tfont-family: Karla;\n    \tfont-weight: 700;\n    \tfont-style: Bold;\n    \tfont-size: 16px;\n    \tline-height: 150%;\n    \tcolor: #2E2E2E;\n    }\n    \n    .testimonialProjectPopup .bottomPart .block .text {\n    \tfont-family: Karla;\n    \tfont-weight: 400;\n    \tfont-size: 16px;\n    \tline-height: 24px;\n    \tcolor: #2E2E2E;\n    }\n    \n    \n    @media (max-width:1279px) {\n        .testimonials-shortcode-swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {\n            padding-top: 60px !important;\n        }\n    }\n    \n    @media (max-width:767px) {\n    \n    \t.testimonialProjectPopup {\n    \t\tgap: 30px;\n    \t\tpadding: 40px 24px;\n    \t}\n    \n    \t.testimonialProjectPopup .topPart {\n    \t\tgap: 20px;\n    \t}\n    \n    \t.testimonialProjectPopup .topPart img {\n    \t\theight: 24px;\n    \t}\n    \n    \t.testimonialProjectPopup .topPart .title {\n    \t\tfont-size: 18px;\n    \t\tline-height: 130%;\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart {\n    \t\tgrid-template-columns: repeat(2, 1fr);\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart.all {\n    \t\tgrid-template-columns: repeat(2, 1fr);\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart .block {\n    \t\tgap: 4px;\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart .block .title {\n    \t\tfont-size: 12px;\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart .block .text {\n    \t\tfont-size: 12px;\n    \t\tline-height: 150%;\n    \t}\n    }\n    .swiper-free-mode>.swiper-wrapper {\n        margin-left: 0 !important;\n    }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3373af9 elementor-widget elementor-widget-shortcode\" data-id=\"3373af9\" 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\">[testimonials_slider color=\"#C63031\" post_in=\"199942,195565,198100,195675,195671\" view_all=\"true\"]<\/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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d6cff6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d6cff6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7ac1e5f\" data-id=\"7ac1e5f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a6b1e7 elementor-widget elementor-widget-shortcode\" data-id=\"2a6b1e7\" 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=\"\/pl\/wp-json\/wp\/v2\/pages\/26208#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.6\" \/><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.mailToContact br:nth-child(2){\ndisplay:none;\n}\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-templates .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-templates .form-template p{\n       \n    font-size: 16px;\n    line-height: 20px;  \n    margin-bottom: 30px !important;\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\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    .contact-us__wrapper .pp {\nfont-size: 12px !important;\nline-height: 140%;\nmargin-bottom: 0 !important;\n\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>\n\n<script>\njQuery(document).ready(function($) {\n    $('#form-field-budget_js').attr('aria-label', 'Project budget');\n});\n<\/script><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<div class=\"other_services_container\">[need_other_services_v2]<\/div><script>\n            jQuery( document ).ready(function($) {\n                $('[data-elementor-type=\"wp-page\"]').children().last().before($('.other_services_container'));\n                var sections = $('[data-elementor-type=\"wp-page\"]').find('.net-15.dt-16');\n                $($('#form-templates').parents('.elementor-section')).before($('.other_services_container'));\n                for(var i = 0; i<sections.length; i++){\n                    if($(sections[i]).hasClass( 'net-15' ) && $(sections[i]).hasClass( 'dt-16' ) && $(sections[i]).hasClass( 'elementor-hidden-desktop' )==false){\n                        $(sections[i]).before($('.other_services_container'));\n                        if($(sections[i]).css('background-color')=='rgb(255, 255, 255)' || $(sections[i]).css('background-color')=='rgba(0, 0, 0, 0)'){\n                            $('.other_services_container').find('.elementor-section').css('background-color','#FBFBFD');\n                        }      \n                    }\n                }\n                \n            });\n        <\/script>","protected":false},"excerpt":{"rendered":"<p>Technologies we work with We work with technology in all its forms: new, mature, popular, rare, and everything in between. Get in touch Tech stack Platforms Advanced tech Case studies Credentials Experts Tech services App development Backend Languages Java .NET Python PHP Node.js COBOL Bun Go Rust C\/C++ Scala +2 more +2 more Java frameworks [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":189947,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-26208","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/innowise.com\/pl\/wp-json\/wp\/v2\/pages\/26208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innowise.com\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/innowise.com\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/innowise.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/innowise.com\/pl\/wp-json\/wp\/v2\/comments?post=26208"}],"version-history":[{"count":0,"href":"https:\/\/innowise.com\/pl\/wp-json\/wp\/v2\/pages\/26208\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innowise.com\/pl\/wp-json\/wp\/v2\/media\/189947"}],"wp:attachment":[{"href":"https:\/\/innowise.com\/pl\/wp-json\/wp\/v2\/media?parent=26208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}