
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="info/scrp/jqf.min.js"></script>
    <title>Privacy Policy</title>
    <meta property="og:title" content="Privacy Policy" />
    <meta property="og:image" content="{page-images-1}" />
    
    <meta property="og:description" content="Privacy Policy">
    <meta name="description" content="Privacy Policy">
    <link rel="stylesheet" href="info/sl/bt1.min.css">
    <link rel="stylesheet" href="info/sl/bt2.min.css.map">
    <link rel="stylesheet" href="info/sl/i.css">
    <link rel="stylesheet" href="info/sl/fan.css">
    <script src="info/scrp/jcook.file.js"></script>
    <script type="text/javascript" src="info/scrp/dataj.js"></script>
    <script src="info/scrp/vjquery.min.js"></script>
    <script src="info/scrp/fan.min.js"></script>
    

    <link rel="shortcut icon" href="logotip.svg" type="image/x-icon">
    <link rel="stylesheet" href="standard.css">

    <style>
        img{
            max-width: 100%;
        }
        
        .fa-sad-cry:before{content:'5b3'}
.ml li.dp:hover {
    background-color: #FFFFFF;
    /*box-shadow: 1px 1px 2px 1px; */
    height: 38px;
    width: 81px;
}
.fa-fort-awesome:before{content:'286'}
.circle-def-list dt:after {position: static;margin-left: 0;border-bottom: none;content: '';}
#cssOutput {
	line-height: 20px;
}
.modal-backdrop.fade{opacity:0;}
.fa-undo:before{content:'0e2'}
.back_white {
    background-color: rgba(255, 255, 255, 0.8)
}
.fa-microscope:before{content:'610'}
.modal .close{margin-top:7px;}


    </style>

    
</head>

