{
    "consentModal": {
        "title": "Hello traveller, it's cookie time!",
        "description": "To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.",
        "acceptAllBtn": "Accept all",
        "acceptNecessaryBtn": "Reject all",
        "showPreferencesBtn": "Manage preferences"
    },
    "preferencesModal": {
        "title": "Cookie setttings",
        "acceptAllBtn": "Accept all",
        "acceptNecessaryBtn": "Reject all",
        "savePreferencesBtn": "Save preferences",
        "closeIconLabel": "Close modal",
        "serviceCounterLabel": "Service|Services",
        "sections": [
            {
                "title": "Cookie Usage",
                "description": "To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions."
            },
            {
                "title": "Strictly Necessary Cookies <span class=\"pm__badge\">Always Enabled</span>",
                "description": "Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.",
                "linkedCategory": "necessary"
            },
            {
                "title": "Advertising",
                "description": "Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.",
                "linkedCategory": "advertising",
                "cookieTable": {
                    "headers": {
                        "name": "Name",
                        "domain": "Service",
                        "description": "Description",
                        "expiration": "Expiration"
                    },
                    "body": [
                        {
                            "name": "_gcl_au",
                            "domain": "Google Ads",
                            "description": "Store and track conversions.",
                            "expiration": "Expires after 2 years"
                        },
                        {
                            "name": "_gcl_aw",
                            "domain": "Google Ads",
                            "description": "Distinguish website visitors",
                            "expiration": "Expires after 2 years"
                        },
                        {
                            "name": "_gac_*",
                            "domain": "Google Ads",
                            "description": "Used to store and track audience reach.",
                            "expiration": "Expires after 90 days"
                        },
                        {
                            "name": "_fbc",
                            "domain": "Facebook",
                            "description": "Used to store last visit.",
                            "expiration": "Expires after 2 years"
                        },
                        {
                            "name": "_fbp",
                            "domain": "Facebook",
                            "description": "Used to store and track visits across websites.",
                            "expiration": "Expires after 3 months"
                        }
                        
                    ]
                }
            },
            {
                "title": "Analytics Cookies",
                "description": "Analytics cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.",
                "linkedCategory": "analytics",
                "cookieTable": {
                    "headers": {
                        "name": "Name",
                        "domain": "Service",
                        "description": "Description",
                        "expiration": "Expiration"
                    },
                    "body": [
                        {
                            "name": "_ga",
                            "domain": "Google Analytics",
                            "description": "Distinguish website visitors.",
                            "expiration": "Expires after 2 years"
                        },
                        {
                            "name": "_gid",
                            "domain": "Google Analytics",
                            "description": "Distinguish website visitors",
                            "expiration": "Expires after 2 years"
                        },
                        {
                            "name": "_gat",
                            "domain": "Google Analytics",
                            "description": "Used to throttle the request rate",
                            "expiration": "Expires after 2 years"
                        },
                        {
                            "name": "_gac_UA-*",
                            "domain": "Google Analytics",
                            "description": "Used to store and count pageviews.",
                            "expiration": "Expires after 90 days"
                        }
                    ]
                }
            }
        ]
    }
}