{"id":42126,"date":"2025-07-09T08:40:14","date_gmt":"2025-07-09T12:40:14","guid":{"rendered":"https:\/\/pathlock.com\/products\/elevated-access-management-software\/"},"modified":"2025-12-18T06:10:08","modified_gmt":"2025-12-18T11:10:08","slug":"elevated-access-management-software","status":"publish","type":"products","link":"https:\/\/pathlock.com\/ar\/products\/elevated-access-management-software\/","title":{"rendered":"\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645"},"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\">\r\n                                    <a href=\"\/ar\/\" class=\"text-[#ced5ee] hover:text-[#24B770] text-xs font-normal  leading-[18px]\">\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629<\/a>\r\n                                <\/div>\r\n                                <div class=\"relative\">\r\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M6 12L10 8L6 4\" stroke=\"#96A1C8\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                                <div class=\"justify-center items-center flex gap-1\">\r\n                                    <a href=\"\/ar\/products\/\" class=\"text-[#ced5ee] hover:text-[#24B770] text-xs font-normal  leading-[18px]\">\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a<\/a>\r\n                                <\/div>\r\n                                <div class=\"relative\">\r\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M6 12L10 8L6 4\" stroke=\"#96A1C8\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                                <div class=\"justify-center items-center flex gap-1\">\r\n                                    <div class=\"text-[#24B770] text-xs font-semibold  leading-[18px]\">\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645<\/div>\r\n                                <\/div>                            <\/div>\n                            <h1 class=\"text-white font-semibold text-[28px] lg:text-6xl leading-[30px] lg:leading-[72px] lg:tracking-[-1.2px] \">\n                                \u0623\u062a\u0645\u062a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0645\u064a\u0632 \u0627\u0644\u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062f\u0642\u064a\u0642 \u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0623\u0639\u0645\u0627\u0644                            <\/h1>\n                            <p class=\"text-sm lg:text-lg text-[#f2f9ff] leading-[20px] lg:leading-[28px] font-normal max-w-[596px]\">\n                                \u0627\u0641\u0631\u0636 \u0648\u0635\u0648\u0644\u064b\u0627 \u0645\u062a\u0645\u064a\u0632\u064b\u0627 \u0622\u0645\u0646\u064b\u0627 \u0648\u0645\u062d\u062f\u062f\u064b\u0627 \u0628\u0648\u0642\u062a\u064d \u0645\u064f\u062d\u062f\u062f \u0625\u0644\u0649 \u0623\u0646\u0638\u0645\u0629 SAP \u0648Oracle \u0648\u063a\u064a\u0631\u0647\u0627                            <\/p>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"w-full 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=\"\/ar\/contact\/\">\n                                <div class=\"px-0.5 justify-center items-center flex\">\n                                    <div class=\"text-white text-base font-semibold leading-normal\">\u0627\u0644\u062c\u062f\u0648\u0644 1-1 \u0639\u0631\u0636 \u062a\u0648\u0636\u064a\u062d\u064a<\/div>\n                                <\/div>\n                            <\/a>                    <a class=\"h-12 px-[18px] py-3 bg-white hover:bg-[#E3E7F6] rounded-lg shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05)] border border-[#e3e7f6] justify-center items-center gap-1.5 inline-flex overflow-hidden\" href=\"\/ar\/browser-tours\/pathlock-cloud-elevated-access-management\/\" target=\"_blank\">\n                                <div class=\"px-0.5 justify-center items-center flex\">\n                                    <div class=\"text-[#0f1556] text-base font-semibold  leading-normal\">\u0625\u0637\u0644\u0627\u0642 \u062c\u0648\u0644\u0629 \u062a\u0639\u0631\u064a\u0641\u064a\u0629 \u0630\u0627\u062a\u064a\u0629<\/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_nig8xuuit9 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\/0ot6qkljop\" async type=\"module\"><\/script>\n                            <wistia-player media-id=\"0ot6qkljop\" 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\/05\/ms-1.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\/05\/university-of-cal-1.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\/05\/siemens-1.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\/05\/Chevron-1.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\/05\/live-nation-1.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\/05\/sonoco-1.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\">\u0641\u0631\u0642 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]\">\u0623\u062a\u0645\u062a \u0648\u0623\u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 &#8211; \u0628\u062b\u0642\u0629<\/h2>\n        \n                <div class=\"text-lg lg:text-xl font-normal text-[#2A3274] max-w-[720px]\">\n            \u0627\u0644\u062a\u0632\u0648\u064a\u062f \u0627\u0644\u064a\u062f\u0648\u064a \u0644\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 <b>\u064a\u0639\u062a\u0628\u0631 \u0645\u062d\u0641\u0648\u0641\u064b\u0627 \u0628\u0627\u0644\u0645\u062e\u0627\u0637\u0631 \u0648\u063a\u064a\u0631 \u0641\u0639\u0651\u0627\u0644.<\/b> \u064a\u064f\u0624\u062f\u064a \u0630\u0644\u0643 \u063a\u0627\u0644\u0628\u064b\u0627 \u0625\u0644\u0649 \u0645\u0648\u0627\u0641\u0642\u0627\u062a \u063a\u064a\u0631 \u0645\u062a\u0633\u0642\u0629\u060c \u0648\u062d\u0627\u0644\u0627\u062a \u062a\u0623\u062e\u064a\u0631\u060c \u0631\u0635\u062f \u0645\u062d\u062f\u0648\u062f \u0644\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 &#8211; \u0645\u0645\u0627 \u064a\u062b\u064a\u0631 \u0645\u062e\u0627\u0648\u0641 \u062a\u062a\u0639\u0644\u0642 \u0628\u0627\u0644\u0623\u0645\u0646 \u0648\u0627\u0644\u0627\u0645\u062a\u062b\u0627\u0644. \u0646\u0639\u0631\u0636 \u0641\u064a\u0645\u0627 \u064a\u0644\u064a \u062e\u0645\u0633 \u0637\u0631\u0642 \u064a\u0633\u0644\u0643\u0647\u0627 Pathlock <b>\u062a\u062a\u062c\u0627\u0648\u0632 SAP Firefighter.<\/b>        <\/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\">\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0631\u0635\u062f\u064d \u0634\u0627\u0645\u0644<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">\u062a\u062d\u0643\u0645 \u0641\u064a \u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0645\u0645\u064a\u0632 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u0638\u0645\u0629<\/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=\"#%d8%a5%d8%af%d8%a7%d8%b1%d8%a9-%d8%a7%d9%84%d9%88%d8%b5%d9%88%d9%84-%d8%a7%d9%84%d9%85%d8%aa%d9%82%d8%af%d9%85-%d9%84%d9%80-sap-%d9%88oracle-%d9%88%d8%a7%d9%84%d9%85%d8%b2%d9%8a%d8%af\" target=\"\">\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0632\u064a\u062f                      <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\">\u0627\u0636\u0645\u0646 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u062a\u062f\u0642\u064a\u0642<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">\u0627\u062d\u062a\u0641\u0638 \u0628\u0645\u0633\u0627\u0631 \u062a\u062f\u0642\u064a\u0642 \u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u0645\u064a\u0632\u0629<\/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=\"#%d9%85%d8%b3%d8%a7%d8%b1-%d8%aa%d8%af%d9%82%d9%8a%d9%82-%d8%b4%d8%a7%d9%85%d9%84-%d9%84%d9%84%d8%a3%d9%86%d8%b4%d8%b7%d8%a9-%d8%a7%d9%84%d9%85%d9%8f%d9%85%d9%8a%d8%b2%d8%a9\" target=\"\">\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0632\u064a\u062f                      <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\">\u0623\u064e\u0646\u0634\u0650\u0626\u0652 \u0633\u064a\u0631 \u0639\u0645\u0644 \u0622\u0645\u0646\u0629<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">\u0646\u0638\u0645 \u0633\u064a\u0631 \u0627\u0644\u0639\u0645\u0644 \u0644\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0643\u0644 \u0637\u0644\u0628 \u0628\u0643\u0641\u0627\u0621\u0629<\/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=\"#%d8%b3%d9%8a%d8%b1-%d8%b9%d9%85%d9%84-%d9%81%d8%b9%d9%91%d8%a7%d9%84-%d9%88%d8%a2%d9%85%d9%86\" target=\"\">\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0632\u064a\u062f                      <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\">\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u062e\u0627\u0637\u0631<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">\u0643\u0634\u0641 \u062a\u0639\u0627\u0631\u0636 \u0627\u0644\u0641\u0635\u0644 \u0628\u064a\u0646 \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a &#8220;SoD&#8221; \u0648\u0645\u062e\u0627\u0637\u0631 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u062d\u0633\u0627\u0633\u0629<\/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=\"#%d8%b1%d8%a4%d9%89-%d8%b9%d9%86-%d8%a7%d9%84%d9%81%d8%b5%d9%84-%d8%a8%d9%8a%d9%86-%d8%a7%d9%84%d9%88%d8%a7%d8%ac%d8%a8%d8%a7%d8%aa-sod-%d8%a7%d9%84%d8%af%d9%82%d9%8a%d9%82-%d9%88%d8%a7%d9%84%d9%88\" target=\"\">\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0632\u064a\u062f                      <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\">\u0628\u0633\u0637 \u0627\u0644\u0639\u0645\u0644\u064a\u0629<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">\u0627\u062f\u0639\u0645 \u062c\u0645\u064a\u0639 \u0623\u0635\u062d\u0627\u0628 \u0627\u0644\u0645\u0635\u0644\u062d\u0629 \u0628\u0648\u0627\u062c\u0647\u0629 \u0645\u0633\u062a\u062e\u062f\u0645 \u0633\u0647\u0644\u0629 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645<\/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=\"#%d9%88%d8%a7%d8%ac%d9%87%d8%a9-%d9%85%d8%b3%d8%aa%d8%ae%d8%af%d9%85-%d8%ad%d8%af%d9%8a%d8%ab%d8%a9-%d9%88%d8%b3%d9%87%d9%84%d8%a9-%d8%a7%d9%84%d8%a7%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85\" target=\"\">\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0632\u064a\u062f                      <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=\"eluh781wd9\"]');\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\/eluh781wd9.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=\"eluh781wd9\"]');\n      if (player) {\n        player.play();\n      }\n    }\n  }\n}\n<\/script>\n\n<section id=\"%d9%8a%d8%ad%d8%b8%d9%89-%d8%a8%d8%ab%d9%82%d8%a9-%d8%a3%d9%83%d8%ab%d8%b1-%d9%85%d9%86-1300-%d8%b9%d9%85%d9%8a%d9%84%d8%a7%d9%8b\" class=\"bg-white py-8 lg:py-12 mb-8 lg:mb-12 w-full scroll-mt-28 \" x-data=\"modalVideoPlayer()\" id=\"%d9%8a%d8%ad%d8%b8%d9%89-%d8%a8%d8%ab%d9%82%d8%a9-%d8%a3%d9%83%d8%ab%d8%b1-%d9%85%d9%86-1300-%d8%b9%d9%85%d9%8a%d9%84%d8%a7%d9%8b\">\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\">\u064a\u062d\u0638\u0649 \u0628\u062b\u0642\u0629 \u0623\u0643\u062b\u0631 \u0645\u0646 1,300 \u0639\u0645\u064a\u0644\u0627\u064b<\/span>\n                        <h2 class=\"text-3xl lg:text-5xl leading-[38px] lg:leading-[60px] max-w-[920px] font-semibold mb-4 lg:mb-5\">\u0644\u0627 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0643\u0644\u0627\u0645\u0646\u0627 \u0641\u062d\u0633\u0628<\/h2>\n        \n                <div class=\"text-lg max-w-[720px] lg:text-xl leading-[30px] font-normal\">\n            \u0627\u0643\u062a\u0634\u0641 \u0643\u064a\u0641 \u062a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0641\u064a \u0634\u062a\u0649 \u0631\u0628\u0648\u0639 \u0627\u0644\u0639\u0627\u0644\u0645 Pathlock \u0644\u0623\u062a\u0645\u062a\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0648\u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0627\u0645\u062a\u062b\u0627\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a \u0648\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0645\u0632\u064a\u062f.        <\/div>\n        \n        \n      <\/div>\n    <\/div>\n\n    <div id=\"split\" class=\"\">\n      <div class=\"\">\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\/04\/csm.avif'); 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=\"https:\/\/pathlock.com\/wp-content\/uploads\/videos\/csm600.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('eluh781wd9')\" \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]\">&#8220;\u0628\u062f\u0644\u0627\u064b \u0645\u0646 \u0645\u0646\u062d \u0648\u0635\u0648\u0644 \u062f\u0627\u0626\u0645 \u0639\u0627\u0644\u064a \u0627\u0644\u0645\u062e\u0627\u0637\u0631\u060c \u064a\u062a\u0644\u0642\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0623\u0630\u0648\u0646\u0627\u062a \u0645\u064f\u0624\u0642\u062a\u0629 \u0648\u0645\u064f\u062d\u062f\u062f\u0629 \u0628\u0648\u0642\u062a\u060c \u0645\u0639 \u062a\u0633\u062c\u064a\u0644 \u0645\u0633\u0627\u0631 \u0627\u0644\u062a\u062f\u0642\u064a\u0642 \u0643\u0627\u0645\u0644\u0627\u064b&#8221;<\/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\/05\/kpmg.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 Claudio Minoia<\/div>\n                            <div class=\"text-[#ecf0fb] text-sm lg:text-base font-normal leading-tight lg:leading-normal\">\u0627\u0644\u0645\u062f\u064a\u0631 \u0627\u0644\u062a\u0642\u0646\u064a \u0641\u064a &#8220;CSM Ingredients&#8221;<\/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('eluh781wd9')\"\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=\"eluh781wd9\" \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=\"%d9%83%d9%8a%d9%81%d9%8a%d8%a9-%d8%a7%d9%84%d8%b9%d9%85%d9%84\">\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\">\u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0639\u0645\u0644<\/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]\">\u0631\u0627\u062c\u0639 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0645\u064a\u0632 &#8220;PAM&#8221; \u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0641\u064a \u0627\u0644\u0639\u0645\u0644<\/h2>\n        \n                <div class=\"text-lg lg:text-xl font-normal text-[#2A3274] max-w-[720px]\">\n            \u064a\u0648\u0641\u0631 Pathlock \u0637\u0631\u064a\u0642\u0629 \u0622\u0645\u0646\u0629 \u0648\u0622\u0644\u064a\u0629 \u0644\u0640 <b>\u0645\u0646\u062d \u062d\u0642 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0645\u064a\u0632 \u0627\u0644\u0645\u064f\u0624\u0642\u062a \u062d\u0633\u0628 \u0627\u0644\u062d\u0627\u062c\u0629.<\/b> \u0643\u0645\u0627 \u064a\u0633\u0645\u062d \u0644\u0643 \u0628\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0628\u0633\u0631\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0641\u062a\u0631\u0629 \u0632\u0645\u0646\u064a\u0629 \u0645\u064f\u062d\u062f\u062f\u0629\u060c \u0648\u0625\u0644\u063a\u0627\u0626\u0647 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0639\u0646\u062f \u0627\u0646\u062a\u0641\u0627\u0621 \u0627\u0644\u062d\u0627\u062c\u0629 \u0625\u0644\u064a\u0647\u060c \u0648\u0645\u0631\u0627\u0642\u0628\u0629 \u062c\u0645\u064a\u0639 \u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 &#8211; \u0648\u0636\u0645\u0627\u0646 \u0627\u0644\u0627\u0645\u062a\u062b\u0627\u0644 \u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u062a\u062f\u0642\u064a\u0642.        <\/div>\n        \n                  <div class=\"mt-8 group\">\n          <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"\/ar\/browser-tours\/pathlock-cloud-elevated-access-management\/\" target=\"_blank\">\u0625\u0637\u0644\u0627\u0642 \u062c\u0648\u0644\u0629 \u062f\u0627\u062e\u0644 \u0627\u0644\u0645\u062a\u0635\u0641\u062d            <span class=\"ml-2 rtl:ml-0 rtl:mr-2 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:rotate-180 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 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\/07\/EAM_Screenshot_1.png\" 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=\"%d8%a5%d8%af%d8%a7%d8%b1%d8%a9-%d8%a7%d9%84%d9%88%d8%b5%d9%88%d9%84-%d8%a7%d9%84%d9%85%d8%aa%d9%82%d8%af%d9%85-%d9%84%d9%80-sap-%d9%88oracle-%d9%88%d8%a7%d9%84%d9%85%d8%b2%d9%8a%d8%af\">\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0640 SAP \u0648Oracle \u0648\u0627\u0644\u0645\u0632\u064a\u062f<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\"><b dir=\"rtl\">\u062a\u062e\u0644\u0635 \u0645\u0646 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0627\u0644\u0645\u062c\u0632\u0623\u0629.<\/b> \u064a\u064f\u062c\u0645\u0651\u0639 Pathlock \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0648\u0635\u0648\u0644 \u0630\u0627\u062a \u0627\u0644\u0627\u0645\u062a\u064a\u0627\u0632\u0627\u062a \u0641\u064a \u062c\u0645\u064a\u0639 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0623\u0639\u0645\u0627\u0644\u0643 \u0636\u0645\u0646 \u0645\u0646\u0635\u0629 \u0648\u0627\u062d\u062f\u0629 \u0642\u0648\u064a\u0629.<\/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>\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0637\u0644\u0628\u0627\u062a SAP Firefighter \u0648\u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0645\u064a\u0632 \u0645\u0646 Oracle \u0648Workday \u0648\u0627\u0644\u0645\u0632\u064a\u062f &#8211; \u0643\u0644 \u0630\u0644\u0643 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0627\u062c\u0647\u0629 \u0648\u0627\u062d\u062f\u0629.<\/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>\u062a\u062a\u0628\u0639 \u062c\u0645\u064a\u0639 \u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0633\u062c\u0644 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0645\u0648\u062d\u062f\u0629<\/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>\u062d\u0627\u0641\u0638 \u0639\u0644\u0649 \u0645\u0633\u0627\u0631 \u062a\u062f\u0642\u064a\u0642 \u0634\u0627\u0645\u0644 \u0644\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u062d\u064a\u0648\u064a\u0629<\/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\/07\/EAM_Screenshot_2.png\" 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=\"%d9%85%d8%b3%d8%a7%d8%b1-%d8%aa%d8%af%d9%82%d9%8a%d9%82-%d8%b4%d8%a7%d9%85%d9%84-%d9%84%d9%84%d8%a3%d9%86%d8%b4%d8%b7%d8%a9-%d8%a7%d9%84%d9%85%d9%8f%d9%85%d9%8a%d8%b2%d8%a9\">\u0645\u0633\u0627\u0631 \u062a\u062f\u0642\u064a\u0642 \u0634\u0627\u0645\u0644 \u0644\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u064f\u0645\u064a\u0632\u0629<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">\u064a\u0648\u0641\u0631 Pathlock <b>\u0645\u0633\u0627\u0631 \u062a\u062f\u0642\u064a\u0642 \u0643\u0627\u0645\u0644<\/b> \u0644\u0643\u0644 \u062c\u0644\u0633\u0629 \u0648\u0635\u0648\u0644 \u0645\u0645\u064a\u0632\u0629\u060c \u0645\u0645\u0627 \u064a\u064f\u0633\u0647\u0651\u0644 \u0636\u0645\u0627\u0646 \u0627\u0644\u0645\u0633\u0627\u0621\u0644\u0629 \u0648\u062a\u0644\u0628\u064a\u0629 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0627\u0645\u062a\u062b\u0627\u0644 \u0648\u062f\u0639\u0645 \u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062a\u062f\u0642\u064a\u0642 \u0627\u0644\u062f\u0627\u062e\u0644\u064a.<\/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>\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u062c\u0645\u064a\u0639 \u062a\u0641\u0627\u0635\u064a\u0644 \u0637\u0644\u0628 \u0627\u0644\u0648\u0635\u0648\u0644\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0645\u0646 \u0637\u0644\u0628 \u0627\u0644\u0648\u0635\u0648\u0644 \u0648\u0648\u0627\u0641\u0642 \u0639\u0644\u064a\u0647\u060c \u0648\u062d\u062f\u062f \u0645\u0648\u0639\u062f\u0647<\/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>\u0633\u062c\u0651\u0644 \u062c\u0645\u064a\u0639 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0627\u0644\u0645\u064f\u062a\u062e\u0630\u0629 \u0641\u064a \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0645\u064f\u0645\u064a\u0632\u0629 <\/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>\u0631\u0627\u062c\u0639 \u0627\u0644\u0646\u0634\u0627\u0637 \u0627\u0644\u0645\u0645\u064a\u0632 \u0644\u0644\u0643\u0634\u0641 \u0645\u0628\u0643\u0631\u064b\u0627 \u0639\u0646 \u0633\u0648\u0621 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u0648 \u0627\u0644\u0633\u0644\u0648\u0643 \u0627\u0644\u0645\u0634\u0628\u0648\u0647<\/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\/07\/EAM_Screenshot_3.png\" 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=\"%d8%b3%d9%8a%d8%b1-%d8%b9%d9%85%d9%84-%d9%81%d8%b9%d9%91%d8%a7%d9%84-%d9%88%d8%a2%d9%85%d9%86\">\u0633\u064a\u0631 \u0639\u0645\u0644 \u0641\u0639\u0651\u0627\u0644 \u0648\u0622\u0645\u0646<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">\u0635\u0645\u0645 \u0639\u0645\u0644\u064a\u0629 \u0625\u062f\u0627\u0631\u0629 \u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u0629 <b>\u0644\u062a\u0646\u0627\u0633\u0628 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0645\u0624\u0633\u0633\u062a\u0643 \u0627\u0644\u0641\u0631\u064a\u062f\u0629<\/b>&#8211; \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0627\u062a \u0627\u0644\u0633\u0631\u064a\u0639\u0629 \u0639\u0646\u062f\u0645\u0627 \u062a\u0643\u0648\u0646 \u0627\u0644\u0623\u0645\u0648\u0631 \u0645\u064f\u0644\u062d\u0629\u060c \u062f\u0648\u0646 \u0627\u0644\u0645\u0633\u0627\u0633 \u0628\u0627\u0644\u0623\u0645\u0646 \u0623\u0648 \u0627\u0644\u0627\u0645\u062a\u062b\u0627\u0644.<\/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>\u0627\u062e\u062a\u0631 \u0628\u064a\u0646 \u0625\u062f\u0627\u0631\u0629 \u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u0629 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0625\u0644\u0649 \u0627\u0644\u062f\u0648\u0631 \u0648\u0627\u0644\u0645\u064f\u0639\u0631\u0641 \u0639\u0646\u062f \u062a\u0635\u0645\u064a\u0645 \u0633\u064a\u0631 \u0627\u0644\u0639\u0645\u0644<\/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>\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629 \u0645\u064f\u0633\u0628\u0642\u064b\u0627\u060c \u0623\u0648 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a\u0629\u060c \u0623\u0648 \u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a \u0645\u064f\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u0645\u0631\u0627\u062d\u0644 \u0648\u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u064a\u0646<\/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>\u0642\u0644\u0644 \u0627\u0644\u0645\u062e\u0627\u0637\u0631 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0628\u0639\u062f \u0627\u0644\u062c\u0644\u0633\u0629<\/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>\u062d\u0642\u0642 \u0627\u0644\u062a\u0643\u0627\u0645\u0644 \u0645\u0639 \u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u062a\u0630\u0627\u0643\u0631 \u0645\u062b\u0644 ServiceNow \u0623\u0648 Jira<\/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\/07\/EAM_Screenshot_4.png\" 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=\"%d8%b1%d8%a4%d9%89-%d8%b9%d9%86-%d8%a7%d9%84%d9%81%d8%b5%d9%84-%d8%a8%d9%8a%d9%86-%d8%a7%d9%84%d9%88%d8%a7%d8%ac%d8%a8%d8%a7%d8%aa-sod-%d8%a7%d9%84%d8%af%d9%82%d9%8a%d9%82-%d9%88%d8%a7%d9%84%d9%88\">\u0631\u0624\u0649 \u0639\u0646 \u0627\u0644\u0641\u0635\u0644 \u0628\u064a\u0646 \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a &quot;SoD&quot; \u0627\u0644\u062f\u0642\u064a\u0642 \u0648\u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u062d\u0633\u0627\u0633<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 <b>\u0631\u0635\u062f \u0645\u062a\u0639\u0645\u0642 \u0628\u0634\u0623\u0646 \u0627\u0644\u0645\u062e\u0627\u0637\u0631<\/b> \u0642\u0628\u0644 \u0645\u0646\u062d \u062d\u0642 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0625\u0644\u0649 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0629 \u0644\u0644\u0623\u0639\u0645\u0627\u0644. \u062d\u062f\u062f \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0643\u0627\u062a \u0627\u0644\u062a\u064a \u0642\u062f \u062a\u0624\u062f\u064a \u0625\u0644\u0649 \u0623\u0648\u062c\u0647 \u0642\u0635\u0648\u0631 \u0641\u064a \u0627\u0644\u062a\u062f\u0642\u064a\u0642 \u0648\u0639\u0627\u0644\u062c\u0647\u0627.<\/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>\u0627\u0643\u062a\u0634\u0641 \u0648\u0623\u062f\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0627\u0644\u0630\u064a\u0646 \u0644\u062f\u064a\u0647\u0645 \u062d\u0642 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u062f\u0627\u0626\u0645 \u0625\u0644\u0649 \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u062d\u0633\u0627\u0633\u0629<\/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>\u0627\u0643\u062a\u0634\u0641 \u062a\u0639\u0627\u0631\u0636\u0627\u062a \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u0645\u064f\u062d\u062a\u0645\u0644 \u0628\u064a\u0646 \u0627\u0644\u0648\u0627\u062c\u0628\u0627\u062a &quot;SoD&quot; \u0642\u0628\u0644 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645<\/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>\u0623\u0638\u0647\u0631 \u0642\u062f\u0631\u062a\u0643 \u0639\u0644\u0649 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u0634\u0643\u0644\u064d \u0627\u0633\u062a\u0628\u0627\u0642\u064a \u0641\u064a \u0645\u062e\u0627\u0637\u0631 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u064f\u0645\u064a\u0632\u0629 \u0648\u0645\u0631\u0627\u0642\u0628\u062a\u0647\u0627 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u064a\u0646<\/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\/07\/EAM_Screenshot_5.png\" 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=\"%d9%88%d8%a7%d8%ac%d9%87%d8%a9-%d9%85%d8%b3%d8%aa%d8%ae%d8%af%d9%85-%d8%ad%d8%af%d9%8a%d8%ab%d8%a9-%d9%88%d8%b3%d9%87%d9%84%d8%a9-%d8%a7%d9%84%d8%a7%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85\">\u0648\u0627\u062c\u0647\u0629 \u0645\u0633\u062a\u062e\u062f\u0645 \u062d\u062f\u064a\u062b\u0629 \u0648\u0633\u0647\u0644\u0629 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">\u0644\u0627 \u062a\u0639\u062f \u0648\u0627\u062c\u0647\u0629 Pathlock \u0633\u0647\u0644\u0629 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062c\u0630\u0627\u0628\u0629 \u0641\u062d\u0633\u0628\u060c \u0628\u0644 \u0625\u0646\u0647\u0627 \u0645\u064f\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u064b\u0627 \u0644\u0640 <b>\u062f\u0639\u0645 \u062c\u0645\u064a\u0639 \u0623\u0635\u062d\u0627\u0628 \u0627\u0644\u0645\u0635\u0644\u062d\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645<\/b> \u0648\u0636\u0645\u0627\u0646 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0641\u0639\u0651\u0627\u0644\u0629 \u0648\u0622\u0645\u0646\u0629.<\/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>\u0648\u0641\u0651\u0631 \u062a\u062c\u0631\u0628\u0629 \u0628\u0633\u064a\u0637\u0629 \u0648\u0645\u0648\u062c\u0647\u0629 \u0644\u0645\u0642\u062f\u0645\u064a \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0644\u062a\u0628\u0631\u064a\u0631 \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629<\/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>\u0645\u0643\u0651\u0646 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u064a\u0646 \u0645\u0646 \u0645\u0631\u0627\u062c\u0639\u0629 \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0636\u0631\u0648\u0631\u064a\u0629 \u0628\u0633\u0631\u0639\u0629 \u0648\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u062e\u0627\u0637\u0631 \u0627\u0644\u0645\u064f\u0631\u062a\u0628\u0637\u0629 \u0628\u0647\u0627<\/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>\u0627\u0645\u0646\u062d \u0641\u0631\u0642 \u0627\u0644\u0627\u0645\u062a\u062b\u0627\u0644 \u0631\u0635\u062f \u0643\u0627\u0645\u0644 \u0648\u062c\u0627\u0647\u0632\u0629 \u0644\u0644\u062a\u062f\u0642\u064a\u0642 \u0644\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 \u0639\u0628\u0631 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0629<\/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]\">\u0644\u0645\u062d\u0629 \u0639\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0644\t<\/h2>\n        <div class=\"text-base leading-normal lg:text-xl leading-[24px]\">\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0644\u0640 Pathlock \u0644\u0623\u062a\u0645\u062a\u0629 \u0648\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0625\u0644\u0649 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0647\u0645\u0629 \u0644\u0644\u0623\u0639\u0645\u0627\u0644.\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=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/Elevated-Access-Management-Module-Brief.pdf\" >\u0646\u0632\u0651\u0644 \u0648\u0631\u0642\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a (PDF)<\/a>\n                              \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\/07\/Group-1042.png\" \/>\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\">\u0647\u0644 \u0623\u0646\u062a\u064e \u0645\u0633\u062a\u0639\u062f \u0644\u0644\u0628\u062f\u0621\u061f<\/h2>\n          \n                      <div class=\"text-lg lg:text-xl text-[#2A3274] font-normal  max-w-[720px] leading-[30px]\">\n              \u064a\u062a\u064a\u062d Pathlock \u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0625\u062f\u0627\u0631\u0629 \u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 \u0628\u0643\u0641\u0627\u0621\u0629 \u0641\u064a \u0623\u062b\u0646\u0627\u0621 <b>\u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0645\u062e\u0627\u0637\u0631<\/b>. \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629 \u0644\u0644\u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0627\u0644\u0639\u0627\u062c\u0644\u0629 \u0623\u0648 \u0627\u062d\u0627\u0644\u0627\u062a \u0644\u063a\u064a\u0627\u0628 \u0627\u0644\u0645\u064f\u062e\u0637\u0637 \u0644\u0647\u0627 \u0623\u0648 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 &#8211; \u0645\u0639 \u0636\u0645\u0627\u0646 <b>\u0643\u0644 \u0646\u0634\u0627\u0637 \u0645\u0645\u064a\u0632 \u064a\u0645\u0643\u0646 \u062a\u062f\u0642\u064a\u0642\u0647 \u0628\u0627\u0644\u0643\u0627\u0645\u0644.<\/b>            <\/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=\"\/ar\/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\">\u062c\u062f\u0648\u0644 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062a\u0648\u0636\u064a\u062d\u064a<\/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-42126","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>Elevated Access Management Software | Pathlock<\/title>\n<meta name=\"description\" content=\"\u0628\u0633\u0651\u0637 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0645\u064a\u0632 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0643 \u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u062c\u0627\u0647\u0632\u0629 \u0644\u0644\u062a\u062f\u0642\u064a\u0642 \u0648\u0627\u0644\u0645\u0642\u064a\u062f\u0629 \u0628\u0627\u0644\u0648\u0642\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Pathlock\" \/>\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\/ar\/products\/elevated-access-management-software\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\" \/>\n<meta property=\"og:description\" content=\"\u0628\u0633\u0651\u0637 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0645\u064a\u0632 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0643 \u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u062c\u0627\u0647\u0632\u0629 \u0644\u0644\u062a\u062f\u0642\u064a\u0642 \u0648\u0627\u0644\u0645\u0642\u064a\u062f\u0629 \u0628\u0627\u0644\u0648\u0642\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Pathlock\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pathlock.com\/ar\/products\/elevated-access-management-software\/\" \/>\n<meta property=\"og:site_name\" content=\"Pathlock\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-18T11:10:08+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:site\" content=\"@pathlock\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/products\\\/elevated-access-management-software\\\/\",\"url\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/products\\\/elevated-access-management-software\\\/\",\"name\":\"Elevated Access Management Software | Pathlock\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/#website\"},\"datePublished\":\"2025-07-09T12:40:14+00:00\",\"dateModified\":\"2025-12-18T11:10:08+00:00\",\"description\":\"\u0628\u0633\u0651\u0637 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0645\u064a\u0632 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0643 \u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u062c\u0627\u0647\u0632\u0629 \u0644\u0644\u062a\u062f\u0642\u064a\u0642 \u0648\u0627\u0644\u0645\u0642\u064a\u062f\u0629 \u0628\u0627\u0644\u0648\u0642\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Pathlock\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/products\\\/elevated-access-management-software\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pathlock.com\\\/ar\\\/products\\\/elevated-access-management-software\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/products\\\/elevated-access-management-software\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/\",\"name\":\"Pathlock\",\"description\":\"The Leader in Application Security and Controls Automation\",\"publisher\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/#organization\",\"name\":\"Pathlock, Inc\",\"url\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/ar\\\/#\\\/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\\\/ar\\\/#\\\/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":"Elevated Access Management Software | Pathlock","description":"\u0628\u0633\u0651\u0637 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0645\u064a\u0632 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0643 \u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u062c\u0627\u0647\u0632\u0629 \u0644\u0644\u062a\u062f\u0642\u064a\u0642 \u0648\u0627\u0644\u0645\u0642\u064a\u062f\u0629 \u0628\u0627\u0644\u0648\u0642\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 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\/ar\/products\/elevated-access-management-software\/","og_locale":"ar_AR","og_type":"article","og_title":"\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645","og_description":"\u0628\u0633\u0651\u0637 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0645\u064a\u0632 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0643 \u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u062c\u0627\u0647\u0632\u0629 \u0644\u0644\u062a\u062f\u0642\u064a\u0642 \u0648\u0627\u0644\u0645\u0642\u064a\u062f\u0629 \u0628\u0627\u0644\u0648\u0642\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Pathlock","og_url":"https:\/\/pathlock.com\/ar\/products\/elevated-access-management-software\/","og_site_name":"Pathlock","article_modified_time":"2025-12-18T11:10:08+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_site":"@pathlock","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pathlock.com\/ar\/products\/elevated-access-management-software\/","url":"https:\/\/pathlock.com\/ar\/products\/elevated-access-management-software\/","name":"Elevated Access Management Software | Pathlock","isPartOf":{"@id":"https:\/\/pathlock.com\/ar\/#website"},"datePublished":"2025-07-09T12:40:14+00:00","dateModified":"2025-12-18T11:10:08+00:00","description":"\u0628\u0633\u0651\u0637 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0645\u064a\u0632 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0643 \u0627\u0644\u0645\u0647\u0645\u0629 \u0627\u0644\u062c\u0627\u0647\u0632\u0629 \u0644\u0644\u062a\u062f\u0642\u064a\u0642 \u0648\u0627\u0644\u0645\u0642\u064a\u062f\u0629 \u0628\u0627\u0644\u0648\u0642\u062a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Pathlock","breadcrumb":{"@id":"https:\/\/pathlock.com\/ar\/products\/elevated-access-management-software\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pathlock.com\/ar\/products\/elevated-access-management-software\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pathlock.com\/ar\/products\/elevated-access-management-software\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pathlock.com\/ar\/"},{"@type":"ListItem","position":2,"name":"\u0628\u0631\u0646\u0627\u0645\u062c \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062a\u0642\u062f\u0645"}]},{"@type":"WebSite","@id":"https:\/\/pathlock.com\/ar\/#website","url":"https:\/\/pathlock.com\/ar\/","name":"Pathlock","description":"The Leader in Application Security and Controls Automation","publisher":{"@id":"https:\/\/pathlock.com\/ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pathlock.com\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/pathlock.com\/ar\/#organization","name":"Pathlock, Inc","url":"https:\/\/pathlock.com\/ar\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/pathlock.com\/ar\/#\/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\/ar\/#\/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\/ar\/wp-json\/wp\/v2\/products\/42126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pathlock.com\/ar\/wp-json\/wp\/v2\/products"}],"about":[{"href":"https:\/\/pathlock.com\/ar\/wp-json\/wp\/v2\/types\/products"}],"wp:attachment":[{"href":"https:\/\/pathlock.com\/ar\/wp-json\/wp\/v2\/media?parent=42126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pathlock.com\/ar\/wp-json\/wp\/v2\/categories?post=42126"},{"taxonomy":"products_type","embeddable":true,"href":"https:\/\/pathlock.com\/ar\/wp-json\/wp\/v2\/products_type?post=42126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}