{"id":3459,"date":"2025-07-23T12:14:34","date_gmt":"2025-07-23T12:14:34","guid":{"rendered":"https:\/\/ultramon.braincavesoft.com\/?page_id=3459"},"modified":"2026-02-10T00:30:52","modified_gmt":"2026-02-09T22:30:52","slug":"politica-cookies-gdpr","status":"publish","type":"page","link":"https:\/\/ultramon.ro\/en\/politica-cookies-gdpr\/","title":{"rendered":"Cookies policy and GDPR Compliant"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3459\" class=\"elementor elementor-3459\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fac315 e-flex e-con-boxed e-con e-parent\" data-id=\"2fac315\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8868e24 elementor-widget elementor-widget-html\" data-id=\"8868e24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Politica privind utilizarea cookie-urilor \u0219i Regulamentul GDPR - ULTRAMON<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            color: #1E293B;\n            line-height: 1.6;\n            background: #FFFFFF;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            position: relative;\n            background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0D9488 100%);\n            padding: 100px 0 80px;\n            overflow: hidden;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            color: #FFFFFF;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            padding: 8px 24px;\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 500;\n            margin-bottom: 20px;\n            letter-spacing: 0.5px;\n        }\n\n        .hero-title {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 48px;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Main Content Section *\/\n        .main-content-section {\n            padding: 60px 0 100px;\n            background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);\n        }\n\n        \/* Section Divider *\/\n        .section-divider {\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .section-divider-title {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 36px;\n            font-weight: 700;\n            color: #0F172A;\n            display: inline-block;\n            padding: 0 30px;\n            background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);\n            position: relative;\n        }\n\n        .section-divider::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            right: 0;\n            top: 50%;\n            height: 2px;\n            background: linear-gradient(90deg, transparent 0%, #0D9488 50%, transparent 100%);\n            z-index: 0;\n        }\n\n        .section-divider-title {\n            position: relative;\n            z-index: 1;\n        }\n\n        .content-card {\n            background: #FFFFFF;\n            border-radius: 20px;\n            padding: 40px;\n            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);\n            border: 2px solid #F1F5F9;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n        }\n\n        .content-card:hover {\n            border-color: #0D9488;\n        }\n\n        .content-card:last-child {\n            margin-bottom: 0;\n        }\n\n        .content-card-header {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            margin-bottom: 24px;\n        }\n\n        .content-card-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            box-shadow: 0 10px 20px -5px rgba(13, 148, 136, 0.3);\n        }\n\n        .content-card-icon svg {\n            width: 28px;\n            height: 28px;\n            color: white;\n        }\n\n        .content-card-title {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 26px;\n            font-weight: 700;\n            color: #0F172A;\n        }\n\n        .content-card p {\n            font-size: 16px;\n            color: #475569;\n            line-height: 1.8;\n            margin-bottom: 16px;\n        }\n\n        .content-card p:last-child {\n            margin-bottom: 0;\n        }\n\n        .content-card ul {\n            list-style: none;\n            margin: 16px 0;\n            padding: 0;\n        }\n\n        .content-card ul li {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 12px;\n            font-size: 16px;\n            color: #475569;\n            line-height: 1.7;\n        }\n\n        .content-card ul li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 10px;\n            width: 8px;\n            height: 8px;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            border-radius: 50%;\n        }\n\n        .content-card ul li:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Main Section Header *\/\n        .main-section-header {\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            color: white;\n            padding: 20px 30px;\n            border-radius: 16px;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n\n        .main-section-header h2 {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 32px;\n            font-weight: 700;\n            margin: 0;\n        }\n\n        \/* Contact Link *\/\n        .contact-link {\n            color: #0D9488;\n            text-decoration: none;\n            font-weight: 600;\n            transition: color 0.2s;\n        }\n\n        .contact-link:hover {\n            color: #0891B2;\n        }\n\n        \/* Rights Grid *\/\n        .rights-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n        }\n\n        .rights-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 14px 18px;\n            background: #F8FAFC;\n            border-radius: 10px;\n            transition: all 0.2s ease;\n        }\n\n        .rights-item:hover {\n            background: #F0FDFA;\n        }\n\n        .rights-icon {\n            width: 24px;\n            height: 24px;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .rights-icon svg {\n            width: 14px;\n            height: 14px;\n            color: white;\n        }\n\n        .rights-item p {\n            font-size: 14px;\n            color: #475569;\n            margin: 0;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 32px;\n            }\n\n            .content-card {\n                padding: 24px;\n            }\n\n            .content-card-header {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 12px;\n            }\n\n            .rights-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"hero-badge\">Confiden\u021bialitate & Protec\u021bie Date<\/div>\n                <h1 class=\"hero-title\">Policy on the Use of Cookies and GDPR Regulation<\/h1>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Main Content Section -->\n    <section class=\"main-content-section\">\n        <div class=\"container\">\n\n            <!-- COOKIES Section Header -->\n            <div class=\"main-section-header\">\n                <h2>COOKIES<\/h2>\n            <\/div>\n\n            <!-- Ce se \u00een\u021belege prin cookie-uri? -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path>\n                            <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">What are cookies?<\/h2>\n                <\/div>\n\n                <p>A cookie is a small text file that a website saves on your computer or mobile device when you visit it. Thanks to cookies, the site remembers your actions and preferences (login, language, font size, and other display preferences) over a period of time. This way, you don\u2019t have to re-enter them every time you return to the site or navigate between pages.<\/p>\n            <\/div>\n\n            <!-- Cum se folosesc cookie-urile? -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M12 20h9\"><\/path>\n                            <path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">How are cookies used?<\/h2>\n                <\/div>\n\n                <p>Some of our pages use cookies to remember:<\/p>\n\n                <ul>\n                    <li>Preferin\u021bele dumneavoastr\u0103 de afi\u0219are, cum ar fi contrastul, culoarea sau dimensiunea caracterelor<\/li>\n                    <li>Dac\u0103 a\u021bi r\u0103spuns la un sondaj pop-up privind utilitatea con\u021binutului (pentru a nu fi \u00eentrebat din nou)<\/li>\n                    <li>Dac\u0103 a\u021bi acceptat (sau nu) utilizarea cookie-urilor pe site.<\/li>\n                <\/ul>\n\n                <p>Some videos hosted on our pages also use cookies to collect anonymous statistics about how you arrived at the site and which videos you viewed.<\/p>\n            <\/div>\n\n            <!-- Activarea cookie-urilor -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path>\n                            <polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Enabling cookies<\/h2>\n                <\/div>\n\n                <p>Enabling cookies is not strictly necessary for the site to function, but it can improve your browsing experience. You can delete or block cookies; however, if you do so, some site features may not work properly.<\/p>\n            <\/div>\n\n            <!-- Folosim \u0219i alte cookie-uri? -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n                            <path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Do we use other cookies?<\/h2>\n                <\/div>\n\n                <p>Some of our pages or subsites may use additional or different cookies than those described above. In such cases, you will find details on the specific pages, and you may be asked for consent to store them.<\/p>\n            <\/div>\n\n            <!-- Cum pute\u021bi controla cookie-urile? -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <path d=\"M12 6v6l4 2\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">How can you control cookies?<\/h2>\n                <\/div>\n\n                <p>You can control and\/or delete cookies as you wish \u2013 for details, see aboutcookies.org. You can delete all cookies already on your computer and set most browsers to block them from being placed. If you do this, you may have to manually adjust some preferences each time you visit the site, and some services or options may not work.<\/p>\n            <\/div>\n\n            <!-- REGULAMENT GDPR Section Header -->\n            <div class=\"main-section-header\" style=\"margin-top: 60px;\">\n                <h2>GDPR REGULATION<\/h2>\n            <\/div>\n\n            <!-- Intro GDPR -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Protec\u021bia datelor personale<\/h2>\n                <\/div>\n\n                <p>ULTRAMON PLUS S.R.L. responsibly handles the protection of your personal data and applies applicable legislation. The processing of personal data allows you to be informed about the protection we guarantee and the purpose of collecting personal data.<\/p>\n            <\/div>\n\n            <!-- Principii de prelucrare -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\n                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\n                            <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line>\n                            <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line>\n                            <polyline points=\"10 9 9 9 8 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Processing principles<\/h2>\n                <\/div>\n\n                <p>We only process the personal data you have provided, for the indicated period and for the purposes defined by you as the operator. Your data remains your property, is stored on devices in Romania, and is secured by a well-implemented backup system.<\/p>\n            <\/div>\n\n            <!-- Responsabil cu protec\u021bia datelor -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Data Protection Officer<\/h2>\n                <\/div>\n\n                <p>\u00cencep\u00e2nd cu data de 25 mai 2018, pute\u021bi contacta responsabilul cu protec\u021bia datelor la <a href=\"mailto:office@ultramon.ro\" class=\"contact-link\">office@ultramon.ro<\/a>.<\/p>\n            <\/div>\n\n            <!-- Scopul prelucr\u0103rii -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle>\n                            <circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Purpose of processing<\/h2>\n                <\/div>\n\n                <p>The purpose is to carry out the activity of supplying the products ordered by clients. Legal basis: conclusion and execution of the contract (Art. 6 para. (1) lit. (b), GDPR).<\/p>\n            <\/div>\n\n            <!-- Datele prelucrate -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"><\/ellipse>\n                            <path d=\"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3\"><\/path>\n                            <path d=\"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Data processed<\/h2>\n                <\/div>\n\n                <p>Name, surname, address, phone number, e-mail address, personal identification number, date of birth, and order details.<\/p>\n            <\/div>\n\n            <!-- Destinatari -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\n                            <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path>\n                            <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Recipients<\/h2>\n                <\/div>\n\n                <p>Data may be transmitted to public authorities, external consultants, or authorized entities providing services (e.g., courier, accounting), always with appropriate data protection safeguards.<\/p>\n            <\/div>\n\n            <!-- Durata stoc\u0103rii -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Data retention<\/h2>\n                <\/div>\n\n                <p>Data is kept as long as necessary to achieve the purpose or in accordance with legal obligations (e.g., archiving, tax reporting).<\/p>\n            <\/div>\n\n            <!-- Drepturile persoanelor vizate -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path>\n                            <polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Data subject rights<\/h2>\n                <\/div>\n\n                <p>You have the right to: information, access, rectification, erasure, restriction, objection, portability, withdrawal of consent, and to file a complaint with the competent authority.<\/p>\n            <\/div>\n\n            <!-- Lista drepturilor conform GDPR -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"><\/line>\n                            <line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"><\/line>\n                            <line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"><\/line>\n                            <line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"><\/line>\n                            <line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"><\/line>\n                            <line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">List of GDPR rights<\/h2>\n                <\/div>\n\n                <div class=\"rights-grid\">\n                    <div class=\"rights-item\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul la informare<\/p>\n                    <\/div>\n\n                    <div class=\"rights-item\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul la rectificare<\/p>\n                    <\/div>\n\n                    <div class=\"rights-item\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul la \u0219tergerea datelor (\u201edreptul de a fi uitat\")<\/p>\n                    <\/div>\n\n                    <div class=\"rights-item\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul la restric\u021bionarea prelucr\u0103rii<\/p>\n                    <\/div>\n\n                    <div class=\"rights-item\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul de opozi\u021bie<\/p>\n                    <\/div>\n\n                    <div class=\"rights-item\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul la portabilitatea datelor<\/p>\n                    <\/div>\n\n                    <div class=\"rights-item\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul de a depune pl\u00e2ngere<\/p>\n                    <\/div>\n\n                    <div class=\"rights-item\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul de retragere a consim\u021b\u0103m\u00e2ntului<\/p>\n                    <\/div>\n\n                    <div class=\"rights-item\" style=\"grid-column: span 2;\">\n                        <div class=\"rights-icon\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                            <\/svg>\n                        <\/div>\n                        <p>Dreptul de a nu fi supus unor decizii automate sau profilare suplimentar\u0103<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Politica privind utilizarea cookie-urilor \u0219i Regulamentul GDPR &#8211; ULTRAMON Confiden\u021bialitate &#038; Protec\u021bie Date Politica privind utilizarea cookie-urilor \u0219i Regulamentul GDPR COOKIES Ce se \u00een\u021belege prin cookie-uri? Cookie-ul este un fi\u0219ier text de mici dimensiuni pe care un site \u00eel salveaz\u0103 \u00een calculatorul sau dispozitivul dumneavoastr\u0103 mobil atunci c\u00e2nd \u00eel vizita\u021bi. Datorit\u0103 cookie-urilor, site-ul re\u021bine, pe [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3459","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages\/3459","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/comments?post=3459"}],"version-history":[{"count":0,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages\/3459\/revisions"}],"wp:attachment":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/media?parent=3459"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}