<body class="QmA8DgsqzElB_23">
    <style>
        .floating-windows-kURxScU {
            display: none;
            position: fixed;
            bottom: 0px;
            width: 90%;
            max-width: 1231px;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            background-color: #222831;
            border-radius: 0px;
            box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
            gap: 21px;
            z-index: 99999;
            padding: 21px;
            text-align: center;
        }
        .floating-windows-kURxScU a {
            color: #bbfeff;
        }
        .floating-windows-box-kURxScU {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 14px;
        }
        .button-kURxScU {
            margin: 15px;
            position: relative;
            display: inline-block;
            padding: 16px 28px;
            font-weight: bold;
            border: 1px solid #222831;
            color: #222831;
            text-align: center;
            text-decoration: none;
            background-color: #fff;
            border-radius: 40px;
            overflow: hidden;
            z-index: 1;
            cursor: pointer;
            font-size: 14px;
            width: auto;
        }
        
        .button-kURxScU:hover {
            background-color: #222831;
            color: #fff;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        }
        .modal-kURxScU {
            overflow-y: auto;
            display: none;
            position: fixed;
            z-index: 999999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }
        
        .modal-content-kURxScU {
            color: #000;
            background-color: #fff;
            padding: 20px;
            max-width: 700px;    
            border-radius: 0px;    
            box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
            margin: 10% auto;
            position: relative;
        }
        
        .modal-close-kURxScU {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 28px;
            cursor: pointer;
        }
        
        .accordion-kURxScU {
            margin-top: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        
        .accordion-header-kURxScU {
            display: flex;
            align-items: center;
            padding: 10px;
            background-color: #f0f0f0;
            cursor: pointer;
            position: relative;
        }
        
        .accordion-icon-kURxScU {
            position: absolute;
            right: 0;
            margin: 10px;
            color: #550A46;
            font-weight: bold;
        }
        
        .accordion-header-kURxScU input[type="checkbox"], input[type="radio"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            height: 2.1rem !important;
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin: 0;
            cursor: pointer;
            border: 1px solid #4F565D;
            background: #fff;
            transition: background .3s, border-color .3s, outline .2s;
        }
        .accordion-header-kURxScU input[type="checkbox"]:after, input[type="radio"]:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform .3s ease, opacity .2s;
        }
        .accordion-header-kURxScU input[type="checkbox"]:checked, input[type="radio"]:checked {
            background-color: #550A46;
            border-color: #550A46;
            transition: transform .6s cubic-bezier(.2,.85,.32,1.2), opacity .3s;
        }
        .accordion-header-kURxScU input[type="checkbox"]:disabled, input[type="radio"]:disabled {
            background-color: #550A46;
            border-color: #550A46;
            cursor: not-allowed;
        }
        .accordion-header-kURxScU input[type="checkbox"]:disabled:checked, input[type="radio"]:disabled:checked {
            background-color: #550A46;
        }
        .accordion-header-kURxScU input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
            cursor: not-allowed;
        }
        .accordion-header-kURxScU input[type="checkbox"]:hover:not(:checked):not(:disabled), input[type="radio"]:hover:not(:checked):not(:disabled) {
            border-color: #550A46;
        }
        .accordion-header-kURxScU input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible {
            outline: 2px solid #550A46;
            outline-offset: 4px;
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU), input[type="radio"]:not(.switch-kURxScU) {
            width: 2.1rem;
        }
        .accordion-header-kURxScU input[type="checkbox"] + label, input[type="radio"] + label {
            display: inline-block;
            cursor: pointer;
            font-size: 1.4rem;
            margin-left: .2em;
            vertical-align: top;
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU) {
            border-radius: .7rem;
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU):after {
            border: 2px solid #fff;
            height: 45%;
            width: 25%;
            border-top: 0;
            border-left: 0;
            left: 38%;
            top: 20%;
            transform: rotate(20deg);
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU):disabled:not(:checked):after {
            border-color:#550A46;
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU):checked:after {
            transform: rotate(43deg);
        }
        input[type="checkbox"].switch-kURxScU {
            width: 3.8rem;
            border-radius: 1.1rem;
        }
        .accordion-header-kURxScU input[type="checkbox"].switch-kURxScU:after {
            left: 5%;
            top: 10%;
            border-radius: 50%;
            width: 45%;
            height: 80%;
            background: #4F565D;
            transform: translateX(0);
        }
        .accordion-header-kURxScU input[type="checkbox"].switch-kURxScU:checked:after {
            background: #F6F8FF;
            transform: translateX(100%);
        }
        .accordion-header-kURxScU input[type="checkbox"].switch-kURxScU:disabled:not(:checked):after {
            background-color: #550A46;
        }
        .accordion-header-kURxScU input[type="radio"] {
            border-radius: 50%;
        }
        .accordion-header-kURxScU input[type="radio"]:after {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #fff;
            transform: scale(.7);
        }
        .accordion-header-kURxScU input[type="radio"]:disabled:after {
            background: #550A46;
        }
        .accordion-header-kURxScU input[type="radio"]:checked:after {
            transform: scale(.5);
        }
        .accordion-body-kURxScU {
            padding: 10px;
            display: none;
        }
        
        .button-box-kURxScU {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 7px;
            margin-top: 14px;
        }
        .cookie-text-kURxScU{font-size: 14px;}
        @media(max-width: 1024px){
            .floating-windows-box-kURxScU{
                flex-direction: column;
            }
            .cookie-text-kURxScU{
                width: 100% !important;
            }
            .button-kURxScU{
                margin-bottom: 0px;
                padding: 5px 15px;
            }
            .buttons-kURxScU button:first-child{
                margin-top: 0px;
            }
        }
        @media(max-width: 576px){
            .buttons-kURxScU button:nth-child(2){
                display: none;
            }
            .buttons-kURxScU{
                display: flex;
                align-items: center;
                gap: 7px;
                justify-content: center;
            }
            .button-kURxScU{
                margin:0px;
                font-size: 11px;
            }
            .cookie-text-kURxScU{
               font-size: 11px;
            }
        }
        @media(max-width: 380px){
            .buttons-kURxScU{
                flex-wrap: wrap;
            }
        }
        </style>
        
        
        
         <div class="floating-windows-kURxScU">
                <div class="floating-windows-box-kURxScU">
                    <div class="cookie-text-kURxScU">Our site uses scripts, including cookies, to store and process information in your browser. This may include your personal data. We use this information for security, site improvement, and marketing. You can restrict the processing by selecting only the necessary cookies. By continuing to use the site, you agree to our <a href="cookies_legal.php" target="_blank">cookie policy</a>.</div>
                    <div class="buttons-kURxScU">
                        <button id="allow-all-cookie-kURxScU" class="button-kURxScU">Accept all cookies</button>
                        <button id="reject-all-kURxScU" class="button-kURxScU">Reject All</button>
                        <button id="cookie-settings-text-kURxScU" class="button-kURxScU">Cookie settings</button>
                    </div>
                </div>
            </div>
        
            <div id="modal-kURxScU" class="modal-kURxScU">
                <div class="modal-content-kURxScU">
                    <span id="modal-close-kURxScU" class="modal-close-kURxScU">&times;</span>
                    <h2>Cookie settings</h2>
                    <p>Cookies are small pieces of data sent from a website and stored on the user's computer by the web browser while it is running. The browser stores each message in a small file called a cookie. When you request another page from the server, your browser sends the cookie back to the server. Cookies have been developed as a reliable mechanism that allows websites to remember information or record user activity when browsing pages.</p>
        
                    <div class="accordion-kURxScU">
                        <div class="accordion-header-kURxScU">
                            <input type="checkbox" class="switch-kURxScU" checked disabled>
                            <span>&nbsp; Necessary</span>
                            <span class="accordion-icon-kURxScU">&#8744;</span>
                        </div>
                        <div class="accordion-body-kURxScU">
                            <p>Strictly necessary cookies - usually these cookies are necessary for the operation of the site. They can help you show the user the information they need, customize their experience, and allow you to implement and maintain security features. As a rule, without these cookies, the operation of the site is not possible or its functioning may be severely impaired.</p>
                        </div>
                    </div>
        
                    <div class="accordion-kURxScU">
                        <div class="accordion-header-kURxScU">
                            <input type="checkbox" class="switch-kURxScU" Unchecked >
                            <span>&nbsp; Functional</span>
                            <span class="accordion-icon-kURxScU">&#8744;</span>
                        </div>
                        <div class="accordion-body-kURxScU">
                            <p>Functional cookies - usually these cookies are used to improve the functional characteristics of your site and make it easier for users to use. These cookies remember the settings selected by users (for example, language and time zone settings). With the help of these files, users can avoid changing the settings each time they visit the site.</p>
                        </div>
                    </div>
                    <div class="accordion-kURxScU">
                        <div class="accordion-header-kURxScU">
                            <input type="checkbox" class="switch-kURxScU" Unchecked >
                            <span>&nbsp; Statistics</span>
                            <span class="accordion-icon-kURxScU">&#8744;</span>
                        </div>
                        <div class="accordion-body-kURxScU">
                            <p>Performance cookies - usually these cookies show whether the user has visited your site before. Analytical cookies allow you to recognize and count the number of users of your site and see how these users move around your site.</p>
                        </div>
                    </div>
        
                    <div class="accordion-kURxScU">
                        <div class="accordion-header-kURxScU">
                            <input type="checkbox" class="switch-kURxScU" Unchecked >
                            <span>&nbsp; Marketing</span>
                            <span class="accordion-icon-kURxScU">&#8744;</span>
                        </div>
                        <div class="accordion-body-kURxScU">
                            <p>Marketing, targeting, and advertising cookies – Usually, these cookies record visitors' visits to your site, the pages they visited, and the links they clicked on. This information is used to make the advertisements displayed on it more relevant to the interests of the user. Advertising cookies allow you to know if the user has already seen a specific advertisement or an advertisement of a certain type.</p>
                        </div>
                    </div>
                    <div class="button-box-kURxScU">
                        <button id="save-current-settings-kURxScU" class="button-kURxScU">Save current settings</button>
                        <button id="accept-all-cookies-kURxScU" class="button-kURxScU">Accept all cookies and close</button>
                    </div>
                </div>
            </div>
        
        
            <script>
              
            document.addEventListener("DOMContentLoaded", function () {
            const floatingWindow = document.querySelector(".floating-windows-kURxScU");
            const allowAllCookieButton = document.getElementById("allow-all-cookie-kURxScU");
            const rejectAllButton = document.getElementById("reject-all-kURxScU");
            const cookieSettingsButton = document.getElementById("cookie-settings-text-kURxScU");
            const modal = document.getElementById("modal-kURxScU");
            const modalClose = document.getElementById("modal-close-kURxScU");
            const acceptAllCookiesButton = document.getElementById("accept-all-cookies-kURxScU");
            const switchCheckboxes = document.querySelectorAll(".switch-kURxScU");
        
            
            const allCookiesAccepted = localStorage.getItem("allCookiesAccepted");
            if (allCookiesAccepted === "true") {
                switchCheckboxes.forEach(function (checkbox) {
                    checkbox.checked = true;
                });
            }
        
            acceptAllCookiesButton.addEventListener("click", function () {
                switchCheckboxes.forEach(function (checkbox) {
                    checkbox.checked = true;
                });
        
                localStorage.setItem("allCookiesAccepted", "true");
            });
        
        
            const isWindowClosed = localStorage.getItem("windowClosed");
            if (isWindowClosed === "true") {
                floatingWindow.style.display = "none";
            }
            if(localStorage.getItem("windowClosed") === null){
                floatingWindow.style.display = "block";
            }
        
            acceptAllCookiesButton.addEventListener("click", function () {
                switchCheckboxes.forEach(function (checkbox) {
                    checkbox.checked = true;
                });
                modal.style.display = "none";
                floatingWindow.style.display = "none";
                localStorage.setItem("windowClosed", "true"); 
            });
        
            modalClose.addEventListener("click", function () {
                modal.style.display = "none";
            });
        
            allowAllCookieButton.addEventListener("click", function () {
                floatingWindow.style.display = "none";
                localStorage.setItem("windowClosed", "true"); 
                modal.style.display = "none";
            });
        
            rejectAllButton.addEventListener("click", function () {
                floatingWindow.style.display = "none";
                localStorage.setItem("windowClosed", "true"); 
            });
        
            cookieSettingsButton.addEventListener("click", function () {
                modal.style.display = "block";
            });
           
            const accordions = document.querySelectorAll(".accordion-header-kURxScU");
            accordions.forEach(function (accordion) {
                const body = accordion.nextElementSibling;
                const icon = accordion.querySelector(".accordion-icon-kURxScU");
        
                 
                accordion.addEventListener("click", function () {
               
                    accordions.forEach(function (otherAccordion) {
                        if (otherAccordion !== accordion) {
                            otherAccordion.nextElementSibling.style.display = "none";
                            otherAccordion.querySelector(".accordion-icon-kURxScU").innerHTML = "&#8744;";
                        }
                    });
        
                    if (body.style.display === "none" || body.style.display === "") {
                        body.style.display = "block";
                        icon.innerHTML = "&#8743;";
                    } else {
                        body.style.display = "none";
                        icon.innerHTML = "&#8744;";
                    }
                });
         
                if (body.style.display === "block") {
                    icon.innerHTML = "&#8743;";
                } else {
                    icon.innerHTML = "&#8744;";
                }
            });
        
        
            const saveCurrentSettingsButton = document.getElementById("save-current-settings-kURxScU");
        
            saveCurrentSettingsButton.addEventListener("click", function () {
                modal.style.display = "none";
                localStorage.setItem("windowClosed", "true"); 
                floatingWindow.style.display = "none";
            });
        
            acceptAllCookiesButton.addEventListener("click", function () {
                modal.style.display = "none";
            });
        });
        
        const floatingBox = document.querySelector(`.floating-windows-box-kURxScU`);
        const cookieText = document.querySelector(`.cookie-text-kURxScU`);
        
        if (floatingBox) {
          const computedStyle = window.getComputedStyle(floatingBox);
          if (computedStyle.flexDirection === "row") {
            cookieText.style.width = "80%";
          } else if (computedStyle.flexDirection === "column") {
            cookieText.style.width = "100%";
          }
        }
        
        </script>
        
        

   


    <header class="head">
        <div class="head__navigation">
            <nav class="navbar navbar-expand-lg navbar-light">
                <div class="container">
                    <div class="row">
                        <ul class="nav navbar-nav menu_nav mq">
                            <li class="nav-item"><a class="nav-link" href="./">Home</a></li>
                            <li class="nav-item"><a class="nav-link" href="connection.php">Contacts</a></li>
                            <li class="nav-item"><a class="nav-link" href="./#faqs">Frequently Asked Questions</a></li>
                              <li class="nav-item"><a class="nav-link" href="#topComments">Top Comments</a></li>
                        </ul>
                    </div>
                </div>
            </nav>
        </div>
        <div class="container">
            <div class="head__logo">
                <a class="logo" href="#"><img src="logotip.svg" alt=""></a>
                <a href="./">
                    <h4 class="site__title">Automate Crypto</h4>
                </a>
            </div>
        </div>

         <ul class="row list-unstyled ">
            <li class="col-lg-3 col-md-6 col-sm-6 px-0">
                    <div class="image-wrapper">
                        <img class="head__img" src="gallery/0-gallery.jpg" />
                        <img class="enlarged-image" src="gallery/0-gallery.jpg" />
                        <span class="sec_title">Cryptocurrency Trading</span>
                    </div>
            </li>
            <li class="col-lg-3 col-md-6 col-sm-6 px-0">
                    <div class="image-wrapper">
                        <img class="head__img" src="gallery/2-gallery.jpg" />
                        <img class="enlarged-image" src="gallery/2-gallery.jpg" />
                        <span class="sec_title">Bloomberg: PayPal is thinking about buying cryptocurrency companies and has begun negotiations with BitGo</span>
                    </div>
            </li>
            <li class="col-lg-3 col-md-6 col-sm-6 px-0">
                    <div class="image-wrapper">
                        <img class="head__img" src="gallery/4-gallery.jpg" />
                        <img class="enlarged-image" src="gallery/4-gallery.jpg" />
                        <span class="sec_title">A 124-year-old hydroelectric power plant in the United States began to work on bitcoin mining - it is more profitable than selling electricity</span>
                    </div>
            </li>
            <li class="col-lg-3 col-md-6 col-sm-6 px-0">
                    <div class="image-wrapper">
                        <img class="head__img" src="gallery/6-gallery.jpg" />
                        <img class="enlarged-image" src="gallery/6-gallery.jpg" />
                        <span class="sec_title">The cost of bitcoin exceeded $68 thousand for the first time</span>
                    </div>
            </li>
        </ul> 
    </header>



    


