{"id":42243,"date":"2025-08-08T04:22:30","date_gmt":"2025-08-08T08:22:30","guid":{"rendered":"https:\/\/pathlock.com\/products\/role-management\/"},"modified":"2025-12-01T05:33:10","modified_gmt":"2025-12-01T10:33:10","slug":"role-management","status":"publish","type":"products","link":"https:\/\/pathlock.com\/pt\/products\/role-management\/","title":{"rendered":"Role Management"},"content":{"rendered":"<style>\n    \/* Style for when body has overflow hidden *\/\n    body.modal-open {\n        overflow: hidden;\n    }\n<\/style>\n<style>\n    .header-form-container {\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        padding: 40px;\n        max-width: 430px;\n        width: 100%;\n        margin: 0 auto;\n        box-sizing: border-box;\n        background-color: #ffffff;\n        border-radius: 8px;\n        border: 1px solid #D6D8E4;\n        box-shadow: 0px 30px 48px rgba(16, 24, 89, 0.1);\n    }\n\n\n    #hsForm_ {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        width: 100%;\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Inter', sans-serif;\n        background: none;\n        box-shadow: none;\n        border: none;\n        font-size: 14px;\n    }\n\n\n    #hsForm_ .hs-firstname, #hsForm_ .hs-jobtitle {\n        flex: 0 0 100%;\n        min-width: 0;\n        box-sizing: border-box;\n        font-size: 14px\n    }\n\n    #hsForm_ .hs-lastname, #hsForm_ .hs-phone {\n        flex: 0 0 100%;\n        min-width: 0;\n        box-sizing: border-box;\n        font-size: 14px\n    }\n\n\n    @media screen and (min-width: 1280px) {\n        #hsForm_ .hs-firstname, #hsForm_ .hs-jobtitle {\n            flex: 0 0 calc(45% - 7.5px);\n            min-width: 0;\n            box-sizing: border-box;\n        }\n\n        #hsForm_ .hs-lastname, #hsForm_ .hs-phone {\n            flex: 0 0 calc(55% - 7.5px);\n            min-width: 0;\n            box-sizing: border-box;\n        }\n    }\n\n    #hsForm_ .hs-email, #hsForm_ .hs-company, #hsForm_ .hs_numemployees, #hsForm_ .hs_comments__c {\n        flex: 0 0 100%;\n        min-width: 0;\n        box-sizing: border-box;\n        font-size: 14px\n    }\n\n    \/* Input fields *\/\n\n    .hs-input {\n        width: 100%;\n        padding: 10px 14px;\n        border: 1px solid #ccc;\n        border-radius: 5px;\n        font-size: 14px\n    }\n\n    \/* Select dropdown *\/\n\n    select.hs-input {\n        appearance: none;\n        background: white;\n        cursor: pointer;\n        color: #667085;\n    }\n\n    \/* Textarea *\/\n\n    textarea.hs-input {\n        resize: none !important;\n        height: 5em !important;\n    }\n\n    \/* Submit Button *\/\n    .hs_submit {\n        display: inline-flex;\n        width: 100%;\n\n        .actions {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            width: 100%;\n        }\n    }\n\n    .hs-button {\n        width: 100%;\n        \/* display: flex; *\/\n        background: #24b770;\n        color: white;\n        padding: 12px;\n        border: none;\n        border-radius: 5px;\n        font-size: 16px;\n        font-weight: 600;\n        cursor: pointer;\n        transition: background 0.3s ease;\n    }\n\n    .hs-button:hover {\n        background: #148752;\n    }\n\n    .co-error-msg > span {\n        color: red !important;\n    }\n\n    .hs-error-msgs, .co-feedback-container {\n        color: red;\n        font-size: 12px;\n        margin-top: 8px;\n        padding: 0;\n        margin-bottom: -8px;\n    }\n    .hs_email  .inputs-list{display:none}\n\n    .legal-consent-container {\n        order: 999;\n        color: #96a1c8;\n        font-size: 12px;\n        text-align: center;\n        width: 100%;\n        margin-top: -8px;\n    }\n\n    .legal-consent-container a {\n        text-decoration: underline;\n    }\n<\/style>\n<script type=\"module\" src=\"https:\/\/fast.wistia.com\/embed\/api.js\" async><\/script>\n<script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script>\n<script>\n    function modalFormHero() { \/\/ This is for Section 1\n\n        var cid = (window.leadData && window.leadData.cid) ? window.leadData.cid : \"701PZ00000IlEYNYA3\";\n        var sid = (window.leadData && window.leadData.sid) ? window.leadData.sid : \"\";\n        return {\n            activeModal: null,\n            isFormInitialized: false, \/\/ New flag for Section 1's form\n            formTargetId: 'hero-header-form-container', \/\/ The ID of the div where S1 form renders\n\n            openModal(modalId) {\n                this.activeModal = modalId;\n                \/\/ Only initialize the form if it's this modal's ID AND it hasn't been initialized yet for this instance\n                if (modalId === '' && !this.isFormInitialized) {\n                    this.initializeHubspotForm();\n                }\n            },\n            closeModal() {\n                this.activeModal = null;\n\n            },\n            initializeHubspotForm() {\n                if (this.isFormInitialized) return; \/\/ Already done for this S1 modal instance\n\n                const targetEl = document.getElementById(this.formTargetId);\n                if (!targetEl) {\n                    console.error(`Section 1: Target container #${this.formTargetId} not found.`);\n                    return;\n                }\n\n                hbspt.forms.create({\n                    region: \"na1\",\n                    portalId: \"20500227\",\n                    formId: \"\", \/\/ The form_id for Section 1\n                    target: `#${this.formTargetId}`,      \/\/ Target S1's specific div\n                    css: \"\",\n                    \/\/ ... (rest of your S1 form config: customizations, sfdcCampaignId, onFormReady, onFormSubmitted)\n                    onFormReady: ($form) => {\n                        this.isFormInitialized = true; \/\/ Mark as initialized for S1\n\n                        if (typeof cid !== 'undefined' && cid) {\n                            $form.find('input[name=\"cid\"]').val(cid);\n                        }\n                        if (typeof sid !== 'undefined' && sid) {\n                            $form.find('input[name=\"sid\"]').val(sid);\n                        }\n                    },\n                    onFormSubmitted: (jqueryFormObject, data) => {\n                    }\n                });\n            }\n        }\n    }\n<\/script>\n<!-- Hero -->\n<section class=\"cac-hero w-full pt-12 mb-12 lg:pt-[80px] z-50 bg-[#0F1556]\" x-data=\"modalFormHero()\"\n    >\n    <div class=\"flex flex-col lg:flex-row mx-auto gap-16 px-4 lg:px-8 pt-16 lg:pt-24 container items-center justify-between\">\n        <div class=\"flex flex-col w-full xl:min-w-[651px]\">\n            <div class=\" gap-4 lg:gap-5\">  \n                <div class=\"flex flex-col gap-8 lg:gap-12\">   \n                    <div class=\"flex flex-col gap-4 lg:gap-5\">\n                        <div class=\"flex lg:mx-0 mx-auto flex-col text-center lg:rtl:text-right lg:text-left gap-2 lg:gap-4 max-w-[720px]\">\n                            <div class=\"hidden lg:flex flex-row\">\n                                 <div class=\"justify-center items-center flex\"><a href=\"\/pt\/\" class=\"text-[#ced5ee] hover:text-[#24B770] text-xs font-normal  leading-[18px]\">P\u00e1gina Inicial<\/a><\/div><div class=\"relative\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M6 12L10 8L6 4\" stroke=\"#96A1C8\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"justify-center items-center flex gap-1\"><a href=\"\/pt\/pathlock-cloud\/\" class=\"text-[#ced5ee] hover:text-[#24B770] text-xs font-normal  leading-[18px]\">Produtos<\/a><\/div><div class=\"relative\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M6 12L10 8L6 4\" stroke=\"#96A1C8\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"justify-center items-center flex gap-1\"><div class=\"text-[#24B770] text-xs font-semibold  leading-[18px]\">Role Management<\/div><\/div>                            <\/div>\n                            <h1 class=\"text-white font-semibold text-[28px] lg:text-6xl leading-[30px] lg:leading-[72px] lg:tracking-[-1.2px] \">\n                                Simplifique o Gerenciamento de Fun\u00e7\u00f5es Orientado para Riscos                            <\/h1>\n                            <p class=\"text-sm lg:text-lg text-[#f2f9ff] leading-[20px] lg:leading-[28px] font-normal max-w-[596px]\">\n                                Automatize o gerenciamento de fun\u00e7\u00f5es no SAP e em outras aplica\u00e7\u00f5es corporativas para reduzir riscos, melhorar a conformidade e acelerar o provisionamento.                            <\/p>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"lg:w-full lg:w-[220px] lg:mx-0 mx-auto flex gap-3 flex-col lg:flex-row justify-start\">\n                        <a class=\"h-12 px-[18px] py-3 bg-[#24b770] hover:bg-[#148752] rounded-lg shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05)] justify-center items-center gap-1.5 inline-flex overflow-hidden\" href=\"https:\/\/pathlock.com\/pt\/contact\/\">\n                                <div class=\"px-0.5 justify-center items-center flex\">\n                                    <div class=\"text-white text-base font-semibold leading-normal\">Agendar Demo Individual<\/div>\n                                <\/div>\n                            <\/a>                                        <\/div>                            \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"w-full max-w-[513px] lg:max-w-[350px] xl:max-w-[513px] flex-end\" x-data=\"{ showModal: false }\">\n            <div class=\"\">         \n                <div class=\"relative cursor-pointer hover:cursor-pointer shadow-lg rounded-xl\" @click=\"showModal = true; pauseLoopedVideo(); document.body.classList.add('modal-open');\">\n                    <div class=\"overlay max-h-[516px] bg-black\/15 absolute h-full w-full left-0 top-0 right-0 bottom-0 z-[1] rounded-xl flex justify-center items-center\">\n                        <div class=\"group w-28 h-28\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"131\" height=\"131\" viewBox=\"0 0 131 131\" fill=\"none\">\n                                <!-- SVG content unchanged -->\n                                <g filter=\"url(#filter0_b_797_1676)\">\n                                    <circle cx=\"65.5\" cy=\"65.5\" r=\"59.5\" fill=\"white\" fill-opacity=\"0.2\"\/>\n                                    <circle cx=\"65.5\" cy=\"65.5\" r=\"59\" stroke=\"white\" stroke-opacity=\"0.5\"\/>\n                                <\/g>\n                                <g class=\"transition-transform duration-300 ease-in-out group-hover:scale-125\" style=\"transform-origin: center;\">\n                                    <g filter=\"\">\n                                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M65.2653 107.516C88.6078 107.516 107.531 88.5961 107.531 65.2578C107.531 41.9194 88.6078 23 65.2653 23C41.9228 23 23 41.9194 23 65.2578C23 88.5961 41.9228 107.516 65.2653 107.516ZM82.4356 67.4711C84.1966 66.487 84.1966 64.0266 82.4356 63.0425L58.6613 49.7565C56.9003 48.7724 54.699 50.0026 54.699 51.9709L54.699 78.5428C54.699 80.5111 56.9003 81.7412 58.6613 80.7571L82.4356 67.4711Z\" fill=\"white\"><\/path>\n                                    <\/g>\n                                <\/g>\n                                <defs>\n                                    <filter id=\"filter0_b_797_1676\" x=\"4\" y=\"4\" width=\"123\" height=\"123\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n                                        <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n                                        <feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"1\"\/>\n                                        <feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_797_1676\"\/>\n                                        <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_797_1676\" result=\"shape\"\/>\n                                    <\/filter>\n                                    <filter id=\"filter1_d_797_1676\" x=\"0.299999\" y=\"0.299999\" width=\"129.931\" height=\"129.916\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n                                        <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n                                        <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\/>\n                                        <feOffset\/>\n                                        <feGaussianBlur stdDeviation=\"11.35\"\/>\n                                        <feComposite in2=\"hardAlpha\" operator=\"out\"\/>\n                                        <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0588235 0 0 0 0 0.0823529 0 0 0 0 0.337255 0 0 0 0.18 0\"\/>\n                                        <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_797_1676\"\/>\n                                        <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_797_1676\" result=\"shape\"\/>\n                                    <\/filter>\n                                <\/defs>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n            \n                    <!-- Add ID for direct iframe access as fallback -->\n                    <div id=\"looped-video-container\" class=\"max-w-[513px] h-full\">\n                        <div class=\"relative rounded-xl overflow-hidden w-full h-full shadow-lg\">\n                            <div class=\"wistia_embed wistia_async_wp8gb155bb videoFoam=true autoPlay=true loop=true muted=true playerColor=ffffff\"\n                                style=\"width: 100%; height: 100%; max-width: 513px; position: relative;\">\n                                <div class=\"wistia_swatch\"\n                                    style=\"height: 100%; left: 0; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: opacity 200ms; width: 100%;\">\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n\n                <div x-show=\"showModal === true\"  x-cloak class=\"fixed inset-0\" style=\"z-index: 99;\">\n                    <!-- Modal Backdrop -->\n                    <div\n                        class=\"fixed inset-0 bg-[#0f1556] bg-opacity-60\"\n                        x-transition:enter=\"transition ease-out duration-300\"\n                        x-transition:enter-start=\"opacity-0\"\n                        x-transition:enter-end=\"opacity-100\"\n                        x-transition:leave=\"transition ease-in duration-300\"\n                        x-transition:leave-start=\"opacity-100\"\n                        x-transition:leave-end=\"opacity-0\"\n                    ><\/div>\n\n                    <!-- Modal Content -->\n                    <div class=\"fixed inset-0 flex items-center justify-center p-4\">\n                        <div\n                        @click.stop\n                        x-transition:enter=\"transition ease-out duration-300\"\n                        x-transition:enter-start=\"opacity-0 transform scale-90\"\n                        x-transition:enter-end=\"opacity-100 transform scale-100\"\n                        x-transition:leave=\"transition ease-in duration-300\"\n                        x-transition:leave-start=\"opacity-100 transform scale-100\"\n                        x-transition:leave-end=\"opacity-0 transform scale-90\"\n                        class=\"rounded-lg max-w-5xl overflow-hidden w-full mx-4 relative\"\n                        >\n                        <div class=\"flex justify-end items-center p-4 absolute z-10 right-4\">\n                            <button\n                            @click=\"showModal = false; resumeLoopedVideo(); document.body.classList.remove('modal-open');\"\n                            class=\"bg-white hover:bg-gray-100 text-gray-800 p-2 rounded-full focus:outline-none\"\n                            >\n                            <svg\n                                class=\"h-6 w-6\"\n                                fill=\"none\"\n                                stroke=\"currentColor\"\n                                viewBox=\"0 0 24 24\"\n                                xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                            >\n                                <path\n                                stroke-linecap=\"round\"\n                                stroke-linejoin=\"round\"\n                                stroke-width=\"2\"\n                                d=\"M6 18L18 6M6 6l12 12\"\n                                ><\/path>\n                            <\/svg>\n                            <\/button>\n                        <\/div>\n\n                        <div class=\"p-4 pt-0\">\n                        <script src=\"https:\/\/fast.wistia.com\/player.js\" async><\/script>\n                            <script src=\"https:\/\/fast.wistia.com\/embed\/hc55n80is3\" async type=\"module\"><\/script>\n                            <wistia-player media-id=\"hc55n80is3\" aspect=\"1.7777777777777777\" loading=\"lazy\"><\/wistia-player>\n                        <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>    \n    <\/div>\n            <div class=\"mt-16 pb-24 container mx-auto px-4 lg:px-8\">\n            <div class=\"relative flex flex-wrap gap-4 mx-auto lg:items-strech justify-center md:justify-between\">\n                                                                <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/ms-1-3.svg\" alt=\"ms-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/university-of-cal-1-3.svg\" alt=\"university-of-cal-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/siemens-1-3.svg\" alt=\"siemens-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/Chevron-1-3.svg\" alt=\"Chevron-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/live-nation-1-3.svg\" alt=\"live-nation-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/sonoco-1-3.svg\" alt=\"sonoco-1\" \/>\n                                                <\/div>\n        <\/div>\n    \n<div x-show=\"activeModal !== null\" x-cloak class=\"fixed inset-0 z-50\"\n     x-effect=\"document.body.style.overflow = activeModal ? 'hidden' : ''\">\n    <!-- Modal Backdrop -->\n    <div\n            class=\"fixed inset-0 bg-[#0f1556] bg-opacity-60\"\n            x-transition:enter=\"transition ease-out duration-300\"\n            x-transition:enter-start=\"opacity-0\"\n            x-transition:enter-end=\"opacity-100\"\n            x-transition:leave=\"transition ease-in duration-300\"\n            x-transition:leave-start=\"opacity-100\"\n            x-transition:leave-end=\"opacity-0\"\n    ><\/div>\n\n    <!-- Modal Wrapper for Centering -->\n    <div class=\"fixed inset-0 flex items-center justify-center z-50 p-4\">\n        <div class=\"relative bg-white max-w-md w-full rounded-lg shadow-lg\"\n             @click.away=\"closeModal('')\">\n            <!-- Close Button -->\n            <div class=\"flex justify-end p-2\">\n                <button\n                        @click=\"closeModal('')\"\n                        class=\"text-gray-800 hover:bg-gray-100 p-2 rounded-full focus:outline-none\"\n                >\n                    <svg\n                            class=\"h-6 w-6\"\n                            fill=\"none\"\n                            stroke=\"currentColor\"\n                            viewBox=\"0 0 24 24\"\n                            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                    >\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n                              d=\"M6 18L18 6M6 6l12 12\"\/>\n                    <\/svg>\n                <\/button>\n            <\/div>\n\n            <!-- Modal Content -->\n            <div class=\"p-8 pt-0 lg:px-10 lg:pb-12 bg-white rounded-lg\">\n                <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n                <div id=\"form-copy\" class=\"form-container\">\n                    <div class=\"flex-col justify-start items-start gap-3 mb-5 inline-flex text-center w-full\">\n                        <div id=\"form-title\"\n                             class=\"self-stretch text-center text-[#0f1556] text-xl lg:text-2xl font-bold leading-[30px]\"><\/div>\n                        <div id=\"form-subtitle\"\n                             class=\"text-center text-[#667084] text-xs lg:text-sm font-normal leading-normal w-full\"><\/div>\n                    <\/div>\n                    <div id=\"hero-header-form-container\" ><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<\/section>\n\n\n\n\n\n\n<section class=\"bg-white py-8 lg:py-12\" x-data>\n  <div class=\"container mx-auto  px-4 lg:px-8\">\n    <div class=\"relative\">\n      <div class=\"text-center flex flex-col justify-center items-center\">\n        <span class=\"text-[#148752] text-sm font-bold uppercase leading-[30px] tracking-wider mb-3\">A DIFEREN\u00c7A DA PATHLOCK<\/span>\n        \n                <h2 class=\"tracking-tight text-3xl leading-[38px] lg:text-5xl font-semibold mb-4 lg:mb-5 max-w-[720px] lg:!leading-[60px]\">Reduza os Riscos e a Complexidade do Gerenciamento de Fun\u00e7\u00f5es<\/h2>\n        \n                <div class=\"text-lg lg:text-xl font-normal text-[#2A3274] max-w-[720px]\">\n            A cria\u00e7\u00e3o e a manuten\u00e7\u00e3o manuais de fun\u00e7\u00f5es em aplica\u00e7\u00f5es estrat\u00e9gicas s\u00e3o lentos e propensos a erros, gerando expans\u00e3o excessiva de acessos e lacunas de conformidade. Aqui est\u00e3o cinco maneiras pelas quais a Pathlock <b>transforma o gerenciamento de fun\u00e7\u00f5es com automa\u00e7\u00e3o e insights detalhados sobre riscos<\/b> desde o primeiro dia.        <\/div>\n                 \n \n                  <div class=\"flex flex-row flex-wrap gap-x-8 gap-y-[88px] mt-16 lg:mt-[88px] items-stretch justify-center\">\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Leve em Conta <br>os Riscos<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Exponha conflitos de SoD e riscos de acesso sens\u00edvel.<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#sod-detalhada-e-insights-de-acesso-sensivel\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Obtenha Visibilidade Hol\u00edstica<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Gerencie fun\u00e7\u00f5es em todas as aplica\u00e7\u00f5es de neg\u00f3cios.<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#role-management-centralizado-para-todas-as-aplicacoes\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Minimize <br>Interrup\u00e7\u00f5es<\/h3>\n                <p class=\"max-w-[270px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Receba recomenda\u00e7\u00f5es baseadas em IA para ajustes de fun\u00e7\u00f5es.<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#correcao-mais-rapida-com-insights-baseados-em-ia\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Simplifique a Cria\u00e7\u00e3o de Fun\u00e7\u00f5es<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">D\u00ea suporte as partes interessadas atrav\u00e9s de IU intuitiva.<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#interface-visual-intuitiva-para-role-management\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Automatize a Prepara\u00e7\u00e3o para Auditorias<\/h3>\n                <p class=\"max-w-[250px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Documente as atividades de gerenciamento de fun\u00e7\u00f5es em um \u00fanico local centralizado.<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#relatorios-e-paineis-prontos-para-auditoria\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                      <\/div>\n            <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<style>\n    \/* Style for when body has overflow hidden *\/\n    body.modal-open {\n        overflow: hidden;\n    }\n<\/style>\n\n<script>\nfunction modalVideoPlayer(){\n  return {\n    activeModal: null,\n    scriptLoaded: false,\n    async toggleModal(modalId) {\n      if (this.activeModal === modalId) {\n        this.closeModal();\n      } else {\n        this.activeModal = modalId;\n        document.body.classList.add('modal-open');\n        await this.loadWistiaScripts();\n        this.playVideo();\n      }\n    },\n    closeModal() {\n      const player = document.querySelector('wistia-player[media-id=\"ga4d2r4irt\"]');\n      if (player) {\n        player.pause();\n      }\n      this.activeModal = null;\n      document.body.classList.remove('modal-open');\n    },\n    loadWistiaScripts() {\n      return new Promise((resolve) => {\n        if (!this.scriptLoaded) {\n          const playerScript = document.createElement('script');\n          playerScript.src = \"https:\/\/fast.wistia.com\/player.js\";\n          playerScript.async = true;\n          document.body.appendChild(playerScript);\n\n          const embedScript = document.createElement('script');\n          embedScript.src = \"https:\/\/fast.wistia.com\/embed\/ga4d2r4irt.js\";\n          embedScript.async = true;\n          embedScript.type = \"module\";\n          document.body.appendChild(embedScript);\n\n          let scriptsLoaded = 0;\n          const checkScriptsLoaded = () => {\n            scriptsLoaded++;\n            if (scriptsLoaded === 2) {\n              this.scriptLoaded = true;\n              resolve();\n            }\n          };\n\n          playerScript.onload = checkScriptsLoaded;\n          embedScript.onload = checkScriptsLoaded;\n        } else {\n          resolve();\n        }\n      });\n    },\n    playVideo() {\n      const player = document.querySelector('wistia-player[media-id=\"ga4d2r4irt\"]');\n      if (player) {\n        player.play();\n      }\n    }\n  }\n}\n<\/script>\n\n<section id=\"confiado-por-mais-de-1-300-clientes\" class=\"bg-[#f5f6fc] pt-[40px] lg:pt-24 mt-8 lg:mt-12 mb-8 lg:mb-12 w-full scroll-mt-28 \" x-data=\"modalVideoPlayer()\" id=\"confiado-por-mais-de-1-300-clientes\">\n  <div class=\"container mx-auto px-4 lg:px-8\">\n    <div class=\"relative container text-center flex justify-center align-center\">\n      <div class=\"text-center  text-[#0F1556] px-4 flex flex-col justify-center items-center\">\n                <span class=\"text-[#148752] text-sm lg:text-base font-bold uppercase leading-[30px] tracking-wider mb-3\">Confiado por mais de 1.300 clientes<\/span>\n                        <h2 class=\"text-3xl lg:text-5xl leading-[38px] lg:leading-[60px] max-w-[920px] font-semibold mb-4 lg:mb-5\">N\u00e3o Acredite Apenas em Nossa Palavra<\/h2>\n        \n                <div class=\"text-lg max-w-[720px] lg:text-xl leading-[30px] font-normal\">\n            Descubra como organiza\u00e7\u00f5es de todo o mundo utilizam a Pathlock para automatizar o gerenciamento de fun\u00e7\u00f5es, manter a conformidade regulat\u00f3ria e alcan\u00e7ar resultados superiores.        <\/div>\n        \n        \n      <\/div>\n    <\/div>\n\n    <div id=\"split\" class=\"w-screen relative left-1\/2 rtl:right-1\/2 rtl:-mr-[50vw] -ml-[50vw] pb-8 lg:pb-12 bg-[linear-gradient(to_bottom,#f5f6fc_50%,white_50%)]\">\n      <div class=\"container mx-auto px-4 lg:px-8\">\n        <div class=\"relative overflow-hidden rounded-lg bg-blue-950 mx-auto inset-0 flex flex-col lg:flex-row items-center justify-center container mt-10 lg:mt-16 text-white bg-gradient-to-b from-[#0e1b7a] to-[#0f1556]\">\n          <div class=\"absolute top-0 right-0 w-full h-full z-0\">\n            <img decoding=\"async\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/bg-svg-1.svg\" alt=\"bg-svg\" class=\"no-override w-full h-full object-cover\" style=\"object-position: center center;\">\n          <\/div>\n              <div class=\"relative z-10 w-full lg:w-[47%] flex h-full min-h-[210px] sm:min-h-[350px] lg:min-h-[491px] bg-no-repeat bg-cover rounded-t-lg lg:rounded-t-none lg:rounded-l-lg\" style=\"background-image: url('https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/ergon-video-preview-frame.webp'); background-position: top center;\">\n                              <video\n                autoplay\n                loop\n                muted\n                playsinline\n                class=\"absolute inset-0 w-full h-full object-cover\"\n                preload=\"none\"\n                >\n                  <source src=\"\/wp-content\/uploads\/2025\/08\/ergon_video_preview.webm\" type=\"video\/webm\">\n                  Your browser does not support the video tag.\n                <\/video>\n                          \n                <div class=\"absolute w-full h-full bottom-0 left-0\">\n                  <button \n                          @click=\"toggleModal('ga4d2r4irt')\" \n                          class=\"flex absolute  lg:bottom-[24px] bottom-[14px] lg:left-[24px] left-[17px] rounded-lg\"\n                      >\n                        <div class=\"group w-16 h-16 lg:w-24 lg:h-24\">\n                            <svg \n                              class=\"max-w-16 max-h-16 lg:max-w-24 lg:max-h-24\"\n                              xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"131\" height=\"131\" viewBox=\"0 0 131 131\" fill=\"none\">\n                                <g filter=\"url(#filter0_b_797_1676)\">\n                                    <circle cx=\"65.5\" cy=\"65.5\" r=\"59.5\" fill=\"white\" fill-opacity=\"0.2\"><\/circle>\n                                    <circle cx=\"65.5\" cy=\"65.5\" r=\"59\" stroke=\"white\" stroke-opacity=\"0.5\"><\/circle>\n                                <\/g>\n                                <g class=\"transition-transform duration-300 ease-in-out group-hover:scale-125\" style=\"transform-origin: center;\">\n                                    <g filter=\"url(#filter1_d_797_1676)\">\n                                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M65.2653 107.516C88.6078 107.516 107.531 88.5961 107.531 65.2578C107.531 41.9194 88.6078 23 65.2653 23C41.9228 23 23 41.9194 23 65.2578C23 88.5961 41.9228 107.516 65.2653 107.516ZM82.4356 67.4711C84.1966 66.487 84.1966 64.0266 82.4356 63.0425L58.6613 49.7565C56.9003 48.7724 54.699 50.0026 54.699 51.9709L54.699 78.5428C54.699 80.5111 56.9003 81.7412 58.6613 80.7571L82.4356 67.4711Z\" fill=\"white\"><\/path>\n                                    <\/g>\n                                <\/g>\n                                <defs>\n                                    <filter id=\"filter0_b_797_1676\" x=\"4\" y=\"4\" width=\"123\" height=\"123\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n                                        <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"><\/feFlood>\n                                        <feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"1\"><\/feGaussianBlur>\n                                        <feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_797_1676\"><\/feComposite>\n                                        <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_797_1676\" result=\"shape\"><\/feBlend>\n                                    <\/filter>\n                                    <filter id=\"filter1_d_797_1676\" x=\"0.299999\" y=\"0.299999\" width=\"129.931\" height=\"129.916\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n                                        <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"><\/feFlood>\n                                        <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"><\/feColorMatrix>\n                                        <feOffset><\/feOffset>\n                                        <feGaussianBlur stdDeviation=\"11.35\"><\/feGaussianBlur>\n                                        <feComposite in2=\"hardAlpha\" operator=\"out\"><\/feComposite>\n                                        <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0588235 0 0 0 0 0.0823529 0 0 0 0 0.337255 0 0 0 0.18 0\"><\/feColorMatrix>\n                                        <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_797_1676\"><\/feBlend>\n                                        <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_797_1676\" result=\"shape\"><\/feBlend>\n                                    <\/filter>\n                                <\/defs>\n                            <\/svg>\n                        <\/div>\n                  <\/button>\n                <\/div>\n              <\/div>\n              <div class=\"z-10 flex justify-center align-center lg:w-[53%] py-10 px-4 lg:p-16\">\n                <div class=\" flex-col justify-start items-start gap-8 flex\">\n                    <div class=\"flex-col justify-start items-start gap-6 flex\">\n                        <h3 class=\" text-white text-2xl lg:text-3xl font-medium leading-looselg:leading-[38px]\">\u201cCom a recertifica\u00e7\u00e3o de fun\u00e7\u00f5es, agora podemos organizar nossas fun\u00e7\u00f5es, envi\u00e1-las aos propriet\u00e1rios das \u00e1reas e obter aprova\u00e7\u00f5es claras.\u201d<\/h3>\n                    <\/div>\n                    <div class=\"justify-start items-center gap-5 inline-flex \">\n                        <div class=\"min-w-20 max-w-20 h-20\">\n                            <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/ergon_logo-5.webp\" alt=\"company logo\" \/>\n                        <\/div>\n                        <div class=\"flex flex-col justify-start items-start gap-1\">\n                            <div class=\"text-[#f5f6fc] text-base lg:text-lg font-semibold leading-normal lg:leading-7\">\u2014 Dave Pekol<\/div>\n                            <div class=\"text-[#ecf0fb] text-sm lg:text-base font-normal leading-tight lg:leading-normal\">Diretor de Aplica\u00e7\u00f5es de Infraestrutura da Ergon<\/div>\n                        <\/div>\n                    <\/div>\n\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n      <!-- Modal 1 -->\n    <div x-show=\"activeModal !== null\"  x-cloak class=\"fixed inset-0\" style=\"z-index: 99;\">\n      <!-- Modal Backdrop -->\n      <div\n        class=\"fixed inset-0 bg-[#0f1556] bg-opacity-60\"\n        x-transition:enter=\"transition ease-out duration-300\"\n        x-transition:enter-start=\"opacity-0\"\n        x-transition:enter-end=\"opacity-100\"\n        x-transition:leave=\"transition ease-in duration-300\"\n        x-transition:leave-start=\"opacity-100\"\n        x-transition:leave-end=\"opacity-0\"\n      ><\/div>\n\n      <!-- Modal Content -->\n      <div class=\"fixed inset-0 flex items-center justify-center p-4\">\n        <div\n          @click.stop\n          x-transition:enter=\"transition ease-out duration-300\"\n          x-transition:enter-start=\"opacity-0 transform scale-90\"\n          x-transition:enter-end=\"opacity-100 transform scale-100\"\n          x-transition:leave=\"transition ease-in duration-300\"\n          x-transition:leave-start=\"opacity-100 transform scale-100\"\n          x-transition:leave-end=\"opacity-0 transform scale-90\"\n          class=\"rounded-lg max-w-5xl overflow-hidden w-full mx-4 relative\"\n        >\n          <div class=\"flex justify-end items-center p-4 absolute z-10 right-4\">\n            <button\n              @click=\"closeModal('ga4d2r4irt')\"\n              class=\"bg-white hover:bg-gray-100 text-gray-800 p-2 rounded-full focus:outline-none\"\n            >\n              <svg\n                class=\"h-6 w-6\"\n                fill=\"none\"\n                stroke=\"currentColor\"\n                viewBox=\"0 0 24 24\"\n                xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n              >\n                <path\n                  stroke-linecap=\"round\"\n                  stroke-linejoin=\"round\"\n                  stroke-width=\"2\"\n                  d=\"M6 18L18 6M6 6l12 12\"\n                ><\/path>\n              <\/svg>\n            <\/button>\n          <\/div>\n\n          <div class=\"p-4 pt-0\">\n          <wistia-player         \n                class=\"w-full !h-full rounded-lg !object-cover aspect-video\" \n                media-id=\"ga4d2r4irt\" \n                @ready=\"this.play()\"\n                x-cloak\n            >\n            <\/wistia-player>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n\n    \n  <\/div> \n<\/section>\n\n\n\n<section class=\"bg-white py-8 lg:py-12 scroll-mt-28\" id=\"como-funciona\">\n  <div class=\"container mx-auto px-4 lg:px-8\">\n    <div class=\"relative\">\n      <div class=\"text-center flex flex-col justify-center items-center\">\n        <span class=\"text-[#148752] text-sm font-bold uppercase leading-[30px] tracking-wider mb-3\">Como funciona<\/span>\n        \n                <h2 class=\"tracking-tight text-3xl leading-[38px] lg:text-5xl font-semibold mb-4 lg:mb-5 max-w-[720px] lg:!leading-[60px]\">Veja o Gerenciamento de Fun\u00e7\u00f5es Simplificado em A\u00e7\u00e3o<\/h2>\n        \n                <div class=\"text-lg lg:text-xl font-normal text-[#2A3274] max-w-[720px]\">\n            A Pathlock oferece <b>gerenciamento de fun\u00e7\u00f5es automatizado e consciente de pol\u00edticas, <\/b>ajudando voc\u00ea a projetar e manter fun\u00e7\u00f5es compat\u00edveis de forma eficiente. Ela vai al\u00e9m das abordagens tradicionais, aproveitando dados de uso e simula\u00e7\u00f5es de SoD integradas para <b>garantir que as fun\u00e7\u00f5es atendam aos requisitos comerciais e de auditoria<\/b> desde o primeiro dia.        <\/div>\n        \n                            <div class=\"flex flex-col gap-8 lg:gap-16 mt-8 lg:mt-16\">\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row-reverse\">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/RM_screen1-5.webp\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"sod-detalhada-e-insights-de-acesso-sensivel\">SoD Detalhada e Insights de Acesso Sens\u00edvel<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">A conformidade com a SoD come\u00e7a com <b>fun\u00e7\u00f5es bem projetadas.<\/b> A Pathlock incorpora SoD detalhada e an\u00e1lise de acesso sens\u00edvel diretamente no processo de cria\u00e7\u00e3o de fun\u00e7\u00f5es, auxiliando as equipes a identificar e eliminar riscos antes que as fun\u00e7\u00f5es sejam implementadas.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Execute verifica\u00e7\u00f5es preventivas de SoD e acesso sens\u00edvel durante a cria\u00e7\u00e3o de fun\u00e7\u00f5es.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Identifique riscos em todas as aplica\u00e7\u00f5es estrat\u00e9gicas.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Use conjuntos de regras padr\u00e3o ou personalizados para uma an\u00e1lise de risco sob medida.<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row \">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/RM_screen2-5.webp\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"gerenciamento-de-funcoes-centralizado-para-todas-as-aplicacoes\">Gerenciamento de Fun\u00e7\u00f5es Centralizado para Todas as Aplica\u00e7\u00f5es<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">Unifique a cria\u00e7\u00e3o, o teste e a implanta\u00e7\u00e3o de fun\u00e7\u00f5es em todo o seu ambiente de aplica\u00e7\u00f5es. A Pathlock consolida o gerenciamento de fun\u00e7\u00f5es em uma \u00fanica plataforma, facilitando a <b>manuten\u00e7\u00e3o da consist\u00eancia e a redu\u00e7\u00e3o de riscos.<\/b><\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Projete e gerencie fun\u00e7\u00f5es no SAP, Oracle, Workday e muito mais.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Reutilize e compare fun\u00e7\u00f5es modelo em um reposit\u00f3rio centralizado.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Padronize fluxos de trabalho, documenta\u00e7\u00e3o e aprova\u00e7\u00f5es em todos os sistemas.<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row-reverse\">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/RM_screen3-5.webp\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"correcao-mais-rapida-com-insights-baseados-em-ia\">Corre\u00e7\u00e3o Mais R\u00e1pida com Insights Baseados em IA<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">Resolva problemas de cria\u00e7\u00e3o de fun\u00e7\u00f5es rapidamente com recomenda\u00e7\u00f5es inteligentes. <b>A Pathlock utiliza IA para sugerir ajustes compat\u00edveis<\/b> que reduzem riscos sem comprometer o acesso, ajudando as equipes a corrigir conflitos desde o in\u00edcio do processo de cria\u00e7\u00e3o.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Identifique permiss\u00f5es arriscadas ou subutilizadas com insights baseados no uso.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Receba sugest\u00f5es guiadas para estruturas de fun\u00e7\u00f5es mais seguras e eficientes.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Minimize retrabalho e interrup\u00e7\u00f5es com simula\u00e7\u00f5es de risco pr\u00e9-constru\u00eddas.<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row \">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/RM_screen4-5.webp\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"interface-visual-intuitiva-para-o-gerenciamento-de-funcoes\">Interface Visual Intuitiva para o Gerenciamento de Fun\u00e7\u00f5es<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">A interface de <b>gerenciamento de fun\u00e7\u00f5es da Pathlock, f\u00e1cil de usar, foi desenvolvida para oferecer clareza e controle.<\/b> Da cria\u00e7\u00e3o \u00e0 aprova\u00e7\u00e3o das fun\u00e7\u00f5es, todas as etapas s\u00e3o visuais, guiadas e otimizadas para reduzir a complexidade e acelerar as decis\u00f5es.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Crie fun\u00e7\u00f5es com facilidade usando um construtor visual de arrastar e soltar, com simula\u00e7\u00f5es SoD integradas.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Permita que os aprovadores revisem o conte\u00fado da fun\u00e7\u00e3o, os insights de risco e os n\u00edveis organizacionais em um espa\u00e7o de trabalho dedicado.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Elimine a confus\u00e3o com hist\u00f3rico de altera\u00e7\u00f5es claro, documenta\u00e7\u00e3o automatizada e fluxos de trabalho guiados.<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row-reverse\">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/RM_screen1-5.webp\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"relatorios-e-paineis-prontos-para-auditoria\">Relat\u00f3rios e Pain\u00e9is Prontos para Auditoria<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">A Pathlock fornece relat\u00f3rios detalhados ao longo do ciclo de vida da fun\u00e7\u00e3o, ajudando as equipes a monitorar qualidade, uso e conformidade ao longo do tempo. <b>Obtenha a visibilidade necess\u00e1ria<\/b> para otimizar fun\u00e7\u00f5es, apoiar auditorias e garantir que todas as decis\u00f5es de acesso sejam respaldadas por dados.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Acompanhe atribui\u00e7\u00f5es de fun\u00e7\u00f5es, tend\u00eancias de uso e hist\u00f3rico de altera\u00e7\u00f5es.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Analise a efici\u00eancia com m\u00e9tricas sobre cobertura de transa\u00e7\u00f5es e acesso n\u00e3o utilizado.<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Gere automaticamente a documenta\u00e7\u00e3o para projeto, aprova\u00e7\u00f5es e avalia\u00e7\u00f5es de risco.<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                      <\/div>\n            <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n\n<section class=\"w-full relative\">\n  <div class=\"absolute inset-0 grid\" aria-hidden=\"true\">\n    <div class=\"bg-white\"><\/div>\n    <div class=\"bg-[#F8F9FF]\"><\/div>\n  <\/div>\n  <div class=\"relative container mx-auto px-4 lg:px-8 py-12\">\n    \n    <div class=\"relative overflow-hidden  rounded-xl mx-auto inset-0 flex items-center justify-center container text-white bg-[#0F1556]\">\n      <div class=\"hidden lg:block absolute top-0 right-0 w-full h-full z-0\">\n\n      <\/div>\n      <div class=\"z-10 w-full lg:w-[65%] flex flex-col items-center lg:items-start px-4 py-12 lg:p-16 h-full text-center lg:text-left lg:rtl:text-right\">\n                <h2 class=\"text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\">Vis\u00e3o Geral da Solu\u00e7\u00e3o\t<\/h2>\n        <div class=\"text-base leading-normal lg:text-xl leading-[24px]\">Saiba como as organiza\u00e7\u00f5es usam a Pathlock para otimizar o gerenciamento de fun\u00e7\u00f5es em aplica\u00e7\u00f5es de neg\u00f3cios.\t<\/div>\n        <div class=\"w-full lg:w-auto mt-6 lg:mt-12\">\n                                  <a class=\"flex justify-center items-center font-semibold py-3 px-[18px] bg-[white] hover:bg-[#E3E7F6] group leading-7  rounded-lg text-[#344054] transition-colors duration-300\" href=\"\/wp-content\/uploads\/2025\/08\/Role_Management_Module_Brief.pdf\">Baixe a Ficha T\u00e9cnica (.PDF)                    \n          <\/a>\n        <\/div>  \n      <\/div>\n      <div class=\"z-10 hidden lg:flex justify-center align-center lg:w-[43%]\">\n        <img decoding=\"async\" class=\"no-override z-10\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/rm_data_prev-5.webp\" \/>\n      <\/div>\n    <\/div>\n\n  <\/div>     \n<\/section>       \n\n\n\n\n<section class=\"bg-[#F8F9FF] pt-8 lg:pt-12 pb-8 lg:pb-24 overflow-hidden\">\n  <div class=\"container mx-auto px-4 lg:px-8\">\n    <div class=\"relative container\">\n      <div class=\"text-center text-[#0F1556] px-4 flex flex-col justify-center items-center\">\n                    <h2 class=\"max-w-[720px] text-3xl lg:text-5xl lg:leading-[60px] font-semibold mb-4 lg:mb-5\">Pronto para Come\u00e7ar?<\/h2>\n          \n                      <div class=\"text-lg lg:text-xl text-[#2A3274] font-normal  max-w-[720px] leading-[30px]\">\n              A Pathlock permite que as empresas <b>otimizem e automatizem o gerenciamento de fun\u00e7\u00f5es com precis\u00e3o.<\/b> Crie fun\u00e7\u00f5es em conformidade mais rapidamente, elimine riscos de SoD na origem e garanta que todas as decis\u00f5es sobre fun\u00e7\u00f5es sejam respaldadas por dados de uso e verifica\u00e7\u00f5es de pol\u00edticas integradas.            <\/div>\n          \n          <div class=\"w-full flex gap-3 flex-col md:flex-row justify-center mt-8\">\n              <a class=\"h-12 px-[18px] py-3 bg-[#24b770] hover:bg-[#148752] rounded-lg shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05)] justify-center items-center gap-1.5 inline-flex overflow-hidden\" href=\"https:\/\/pathlock.com\/pt\/contact\/?tab=request-a-demo\">\n                      <div class=\"px-0.5 justify-center items-center flex\">\n                          <div class=\"text-white text-base font-semibold font-[\"Inter\"] leading-normal\">Agende Uma Demonstra\u00e7\u00e3o<\/div>\n                      <\/div>\n                  <\/a>                        <\/div> \n\n    \n        <\/div>\n\n\n    <\/div> <!-- End relative container -->\n  <\/div> <!-- End container mx-auto -->\n<\/section>\n","protected":false},"featured_media":0,"parent":0,"template":"","categories":[],"products_type":[],"class_list":["post-42243","products","type-products","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Role Management Automatizado para SAP e Eplica\u00e7\u00f5es Corporativas | Pathlock<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pathlock.com\/pt\/products\/role-management\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Automated Role Management for SAP &amp; Enterprise Apps | Pathlock\" \/>\n<meta property=\"og:description\" content=\"Streamline the full role lifecycle with Pathlock. Build compliant roles faster, simulate SoD risks in real time, and automate approvals, testing, and provisioning across SAP and other critical systems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pathlock.com\/pt\/products\/role-management\/\" \/>\n<meta property=\"og:site_name\" content=\"Pathlock\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-01T10:33:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/06\/OpenGraph-Pathlock-Logo.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Automated Role Management for SAP &amp; Enterprise Apps | Pathlock\" \/>\n<meta name=\"twitter:description\" content=\"Streamline the full role lifecycle with Pathlock. Build compliant roles faster, simulate SoD risks in real time, and automate approvals, testing, and provisioning across SAP and other critical systems.\" \/>\n<meta name=\"twitter:site\" content=\"@pathlock\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/role-management\\\/\",\"url\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/role-management\\\/\",\"name\":\"Role Management Automatizado para SAP e Eplica\u00e7\u00f5es Corporativas | Pathlock\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#website\"},\"datePublished\":\"2025-08-08T08:22:30+00:00\",\"dateModified\":\"2025-12-01T10:33:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/role-management\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/role-management\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/role-management\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Role Management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#website\",\"url\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/\",\"name\":\"Pathlock\",\"description\":\"The Leader in Application Security and Controls Automation\",\"publisher\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#organization\",\"name\":\"Pathlock, Inc\",\"url\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pathlock.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Zrzut-ekranu-2021-11-17-o-10.56.42.png\",\"contentUrl\":\"https:\\\/\\\/pathlock.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Zrzut-ekranu-2021-11-17-o-10.56.42.png\",\"width\":460,\"height\":148,\"caption\":\"Pathlock, Inc\"},\"image\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/pathlock\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/pathlock\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCgo4izMJ70K4gnyWQ_mP-OA\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Role Management Automatizado para SAP e Eplica\u00e7\u00f5es Corporativas | Pathlock","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pathlock.com\/pt\/products\/role-management\/","og_locale":"pt_PT","og_type":"article","og_title":"Automated Role Management for SAP & Enterprise Apps | Pathlock","og_description":"Streamline the full role lifecycle with Pathlock. Build compliant roles faster, simulate SoD risks in real time, and automate approvals, testing, and provisioning across SAP and other critical systems.","og_url":"https:\/\/pathlock.com\/pt\/products\/role-management\/","og_site_name":"Pathlock","article_modified_time":"2025-12-01T10:33:10+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/06\/OpenGraph-Pathlock-Logo.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_title":"Automated Role Management for SAP & Enterprise Apps | Pathlock","twitter_description":"Streamline the full role lifecycle with Pathlock. Build compliant roles faster, simulate SoD risks in real time, and automate approvals, testing, and provisioning across SAP and other critical systems.","twitter_site":"@pathlock","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pathlock.com\/pt\/products\/role-management\/","url":"https:\/\/pathlock.com\/pt\/products\/role-management\/","name":"Role Management Automatizado para SAP e Eplica\u00e7\u00f5es Corporativas | Pathlock","isPartOf":{"@id":"https:\/\/pathlock.com\/pt\/#website"},"datePublished":"2025-08-08T08:22:30+00:00","dateModified":"2025-12-01T10:33:10+00:00","breadcrumb":{"@id":"https:\/\/pathlock.com\/pt\/products\/role-management\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pathlock.com\/pt\/products\/role-management\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pathlock.com\/pt\/products\/role-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pathlock.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Role Management"}]},{"@type":"WebSite","@id":"https:\/\/pathlock.com\/pt\/#website","url":"https:\/\/pathlock.com\/pt\/","name":"Pathlock","description":"The Leader in Application Security and Controls Automation","publisher":{"@id":"https:\/\/pathlock.com\/pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pathlock.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/pathlock.com\/pt\/#organization","name":"Pathlock, Inc","url":"https:\/\/pathlock.com\/pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/pathlock.com\/pt\/#\/schema\/logo\/image\/","url":"https:\/\/pathlock.com\/wp-content\/uploads\/2021\/11\/Zrzut-ekranu-2021-11-17-o-10.56.42.png","contentUrl":"https:\/\/pathlock.com\/wp-content\/uploads\/2021\/11\/Zrzut-ekranu-2021-11-17-o-10.56.42.png","width":460,"height":148,"caption":"Pathlock, Inc"},"image":{"@id":"https:\/\/pathlock.com\/pt\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/pathlock","https:\/\/www.linkedin.com\/company\/pathlock","https:\/\/www.youtube.com\/channel\/UCgo4izMJ70K4gnyWQ_mP-OA"]}]}},"ACF":false,"_links":{"self":[{"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/products\/42243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/products"}],"about":[{"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/types\/products"}],"wp:attachment":[{"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/media?parent=42243"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/categories?post=42243"},{"taxonomy":"products_type","embeddable":true,"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/products_type?post=42243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}