{"id":19,"date":"2026-09-20T20:54:30","date_gmt":"2026-09-20T20:54:30","guid":{"rendered":"https:\/\/digitemu.online\/?page_id=19"},"modified":"2026-09-20T20:56:31","modified_gmt":"2026-09-20T20:56:31","slug":"uses","status":"publish","type":"page","link":"https:\/\/digitemu.online\/?page_id=19","title":{"rendered":"Uses"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19\" class=\"elementor elementor-19\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81ad07f e-flex e-con-boxed e-con e-parent\" data-id=\"81ad07f\" 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-cf6cb7c elementor-widget elementor-widget-html\" data-id=\"cf6cb7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n    <title>Types of Antivirus Software & Security Features | Digitemu<\/title>\r\n\r\n    <meta name=\"description\" content=\"Learn about different types of antivirus software, common security features, scanning methods, real-time protection, updates, and device security.\">\r\n    <meta name=\"robots\" content=\"index, follow\">\r\n\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: Arial, Helvetica, sans-serif;\r\n            background: #ffffff;\r\n            color: #202124;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        .container {\r\n            width: 92%;\r\n            max-width: 1150px;\r\n            margin: auto;\r\n        }\r\n\r\n        .hero {\r\n            padding: 85px 20px;\r\n            text-align: center;\r\n            background: #f5f8ff;\r\n            border-bottom: 1px solid #e5e7eb;\r\n        }\r\n\r\n        .badge {\r\n            display: inline-block;\r\n            padding: 7px 16px;\r\n            border-radius: 30px;\r\n            background: #e8f0fe;\r\n            color: #2457a6;\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: 46px;\r\n            line-height: 1.2;\r\n            color: #172033;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .hero p {\r\n            max-width: 780px;\r\n            margin: auto;\r\n            font-size: 18px;\r\n            color: #5f6368;\r\n        }\r\n\r\n        section {\r\n            padding: 70px 0;\r\n        }\r\n\r\n        .section-title {\r\n            text-align: center;\r\n            margin-bottom: 45px;\r\n        }\r\n\r\n        .section-title h2 {\r\n            font-size: 34px;\r\n            color: #172033;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .section-title p {\r\n            max-width: 720px;\r\n            margin: auto;\r\n            color: #6b7280;\r\n        }\r\n\r\n        .types {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 22px;\r\n        }\r\n\r\n        .type-card {\r\n            border: 1px solid #e5e7eb;\r\n            border-radius: 17px;\r\n            padding: 30px;\r\n            background: #ffffff;\r\n            transition: 0.2s ease;\r\n        }\r\n\r\n        .type-card:hover {\r\n            transform: translateY(-4px);\r\n            box-shadow: 0 12px 30px rgba(30, 50, 80, 0.08);\r\n        }\r\n\r\n        .icon {\r\n            width: 55px;\r\n            height: 55px;\r\n            border-radius: 13px;\r\n            background: #eef4ff;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 25px;\r\n            margin-bottom: 18px;\r\n        }\r\n\r\n        .type-card h3 {\r\n            font-size: 21px;\r\n            color: #172033;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .type-card p {\r\n            font-size: 15px;\r\n            color: #666b73;\r\n        }\r\n\r\n        .gray-section {\r\n            background: #f8fafc;\r\n        }\r\n\r\n        .feature-list {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 20px;\r\n        }\r\n\r\n        .feature {\r\n            display: flex;\r\n            gap: 18px;\r\n            padding: 25px;\r\n            background: #ffffff;\r\n            border: 1px solid #e5e7eb;\r\n            border-radius: 15px;\r\n        }\r\n\r\n        .feature-number {\r\n            min-width: 40px;\r\n            height: 40px;\r\n            border-radius: 50%;\r\n            background: #eef4ff;\r\n            color: #2457a6;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .feature h3 {\r\n            font-size: 19px;\r\n            margin-bottom: 6px;\r\n            color: #172033;\r\n        }\r\n\r\n        .feature p {\r\n            color: #666b73;\r\n            font-size: 14px;\r\n        }\r\n\r\n        .scan-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 22px;\r\n        }\r\n\r\n        .scan-card {\r\n            padding: 30px;\r\n            border-radius: 16px;\r\n            background: #ffffff;\r\n            border: 1px solid #e5e7eb;\r\n        }\r\n\r\n        .scan-card h3 {\r\n            font-size: 21px;\r\n            margin-bottom: 12px;\r\n            color: #172033;\r\n        }\r\n\r\n        .scan-card p {\r\n            color: #666b73;\r\n            font-size: 15px;\r\n        }\r\n\r\n        .comparison {\r\n            overflow-x: auto;\r\n        }\r\n\r\n        table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n            background: #ffffff;\r\n            border: 1px solid #e5e7eb;\r\n            border-radius: 12px;\r\n            overflow: hidden;\r\n        }\r\n\r\n        th,\r\n        td {\r\n            padding: 18px;\r\n            text-align: left;\r\n            border-bottom: 1px solid #e5e7eb;\r\n        }\r\n\r\n        th {\r\n            background: #f1f5f9;\r\n            color: #172033;\r\n            font-size: 16px;\r\n        }\r\n\r\n        td {\r\n            color: #5f6368;\r\n            font-size: 14px;\r\n        }\r\n\r\n        tr:last-child td {\r\n            border-bottom: none;\r\n        }\r\n\r\n        .check {\r\n            color: #287a45;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .tips {\r\n            max-width: 850px;\r\n            margin: auto;\r\n        }\r\n\r\n        .tip {\r\n            padding: 23px;\r\n            margin-bottom: 15px;\r\n            border: 1px solid #e5e7eb;\r\n            border-radius: 14px;\r\n            background: #ffffff;\r\n        }\r\n\r\n        .tip h3 {\r\n            color: #172033;\r\n            font-size: 19px;\r\n            margin-bottom: 7px;\r\n        }\r\n\r\n        .tip p {\r\n            color: #666b73;\r\n            font-size: 15px;\r\n        }\r\n\r\n        .notice {\r\n            margin-top: 35px;\r\n            padding: 25px;\r\n            background: #fff8e8;\r\n            border: 1px solid #f0dfb1;\r\n            border-radius: 14px;\r\n            color: #665528;\r\n        }\r\n\r\n        .closing {\r\n            text-align: center;\r\n            background: #172033;\r\n            color: #ffffff;\r\n            padding: 75px 20px;\r\n        }\r\n\r\n        .closing h2 {\r\n            font-size: 34px;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .closing p {\r\n            max-width: 720px;\r\n            margin: auto;\r\n            color: #d8dde7;\r\n        }\r\n\r\n        @media (max-width: 900px) {\r\n            .types,\r\n            .scan-grid {\r\n                grid-template-columns: 1fr 1fr;\r\n            }\r\n\r\n            .feature-list {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 650px) {\r\n            .hero {\r\n                padding: 60px 15px;\r\n            }\r\n\r\n            .hero h1 {\r\n                font-size: 34px;\r\n            }\r\n\r\n            .hero p {\r\n                font-size: 16px;\r\n            }\r\n\r\n            section {\r\n                padding: 50px 0;\r\n            }\r\n\r\n            .section-title h2 {\r\n                font-size: 28px;\r\n            }\r\n\r\n            .types,\r\n            .scan-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .type-card,\r\n            .scan-card {\r\n                padding: 25px;\r\n            }\r\n\r\n            th,\r\n            td {\r\n                padding: 13px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n    <!-- Hero -->\r\n    <section class=\"hero\">\r\n        <div class=\"container\">\r\n\r\n            <span class=\"badge\">Antivirus Education<\/span>\r\n\r\n            <h1>Types of Antivirus Software & Security Features<\/h1>\r\n\r\n            <p>\r\n                Explore common antivirus categories, scanning methods,\r\n                security features, and practical considerations for\r\n                protecting computers and digital devices.\r\n            <\/p>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n\r\n    <!-- Types -->\r\n    <section>\r\n        <div class=\"container\">\r\n\r\n            <div class=\"section-title\">\r\n                <h2>Common Types of Antivirus Protection<\/h2>\r\n\r\n                <p>\r\n                    Antivirus products can use different approaches and\r\n                    provide different features depending on the device,\r\n                    software, and security requirements.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"types\">\r\n\r\n                <div class=\"type-card\">\r\n                    <div class=\"icon\">\ud83d\udcbb<\/div>\r\n\r\n                    <h3>Desktop Antivirus<\/h3>\r\n\r\n                    <p>\r\n                        Security software designed for computers can scan\r\n                        files, applications, downloads, and other activities\r\n                        supported by the operating system.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"type-card\">\r\n                    <div class=\"icon\">\ud83d\udcf1<\/div>\r\n\r\n                    <h3>Mobile Security<\/h3>\r\n\r\n                    <p>\r\n                        Mobile security applications can provide features\r\n                        such as application checks, web protection, and\r\n                        security notifications depending on the platform.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"type-card\">\r\n                    <div class=\"icon\">\u2601\ufe0f<\/div>\r\n\r\n                    <h3>Cloud-Assisted Protection<\/h3>\r\n\r\n                    <p>\r\n                        Some security products use online services to\r\n                        supplement local analysis and access updated threat\r\n                        information.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"type-card\">\r\n                    <div class=\"icon\">\ud83d\udd0d<\/div>\r\n\r\n                    <h3>On-Demand Scanning<\/h3>\r\n\r\n                    <p>\r\n                        Users can manually start a security scan to examine\r\n                        selected files, folders, drives, or the complete\r\n                        device.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"type-card\">\r\n                    <div class=\"icon\">\u26a1<\/div>\r\n\r\n                    <h3>Real-Time Protection<\/h3>\r\n\r\n                    <p>\r\n                        Real-time security features can monitor supported\r\n                        activity continuously and respond when suspicious\r\n                        behavior is detected.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"type-card\">\r\n                    <div class=\"icon\">\ud83d\udee1\ufe0f<\/div>\r\n\r\n                    <h3>Integrated Security<\/h3>\r\n\r\n                    <p>\r\n                        Modern operating systems may include built-in\r\n                        security tools that provide malware detection and\r\n                        other protective features.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\r\n    <!-- Features -->\r\n    <section class=\"gray-section\">\r\n        <div class=\"container\">\r\n\r\n            <div class=\"section-title\">\r\n\r\n                <h2>Important Antivirus Features<\/h2>\r\n\r\n                <p>\r\n                    The features available can vary between security\r\n                    products and operating systems.\r\n                <\/p>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"feature-list\">\r\n\r\n                <div class=\"feature\">\r\n                    <div class=\"feature-number\">01<\/div>\r\n\r\n                    <div>\r\n                        <h3>Malware Detection<\/h3>\r\n\r\n                        <p>\r\n                            Security software can use threat information\r\n                            and other detection techniques to identify\r\n                            potentially harmful software.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"feature\">\r\n                    <div class=\"feature-number\">02<\/div>\r\n\r\n                    <div>\r\n                        <h3>Real-Time Monitoring<\/h3>\r\n\r\n                        <p>\r\n                            This feature can monitor supported activity as\r\n                            it occurs instead of waiting for a manual scan.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"feature\">\r\n                    <div class=\"feature-number\">03<\/div>\r\n\r\n                    <div>\r\n                        <h3>Quarantine<\/h3>\r\n\r\n                        <p>\r\n                            Suspicious files may be isolated to prevent them\r\n                            from interacting normally with other parts of\r\n                            the device.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"feature\">\r\n                    <div class=\"feature-number\">04<\/div>\r\n\r\n                    <div>\r\n                        <h3>Automatic Updates<\/h3>\r\n\r\n                        <p>\r\n                            Updated security information can help antivirus\r\n                            software recognize newer known threats.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"feature\">\r\n                    <div class=\"feature-number\">05<\/div>\r\n\r\n                    <div>\r\n                        <h3>Scheduled Scans<\/h3>\r\n\r\n                        <p>\r\n                            Some products allow users to schedule scans at\r\n                            convenient times.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"feature\">\r\n                    <div class=\"feature-number\">06<\/div>\r\n\r\n                    <div>\r\n                        <h3>Security Notifications<\/h3>\r\n\r\n                        <p>\r\n                            Alerts can inform users when a potential security\r\n                            issue requires attention.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n\r\n    <!-- Scanning Methods -->\r\n    <section>\r\n        <div class=\"container\">\r\n\r\n            <div class=\"section-title\">\r\n\r\n                <h2>Common Scanning Methods<\/h2>\r\n\r\n                <p>\r\n                    Different scanning options can be useful in different\r\n                    situations.\r\n                <\/p>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"scan-grid\">\r\n\r\n                <div class=\"scan-card\">\r\n                    <h3>Quick Scan<\/h3>\r\n\r\n                    <p>\r\n                        A quick scan checks commonly targeted areas of a\r\n                        device. It is useful when a fast security check is\r\n                        needed.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"scan-card\">\r\n                    <h3>Full Scan<\/h3>\r\n\r\n                    <p>\r\n                        A full scan examines a broader range of files and\r\n                        locations. It can take longer depending on the\r\n                        amount of stored data.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n\r\n                <div class=\"scan-card\">\r\n                    <h3>Custom Scan<\/h3>\r\n\r\n                    <p>\r\n                        A custom scan allows users to select particular\r\n                        files, folders, drives, or locations for examination.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n\r\n    <!-- Feature Comparison -->\r\n    <section class=\"gray-section\">\r\n        <div class=\"container\">\r\n\r\n            <div class=\"section-title\">\r\n\r\n                <h2>Understanding Security Features<\/h2>\r\n\r\n                <p>\r\n                    Here is a simple overview of what common features are\r\n                    generally intended to do.\r\n                <\/p>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"comparison\">\r\n\r\n                <table>\r\n\r\n                    <thead>\r\n                        <tr>\r\n                            <th>Feature<\/th>\r\n                            <th>Main Purpose<\/th>\r\n                            <th>Typical Use<\/th>\r\n                        <\/tr>\r\n                    <\/thead>\r\n\r\n                    <tbody>\r\n\r\n                        <tr>\r\n                            <td>Real-Time Protection<\/td>\r\n                            <td>Monitor activity<\/td>\r\n                            <td>Ongoing protection<\/td>\r\n                        <\/tr>\r\n\r\n                        <tr>\r\n                            <td>Quick Scan<\/td>\r\n                            <td>Check selected common areas<\/td>\r\n                            <td>Fast security check<\/td>\r\n                        <\/tr>\r\n\r\n                        <tr>\r\n                            <td>Full Scan<\/td>\r\n                            <td>Examine more files<\/td>\r\n                            <td>Detailed device check<\/td>\r\n                        <\/tr>\r\n\r\n                        <tr>\r\n                            <td>Quarantine<\/td>\r\n                            <td>Isolate suspicious files<\/td>\r\n                            <td>Threat handling<\/td>\r\n                        <\/tr>\r\n\r\n                        <tr>\r\n                            <td>Automatic Updates<\/td>\r\n                            <td>Receive updated information<\/td>\r\n                            <td>Keep protection current<\/td>\r\n                        <\/tr>\r\n\r\n                        <tr>\r\n                            <td>Security Alerts<\/td>\r\n                            <td>Notify users<\/td>\r\n                            <td>Security awareness<\/td>\r\n                        <\/tr>\r\n\r\n                    <\/tbody>\r\n\r\n                <\/table>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n\r\n    <!-- Choosing Security Software -->\r\n    <section>\r\n        <div class=\"container\">\r\n\r\n            <div class=\"section-title\">\r\n\r\n                <h2>Things to Consider<\/h2>\r\n\r\n                <p>\r\n                    When learning about antivirus software, consider how\r\n                    its features match your device and everyday needs.\r\n                <\/p>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"tips\">\r\n\r\n                <div class=\"tip\">\r\n\r\n                    <h3>1. Device Compatibility<\/h3>\r\n\r\n                    <p>\r\n                        Check whether the security software supports your\r\n                        operating system and device type.\r\n                    <\/p>\r\n\r\n                <\/div>\r\n\r\n\r\n                <div class=\"tip\">\r\n\r\n                    <h3>2. Update Support<\/h3>\r\n\r\n                    <p>\r\n                        Regular software and security updates are important\r\n                        for maintaining current protection capabilities.\r\n                    <\/p>\r\n\r\n                <\/div>\r\n\r\n\r\n                <div class=\"tip\">\r\n\r\n                    <h3>3. Available Features<\/h3>\r\n\r\n                    <p>\r\n                        Review which features are actually included rather\r\n                        than assuming every security product provides the\r\n                        same tools.\r\n                    <\/p>\r\n\r\n                <\/div>\r\n\r\n\r\n                <div class=\"tip\">\r\n\r\n                    <h3>4. System Performance<\/h3>\r\n\r\n                    <p>\r\n                        Security software uses device resources, so it can\r\n                        be useful to consider its effect on system performance.\r\n                    <\/p>\r\n\r\n                <\/div>\r\n\r\n\r\n                <div class=\"tip\">\r\n\r\n                    <h3>5. Source of the Software<\/h3>\r\n\r\n                    <p>\r\n                        Obtain antivirus and security applications from\r\n                        legitimate, trusted sources to reduce the risk of\r\n                        installing unwanted software.\r\n                    <\/p>\r\n\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"notice\">\r\n\r\n                <strong>Security reminder:<\/strong>\r\n                No single security tool can address every online risk.\r\n                Antivirus software should be used together with software\r\n                updates, secure passwords, backups, careful browsing, and\r\n                responsible handling of downloads and attachments.\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n\r\n    <!-- Closing Section -->\r\n    <section class=\"closing\">\r\n\r\n        <div class=\"container\">\r\n\r\n            <h2>Explore Digital Security Information<\/h2>\r\n\r\n            <p>\r\n                Digitemu provides educational information to help users\r\n                understand antivirus software, security features, malware\r\n                protection, and safer digital habits.\r\n            <\/p>\r\n\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n```\r\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Types of Antivirus Software &#038; Security Features | Digitemu Antivirus Education Types of Antivirus Software &#038; Security Features Explore common [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-19","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/digitemu.online\/index.php?rest_route=\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitemu.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitemu.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitemu.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitemu.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=19"}],"version-history":[{"count":4,"href":"https:\/\/digitemu.online\/index.php?rest_route=\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":23,"href":"https:\/\/digitemu.online\/index.php?rest_route=\/wp\/v2\/pages\/19\/revisions\/23"}],"wp:attachment":[{"href":"https:\/\/digitemu.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}