{"id":6924,"date":"2026-06-12T09:16:51","date_gmt":"2026-06-12T09:16:51","guid":{"rendered":"https:\/\/ohnannyblue.com\/oi-synergates-mas\/"},"modified":"2026-06-17T09:14:40","modified_gmt":"2026-06-17T09:14:40","slug":"our-partners","status":"publish","type":"page","link":"https:\/\/ohnannyblue.com\/en\/our-partners\/","title":{"rendered":"Our Partners"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6924\" class=\"elementor elementor-6924 elementor-6747\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0e3c426 elementor-section-height-min-height cs-section-content-fullwidth cs-parallax-on-scroll cs_scroll_y_80 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"0e3c426\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" data-cs-parallax-y=\"80\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1e0bd53 dark-color\" data-id=\"1e0bd53\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a92edd7 elementor-widget elementor-widget-heading\" data-id=\"a92edd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Our Partners<\/h1>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-572095a cs-section-content-fullwidth e-flex e-con-boxed e-con e-parent\" data-id=\"572095a\" 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-487bbb4 elementor-widget elementor-widget-html\" data-id=\"487bbb4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function() {\r\n  function setupLoopReadMore() {\r\n    var widgets = document.querySelectorAll('.part-text');\r\n    \r\n    widgets.forEach(function(widget) {\r\n      \/\/ Prevent duplicating initialization setup\r\n      if (widget.classList.contains('readmore-initialized')) return;\r\n\r\n      var paragraphs = widget.querySelectorAll('p');\r\n      var PARAGRAPHS_TO_SHOW = 1;\r\n\r\n      if (paragraphs.length <= PARAGRAPHS_TO_SHOW) return;\r\n\r\n      \/\/ Hide all paragraphs after the first one initially\r\n      paragraphs.forEach(function(p, index) {\r\n        if (index >= PARAGRAPHS_TO_SHOW) {\r\n          p.style.display = 'none';\r\n        }\r\n      });\r\n\r\n      \/\/ Create the toggle button\r\n      var btn = document.createElement('button');\r\n      btn.textContent = 'READ MORE';\r\n      btn.className = 'part-text-readmore-btn';\r\n      btn.setAttribute('data-state', 'collapsed');\r\n\r\n      \/\/ Toggle Open\/Close Event\r\n      btn.addEventListener('click', function() {\r\n        var isCollapsed = btn.getAttribute('data-state') === 'collapsed';\r\n\r\n        if (isCollapsed) {\r\n          \/\/ EXPAND\r\n          paragraphs.forEach(function(p) {\r\n            p.style.display = ''; \r\n          });\r\n          btn.textContent = 'READ LESS';\r\n          btn.setAttribute('data-state', 'expanded');\r\n        } else {\r\n          \/\/ COLLAPSE\r\n          paragraphs.forEach(function(p, index) {\r\n            if (index >= PARAGRAPHS_TO_SHOW) {\r\n              p.style.display = 'none';\r\n            }\r\n          });\r\n          btn.textContent = 'READ MORE';\r\n          btn.setAttribute('data-state', 'collapsed');\r\n\r\n          \/\/ Smoothly scroll back to the top of this specific widget container\r\n          widget.scrollIntoView({ behavior: 'smooth', block: 'nearest' });\r\n        }\r\n      });\r\n\r\n      \/\/ Append button to the layout\r\n      widget.appendChild(btn);\r\n      widget.classList.add('readmore-initialized');\r\n    });\r\n  }\r\n\r\n  \/\/ Lifecycle hooks for Elementor dynamic loading\r\n  setupLoopReadMore();\r\n  document.addEventListener('DOMContentLoaded', setupLoopReadMore);\r\n  window.addEventListener('load', setupLoopReadMore);\r\n  \r\n  setTimeout(setupLoopReadMore, 600);\r\n  setTimeout(setupLoopReadMore, 1500); \r\n})();\r\n<\/script>\r\n\r\n<style>\r\n\/* Button styles updated to your specific brand color hex *\/\r\n.part-text-readmore-btn {\r\n  display: block !important;\r\n  margin: 16px auto 0 auto !important;\r\n  padding: 10px 24px !important;\r\n  border: 1px solid #241E5E !important; \/* Your Custom Brand Dark Blue *\/\r\n  border-radius: 6px !important;\r\n  background: transparent !important;\r\n  color: #241E5E !important;\r\n  cursor: pointer !important;\r\n  font-size: 14px !important;\r\n  font-weight: bold !important;\r\n  text-transform: uppercase !important;\r\n  transition: all 0.25s ease !important;\r\n  width: 100% !important;\r\n  text-align: center !important;\r\n}\r\n\r\n\/* Hover style inverted with your brand color *\/\r\n.part-text-readmore-btn:hover {\r\n  background: #241E5E !important;\r\n  color: #ffffff !important;\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cf21521 e-con-full e-flex e-con e-child\" data-id=\"cf21521\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ff2eb0 elementor-widget elementor-widget-heading\" data-id=\"3ff2eb0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Corporate Partners<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07b5550 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"07b5550\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:6760,&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-6760\">.elementor-6760 .elementor-element.elementor-element-d405ce2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var( --e-global-color-primary );--border-color:var( --e-global-color-primary );--border-radius:12px 12px 12px 12px;}.elementor-6760 .elementor-element.elementor-element-09a3de1{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-6760 .elementor-element.elementor-element-70d7055{text-align:start;}.elementor-6760 .elementor-element.elementor-element-70d7055 img{height:200px;object-fit:contain;object-position:center left;border-radius:20px 20px 20px 20px;}.elementor-6760 .elementor-element.elementor-element-015f060{text-align:start;}.elementor-6760 .elementor-element.elementor-element-015f060 img{height:80px;object-fit:contain;object-position:center left;}.elementor-6760 .elementor-element.elementor-element-31fb0d8 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-6760 .elementor-element.elementor-element-51e903e{color:var( --e-global-color-text );}.elementor-6760 .elementor-element.elementor-element-b57ba33{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6760 .elementor-element.elementor-element-df25656 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-6760 .elementor-element.elementor-element-df25656{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-6760 .elementor-element.elementor-element-205c415 .elementor-icon-wrapper{text-align:center;}.elementor-6760 .elementor-element.elementor-element-205c415 .elementor-icon{font-size:18px;}.elementor-6760 .elementor-element.elementor-element-205c415 .elementor-icon svg{height:18px;}.elementor-6760 .elementor-element.elementor-element-205c415 .elementor-icon-wrapper svg{width:auto;}.elementor-6760 .elementor-element.elementor-element-205c415{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:05px 0px 0px 0px;width:var( --container-widget-width, 20% );max-width:20%;--container-widget-width:20%;--container-widget-flex-grow:0;}.elementor-6760 .elementor-element.elementor-element-81d2022{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6760 .elementor-element.elementor-element-2545015 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-6760 .elementor-element.elementor-element-2545015{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-6760 .elementor-element.elementor-element-2af7cd0 .elementor-icon-wrapper{text-align:center;}.elementor-6760 .elementor-element.elementor-element-2af7cd0 .elementor-icon{font-size:18px;}.elementor-6760 .elementor-element.elementor-element-2af7cd0 .elementor-icon svg{height:18px;}.elementor-6760 .elementor-element.elementor-element-2af7cd0 .elementor-icon-wrapper svg{width:auto;}.elementor-6760 .elementor-element.elementor-element-2af7cd0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:05px 0px 0px 0px;width:var( --container-widget-width, 20% );max-width:20%;--container-widget-width:20%;--container-widget-flex-grow:0;}.elementor-6760 .elementor-element.elementor-element-948bd6a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6760 .elementor-element.elementor-element-17d2e30 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-6760 .elementor-element.elementor-element-17d2e30{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-6760 .elementor-element.elementor-element-20e258c .elementor-icon-wrapper{text-align:center;}.elementor-6760 .elementor-element.elementor-element-20e258c .elementor-icon{font-size:18px;}.elementor-6760 .elementor-element.elementor-element-20e258c .elementor-icon svg{height:18px;}.elementor-6760 .elementor-element.elementor-element-20e258c .elementor-icon-wrapper svg{width:auto;}.elementor-6760 .elementor-element.elementor-element-20e258c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:05px 0px 0px 0px;width:var( --container-widget-width, 20% );max-width:20%;--container-widget-width:20%;--container-widget-flex-grow:0;}@media(max-width:1367px){.elementor-6760 .elementor-element.elementor-element-df25656 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}.elementor-6760 .elementor-element.elementor-element-2545015 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}.elementor-6760 .elementor-element.elementor-element-17d2e30 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-6760 .elementor-element.elementor-element-09a3de1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6760 .elementor-element.elementor-element-df25656 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}.elementor-6760 .elementor-element.elementor-element-df25656{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6760 .elementor-element.elementor-element-2545015 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}.elementor-6760 .elementor-element.elementor-element-17d2e30 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-6760 .elementor-element.elementor-element-df25656 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}.elementor-6760 .elementor-element.elementor-element-df25656{--container-widget-width:204px;--container-widget-flex-grow:0;width:var( --container-widget-width, 204px );max-width:204px;}.elementor-6760 .elementor-element.elementor-element-81d2022{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6760 .elementor-element.elementor-element-2545015 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}.elementor-6760 .elementor-element.elementor-element-2545015{--container-widget-width:204px;--container-widget-flex-grow:0;width:var( --container-widget-width, 204px );max-width:204px;}.elementor-6760 .elementor-element.elementor-element-17d2e30 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}.elementor-6760 .elementor-element.elementor-element-17d2e30{--container-widget-width:204px;--container-widget-flex-grow:0;width:var( --container-widget-width, 204px );max-width:204px;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"6760\" class=\"elementor elementor-6760 e-loop-item e-loop-item-6934 post-6934 partnerships type-partnerships status-publish hentry partnership-category-company\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-d405ce2 e-flex e-con-boxed e-con e-parent\" data-id=\"d405ce2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09a3de1 e-con-full e-flex e-con e-child\" data-id=\"09a3de1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-015f060 elementor-widget elementor-widget-image\" data-id=\"015f060\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"512\" height=\"161\" src=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/4S_Sailing_logo_lockup_colour.webp\" class=\"attachment-full size-full wp-image-6752\" alt=\"\" srcset=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/4S_Sailing_logo_lockup_colour.webp 512w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/4S_Sailing_logo_lockup_colour-300x94.webp 300w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/4S_Sailing_logo_lockup_colour-370x116.webp 370w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/4S_Sailing_logo_lockup_colour-255x80.webp 255w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31fb0d8 elementor-widget elementor-widget-heading\" data-id=\"31fb0d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4S Sailing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51e903e part-text elementor-widget elementor-widget-theme-post-content\" data-id=\"51e903e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>4S Sailing offers tailor-made sailing experiences in Greece, thoughtfully designed around the needs and interests of each guest. With a strong focus on personal connection, safety, and authentic hospitality, the company creates memorable journeys that combine relaxation, exploration, and the beauty of the Greek summer.<\/p>\n<p>Its philosophy is centred around creating personalised experiences, ensuring that every journey feels unique and carefully curated. Guided by the company\u2019s motto \u2014 4S (Sea, Sky, Summer, Sun) \u2014 the team at 4S Sailing aims to offer moments inspired by freedom, the sea, and the authentic spirit of the Greek summer.<\/p>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-b57ba33 e-con-full e-flex e-con e-child\" data-id=\"b57ba33\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/4ssailing.com\/\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df25656 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"df25656\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Visit the Website.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-205c415 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"205c415\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\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 512 323\" style=\"enable-background:new 0 0 512 323;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#211860;}<\/style><g>\t<path class=\"st0\" d=\"M148.9,6.4c19.2,10.6,30.8,32,37.3,52.3c10.7,37,11.1,76.7,13.6,114.8c1.7,25.5,5.6,49.4,12.6,74  c0.3,1,0.6,2.1,0.9,3.1c2.1,7.2,5.2,13,9.1,19.4c5.2-0.4,7.1-1,10.6-4.9c10.9-18.1,18-37.5,25.2-57.3  c21.3-58.9,21.3-58.9,43.6-75.2c6.6-2.2,12.5-2.6,19.1,0c12.5,10,18.7,22.8,25.1,37.1c14.3,31.8,14.3,31.8,41.1,52.8  c6.4,2.1,12.8,2.4,19.5,2.6c4.3,0.7,5.7,1.7,8.3,5.2c0.6,4.6,1,7.7-1.7,11.7c-6.6,4.7-16.5,2.8-24.3,2c-19-4.6-33.8-17.6-44.2-33.6  c-6.8-11.5-12.6-23.4-18-35.6c-3.5-7.7-7.5-14.2-12.6-20.9c-3.7,0-3.7,0-7.6,1.5c-2.3,3.4-3.9,6.3-5.5,9.9c-0.5,1.1-1,2.1-1.5,3.2  c-1.8,3.7-3.5,7.5-5.2,11.3c-0.7,1.5-1.3,2.9-2,4.5c-5,11.2-9.9,22.5-14.8,33.7c-25.9,59.4-25.9,59.4-42.8,71.8  c-6.3,2.1-11.7,2.8-18.3,1.5c-15.4-8.2-20.6-26-25.5-41.5c-0.5-1.5-0.9-3-1.4-4.6c-0.4-1.4-0.8-2.7-1.2-4.1  c-9.2-32.4-13.8-66-18.6-99.3c-6.3-54.8-6.3-54.8-34.2-100.5c-6.1-2.7-9.1-2.5-15.4-0.6C77.2,74.3,71.2,160.7,61.4,210.2  c-0.3,1.5-0.6,3-0.9,4.5c-1.4,7.2-2.9,14.4-4.2,21.6c-5,25.8-11.5,57.9-29.9,77.9c-4.3,2.9-8.2,2.8-13.2,2.6  c-3.9-1-5.3-2.1-7.7-5.4c-3.1-7.6,0.1-14.8,2.2-22.3c4.7-17.7,8.2-35.5,11.5-53.5c0.3-1.4,0.5-2.8,0.8-4.3  c2.6-13.9,5.1-27.9,7.5-41.8C52.3,48.7,52.3,48.7,94.1,15.7C110,4.9,130.2-0.9,148.9,6.4z\"><\/path>\t<path class=\"st0\" d=\"M437.3,174.5c7.5,5.1,14.2,11.2,21,17.2c3.2,2.7,6.4,5.4,9.7,8c1.2,1,2.4,1.9,3.6,2.9c2.4,1.9,4.8,3.8,7.2,5.8  c3.3,2.6,6.6,5.3,9.9,7.9c1.1,0.8,2.1,1.7,3.2,2.5c13.6,11,13.6,11,15.9,20.1c0.2,5.5-0.1,8.3-2.9,13c-5.2,4.8-11,6.2-17.7,7.8  c-2.4,0.6-4.8,1.2-7.1,1.8c-1.2,0.3-2.5,0.6-3.8,0.9c-23.3,5.8-46.3,12.3-69.1,19.9c-1.9,0.6-3.8,1.2-5.7,1.9  c-2.4,0.8-2.4,0.8-4.9,1.6c-5.4,1.3-10,1.5-15.5,1.2c-4.6-3.2-5.9-5.3-7.4-10.7c-0.2-4.9,0.3-6.6,2.9-10.7c2.4-1.7,2.4-1.7,5.4-3.1  c1.1-0.5,2.2-1.1,3.4-1.6c1.2-0.6,2.4-1.1,3.7-1.7c1.3-0.6,2.5-1.2,3.8-1.8c13.5-6.1,27.4-11.3,41.4-16.4  c6.4-2.3,12.6-4.8,18.7-7.6c-3.2-2.6-6.4-5.1-9.6-7.6c-1.5-1.1-1.5-1.1-2.9-2.3c-5.9-4.6-11.9-9.1-18.1-13.3  c-8.5-6.2-13.8-11.5-16.7-21.9c0-6.2,1.1-9.3,4.6-14.4C418,167.6,429.3,170,437.3,174.5z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-64db99e e-con-full e-flex e-con e-child\" data-id=\"64db99e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6bdc598 elementor-widget elementor-widget-heading\" data-id=\"6bdc598\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Professional Partners<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d723d6 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"4d723d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:6760,&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"6760\" class=\"elementor elementor-6760 e-loop-item e-loop-item-6937 post-6937 partnerships type-partnerships status-publish has-post-thumbnail hentry partnership-category-partners\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-d405ce2 e-flex e-con-boxed e-con e-parent\" data-id=\"d405ce2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09a3de1 e-con-full e-flex e-con e-child\" data-id=\"09a3de1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70d7055 elementor-widget elementor-widget-image\" data-id=\"70d7055\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"260\" height=\"300\" src=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/AX-260x300.jpg\" class=\"attachment-medium size-medium wp-image-6938\" alt=\"\" srcset=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/AX-260x300.jpg 260w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/AX-370x428.jpg 370w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/AX-255x295.jpg 255w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/AX.jpg 520w\" sizes=\"(max-width: 260px) 100vw, 260px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31fb0d8 elementor-widget elementor-widget-heading\" data-id=\"31fb0d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Antonios Chatzikostis<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51e903e part-text elementor-widget elementor-widget-theme-post-content\" data-id=\"51e903e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Mr. Antonios Chatzikostis is a final-year Psychology student (BSc Psychology) with training in a range of specialised fields, including Cognitive Behavioural Therapy (CBT), Clinical Hypnotherapy, Autoimmune Diseases, Specific Phobias, Narcissistic Personality Disorder, Borderline Personality Disorder, and the Cognitive\u2013Philosophical Approach.<\/p>\n<p>Through his writing, he aims to make evidence-based knowledge on mental health and human behaviour accessible, practical, and meaningful for a wider audience, bridging the gap between academic research and everyday understanding.<\/p>\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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"6760\" class=\"elementor elementor-6760 e-loop-item e-loop-item-6935 post-6935 partnerships type-partnerships status-publish has-post-thumbnail hentry partnership-category-partners\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-d405ce2 e-flex e-con-boxed e-con e-parent\" data-id=\"d405ce2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09a3de1 e-con-full e-flex e-con e-child\" data-id=\"09a3de1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70d7055 elementor-widget elementor-widget-image\" data-id=\"70d7055\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"200\" height=\"300\" src=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/EiriniP-200x300.jpg\" class=\"attachment-medium size-medium wp-image-6936\" alt=\"\" srcset=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/EiriniP-200x300.jpg 200w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/EiriniP-370x555.jpg 370w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/EiriniP-255x383.jpg 255w, https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/EiriniP.jpg 520w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31fb0d8 elementor-widget elementor-widget-heading\" data-id=\"31fb0d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Eirini Patsea<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51e903e part-text elementor-widget elementor-widget-theme-post-content\" data-id=\"51e903e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\u00e1ly Conservatory. She holds a Bachelor\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\u00e1ly Institute. In 2016, she was awarded a Master\u2019s degree in Music Education from the Ferenc Liszt Academy of Music in Budapest.<\/p>\n<p>She teaches Kod\u00e1ly-based Music Pedagogy and Choral Conducting at both the Kod\u00e1ly Conservatory and the Athenaeum Conservatory, where she also serves as General Director.<\/p>\n<p>Eirini Patsea is the Principal Conductor of the Ch\u00f3r\u03b5s Choir (Artistic Director: Marina Satti), leading the ensemble in numerous live performances, recordings, and video productions. Since 2024, she has also served as Conductor of the Chordae Women\u2019s Chamber Choir.<\/p>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-81d2022 e-con-full e-flex e-con e-child\" data-id=\"81d2022\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/kodaly.gr\/\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2545015 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2545015\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Kod\u00e1ly Music Conservatory | Official Website<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2af7cd0 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2af7cd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\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 512 323\" style=\"enable-background:new 0 0 512 323;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#211860;}<\/style><g>\t<path class=\"st0\" d=\"M148.9,6.4c19.2,10.6,30.8,32,37.3,52.3c10.7,37,11.1,76.7,13.6,114.8c1.7,25.5,5.6,49.4,12.6,74  c0.3,1,0.6,2.1,0.9,3.1c2.1,7.2,5.2,13,9.1,19.4c5.2-0.4,7.1-1,10.6-4.9c10.9-18.1,18-37.5,25.2-57.3  c21.3-58.9,21.3-58.9,43.6-75.2c6.6-2.2,12.5-2.6,19.1,0c12.5,10,18.7,22.8,25.1,37.1c14.3,31.8,14.3,31.8,41.1,52.8  c6.4,2.1,12.8,2.4,19.5,2.6c4.3,0.7,5.7,1.7,8.3,5.2c0.6,4.6,1,7.7-1.7,11.7c-6.6,4.7-16.5,2.8-24.3,2c-19-4.6-33.8-17.6-44.2-33.6  c-6.8-11.5-12.6-23.4-18-35.6c-3.5-7.7-7.5-14.2-12.6-20.9c-3.7,0-3.7,0-7.6,1.5c-2.3,3.4-3.9,6.3-5.5,9.9c-0.5,1.1-1,2.1-1.5,3.2  c-1.8,3.7-3.5,7.5-5.2,11.3c-0.7,1.5-1.3,2.9-2,4.5c-5,11.2-9.9,22.5-14.8,33.7c-25.9,59.4-25.9,59.4-42.8,71.8  c-6.3,2.1-11.7,2.8-18.3,1.5c-15.4-8.2-20.6-26-25.5-41.5c-0.5-1.5-0.9-3-1.4-4.6c-0.4-1.4-0.8-2.7-1.2-4.1  c-9.2-32.4-13.8-66-18.6-99.3c-6.3-54.8-6.3-54.8-34.2-100.5c-6.1-2.7-9.1-2.5-15.4-0.6C77.2,74.3,71.2,160.7,61.4,210.2  c-0.3,1.5-0.6,3-0.9,4.5c-1.4,7.2-2.9,14.4-4.2,21.6c-5,25.8-11.5,57.9-29.9,77.9c-4.3,2.9-8.2,2.8-13.2,2.6  c-3.9-1-5.3-2.1-7.7-5.4c-3.1-7.6,0.1-14.8,2.2-22.3c4.7-17.7,8.2-35.5,11.5-53.5c0.3-1.4,0.5-2.8,0.8-4.3  c2.6-13.9,5.1-27.9,7.5-41.8C52.3,48.7,52.3,48.7,94.1,15.7C110,4.9,130.2-0.9,148.9,6.4z\"><\/path>\t<path class=\"st0\" d=\"M437.3,174.5c7.5,5.1,14.2,11.2,21,17.2c3.2,2.7,6.4,5.4,9.7,8c1.2,1,2.4,1.9,3.6,2.9c2.4,1.9,4.8,3.8,7.2,5.8  c3.3,2.6,6.6,5.3,9.9,7.9c1.1,0.8,2.1,1.7,3.2,2.5c13.6,11,13.6,11,15.9,20.1c0.2,5.5-0.1,8.3-2.9,13c-5.2,4.8-11,6.2-17.7,7.8  c-2.4,0.6-4.8,1.2-7.1,1.8c-1.2,0.3-2.5,0.6-3.8,0.9c-23.3,5.8-46.3,12.3-69.1,19.9c-1.9,0.6-3.8,1.2-5.7,1.9  c-2.4,0.8-2.4,0.8-4.9,1.6c-5.4,1.3-10,1.5-15.5,1.2c-4.6-3.2-5.9-5.3-7.4-10.7c-0.2-4.9,0.3-6.6,2.9-10.7c2.4-1.7,2.4-1.7,5.4-3.1  c1.1-0.5,2.2-1.1,3.4-1.6c1.2-0.6,2.4-1.1,3.7-1.7c1.3-0.6,2.5-1.2,3.8-1.8c13.5-6.1,27.4-11.3,41.4-16.4  c6.4-2.3,12.6-4.8,18.7-7.6c-3.2-2.6-6.4-5.1-9.6-7.6c-1.5-1.1-1.5-1.1-2.9-2.3c-5.9-4.6-11.9-9.1-18.1-13.3  c-8.5-6.2-13.8-11.5-16.7-21.9c0-6.2,1.1-9.3,4.6-14.4C418,167.6,429.3,170,437.3,174.5z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-948bd6a e-con-full e-flex e-con e-child\" data-id=\"948bd6a\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/athenaeum.edu.gr\/\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17d2e30 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"17d2e30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Athenaeum Conservatory | Official Website<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20e258c elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"20e258c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\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 512 323\" style=\"enable-background:new 0 0 512 323;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:#211860;}<\/style><g>\t<path class=\"st0\" d=\"M148.9,6.4c19.2,10.6,30.8,32,37.3,52.3c10.7,37,11.1,76.7,13.6,114.8c1.7,25.5,5.6,49.4,12.6,74  c0.3,1,0.6,2.1,0.9,3.1c2.1,7.2,5.2,13,9.1,19.4c5.2-0.4,7.1-1,10.6-4.9c10.9-18.1,18-37.5,25.2-57.3  c21.3-58.9,21.3-58.9,43.6-75.2c6.6-2.2,12.5-2.6,19.1,0c12.5,10,18.7,22.8,25.1,37.1c14.3,31.8,14.3,31.8,41.1,52.8  c6.4,2.1,12.8,2.4,19.5,2.6c4.3,0.7,5.7,1.7,8.3,5.2c0.6,4.6,1,7.7-1.7,11.7c-6.6,4.7-16.5,2.8-24.3,2c-19-4.6-33.8-17.6-44.2-33.6  c-6.8-11.5-12.6-23.4-18-35.6c-3.5-7.7-7.5-14.2-12.6-20.9c-3.7,0-3.7,0-7.6,1.5c-2.3,3.4-3.9,6.3-5.5,9.9c-0.5,1.1-1,2.1-1.5,3.2  c-1.8,3.7-3.5,7.5-5.2,11.3c-0.7,1.5-1.3,2.9-2,4.5c-5,11.2-9.9,22.5-14.8,33.7c-25.9,59.4-25.9,59.4-42.8,71.8  c-6.3,2.1-11.7,2.8-18.3,1.5c-15.4-8.2-20.6-26-25.5-41.5c-0.5-1.5-0.9-3-1.4-4.6c-0.4-1.4-0.8-2.7-1.2-4.1  c-9.2-32.4-13.8-66-18.6-99.3c-6.3-54.8-6.3-54.8-34.2-100.5c-6.1-2.7-9.1-2.5-15.4-0.6C77.2,74.3,71.2,160.7,61.4,210.2  c-0.3,1.5-0.6,3-0.9,4.5c-1.4,7.2-2.9,14.4-4.2,21.6c-5,25.8-11.5,57.9-29.9,77.9c-4.3,2.9-8.2,2.8-13.2,2.6  c-3.9-1-5.3-2.1-7.7-5.4c-3.1-7.6,0.1-14.8,2.2-22.3c4.7-17.7,8.2-35.5,11.5-53.5c0.3-1.4,0.5-2.8,0.8-4.3  c2.6-13.9,5.1-27.9,7.5-41.8C52.3,48.7,52.3,48.7,94.1,15.7C110,4.9,130.2-0.9,148.9,6.4z\"><\/path>\t<path class=\"st0\" d=\"M437.3,174.5c7.5,5.1,14.2,11.2,21,17.2c3.2,2.7,6.4,5.4,9.7,8c1.2,1,2.4,1.9,3.6,2.9c2.4,1.9,4.8,3.8,7.2,5.8  c3.3,2.6,6.6,5.3,9.9,7.9c1.1,0.8,2.1,1.7,3.2,2.5c13.6,11,13.6,11,15.9,20.1c0.2,5.5-0.1,8.3-2.9,13c-5.2,4.8-11,6.2-17.7,7.8  c-2.4,0.6-4.8,1.2-7.1,1.8c-1.2,0.3-2.5,0.6-3.8,0.9c-23.3,5.8-46.3,12.3-69.1,19.9c-1.9,0.6-3.8,1.2-5.7,1.9  c-2.4,0.8-2.4,0.8-4.9,1.6c-5.4,1.3-10,1.5-15.5,1.2c-4.6-3.2-5.9-5.3-7.4-10.7c-0.2-4.9,0.3-6.6,2.9-10.7c2.4-1.7,2.4-1.7,5.4-3.1  c1.1-0.5,2.2-1.1,3.4-1.6c1.2-0.6,2.4-1.1,3.7-1.7c1.3-0.6,2.5-1.2,3.8-1.8c13.5-6.1,27.4-11.3,41.4-16.4  c6.4-2.3,12.6-4.8,18.7-7.6c-3.2-2.6-6.4-5.1-9.6-7.6c-1.5-1.1-1.5-1.1-2.9-2.3c-5.9-4.6-11.9-9.1-18.1-13.3  c-8.5-6.2-13.8-11.5-16.7-21.9c0-6.2,1.1-9.3,4.6-14.4C418,167.6,429.3,170,437.3,174.5z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Corporate Partners Professional Partners<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-wide-content.php","meta":{"_acf_changed":false,"cozystay_single_page_hide_site_header":"","cozystay_single_page_site_header_source":"","cozystay_single_page_custom_site_header":"","cozystay_single_page_custom_sticky_site_header":"","cozystay_single_page_hide_page_title":"on","cozystay_single_page_header_section_size":"","cozystay_single_page_header_background_color":"","cozystay_single_page_header_background_position_x":"center","cozystay_single_page_header_background_position_y":"center","cozystay_single_page_header_background_size":"cover","cozystay_single_page_header_background_repeat":"off","cozystay_single_page_header_background_scroll":"on","cozystay_single_page_header_text_color":"","cozystay_single_page_header_show_breadcrumb":"","cozystay_single_page_site_footer_hide_main":"","cozystay_single_custom_site_footer_main_source":"","cozystay_single_custom_site_footer_main":"","cozystay_single_page_site_footer_hide_above":"","cozystay_single_custom_site_footer_above_source":"","cozystay_single_custom_site_footer_above":"","cozystay_single_page_site_footer_hide_instagram":"","cozystay_single_page_site_footer_hide_bottom":"","cozystay_single_custom_mobile_menu_source":"","cozystay_single_custom_mobile_menu":"","cozystay_single_custom_mobile_menu_animation":"","cozystay_single_custom_mobile_menu_width":"","cozystay_single_custom_mobile_menu_custom_width":375,"footnotes":""},"class_list":["post-6924","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\u00e1ly Conservatory. She holds a Bachelor\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\u00e1ly Institute. In 2016, she was awarded a Master\u2019s degree in Music Education from\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"CRSHjKhSvb_kFpzQuL5IZ4GE4wcwXMx-0Dch6hSfqU8\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Oh Nanny Blue - Love. Trust. Growth. -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Eirini Patsea - Oh Nanny Blue - Love. Trust. Growth.\" \/>\n\t\t<meta property=\"og:description\" content=\"Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\u00e1ly Conservatory. She holds a Bachelor\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\u00e1ly Institute. In 2016, she was awarded a Master\u2019s degree in Music Education from\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2023\/03\/LOGO_NANNY-BLUE600x600.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2023\/03\/LOGO_NANNY-BLUE600x600.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-12T10:38:53+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-17T09:10:03+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Eirini Patsea - Oh Nanny Blue - Love. Trust. Growth.\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\u00e1ly Conservatory. She holds a Bachelor\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\u00e1ly Institute. In 2016, she was awarded a Master\u2019s degree in Music Education from\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2023\/03\/LOGO_NANNY-BLUE600x600.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/partnerships\\\/eirini-patsea\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/our-partners\\\/#listItem\",\"name\":\"Our Partners\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/our-partners\\\/#listItem\",\"position\":2,\"name\":\"Our Partners\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/#organization\",\"name\":\"Oh Nanny Blue - Love. Trust. Growth.\",\"url\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ohnannyblue.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/LOGO_NANNY-BLUE600x600.png\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/partnerships\\\/eirini-patsea\\\/#organizationLogo\",\"width\":600,\"height\":600},\"image\":{\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/partnerships\\\/eirini-patsea\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/partnerships\\\/eirini-patsea\\\/#webpage\",\"url\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/partnerships\\\/eirini-patsea\\\/\",\"name\":\"Eirini Patsea - Oh Nanny Blue - Love. Trust. Growth.\",\"description\":\"Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\\u00e1ly Conservatory. She holds a Bachelor\\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\\u00e1ly Institute. In 2016, she was awarded a Master\\u2019s degree in Music Education from\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/partnerships\\\/eirini-patsea\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ohnannyblue.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/EiriniP.jpg\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/partnerships\\\/eirini-patsea\\\/#mainImage\",\"width\":520,\"height\":780},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/partnerships\\\/eirini-patsea\\\/#mainImage\"},\"datePublished\":\"2026-06-12T10:38:53+00:00\",\"dateModified\":\"2026-06-17T09:10:03+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/\",\"name\":\"Oh Nanny Blue - Love. Trust. Growth.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/ohnannyblue.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Eirini Patsea - Oh Nanny Blue - Love. Trust. Growth.","description":"Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\u00e1ly Conservatory. She holds a Bachelor\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\u00e1ly Institute. In 2016, she was awarded a Master\u2019s degree in Music Education from","canonical_url":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"CRSHjKhSvb_kFpzQuL5IZ4GE4wcwXMx-0Dch6hSfqU8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ohnannyblue.com\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/ohnannyblue.com\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/ohnannyblue.com\/en\/our-partners\/#listItem","name":"Our Partners"}},{"@type":"ListItem","@id":"https:\/\/ohnannyblue.com\/en\/our-partners\/#listItem","position":2,"name":"Our Partners","previousItem":{"@type":"ListItem","@id":"https:\/\/ohnannyblue.com\/en\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/ohnannyblue.com\/en\/#organization","name":"Oh Nanny Blue - Love. Trust. Growth.","url":"https:\/\/ohnannyblue.com\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2023\/03\/LOGO_NANNY-BLUE600x600.png","@id":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/#organizationLogo","width":600,"height":600},"image":{"@id":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/#webpage","url":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/","name":"Eirini Patsea - Oh Nanny Blue - Love. Trust. Growth.","description":"Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\u00e1ly Conservatory. She holds a Bachelor\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\u00e1ly Institute. In 2016, she was awarded a Master\u2019s degree in Music Education from","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/ohnannyblue.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2026\/06\/EiriniP.jpg","@id":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/#mainImage","width":520,"height":780},"primaryImageOfPage":{"@id":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/#mainImage"},"datePublished":"2026-06-12T10:38:53+00:00","dateModified":"2026-06-17T09:10:03+00:00"},{"@type":"WebSite","@id":"https:\/\/ohnannyblue.com\/en\/#website","url":"https:\/\/ohnannyblue.com\/en\/","name":"Oh Nanny Blue - Love. Trust. Growth.","inLanguage":"en-US","publisher":{"@id":"https:\/\/ohnannyblue.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Oh Nanny Blue - Love. Trust. Growth. -","og:type":"article","og:title":"Eirini Patsea - Oh Nanny Blue - Love. Trust. Growth.","og:description":"Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\u00e1ly Conservatory. She holds a Bachelor\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\u00e1ly Institute. In 2016, she was awarded a Master\u2019s degree in Music Education from","og:url":"https:\/\/ohnannyblue.com\/en\/partnerships\/eirini-patsea\/","og:image":"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2023\/03\/LOGO_NANNY-BLUE600x600.png","og:image:secure_url":"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2023\/03\/LOGO_NANNY-BLUE600x600.png","article:published_time":"2026-06-12T10:38:53+00:00","article:modified_time":"2026-06-17T09:10:03+00:00","twitter:card":"summary_large_image","twitter:title":"Eirini Patsea - Oh Nanny Blue - Love. Trust. Growth.","twitter:description":"Eirini Patsea studied Classical Singing and Choral Conducting at the Kod\u00e1ly Conservatory. She holds a Bachelor\u2019s degree from the Department of Music Studies of the National and Kapodistrian University of Athens and a postgraduate qualification in Music Pedagogy from the Hungarian Kod\u00e1ly Institute. In 2016, she was awarded a Master\u2019s degree in Music Education from","twitter:image":"https:\/\/ohnannyblue.com\/wp-content\/uploads\/2023\/03\/LOGO_NANNY-BLUE600x600.png"},"aioseo_meta_data":{"post_id":"6924","title":null,"description":null,"keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-15 06:49:13","updated":"2026-09-07 09:16:01","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ohnannyblue.com\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tOur Partners\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/ohnannyblue.com\/en\/"},{"label":"Our Partners","link":"https:\/\/ohnannyblue.com\/en\/our-partners\/"}],"_links":{"self":[{"href":"https:\/\/ohnannyblue.com\/en\/wp-json\/wp\/v2\/pages\/6924","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ohnannyblue.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ohnannyblue.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ohnannyblue.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ohnannyblue.com\/en\/wp-json\/wp\/v2\/comments?post=6924"}],"version-history":[{"count":10,"href":"https:\/\/ohnannyblue.com\/en\/wp-json\/wp\/v2\/pages\/6924\/revisions"}],"predecessor-version":[{"id":7053,"href":"https:\/\/ohnannyblue.com\/en\/wp-json\/wp\/v2\/pages\/6924\/revisions\/7053"}],"wp:attachment":[{"href":"https:\/\/ohnannyblue.com\/en\/wp-json\/wp\/v2\/media?parent=6924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}