{"id":2935,"date":"2025-03-19T21:56:38","date_gmt":"2025-03-19T21:56:38","guid":{"rendered":"https:\/\/convertifypro.com\/?page_id=2935"},"modified":"2025-03-21T15:02:14","modified_gmt":"2025-03-21T15:02:14","slug":"tos","status":"publish","type":"page","link":"https:\/\/convertifypro.com\/ug\/tos\/","title":{"rendered":"TOS"},"content":{"rendered":"\n<div style=\"height:75px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\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    <title>Convertify - Terms of Service<\/title>\r\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\">\r\n<\/head>\r\n<body>\r\n    <!-- BEGIN CONVERTIFY TERMS OF SERVICE SECTION -->\r\n    \r\n    <style>\r\n        \/* Convertify Terms of Service Styles *\/\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n            margin: 0;\r\n            padding: 0;\r\n            background-color: #f8f9fa;\r\n        }\r\n        \r\n        .terms-container {\r\n            max-width: 1100px;\r\n            margin: 0 auto;\r\n            padding: 40px 20px;\r\n            background-color: #fff;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\r\n            border-radius: 8px;\r\n        }\r\n        \r\n        .terms-header {\r\n            text-align: center;\r\n            margin-bottom: 40px;\r\n            padding-bottom: 20px;\r\n            border-bottom: 1px solid #eee;\r\n        }\r\n        \r\n        .terms-logo {\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .terms-title {\r\n            color: #2D2D2F;\r\n            font-size: 2.2rem;\r\n            margin-bottom: 10px;\r\n        }\r\n        \r\n        .terms-date {\r\n            color: #999;\r\n            font-style: italic;\r\n            margin-bottom: 0;\r\n        }\r\n        \r\n        .terms-intro {\r\n            background-color: #f8f9fa;\r\n            padding: 20px;\r\n            border-radius: 8px;\r\n            margin-bottom: 30px;\r\n            border-left: 4px solid #EC8B1C;\r\n        }\r\n        \r\n        .terms-section {\r\n            margin-bottom: 30px;\r\n        }\r\n        \r\n        .terms-section-title {\r\n            color: #EC8B1C;\r\n            font-size: 1.5rem;\r\n            margin-bottom: 15px;\r\n            padding-bottom: 10px;\r\n            border-bottom: 1px solid #eee;\r\n            position: relative;\r\n        }\r\n        \r\n        .terms-section-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            left: 0;\r\n            bottom: -1px;\r\n            width: 50px;\r\n            height: 3px;\r\n            background-color: #EC8B1C;\r\n        }\r\n        \r\n        .terms-subsection {\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .terms-subsection-title {\r\n            color: #2D2D2F;\r\n            font-size: 1.2rem;\r\n            margin-bottom: 15px;\r\n            font-weight: 600;\r\n        }\r\n        \r\n        .terms-content {\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .terms-content p {\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .terms-content ul {\r\n            padding-left: 20px;\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .terms-content li {\r\n            margin-bottom: 10px;\r\n        }\r\n        \r\n        .terms-footer {\r\n            text-align: center;\r\n            margin-top: 40px;\r\n            padding-top: 20px;\r\n            border-top: 1px solid #eee;\r\n            color: #666;\r\n        }\r\n        \r\n        \/* Table of Contents *\/\r\n        .terms-toc {\r\n            background-color: #f8f9fa;\r\n            padding: 20px;\r\n            border-radius: 8px;\r\n            margin-bottom: 30px;\r\n        }\r\n        \r\n        .terms-toc-title {\r\n            color: #EC8B1C;\r\n            font-size: 1.2rem;\r\n            margin-bottom: 15px;\r\n            font-weight: 600;\r\n        }\r\n        \r\n        .terms-toc-list {\r\n            list-style: none;\r\n            padding: 0;\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 10px;\r\n        }\r\n        \r\n        .terms-toc-item {\r\n            margin-bottom: 10px;\r\n        }\r\n        \r\n        .terms-toc-link {\r\n            color: #2D2D2F;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            display: inline-block;\r\n        }\r\n        \r\n        .terms-toc-link:hover {\r\n            color: #EC8B1C;\r\n            transform: translateX(5px);\r\n        }\r\n        \r\n        .terms-toc-num {\r\n            display: inline-block;\r\n            width: 25px;\r\n            height: 25px;\r\n            background-color: #EC8B1C;\r\n            color: white;\r\n            border-radius: 50%;\r\n            text-align: center;\r\n            line-height: 25px;\r\n            margin-right: 10px;\r\n            font-size: 0.8rem;\r\n            font-weight: 600;\r\n        }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .terms-container {\r\n                padding: 20px 15px;\r\n            }\r\n            \r\n            .terms-title {\r\n                font-size: 1.8rem;\r\n            }\r\n            \r\n            .terms-section-title {\r\n                font-size: 1.3rem;\r\n            }\r\n            \r\n            .terms-subsection-title {\r\n                font-size: 1.1rem;\r\n            }\r\n            \r\n            .terms-toc-list {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n        \r\n        \/* Footer Styles *\/\r\n        .footer {\r\n            background-color: #2D2D2F;\r\n            color: #f8f9fa;\r\n            padding: 40px 0 20px;\r\n            font-size: 16px;\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            margin-top: 50px;\r\n        }\r\n\r\n        .footer-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 30px;\r\n        }\r\n\r\n        .footer-section h3 {\r\n            color: #EC8B1C;\r\n            margin-bottom: 20px;\r\n            font-weight: 600;\r\n            position: relative;\r\n            padding-bottom: 10px;\r\n        }\r\n\r\n        .footer-section h3::after {\r\n            content: '';\r\n            position: absolute;\r\n            left: 0;\r\n            bottom: 0;\r\n            width: 50px;\r\n            height: 2px;\r\n            background-color: #EC8B1C;\r\n        }\r\n\r\n        .footer-links {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin: 0;\r\n        }\r\n\r\n        .footer-links li {\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .footer-links a {\r\n            color: #f8f9fa;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            display: inline-block;\r\n        }\r\n\r\n        .footer-links a:hover {\r\n            color: #EC8B1C;\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        .footer-bottom {\r\n            text-align: center;\r\n            padding-top: 30px;\r\n            margin-top: 30px;\r\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\r\n        }\r\n\r\n        .footer-bottom p {\r\n            font-size: 14px;\r\n        }\r\n\r\n        .made-in {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 5px;\r\n        }\r\n\r\n        .heart {\r\n            color: #e74c3c;\r\n            animation: pulse 1.5s infinite;\r\n        }\r\n\r\n        @keyframes pulse {\r\n            0% { transform: scale(1); }\r\n            50% { transform: scale(1.1); }\r\n            100% { transform: scale(1); }\r\n        }\r\n    <\/style>\r\n    \r\n    <div class=\"terms-container\">\r\n        <div class=\"terms-header\">\r\n            <div class=\"terms-logo\">\r\n                <i class=\"fas fa-file-contract fa-3x\" style=\"color: #EC8B1C;\"><\/i>\r\n            <\/div>\r\n            <h1 class=\"terms-title\">Terms of Service<\/h1>\r\n            <p class=\"terms-date\">Last Updated: March 19, 2025<\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"terms-intro\">\r\n            <p>By installing, accessing, or using the Convertify software (\"Software\"), you agree to be bound by the following Terms of Service (\"Terms\"). If you do not agree with these Terms, do not install or use the Software.<\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"terms-toc\">\r\n            <h3 class=\"terms-toc-title\">Table of Contents<\/h3>\r\n            <ul class=\"terms-toc-list\">\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section1\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">1<\/span>Definitions<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section2\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">2<\/span>License Grant and Restrictions<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section3\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">3<\/span>Payment and Subscription Terms<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section4\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">4<\/span>Intellectual Property Rights<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section5\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">5<\/span>Warranty Disclaimer<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section6\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">6<\/span>Limitation of Liability<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section7\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">7<\/span>Indemnification<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section8\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">8<\/span>Third-Party Components<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section9\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">9<\/span>Support and Updates<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section10\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">10<\/span>Data Privacy and Security<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section11\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">11<\/span>Enforcement and Termination<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section12\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">12<\/span>Dispute Resolution<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section13\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">13<\/span>Force Majeure<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section14\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">14<\/span>Amendments and Updates<\/a>\r\n                <\/li>\r\n                <li class=\"terms-toc-item\">\r\n                    <a href=\"#section15\" class=\"terms-toc-link\"><span class=\"terms-toc-num\">15<\/span>Miscellaneous<\/a>\r\n                <\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        \r\n        <div id=\"section1\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">1. Definitions<\/h2>\r\n            <div class=\"terms-content\">\r\n                <p>For the purposes of these Terms, the following definitions apply:<\/p>\r\n                <ul>\r\n                    <li>\"Software\" refers to Convertify, Convertify Pro, or Convertify All-in-One File Converter, a desktop application for file conversion (including images, audio, documents, video, eBooks, and archives) designed exclusively for Windows.<\/li>\r\n                    <li>\"User\" or \"You\" refers to any individual or business that accesses or uses the Software.<\/li>\r\n                    <li>\"License\" means the non-exclusive, non-transferable right granted to the User to use the Software under the conditions set forth herein.<\/li>\r\n                    <li>\"Subscription\" means the recurring payment model offered to individual users after a 30-day trial period.<\/li>\r\n                    <li>\"Third-Party Components\" includes third-party tools (such as ffmpeg, Calibre, and others) that are integrated into the Software but are governed by their own respective licenses.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section2\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">2. License Grant and Restrictions<\/h2>\r\n            <div class=\"terms-subsection\">\r\n                <h3 class=\"terms-subsection-title\">License Grant:<\/h3>\r\n                <div class=\"terms-content\">\r\n                    <p>Upon purchase and activation of a license, you are hereby granted a non-exclusive, non-transferable right to install and use the Software on your device(s) in accordance with these Terms. For subscription-based licenses:<\/p>\r\n                    <ul>\r\n                        <li>Individuals are limited to activation on up to three machines concurrently. Should you require additional activations or a reset of your machine count, you must contact customer support.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"terms-subsection\">\r\n                <h3 class=\"terms-subsection-title\">Usage Restrictions:<\/h3>\r\n                <div class=\"terms-content\">\r\n                    <ul>\r\n                        <li>You are expressly prohibited from modifying, reverse-engineering, decompiling, or attempting any unauthorized extraction of the Software's source code or underlying structure.<\/li>\r\n                        <li>Redistribution of the Software in its entirety (including hosting on third-party download sites) is permitted; however, any distribution must not include modified or deconstructed code.<\/li>\r\n                        <li>You agree not to use the Software for any unlawful or unauthorized purposes.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section3\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">3. Payment and Subscription Terms<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>Trial and Subscription:<\/strong> A 7-day trial is provided free of charge. After the trial period, your subscription will automatically convert to either a monthly or yearly recurring payment plan, as selected during activation.<\/li>\r\n                    <li><strong>Refund Policy:<\/strong> You are entitled to a refund request within 30 days of purchase. Beyond this period, payments are non-refundable.<\/li>\r\n                    <li><strong>Pricing and Adjustments:<\/strong> Pricing, subscription conditions, and payment terms may be updated by us from time to time. You will be notified via an in-program popup detailing any changes. Continued use of the Software constitutes acceptance of the updated terms.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section4\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">4. Intellectual Property Rights<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li>All rights, title, and interest in and to the Software, including but not limited to its design, code, and user interface, remain our exclusive property.<\/li>\r\n                    <li>You acknowledge that the Software incorporates Third-Party Components. Such components are governed by their own respective licenses, which are provided in the Software folder, and we make no modification or express warranty regarding them.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section5\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">5. Warranty Disclaimer and \"As-Is\" Provision<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>As-Is Basis:<\/strong> The Software is provided \"as is\" and \"with all faults.\" We expressly disclaim any warranties\u2014express, implied, statutory, or otherwise\u2014including any implied warranties of merchantability, fitness for a particular purpose, or non-infringement.<\/li>\r\n                    <li><strong>Performance Caveat:<\/strong> While we have tested the Software extensively and continuously work on updates and bug fixes, you acknowledge that bugs, glitches, or conversion errors may occur. Notification of an issue does not obligate us to provide an immediate fix, though we will strive to address major issues as promptly as possible.<\/li>\r\n                    <li><strong>No Warranty for Compatibility:<\/strong> The Software may not be compatible with every computer configuration. You assume all risks associated with its use.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section6\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">6. Limitation of Liability<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>Complete Liability Exclusion:<\/strong> In no event shall we (an individual developer) be liable for any direct, indirect, incidental, special, consequential, or punitive damages arising out of or related to your use of the Software\u2014even if advised of the possibility of such damages.<\/li>\r\n                    <li><strong>Maximum Extent Permitted:<\/strong> Our total liability for any claim shall be limited to the amount paid by you for the license (if any), regardless of the cause or theory of liability.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section7\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">7. Indemnification<\/h2>\r\n            <div class=\"terms-content\">\r\n                <p>You agree to indemnify, defend, and hold harmless us (our agents, affiliates, successors, and assigns) from and against all losses, costs, liabilities, and expenses arising from any claim, demand, or action related to:<\/p>\r\n                <ul>\r\n                    <li>Your use or misuse of the Software<\/li>\r\n                    <li>Violation of these Terms<\/li>\r\n                    <li>Unauthorized modifications or tampering with the Software<\/li>\r\n                <\/ul>\r\n                <p>This indemnification applies regardless of whether such damages were foreseeable.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section8\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">8. Third-Party Components<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li>Our Software utilizes various third-party libraries and tools (e.g., ffmpeg, Calibre). Each of these components remains governed by its own license. By using the Software, you agree to adhere to all applicable third-party license requirements.<\/li>\r\n                    <li>Any issues arising from these components are solely the responsibility of the respective third-party licensor.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section9\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">9. Support, Updates, and Maintenance<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>Support:<\/strong> Email support is provided for troubleshooting and addressing issues. We commit to responding within approximately 24 hours via email through the channels provided on our website or within the Software.<\/li>\r\n                    <li><strong>Updates:<\/strong> We will periodically release updates, including bug fixes and improvements. There is no guaranteed timeline for any particular fix. Continued use of the Software is subject to receiving these updates, which may be mandatory should the Software's terms be updated.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section10\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">10. Data Privacy and Security<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>Data Collection:<\/strong> Upon activating a license, the Software collects your machine ID, IP address, and email address. This information is solely used for license verification, support purposes, and to prevent unauthorized use or fraudulent activity.<\/li>\r\n                    <li><strong>Data Storage:<\/strong> The collected data is stored securely on our private servers and is maintained only for the duration of your active subscription.<\/li>\r\n                    <li><strong>Data Retention and Deletion:<\/strong> Upon subscription termination, your data will be deleted unless retention is required by law or in cases of suspected abuse.<\/li>\r\n                    <li><strong>Cookies and Website Analytics:<\/strong> Our website may use cookies and Google Analytics for advertising and improvement purposes. Any such data collection is governed by our Privacy Policy, which is available via a clickable link or in the popup notification at first use.<\/li>\r\n                    <li><strong>User Consent:<\/strong> Use of the Software constitutes your consent to the aforementioned data collection practices. You may update or delete your personal data by contacting us directly.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section11\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">11. Enforcement, Compliance, and Termination<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>Breach of Terms:<\/strong> Any deliberate or repeated breach of these Terms\u2014such as unauthorized modifications, reverse-engineering, or other violations\u2014will result in immediate termination of your license.<\/li>\r\n                    <li><strong>Consequences:<\/strong> In cases of deliberate or repeated unauthorized use, we reserve the right to impose financial penalties, seek injunctive relief (i.e., a court order to cease such activity), and pursue any legal remedies available under applicable law.<\/li>\r\n                    <li><strong>Termination for Convenience:<\/strong> We reserve the right to update these Terms, and, in the event of significant changes, a popup notification will require your acceptance before further use. Failure to accept updated Terms will result in termination of your license.<\/li>\r\n                    <li><strong>Automatic Termination:<\/strong> Your license may be automatically terminated if any breach of these Terms is detected. In such an event, you must immediately cease use of the Software and destroy or return all copies.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section12\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">12. Dispute Resolution and Governing Law<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>Arbitration:<\/strong> All disputes, controversies, or claims arising out of or relating to these Terms or the use of the Software shall be resolved exclusively by binding arbitration. By agreeing to these Terms, you waive any right to a trial by jury or to participate in a class action lawsuit.<\/li>\r\n                    <li><strong>Waiver of Class Actions:<\/strong> You agree that any arbitration will be conducted solely on an individual basis, and that you will not seek to have your claims consolidated with those of others.<\/li>\r\n                    <li><strong>Governing Law:<\/strong> These Terms shall be governed by and construed in accordance with the laws of the State of California, United States, without regard to its conflict of laws principles.<\/li>\r\n                    <li><strong>Jurisdiction:<\/strong> Any legal action must be brought in the appropriate courts located in California, unless otherwise required by applicable mandatory arbitration rules.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section13\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">13. Force Majeure<\/h2>\r\n            <div class=\"terms-content\">\r\n                <p>We shall not be liable for any failure or delay in performance under these Terms due to causes beyond our reasonable control, including, but not limited to, acts of God, natural disasters, war, or governmental regulations. In the event such circumstances arise, we will use commercially reasonable efforts to resume performance as soon as possible.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section14\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">14. Amendments and Policy Updates<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>Right to Amend:<\/strong> We reserve the right to modify these Terms at any time in our sole discretion. Updated Terms will be communicated via a popup notification within the Software, and continued use constitutes acceptance of those changes.<\/li>\r\n                    <li><strong>Periodic Review:<\/strong> Users are encouraged to review these Terms periodically to remain informed of all updates. Your continued use of the Software indicates your acceptance of the revised Terms.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div id=\"section15\" class=\"terms-section\">\r\n            <h2 class=\"terms-section-title\">15. Miscellaneous<\/h2>\r\n            <div class=\"terms-content\">\r\n                <ul>\r\n                    <li><strong>Severability:<\/strong> If any provision of these Terms is found to be invalid or unenforceable, the remaining provisions will continue in full force and effect.<\/li>\r\n                    <li><strong>Entire Agreement:<\/strong> These Terms, together with any documents incorporated herein by reference, constitute the entire agreement between you and us with respect to the Software.<\/li>\r\n                    <li><strong>No Waiver:<\/strong> Failure to enforce any provision of these Terms shall not be deemed a waiver of our right to subsequently enforce any provision.<\/li>\r\n                <\/ul>\r\n                <p>By using the Software, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Convertify &#8211; Terms of Service Terms of Service Last Updated: March 19, 2025 By installing, accessing, or using the Convertify [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","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-2935","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"convertify","author_link":"https:\/\/convertifypro.com\/author\/convertifypro\/"},"uagb_comment_info":0,"uagb_excerpt":"Convertify - Terms of Service Terms of Service Last Updated: March 19, 2025 By installing, accessing, or using the Convertify [&hellip;]","_links":{"self":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/2935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/comments?post=2935"}],"version-history":[{"count":0,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/2935\/revisions"}],"wp:attachment":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/media?parent=2935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}