{"id":4558,"date":"2025-08-02T19:03:47","date_gmt":"2025-08-02T15:03:47","guid":{"rendered":"https:\/\/staging.mydent-ge.com\/3d-dental-scanning\/"},"modified":"2026-05-05T13:16:23","modified_gmt":"2026-05-05T09:16:23","slug":"3d-dental-scanning","status":"publish","type":"page","link":"https:\/\/staging.mydent-ge.com\/en\/dental-technology\/3d-dental-scanning\/","title":{"rendered":"3D-dental scanning"},"content":{"rendered":"\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=Roboto:wght@400;500;700&#038;family=Oswald:wght@500;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            --main-dark-blue: #0e1a2b; \n            --accent-blue: #79c5ff;\n            --light-bg-blue: rgba(220, 240, 255, 0.85);\n            --white: #ffffff;\n            --grey-text: #666666;\n            --hover-blue: #5aa7e6;\n            --border-color-light: #d4e6ff;\n        }\n\n        * {\n            box-sizing: border-box;\n        }\n        html, body {\n            margin: 0;\n            padding: 0;\n            overflow-x: hidden;\n            font-family: 'Roboto', Arial, sans-serif;\n            line-height: 1.6;\n            background-color: var(--white);\n            color: var(--main-dark-blue);\n        }\n        \n        \/* Hero Section (Banner) Styles *\/\n        .hero-section {\n            position: relative;\n            height: 60vh;\n            min-height: 400px;\n            width: 100vw;\n            margin-left: calc(-50vw + 50%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            color: var(--white);\n            background-image: url('https:\/\/images.unsplash.com\/photo-1619451999196-e18104616569?q=80&w=2070&auto=format&fit=crop');\n            background-size: cover;\n            background-position: center;\n            box-sizing: border-box;\n        }\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-color: rgba(14, 26, 43, 0.6);\n        }\n        .hero-content {\n            position: relative;\n            z-index: 1;\n            max-width: 800px;\n            padding: 20px;\n            background-color: rgba(14, 26, 43, 0.5);\n            border-radius: 10px;\n        }\n        .hero-content h1 {\n            font-family: 'Oswald', sans-serif;\n            font-size: 3em;\n            color: var(--white);\n            line-height: 1.2;\n            margin-bottom: 10px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n            border: none;\n            padding-bottom: 0;\n        }\n        .hero-content p {\n            font-size: 1.2em;\n            color: var(--accent-blue);\n        }\n\n        \/* General Section Styles *\/\n        .section-full-bg {\n            width: 100vw;\n            margin-left: calc(-50vw + 50%);\n            padding: 60px 20px;\n            box-sizing: border-box;\n        }\n        .section-inner {\n            max-width: 1240px;\n            margin: 0 auto;\n            padding: 0;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Oswald', sans-serif;\n            color: var(--main-dark-blue);\n            margin-top: 0;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        h2 {\n            font-size: 2.5em;\n            margin-top: 40px;\n            border-bottom: 2px solid var(--border-color-light);\n            padding-bottom: 15px;\n        }\n        h3 {\n            font-size: 1.8em;\n        }\n\n        .intro-text {\n            font-size: 1.1em;\n            text-align: center;\n            max-width: 900px;\n            margin: 40px auto;\n        }\n\n        \/* Buttons *\/\n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background-color: var(--accent-blue);\n            color: var(--main-dark-blue);\n            padding: 12px 25px;\n            border-radius: 6px;\n            font-size: 1.1em;\n            margin: 5px;\n            transition: background-color 0.3s ease, transform 0.2s ease;\n            text-decoration: none;\n            font-weight: 600;\n            border: 1px solid transparent;\n        }\n        .cta-button:hover {\n            background-color: var(--hover-blue);\n            transform: translateY(-2px);\n            text-decoration: none;\n        }\n        .cta-button.secondary {\n            background-color: transparent;\n            color: var(--white);\n            border: 1px solid var(--white);\n        }\n        .cta-button.secondary:hover {\n            background-color: var(--white);\n            color: var(--main-dark-blue);\n        }\n\n        \/* Advantages *\/\n        .advantages-wrapper {\n            background: var(--white);\n            border: 2px solid var(--border-color-light);\n            border-radius: 14px;\n            padding: 30px;\n            margin-top: 30px;\n            margin-bottom: 40px;\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);\n        }\n        .advantages-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n        .advantage-item {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            background: var(--light-bg-blue);\n            border: 1px solid var(--accent-blue);\n            border-radius: 10px;\n            padding: 20px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .advantage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(121, 197, 255, 0.2);\n        }\n        .advantage-item .icon {\n            font-size: 2.5em;\n            color: var(--main-dark-blue);\n            min-width: 40px;\n            text-align: center;\n        }\n        .advantage-item h3 {\n            font-size: 1.3em;\n            margin: 0 0 5px 0;\n            border: none;\n            padding: 0;\n            text-align: left;\n        }\n        .advantage-item p {\n            margin: 0;\n            font-size: 0.95em;\n            text-align: left;\n        }\n\n        \/* Two Column Section *\/\n        .two-column-section {\n            display: flex;\n            gap: 40px;\n            align-items: center;\n            margin: 60px 0;\n        }\n        .two-column-section .column-text { flex: 1; }\n        .two-column-section .column-image { flex: 0 0 40%; }\n        .two-column-section img {\n            width: 100%;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n        }\n        .two-column-section h2, .two-column-section h3 {\n            text-align: left;\n            border-bottom: 2px solid var(--border-color-light);\n            padding-bottom: 10px;\n            margin-top: 0;\n        }\n\n        \/* Lists *\/\n        ul {\n            list-style: none;\n            padding-left: 0;\n            text-align: left;\n        }\n        ul li {\n            position: relative;\n            padding-left: 25px;\n            margin-bottom: 10px;\n        }\n        .section-inner ul li::before {\n            content: '\\f058';\n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            position: absolute;\n            left: 0;\n            top: 2px;\n            color: var(--accent-blue);\n        }\n\n        \/* FAQ *\/\n        .faq-container {\n            border-radius: 14px;\n            margin-top: 40px;\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);\n            background: var(--white);\n            border: 2px solid var(--border-color-light);\n            padding: 30px;\n            text-align: left;\n        }\n        .faq-item { margin-bottom: 15px; border-bottom: 1px solid var(--border-color-light); padding-bottom: 10px; }\n        .faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n        .faq-question { font-weight: 600; cursor: pointer; font-size: 1.1em; display: flex; justify-content: space-between; align-items: center; padding: 5px 0; transition: color 0.3s ease; }\n        .faq-question:hover { color: var(--accent-blue); }\n        .faq-question i { margin-left: 10px; transition: transform 0.3s ease; color: var(--accent-blue); }\n        .faq-question.active i { transform: rotate(180deg); }\n        .faq-answer { display: none; margin-top: 10px; padding-left: 10px; }\n\n        \/* CTA Block *\/\n        #cta-section {\n            background: var(--main-dark-blue);\n            padding: 50px 0;\n            color: var(--white);\n            text-align: center;\n            margin-top: 40px;\n        }\n        #cta-section .section-inner {\n            border-radius: 0;\n            padding: 50px 20px;\n        }\n        #cta-section h2 {\n            color: var(--accent-blue);\n            border: none;\n            font-size: 2.5em;\n            margin-bottom: 20px;\n            margin-top: 0;\n        }\n        #cta-section p {\n            font-size: 1.1em;\n            margin-bottom: 30px;\n        }\n\n        \/* CTA Form *\/\n        .form-container {\n            max-width: 600px;\n            margin: 40px auto 0;\n            text-align: left;\n        }\n        #cta-section .form-container p,\n        #cta-section .social-links-container p {\n            color: var(--white);\n        }\n        #cta-section input[type=\"text\"],\n        #cta-section input[type=\"tel\"] {\n            background-color: var(--white);\n            color: var(--main-dark-blue) !important;\n            border: 1px solid var(--accent-blue);\n            width: 100%;\n            padding: 12px;\n            margin-bottom: 15px;\n            border-radius: 6px;\n            font-size: 1rem;\n            font-family: 'Roboto', sans-serif;\n            transition: border-color 0.3s ease, box-shadow 0.3s ease;\n        }\n        #cta-section textarea {\n            background-color: var(--light-bg-blue);\n            color: var(--main-dark-blue) !important;\n            border: 1px solid var(--accent-blue);\n            width: 100%;\n            padding: 12px;\n            margin-bottom: 15px;\n            border-radius: 6px;\n            font-size: 1rem;\n            font-family: 'Roboto', sans-serif;\n            transition: border-color 0.3s ease, box-shadow 0.3s ease;\n        }\n        #cta-section input::placeholder,\n        #cta-section textarea::placeholder {\n            color: var(--grey-text) !important;\n        }\n        #cta-section input:focus,\n        #cta-section textarea:focus {\n            outline: none;\n            border-color: var(--hover-blue);\n            box-shadow: 0 0 0 3px rgba(121, 197, 255, 0.2);\n        }\n\n        \/* CTA Contact Info *\/\n        .additional-contact-info {\n            margin: 30px 0;\n            color: rgba(255, 255, 255, 0.9);\n            line-height: 1.8;\n        }\n        .additional-contact-info a {\n            color: var(--accent-blue);\n            text-decoration: none;\n        }\n        .additional-contact-info a:hover {\n            text-decoration: underline;\n        }\n\n        \/* Social Buttons *\/\n        .social-links-container {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        .social-buttons-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: center;\n            max-width: 500px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        .social-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            padding: 10px 20px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: opacity 0.3s ease;\n            justify-content: center;\n            flex-basis: calc(50% - 7.5px);\n        }\n        .social-button:hover { opacity: 0.85; }\n        .social-button.whatsapp { \n            background-color: #25D366; \n            color: var(--white);\n        }\n        .social-button.telegram { \n            background-color: #1d759b;\n            color: var(--white);\n        }\n        .social-button.instagram { \n            background: #c22a61;\n            color: var(--white);\n        }\n        .social-button.facebook { \n            background-color: #1877F2; \n            color: var(--white);\n        }\n\n        \/* Responsiveness *\/\n        @media (max-width: 768px) {\n            .hero-content h1 { font-size: 2.2em; }\n            .hero-content p { font-size: 1.1em; }\n            h2 { font-size: 2em; }\n            h3 { font-size: 1.4em; }\n\n            .advantages-grid, .two-column-section { flex-direction: column; }\n            .two-column-section .column-image { order: -1; margin-bottom: 20px; flex-basis: auto; }\n            .two-column-section h2 { text-align: center; }\n\n            .hero-section { height: 50vh; min-height: 300px; }\n            .hero-content {\n                max-width: 100%;\n                width: 100%;\n                border-radius: 0;\n                padding: 20px 0;\n                background-color: rgba(14, 26, 43, 0.6);\n            }\n            .hero-content h1, .hero-content p { padding: 0 15px; }\n\n            .section-full-bg { padding: 40px 15px; }\n            .section-inner { padding: 0; }\n            #cta-section .section-inner { padding: 50px 20px; }\n\n            .social-button { flex-basis: 100%; }\n            .cta-button {\n                width: 100%;\n                margin: 10px 0;\n                justify-content: center;\n            }\n        }\n        @media (max-width: 480px) {\n            h1 { font-size: 1.7em; }\n            h2 { font-size: 1.5em; }\n            .cta-button, #cta-section .cta-button {\n                font-size: 1em;\n                padding: 12px 20px;\n            }\n        }\n    <\/style>\n\n<header class=\"hero-section\">\n    <div class=\"hero-content\">\n        <h1>3D-Dental Scanning<\/h1>\n        <p>Precise Diagnostics for Dental Implants, Orthodontics, and Veneers<\/p>\n    <\/div>\n<\/header>\n\n<div class=\"main-content\">\n<div class=\"section-full-bg\">\n    <div class=\"section-inner\">\n\n        <p class=\"intro-text\"><strong>Digital 3D-dental scanning<\/strong> is a modern technology for painless and safe diagnostics. At <strong>My DENT, Batumi<\/strong>, we use intraoral scanners to create a comprehensive 3D model of the dentofacial system, which is used for dental implants, orthodontics, and the placement of crowns and veneers.<\/p>\n\n        <div class=\"two-column-section\">\n            <div class=\"column\">\n                <h2 id=\"applications\" style=\"margin-top:0;\">Where Digital Scanning is Used<\/h2>\n                <ul>\n                    <li><strong><a href=\"https:\/\/staging.mydent-ge.com\/en\/services\/dental-implantation\/\">Dental Implants<\/a>:<\/strong> Visualizing the bite and adjacent teeth, determining the implant&#8217;s position.<\/li>\n                    <li><strong><a href=\"https:\/\/staging.mydent-ge.com\/en\/services\/aligners-and-braces\/\">Orthodontics<\/a>:<\/strong> Modeling the bite and tooth movement in a digital space.<\/li>\n                    <li><strong><a href=\"https:\/\/staging.mydent-ge.com\/en\/services\/dental-prosthetics\/\">Dental Prosthetics<\/a>:<\/strong> Fitting crowns, inlays, and restorations with anatomical precision.<\/li>\n                    <li><strong>Veneers:<\/strong> Digital smile design \u2014 shaping the form, color, and position of teeth.<\/li>\n                    <li><strong>Cosmetic Dentistry:<\/strong> Simulating results before treatment begins.<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"column\">\n                <h2 id=\"advantages\" style=\"margin-top:0;\">3D-Dental Scanning: Advantages<\/h2>\n                <ul>\n                    <li><strong>Painless and Safe<\/strong> \u2014 no radiation or discomfort<\/li>\n                    <li><strong>Suitable for children, pregnant women, and sensitive patients<\/strong><\/li>\n                    <li><strong>Micron-level accuracy<\/strong> \u2014 replacing traditional impressions<\/li>\n                    <li><strong>Speeds up treatment stages<\/strong> \u2014 prosthetics, veneers, braces<\/li>\n                    <li><strong>Digital planning<\/strong> and highly aesthetic results<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <section class=\"two-column-section\">\n            <div class=\"column-text\">\n                <h2 id=\"premium\" style=\"margin-top: 0;\">The Scanner as Part of Premium Dentistry<\/h2>\n                <p>The digital model allows the dentist to evaluate the outcome in advance, select the precise shape of the teeth, and create an error-free treatment plan. The patient sees <strong>their future smile before procedures begin<\/strong>, which eliminates surprises and builds trust.<\/p>\n                <p>At the <strong>My DENT clinic in Batumi<\/strong>, we use <strong>CAD\/CAM, 3D modeling, and digital smile design<\/strong> technologies to ensure every treatment is precise, fast, and aesthetic.<\/p>\n            <\/div>\n            <div class=\"column-image\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1629904853716-f0bc54eea481?q=80&#038;w=2070&#038;auto=format&#038;fit=crop\" alt=\"3D-dental scanning for digital smile design at My DENT\">\n            <\/div>\n        <\/section>\n\n        <h2 id=\"faq\">Questions and Answers (FAQ)<\/h2>\n        <div class=\"faq-container\">\n            <div class=\"faq-item\">\n                <p class=\"faq-question\">Can a 3D scanner replace an X-ray?<i class=\"fas fa-chevron-down\"><\/i><\/p>\n                <p class=\"faq-answer\">Partially. The scanner captures the external shape of the teeth and gums, but a computed tomography (CT) scan is required to assess the condition of the bone tissue.<\/p>\n            <\/div>\n            <div class=\"faq-item\">\n                <p class=\"faq-question\">Is scanning suitable for braces and aligners?<i class=\"fas fa-chevron-down\"><\/i><\/p>\n                <p class=\"faq-answer\">Yes. We use digital scanning to create precise, custom orthodontic appliances.<\/p>\n            <\/div>\n            <div class=\"faq-item\">\n                <p class=\"faq-question\">Is the scanner used for veneers and restorations?<i class=\"fas fa-chevron-down\"><\/i><\/p>\n                <p class=\"faq-answer\">Absolutely. The scanner is a key step in digitally modeling the ideal shape and position of future veneers or crowns.<\/p>\n            <\/div>\n            <div class=\"faq-item\">\n                <p class=\"faq-question\">Is it safe for pregnant women?<i class=\"fas fa-chevron-down\"><\/i><\/p>\n                <p class=\"faq-answer\">Yes. The method is completely safe as it does not use X-rays or any other form of ionizing radiation.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<section id=\"cta-section\" class=\"section-full-bg\">\n    <div class=\"section-inner\">\n        <h2>Book a Consultation<\/h2>\n        <p>Take the first step toward a healthy smile. Schedule a <strong>consultation<\/strong>, and we will create a <strong>personalized treatment plan<\/strong> for you.<\/p>\n\n        <div>\n            <a href=\"https:\/\/wa.me\/995514117070\" target=\"_blank\" rel=\"noopener\" class=\"cta-button\"><i class=\"fab fa-whatsapp\"><\/i> Message on WhatsApp<\/a>\n            <a href=\"tel:+995514117070\" class=\"cta-button secondary\"><i class=\"fas fa-phone-alt\"><\/i> Call Us<\/a>\n        <\/div>\n\n        <div class=\"additional-contact-info\">\n            <p><strong>Address:<\/strong> 43 Vakhtang Gorgasali St, <strong>Batumi<\/strong><\/p>\n            <p><strong>Email:<\/strong> <a href=\"mailto:mydentge@yahoo.com\">mydentge@yahoo.com<\/a><\/p>\n            <p><strong>Working Hours:<\/strong> Mon\u2013Fri: 10:00 \u2013 20:00, Sat: 10:00 \u2013 19:00 (Sun: Closed)<\/p>\n        <\/div>\n\n        <div class=\"social-links-container\">\n            <p><strong>Find us on social media:<\/strong><\/p>\n            <div class=\"social-buttons-grid\">\n                <a href=\"https:\/\/wa.me\/995514117070\" target=\"_blank\" rel=\"noopener\" class=\"social-button whatsapp\"><i class=\"fab fa-whatsapp\"><\/i> WhatsApp<\/a>\n                <a href=\"https:\/\/t.me\/MyDent_Batumi\" target=\"_blank\" rel=\"noopener\" class=\"social-button telegram\"><i class=\"fab fa-telegram\"><\/i> Telegram<\/a>\n                <a href=\"https:\/\/www.instagram.com\/my_dent_batumi\/\" target=\"_blank\" rel=\"noopener\" class=\"social-button instagram\"><i class=\"fab fa-instagram\"><\/i> Instagram<\/a>\n                <a href=\"https:\/\/www.facebook.com\/mydentbatumi\/\" target=\"_blank\" rel=\"noopener\" class=\"social-button facebook\"><i class=\"fab fa-facebook\"><\/i> Facebook<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"form-container\">\n            <p>Or leave a request, and we will call you back:<\/p>\n            <form action=\"#\" method=\"post\">\n                <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required>\n                <input type=\"tel\" name=\"phone\" placeholder=\"Your Phone Number\" required>\n                <textarea name=\"comment\" placeholder=\"Your Comment (optional)\" rows=\"3\"><\/textarea>\n                <button type=\"submit\" class=\"cta-button\" style=\"width:100%; justify-content:center;\">Send Request<\/button>\n            <\/form>\n        <\/div>\n    <\/div>\n<\/section>\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"Can a 3D scanner replace an X-ray?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Partially. The scanner captures the external shape of the teeth and gums, but a computed tomography (CT) scan is required to assess the condition of the bone tissue.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Is scanning suitable for braces and aligners?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Yes. We use digital scanning to create precise, custom orthodontic appliances.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Is the scanner used for veneers and restorations?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Absolutely. The scanner is a key step in digitally modeling the ideal shape and position of future veneers or crowns.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Is it safe for pregnant women?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Yes. The method is completely safe as it does not use X-rays or any other form of ionizing radiation.\"\n    }\n  }]\n}\n<\/script>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ FAQ Accordion Script\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const answer = question.nextElementSibling;\n                const icon = question.querySelector('i');\n                const currentlyActive = question.classList.contains('active');\n                \n                document.querySelectorAll('.faq-question.active').forEach(activeQuestion => {\n                    activeQuestion.classList.remove('active');\n                    activeQuestion.nextElementSibling.style.display = 'none';\n                    if (activeQuestion.querySelector('i')) {\n                        activeQuestion.querySelector('i').style.transform = 'rotate(0deg)';\n                    }\n                });\n                \n                if (!currentlyActive) {\n                    question.classList.add('active');\n                    answer.style.display = 'block';\n                    if (icon) {\n                        icon.style.transform = 'rotate(180deg)';\n                    }\n                }\n            });\n        });\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>3D-Dental Scanning Precise Diagnostics for Dental Implants, Orthodontics, and Veneers Digital 3D-dental scanning is a modern technology for painless and safe diagnostics. At My DENT, Batumi, we use intraoral scanners to create a comprehensive 3D model of the dentofacial system, which is used for dental implants, orthodontics, and the placement of crowns and veneers. Where&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":4847,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-4558","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/4558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/comments?post=4558"}],"version-history":[{"count":10,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/4558\/revisions"}],"predecessor-version":[{"id":4583,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/4558\/revisions\/4583"}],"up":[{"embeddable":true,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/4847"}],"wp:attachment":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/media?parent=4558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}