{"id":250,"date":"2026-05-03T11:10:10","date_gmt":"2026-05-03T11:10:10","guid":{"rendered":"https:\/\/moyahost.ai\/cookie-policy-eu\/"},"modified":"2026-05-03T11:51:06","modified_gmt":"2026-05-03T11:51:06","slug":"cookie-policy-eu","status":"publish","type":"page","link":"https:\/\/moyahost.ai\/nl\/cookie-policy-eu\/","title":{"rendered":"Cookie Policy (EU)"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Cookie Policy \u2014 MoyaHost.ai<\/title>\n  <style>\n    \/* \u2500\u2500 Brand tokens \u2500\u2500 *\/\n    :root {\n      --forest:      #1B443B;\n      --forest-l:    #2A6657;\n      --forest-d:    #122E28;\n      --mint:        #D4EDE8;\n      --mint-l:      #EAF6F4;\n      --light:       #F2F8F6;\n      --mid:         #4A6B63;\n      --charcoal:    #1A2B26;\n      --white:       #FFFFFF;\n      --border:      #D4EDE8;\n    }\n\n    \/* \u2500\u2500 Reset & base \u2500\u2500 *\/\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Calibri', 'Trebuchet MS', sans-serif;\n      font-size: 16px;\n      line-height: 1.7;\n      color: var(--charcoal);\n      background: var(--white);\n    }\n\n    \/* \u2500\u2500 Page wrapper \u2500\u2500 *\/\n    .page-wrapper {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 0 24px 80px;\n    }\n\n    \/* \u2500\u2500 Hero header \u2500\u2500 *\/\n    .policy-hero {\n      background: var(--forest);\n      margin: 0 -24px 48px;\n      padding: 48px 24px 40px;\n    }\n\n    .policy-hero-inner {\n      max-width: 860px;\n      margin: 0 auto;\n    }\n\n    .policy-label {\n      display: inline-block;\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--mint);\n      margin-bottom: 12px;\n    }\n\n    .policy-hero h1 {\n      font-size: 36px;\n      font-weight: 700;\n      color: var(--white);\n      line-height: 1.2;\n      margin-bottom: 16px;\n    }\n\n    .policy-dates {\n      display: flex;\n      gap: 24px;\n      flex-wrap: wrap;\n    }\n\n    .policy-dates p {\n      font-size: 13px;\n      color: var(--mint);\n      opacity: 0.85;\n    }\n\n    \/* \u2500\u2500 Section headings \u2500\u2500 *\/\n    h2 {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--forest);\n      margin: 40px 0 12px;\n      padding-bottom: 8px;\n      border-bottom: 2px solid var(--mint);\n    }\n\n    \/* \u2500\u2500 Body text \u2500\u2500 *\/\n    .prose p {\n      font-size: 15px;\n      color: var(--mid);\n      line-height: 1.75;\n      margin-bottom: 14px;\n    }\n\n    \/* \u2500\u2500 Cookie category sections \u2500\u2500 *\/\n    .cookie-category {\n      margin-bottom: 36px;\n    }\n\n    .category-header {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 10px;\n    }\n\n    .category-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: var(--forest);\n      color: var(--mint);\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 0.06em;\n      padding: 4px 12px;\n      border-radius: 3px;\n    }\n\n    .category-badge::before {\n      content: '';\n      display: inline-block;\n      width: 6px;\n      height: 6px;\n      border-radius: 50%;\n      background: var(--mint);\n      opacity: 0.7;\n    }\n\n    .category-description {\n      font-size: 14px;\n      color: var(--mid);\n      line-height: 1.65;\n      margin-bottom: 14px;\n      padding: 12px 16px;\n      background: var(--light);\n      border-left: 3px solid var(--forest);\n      border-radius: 0 4px 4px 0;\n    }\n\n    \/* \u2500\u2500 Cookie table \u2500\u2500 *\/\n    .cookie-table-wrap {\n      border: 1px solid var(--border);\n      border-radius: 6px;\n      overflow: hidden;\n    }\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 14px;\n      table-layout: fixed;\n    }\n\n    col.col-cookie   { width: 20%; }\n    col.col-duration { width: 22%; }\n    col.col-desc     { width: 58%; }\n\n    thead tr {\n      background: var(--forest);\n    }\n\n    thead th {\n      text-align: left;\n      padding: 11px 16px;\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 0.07em;\n      text-transform: uppercase;\n      color: var(--mint);\n      border: none;\n    }\n\n    tbody tr:nth-child(odd)  { background: var(--white); }\n    tbody tr:nth-child(even) { background: var(--light); }\n\n    tbody tr:not(:last-child) td {\n      border-bottom: 1px solid var(--mint-l);\n    }\n\n    tbody td {\n      padding: 12px 16px;\n      vertical-align: top;\n      border: none;\n    }\n\n    .cookie-name {\n      font-family: 'Courier New', Courier, monospace;\n      font-size: 12px;\n      font-weight: 700;\n      color: var(--forest);\n      word-break: break-all;\n    }\n\n    .duration-badge {\n      display: inline-block;\n      background: var(--mint-l);\n      border: 1px solid var(--border);\n      border-radius: 3px;\n      padding: 2px 8px;\n      font-size: 12px;\n      color: var(--forest-l);\n      white-space: nowrap;\n    }\n\n    .cookie-desc {\n      font-size: 13px;\n      color: var(--mid);\n      line-height: 1.6;\n    }\n\n    \/* \u2500\u2500 Manage preferences section \u2500\u2500 *\/\n    .manage-section {\n      background: var(--light);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 28px 28px 24px;\n      margin-top: 40px;\n    }\n\n    .manage-section h2 {\n      border-bottom: none;\n      margin-top: 0;\n      padding-bottom: 0;\n      font-size: 18px;\n      margin-bottom: 14px;\n    }\n\n    .manage-section p {\n      font-size: 14px;\n      color: var(--mid);\n      line-height: 1.7;\n      margin-bottom: 12px;\n    }\n\n    \/* Consent preferences button *\/\n    .consent-btn {\n      display: inline-block;\n      margin: 4px 0 20px;\n      padding: 10px 24px;\n      background: var(--forest);\n      color: var(--mint);\n      font-family: inherit;\n      font-size: 14px;\n      font-weight: 600;\n      border: none;\n      border-radius: 4px;\n      cursor: pointer;\n      text-decoration: none;\n      letter-spacing: 0.02em;\n      transition: background 0.15s ease;\n    }\n\n    .consent-btn:hover { background: var(--forest-l); }\n\n    \/* Browser links list *\/\n    .browser-links {\n      list-style: none;\n      margin: 8px 0 12px;\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n    }\n\n    .browser-links li {\n      display: flex;\n      align-items: baseline;\n      gap: 8px;\n      font-size: 13px;\n    }\n\n    .browser-name {\n      min-width: 110px;\n      font-weight: 600;\n      color: var(--forest);\n      font-size: 13px;\n    }\n\n    .browser-links a {\n      color: var(--forest-l);\n      text-decoration: none;\n      word-break: break-all;\n      font-size: 13px;\n      border-bottom: 1px solid var(--mint);\n      transition: border-color 0.15s;\n    }\n\n    .browser-links a:hover { border-color: var(--forest); }\n\n    \/* \u2500\u2500 Footer attribution \u2500\u2500 *\/\n    .policy-footer {\n      margin-top: 40px;\n      padding-top: 20px;\n      border-top: 1px solid var(--mint-l);\n      text-align: center;\n      font-size: 12px;\n      color: var(--mid);\n      opacity: 0.75;\n    }\n\n    .policy-footer a {\n      color: var(--forest-l);\n      text-decoration: none;\n    }\n\n    \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n    @media (max-width: 600px) {\n      .policy-hero h1 { font-size: 26px; }\n      col.col-cookie   { width: 28%; }\n      col.col-duration { width: 28%; }\n      col.col-desc     { width: 44%; }\n      .policy-dates    { flex-direction: column; gap: 4px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"page-wrapper\">\n\n  <!-- \u2500\u2500 Hero \u2500\u2500 -->\n  <header class=\"policy-hero\">\n    <div class=\"policy-hero-inner\">\n      <span class=\"policy-label\">Legal &amp; Privacy<\/span>\n      <h1>Cookie Policy<\/h1>\n      <div class=\"policy-dates\">\n        <p>Effective date: May 03, 2026<\/p>\n        <p>Last updated: May 03, 2026<\/p>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- \u2500\u2500 What are cookies \u2500\u2500 -->\n  <h2>What are cookies?<\/h2>\n  <div class=\"prose\">\n    <p>This Cookie Policy explains what cookies are, how we use them, the types of cookies we use (i.e., the information we collect using cookies and how that information is used), and how to manage your cookie settings.<\/p>\n    <p>Cookies are small text files used to store small pieces of information. They are stored on your device when a website loads in your browser. These cookies help ensure that the website functions properly, enhance security, provide a better user experience, and analyse performance to identify what works and where improvements are needed.<\/p>\n  <\/div>\n\n  <!-- \u2500\u2500 How we use cookies \u2500\u2500 -->\n  <h2>How do we use cookies?<\/h2>\n  <div class=\"prose\">\n    <p>Like most online services, our website uses both first-party and third-party cookies for various purposes. First-party cookies are primarily necessary for the website to function properly and do not collect any personally identifiable data.<\/p>\n    <p>The third-party cookies used on our website primarily help us understand how the website performs, track how you interact with it, keep our services secure, deliver relevant advertisements, and enhance your overall user experience while improving the speed of your future interactions with our website.<\/p>\n  <\/div>\n\n  <!-- \u2500\u2500 Types of cookies \u2500\u2500 -->\n  <h2>Types of cookies we use<\/h2>\n\n  <!-- Necessary -->\n  <div class=\"cookie-category\">\n    <div class=\"category-header\">\n      <span class=\"category-badge\">Necessary<\/span>\n    <\/div>\n    <p class=\"category-description\">Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.<\/p>\n    <div class=\"cookie-table-wrap\">\n      <table>\n        <colgroup>\n          <col class=\"col-cookie\">\n          <col class=\"col-duration\">\n          <col class=\"col-desc\">\n        <\/colgroup>\n        <thead>\n          <tr>\n            <th>Cookie<\/th>\n            <th>Duration<\/th>\n            <th>Description<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><span class=\"cookie-name\">_cfuvid<\/span><\/td>\n            <td><span class=\"duration-badge\">Session<\/span><\/td>\n            <td class=\"cookie-desc\">Cloudflare sets this cookie to track users across sessions to optimize user experience by maintaining session consistency and providing personalized services.<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cookie-name\">m<\/span><\/td>\n            <td><span class=\"duration-badge\">1 year 1 month 4 days<\/span><\/td>\n            <td class=\"cookie-desc\">Stripe sets this cookie for fraud prevention purposes. It identifies the device used to access the website, allowing the website to be formatted accordingly.<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cookie-name\">OptanonConsent<\/span><\/td>\n            <td><span class=\"duration-badge\">1 year<\/span><\/td>\n            <td class=\"cookie-desc\">OneTrust sets this cookie to store details about the site&#8217;s cookie category and check whether visitors have given or withdrawn consent from the use of each category.<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cookie-name\">__cf_bm<\/span><\/td>\n            <td><span class=\"duration-badge\">1 hour<\/span><\/td>\n            <td class=\"cookie-desc\">This cookie, set by Cloudflare, is used to support Cloudflare Bot Management.<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cookie-name\">wpEmojiSettingsSupports<\/span><\/td>\n            <td><span class=\"duration-badge\">Session<\/span><\/td>\n            <td class=\"cookie-desc\">WordPress sets this cookie when a user interacts with emojis on a WordPress site. It helps determine if the user&#8217;s browser can display emojis properly.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n\n  <!-- Analytics -->\n  <div class=\"cookie-category\">\n    <div class=\"category-header\">\n      <span class=\"category-badge\">Analytics<\/span>\n    <\/div>\n    <p class=\"category-description\">Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.<\/p>\n    <div class=\"cookie-table-wrap\">\n      <table>\n        <colgroup>\n          <col class=\"col-cookie\">\n          <col class=\"col-duration\">\n          <col class=\"col-desc\">\n        <\/colgroup>\n        <thead>\n          <tr>\n            <th>Cookie<\/th>\n            <th>Duration<\/th>\n            <th>Description<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><span class=\"cookie-name\">_ga_*<\/span><\/td>\n            <td><span class=\"duration-badge\">1 year 1 month 4 days<\/span><\/td>\n            <td class=\"cookie-desc\">Google Analytics sets this cookie to store and count page views.<\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"cookie-name\">_ga<\/span><\/td>\n            <td><span class=\"duration-badge\">1 year 1 month 4 days<\/span><\/td>\n            <td class=\"cookie-desc\">Google Analytics sets this cookie to calculate visitor, session and campaign data and track site usage for the site&#8217;s analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognise unique visitors.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n\n  <!-- Performance -->\n  <div class=\"cookie-category\">\n    <div class=\"category-header\">\n      <span class=\"category-badge\">Performance<\/span>\n    <\/div>\n    <p class=\"category-description\">Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.<\/p>\n    <div class=\"cookie-table-wrap\">\n      <table>\n        <colgroup>\n          <col class=\"col-cookie\">\n          <col class=\"col-duration\">\n          <col class=\"col-desc\">\n        <\/colgroup>\n        <thead>\n          <tr>\n            <th>Cookie<\/th>\n            <th>Duration<\/th>\n            <th>Description<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><span class=\"cookie-name\">_calendly_session<\/span><\/td>\n            <td><span class=\"duration-badge\">21 days<\/span><\/td>\n            <td class=\"cookie-desc\">Calendly, a Meeting Schedulers, sets this cookie to allow the meeting scheduler to function within the website and to add events into the visitor&#8217;s calendar.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n\n  <!-- \u2500\u2500 Manage preferences \u2500\u2500 -->\n  <div class=\"manage-section\">\n    <h2>Manage cookie preferences<\/h2>\n    <a class=\"consent-btn cky-banner-element\">Consent Preferences<\/a>\n    <p>You can modify your cookie settings anytime by clicking the &#8216;Consent Preferences&#8217; button above. This will allow you to revisit the cookie consent banner and update your preferences or withdraw your consent immediately.<\/p>\n    <p>Additionally, different browsers offer various methods to block and delete cookies used by websites. You can adjust your browser settings to block or delete cookies. Below are links to support documents on how to manage and delete cookies in the major web browsers.<\/p>\n    <ul class=\"browser-links\">\n      <li>\n        <span class=\"browser-name\">Chrome<\/span>\n        <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/support.google.com\/accounts\/answer\/32050\">https:\/\/support.google.com\/accounts\/answer\/32050<\/a>\n      <\/li>\n      <li>\n        <span class=\"browser-name\">Safari<\/span>\n        <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/support.apple.com\/en-in\/guide\/safari\/sfri11471\/mac\">https:\/\/support.apple.com\/en-in\/guide\/safari\/sfri11471\/mac<\/a>\n      <\/li>\n      <li>\n        <span class=\"browser-name\">Firefox<\/span>\n        <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/support.mozilla.org\/en-US\/kb\/clear-cookies-and-site-data-firefox\">https:\/\/support.mozilla.org\/en-US\/kb\/clear-cookies-and-site-data-firefox<\/a>\n      <\/li>\n      <li>\n        <span class=\"browser-name\">Internet Explorer<\/span>\n        <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/support.microsoft.com\/en-us\/topic\/how-to-delete-cookie-files-in-internet-explorer-bca9446f-d873-78de-77ba-d42645fa52fc\">https:\/\/support.microsoft.com\/en-us\/topic\/how-to-delete-cookie-files-in-internet-explorer-bca9446f-d873-78de-77ba-d42645fa52fc<\/a>\n      <\/li>\n    <\/ul>\n    <p>If you are using a different web browser, please refer to its official support documentation.<\/p>\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Cookie Policy \u2014 MoyaHost.ai Legal &amp; Privacy Cookie Policy Effective date: May 03, 2026 Last updated: May 03, 2026 What are cookies? This Cookie Policy&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-250","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/moyahost.ai\/nl\/wp-json\/wp\/v2\/pages\/250","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moyahost.ai\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moyahost.ai\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moyahost.ai\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moyahost.ai\/nl\/wp-json\/wp\/v2\/comments?post=250"}],"version-history":[{"count":4,"href":"https:\/\/moyahost.ai\/nl\/wp-json\/wp\/v2\/pages\/250\/revisions"}],"predecessor-version":[{"id":254,"href":"https:\/\/moyahost.ai\/nl\/wp-json\/wp\/v2\/pages\/250\/revisions\/254"}],"wp:attachment":[{"href":"https:\/\/moyahost.ai\/nl\/wp-json\/wp\/v2\/media?parent=250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}