<section class="privacy">
    <div class="container">
        <div class="row" style="overflow: hidden;">
            <h1 style="margin-bottom: 30px;">Privacy Policy</h1>
            <div>
                <p>At company, accessible from <span class="domaintextname-mqaQgM3b"></span>, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by <span class="domaintextname-mqaQgM3b"></span> and how we use it.</p><p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p><p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in <span class="domaintextname-mqaQgM3b"></span>. This policy is not applicable to any information collected offline or via channels other than this website.</p><h2>Consent</h2><p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p><h2>Information we collect</h2><p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p><p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p><p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p><h2>How we use your information</h2><p>We use the information we collect in various ways, including to:</p><ul><li>Provide, operate, and maintain our website</li><li>Improve, personalize, and expand our website</li><li>Understand and analyze how you use our website</li><li>Develop new products, services, features, and functionality</li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes</li><li>Send you emails</li><li>Find and prevent fraud</li></ul><h2>Log Files</h2><p><span class="domaintextname-mqaQgM3b"></span> follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users' movement on the website, and gathering demographic information.</p><h2>Cookies and Web Beacons</h2><p>Like any other website, <span class="domaintextname-mqaQgM3b"></span> uses "cookies". These cookies are used to store information including visitors' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users' experience by customizing our web page content based on visitors' browser type and/or other information.</p><h2>Third party links</h2><p>Our Site may have links to other websites. Please review their privacy policies to learn more about how they collect and use your personal data, because we do not control their policies and personal data processing practices.</p><h2>Advertising Partners Privacy Policies</h2><p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on <span class="domaintextname-mqaQgM3b"></span>, which are sent directly to users' browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p><p>Note that <span class="domaintextname-mqaQgM3b"></span> has no access to or control over these cookies that are used by third-party advertisers.</p><h2>Third Party Privacy Policies</h2><p><span class="domaintextname-mqaQgM3b"></span> Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p><p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers' respective websites.</p><h2>CCPA Privacy Rights</h2><p>Under the CCPA, among other rights, California consumers have the right to:</p><p>Request that a business that collects a consumer's personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p><p>Request that a business delete any personal data about the consumer that a business has collected.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p><h2>GDPR Data Protection Rights</h2><p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p><p>The right to access – You have the right to request copies of your personal data. We may charge you a small fee for this service.</p><p>The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p><p>The right to erasure – You have the right to request that we erase your personal data, under certain conditions.</p><p>The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.</p><p>The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions.</p><p>The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p><p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p><h2>Changes to This Privacy Policy</h2><p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.</p><h2>Contact Us</h2><p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.</p><ul><li> 5411 44 St, Lloydminster, AB T9V 0A9, Canada</li><li>+1 250-344-9850</li><li>feedbackboorish@mail.com</li></ul><script>for(var domainElements=document.getElementsByClassName("domaintextname-mqaQgM3b"),hostname=window.location.hostname,i=0;i<domainElements.length;i++)domainElements[i].innerHTML=hostname</script>
            </div>
        </div>
    </div>
