{"id":9,"date":"2025-04-02T18:51:46","date_gmt":"2025-04-02T18:51:46","guid":{"rendered":"http:\/\/mykonosrocks.local\/?page_id=9"},"modified":"2026-03-31T12:51:35","modified_gmt":"2026-03-31T12:51:35","slug":"mykonos-rocks","status":"publish","type":"page","link":"https:\/\/rocksvillas.com\/paros\/","title":{"rendered":"Mykonos Rocks"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dad1507 e-con-full e-flex e-con e-parent\" data-id=\"dad1507\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12a1c73 elementor-widget elementor-widget-hero_slider\" data-id=\"12a1c73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"hero_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"hero-slider-widget\">\r\n            <div class=\"swiper-container hero_slider\">\r\n                <div class=\"swiper-wrapper\">\r\n                                            <div class=\"swiper-slide gsap-slide\">\r\n                            <img decoding=\"async\" src=\"http:\/\/paros.ruinedvisuals.com\/wp-content\/uploads\/2025\/10\/MG_1751.jpg\"\r\n                                 alt=\"Slide Image\"\r\n                                 class=\"gsap-zoom\"\r\n                                 loading=\"lazy\"\r\n                                 srcset=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751.jpg 1920w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-300x200.jpg 300w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-1024x683.jpg 1024w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-768x512.jpg 768w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-1536x1024.jpg 1536w\"\r\n                                 sizes=\"(max-width: 1200px) 100vw, 1200px\">\r\n\r\n                        <\/div>\r\n                                    <\/div>\r\n                <div class=\"slide-title gsap-title mobile_slide\">Paros Rocks Villas. Your Island Home in Paros<\/div>\r\n                <div class=\"box_availability\">\r\n                    <div class=\"slide-title gsap-title\">Paros Rocks Villas. Your Island Home in Paros<\/div>\r\n                    <div class=\"booking-widget\">\r\n                        <div class=\"booking-widget_wrap\">\r\n                            <div class=\"check_dates\">\r\n                                <input type=\"text\" id=\"checkin\" placeholder=\"Check-In\"\/>\r\n                                <svg id=\"Outlined\" viewBox=\"0 0 32 32\" height=\"40px\" fill=\"#fff\"\r\n                                     xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <title\/>\r\n                                    <g id=\"Fill\">\r\n                                        <path d=\"M29.12,13.88,23.54,8.29,22.12,9.71,27.41,15H2v2H27.41l-5.29,5.29,1.42,1.42,5.58-5.59a3,3,0,0,0,0-4.24Z\"\/>\r\n                                    <\/g>\r\n                                <\/svg>\r\n                                <input type=\"text\" id=\"checkout\" placeholder=\"Check-Out\"\/>\r\n                                <div class=\"people-input\">\r\n                                    <button type=\"button\" onclick=\"updatePeople(-1)\">\u2212<\/button>\r\n                                    <span id=\"people-count\">2<\/span>\r\n                                    <span>GUESTS<\/span>\r\n                                    <button type=\"button\" onclick=\"updatePeople(1)\">+<\/button>\r\n                                    <input type=\"hidden\" id=\"adults\" value=\"2\" \/>\r\n\r\n                                <\/div>\r\n                            <\/div>\r\n                            <button onclick=\"checkAvailability()\">Check Availability<\/button>\r\n                        <\/div\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        \r\n        <\/div>\r\n        <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/gsap.min.js\"><\/script>\r\n        <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/ScrollTrigger.min.js\"><\/script>\r\n        <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Swiper\/11.0.5\/swiper-bundle.css\"\r\n              integrity=\"sha512-pmAAV1X4Nh5jA9m+jcvwJXFQvCBi3T17aZ1KWkqXr7g\/O2YMvO8rfaa5ETWDuBvRq6fbDjlw4jHL44jNTScaKg==\"\r\n              crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\/>\r\n        <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Swiper\/11.0.5\/swiper-bundle.min.js\"\r\n                integrity=\"sha512-Ysw1DcK1P+uYLqprEAzNQJP+J4hTx4t\/3X2nbVwszao8wD+9afLjBQYjz7Uk4ADP+Er++mJoScI42ueGtQOzEA==\"\r\n                crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>\r\n\r\n        <!-- Flatpickr CSS -->\r\n        <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/flatpickr\/dist\/flatpickr.min.css\"\/>\r\n\r\n        <!-- Flatpickr JS -->\r\n        <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/flatpickr\"><\/script>\r\n\r\n        <script>\r\n            function updatePeople(change) {\r\n                const input = document.getElementById('adults');\r\n                const display = document.getElementById('people-count');\r\n                let current = parseInt(input.value);\r\n                current = Math.max(1, Math.min(14, current + change));\r\n                input.value = current;\r\n                display.textContent = current;\r\n            }\r\n        <\/script>\r\n        <script>\r\n            document.addEventListener(\"DOMContentLoaded\", function () {\r\n                gsap.registerPlugin(ScrollTrigger);\r\n\r\n                \/\/ \u0395\u03c6\u03ad scroll \u03c3\u03c4\u03b1 elements\r\n                gsap.utils.toArray(\".gsap-slide\").forEach((slide, index) => {\r\n                    gsap.to(slide, {\r\n                        opacity: 1,\r\n                        duration: 1.2,\r\n                        ease: \"power3.out\",\r\n                        stagger: 0.3,\r\n                        scrollTrigger: {\r\n                            trigger: slide,\r\n                            start: \"top 85%\",\r\n                            toggleActions: \"play none none none\"\r\n                        }\r\n                    });\r\n                });\r\n\r\n                gsap.utils.toArray(\".gsap-zoom\").forEach((image, index) => {\r\n                    gsap.to(image, {\r\n                        scale: 1,\r\n                        opacity: 1,\r\n                        duration: 2,\r\n                        ease: \"power3.out\",\r\n                        scrollTrigger: {\r\n                            trigger: image,\r\n                            start: \"top 85%\",\r\n                            toggleActions: \"play none none none\"\r\n                        }\r\n                    });\r\n                });\r\n\r\n                gsap.utils.toArray(\".gsap-title\").forEach((title, index) => {\r\n                    gsap.to(title, {\r\n                        opacity: 1,\r\n                        y: 0,\r\n                        duration: 1,\r\n                        delay: 0.5,\r\n                        ease: \"power3.out\",\r\n                        scrollTrigger: {\r\n                            trigger: title,\r\n                            start: \"top 85%\",\r\n                            toggleActions: \"play none none none\"\r\n                        }\r\n                    });\r\n                });\r\n\r\n                \/\/ Swiper Init\r\n                new Swiper('.swiper-container.hero_slider', {\r\n                    loop: false,\r\n                    pagination: {\r\n                        el: '.swiper-pagination',\r\n                        clickable: true,\r\n                    },\r\n                    navigation: {\r\n                        nextEl: '.swiper-button-next',\r\n                        prevEl: '.swiper-button-prev',\r\n                    },\r\n                });\r\n            });\r\n        <\/script>\r\n        <script>\r\n            flatpickr(\"#checkin\", {\r\n                dateFormat: \"d-m-Y\",\r\n                minDate: \"today\",\r\n                disableMobile: true,\r\n                onChange: function (selectedDates, dateStr) {\r\n                    checkoutCalendar.set('minDate', dateStr);\r\n                }\r\n            });\r\n\r\n            const checkoutCalendar = flatpickr(\"#checkout\", {\r\n                dateFormat: \"d-m-Y\",\r\n                minDate: \"today\",\r\n                disableMobile: true,\r\n            });\r\n\r\n            function parseDMYtoDate(str) {\r\n                const [day, month, year] = str.split(\"-\");\r\n                return new Date(`${year}-${month}-${day}`);\r\n            }\r\n\r\n            function checkAvailability() {\r\n                const checkin = document.getElementById('checkin').value;\r\n                const checkout = document.getElementById('checkout').value;\r\n                const adults = document.getElementById('adults').value || 1;\r\n\r\n                if (!checkin || !checkout) {\r\n                    alert('Please select both dates.');\r\n                    return;\r\n                }\r\n\r\n                const checkinDate = parseDMYtoDate(checkin);\r\n                const checkoutDate = parseDMYtoDate(checkout);\r\n\r\n                const nights = Math.ceil(\r\n                    (checkoutDate - checkinDate) \/ (1000 * 60 * 60 * 24)\r\n                );\r\n\r\n                if (nights <= 0) {\r\n                    alert('Check-Out must be after Check-In.');\r\n                    return;\r\n                }\r\n\r\n                const url = `https:\/\/mykonosrocks.reserve-online.net\/?checkin=${checkin}&nights=${nights}&rooms=1&adults=${adults}`;\r\n                window.open(url, '_blank');\r\n            }\r\n\r\n        <\/script>\r\n\r\n\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07ff09e e-flex e-con-boxed e-con e-parent\" data-id=\"07ff09e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3f63f20 e-con-full e-grid e-con e-child\" data-id=\"3f63f20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd9d8a6 elementor-widget elementor-widget-spacer\" data-id=\"fd9d8a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57f86ca elementor-widget elementor-widget-spacer\" data-id=\"57f86ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb2c4f0 e-con-full e-flex e-con e-child\" data-id=\"bb2c4f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65dc151 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"65dc151\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"> Where Island Living Begins\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e239817 animated-slow elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e239817\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At Paros Rocks Villas, we see a villa as the beginning of your story. A place where the island welcomes you, where hospitality feels human, and where every sunset becomes a scene you never want to end.<br \/><br \/>We are locals, rooted in the everyday beauty of Paros. We know the hidden beaches, the morning light, the stillness of the hills, the warmth of true philoxenia. This is the spirit we bring into every stay we craft.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7dd22aa animated-slow elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7dd22aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Select villas, bespoke stays &amp; local concierge \u2014 authentic island living, effortlessly.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bc79b4 animated-slow elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"0bc79b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Here, your stay is not arranged. It is thoughtfully shaped around you.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-df792ca e-flex e-con-boxed e-con e-parent\" data-id=\"df792ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8398755 elementor-widget__width-auto animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8398755\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Choose Your Accommodation <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f26c2dd animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"f26c2dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"cvGsUA direction-ltr align-center para-style-body\"><span style=\"font-weight: 400;\">Exceptional <\/span><span style=\"font-weight: 400;\">Suite &amp;<\/span><span style=\"font-weight: 400;\"> Villa experiences that blend Cycladic elegance with contemporary luxury.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e218c0 e-con-full e-flex e-con e-child\" data-id=\"0e218c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63ac088 elementor-widget elementor-widget-shortcode\" data-id=\"63ac088\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"swiper home-villas-carousel\">\r\n    <div class=\"swiper-wrapper\">\r\n                        <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/opal-apartment\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2026\/06\/655802378.jpg\" alt=\"Opal Apartment\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/opal-apartment\/\">\r\n                                <h3 class=\"villa-title\">Opal Apartment<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Highlight is the private terrace, ideal for enjoying your morning coffee or evening wine while taking in the surroundings.                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    4 guests \u2022\r\n                                    2 bedrooms \u2022\r\n                                    35 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/lapis-apartment\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2026\/06\/655789389.jpg\" alt=\"Lapis Apartment\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/lapis-apartment\/\">\r\n                                <h3 class=\"villa-title\">Lapis Apartment<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Guests can relax on the terrace or balcony with sea views. The property includes a massage service and beauty treatments.                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    2 guests \u2022\r\n                                    1 bedrooms \u2022\r\n                                    35 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/house-phos\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2026\/06\/277373027.jpg\" alt=\"House Phos\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/house-phos\/\">\r\n                                <h3 class=\"villa-title\">House Phos<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Guests can relax on the terrace or balcony with sea views. The property includes a massage service and beauty treatments.                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    6 guests \u2022\r\n                                    3 bedrooms \u2022\r\n                                    67 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/villa-zeos\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2026\/06\/1.jpg\" alt=\"Villa Zeos\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/villa-zeos\/\">\r\n                                <h3 class=\"villa-title\">Villa Zeos<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Guests can relax on the terrace or balcony with sea views. The property includes a massage service and beauty treatments.                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    9 guests \u2022\r\n                                    4 bedrooms \u2022\r\n                                    150 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/villa-anna\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2026\/06\/450b517b-827c-4f5b-9240-bbff88aec428.jpg\" alt=\"Villa Anna\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/villa-anna\/\">\r\n                                <h3 class=\"villa-title\">Villa Anna<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Just steps from Wine Museum of Naousa and the Venetian Harbour & Castle                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    6 guests \u2022\r\n                                    3 bedrooms \u2022\r\n                                    100 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/giacomo-home\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751.jpg\" alt=\"Giacomo Home\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/giacomo-home\/\">\r\n                                <h3 class=\"villa-title\">Giacomo Home<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    A breath-taking view                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    4 guests \u2022\r\n                                    2 bedrooms \u2022\r\n                                    90 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/phos-home\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Phos-Home-Featured.jpg\" alt=\"Phos Home\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/phos-home\/\">\r\n                                <h3 class=\"villa-title\">Phos Home<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    High end apartment in Naousa                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    6 guests \u2022\r\n                                    3 bedrooms \u2022\r\n                                    88 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/potami-home\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Potami-Home-15.jpg\" alt=\"Potami Home\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/potami-home\/\">\r\n                                <h3 class=\"villa-title\">Potami Home<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    High end home apartment in Naousa                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    4 guests \u2022\r\n                                    2 bedrooms \u2022\r\n                                    68 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/thyme-house\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Thyme-House-3.jpg\" alt=\"Thyme House\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/thyme-house\/\">\r\n                                <h3 class=\"villa-title\">Thyme House<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Combines the best of island living with the convenience of nearby amenities                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    2 guests \u2022\r\n                                    1 bedrooms \u2022\r\n                                    29 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/sage-house\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Sage-House-1.jpg\" alt=\"Sage House\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/sage-house\/\">\r\n                                <h3 class=\"villa-title\">Sage House<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Offers the perfect blend of privacy and community within an exclusive complex                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    2 guests \u2022\r\n                                    1 bedrooms \u2022\r\n                                    38 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/jasmine-house\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Jasmine-House-5.jpg\" alt=\"Jasmine House\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/jasmine-house\/\">\r\n                                <h3 class=\"villa-title\">Jasmine House<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    A private oasis with its own jacuzzi                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    2 guests \u2022\r\n                                    1 bedrooms \u2022\r\n                                    38 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/villa-diorite\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Villa-Diorite-9.jpg\" alt=\"Villa Diorite\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/villa-diorite\/\">\r\n                                <h3 class=\"villa-title\">Villa Diorite<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Beatiful spacious apartment with astonishing view located in Santa Maria                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    4 guests \u2022\r\n                                    2 bedrooms \u2022\r\n                                    85 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/lavender-house\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Lavender-House-5.jpg\" alt=\"Lavender House\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/lavender-house\/\">\r\n                                <h3 class=\"villa-title\">Lavender House<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Where your own jacuzzi invites you to unwind under the Mediterranean sun                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    2 guests \u2022\r\n                                    1 bedrooms \u2022\r\n                                    - sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/iris-house\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Iris-House-2.jpg\" alt=\"Iris House\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/iris-house\/\">\r\n                                <h3 class=\"villa-title\">Iris House<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Unwind under the Mediterranean sun                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    2 guests \u2022\r\n                                    1 bedrooms \u2022\r\n                                    38 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/vine-house\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Vine-House-6.jpg\" alt=\"Vine House\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/vine-house\/\">\r\n                                <h3 class=\"villa-title\">Vine House<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Combines the best of island living with the convenience of nearby amenities                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    2 guests \u2022\r\n                                    1 bedrooms \u2022\r\n                                    - sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/pine-residence\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Pine-Residence-1.jpg\" alt=\"Pine Residence\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/pine-residence\/\">\r\n                                <h3 class=\"villa-title\">Pine Residence<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Step outside to your private oasis                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    6 guests \u2022\r\n                                    3 bedrooms \u2022\r\n                                    150 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                            <div class=\"swiper-slide\">\r\n                    <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/strata-home\/\" class=\"home_villa_item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/Strata-Home-1.jpg\" alt=\"Strata Home\"\/>\r\n                        <div class=\"villa-content\">\r\n                            <a href=\"https:\/\/rocksvillas.com\/paros\/villas\/strata-home\/\">\r\n                                <h3 class=\"villa-title\">Strata Home<\/h3>\r\n                            <\/a>\r\n                            <div class=\"content_info\">\r\n                                <p class=\"villa_card_location\">\r\n                                    Comfortable apartment right in the center of Naousa                                <\/p>\r\n                                \r\n                                <p class=\"villa_card_info\">\r\n                                    6 guests \u2022\r\n                                    3 bedrooms \u2022\r\n                                    67 sq.m\r\n                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                <\/div>\r\n\r\n    <!-- Navigation -->\r\n    <div class=\"swiper-button-next\"><\/div>\r\n    <div class=\"swiper-button-prev\"><\/div>\r\n<\/div>\r\n\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        new Swiper('.home-villas-carousel', {\r\n            slidesPerView: 3,\r\n            spaceBetween: 5,\r\n            loop: true,\r\n            navigation: {\r\n                nextEl: '.swiper-button-next',\r\n                prevEl: '.swiper-button-prev',\r\n            },\r\n            breakpoints: {\r\n                0: {\r\n                    slidesPerView: 1,\r\n                },\r\n                768: {\r\n                    slidesPerView: 2,\r\n                },\r\n                1024: {\r\n                    slidesPerView: 3,\r\n                },\r\n            }\r\n        });\r\n    });\r\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b22bbb e-flex e-con-boxed e-con e-parent\" data-id=\"5b22bbb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04a8b25 elementor-widget__width-auto animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"04a8b25\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Paros Rocks <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04e4207 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"04e4207\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"cvGsUA direction-ltr align-center para-style-body\">Luxury redefined through authenticity, comfort, and the spirit of the Aegean.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a48e568 e-grid e-con-boxed e-con e-child\" data-id=\"a48e568\" data-element_type=\"container\" data-e-type=\"container\" id=\"home_boxes\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6aedbf elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"e6aedbf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1080 1076\" style=\"enable-background:new 0 0 1080 1076;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#545454;}<\/style><g>\t<path class=\"st0\" d=\"M194,820c9.3-25.2,21.8-49.3,37.2-71.3C324.4,614.9,506.6,574.6,656.5,629c93.1,33.8,170.3,105,212.4,194.5   c-7.6,3.4-16,5.8-23.9,9.1c-54.2,22.5-73.2,63.8-141.2,46.2c-62.3-16.2-79.8-63.6-157.3-58.8c-76.7,4.7-107.2,77.9-192.6,59.7   c-41.6-8.9-66.8-38.2-105.3-51.7C231,821.8,212.7,818.8,194,820z\"><\/path>\t<path class=\"st0\" d=\"M1058,986v56c-12.7-1.9-24.5-5.5-35.7-11.8c-12.3-6.9-22.1-17.4-33.8-25.2c-45.2-30-93.2-34-143.5-13.4   c-54.3,22.2-73.9,64.7-142.2,46.2c-60.5-16.4-81.3-63.5-155.3-58.8c-65.7,4.2-99.7,59.6-160.9,63.1   c-84.9,4.9-121.5-84.7-217.8-58.8c-36.8,9.9-57.3,37.2-91.3,49.7c-17.7,6.5-36.7,9.5-55.5,9v-55c29.9,0.1,60.4-6.4,86.7-20.8   c25.4-14,39.6-32.6,70.3-39.7c73.1-16.8,112.1,50.6,181.6,59.4c53,6.7,79.6-11.5,121.5-37.3c48-29.5,92.6-34.3,141.8-4   c34.3,21.1,58.4,40,101.5,42.5c63.3,3.6,82.8-34.8,134-54.1c26.4-9.9,51.9-12.2,79.3-4.2C983.2,941.7,1008.8,986.4,1058,986z\"><\/path>\t<path class=\"st0\" d=\"M1058,908v53c-31.3-0.4-50.1-24.6-74.1-39.4c-42.7-26.3-87.2-30.3-134.2-12.4c-51.9,19.9-74.8,62.5-137.8,50.3   c-46.6-9-73.3-43.8-117-56c-25.2-7.1-49.8-6.9-75,0c-58.4,16-82.1,61.9-150.6,57.5c-63.1-4-97.5-63.1-168-63.1   c-62.4,0-84.6,45.2-137.3,58.8C50.1,960.3,36.5,961,22,962v-54c25.2,1.1,50.6-3.8,73.7-13.8c31.1-13.6,51.5-40.1,86.3-46.7   c65-12.4,92.5,32.6,145.5,51.6c24.9,8.9,49.5,11.7,75.7,7.7c69.1-10.6,102.3-77.6,182.2-57.6c33.2,8.3,54.9,32.1,85.6,45.4   c46.4,20.1,90.1,19.9,133.3-7.7c38.6-24.7,64.4-44.7,114.2-40.8c52,4.1,74.7,48.6,121.5,59.5C1045.8,906.9,1052,908,1058,908z\"><\/path>\t<path class=\"st0\" d=\"M285.8,110.3c99.3-9.6,145.1,116.3,64.9,171.9c-67.6,46.9-159.3-10.4-147.5-91.5   C209.3,149.5,243.7,114.4,285.8,110.3z\"><\/path>\t<path class=\"st0\" d=\"M782.8,242.3c80.6-6,88.4,116.1,9.7,121.7C711.9,369.7,703.6,248.2,782.8,242.3z\"><\/path>\t<path class=\"st0\" d=\"M704.8,264.2l2.8,7.3c-11.9,30.5-5.8,64.3,15.4,89c3,3.4,6.3,5.6,9.3,8.4c0.8,0.8,0.9,0.7,0.6,2.1   c-38.5,15.1-68.2,44.7-94,76c1.1-34.4,16-67.6,34.8-95.7c3.8-5.7,15.6-18.8,17.5-23.5c3.4-8.4-1.2-15.7-9.2-18.3   c-21.5-6.8-59-6.6-81.4-3.3l-32.6,7.4c11-14.5,26.1-26.7,42.6-34.4C639.7,265.7,673.2,263.4,704.8,264.2z\"><\/path>\t<path class=\"st0\" d=\"M792,389c-4.9,86.2-15.2,172.9-53.5,251L693,616.5c52.4-64,64.4-148.8,81-227.5H792z\"><\/path>\t<path class=\"st0\" d=\"M1006,324c-33.9-14.7-70.5-21.5-106.5-10c-42.2,13.4-8.3,31.1,6.9,50.1c19.4,24.3,31.3,54.4,30.6,85.9   c-7.4-8.2-13.3-17.6-20.5-26c-19.9-23.4-44.3-44.6-73.5-55l9-8.5c21.7-25,27.7-58.3,16-89.5c49.2-4.5,101.9,6.5,134,46.5   C1002.7,318.5,1006.7,323.3,1006,324z\"><\/path>\t<path class=\"st0\" d=\"M620,148c-0.3-1.4,1.9-1.3,3-1.5c26-5.1,52.5,3.6,75.1,16c24.9,13.6,47.5,34,64,57   c-14.3,6.5-27.9,13.5-38.5,25.5C698,205.1,663.3,168.3,620,148z\"><\/path>\t<path class=\"st0\" d=\"M842,87c-10.9,18.1-21.3,36.8-27.3,57.2c-4.4,15-7.5,31.5-5.9,47L789,215c-8-14.7-19.5-27.4-31.5-39   C769.5,135.5,799.7,97.5,842,87z\"><\/path>\t<path class=\"st0\" d=\"M958,165l-23.7,10.8c-29.6,16.8-52.1,42.9-72,70c-10.4,4.4-12.6-3.7-19.3-9.3c-7.5-6.3-17.4-12.2-27-14.5   C848.7,182.3,906.1,155.8,958,165z\"><\/path>\t<path class=\"st0\" d=\"M292.7,6.2c8.8-2,16,2.4,17.2,11.4c0.9,6.9,1,29.9-0.2,36.7c-2.5,15-23.5,14.8-25.7-0.8   c-0.9-6.9-1-29.9,0.2-36.7C284.9,12.8,288.6,7.2,292.7,6.2z\"><\/path>\t<path class=\"st0\" d=\"M295.8,343.2c8.2-0.9,13.6,5.7,14.3,13.3c0.7,7.4,0.9,29.8-0.5,36.6c-2.6,12.5-20.9,13.8-24.6,0.5   c-1.8-6.3-1.8-34.8,0.1-41C286.5,347.9,290.8,343.7,295.8,343.2z\"><\/path>\t<path class=\"st0\" d=\"M163.8,60.2c3.6-0.5,6.8,0.8,9.7,2.8c3,2.1,25.3,24.3,27,27c7.3,11.7-5.8,24.6-17.8,17.8   c-2.7-1.5-24.4-23.4-26.5-26.5C150.4,72.9,153.1,61.7,163.8,60.2z\"><\/path>\t<path class=\"st0\" d=\"M427.7,60.2c10.8-0.6,16.7,11,11.1,20.1c-1.9,3-23.9,25.2-26.9,27.1c-12,7.8-24.5-4.4-18.8-16.8   c8.8-7.1,18.5-21.6,27.4-27.6C422.5,61.6,425.4,60.4,427.7,60.2z\"><\/path>\t<path class=\"st0\" d=\"M401.7,299.2c4.4-0.9,7.3,0.2,10.8,2.8c3.5,2.6,24.9,23.8,27,27c7.3,11.6-5.7,25.2-18.8,16.8   c-4-2.6-22-20.7-25.1-24.9C389.7,313,391.3,301.4,401.7,299.2z\"><\/path>\t<path class=\"st0\" d=\"M186.7,299.2c11.7-2.4,19.4,9.5,13.7,19.7c-1.2,2.2-24.6,25.4-27.1,26.9c-12.4,7.6-26-4.5-18.2-17.2   c2.4-3.8,21.7-23.1,25.8-26.2C182.6,301.2,184.7,299.6,186.7,299.2z\"><\/path>\t<path class=\"st0\" d=\"M444.7,192.2l43.3,0.2c11.6,6,9.9,22.6-3.6,24.5c-6,0.8-34.3,1-39.4-0.4C433,213.4,433.1,195.6,444.7,192.2z\"><\/path>\t<path class=\"st0\" d=\"M154.7,195.3c6.9,7.2,2.6,20.1-7.2,21.6c-6.5,1-32.2,0.9-38.7-0.2c-14.6-2.5-12.7-22.9-1.2-24.7   c7-1.1,32.6-1,40-0.1C149.8,192.2,153.1,193.7,154.7,195.3z\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAuthentic  Cycladic Style\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tVillas that blend traditional architecture with modern comfort.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e450874 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"e450874\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1080 1042.6\" style=\"enable-background:new 0 0 1080 1042.6;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#545454;}<\/style><path class=\"st0\" d=\"M839.3,303.5v228.4c0,13.7-11.2,25-25,25H690.5V405.3c0-25.3-20.6-46-45.9-46h-40.7c-25.3,0-45.9,20.6-45.9,46  v151.5H434.1c-13.7,0-25-11.2-25-25V303.5c1.7-1,3.4-2.2,5-3.4l210.1-152.6l210.1,152.6C835.9,301.3,837.6,302.4,839.3,303.5z   M118.8,679.8l156.6,276.6c7.6,13.4,2.8,30.5-10.6,38.1l-53.2,30.1c-13.4,7.6-30.5,2.8-38.1-10.6L17,737.5  c-7.6-13.4-2.8-30.5,10.6-38.1l53.3-30.1C94.1,661.7,111.3,666.4,118.8,679.8z M301.1,631.6L172.7,706l104.4,184.4  c8.2-4.8,18.2-12.9,27.8-10.4l273.7,73.3c34.9,9.4,67.9,5.1,98.8-13.9l360.6-222c37.2-22.9,25.3-135.9-114.2-54.7L732.6,773.6  c-39.7,23.1-87.7,25.4-131.5,13.2c-46.6-9.4-91.7-23.7-137.5-36c-9.1-2.4-14.4-11.7-12-20.8c2.4-9.1,11.7-14.5,20.8-12  c45.1,12.1,89.6,26.3,135.4,35.6c23.7,2.9,43.6-4.4,50.2-29.1c6-22.5-8.1-43.8-29.5-51.2c-62.4-11.4-123-33.3-170.6-50.5  C388.4,597.7,369.5,591.9,301.1,631.6z M79.8,715.7c-10.4,1.5-17.6,11.2-16.1,21.6c1.5,10.4,11.2,17.6,21.6,16.1  c10.4-1.5,17.6-11.2,16.1-21.6C99.9,721.4,90.2,714.2,79.8,715.7z M394.2,272.6l230.1-167.1l230.1,167.1c19.6,14.2,47,9.8,61.2-9.8  c14.2-19.6,9.8-47-9.8-61.2L793.2,120V38.5c0-5.9-4.8-10.6-10.6-10.6h-35.1c-5.9,0-10.6,4.8-10.6,10.6V79l-86.2-62.6  c-15-11.3-36.2-12.1-52.2-0.5L342.8,201.7c-19.6,14.2-24,41.6-9.8,61.2C347.2,282.4,374.6,286.8,394.2,272.6z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHand-picked Properties\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEvery villa carefully selected for character, location, and comfort.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-381ef27 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"381ef27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1080 1067.6\" style=\"enable-background:new 0 0 1080 1067.6;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{clip-path:url(#SVGID_00000178188807646484627390000012239467634448649117_);}\t.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#545454;}<\/style><g>\t<defs>\t\t<rect id=\"SVGID_1_\" x=\"18.5\" y=\"32.1\" width=\"1043.1\" height=\"1003.4\"><\/rect>\t<\/defs>\t<clipPath id=\"SVGID_00000115506801083842839090000016350949684131145367_\">\t\t<use xlink:href=\"#SVGID_1_\" style=\"overflow:visible;\"><\/use>\t<\/clipPath>\t<g style=\"clip-path:url(#SVGID_00000115506801083842839090000016350949684131145367_);\">\t\t<path class=\"st1\" d=\"M254,116.2c-7.5-11.7,1.8-26.8,15.6-25.5c4.9,0.5,9.4,3.1,12.2,7.2l32.3,47.7c3.8,5.6,10.1,8.4,16.4,7.8    l436.7-38.5c2.6-0.2,5.2,0.1,7.6,1.1c3.9,1.7,8.6,4.7,14.3,9c10.7,8.2,23.1,20.4,37.4,36.7c2.9,3.4,6.9,5.4,11,5.9    c10.6,1.5,18.1,4.9,22.1,9.2c1.1,1.3,1.8,2.4,1.9,3.4c0.1,0.9-0.3,2-1.1,3.3c-3.2,5-10.8,10.2-23.7,14.6    c-35.5,12.2-98.1,17.7-187.8,16.4c-87.7-1.3-200.8-9.2-339.3-23.6c-5-0.5-9.5-3.3-12.3-7.6L254,116.2z M641.1,405.1    c-8.3,0-15.3,6.1-16.5,14.3l-28.9,205.3c-1.4,10,6.4,18.9,16.5,18.9h127.3c8.3,0,15.3-6.1,16.5-14.3l28.9-205.3    c1.4-10-6.3-18.9-16.5-18.9H641.1z M1057.2,864.8l-135.7-387c-6.5-18.6-20.7-35.9-38.5-49c-17.8-13.1-38.9-21.8-59.5-23.5    L787.1,664c-1.2,8.9-8.9,15.4-17.7,15.4l-733.7,0c-9.2,0-16.6,7.5-16.6,16.6v162.9c0,18.1,8.2,34.7,21.3,46.7    c13.5,12.4,32.2,20.1,52.9,20.1h48.2c6.6,0,12.6-3.9,15.2-10c5.7-13.2,13.8-25.1,23.8-35.1c17.4-17.4,40.5-29.1,66.3-32l1.2-0.1    l2.5-0.2l0.3,0l1-0.1l0.4,0l0.8-0.1l0.6,0l0.7,0l0.8,0l0.5,0l0.9,0h0.3l1.1,0h2.9l1.1,0h0.3l0.9,0l0.5,0l0.8,0l0.7,0l0.6,0    l0.8,0.1l0.4,0l1,0.1l0.3,0l2.6,0.2l1.2,0.1c25.8,2.9,48.9,14.6,66.3,32c10,10,18.1,21.9,23.8,35.1c2.6,6.1,8.6,10,15.2,10h325.3    c6.6,0,12.6-3.9,15.2-10c5.6-13.2,13.8-25.1,23.8-35.1c17.4-17.4,40.5-29.1,66.3-32l1.3-0.1l2.5-0.2l0.3,0l1-0.1l0.4,0l0.8-0.1    l0.6,0l0.7,0l0.8,0l0.5,0l0.9,0h0.3l1.1,0h2.9l1.1,0h0.3l0.9,0l0.5,0l0.8,0l0.7,0l0.6,0l0.8,0.1l0.4,0l1,0.1l0.3,0l2.6,0.2    l1.2,0.1c25.8,2.9,48.9,14.6,66.3,32c10,10,18.1,21.9,23.8,35.1c2.6,6.1,8.6,10,15.2,10h73.3c8.3,0,15.7-1.2,22-3.4    c8.7-3,15.6-8.1,20.2-14.5c4.5-6.3,7-14.2,7-23.1C1060.8,878.5,1059.6,871.8,1057.2,864.8z M415.3,643.6h127.3    c8.3,0,15.3-6.1,16.5-14.3L588,424c1.4-10-6.4-18.9-16.5-18.9H444.2c-8.3,0-15.3,6.1-16.5,14.3l-28.9,205.3    C397.5,634.7,405.3,643.6,415.3,643.6z M218.4,643.6h127.3c8.3,0,15.3-6.1,16.5-14.3L391.1,424c1.4-10-6.3-18.9-16.5-18.9H247.3    c-8.3,0-15.3,6.1-16.5,14.3L202,624.7C200.6,634.7,208.3,643.6,218.4,643.6z M35.7,643.6h127.6L194.2,424    c1.4-10-6.4-18.9-16.4-18.9l-84.5-0.1l-1.8,0c-19.8,0.7-38.7,8.5-52.4,21.4c-12.2,11.5-20,27.2-20,45.5v155    C19.1,636.2,26.5,643.6,35.7,643.6z M334.1,946.7c-2.7-15.8-10.3-29.9-21.1-40.7c-12.2-12.2-28.5-20.3-46.7-21.9h-0.1l-0.7,0    l-0.2,0l-0.6-0.1l-0.3,0l-1,0l-0.4,0l-0.6,0H262l-0.7,0h-4l-0.7,0h-0.3l-0.5,0l-0.4,0l-1,0l-0.3,0l-0.6,0.1l-0.2,0l-0.7,0h-0.1    c-18.2,1.6-34.5,9.7-46.7,21.9c-13.7,13.7-22.2,32.7-22.2,53.6c0,20.9,8.5,39.9,22.2,53.6c13.7,13.7,32.7,22.2,53.6,22.2    s39.9-8.5,53.6-22.2c13.7-13.7,22.2-32.7,22.2-53.6c0-4.3-0.4-8.4-1-12.5L334.1,946.7z M895.2,946.7    c-2.7-15.8-10.3-29.9-21.1-40.7c-12.2-12.2-28.5-20.3-46.7-21.9h-0.1l-0.7,0l-0.2,0l-0.6-0.1l-0.3,0l-1,0l-0.4,0l-0.5,0h-0.3    l-0.7,0h-4l-0.7,0h-0.3l-0.5,0l-0.4,0l-1,0l-0.3,0l-0.6,0.1l-0.2,0l-0.7,0h-0.1c-18.2,1.6-34.5,9.7-46.7,21.9    c-13.7,13.7-22.2,32.7-22.2,53.6c0,20.9,8.5,39.9,22.2,53.6c13.7,13.7,32.7,22.2,53.6,22.2c20.9,0,39.9-8.5,53.6-22.2    c13.7-13.7,22.2-32.7,22.2-53.6c0-4.3-0.4-8.4-1-12.5L895.2,946.7z M495.5,243.2c-13.3-0.9-26.9-1.9-40.8-3    c-4.4-0.4-8.9,1.1-12.3,4l-46.2,40.4c-11.2,9.8-4.9,28.2,9.9,29.1l7.3,0.5l87.7-39.2C516.9,267.9,512.7,244.4,495.5,243.2z     M449.2,101.9c3.4,3,7.9,4.4,12.4,4l39.8-3.5c17.1-1.5,21-24.7,5.3-31.7L424,33.8c-2.4-1.1-5.1-1.6-7.8-1.4l-3.2,0.2    c-14.8,0.9-21.1,19.3-9.9,29.1L449.2,101.9z\"><\/path>\t<\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFull Service Concierge\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tFrom transfers and boats to private chefs and local experiences.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39bf85c elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"39bf85c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1080 1182.6\" style=\"enable-background:new 0 0 1080 1182.6;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#545454;}\t.st1{clip-path:url(#SVGID_00000013889171432810130150000001652238427746754948_);}\t.st2{clip-path:url(#SVGID_00000047752109414127281370000004222701023084293053_);}<\/style><g>\t<path class=\"st0\" d=\"M1040.5,118.1c1-0.1,2-0.3,2.9-0.6c1-0.3,1.9-0.6,2.8-1.1c0.9-0.4,1.7-1,2.5-1.6c0.8-0.6,1.5-1.3,2.2-2   c0.7-0.7,1.3-1.5,1.8-2.4c0.5-0.8,1-1.7,1.3-2.7s0.6-1.9,0.8-2.9c0.2-1,0.3-2,0.3-3c0-0.6-0.1-1.2-0.2-1.8s-0.2-1.2-0.4-1.8   c-0.2-0.6-0.4-1.1-0.6-1.7c-0.2-0.6-0.5-1.1-0.8-1.6c-0.3-0.5-0.6-1-1-1.5c-0.4-0.5-0.8-0.9-1.2-1.4c-0.4-0.4-0.9-0.8-1.3-1.2   c-0.5-0.4-1-0.7-1.5-1c-0.5-0.3-1-0.6-1.6-0.9c-0.5-0.3-1.1-0.5-1.7-0.7c-0.6-0.2-1.2-0.3-1.8-0.5c-0.6-0.1-1.2-0.2-1.8-0.3   c-0.6,0-1.2-0.1-1.8,0c-0.6,0-1.2,0.1-1.8,0.2c-0.6,0.1-1.2,0.2-1.8,0.4c-0.6,0.2-1.1,0.4-1.7,0.6c-1.3,0.6-2.5,1.4-3.5,2.3   c-1.1,0.9-2,1.9-2.8,3.1c-0.8,1.2-1.5,2.4-1.9,3.7c-0.5,1.3-0.8,2.7-0.9,4.1c0,1,0,2.1,0.2,3.1c0.2,1,0.4,2,0.8,3   c0.4,1,0.8,1.9,1.4,2.8c0.6,0.9,1.2,1.7,1.9,2.4c0.7,0.7,1.5,1.4,2.4,2c0.9,0.6,1.8,1.1,2.8,1.5c1,0.4,2,0.7,3,0.9   C1038.4,118,1039.4,118.1,1040.5,118.1z\"><\/path>\t<g>\t\t<path class=\"st0\" d=\"M580.8,95.3c1.4-7.1,2.2-14.2,2.4-21.5c0.2-7.2-0.3-14.4-1.4-21.5s-2.8-14.1-5.1-21    c-2.3-6.8-5.2-13.4-8.6-19.8c-12.4,9.3-23.4,20.1-33.1,32.2c-4.4,5.4-8.3,11.2-11.8,17.2c-3.5,6.1-6.4,12.4-8.8,18.9    c-2.4,6.6-4.3,13.3-5.6,20.1c-1.3,6.9-2.1,13.8-2.3,20.8c-0.2,4.9-0.1,9.7,0.5,14.5c0.6,4.8,1.5,9.6,2.9,14.2    c1.4,4.7,3.1,9.2,5.2,13.5c2.1,4.4,4.6,8.5,7.4,12.5c7-4.8,13.5-10.1,19.6-16c6.1-5.9,11.6-12.2,16.6-19.1c5-6.8,9.3-14,13.1-21.6    C575.3,111.3,578.4,103.4,580.8,95.3z\"><\/path>\t\t<path class=\"st0\" d=\"M620.5,334.2c-24.8,24.3-48.8,49.4-73.6,73.8c-15.8,15.4-30.7,31.5-46.7,46.6c-1.9,2.4-4.1,4.3-6.7,5.7    c-2.6,1.5-5.4,2.4-8.4,2.7c-61.6,0.5-123.1,0.2-184.7,0.1c-7.4-0.5-14.8,0-22.1,1.5c-2.3,0.6-4.5,1.4-6.7,2.4s-4.2,2.1-6.3,3.3    s-3.9,2.7-5.7,4.2c-1.8,1.5-3.5,3.2-5,5c-1.5,1.8-2.9,3.7-4.2,5.7c-1.3,2-2.4,4.1-3.3,6.2c-1,2.2-1.8,4.4-2.4,6.7    c-0.6,2.3-1.1,4.6-1.4,6.9c-0.3,2.8-0.4,5.5-0.3,8.3c0.1,2.8,0.5,5.5,1.1,8.2c0.6,2.7,1.4,5.4,2.5,7.9c1.1,2.6,2.3,5,3.8,7.4    c1.5,2.4,3.1,4.6,5,6.6s3.9,4,6,5.7c2.2,1.7,4.5,3.3,6.9,4.6c2.4,1.3,5,2.4,7.6,3.4c13.2,2.2,26.4,2.9,39.8,2.4    c123.6-0.6,247.3,0.6,370.9-0.2c89.7,0.5,179.5,0,269.2,0.3c5.3,0.3,10.6-0.1,15.8-1.1c5.2-1.1,10.2-2.8,14.9-5.3    c3.2-1.9,6.2-4.1,8.9-6.7c2.7-2.6,5.1-5.4,7.1-8.6c2-3.1,3.7-6.5,4.9-10c1.3-3.5,2.1-7.1,2.5-10.8c0.1-1.7,0.2-3.5,0.2-5.2    c0-1.7-0.2-3.5-0.4-5.2c-0.2-1.7-0.5-3.4-0.9-5.1c-0.4-1.7-0.9-3.4-1.5-5c-0.6-1.6-1.2-3.2-2-4.8c-0.7-1.6-1.6-3.1-2.5-4.6    c-0.9-1.5-1.9-2.9-2.9-4.3c-1.1-1.4-2.2-2.7-3.4-4c-1.2-1.3-2.4-2.5-3.8-3.6c-1.3-1.1-2.7-2.2-4.1-3.2c-1.4-1-2.9-1.9-4.4-2.7    c-1.5-0.8-3.1-1.6-4.7-2.3c-1.6-0.7-3.2-1.3-4.9-1.8c-1.7-0.5-3.4-0.9-5.1-1.2c-1.7-0.3-3.4-0.6-5.2-0.7c-1.7-0.1-3.5-0.2-5.2-0.2    c-48,0.2-96,0-144,0c-5.6,0.3-11.3,0-16.9-0.7c-3.7-3-7.1-6.2-10.3-9.8c-34.4-35.6-68.2-71.7-102.5-107.4    c-8.1-8.2-15.4-17.2-23.9-25.2c-1.5-1.3-3.1-2.4-4.8-3.3c-1.8-0.9-3.6-1.5-5.6-1.8c-1.9-0.3-3.9-0.4-5.8-0.1    c-1.9,0.2-3.8,0.7-5.7,1.5C632.6,321.7,626.3,327.6,620.5,334.2z M744.9,487.6c1.1,1.6,2.3,3,3.7,4.2c1.4,1.3,3,2.3,4.7,3.1    c1.7,0.8,3.5,1.4,5.4,1.8c1.9,0.4,3.7,0.5,5.7,0.3c8.7-0.8,11.2-11.4,19-13.9c1-0.3,2.1-0.5,3.2-0.6c1.1-0.1,2.2-0.1,3.3,0    c1.1,0.1,2.2,0.3,3.2,0.6c1,0.3,2.1,0.7,3,1.2c1,0.5,1.9,1.1,2.7,1.8c0.8,0.7,1.6,1.4,2.3,2.3c0.7,0.8,1.3,1.7,1.8,2.7    c0.5,1,1,2,1.3,3c0.3,1.8,0.5,3.5,0.4,5.3c-0.1,1.8-0.3,3.5-0.8,5.3s-1.2,3.4-2,4.9c-0.9,1.6-1.9,3-3.1,4.4    c-1.6,2-3.4,3.8-5.3,5.5s-3.9,3.3-6,4.7c-2.1,1.4-4.4,2.7-6.7,3.7c-2.3,1.1-4.7,2-7.1,2.7c-2.5,0.7-4.9,1.2-7.5,1.6    c-2.5,0.3-5.1,0.5-7.6,0.4c-2.6,0-5.1-0.3-7.6-0.7s-5-1-7.4-1.8c-8-2.8-15-7.4-20.8-13.6c-16.9-17.5-32.7-36-49.9-53.1    c-17.9-0.3-35.9-0.2-53.8-0.1c-5.3,3.4-10.2,7.5-14.5,12.1c-15.6,15.4-30.8,31.2-46.8,46.4c-2.6,2.5-5.4,4.7-8.4,6.7    c-3,2-6.2,3.7-9.5,5.1s-6.7,2.5-10.2,3.3s-7.1,1.2-10.7,1.4c-3.7,0-7.4-0.4-11-1.1s-7.1-1.9-10.5-3.3c-3.4-1.5-6.6-3.3-9.6-5.4    c-3-2.1-5.8-4.6-8.3-7.3c-1.7-1.6-3.3-3.5-4.6-5.5c-1.3-2-2.4-4.1-3.2-6.4c-0.8-2.3-1.3-4.6-1.6-7s-0.2-4.8,0.1-7.1    c0.4-1.1,1-2.1,1.6-3c0.6-1,1.3-1.8,2.1-2.7c0.8-0.8,1.7-1.5,2.6-2.2c0.9-0.6,1.9-1.2,3-1.6c1-0.5,2.1-0.8,3.2-1s2.2-0.4,3.4-0.4    c1.1,0,2.3,0.1,3.4,0.3c1.1,0.2,2.2,0.5,3.3,0.9c8.4,3,9.7,14.4,18.4,16.9c2.3,0.5,4.6,0.6,6.9,0.4c2.3-0.2,4.6-0.6,6.8-1.4    c2.2-0.8,4.2-1.8,6.1-3.2c1.9-1.3,3.6-2.9,5-4.7c23.4-22.9,46.6-46,69.8-69c13.8-13,26.4-27.1,40.8-39.4    C679.5,419,712.6,452.9,744.9,487.6z\"><\/path>\t\t<g>\t\t\t<defs>\t\t\t\t<rect id=\"SVGID_1_\" x=\"919.5\" y=\"39.3\" width=\"146.8\" height=\"211\"><\/rect>\t\t\t<\/defs>\t\t\t<clipPath id=\"SVGID_00000176017726773812228250000009438526463121275304_\">\t\t\t\t<use xlink:href=\"#SVGID_1_\" style=\"overflow:visible;\"><\/use>\t\t\t<\/clipPath>\t\t\t<g style=\"clip-path:url(#SVGID_00000176017726773812228250000009438526463121275304_);\">\t\t\t\t<path class=\"st0\" d=\"M1030.9,176.3c-2-1-4.1-2-6.3-2.7c-2.2-0.8-4.3-1.4-6.6-1.9c-2.2-0.5-4.5-0.8-6.8-1      c-2.3-0.2-4.6-0.2-6.8-0.1c-2.3,0.1-4.5,0.4-6.8,0.9c-2.2,0.4-4.4,1-6.6,1.8c-2.2,0.7-4.3,1.6-6.3,2.6c-2,1-4,2.2-5.9,3.4      c-5,3.7-9.4,8.1-13.2,13.1c-3.7,5-6.7,10.4-8.9,16.3c-2.3-9.4-2.9-18.9-1.6-28.5c0.6-3.9,1.5-7.8,2.9-11.6c1.3-3.8,3-7.4,5-10.8      c2-3.5,4.3-6.7,6.9-9.7c2.6-3,5.5-5.8,8.6-8.2c1.7-1.5,3.2-3.2,4.7-4.9c1.5-1.7,2.8-3.6,4-5.5c1.2-1.9,2.3-3.9,3.2-6      c0.9-2.1,1.7-4.2,2.4-6.4c0.6-2.2,1.2-4.4,1.5-6.6c0.4-2.2,0.6-4.5,0.6-6.8c0.1-2.3,0-4.5-0.3-6.8c-0.2-2.3-0.6-4.5-1.2-6.7      c-2.5-8.7-6.2-16.8-11-24.5c-4.8-7.6-10.6-14.4-17.4-20.4c-2.9-2.7-6.5-6.3-10.8-4.8c-5.9,3.8-11,8.5-15.3,14.1      c-2.9,3.2-5.5,6.7-7.9,10.4c-2.3,3.7-4.3,7.6-5.9,11.6c-1.6,4.1-2.9,8.2-3.8,12.5c-0.9,4.3-1.4,8.6-1.5,12.9      c0.1,4.2,0.7,8.4,1.9,12.5c1.1,4.1,2.7,8,4.8,11.7c2.1,3.7,4.6,7.1,7.5,10.2c2.9,3.1,6.1,5.8,9.7,8.1      c-7.2,12-11.8,24.9-13.8,38.8c-0.4,3.3-0.4,6.6-0.1,9.9c0.3,3.3,0.8,6.6,1.7,9.8c0.9,3.2,2,6.3,3.5,9.3c1.5,3,3.2,5.8,5.1,8.5      c1.3,1.7,2.7,3.3,4.1,4.9c1.5,1.6,3,3.1,4.5,4.5c1.6,1.4,3.2,2.8,4.9,4.1c1.7,1.3,3.5,2.5,5.3,3.6c1.8,1.1,3.7,2.2,5.6,3.1      c1.9,1,3.8,1.8,5.8,2.6c2,0.8,4,1.5,6,2.1c2,0.6,4.1,1.1,6.2,1.5c2.1,0.4,4.2,0.7,6.3,1c2.1,0.2,4.2,0.4,6.4,0.4      c2.1,0,4.3,0,6.4-0.2c2.1-0.2,4.2-0.4,6.3-0.7c2.1-0.3,4.2-0.8,6.3-1.3c2.1-0.5,4.1-1.1,6.1-1.9c2-0.7,4-1.5,5.9-2.4      c1.9-0.9,3.8-1.9,5.7-2.9c7-3.9,13.3-8.6,19-14.1c5.7-5.5,10.7-11.7,14.9-18.5c-4.3-6.6-9.5-12.5-15.5-17.7      C1044.6,183.8,1038,179.6,1030.9,176.3z\"><\/path>\t\t\t<\/g>\t\t<\/g>\t\t<path class=\"st0\" d=\"M735.7,346.3c21.3-45.9,41.3-92.5,64-137.7c4.3-9.2,17.6-16.2,26.4-8.8c6.1,5.9,1.5,14.3-1.1,20.7    c-22,49.8-43.1,100-65.6,149.6c15.6,16.4,31.5,32.6,46.4,49.6c3.4-12.9,8.2-25.3,12.4-37.9c11.8-35.4,24-70.6,35.4-106.1    c1.1,0.9,2.2,1.7,3.4,2.5c1.2,0.7,2.5,1.4,3.8,1.9c1.3,0.5,2.6,1,4,1.4c1.4,0.3,2.8,0.6,4.2,0.7c1.4,0.1,2.8,0.2,4.2,0.1    c1.4-0.1,2.8-0.2,4.2-0.5c1.4-0.3,2.8-0.7,4.1-1.1c1.3-0.5,2.6-1.1,3.9-1.7c1.4-0.7,2.7-1.5,4-2.4c1.3-0.9,2.4-1.9,3.5-3    s2.1-2.3,3-3.5c0.9-1.2,1.8-2.6,2.5-3.9c0.7-1.4,1.3-2.8,1.9-4.3c0.5-1.5,0.9-3,1.2-4.5c0.3-1.5,0.5-3.1,0.5-4.6    c0-1.6,0-3.1-0.2-4.6c-0.7-4.1-2-7.9-3.9-11.6c-1.9-3.6-4.4-6.9-7.3-9.8c2.4-1.9,4.4-4.1,6.2-6.6c1.8-2.5,3.2-5.2,4.2-8    c1-2.9,1.7-5.8,1.9-8.9c0.2-3,0.1-6-0.5-9c-0.6-3-1.6-5.8-2.9-8.6s-3.1-5.2-5.1-7.5c-2-2.3-4.3-4.2-6.9-5.9    c-2.6-1.6-5.3-2.9-8.2-3.8c-4.4-1.4-8.9-2.1-13.5-2.1c-4.6,0-9.1,0.7-13.5,2.1c-1.1-6.5-3.6-12.5-7.6-17.8    c-1.3-1.7-2.7-3.2-4.3-4.6c-1.6-1.4-3.2-2.7-5-3.8c-1.8-1.1-3.6-2.1-5.6-2.9c-1.9-0.8-3.9-1.4-6-1.9s-4.1-0.7-6.2-0.8    c-2.1-0.1-4.2,0-6.3,0.3c-2.1,0.3-4.1,0.7-6.1,1.3c-2,0.6-3.9,1.4-5.8,2.4c-2.4,1.3-4.7,2.8-6.7,4.6c-2,1.8-3.8,3.9-5.3,6.1    c-1.5,2.3-2.7,4.7-3.6,7.3s-1.5,5.2-1.7,8c-6-0.7-11.8-0.1-17.5,1.9c-1.5,0.6-2.9,1.3-4.2,2.1c-1.3,0.8-2.6,1.7-3.8,2.8    c-1.2,1-2.3,2.1-3.3,3.4c-1,1.2-1.9,2.5-2.7,3.9c-0.8,1.4-1.5,2.8-2,4.3c-0.6,1.5-1,3-1.3,4.5c-0.3,1.6-0.5,3.1-0.5,4.7    c0,1.6,0.1,3.1,0.3,4.7c0.6,3.4,1.7,6.5,3.4,9.5c1.6,3,3.7,5.7,6.2,8c-22.8,26-45.8,51.8-69,77.5    C703.6,311.2,720.4,328.1,735.7,346.3z\"><\/path>\t\t<path class=\"st0\" d=\"M486.7,237.8c9.7,3.1,19.7,5.1,29.8,6.1c0.1-3.2,0-6.5-0.4-9.7c-0.3-3.2-0.8-6.5-1.5-9.6s-1.6-6.3-2.6-9.4    c-1.1-3.1-2.3-6.1-3.7-9c-1.4-2.9-3-5.8-4.7-8.5c-1.7-2.8-3.6-5.4-5.7-7.9c-2.1-2.5-4.2-4.9-6.6-7.2c-2.3-2.3-4.8-4.4-7.4-6.4    c-5-3.6-10.3-6.8-15.9-9.5c-5.6-2.7-11.3-4.9-17.3-6.7c-5.9-1.7-12-2.9-18.1-3.6c-6.2-0.7-12.3-0.9-18.5-0.5    c4.9,16.5,12.8,31.5,23.4,45c6.2,8.4,13.5,15.7,21.9,22C467.8,229.1,476.9,234.1,486.7,237.8z\"><\/path>\t\t<path class=\"st0\" d=\"M125.3,307.7c22.1,23.9,42.7,49,61.8,75.4c7.6,11.2,16.6,21.3,26.9,30.1c10.3,8.9,21.5,16.2,33.7,22.1    c8.7-4.7,17.8-8.2,27.4-10.4c7.3-1.1,14.7-1.6,22.1-1.5c-12.8-12.5-24.1-26.3-33.8-41.4c-9.7-15.1-17.5-31-23.6-47.9    c-2.3-8-3.7-16.2-4.5-24.5c-0.7-8.3-0.7-16.6,0.1-24.9c0.8-8.3,2.4-16.4,4.7-24.4c2.3-8,5.4-15.7,9.2-23.1c2.1-3.6,3.5-9.4,8.7-9    c3,2,2.1,6.1,2.7,9.1c2.5,23.5,7.7,46.4,15.6,68.7c7.9,22.3,18.2,43.4,31,63.2c2.3-10.5,3.4-21,3.2-31.8    c0.5-11.3-0.1-22.5-1.6-33.6c3.8,1.7,7.3,3.8,10.6,6.3c3.3,2.5,6.3,5.3,8.9,8.5c2.6,3.2,4.9,6.6,6.8,10.3    c1.9,3.7,3.3,7.5,4.4,11.5c1.5,10.4,1.5,20.8,0,31.1c-1.5,10.4-4.4,20.3-8.7,29.9c5.2,7.8,11.1,15.2,17.5,22.1    c8.1-0.1,16.3-0.1,24.4-0.1c-2.3-3.7-4.5-7.4-6.9-11c3.4-3.2,6.5-6.6,9.5-10.2c2.9-3.6,5.6-7.4,8.1-11.4c2.4-4,4.6-8.1,6.6-12.3    c1.9-4.2,3.6-8.6,4.9-13.1c1.4-4.5,2.4-9,3.2-13.6c0.8-4.6,1.2-9.2,1.4-13.9c0.2-4.7,0-9.3-0.4-14c-0.4-4.6-1.2-9.2-2.2-13.8    c-4.1-17.5-9.7-34.6-16.8-51.1c-7.1-16.5-15.7-32.3-25.6-47.3c-13.4-21.7-28.7-42-46-60.7c-6.3-7.4-13.3-14-21.2-19.6    c-3.7,6.1-7.9,11.8-12.6,17.1c-30.6-26.7-64.1-49-100.6-66.8c-6.2,21.9-10.4,44.2-12.7,66.9c-2.2,22.7-2.4,45.4-0.6,68.1    c-29.6,4.1-57.7,13.2-84.1,27.1c-6.8,3.3-12.6,7.8-17.4,13.5C83.8,271.1,105.8,287.8,125.3,307.7z\"><\/path>\t\t<g>\t\t\t<defs>\t\t\t\t<rect id=\"SVGID_00000027603871505061389950000017064901567331455145_\" x=\"13.6\" y=\"725.2\" width=\"1039.8\" height=\"440.3\"><\/rect>\t\t\t<\/defs>\t\t\t<clipPath id=\"SVGID_00000040549953721574577250000009074915557797406630_\">\t\t\t\t<use xlink:href=\"#SVGID_00000027603871505061389950000017064901567331455145_\" style=\"overflow:visible;\"><\/use>\t\t\t<\/clipPath>\t\t\t<g style=\"clip-path:url(#SVGID_00000040549953721574577250000009074915557797406630_);\">\t\t\t\t<path class=\"st0\" d=\"M1030.3,851c-6.7-4.7-14-8.2-21.8-10.7c-7.8-2.5-15.8-3.7-23.9-3.8c-12.9-1.2-25.6,0-38.1,3.4      c-23.5,9.8-45.7,22-66.6,36.5c-54,33.5-108.9,65.5-162.4,100c-16,12.1-33.7,21-52.9,26.6c-16.4,3.4-32.9,3.7-49.5,1      c-40.7-5-81.1-12-121.5-18.8c-33.5-6.6-67.3-11.7-100.1-21.3c-3.7-0.7-7.3-1.8-10.7-3.2c-3.5-1.4-6.8-3.2-9.9-5.2      c-3.1-2.1-6-4.4-8.7-7.1c-2.7-2.6-5-5.5-7.1-8.6c-0.7-1.1-1.2-2.3-1.6-3.5c-0.4-1.2-0.7-2.5-0.8-3.7c-0.2-1.3-0.2-2.6,0-3.8      s0.4-2.5,0.8-3.7s0.9-2.4,1.6-3.5c0.6-1.1,1.4-2.1,2.3-3.1c0.9-0.9,1.8-1.8,2.9-2.5c1-0.7,2.2-1.3,3.4-1.8      c10.3-3,18.3,5.8,27.7,8.1c23.8,6.4,48.3,10.4,72.5,15.2c15.5,3.2,31.1,6.2,46.8,8.7c43.3,7.1,86.5,15.2,130.2,18.4      c3.1,0.2,6.2,0.2,9.2,0c3.1-0.3,6.1-0.8,9.1-1.5c3-0.8,5.9-1.7,8.7-3c2.8-1.2,5.5-2.7,8.1-4.3c2.6-1.7,5-3.5,7.3-5.6      c2.3-2.1,4.4-4.3,6.3-6.7c1.9-2.4,3.7-4.9,5.2-7.6c1.5-2.7,2.8-5.5,3.9-8.4c0.5-1.6,0.9-3.3,1.2-4.9c0.3-1.7,0.6-3.3,0.8-5      c0.2-1.7,0.3-3.4,0.3-5.1c0-1.7,0-3.4-0.2-5.1c-0.1-1.7-0.4-3.4-0.6-5c-0.3-1.7-0.7-3.3-1.1-5c-0.5-1.6-1-3.3-1.6-4.8      c-0.6-1.6-1.3-3.1-2-4.7c-0.7-1.5-1.6-3-2.5-4.5c-0.9-1.5-1.8-2.9-2.9-4.2s-2.1-2.7-3.2-3.9s-2.3-2.5-3.6-3.6      c-1.3-1.1-2.6-2.2-3.9-3.2c-1.4-1-2.8-2-4.2-2.9c-1.4-0.9-2.9-1.7-4.5-2.5s-3.1-1.4-4.7-2c-16.1-5.9-32.9-9.8-49.1-15.2      c-53.6-17.8-107.7-34.3-160.4-54.7c-32.9-13.2-64.6-29.2-97.1-43.7c-15.4-7.1-31.4-12.4-48-16.1c-16.6-3.7-33.3-5.6-50.3-5.7      c-16.8,1.2-33.4,3.9-49.8,8s-32.2,9.6-47.6,16.5C135.9,762.3,108.4,779,79,792c-20.8,8.9-42.5,14.7-65,17.5      c0.3,76-0.4,152,0.4,227.9c18.6-1.4,37.4-2.2,55.8-5.3c21.6-3.3,42.9-8.9,64.4-13c14.7-3.6,29.6-5.7,44.7-6.3      c15.1-0.6,30.1,0.2,45.1,2.5c15.7,3.7,30.5,9.7,44.4,17.9c71.5,39.2,141.3,81.3,212.2,121.6c9.6,5.8,19.9,9.2,31,10.2      c19,0.2,37.7-2.2,56.1-7.1c72.2-18,144.2-36.5,216.6-53.8c12.6-3.8,23.9-9.8,34.1-18c55.8-39,110.9-78.9,166.5-118.1      c15.7-11.3,31.7-22.3,47.1-34c3.5-2.6,6.7-5.7,9.4-9.1c2.7-3.4,5-7.2,6.8-11.2c1.8-4,3-8.2,3.7-12.6c0.7-4.3,0.9-8.7,0.5-13.1      c-0.5-3.7-1.4-7.3-2.7-10.8c-1.3-3.5-2.9-6.9-4.8-10c-1.9-3.2-4.2-6.1-6.7-8.9C1036,855.7,1033.3,853.2,1030.3,851z\"><\/path>\t\t\t<\/g>\t\t<\/g>\t\t<path class=\"st0\" d=\"M870.1,133.4c1.7,0.9,3.5,1.6,5.3,2.1c1.9,0.5,3.8,0.7,5.7,0.7c1.9,0,3.8-0.3,5.7-0.7    c1.9-0.5,3.6-1.2,5.3-2.1c1.7-3.8,2.8-7.8,3.3-12c0.6-4.2,0.5-8.3-0.1-12.4c-0.1-0.9-0.2-1.8-0.4-2.6c-0.2-0.9-0.4-1.7-0.7-2.6    c-0.3-0.8-0.6-1.7-0.9-2.5c-0.3-0.8-0.7-1.6-1.2-2.4c-0.4-0.8-0.9-1.5-1.4-2.3c-0.5-0.7-1.1-1.4-1.6-2.1c-0.6-0.7-1.2-1.3-1.9-1.9    c-0.7-0.6-1.3-1.2-2.1-1.7c-0.7-0.5-1.5-1-2.2-1.5c-0.8-0.5-1.6-0.9-2.4-1.2c-0.8-0.4-1.6-0.7-2.5-1c-0.8-0.3-1.7-0.5-2.6-0.7    c-0.9-0.2-1.8-0.3-2.6-0.5c-0.9-0.1-1.8-0.2-2.7-0.2c-0.9,0-1.8,0-2.7,0.1c-0.9,0.1-1.8,0.2-2.6,0.4c-1,0.2-2,0.5-3,0.8    c-1,0.4-1.9,0.8-2.8,1.3c-0.9,0.5-1.7,1.1-2.5,1.8c-0.8,0.7-1.5,1.4-2.1,2.2c-0.6,0.8-1.2,1.7-1.7,2.6c-0.5,0.9-0.9,1.8-1.2,2.8    c-0.3,1-0.6,2-0.7,3c-0.1,1-0.2,2-0.2,3.1c0.2,3.1,0.9,6.1,1.9,9s2.3,5.7,4,8.2c1.7,2.6,3.7,4.9,5.9,7    C864.9,130.2,867.4,132,870.1,133.4z\"><\/path>\t\t<path class=\"st0\" d=\"M559.2,176.2c-4.2,5.2-7.9,10.8-10.9,16.8c-3.1,6-5.4,12.2-7.2,18.7s-2.7,13.1-3.1,19.8    c-0.3,6.7,0.1,13.4,1.2,20c11.8-6.4,24-12,35.4-19c8-4.9,15.2-10.6,21.7-17.3c6.5-6.7,12.1-14,16.8-22.1    c4.8-8.7,8.4-17.9,10.7-27.5c2.3-9.7,3.3-19.5,3-29.4c-13,3.4-25.2,8.5-36.7,15.3C578.7,158.2,568.4,166.5,559.2,176.2z\"><\/path>\t\t<path class=\"st0\" d=\"M529.5,312.8c-16.4,21-29.5,43.8-39.3,68.6c-6.1,13.9-10.4,28.4-13,43.3c2.9-0.7,5.4-2.2,7.5-4.4    c8-8.9,16.8-17.1,25.4-25.6c27.8-27.5,55.1-55.6,83.6-82.4c3.1-3.1,5.8-6.6,8-10.4c13-23.4,30.1-44.5,41.3-68.9    c-11.1,3.8-21.8,8.4-32.3,13.8c-10.4,5.4-20.5,11.4-30,18.1c-9.6,6.7-18.7,14.1-27.2,22.1C544.9,295.1,536.9,303.7,529.5,312.8z\"><\/path>\t\t<path class=\"st0\" d=\"M898.7,309.4c-1.4,0.7-2.8,1.5-4.1,2.4c-1.3,0.9-2.6,1.9-3.7,3.1c-1.2,1.1-2.2,2.3-3.2,3.6    c-1,1.3-1.8,2.6-2.6,4c-0.8,1.4-1.4,2.9-2,4.4c-0.6,1.5-1,3.1-1.3,4.6c-0.3,1.6-0.5,3.2-0.6,4.8c-0.1,1.6,0,3.2,0.2,4.8    c0.5,4.2,1.7,8.3,3.4,12.2c1.8,3.9,4,7.5,6.8,10.7c-18.6,20.2-37.5,40.1-56.1,60.3c12-0.2,24.1-0.1,36.1,0    c23.9-18.8,46.5-39.3,69.6-59c2.8-3.3,6-6.3,9.4-9c3.4-2.7,7.1-5.1,10.9-7.1c3.9-2,7.9-3.6,12.1-4.9c4.2-1.2,8.4-2.1,12.8-2.5    c3.9,0.4,10-0.5,11.6,4.2c1.5,6.3-4.2,11.1-8.2,15.1c-23.3,21-46.7,41.9-69.9,63c17.9-1,35.8-0.3,53.5,2.3    c10-11.4,19.4-23.3,28.7-35.2c2.7,1.9,5.6,3.2,8.7,4.1c3.1,0.9,6.3,1.2,9.5,1c1.6-0.2,3.1-0.6,4.6-1.1c1.5-0.5,3-1.1,4.4-1.9    c1.4-0.8,2.7-1.7,3.9-2.7c1.2-1,2.4-2.1,3.4-3.4c1-1.2,1.9-2.5,2.7-3.9c0.8-1.4,1.4-2.8,1.9-4.4c0.5-1.5,0.9-3.1,1.1-4.6    c0.2-1.6,0.3-3.2,0.2-4.8c-0.5-4.8-1.8-9.4-3.8-13.8c2.6-2.3,4.9-4.9,6.8-7.8c1.9-2.9,3.4-6,4.6-9.3c1.1-3.3,1.8-6.7,2-10.2    c0.2-3.5,0-6.9-0.7-10.3c-0.7-3.4-1.8-6.7-3.4-9.8c-1.6-3.1-3.5-6-5.8-8.6c-2.3-2.6-4.9-4.8-7.9-6.7c-2.9-1.9-6-3.4-9.4-4.5    c-2.9-0.9-5.9-1.4-9-1.5c-3.1-0.1-6.1,0.2-9,0.9c-3,0.7-5.8,1.8-8.5,3.3c-2.7,1.5-5.1,3.3-7.3,5.4c-1.3-2.2-2.7-4.3-4.4-6.2    c-1.7-1.9-3.5-3.7-5.5-5.2c-2-1.6-4.2-2.9-6.4-4.1c-2.3-1.1-4.7-2-7.1-2.7c-1.1-0.2-2.2-0.4-3.4-0.5c-1.1-0.1-2.3-0.2-3.4-0.1    c-1.1,0-2.3,0.1-3.4,0.2c-1.1,0.2-2.2,0.4-3.3,0.6c-1.1,0.3-2.2,0.6-3.2,1c-1.1,0.4-2.1,0.8-3.1,1.4c-1,0.5-2,1.1-2.9,1.7    c-0.9,0.6-1.9,1.3-2.7,2c-0.9,0.7-1.7,1.5-2.5,2.3c-0.8,0.8-1.5,1.7-2.2,2.6c-0.7,0.9-1.3,1.8-1.9,2.8c-0.6,1-1.1,2-1.6,3    c-0.5,1-0.9,2.1-1.2,3.2c-0.3,1.1-0.6,2.2-0.8,3.3c-0.2,1.1-0.4,2.2-0.5,3.4c-0.1,1.1-0.1,2.3-0.1,3.4c-2.6-1.1-5.3-2-8.1-2.5    s-5.6-0.8-8.4-0.8c-2.8,0-5.6,0.4-8.4,1C903.9,307.2,901.2,308.2,898.7,309.4z\"><\/path>\t\t<path class=\"st0\" d=\"M498.5,259.6c-5.9-3.4-12.1-5.8-18.8-7.4c-6.6-1.6-13.3-2.2-20.1-1.8c-11.4-0.4-22.8,0.4-34,2.3    c5.7,9.9,12.4,19.2,20,27.8c5.6,7.6,12.1,14.3,19.5,20.1c7.4,5.8,15.4,10.6,24.1,14.2c8.1-13.3,17.7-25.5,28.6-36.6    C512.6,270.8,506.1,264.6,498.5,259.6z\"><\/path>\t\t<path class=\"st0\" d=\"M443.5,424.1c5.7-27.2,15.5-52.8,29.4-76.9c-6.8-15.1-14.6-29.8-23.3-43.9c-21.4,38-37.1,78.2-47.2,120.7    C416.1,424.1,429.8,424.2,443.5,424.1z\"><\/path>\t\t<path class=\"st0\" d=\"M923.9,807c1.3-5.2,2.4-10.5,3.5-15.8c12.4-64.6,25-129.2,36.9-194c-142.3,0-284.7,0-427,0.2    c-86.1,0.1-172.3-0.4-258.4,0c4.2,29.5,8.3,59,12.7,88.4c34.1,4.5,66.9,14,98.1,28.3c0-15.5,0.1-31,0-46.5    c-0.5-4.5,0.3-8.9,2.4-12.9c0.6-0.9,1.3-1.7,2.1-2.4c0.8-0.7,1.6-1.4,2.5-2c0.9-0.6,1.9-1,2.9-1.4s2-0.6,3.1-0.8    c1.1-0.2,2.1-0.2,3.2-0.2c1.1,0.1,2.1,0.2,3.2,0.5c1,0.3,2,0.6,3,1.1c1,0.5,1.9,1,2.7,1.7c1.1,0.9,2,1.9,2.8,3    c0.8,1.1,1.5,2.3,2,3.6s0.9,2.6,1.1,4c0.2,1.4,0.3,2.8,0.2,4.1c0,20.8,0.5,41.6,0.4,62.3c19.8,9.8,39.8,19.1,60.1,27.9    c-0.2-31.2-0.3-62.4-0.1-93.6c0-1.1,0.2-2.1,0.4-3.2s0.6-2,1.1-3c0.5-1,1-1.9,1.7-2.7c0.7-0.8,1.4-1.6,2.2-2.3s1.7-1.3,2.6-1.8    c0.9-0.5,1.9-0.9,3-1.2c1-0.3,2.1-0.5,3.1-0.5c1.1-0.1,2.1,0,3.2,0.2c1,0.2,2,0.4,3,0.8c1,0.4,1.9,0.8,2.8,1.3    c0.9,0.5,1.7,1.1,2.5,1.8c0.8,0.7,1.5,1.4,2.1,2.3c0.6,0.8,1.2,1.7,1.7,2.6c0.5,0.9,0.9,1.9,1.2,2.9c0.3,1,0.5,2,0.6,3.1    c0.1,1,0.1,2.1,0.1,3.1c0,34.1,0.3,68.2,0,102.2c19.9,6.2,39.6,13,59.7,18.8c0.1-41.4-0.1-82.9,0.1-124.3c0-1,0.2-2,0.4-3    c0.2-1,0.5-1.9,1-2.8c0.4-0.9,0.9-1.8,1.5-2.6c0.6-0.8,1.3-1.6,2-2.2c0.7-0.7,1.5-1.3,2.4-1.8c0.9-0.5,1.8-1,2.7-1.3    c0.9-0.3,1.9-0.6,2.9-0.8c1-0.2,2-0.2,3-0.2c1,0,1.9,0.1,2.9,0.3s1.9,0.5,2.8,0.8c0.9,0.4,1.8,0.8,2.6,1.3    c0.8,0.5,1.6,1.1,2.3,1.8c0.7,0.7,1.3,1.4,1.9,2.2c0.6,0.8,1.1,1.6,1.5,2.5c0.4,0.9,0.7,1.8,1,2.8c0.2,1,0.4,1.9,0.4,2.9    c0.4,44.1,0.2,88.2,0.2,132.3c-0.7,3.1,2.7,3.6,4.8,4.4c19.7,6.3,39.5,12.5,59.4,18.3c-0.2-50.5-0.1-101,0-151.5c-0.1-1-0.1-2,0-3    c0.1-1,0.3-2,0.5-3c0.3-1,0.6-1.9,1.1-2.9c0.4-0.9,1-1.8,1.6-2.6c0.6-0.8,1.3-1.6,2-2.3c0.7-0.7,1.5-1.3,2.4-1.9    c0.9-0.6,1.8-1,2.7-1.4c0.9-0.4,1.9-0.7,2.9-0.9c1.1-0.2,2.2-0.3,3.3-0.2c1.1,0,2.2,0.2,3.2,0.5c1.1,0.3,2.1,0.7,3.1,1.2    c1,0.5,1.9,1.1,2.7,1.8c0.8,0.7,1.6,1.5,2.3,2.3c0.7,0.9,1.3,1.8,1.8,2.8c0.5,1,0.8,2,1.1,3.1c0.3,1.1,0.4,2.2,0.4,3.2    c0.3,56.8,0,113.6,0.2,170.4c10.4,6.8,19.2,15.3,26.6,25.3c5.4,8,9.6,16.7,12.5,25.9c2.9,9.3,4.4,18.7,4.4,28.4    c11-7.5,22.9-13.6,34.2-20.6c24.4-14,47.9-29.4,72.1-43.7c-0.1-60.3,0-120.5,0.1-180.8c-0.3-4.8,0.8-9.2,3.4-13.3    c0.6-0.9,1.3-1.7,2.1-2.4c0.8-0.7,1.7-1.4,2.6-1.9c0.9-0.6,1.9-1,2.9-1.4c1-0.4,2.1-0.6,3.2-0.8c1.1-0.2,2.2-0.2,3.2-0.1    c1.1,0.1,2.1,0.3,3.2,0.5c1,0.3,2.1,0.7,3,1.2c1,0.5,1.9,1.1,2.7,1.8c1.8,1.7,3.2,3.6,4.1,5.9c0.9,2.3,1.3,4.7,1.1,7.2    c0,54.6,0,109.2-0.1,163.8C894.6,819.9,909,812.8,923.9,807z M789.8,830.3c-0.6,0.8-1.3,1.6-2.1,2.3c-0.8,0.7-1.6,1.3-2.6,1.8    c-0.9,0.5-1.9,0.9-2.9,1.2c-1,0.3-2,0.5-3.1,0.6c-1,0.1-2.1,0.1-3.1,0c-1-0.1-2-0.4-3-0.7c-1-0.3-1.9-0.8-2.8-1.3    c-0.9-0.5-1.7-1.1-2.5-1.8c-2.1-2-3.7-4.3-4.9-7s-1.6-5.5-1.4-8.4c0-50.9,0-101.7,0-152.6c0-1,0-2,0.2-3c0.2-1,0.4-2,0.8-2.9    c0.4-1,0.8-1.9,1.3-2.7c0.5-0.9,1.1-1.7,1.8-2.4c0.7-0.7,1.4-1.4,2.3-2c0.8-0.6,1.7-1.1,2.6-1.6s1.9-0.8,2.9-1c1-0.3,2-0.4,3-0.5    c1-0.1,2,0,3,0.1c1,0.1,2,0.4,2.9,0.7c1,0.3,1.9,0.7,2.8,1.3c0.9,0.5,1.7,1.1,2.5,1.8c0.8,0.7,1.5,1.4,2.1,2.2s1.2,1.7,1.6,2.6    c0.5,0.9,0.8,1.8,1.1,2.8c0.3,1,0.5,2,0.5,3c0.1,50.9,0,101.8,0.1,152.7c0.3,2.6,0.2,5.2-0.3,7.8    C792.1,825.6,791.1,828.1,789.8,830.3z\"><\/path>\t<\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLocal Expertise 24\/7 Support\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOn-island team that knows Paros inside out.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a8b2eb elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5a8b2eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1080 979.6\" style=\"enable-background:new 0 0 1080 979.6;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#545454;}\t.st1{clip-path:url(#SVGID_00000084496733170127127650000017459217923752717244_);}<\/style><g>\t<path class=\"st0\" d=\"M127.9,832.7h7.3c-7.5,31.1-15,62.3-22.5,93.4H84.4v-93.4H127.9z M967.3,926.1h28.2v-92.8   c-16.9-0.1-33.8-0.4-50.6-0.6C952.3,863.9,959.8,895,967.3,926.1z M1033.8,568.2c-27.4-48.3-79.2-81-138.7-81H184.9   c-59.3,0-111,32.4-138.4,80.4c-3.2,13-4.8,26.4-4.9,39.8c0,7.1,0,14.1,0,21.2c36.7-0.8,73.6,0.4,110.2,0.4h886.5   C1038.4,608.5,1038.6,588.3,1033.8,568.2z\"><\/path>\t<path class=\"st0\" d=\"M1038.3,691.3v109.3H67.7c-8.5,0-17.3-0.6-26.1-0.6V691.3H1038.3z M209.8,416.9v-36.2c0-22.4,1.8-43.4,16-62   c15.2-20,38.2-31,63.2-31.5c9.7-0.2,19.5,0,29.3,0H425c10.5,0,21.1-0.5,31.5,1.2c27,4.2,49.8,23.2,60,48.3   c6.7,16.4,5.8,33.5,5.8,50.8v29.4h35.4v-36.2c0-22.4,1.8-43.4,16-62c15.2-20,38.2-31,63.2-31.5c9.7-0.2,19.5,0,29.3,0H773   c10.5,0,21.1-0.5,31.5,1.2c27,4.2,49.8,23.2,60,48.3c6.7,16.4,5.8,33.5,5.8,50.8v29.4h41.8V206.4L804,233.9   c-171.4,43.5-355.1,43.6-526.5,0.2L168,206.4v210c5.3,0.1,10.7,0.5,15.8,0.5H209.8z\"><\/path>\t<g>\t\t<g>\t\t\t<defs>\t\t\t\t<rect id=\"SVGID_1_\" x=\"9.5\" y=\"21.3\" width=\"1061\" height=\"937\"><\/rect>\t\t\t<\/defs>\t\t\t<clipPath id=\"SVGID_00000101096841605776607510000001948376799127636617_\">\t\t\t\t<use xlink:href=\"#SVGID_1_\" style=\"overflow:visible;\"><\/use>\t\t\t<\/clipPath>\t\t\t<g style=\"clip-path:url(#SVGID_00000101096841605776607510000001948376799127636617_);\">\t\t\t\t<path class=\"st0\" d=\"M1070.4,606.2c-0.3-43.5-14.9-84.8-42-118.7c-21.7-27.1-51.5-47.8-84.4-59.2V151.8      c26.6-8.2,44.5-33.3,46.4-60.9c0.1-0.8,0.2-1.7,0.1-2.6c0-1.2-0.1-2.2-0.2-3.3c-2-26.7-18.3-49.9-43.8-59.3      c-25.7-9.5-56-1.4-73.5,19.6c-17.9,21.5-21,52.8-6.5,77c5.4,9,12.7,16.3,21.1,21.7c-69.6,22.3-139.4,45-211.7,56.7      c-80.4,12.9-162.9,14-243.7,4c-58-7.2-114.3-21.5-169.9-39c-24.1-7.5-48.2-15.1-72.3-22.6c16.7-11.8,27.3-31.3,28.7-52.2      c0.1-0.8,0.2-1.7,0.1-2.6c0-1.2-0.1-2.2-0.2-3.3c-2-26.7-18.3-49.9-43.8-59.3c-25.7-9.5-56-1.4-73.5,19.6      c-17.9,21.5-21,52.8-6.5,77c9.3,15.5,24.2,26,41,30.3v275.8c-12.7,4.3-25,10-36.6,17.2C60.7,469.3,31.5,506.7,18,549.9      c-7.9,25.2-8.5,50.9-8.5,77v189.8c0,8.7,7.4,16,16.1,16h26.8v109.4c0,8.7,7.4,16.1,16.1,16.1h56.9c6.9,0,13.8-5,15.5-11.8      l27.3-113.7h743.7c9.1,37.9,18.2,75.8,27.3,113.7c1.6,6.8,8.6,11.8,15.5,11.8h56.9c8.7,0,16-7.4,16-16.1V833.3      c8.4-0.1,16.7-0.3,25-0.6c0.6,0,1.2,0,1.8,0c4.9,0,8.7-1.8,11.2-4.6c2.9-2.6,4.8-6.4,4.8-11.4V665.6      C1070.4,645.8,1070.6,626,1070.4,606.2z M995.5,926.1h-28.2c-7.5-31.1-14.9-62.2-22.4-93.3c16.8,0.1,33.7,0.4,50.6,0.6      L995.5,926.1L995.5,926.1z M952,800.6H67.7c-8.5,0-17.3-0.6-26.1-0.6V661.2h970.7c8.5,0,17.3,0.6,26.1,0.6v138.8L952,800.6      L952,800.6z M112.7,926.1H84.4v-93.4h50.8C127.7,863.8,120.2,894.9,112.7,926.1z M152.2,53.7c19.3,0,34,15.7,34.6,34.6      c-0.6,18.9-15.3,34.5-34.6,34.5c-18.9,0-34.5-15.7-34.5-34.5C117.7,69.4,133.4,53.7,152.2,53.7z M646.9,236.9      c60.6-7.4,119.4-21.4,177.6-39.6c29.1-9.1,58.3-18.3,87.4-27.4V417h-41.8v-29.4c0-17.3,0.9-34.4-5.8-50.8      c-10.2-25.1-33-44.1-60-48.3c-10.4-1.6-21-1.2-31.5-1.2H666c-9.7,0-19.5-0.2-29.3,0c-25,0.4-48,11.5-63.2,31.5      c-14.2,18.6-16,39.6-16,62V417h-35.4v-29.4c0-17.3,0.9-34.4-5.8-50.8c-10.2-25.1-33-44.1-60-48.3c-10.4-1.6-21-1.2-31.5-1.2      H318.2c-9.7,0-19.5-0.2-29.3,0c-25,0.4-48,11.5-63.2,31.5c-14.2,18.6-16,39.6-16,62V417h-26c-5.1,0-10.5-0.3-15.8-0.5V169.9      c75.9,24.1,151.8,49.7,230.6,62.2C480.7,245,564.3,247,646.9,236.9z M889.3,88.3c0-18.9,15.7-34.6,34.5-34.6      c19.3,0,34,15.7,34.6,34.6c-0.6,18.9-15.3,34.5-34.6,34.5C905,122.8,889.3,107.1,889.3,88.3z M243.7,353.2      c5.7-20.2,24.3-33.4,44.9-33.8c7.4-0.1,14.8,0,22.2,0h99.6c25,0,53.7-4.1,70.7,18.9c10.5,14.2,9.1,30.7,9.1,47.3v28.1H241.9      v-21.1C241.9,380,240.2,365.5,243.7,353.2z M591.5,353.2c5.7-20.2,24.3-33.4,44.9-33.8c7.4-0.1,14.8,0,22.2,0h99.6      c25,0,53.7-4.1,70.7,18.9c10.5,14.2,9.1,30.7,9.1,47.3v28.1H589.7v-21.1C589.7,380,588,365.5,591.5,353.2z M185.4,450.5      c9.1-0.6,18.2-0.4,27.3-0.4h635.8c10.3,0,20.7,0,31,0c27.2,0,53.7,5.8,77.6,19c36.7,20.1,64.2,54.5,75.5,94.9      c0.4,1.4,0.8,2.9,1.1,4.3c4.8,20.1,4.6,40.3,4.6,60.9H151.8c-36.6,0-73.5-1.2-110.2-0.4c0-7.1,0-14.1,0-21.2      c0-13.5,1.7-26.9,4.9-39.8c5.5-22.1,15.6-42.9,30.4-60.8C103.8,474.6,143.2,453.4,185.4,450.5z\"><\/path>\t\t\t<\/g>\t\t<\/g>\t<\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFlexible Stays &amp; Hassle-Free Booking\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tShort stays, long stays, holidays or investment\u2026 you decide.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d4f047 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5d4f047\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1080 1039.6\" style=\"enable-background:new 0 0 1080 1039.6;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{clip-path:url(#SVGID_00000061447679021947042140000005051885966816197002_);}\t.st1{fill:#545454;}\t.st2{clip-path:url(#SVGID_00000093143517969348418860000006109684259634673070_);}<\/style><g>\t<g>\t\t<defs>\t\t\t<rect id=\"SVGID_1_\" x=\"59.7\" y=\"6.6\" width=\"984.5\" height=\"1000.1\"><\/rect>\t\t<\/defs>\t\t<clipPath id=\"SVGID_00000140725013937519624440000007030186366713428406_\">\t\t\t<use xlink:href=\"#SVGID_1_\" style=\"overflow:visible;\"><\/use>\t\t<\/clipPath>\t\t<g style=\"clip-path:url(#SVGID_00000140725013937519624440000007030186366713428406_);\">\t\t\t<path class=\"st1\" d=\"M448.6,133l-2.8-100.2c4.2-2.3,7.1-6.9,7.1-12.2c0-7.6-5.7-13.8-12.8-13.8c-7.1,0-12.8,6.2-12.8,13.8     c0,6.2,3.9,11.4,9.3,13.1v97.2c-1.7-0.3-3.3-0.6-5-0.9V40.8c0,0-72.9-20-105.5,19.4c-32.5,39.3-46.7,42.9-69.4,19.2     c0,0,5.2,44.3,50.5,58.4c37,11.5,82-55.3,124.4,17.2V131c1,1.1,2.7,3,5,5.5v619.3c-32.5,26.4-71.3,52-117.4,76.4     c0,0,49.3-4.9,117.4-13.3v35.8c-101.7,3.1-220.7,4.8-359.8,4c0,0-15.8-2.5-15.4,24.5c0.4,27-9,122.7,23.1,122.7h81.1     c4-2.4,8.8-4.3,14.6-5.5c30.1-5.8,67.1-39.6,98.4-29c14.3,4.8,28.2,12.3,41.8,18.8c14.2,6.7,30.5,8.3,45.2,14     c1.4,0.5,2.7,1.1,4,1.7h70.8c2.9-1.2,6.1-2.2,9.6-3c30.9-6.1,57.1-27.6,89-29.9c29.3-2,54.5,18,81.3,27.4c4.2,1.4,7.7,3.3,11,5.5     h100.5c0.6-0.4,1.2-0.7,1.8-1.2c12.7-7.6,26.8-12.4,39.7-19.8c14.4-8.2,28.8-14.3,45.7-13.8c20.5,0.6,35.1,12.9,52.4,21.8     c7.5,3.9,15.6,6.4,24,8.6c24.3-13.1,89.2-59.6,121.2-194.8c0,0,13.4-19.4-35.6-5.3c-37.2,10.7-170.7,40.1-512.5,52.2l-1.1-38.6     c103.5-13.3,236-33.3,310.2-56c133.9-40.9,261.2,9.1,265.7,37.2C1043.2,796.4,1067.7,246.8,448.6,133z M465.1,731.2l-16-580.1     C513.1,228.5,708.1,503.6,465.1,731.2z\"><\/path>\t\t<\/g>\t<\/g>\t<g>\t\t<defs>\t\t\t<rect id=\"SVGID_00000067957482610035590360000007728898383299458948_\" x=\"20.3\" y=\"176.9\" width=\"401.1\" height=\"616.8\"><\/rect>\t\t<\/defs>\t\t<clipPath id=\"SVGID_00000133494975427959820800000008257918254436934843_\">\t\t\t<use xlink:href=\"#SVGID_00000067957482610035590360000007728898383299458948_\" style=\"overflow:visible;\"><\/use>\t\t<\/clipPath>\t\t<g style=\"clip-path:url(#SVGID_00000133494975427959820800000008257918254436934843_);\">\t\t\t<path class=\"st1\" d=\"M420.6,754.1V178C178.1,752.5,20.3,754.1,20.3,754.1C78.5,838.8,420.6,754.1,420.6,754.1z\"><\/path>\t\t<\/g>\t<\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMemorable Experiences\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tMore than accommodation: island vibes, sea, sunsets, lifestyle.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9fcd24f e-con-full e-flex e-con e-parent\" data-id=\"9fcd24f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\n\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\n\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e29a546 e-con-full e-flex e-con e-child\" data-id=\"e29a546\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7a500e0 e-con-full e-flex e-con e-child\" data-id=\"7a500e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b5ce58 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"5b5ce58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stay Once, Stay Always<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0be6525 elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"0be6525\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Experience Paros in a way that stays with you.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b4c77f7 e-flex e-con-boxed e-con e-parent\" data-id=\"b4c77f7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51be117 elementor-widget__width-auto animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"51be117\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Story<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1d38f0 e-grid e-con-full e-con e-child\" data-id=\"d1d38f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<a class=\"elementor-element elementor-element-6f7d2a8 e-con-full e-flex e-con e-child\" data-id=\"6f7d2a8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"\/the-island\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49ab1ac elementor-widget elementor-widget-heading\" data-id=\"49ab1ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Island<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-1b7da4a e-con-full e-flex e-con e-child\" data-id=\"1b7da4a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"\/concierge-services\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2c8200 elementor-widget elementor-widget-heading\" data-id=\"d2c8200\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Concierge<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-38af5e6 e-con-full e-flex e-con e-child\" data-id=\"38af5e6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"\/about\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b6188f7 elementor-widget elementor-widget-heading\" data-id=\"b6188f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-659079d e-flex e-con-boxed e-con e-parent\" data-id=\"659079d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e522d4c elementor-widget__width-auto animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e522d4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Discover our Locations<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f25f8c5 elementor-widget elementor-widget-shortcode\" data-id=\"f25f8c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div id=\"custom-map\" style=\"height: 700px; width: 100%;\"><\/div>\r\n<script src=\"https:\/\/unpkg.com\/leaflet.gridlayer.googlemutant@latest\/dist\/Leaflet.GoogleMutant.js\"><\/script>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n    var map = L.map(\"custom-map\", {\r\n        center: [37.1000, 25.2000],\r\n        zoom: 12,\r\n        scrollWheelZoom: false,\r\n        dragging: !L.Browser.mobile,\r\n        tap: !L.Browser.mobile,\r\n        touchZoom: true,\r\n        layers: [\r\n            L.tileLayer('https:\/\/mt1.google.com\/vt\/lyrs=m&x={x}&y={y}&z={z}', {\r\n                attribution: '&copy; <a href=\"https:\/\/www.google.com\/maps\">Google Maps<\/a>'\r\n            })\r\n        ]\r\n    });\r\n\r\n    map.getContainer().addEventListener('wheel', function (e) {\r\n        if (e.ctrlKey) {\r\n            e.preventDefault();\r\n            map.scrollWheelZoom.enable();\r\n        } else {\r\n            map.scrollWheelZoom.disable();\r\n        }\r\n    }, { passive: false });\r\n\r\n    map.getContainer().addEventListener('wheel', function (e) {\r\n        if (!e.ctrlKey) {\r\n            const hint = document.getElementById('scroll-hint');\r\n            if (hint) {\r\n                hint.style.display = 'block';\r\n                clearTimeout(hint.timeout);\r\n                hint.timeout = setTimeout(() => {\r\n                    hint.style.display = 'none';\r\n                }, 1500);\r\n            }\r\n        }\r\n    });\r\n\r\n    const hintDiv = document.createElement('div');\r\n    hintDiv.id = 'scroll-hint';\r\n    hintDiv.innerText = 'Press Ctrl + Scroll to zoom';\r\n    Object.assign(hintDiv.style, {\r\n        position: 'absolute',\r\n        top: '10px',\r\n        left: '50%',\r\n        transform: 'translateX(-50%)',\r\n        background: '#333',\r\n        color: '#fff',\r\n        padding: '6px 12px',\r\n        borderRadius: '6px',\r\n        fontSize: '14px',\r\n        display: 'none',\r\n        zIndex: 150,\r\n        pointerEvents: 'none'\r\n    });\r\n    document.getElementById('custom-map').appendChild(hintDiv);\r\n\r\n    var customIcons = {\r\n        default: L.icon({\r\n            iconUrl: \"https:\/\/rocksvillas.com\/paros\/wp-content\/themes\/mykonosrocks\/assets\/img\/custom-marker.svg\",\r\n            iconSize: [40, 40],\r\n            iconAnchor: [20, 40],\r\n            popupAnchor: [0, -40]\r\n        }),\r\n        alternative: L.icon({\r\n            iconUrl: \"https:\/\/rocksvillas.com\/paros\/wp-content\/themes\/mykonosrocks\/assets\/img\/location-point-of-interest-svgrepo-com.svg\",\r\n            iconSize: [40, 40],\r\n            iconAnchor: [20, 40],\r\n            popupAnchor: [0, -40]\r\n        })\r\n    };\r\n\r\n    var locations = [{\"lat\":\"37.12298\",\"lng\":\"25.237287\",\"title\":\"Phos Home\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Phos-Home-Veranda-3.jpg\",\"marker_icon\":\"default\",\"slug\":\"naousa\",\"external_url\":\"\"},{\"lat\":\"37.122871\",\"lng\":\"25.237329\",\"title\":\"Potami Home\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Potami-home-Veranda-2.jpg\",\"marker_icon\":\"default\",\"slug\":\"naousa\",\"external_url\":\"\"},{\"lat\":\"37.12298\",\"lng\":\"25.237287\",\"title\":\"Strata Home\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Strata-home-entrance-3.jpg\",\"marker_icon\":\"default\",\"slug\":\"naousa\",\"external_url\":\"\"},{\"lat\":\"37.124713\",\"lng\":\"25.238343\",\"title\":\"Giacomo House\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/DJI_0001.jpg\",\"marker_icon\":\"default\",\"slug\":\"naousa\",\"external_url\":\"\"},{\"lat\":\"37.119297\",\"lng\":\"25.233139\",\"title\":\"Opal Apartment, Lapis Apartment, Topaz Apartment, Amber Apartment , Jade Apartment\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/dscf0554.jpg\",\"marker_icon\":\"default\",\"slug\":\"naousa\",\"external_url\":\"\"},{\"lat\":\"37.084227\",\"lng\":\"25.247196\",\"title\":\"Pine Residence\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/dji_0860.jpg\",\"marker_icon\":\"default\",\"slug\":\"ysterni\",\"external_url\":\"\"},{\"lat\":\"37.084484\",\"lng\":\"25.246604\",\"title\":\"Vine House\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/done-3.jpg\",\"marker_icon\":\"default\",\"slug\":\"ysterni\",\"external_url\":\"\"},{\"lat\":\"37.084484\",\"lng\":\"25.246604\",\"title\":\"View Suite, Lavender, Sage, Thyme, Iris\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/dscf7083.jpg\",\"marker_icon\":\"default\",\"slug\":\"ysterni\",\"external_url\":\"\"},{\"lat\":\"37.1005065\",\"lng\":\"25.2635375\",\"title\":\"Villa Mare\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/DSC_2116.jpg\",\"marker_icon\":\"default\",\"slug\":\"ampelas\",\"external_url\":\"\"},{\"lat\":\"37.0991204\",\"lng\":\"25.2637011\",\"title\":\"Villa Sandstone\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Villa-Sandstone-Main-Copy.jpg\",\"marker_icon\":\"default\",\"slug\":\"ampelas\",\"external_url\":\"\"},{\"lat\":\"37.095493\",\"lng\":\"25.264031\",\"title\":\"Villa Lithos\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/ezgif.com-gif-maker-13.jpg\",\"marker_icon\":\"default\",\"slug\":\"ampelas\",\"external_url\":\"\"},{\"lat\":\"37.099757\",\"lng\":\"25.259384\",\"title\":\"Petra Home\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/DSC_5009.jpg\",\"marker_icon\":\"default\",\"slug\":\"ampelas\",\"external_url\":\"\"},{\"lat\":\"37.143521\",\"lng\":\"25.281319\",\"title\":\"Diorite\",\"text\":\"\\\"Unobstructed sea views and absolute calm, minutes from Paros's cosmopolitan pulse.\\\"\",\"image\":\"https:\\\/\\\/rocksvillas.com\\\/paros\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/villa-diorite-1-of-1-4.jpg\",\"marker_icon\":\"default\",\"slug\":\"santa-maria\",\"external_url\":\"\"}];\r\n\r\n    locations.forEach((location) => {\r\n        let buttonHtml = '';\r\n\r\n        if (location.slug) {\r\n            buttonHtml = `\r\n                <a href=\"\/villas-collection\/?location=${location.slug}\"\r\n                   class=\"popup-link\"\r\n                   style=\"display:inline-block;padding:8px 12px;background:#807c67;color:#fff;border-radius:5px;text-decoration:none;\">\r\n                    Explore villas\r\n                <\/a>`;\r\n        } else if (location.external_url) {\r\n            buttonHtml = `\r\n                <a href=\"${location.external_url}\" target=\"_blank\" rel=\"noopener noreferrer\"\r\n                   class=\"popup-link\"\r\n                   style=\"display:inline-block;padding:8px 12px;background:#807c67;color:#fff;border-radius:5px;text-decoration:none;\">\r\n                    Visit website\r\n                <\/a>`;\r\n        }\r\n\r\n        var popupContent = `\r\n            <div style=\"text-align:center;\">\r\n                <h4>${location.title}<\/h4>\r\n                <img decoding=\"async\" src=\"${location.image}\" style=\"width:100%;height: 20vh;border-radius:10px;object-fit: cover;\">\r\n                <p>${location.text}<\/p>\r\n                ${buttonHtml}\r\n            <\/div>`;\r\n\r\n        L.marker([location.lat, location.lng], {\r\n            icon: customIcons[location.marker_icon] || customIcons.default\r\n        })\r\n        .addTo(map)\r\n        .bindPopup(popupContent);\r\n    });\r\n});\r\n<\/script>\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9bbaa73 e-flex e-con-boxed e-con e-parent\" data-id=\"9bbaa73\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d870fa elementor-widget__width-auto animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0d870fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Explore our Instagram<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-9bfafba e-grid e-con-full e-con e-child\" data-id=\"9bfafba\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/www.instagram.com\/paros_rocks_estates\/\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d99a7b0 elementor-widget elementor-widget-image\" data-id=\"d99a7b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-1024x683.jpg\" class=\"attachment-large size-large wp-image-2149\" alt=\"\" srcset=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-1024x683.jpg 1024w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-300x200.jpg 300w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-768x512.jpg 768w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751-1536x1024.jpg 1536w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_1751.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f236c9 elementor-widget elementor-widget-image\" data-id=\"2f236c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2313-1024x683.jpg\" class=\"attachment-large size-large wp-image-2157\" alt=\"\" srcset=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2313-1024x683.jpg 1024w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2313-300x200.jpg 300w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2313-768x512.jpg 768w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2313-1536x1024.jpg 1536w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2313.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8dcf8a elementor-widget elementor-widget-image\" data-id=\"c8dcf8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_2050-1024x683.jpg\" class=\"attachment-large size-large wp-image-2156\" alt=\"\" srcset=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_2050-1024x683.jpg 1024w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_2050-300x200.jpg 300w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_2050-768x512.jpg 768w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_2050-1536x1024.jpg 1536w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/MG_2050.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43c2812 elementor-widget elementor-widget-image\" data-id=\"43c2812\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"684\" height=\"1024\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_3079-684x1024.jpg\" class=\"attachment-large size-large wp-image-2159\" alt=\"\" srcset=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_3079-684x1024.jpg 684w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_3079-200x300.jpg 200w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_3079-768x1150.jpg 768w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_3079-1026x1536.jpg 1026w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_3079.jpg 1282w\" sizes=\"(max-width: 684px) 100vw, 684px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1fc6abf elementor-widget elementor-widget-image\" data-id=\"1fc6abf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2151-1024x683.jpg\" class=\"attachment-large size-large wp-image-2158\" alt=\"\" srcset=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2151-1024x683.jpg 1024w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2151-300x200.jpg 300w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2151-768x512.jpg 768w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2151-1536x1024.jpg 1536w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2151.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9071201 elementor-widget elementor-widget-image\" data-id=\"9071201\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2325-1024x683.jpg\" class=\"attachment-large size-large wp-image-2160\" alt=\"\" srcset=\"https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2325-1024x683.jpg 1024w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2325-300x200.jpg 300w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2325-768x512.jpg 768w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2325-1536x1024.jpg 1536w, https:\/\/rocksvillas.com\/paros\/wp-content\/uploads\/2025\/10\/DSC_2325.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Paros Rocks Villas. Your Island Home in Paros Paros Rocks Villas. Your Island Home in Paros \u2212 2 GUESTS + Check Availability Where Island Living Begins At Paros Rocks Villas, we see a villa as the beginning of your story. A place where the island welcomes you, where hospitality feels human, and where every sunset [&hellip;]<\/p>\n","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-9","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/rocksvillas.com\/paros\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rocksvillas.com\/paros\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rocksvillas.com\/paros\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rocksvillas.com\/paros\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rocksvillas.com\/paros\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":633,"href":"https:\/\/rocksvillas.com\/paros\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":2687,"href":"https:\/\/rocksvillas.com\/paros\/wp-json\/wp\/v2\/pages\/9\/revisions\/2687"}],"wp:attachment":[{"href":"https:\/\/rocksvillas.com\/paros\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}