{"id":2302,"date":"2025-04-16T10:47:00","date_gmt":"2025-04-16T07:47:00","guid":{"rendered":"https:\/\/annaniolaki.du-sites.gr\/financial-planning\/"},"modified":"2025-12-10T14:45:47","modified_gmt":"2025-12-10T11:45:47","slug":"financial-planning","status":"publish","type":"page","link":"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/","title":{"rendered":"FINANCIAL PLANNING"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_section][vc_row][vc_column]\n\t<style>\n\t\t.hero-image {\n\t\t\tbackground: linear-gradient(102deg, #271B06 0%, #271B0600 60%), url('https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/04\/5Z5A83148314-1.jpg');\n\t\t\tbackground-size: cover;\n\t\t\tbackground-position: center;\n\t\t\tbackground-repeat: no-repeat;\n\t\t\tmix-blend-mode: multiply;\n\t\t}\n\n\t\t@media only screen and (max-width: 767px) {\n\t\t\t.hero-image {\n\t\t\t\tbackground: linear-gradient(84deg, #271B06 0%, #271B0600 100%), url('https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/07\/5Z5A83148314.jpg');\n\t\t\t\tbackground-size: cover;\n\t\t\t\tbackground-position: center;\n\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\tmix-blend-mode: multiply;\n\t\t\t}\n\t\t}\n\t<\/style>\n\n\n\n\n\t<div class=\"bakery-video-section hero-image flex w-full h-[78vh] md:h-[70vh] lg:h-[88vh] xl:h-[114vh]\">\n\t\t<div class=\"w-full xl:w-[1500px] relative\">\n\t\t\t<div class=\"xl:w-6\/12\" >\n\t\t\t\t<div class=\"bakery-video-section_inner-text text-left absolute bottom-[123px] md:bottom-[225px] lg:bottom-[213px] xl:bottom-[0] xl:top-[370px] 2xl:top-[440px] xl:left-[128px] 2xl:left-[210px] pl-[32px] md:pl-[40px] lg:pl-[80px] xl:pl-0\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"yoast-breadcrumb text-light-gold text-11 xl:text-16 font-geo uppercase font-normal leading-[20px] !mb-0\"><span><span><a href=\"https:\/\/annaniolaki.du-sites.gr\/en\/home\/\">Home<\/a><\/span><\/span><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<h1 class=\"font-ivy text-30 md:text-38 lg:text-45 xl:text-55 2xl:text-60 text-white font-light tracking-[1.2px] xl:tracking-[2.4px] leading-[33px] md:leading-[39px] lg:leading-[48px] xl:leading-[61px] 2xl:leading-[63px] mt-[8px] xl:mt-[20px] !mb-[19px] xl:!mb-0 w-[315px] md:w-[340px] lg:w-[400px] xl:w-[600px]\">\n\t\t\t\t\t\t\tFinancial Planning &amp; Financial Consulting\t\t\t\t\t\t<\/h1>\n\t\t\t\t\t\t\t\t\t\t<div class=\"hidden xl:flex items-center gap-[12px] mt-[60px] !ml-[5px]\">\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"w-6\/12 hidden xl:block\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t[\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;relative&#8221;][vc_row el_class=&#8221;oiko-program-counter container-2&#8243;][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center counter-wrapp&#8221;]\t\t<div class=\"relative inline-block\">\n\t\t\t<span id=\"counter_6a1dcc52c30fc\" class=\"bakery-counter counter-plus font-ivy text-60 xl:text-80 2xl:text-110 text-gold leading-[100px] xl:leading-[130px] 2xl:leading-[163px] tracking-[4.4px] w-fit !mb-0\">0<\/span>\n\t\t<\/div>\n\n\t<script>\n\t\tdocument.addEventListener(\"DOMContentLoaded\", function () {\n\t\t\tlet el = document.getElementById('counter_6a1dcc52c30fc');\n\t\t\tif (!el) return;\n\n\t\t\tlet started = false;\n\t\t\tfunction isInViewport(el) {\n\t\t\t\tconst rect = el.getBoundingClientRect();\n\t\t\t\treturn (\n\t\t\t\t\trect.top >= 0 &&\n\t\t\t\t\trect.left >= 0 &&\n\t\t\t\t\trect.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&\n\t\t\t\t\trect.right <= (window.innerWidth || document.documentElement.clientWidth)\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tfunction startCounter() {\n\t\t\t\tif (started || !isInViewport(el)) return;\n\t\t\t\tstarted = true;\n\n\t\t\t\tlet start = 0;\n\t\t\t\tlet end = 1000;\n\t\t\t\tlet duration = 2000;\n\t\t\t\tlet startTime = null;\n\n\t\t\t\tfunction update(timestamp) {\n\t\t\t\t\tif (!startTime) startTime = timestamp;\n\t\t\t\t\tlet progress = timestamp - startTime;\n\t\t\t\t\tlet current = Math.min(Math.floor(progress \/ duration * end), end);\n\t\t\t\t\tel.textContent = current;\n\t\t\t\t\tif (progress < duration) {\n\t\t\t\t\t\trequestAnimationFrame(update);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tel.textContent = end;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\trequestAnimationFrame(update);\n\t\t\t}\n\n\t\t\twindow.addEventListener('scroll', startCounter);\n\t\t\tstartCounter(); \/\/ in case it's already in view\n\t\t});\n\t<\/script>\n\t[vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;]<\/p>\n<h3>Satisfied Clients<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center counter-wrapp&#8221;]\t\t<div class=\"relative inline-block\">\n\t\t\t<span id=\"counter_6a1dcc52c3124\" class=\"bakery-counter counter-plus font-ivy text-60 xl:text-80 2xl:text-110 text-gold leading-[100px] xl:leading-[130px] 2xl:leading-[163px] tracking-[4.4px] w-fit !mb-0\">0<\/span>\n\t\t<\/div>\n\n\t<script>\n\t\tdocument.addEventListener(\"DOMContentLoaded\", function () {\n\t\t\tlet el = document.getElementById('counter_6a1dcc52c3124');\n\t\t\tif (!el) return;\n\n\t\t\tlet started = false;\n\t\t\tfunction isInViewport(el) {\n\t\t\t\tconst rect = el.getBoundingClientRect();\n\t\t\t\treturn (\n\t\t\t\t\trect.top >= 0 &&\n\t\t\t\t\trect.left >= 0 &&\n\t\t\t\t\trect.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&\n\t\t\t\t\trect.right <= (window.innerWidth || document.documentElement.clientWidth)\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tfunction startCounter() {\n\t\t\t\tif (started || !isInViewport(el)) return;\n\t\t\t\tstarted = true;\n\n\t\t\t\tlet start = 0;\n\t\t\t\tlet end = 29;\n\t\t\t\tlet duration = 2000;\n\t\t\t\tlet startTime = null;\n\n\t\t\t\tfunction update(timestamp) {\n\t\t\t\t\tif (!startTime) startTime = timestamp;\n\t\t\t\t\tlet progress = timestamp - startTime;\n\t\t\t\t\tlet current = Math.min(Math.floor(progress \/ duration * end), end);\n\t\t\t\t\tel.textContent = current;\n\t\t\t\t\tif (progress < duration) {\n\t\t\t\t\t\trequestAnimationFrame(update);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tel.textContent = end;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\trequestAnimationFrame(update);\n\t\t\t}\n\n\t\t\twindow.addEventListener('scroll', startCounter);\n\t\t\tstartCounter(); \/\/ in case it's already in view\n\t\t});\n\t<\/script>\n\t[vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;]<\/p>\n<h3>Tailor-made Plans<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center last-counter-wrapp&#8221;]\t\t<div class=\"relative inline-block\">\n\t\t\t<span id=\"counter_6a1dcc52c3143\" class=\"bakery-counter counter-plus font-ivy text-60 xl:text-80 2xl:text-110 text-gold leading-[100px] xl:leading-[130px] 2xl:leading-[163px] tracking-[4.4px] w-fit !mb-0\">0<\/span>\n\t\t<\/div>\n\n\t<script>\n\t\tdocument.addEventListener(\"DOMContentLoaded\", function () {\n\t\t\tlet el = document.getElementById('counter_6a1dcc52c3143');\n\t\t\tif (!el) return;\n\n\t\t\tlet started = false;\n\t\t\tfunction isInViewport(el) {\n\t\t\t\tconst rect = el.getBoundingClientRect();\n\t\t\t\treturn (\n\t\t\t\t\trect.top >= 0 &&\n\t\t\t\t\trect.left >= 0 &&\n\t\t\t\t\trect.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&\n\t\t\t\t\trect.right <= (window.innerWidth || document.documentElement.clientWidth)\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tfunction startCounter() {\n\t\t\t\tif (started || !isInViewport(el)) return;\n\t\t\t\tstarted = true;\n\n\t\t\t\tlet start = 0;\n\t\t\t\tlet end = 12;\n\t\t\t\tlet duration = 2000;\n\t\t\t\tlet startTime = null;\n\n\t\t\t\tfunction update(timestamp) {\n\t\t\t\t\tif (!startTime) startTime = timestamp;\n\t\t\t\t\tlet progress = timestamp - startTime;\n\t\t\t\t\tlet current = Math.min(Math.floor(progress \/ duration * end), end);\n\t\t\t\t\tel.textContent = current;\n\t\t\t\t\tif (progress < duration) {\n\t\t\t\t\t\trequestAnimationFrame(update);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tel.textContent = end;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\trequestAnimationFrame(update);\n\t\t\t}\n\n\t\t\twindow.addEventListener('scroll', startCounter);\n\t\t\tstartCounter(); \/\/ in case it's already in view\n\t\t});\n\t<\/script>\n\t[vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;]<\/p>\n<h3>Years of Experience<\/h3>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;bg-beige-light oiko-program-section-two&#8221;][vc_row el_class=&#8221;container-2 bg-white hidden xl:flex items-center px-`{`128px`}` py-`{`70px`}`&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;info-section_left-col&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;text-11 md:text-13 xl:text-16 text-gold uppercase leading-20 !mb-0&#8243;]<\/p>\n<h2>TRUST THE EXPERTS<\/h2>\n<p>[\/vc_column_text][vc_column_text css=&#8221;&#8221; el_class=&#8221;font-ivy text-35 tracking-14 leading-38 font-light w-`{`560px`}` !mb-0 mt-`{`30px`}`&#8221;]<\/p>\n<h3>Book a free Financial Planning consultation<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;primary-button&#8221;]\t<button class=\"relative simple-button text-11 lg:text-16  uppercase  font-normal rounded-none w-[140px] lg:w-[177px]\">\n\t\t<a href=\"https:\/\/annaniolaki.du-sites.gr\/en\/contact\/\" class=\"block btn-with-icon !text-white no-underline w-[120px] lg:w-[144px] h-64px my-[16px] lg:my-[22px] pr-[53px] ml-[12px] lg:ml-[16px] border-r border-white\" target=\"_self\">\n\t\t\tContact\t\t<\/a>\n\t<\/button>\n\t[\/vc_column][\/vc_row][vc_row el_class=&#8221;container-2 oiko-program-section-three&#8221;][vc_column width=&#8221;1\/3&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;max-w-`{`216px`}`&#8221;]<\/p>\n<h5>Who it is for<\/h5>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;max-w-`{`622px`}` oiko-program-section-three_col&#8221;][vc_row_inner][vc_column_inner][vc_column_text css=&#8221;.vc_custom_1752261873936{margin-bottom: 52px !important;}&#8221; el_class=&#8221;!mb-0&#8243;]<\/p>\n<h2 style=\"text-align: left;\">Shape your future with certainty, not guesswork<\/h2>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner el_class=&#8221;w-full lg:w-`{`622px`}` flex items-center gap-0 md:gap-`{`8px`}` lg:gap-`{`12px`}`&#8221;][vc_column_inner el_class=&#8221;!w-`{`15px`}` lg:!w-`{`30px`}` h-`{`94px`}`&#8221; width=&#8221;1\/4&#8243;][vc_single_image image=&#8221;2107&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;pt-`{`40px`}`&#8221;][\/vc_column_inner][vc_column_inner el_class=&#8221;border-l-2 border-gold !pl-`{`17px`}` xl:!pl-`{`30px`}`&#8221; width=&#8221;3\/4&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;w-full lg:w-`{`472px`}` !mb-0&#8243;]<\/p>\n<h3>Financial planning is more than just a service, it\u2019s a strategic mindset built on purpose, vision, and responsibility.<\/h3>\n<p>&nbsp;<\/p>\n<h4>When insurance is part of a comprehensive, personalised financial plan, it is so much more than a simple contract, it becomes a <strong>powerful tool for stability, protection, and well-being<\/strong>. No matter whether it\u2019s for individuals or businesses, the goal is the same: <strong>responsible planning instead of hasty decisions<\/strong>.<\/h4>\n<p>&nbsp;<\/p>\n<h4>My approach to financial planning is rooted in thorough analysis (particularly in the insurance sector) which forms the basis for a meaningful, tailored solution. The process goes beyond simple data gathering, and instead utilises a structured, consultative method that uncovers needs, priorities, and potential risks. <strong>The result is a plan precisely aligned with each individual\u2019s or organisation\u2019s goals<\/strong>.<\/h4>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;oiko-program-section-four_new bg-white&#8221;][vc_row el_class=&#8221;container-3&#8243;][vc_column][vc_column_text css=&#8221;&#8221; el_class=&#8221;w-full !mb-0 text-center&#8221;]<\/p>\n<h5 style=\"text-align: center;\">HOW CAN I HELP<\/h5>\n<p>[\/vc_column_text][vc_column_text css=&#8221;&#8221; el_class=&#8221;mt-`{`32px`}` !mb-`{`45px`}` lg:!mb-`{`10px`}` text-center lg:text-left&#8221;]<\/p>\n<h1 style=\"text-align: center;\">Your Security Starts with Planning<\/h1>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row el_class=&#8221;container-3 oiko-program-section-four_new-bottom&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;oiko-program-section-four_new-left-col linked-column&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;oiko-program-section-four_new-text bg-red-1&#8243;]<\/p>\n<h3>Financial Planning<\/h3>\n<p><\/p>\n<h2>for Businesses<\/h2>\n<p>[\/vc_column_text][vc_raw_html css=&#8221;&#8221;]Jm5ic3A7[\/vc_raw_html][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;oiko-program-section-four_new-right-col linked-column&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;oiko-program-section-four_new-text bg-gold&#8221;]<\/p>\n<h3>Financial Planning<\/h3>\n<p><\/p>\n<h2>for Companies<\/h2>\n<p>[\/vc_column_text][vc_raw_html css=&#8221;&#8221;]Jm5ic3A7[\/vc_raw_html][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;bg-white oiko-program-section-four&#8221;][vc_row el_class=&#8221;container-2 pb-`{`100px`}` lg:pb-`{`242px`}`&#8221;][vc_column]\n\t<style>\n\t\t.du-video-play-btn {\n\t\t\topacity: 1;\n\t\t\tvisibility: visible;\n\t\t\ttransition: opacity 0.5s ease, visibility 0.5s ease;\n\t\t}\n\n\t\t.du-video-play-btn.hidden {\n\t\t\topacity: 0;\n\t\t\tvisibility: hidden;\n\t\t\tpointer-events: none;\n\t\t}\n\n\t\t@media (hover: none) and (pointer: coarse) {\n\t\t\t.du-video-touch-overlay {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t\t@media (hover: hover) and (pointer: fine) {\n\t\t\t.du-video-touch-overlay {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\n\n\t<\/style>\n\n\t<div class=\"du-video-wrapper\" style=\"position: relative; width: 100%; padding-top: 56.25%;\">\n\t\t\t\t<video\n\t\t\tid=\"duVideoPlayer-82b8fcb9998b156a0ca27f55e078c234\"\n\t\t\tsrc=\"https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/06\/720video.mp4\"\n\t\t\tstyle=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-bottom: 0; margin-top: 0;\"\n\t\t\tplaysinline\n\t\t\tmuted\n\t\t\tpreload=\"metadata\"\n\t\t><\/video>\n\n\t\t\n\n\t\t<button class=\"du-video-play-btn w-[120px] lg:w-[175px] 2xl:w-[352px] h-[80px] lg:h-[175px] 2xl:h-[238px]\"\n\t\t\t\tdata-target=\"duVideoPlayer-82b8fcb9998b156a0ca27f55e078c234\"\n\t\t\t\tdata-player-type=\"self_hosted\"\n\t\t\t\tstyle=\"\n\t\t\t\tbackground: transparent linear-gradient(237deg, #C19A5B 0%, #614D2E 100%) 0% 0% no-repeat padding-box;;\n\t\t\t\t\tcolor: #FFFFFF;\n\t\t\t\t\tborder: none;\n\t\t\t\t\tcursor: pointer;\n\t\t\t\t\tz-index: 2;\n\t\t\t\t\tfont-family: 'geologica-variable', sans-serif;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\tbottom: 0;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-direction: column;\n\t\t\t\t\tjustify-content: center;\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tgap: 5px;\n\t\t\t\t\t\"\n\t\t>\n\t\t\t<img\n\t\t\t\tsrc=\"https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/05\/play-video-beige-dark.svg\"\n\t\t\t\talt=\"Play Icon\"\n\t\t\t\tclass=\"du-toggle-icon w-[24px] lg:w-[91px] !mt-0 !mb-0\"\/>\n\t\t\t<span class=\"du-toggle-text uppercase font-extralight lg:font-light text-11 lg:text-17\">play the video<\/span>\n\t\t<\/button>\n\n\t<\/div>\n\n\t<script>\n\t\twindow.duYouTubePlayersQueue = window.duYouTubePlayersQueue || [];\n\t\twindow.onYouTubeIframeAPIReady = function () {\n\t\t\twindow.duYouTubePlayersQueue.forEach(initFn => {\n\t\t\t\tif (typeof initFn === 'function') {\n\t\t\t\t\tinitFn();\n\t\t\t\t}\n\t\t\t});\n\t\t};\n\n\t\tdocument.addEventListener('DOMContentLoaded', function () {\n\t\t\tconst iframe = document.getElementById(\"duVideoPlayer-82b8fcb9998b156a0ca27f55e078c234\");\n\t\t\tif (!iframe) return;\n\n\t\t\tconst button = document.querySelector('[data-target=\"duVideoPlayer-82b8fcb9998b156a0ca27f55e078c234\"]');\n\t\t\tif (!button) return;\n\n\t\t\tconst icon = button.querySelector('.du-toggle-icon');\n\t\t\tconst text = button.querySelector('.du-toggle-text');\n\t\t\tconst playerType = button.dataset.playerType;\n\n\t\t\tconst playIcon = 'https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/05\/play-video-beige-dark.svg';\n\t\t\tconst pauseIcon = 'https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/05\/pause-video-beige-dark.svg';\n\n\t\t\tlet player;\n\t\t\tlet isPlaying = false;\n\t\t\tlet hasInteracted = false;\n\n\t\t\tconst isTouchDevice = 'ontouchstart' in window || navigator.maxTouchPoints > 0;\n\n\t\t\tfunction toggleButtonVisibility(show) {\n\t\t\t\tif (!hasInteracted) return;\n\t\t\t\tif (show) {\n\t\t\t\t\tbutton.classList.remove('hidden');\n\t\t\t\t} else {\n\t\t\t\t\tbutton.classList.add('hidden');\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (playerType === 'vimeo') {\n\t\t\t\tif (typeof Vimeo !== 'undefined' && typeof Vimeo.Player !== 'undefined') {\n\t\t\t\t\tplayer = new Vimeo.Player(iframe);\n\t\t\t\t\tconst container = button.closest('.du-video-wrapper');\n\t\t\t\t\tconst overlay = container.querySelector('.du-video-touch-overlay');\n\n\t\t\t\t\tfunction updateButton(playing) {\n\t\t\t\t\t\tisPlaying = playing;\n\t\t\t\t\t\ticon.src = playing ? pauseIcon : playIcon;\n\t\t\t\t\t\ttext.textContent = playing ? 'PAUSE' : 'PLAY THE VIDEO';\n\t\t\t\t\t\t\/\/ toggleButtonVisibility(!playing);\n\t\t\t\t\t\tif (hasInteracted && playing) {\n\t\t\t\t\t\t\tbutton.classList.add('hidden');\n\t\t\t\t\t\t} else if (hasInteracted) {\n\t\t\t\t\t\t\tbutton.classList.remove('hidden');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tplayer.on('play', () => updateButton(true));\n\t\t\t\t\tplayer.on('pause', () => updateButton(false));\n\n\t\t\t\t\tbutton.addEventListener('click', () => {\n\t\t\t\t\t\thasInteracted = true;\n\t\t\t\t\t\tplayer.setVolume(1);\n\t\t\t\t\t\tplayer[isPlaying ? 'pause' : 'play']();\n\t\t\t\t\t});\n\n\t\t\t\t\t\/\/desktop\n\t\t\t\t\tif (!isTouchDevice) {\n\t\t\t\t\t\tcontainer.addEventListener('mouseenter', () => toggleButtonVisibility(true));\n\t\t\t\t\t\tcontainer.addEventListener('mouseleave', () => toggleButtonVisibility(false));\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontainer.addEventListener('touched', (e) => {\n\t\t\t\t\t\t\tif(e.target === button || button.contains(e.target)) return;\n\t\t\t\t\t\t\tif (hasInteracted) player[isPlaying ? 'pause' : 'play']();\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t\/\/mobile\n\t\t\t\t\tif (overlay) {\n\t\t\t\t\t\toverlay.addEventListener('click', (e) => {\n\t\t\t\t\t\t\thasInteracted = true;\n\t\t\t\t\t\t\tplayer[isPlaying ? 'pause' : 'play']();\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else if (playerType === 'youtube') {\n\t\t\t\twindow.duYouTubePlayersQueue.push(function () {\n\t\t\t\t\tif (iframe.classList.contains('youtube-player-initialized')) return;\n\t\t\t\t\tiframe.classList.add('youtube-player-initialized');\n\t\t\t\t\tconst container = button.closest('.du-video-wrapper');\n\n\t\t\t\t\tplayer = new YT.Player(iframe, {\n\t\t\t\t\t\tevents: {\n\t\t\t\t\t\t\t'onReady': onPlayerReady,\n\t\t\t\t\t\t\t'onStateChange': onPlayerStateChange\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\n\t\t\t\t\tfunction onPlayerReady(event) {\n\t\t\t\t\t\tevent.target.mute();\n\n\t\t\t\t\t\tbutton.addEventListener('click', () => {\n\t\t\t\t\t\t\thasInteracted = true;\n\t\t\t\t\t\t\tevent.target.unmute();\n\t\t\t\t\t\t\tevent.target[isPlaying ? 'pauseVideo' : 'playVideo']();\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\tif (!isTouchDevice) {\n\t\t\t\t\t\t\tcontainer.addEventListener('mouseenter', () => toggleButtonVisibility(true));\n\t\t\t\t\t\t\tcontainer.addEventListener('mouseleave', () => toggleButtonVisibility(false));\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tiframe.addEventListener('touchend', () => {\n\t\t\t\t\t\t\t\tif (hasInteracted) player[isPlaying ? 'pauseVideo' : 'playVideo']();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tfunction onPlayerStateChange(event) {\n\t\t\t\t\t\tif (event.data === YT.PlayerState.PLAYING) {\n\t\t\t\t\t\t\tisPlaying = true;\n\t\t\t\t\t\t\ticon.src = pauseIcon;\n\t\t\t\t\t\t\ttext.textContent = 'PAUSE';\n\t\t\t\t\t\t\ttoggleButtonVisibility(false);\n\t\t\t\t\t\t} else if (event.data === YT.PlayerState.PAUSED || event.data === YT.PlayerState.ENDED) {\n\t\t\t\t\t\t\tisPlaying = false;\n\t\t\t\t\t\t\ticon.src = playIcon;\n\t\t\t\t\t\t\ttext.textContent = 'PLAY THE VIDEO';\n\t\t\t\t\t\t\ttoggleButtonVisibility(true);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t} else if (playerType === 'self_hosted') {\n\t\t\t\tconst video = iframe;\n\t\t\t\tconst container = button.closest('.du-video-wrapper');\n\n\t\t\t\tfunction updateButton(playing) {\n\t\t\t\t\tisPlaying = playing;\n\t\t\t\t\ticon.src = playing ? pauseIcon : playIcon;\n\t\t\t\t\ttext.textContent = playing ? 'PAUSE' : 'PLAY THE VIDEO';\n\t\t\t\t\ttoggleButtonVisibility(!playing);\n\t\t\t\t}\n\n\t\t\t\tvideo.addEventListener('play', () => {\n\t\t\t\t\thasInteracted = true;\n\t\t\t\t\tupdateButton(true);\n\t\t\t\t});\n\n\t\t\t\tvideo.addEventListener('pause', () => updateButton(false));\n\n\t\t\t\tbutton.addEventListener('click', () => {\n\t\t\t\t\thasInteracted = true;\n\t\t\t\t\tvideo.muted = false;\n\t\t\t\t\tvideo[video.paused ? 'play' : 'pause']();\n\t\t\t\t});\n\n\t\t\t\tif (!isTouchDevice) {\n\t\t\t\t\tcontainer.addEventListener('mouseenter', () => toggleButtonVisibility(true));\n\t\t\t\t\tcontainer.addEventListener('mouseleave', () => toggleButtonVisibility(false));\n\t\t\t\t} else {\n\t\t\t\t\tvideo.addEventListener('touchend', () => {\n\t\t\t\t\t\tif (hasInteracted) video[isPlaying ? 'pause' : 'play']();\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t<\/script>\n\n\n\t[\/vc_column][\/vc_row][\/vc_section]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_section][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;relative&#8221;][vc_row el_class=&#8221;oiko-program-counter container-2&#8243;][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Satisfied Clients [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Tailor-made Plans [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center last-counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Years of Experience [\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;bg-beige-light oiko-program-section-two&#8221;][vc_row el_class=&#8221;container-2 bg-white hidden xl:flex items-center px-`{`128px`}` py-`{`70px`}`&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;info-section_left-col&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;text-11 md:text-13 xl:text-16 text-gold uppercase leading-20 !mb-0&#8243;] TRUST<a href=\"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/\">Continue reading <span class=\"sr-only\">&#8220;FINANCIAL PLANNING&#8221;<\/span><\/a><\/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,"inline_featured_image":false,"other_site_url":"","footnotes":""},"class_list":["post-2302","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>FINANCIAL PLANNING - Anna Nionaki<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FINANCIAL PLANNING - Anna Nionaki\" \/>\n<meta property=\"og:description\" content=\"[vc_section][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;relative&#8221;][vc_row el_class=&#8221;oiko-program-counter container-2&#8243;][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Satisfied Clients [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Tailor-made Plans [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center last-counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Years of Experience [\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;bg-beige-light oiko-program-section-two&#8221;][vc_row el_class=&#8221;container-2 bg-white hidden xl:flex items-center px-`{`128px`}` py-`{`70px`}`&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;info-section_left-col&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;text-11 md:text-13 xl:text-16 text-gold uppercase leading-20 !mb-0&#8243;] TRUSTContinue reading &quot;FINANCIAL PLANNING&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/\" \/>\n<meta property=\"og:site_name\" content=\"Anna Nionaki\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-10T11:45:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/\",\"url\":\"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/\",\"name\":\"FINANCIAL PLANNING - Anna Nionaki\",\"isPartOf\":{\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/#website\"},\"datePublished\":\"2025-04-16T07:47:00+00:00\",\"dateModified\":\"2025-12-10T11:45:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/annaniolaki.du-sites.gr\/en\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FINANCIAL PLANNING\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/#website\",\"url\":\"https:\/\/annaniolaki.du-sites.gr\/en\/\",\"name\":\"Anna Nionaki\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/annaniolaki.du-sites.gr\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/#organization\",\"name\":\"Anna Nionaki\",\"url\":\"https:\/\/annaniolaki.du-sites.gr\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/10\/logo-negative.svg\",\"contentUrl\":\"https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/10\/logo-negative.svg\",\"width\":288,\"height\":134,\"caption\":\"Anna Nionaki\"},\"image\":{\"@id\":\"https:\/\/annaniolaki.du-sites.gr\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FINANCIAL PLANNING - Anna Nionaki","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"FINANCIAL PLANNING - Anna Nionaki","og_description":"[vc_section][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;relative&#8221;][vc_row el_class=&#8221;oiko-program-counter container-2&#8243;][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Satisfied Clients [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Tailor-made Plans [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;text-left sm:text-center last-counter-wrapp&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;!mb-0 mt-`{`10px`}`&#8221;] Years of Experience [\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;bg-beige-light oiko-program-section-two&#8221;][vc_row el_class=&#8221;container-2 bg-white hidden xl:flex items-center px-`{`128px`}` py-`{`70px`}`&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;info-section_left-col&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;text-11 md:text-13 xl:text-16 text-gold uppercase leading-20 !mb-0&#8243;] TRUSTContinue reading \"FINANCIAL PLANNING\"","og_url":"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/","og_site_name":"Anna Nionaki","article_modified_time":"2025-12-10T11:45:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/","url":"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/","name":"FINANCIAL PLANNING - Anna Nionaki","isPartOf":{"@id":"https:\/\/annaniolaki.du-sites.gr\/en\/#website"},"datePublished":"2025-04-16T07:47:00+00:00","dateModified":"2025-12-10T11:45:47+00:00","breadcrumb":{"@id":"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/annaniolaki.du-sites.gr\/en\/financial-planning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/annaniolaki.du-sites.gr\/en\/home\/"},{"@type":"ListItem","position":2,"name":"FINANCIAL PLANNING"}]},{"@type":"WebSite","@id":"https:\/\/annaniolaki.du-sites.gr\/en\/#website","url":"https:\/\/annaniolaki.du-sites.gr\/en\/","name":"Anna Nionaki","description":"","publisher":{"@id":"https:\/\/annaniolaki.du-sites.gr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/annaniolaki.du-sites.gr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/annaniolaki.du-sites.gr\/en\/#organization","name":"Anna Nionaki","url":"https:\/\/annaniolaki.du-sites.gr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/annaniolaki.du-sites.gr\/en\/#\/schema\/logo\/image\/","url":"https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/10\/logo-negative.svg","contentUrl":"https:\/\/annaniolaki.du-sites.gr\/wp-content\/uploads\/2025\/10\/logo-negative.svg","width":288,"height":134,"caption":"Anna Nionaki"},"image":{"@id":"https:\/\/annaniolaki.du-sites.gr\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/annaniolaki.du-sites.gr\/en\/wp-json\/wp\/v2\/pages\/2302","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/annaniolaki.du-sites.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/annaniolaki.du-sites.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/annaniolaki.du-sites.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/annaniolaki.du-sites.gr\/en\/wp-json\/wp\/v2\/comments?post=2302"}],"version-history":[{"count":43,"href":"https:\/\/annaniolaki.du-sites.gr\/en\/wp-json\/wp\/v2\/pages\/2302\/revisions"}],"predecessor-version":[{"id":3076,"href":"https:\/\/annaniolaki.du-sites.gr\/en\/wp-json\/wp\/v2\/pages\/2302\/revisions\/3076"}],"wp:attachment":[{"href":"https:\/\/annaniolaki.du-sites.gr\/en\/wp-json\/wp\/v2\/media?parent=2302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}