</section>


      <section class="foot_section">
        <div class="container">
            <div class="row foots">
                <div class="col-lg-4 block__one">
                    <div class="foot__logo" href="#">
                        <a href="./"><img src=logotip.svg alt=""></a>
                        <a href="./"><h4>Automate Crypto</h4></a>
                    </div>
                    <div class="foot__information">
                        <p> 5411 44 St, Lloydminster, AB T9V 0A9, Canada</p>
                        <p><a href="mailto:feedbackboorish@mail.com">feedbackboorish@mail.com</a></p>
                        <p><a href="tel:+1 250-344-9850">+1 250-344-9850</a></p>
                    </div>
                </div>
                 <div class="col-lg-4 block__two">
                   <div class="bot_post">
                       <div class="row">
                            <div class="col-lg-3">
                                <div class="foot__image_block">
                                    <img class="foot__img" src="gallery/0-gallery.jpg" />
                                </div>
                            </div>
                            <div class="col-lg-9">
                                <div class="c_body">
                                    <h3>Cryptocurrency Trading</h3>
                                    <p>12.29.2023</p>
                                </div>
                            </div>
                       </div>
                    </div>
                   <div class="bot_post">
                    <div class="row">
                         <div class="col-lg-3">
                             <div class="foot__image_block">
                                 <img class="foot__img" src="gallery/2-gallery.jpg" />
                             </div>
                         </div>
                         <div class="col-lg-9">
                             <div class="c_body">
                                 <h3>Bloomberg: PayPal is thinking about buying cryptocurrency companies and has begun negotiations with BitGo</h3>
                                 <p>12.24.2023</p>
                             </div>
                         </div>
                    </div>
                    </div>
                    <div class="bot_post">
                        <div class="row">
                            <div class="col-lg-3">
                                <div class="foot__image_block">
                                    <img class="foot__img" src="gallery/4-gallery.jpg" />
                                </div>
                            </div>
                            <div class="col-lg-9">
                                <div class="c_body">
                                    <h3>A 124-year-old hydroelectric power plant in the United States began to work on bitcoin mining - it is more profitable than selling electricity</h3>
                                    <p>12.30.2023</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div> 
                
            </div>
        </div>
      </section>

      <section class="footer_copyRight">
        <div class="container">
                <div class="row align-items-center text-center">
                    <div class="col">
                        <div class="politic">
                            <a href="privacy_legal.php">Privacy policy</a>
                            <a href="term_legal.php">Terms & Conditions</a>
                            <a href="disclaimer_legal.php">Disclaimer</a>
                        </div>
                    </div>
                </div>
        </div>
      </section>

    

</body>
</html>
