CINXE.COM
Παραγωγοί – Ράδιο Πάντειον
<!DOCTYPE html> <html lang="el-GR"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <script type="text/javascript"> WebFontConfig = {"google":{"families":["Roboto+Condensed:r:latin,latin-ext,greek,greek-ext","Roboto+Condensed:r,i,b,bi:latin,latin-ext,greek,greek-ext"]},"api_url":"https:\/\/fonts-api.wp.com\/css"}; (function() { var wf = document.createElement('script'); wf.src = 'https://s0.wp.com/wp-content/plugins/custom-fonts/js/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><style id="jetpack-custom-fonts-css"></style> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=101' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9yYWRpb3BhbnRlaW9uLmNvbQ%3D%3D" + "&wpcomid=201077486" + "&time=1732383930"; document.body.appendChild( iframe ); }, false ); </script> <title>Παραγωγοί – Ράδιο Πάντειον</title> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//wordpress.com' /> <link rel="alternate" type="application/rss+xml" title="Ροή RSS » Ράδιο Πάντειον" href="https://radiopanteion.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Κανάλι σχολίων » Ράδιο Πάντειον" href="https://radiopanteion.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.8-alpha-59438"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s1.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/modules/related-posts/related-posts.css?m=1705523988i&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-site-logo-inline-css'> .wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px} </style> <style id='wp-block-site-title-inline-css'> .wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit} </style> <style id='wp-block-site-tagline-inline-css'> .wp-block-site-tagline{box-sizing:border-box} </style> <style id='wp-block-group-inline-css'> .wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative} </style> <style id='wp-block-navigation-link-inline-css'> .wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/wp-content/plugins/gutenberg-core/v19.6.4/build/block-library/blocks/navigation/style.css?m=1731954715i&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-spacer-inline-css'> .wp-block-spacer{clear:both} </style> <style id='wp-block-button-inline-css'> .wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none} </style> <style id='wp-block-buttons-inline-css'> .wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter{text-align:center} </style> <style id='wp-block-columns-inline-css'> .wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%} </style> <style id='wp-block-post-featured-image-inline-css'> .wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%} </style> <style id='wp-block-post-title-inline-css'> .wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit} </style> <style id='wp-block-image-inline-css'> .wp-block-image a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media (prefers-reduced-motion:no-preference){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull a,.wp-block-image.alignwide a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-28-1' href='https://s2.wp.com/_static/??-eJydjEEKgCAQAD+UrR6KLtFbTJfQdJXWxe9HUB/oOMMw0KtyhRpSgyyqJjkCMURs1brzZWAhyMVLQgZnryKMCbiHipfahXzC0TEP8H/2NZ94fltezbxMxkx61vEGx+U/hQ==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-post-content-inline-css'> .wp-block-post-content{display:flow-root} </style> <style id='wp-block-paragraph-inline-css'> .is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg} </style> <style id='wp-block-library-inline-css'> :root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--base: #ffffff;--wp--preset--color--contrast: #c73838;--wp--preset--color--primary: #000000;--wp--preset--color--secondary: #c73838;--wp--preset--color--tertiary: #e6edf3;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: clamp(0.825rem, 0.825rem + ((1vw - 0.2rem) * 0.389), 1.0625rem);--wp--preset--font-size--medium: clamp(1.2rem, 1.2rem + ((1vw - 0.2rem) * 0.653), 1.6rem);--wp--preset--font-size--large: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.408), 2rem);--wp--preset--font-size--x-large: clamp(2.5rem, 2.5rem + ((1vw - 0.2rem) * 0.816), 3rem);--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--font-family--system-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--spacing--10: 0.25rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: 760px;--wp--style--global--wide-size: 1300px; }:where(body) { margin: 0; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) { padding-right: 0; padding-left: 0; }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull { margin-left: 0; margin-right: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 1.6rem; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 1.6rem; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 1.6rem;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 1.6rem;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 1.6rem;}:root :where(.is-layout-grid){gap: 1.6rem;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);font-family: var(--wp--preset--font-family--syne);font-size: var(--wp--preset--font-size--large);font-style: normal;font-weight: 400;line-height: 1.2;--wp--style--root--padding-top: 0rem;--wp--style--root--padding-right: 1.6rem;--wp--style--root--padding-bottom: 0rem;--wp--style--root--padding-left: 1.6rem;}a:where(:not(.wp-element-button)){color: var(--wp--preset--color--base);text-decoration: underline;}:root :where(a:where(:not(.wp-element-button)):hover){text-decoration: none;}h1, h2, h3, h4, h5, h6{font-style: normal;font-weight: 700;line-height: 1.125;}h1{font-size: var(--wp--preset--font-size--x-large);}h2{font-size: clamp(1.453rem, 1.453rem + ((1vw - 0.2rem) * 1.546), 2.4rem);}h3{font-size: var(--wp--preset--font-size--large);}h4{font-size: var(--wp--preset--font-size--medium);}h5{font-size: clamp(0.929rem, 0.929rem + ((1vw - 0.2rem) * 0.769), 1.4rem);}h6{font-size: var(--wp--preset--font-size--small);}:root :where(.wp-element-button, .wp-block-button__link){background-color: var(--wp--preset--color--primary);border-radius: 0.25rem;border-width: 0;color: var(--wp--preset--color--contrast);font-family: inherit;font-size: clamp(0.929rem, 0.929rem + ((1vw - 0.2rem) * 0.769), 1.4rem);line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;}:root :where(.wp-element-button:hover, .wp-block-button__link:hover){background-color: var(--wp--preset--color--secondary);color: var(--wp--preset--color--base);}:root :where(.wp-element-button:focus, .wp-block-button__link:focus){background-color: var(--wp--preset--color--primary);color: var(--wp--preset--color--base);outline-color: var(--wp--preset--color--primary);outline-offset: 2px;outline-style: dotted;outline-width: 1px;}:root :where(.wp-element-button:active, .wp-block-button__link:active){background-color: var(--wp--preset--color--primary);color: var(--wp--preset--color--base);}:root :where(.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption){color: var(--wp--preset--color--base);}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-base-color{color: var(--wp--preset--color--base) !important;}.has-contrast-color{color: var(--wp--preset--color--contrast) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-background-color{background-color: var(--wp--preset--color--base) !important;}.has-contrast-background-color{background-color: var(--wp--preset--color--contrast) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-border-color{border-color: var(--wp--preset--color--base) !important;}.has-contrast-border-color{border-color: var(--wp--preset--color--contrast) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}.has-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;} :root :where(.wp-block-button .wp-block-button__link){border-radius: 0px;} :root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-post-content){font-size: var(--wp--preset--font-size--medium);line-height: 1.4;} :root :where(.wp-block-post-title){margin-bottom: 0;} :root :where(.wp-block-post-title a:where(:not(.wp-element-button))){color: var(--wp--preset--color--primary);text-decoration: none;} :root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-site-tagline){font-size: var(--wp--preset--font-size--medium);font-style: italic;font-weight: 200;} :root :where(.wp-block-site-title){font-size: var(--wp--preset--font-size--large);font-weight: 700;} :root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;} </style> <style id='block-style-variation-styles-inline-css'> :root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;border-top-width: 0.04em;border-top-style: solid;border-right-width: 0.04em;border-right-style: solid;border-bottom-width: 0.04em;border-bottom-style: solid;border-left-width: 0.04em;border-left-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;} :root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;border-top-width: 0.04em;border-top-style: solid;border-right-width: 0.04em;border-right-style: solid;border-bottom-width: 0.04em;border-bottom-style: solid;border-left-width: 0.04em;border-left-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;} </style> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='wp-block-template-skip-link-inline-css'> .skip-link.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .skip-link.screen-reader-text:focus { background-color: #eee; clip: auto !important; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-42-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' /> <style id='core-block-supports-inline-css'> .wp-elements-44157433798c2a3c3e7bdcaf0ce0909c a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-container-core-group-is-layout-1 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-1 > * + *{margin-block-start:0.1em;margin-block-end:0;}.wp-container-core-navigation-is-layout-1{justify-content:flex-start;}.wp-container-core-group-is-layout-3{justify-content:space-between;align-items:flex-start;}.wp-container-core-buttons-is-layout-1{justify-content:center;}.wp-container-core-buttons-is-layout-2{justify-content:center;}.wp-container-core-columns-is-layout-1{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-2{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-3{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-4{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-5{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-6{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-7{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-8{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-9{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-10{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-11{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-12{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-13{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-14{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-15{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-16{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-17{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-18{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-19{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-20{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-21{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-22{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-23{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-24{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-25{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-26{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-27{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-28{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-29{flex-wrap:nowrap;}.wp-elements-0f216f9cc65563b175ac5534ab93a1ad a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-elements-dabafc4383e225f97c47c26aded91805 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-container-core-group-is-layout-6 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-6 > * + *{margin-block-start:var(--wp--preset--spacing--10);margin-block-end:0;}.wp-elements-a6c09c4b23fc0479b9a783c7315a6c88 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-elements-2a394f6959ce566fea37cead21548c9f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-container-core-group-is-layout-7 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-7 > * + *{margin-block-start:var(--wp--preset--spacing--20);margin-block-end:0;}.wp-elements-41d3207c61400b5de5eb76d366e840da a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-elements-a9fc73bdfe4fd9a144010f429321a4eb a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-elements-ab11d6c8d304f868ab8fb7f604935af7 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-container-core-group-is-layout-8 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-8 > * + *{margin-block-start:var(--wp--preset--spacing--20);margin-block-end:0;}.wp-container-core-columns-is-layout-30{flex-wrap:nowrap;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-44-1' href='https://s1.wp.com/_static/??-eJx9jVEKAjEMRC9kDYq49kM8y26JNdokZduyeHujgq4K/s28ZGZgyi6oVJQK3FxOLZIUCMpsyCW6oLnyRZZGFkAgWsnS5SWeh1lnPSFbQ24DcC8CpV4T/nzNlkcckkaT8TH7tv9CEdUlDX0llQ/jjqmn8R498H7VrXd+47utP98ATiNb2A==&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-46-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' /> <script id="wpcom-actionbar-placeholder-js-extra"> var actionbardata = {"siteID":"201077486","postID":"101","siteURL":"https:\/\/radiopanteion.com","xhrURL":"https:\/\/radiopanteion.com\/wp-admin\/admin-ajax.php","nonce":"f1f7d771d3","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/wp.me\/PdBHrg-1D","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"\u03a3\u03cd\u03bc\u03c0\u03c4\u03c5\u03be\u03b7 \u03bc\u03c0\u03ac\u03c1\u03b1\u03c2","unfoldBar":"\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1"}}; </script> <script id="jetpack-mu-wpcom-settings-js-before"> var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/wp-content/js/rlt-proxy.js?m=1720530689i'></script> <script id="rlt-proxy-js-after"> rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://radiopanteion.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <link rel="canonical" href="https://radiopanteion.com/producers/" /> <link rel='shortlink' href='https://wp.me/PdBHrg-1D' /> <link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&url=https%3A%2F%2Fradiopanteion.com%2Fproducers%2F&for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&url=https%3A%2F%2Fradiopanteion.com%2Fproducers%2F&for=wpcom-auto-discovery" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Παραγωγοί" /> <meta property="og:url" content="https://radiopanteion.com/producers/" /> <meta property="og:description" content="Aleksandr Dilmukhametov Μαρίλη Αδαμοπούλου Άντα Ανδρούτσου Βασίλης Αρβανιτάκης Νάντια Αργύρη Βαγγέλης Βαλαβάνης Ανδρέας Βελωνάς Κάλλια Βλάχου Ελευθερία Γιαννόγκωνα Βάλια Γιαννόγλου Ανδρέας Γκόνης Β…" /> <meta property="article:published_time" content="2022-03-16T22:46:41+00:00" /> <meta property="article:modified_time" content="2024-11-20T21:21:43+00:00" /> <meta property="og:site_name" content="Ράδιο Πάντειον" /> <meta property="og:image" content="https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg" /> <meta property="og:image:width" content="438" /> <meta property="og:image:height" content="438" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="el_GR" /> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom" /> <meta name="twitter:text:title" content="Παραγωγοί" /> <meta name="twitter:image" content="https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg?w=640" /> <meta name="twitter:card" content="summary_large_image" /> <!-- End Jetpack Open Graph Tags --> <link rel="search" type="application/opensearchdescription+xml" href="https://radiopanteion.com/osd.xml" title="Ράδιο Πάντειον" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="application-name" content="Ράδιο Πάντειον" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Η Φωνή του Παντείου Πανεπιστημίου" /><meta name="description" content="Aleksandr Dilmukhametov Μαρίλη Αδαμοπούλου Άντα Ανδρούτσου Βασίλης Αρβανιτάκης Νάντια Αργύρη Βαγγέλης Βαλαβάνης Ανδρέας Βελωνάς Κάλλια Βλάχου Ελευθερία Γιαννόγκωνα Βάλια Γιαννόγλου Ανδρέας Γκόνης Βασίλης Γκουζέλος Έλενα Γκριτζελάκη Παναγιώτης Γρηγοριάδης Ανδρόνικος Δημητρέλιας Παντελής Δημητρόγλου Ιοκάστη Δράκου Γιώργος Ελευθερίου Λάμπης Ζέζας Ναταλία Ζέλιου Ανδρέας-Παναγιώτης Ζωχιός Θοδωρής Ηρακλέους Άγγελος Θεοδωρακάκης Τέτυ Θεοδώρου Βασίλης Θηκοΐδης Ανδριάνα Καράβολα Χριστίνα Καραγιώργη Ζώης…" /> <style class='wp-fonts-local'> @font-face{font-family:Syne;font-style:normal;font-weight:400;font-display:fallback;src:url('https://fonts.wp.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_04uT6hR47NCV5Z.woff2') format('woff2');} @font-face{font-family:Syne;font-style:normal;font-weight:500;font-display:fallback;src:url('https://fonts.wp.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_0KuT6hR47NCV5Z.woff2') format('woff2');} @font-face{font-family:Syne;font-style:normal;font-weight:600;font-display:fallback;src:url('https://fonts.wp.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_3mvj6hR47NCV5Z.woff2') format('woff2');} @font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:fallback;src:url('https://fonts.wp.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_3fvj6hR47NCV5Z.woff2') format('woff2');} @font-face{font-family:Syne;font-style:normal;font-weight:800;font-display:fallback;src:url('https://fonts.wp.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_24vj6hR47NCV5Z.woff2') format('woff2');} </style> <link rel="icon" href="https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=32" sizes="32x32" /> <link rel="icon" href="https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=180" /> <meta name="msapplication-TileImage" content="https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=270" /> </head> <body class="page-template-default page page-id-101 wp-custom-logo wp-embed-responsive customizer-styles-applied jetpack-reblog-enabled"> <div class="wp-site-blocks"><header class="wp-block-template-part"> <div class="wp-block-group alignfull has-base-color has-text-color has-link-color wp-elements-44157433798c2a3c3e7bdcaf0ce0909c is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex" style="padding-top:1.6rem;padding-right:1.6rem;padding-bottom:1.6rem;padding-left:1.6rem"> <div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex"> <div class="wp-block-group is-layout-flow wp-container-core-group-is-layout-1 wp-block-group-is-layout-flow"><div class="is-default-size wp-block-site-logo"><a href="https://radiopanteion.com/" class="custom-logo-link" rel="home"><img width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" class="custom-logo" alt="Ράδιο Πάντειον" decoding="async" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024&h=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150&h=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300&h=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768&h=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" /></a></div> <h1 class="wp-block-site-title"><a href="https://radiopanteion.com" target="_self" rel="home">Ράδιο Πάντειον</a></h1> <p class="wp-block-site-tagline">Η Φωνή του Παντείου Πανεπιστημίου</p></div> </div> <nav class="items-justified-left wp-block-navigation is-horizontal is-content-justification-left is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex" aria-label="Υποσέλιδο navigation"><ul class="wp-block-navigation__container items-justified-left wp-block-navigation"><li class=" wp-block-navigation-item current-menu-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://radiopanteion.com/producers/" aria-current="page"><span class="wp-block-navigation-item__label"><strong>Παραγωγοί</strong></span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://radiopanteion.com/programme/"><span class="wp-block-navigation-item__label"><strong>Πρόγραμμα</strong></span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://chat.radiojar.com/radio-panteion/connect" target="_blank" ><span class="wp-block-navigation-item__label"><strong>Ράδιο Πάντειον Chat</strong></span></a></li></ul></nav></div> <div style="height:58px" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex"> <div class="wp-block-button has-custom-width wp-block-button__width-50 is-style-outline is-style-outline--1"><a class="wp-block-button__link has-base-color has-text-color has-link-color wp-element-button" href="http://onair.radiopanteion.com/" style="border-radius:25px" target="_blank" rel="noreferrer noopener"><strong>Ράδιο Πάντειον Live</strong></a></div> </div> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex"> <div class="wp-block-button has-custom-width wp-block-button__width-50 is-style-outline is-style-outline--2"><a class="wp-block-button__link wp-element-button" href="https://radiopanteion.com/radiopanteionsports_live/" style="border-radius:25px" target="_blank" rel="noreferrer noopener"><strong>Ράδιο Πάντειον Sports Live</strong></a></div> </div> </div> </div> </div> </div> </header> <div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow"> <div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained"> <h2 class="wp-block-post-title">Παραγωγοί</h2></div> <div class="entry-content alignfull wp-block-post-content has-global-padding is-layout-constrained wp-block-post-content-is-layout-constrained"> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10170" data-permalink="https://radiopanteion.com/%ce%b1%ce%bb%ce%b5%ce%be%ce%ac%ce%bd%cf%84%cf%81-%ce%bd%cf%84%ce%b9%ce%bb%ce%bc%ce%bf%cf%85%cf%87%ce%b1%ce%bc%ce%ad%ce%bd%cf%84%ce%bf%ce%b2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg" data-orig-size="3610,3610" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729613633","copyright":"","focal_length":"33","iso":"500","shutter_speed":"0.02","title":"","orientation":"0"}" data-image-title="Αλεξάντρ Ντιλμουχαμέντοβ" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg?w=1024" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg?w=1024" alt="" class="wp-image-10170" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebbceb5cebeceaccebdcf84cf81-ce9dcf84ceb9cebbcebccebfcf85cf87ceb1cebcceadcebdcf84cebfceb2.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Aleksandr Dilmukhametov</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10174" data-permalink="https://radiopanteion.com/%ce%bc%ce%b1%cf%81%ce%b9%ce%bb%ce%ae-%ce%b1%ce%b4%ce%b1%ce%bc%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729606169","copyright":"","focal_length":"34","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Μαριλή Αδαμοπούλου 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg?w=1024" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg?w=1024" alt="" class="wp-image-10174" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cebbceae-ce91ceb4ceb1cebccebfcf80cebfcf8dcebbcebfcf85-2.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bc%ce%b1%cf%81%ce%af%ce%bb%ce%b7-%ce%b1%ce%b4%ce%b1%ce%bc%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85/">Μαρίλη Αδαμοπούλου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10165" data-permalink="https://radiopanteion.com/%ce%b1%ce%b4%ce%b1%ce%bc%ce%b1%ce%bd%cf%84%ce%af%ce%b1-%ce%b1%ce%bd%ce%b4%cf%81%ce%bf%cf%8d%cf%84%cf%83%ce%bf%cf%85-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729612371","copyright":"","focal_length":"35","iso":"160","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Αδαμαντία Ανδρούτσου 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg?w=1024" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg?w=1024" alt="" class="wp-image-10165" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb4ceb1cebcceb1cebdcf84ceafceb1-ce91cebdceb4cf81cebfcf8dcf84cf83cebfcf85-2.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b1%ce%b4%ce%b1%ce%bc%ce%b1%ce%bd%cf%84%ce%af%ce%b1-%ce%b1%ce%bd%ce%b4%cf%81%ce%bf%cf%8d%cf%84%cf%83%ce%bf%cf%85/">Άντα Ανδρούτσου</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b2%ce%b1%cf%83%ce%af%ce%bb%ce%b7%cf%82-%ce%ba%cf%89%ce%bd%cf%83%cf%84%ce%b1%ce%bd%cf%84%ce%af%ce%bd%ce%bf%cf%82-%ce%b1%cf%81%ce%b2%ce%b1%ce%bd%ce%b9%cf%84%ce%ac%ce%ba%ce%b7%cf%82/">Βασίλης Αρβανιτάκης</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10140" data-permalink="https://radiopanteion.com/producers/%ce%bd%ce%ac%ce%bd%cf%84%ce%b9%ce%b1-%ce%b1%cf%81%ce%b3%cf%85%cf%81%ce%ae-2-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg" data-orig-size="3610,3610" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728915625","copyright":"","focal_length":"29","iso":"100","shutter_speed":"0.01","title":"","orientation":"0"}" data-image-title="Νάντια Αργυρή 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg?w=1024" alt="" class="wp-image-10140" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceaccebdcf84ceb9ceb1-ce91cf81ceb3cf85cf81ceae-2-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bd%ce%ac%ce%bd%cf%84%ce%b9%ce%b1-%ce%b1%cf%81%ce%b3%cf%8d%cf%81%ce%b7/">Νάντια Αργύρη</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="4267" data-permalink="https://radiopanteion.com/%ce%b2%ce%b1%ce%b3%ce%b3%ce%ad%ce%bb%ce%b7%cf%82-%ce%b2%ce%b1%ce%bb%ce%b1%ce%b2%ce%ac%ce%bd%ce%b7%cf%82/e46b541d-a66b-42be-8947-12e27315bdee/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg" data-orig-size="2720,2720" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1667322591","copyright":"","focal_length":"128","iso":"400","shutter_speed":"0.00625","title":"","orientation":"1"}" data-image-title="e46b541d-a66b-42be-8947-12e27315bdee" data-image-description="" data-image-caption="<p>22:00-23:00 «ΤΑ ΣΗΜΑΔΙΑ ΤΟΥ ΧΡΟΝΟΥ» ΜΕ ΤΟΝ ΒΑΓΓΕΛΗ ΒΑΛΑΒΑΝΗ</p> " data-medium-file="https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg?w=1024" alt="" class="wp-image-4267" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2023/07/e46b541d-a66b-42be-8947-12e27315bdee-e1697709588358.jpeg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b2%ce%b1%ce%b3%ce%b3%ce%ad%ce%bb%ce%b7%cf%82-%ce%b2%ce%b1%ce%bb%ce%b1%ce%b2%ce%ac%ce%bd%ce%b7%cf%82/">Βαγγέλης Βαλαβάνης</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9243" data-permalink="https://radiopanteion.com/8277cb7d-19c4-41bb-87be-da26b595bf40-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1666637097","copyright":"","focal_length":"128","iso":"1600","shutter_speed":"0.016666666666667","title":"","orientation":"1"}" data-image-title="8277cb7d-19c4-41bb-87be-da26b595bf40" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg?w=1024" loading="lazy" width="2720" height="2721" src="https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg" alt="" class="wp-image-9243" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg 2720w, https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg?w=150&h=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg?w=300&h=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg?w=768&h=768 768w, https://radiopanteion.com/wp-content/uploads/2024/10/8277cb7d-19c4-41bb-87be-da26b595bf40-edited.jpeg?w=1024&h=1024 1024w" sizes="(max-width: 2720px) 100vw, 2720px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/ανδρέας-βελωνάς/">Ανδρέας Βελωνάς</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large is-style-default"><img data-attachment-id="10114" data-permalink="https://radiopanteion.com/producers/2%cf%821/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"4","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728911147","copyright":"","focal_length":"27","iso":"160","shutter_speed":"0.02","title":"","orientation":"0"}" data-image-title="2ς1" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg?w=1024" alt="" class="wp-image-10114" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/2cf821.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%ba%ce%b1%ce%bb%ce%bb%ce%b9%ce%b1-%ce%b2%ce%bb%ce%b1%cf%87%ce%bf%cf%85/">Κάλλια Βλάχου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10146" data-permalink="https://radiopanteion.com/producers/%ce%b5%ce%bb%ce%b5%cf%85%ce%b8%ce%b5%cf%81%ce%af%ce%b1-%ce%b3%ce%b9%ce%b1%ce%bd%ce%bd%cf%8c%ce%b3%ce%ba%cf%89%ce%bd%ce%b1-5/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728910775","copyright":"","focal_length":"28","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Ελευθερία Γιαννόγκωνα" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg?w=1024" alt="" class="wp-image-10146" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cebbceb5cf85ceb8ceb5cf81ceafceb1-ce93ceb9ceb1cebdcebdcf8cceb3cebacf89cebdceb1-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Ελευθερία Γιαννόγκωνα</strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b2%ce%b1%cf%83%ce%b9%ce%bb%ce%b9%ce%ba%ce%ae-%ce%b3%ce%b9%ce%b1%ce%bd%ce%bd%cf%8c%ce%b3%ce%bb%ce%bf%cf%85/">Βάλια Γιαννόγλου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10145" data-permalink="https://radiopanteion.com/producers/%ce%b1%ce%bd%ce%b4%cf%81%ce%ad%ce%b1%cf%82-%ce%b3%ce%ba%cf%8c%ce%bd%ce%b7%cf%82-4-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"8","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728912803","copyright":"","focal_length":"28","iso":"100","shutter_speed":"0.005","title":"","orientation":"0"}" data-image-title="Ανδρέας Γκόνης 4" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg?w=1024" alt="" class="wp-image-10145" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-ce93cebacf8ccebdceb7cf82-4-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b1%ce%bd%ce%b4%cf%81%ce%ad%ce%b1%cf%82-%ce%b3%ce%ba%cf%8c%ce%bd%ce%b7%cf%82/">Ανδρέας Γκόνης</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Βασίλης Γκουζέλος</strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9252" data-permalink="https://radiopanteion.com/402f4b10-9e81-41ce-8b91-c6be054e2e74-3/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1666626043","copyright":"","focal_length":"91","iso":"400","shutter_speed":"0.004","title":"","orientation":"1"}" data-image-title="402f4b10-9e81-41ce-8b91-c6be054e2e74" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg?w=1024" loading="lazy" width="2720" height="2721" src="https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg" alt="" class="wp-image-9252" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg 2720w, https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg?w=150&h=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg?w=300&h=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg?w=768&h=768 768w, https://radiopanteion.com/wp-content/uploads/2024/10/402f4b10-9e81-41ce-8b91-c6be054e2e74-edited-1.jpeg?w=1024&h=1024 1024w" sizes="(max-width: 2720px) 100vw, 2720px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%ad%ce%bb%ce%b5%ce%bd%ce%b1-%ce%b3%ce%ba%cf%81%ce%b9%cf%84%ce%b6%ce%b5%ce%bb%ce%ac%ce%ba%ce%b7/">Έλενα Γκριτζελάκη</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Παναγιώτης Γρηγοριάδης</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10119" data-permalink="https://radiopanteion.com/producers/%ce%b1%ce%bd%ce%b4%cf%81%cf%8c%ce%bd%ce%b9%ce%ba%ce%bf%cf%82-%ce%b4%ce%b7%ce%bc%ce%b7%cf%84%cf%81%ce%ad%ce%bb%ce%b9%ce%b1%cf%82-7-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"8","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728911546","copyright":"","focal_length":"23","iso":"100","shutter_speed":"0.00625","title":"","orientation":"0"}" data-image-title="Ανδρόνικος Δημητρέλιας 7" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg?w=1024" alt="" class="wp-image-10119" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81cf8ccebdceb9cebacebfcf82-ce94ceb7cebcceb7cf84cf81ceadcebbceb9ceb1cf82-7-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Ανδρόνικος Δημητρέλιας</strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10175" data-permalink="https://radiopanteion.com/%cf%80%ce%b1%ce%bd%cf%84%ce%b5%ce%bb%ce%ae%cf%82-%ce%b4%ce%b7%ce%bc%ce%b7%cf%84%cf%81%cf%8c%ce%b3%ce%bb%ce%bf%cf%85-3/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729618371","copyright":"","focal_length":"33","iso":"320","shutter_speed":"0.02","title":"","orientation":"0"}" data-image-title="Παντελής Δημητρόγλου 3" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg?w=1024" alt="" class="wp-image-10175" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/cea0ceb1cebdcf84ceb5cebbceaecf82-ce94ceb7cebcceb7cf84cf81cf8cceb3cebbcebfcf85-3.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%cf%80%ce%b1%ce%bd%cf%84%ce%b5%ce%bb%ce%ae%cf%82-%ce%b4%ce%b7%ce%bc%ce%b7%cf%84%cf%81%cf%8c%ce%b3%ce%bb%ce%bf%cf%85/">Παντελής Δημητρόγλου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Ιοκάστη Δράκου</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b3%ce%b9%cf%8e%cf%81%ce%b3%ce%bf%cf%82-%ce%b5%ce%bb%ce%b5%cf%85%ce%b8%ce%b5%cf%81%ce%af%ce%bf%cf%85/">Γιώργος Ελευθερίου</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bb%ce%ac%ce%bc%cf%80%ce%b7%cf%82-%ce%b6%ce%ad%ce%b6%ce%b1%cf%82/">Λάμπης Ζέζας</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10141" data-permalink="https://radiopanteion.com/producers/%ce%bd%ce%b1%cf%84%ce%b1%ce%bb%ce%af%ce%b1-%ce%b6%ce%ad%ce%bb%ce%b9%ce%bf%cf%85-3-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728915115","copyright":"","focal_length":"30","iso":"100","shutter_speed":"0.01","title":"","orientation":"0"}" data-image-title="Ναταλία Ζέλιου 3" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg?w=1024" alt="" class="wp-image-10141" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9dceb1cf84ceb1cebbceafceb1-ce96ceadcebbceb9cebfcf85-3-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bd%ce%b1%cf%84%ce%b1%ce%bb%ce%af%ce%b1-%ce%b6%ce%ad%ce%bb%ce%b9%ce%bf%cf%85/">Ναταλία Ζέλιου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10167" data-permalink="https://radiopanteion.com/%ce%b1%ce%bd%ce%b4%cf%81%ce%ad%ce%b1%cf%82-%cf%80%ce%b1%ce%bd%ce%b1%ce%b3%ce%b9%cf%8e%cf%84%ce%b7%cf%82-%ce%b6%cf%89%cf%87%ce%b9%cf%8c%cf%82/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg" data-orig-size="3610,3610" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729612491","copyright":"","focal_length":"33","iso":"160","shutter_speed":"0.02","title":"","orientation":"0"}" data-image-title="Ανδρέας-Παναγιώτης Ζωχιός" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg?w=1024" alt="" class="wp-image-10167" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceadceb1cf82-cea0ceb1cebdceb1ceb3ceb9cf8ecf84ceb7cf82-ce96cf89cf87ceb9cf8ccf82.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b1%ce%bd%ce%b4%cf%81%ce%b5%ce%b1%cf%83-%cf%80%ce%b1%ce%bd%ce%b1%ce%b3%ce%b9%cf%89%cf%84%ce%b7%cf%83-%ce%b6%ce%b9%cf%89%cf%87%ce%bf%cf%83/">Ανδρέας-Παναγιώτης Ζωχιός</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b8%ce%bf%ce%b4%cf%89%cf%81%ce%ae%cf%82-%ce%b7%cf%81%ce%b1%ce%ba%ce%bb%ce%ad%ce%bf%cf%85%cf%82/">Θοδωρής Ηρακλέους</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10115" data-permalink="https://radiopanteion.com/producers/%ce%ac%ce%b3%ce%b3%ce%b5%ce%bb%ce%bf%cf%82-%ce%b8%ce%b5%ce%bf%ce%b4%cf%89%cf%81%ce%b1%ce%ba%ce%ac%ce%ba%ce%b7%cf%82-3-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728909902","copyright":"","focal_length":"27","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Άγγελος Θεοδωρακάκης 3" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg?w=1024" alt="" class="wp-image-10115" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce86ceb3ceb3ceb5cebbcebfcf82-ce98ceb5cebfceb4cf89cf81ceb1cebaceaccebaceb7cf82-3-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%ac%ce%b3%ce%b3%ce%b5%ce%bb%ce%bf%cf%82-%ce%b8%ce%b5%ce%bf%ce%b4%cf%89%cf%81%ce%b1%ce%ba%ce%ac%ce%ba%ce%b7%cf%82/">Άγγελος Θεοδωρακάκης</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%cf%84%ce%ad%cf%84%ce%b7-%ce%b8%ce%b5%ce%bf%ce%b4%cf%8e%cf%81%ce%bf%cf%85/">Τέτυ Θεοδώρου</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Βασίλης Θηκοΐδης</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10118" data-permalink="https://radiopanteion.com/producers/%ce%b1%ce%bd%ce%b4%cf%81%ce%b9%ce%ac%ce%bd%ce%bd%ce%b1-%ce%ba%ce%b1%cf%81%ce%ac%ce%b2%ce%bf%ce%bb%ce%b1-3/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728909689","copyright":"","focal_length":"36","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Ανδριάννα Καράβολα" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg?w=1024" alt="" class="wp-image-10118" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebdceb4cf81ceb9ceaccebdcebdceb1-ce9aceb1cf81ceacceb2cebfcebbceb1-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b1%ce%bd%ce%b4%cf%81%ce%b9%ce%ac%ce%bd%ce%b1-%ce%ba%ce%b1%cf%81%ce%ac%ce%b2%ce%bf%ce%bb%ce%b1/">Ανδριάνα Καράβολα</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%cf%87%cf%81%ce%b9%cf%83%cf%84%ce%af%ce%bd%ce%b1-%ce%ba%ce%b1%cf%81%ce%b1%ce%b3%ce%b9%cf%8e%cf%81%ce%b3%ce%b7/">Χριστίνα Καραγιώργη</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Ζώης Κολούτσος</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10138" data-permalink="https://radiopanteion.com/producers/%ce%bc%ce%b9%cf%87%ce%b1%ce%ad%ce%bb%ce%b1-%ce%ba%ce%bf%cf%81%ce%b1%cf%84%ce%b6%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-4-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg" data-orig-size="3429,3429" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728917813","copyright":"","focal_length":"23","iso":"100","shutter_speed":"0.016666666666667","title":"","orientation":"0"}" data-image-title="Μιχαέλα Κορατζοπούλου 4" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg?w=1024" alt="" class="wp-image-10138" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb9cf87ceb1ceadcebbceb1-ce9acebfcf81ceb1cf84ceb6cebfcf80cebfcf8dcebbcebfcf85-4-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bc%ce%b9%cf%87%ce%b1%ce%ad%ce%bb%ce%b1-%ce%ba%ce%bf%cf%81%ce%b1%cf%84%ce%b6%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85/">Μιχαέλα Κορατζοπούλου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%ba%cf%89%ce%bd%cf%83%cf%84%ce%b1%ce%bd%cf%84%ce%af%ce%bd%ce%bf%cf%82-%ce%ba%ce%bf%cf%8d%ce%ba%ce%b7%cf%82/">Κωνσταντίνος Κούκης</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10179" data-permalink="https://radiopanteion.com/%cf%87%cf%81%ce%ae%cf%83%cf%84%ce%bf%cf%82-%ce%ba%ce%bf%cf%8d%ce%bb%ce%b1%cf%82-3/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729608361","copyright":"","focal_length":"36","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Χρήστος Κούλας 3" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg?w=1024" alt="" class="wp-image-10179" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceaecf83cf84cebfcf82-ce9acebfcf8dcebbceb1cf82-3.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Χρήστος Κούλας</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Αργυρή Αφροδίτη Κουτσιούμπα</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10133" data-permalink="https://radiopanteion.com/producers/%ce%b7%ce%bb%ce%b9%ce%ac%ce%bd%ce%bd%ce%b1-%ce%ba%cf%85%cf%81%ce%b9%ce%b1%ce%b6%ce%ae-2-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728913786","copyright":"","focal_length":"33","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Ηλιάννα Κυριαζή 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg?w=1024" alt="" class="wp-image-10133" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce97cebbceb9ceaccebdcebdceb1-ce9acf85cf81ceb9ceb1ceb6ceae-2-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b7%ce%bb%ce%b9%ce%ac%ce%bd%ce%bd%ce%b1-%ce%ba%cf%85%cf%81%ce%b9%ce%b1%ce%b6%ce%ae/">Ηλιάννα Κυριαζή</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-14 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10178" data-permalink="https://radiopanteion.com/%cf%84%ce%af%ce%bd%ce%b1-%ce%bb%ce%ac%ce%b6%ce%b1%cf%81%ce%b7-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"6.3","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729606024","copyright":"","focal_length":"36","iso":"100","shutter_speed":"0.008","title":"","orientation":"0"}" data-image-title="Τίνα Λάζαρη 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg?w=1024" alt="" class="wp-image-10178" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/cea4ceafcebdceb1-ce9bceacceb6ceb1cf81ceb7-2.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%cf%84%ce%af%ce%bd%ce%b1-%ce%bb%ce%ac%ce%b6%ce%b1%cf%81%ce%b7/">Τίνα Λάζαρη</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9270" data-permalink="https://radiopanteion.com/7e9c65c7-48f1-4a80-8601-6b7926331b33-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1667319041","copyright":"","focal_length":"112","iso":"400","shutter_speed":"0.005","title":"","orientation":"1"}" data-image-title="7e9c65c7-48f1-4a80-8601-6b7926331b33" data-image-description="" data-image-caption="<p>19:00-20:00 «ΠΡΟΒΟΛΕΣ ΜΕ ΜΑΤΙΑ ΚΛΕΙΣΤΑ: SEASON FINALE» ΜΕ ΤΗ ΘΑΛΕΙΑ ΛΑΜΠΙΡΗ</p> " data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg?w=1024" loading="lazy" width="2720" height="2721" src="https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg" alt="" class="wp-image-9270" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg 2720w, https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg?w=150&h=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg?w=300&h=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg?w=768&h=768 768w, https://radiopanteion.com/wp-content/uploads/2024/10/7e9c65c7-48f1-4a80-8601-6b7926331b33-edited.jpeg?w=1024&h=1024 1024w" sizes="(max-width: 2720px) 100vw, 2720px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b8%ce%ac%ce%bb%ce%b5%ce%b9%ce%b1-%ce%bb%ce%b1%ce%bc%cf%80%ce%af%cf%81%ce%b7/">Θάλεια Λαμπίρη</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%cf%86%ce%bb%cf%89%cf%81%ce%b5%ce%bd%cf%84%ce%af%ce%b1-%ce%bb%ce%ad%cf%86%ce%b1/">Φλωρεντία Λέφα</a></strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-15 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10176" data-permalink="https://radiopanteion.com/%cf%83%ce%bf%cf%86%ce%af%ce%b1-%ce%bb%ce%b9%ce%b8%ce%bf%ce%be%ce%bf%ce%90%ce%b4%ce%bf%cf%85/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729619197","copyright":"","focal_length":"33","iso":"250","shutter_speed":"0.016666666666667","title":"","orientation":"0"}" data-image-title="Σοφία Λιθοξοΐδου" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg?w=1024" alt="" class="wp-image-10176" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86ceafceb1-ce9bceb9ceb8cebfcebecebfce90ceb4cebfcf85.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Σοφία Λιθοξοΐδου</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Αλεξάνδρα Λυμπέρη</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9272" data-permalink="https://radiopanteion.com/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1667326743","copyright":"","focal_length":"137","iso":"800","shutter_speed":"0.016666666666667","title":"","orientation":"1"}" data-image-title="ce87f0e6-8880-4e39-bad1-d709ea0e36d6" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg?w=1024" loading="lazy" width="2720" height="2721" src="https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg" alt="" class="wp-image-9272" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg 2720w, https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg?w=150&h=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg?w=300&h=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg?w=768&h=768 768w, https://radiopanteion.com/wp-content/uploads/2024/10/ce87f0e6-8880-4e39-bad1-d709ea0e36d6-edited.jpeg?w=1024&h=1024 1024w" sizes="(max-width: 2720px) 100vw, 2720px" /><figcaption class="wp-element-caption"><strong>Ζωηνίκη Μαργαρώνη</strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-16 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10144" data-permalink="https://radiopanteion.com/producers/%cf%87%cf%81%ce%b9%cf%83%cf%84%ce%af%ce%bd%ce%b1-%ce%bc%ce%b7%cf%84%cf%81%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-4/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728915195","copyright":"","focal_length":"36","iso":"100","shutter_speed":"0.01","title":"","orientation":"0"}" data-image-title="Χριστίνα Μητροπούλου" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=1024" alt="" class="wp-image-10144" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/cea7cf81ceb9cf83cf84ceafcebdceb1-ce9cceb7cf84cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Χριστίνα Μητροπούλου</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10172" data-permalink="https://radiopanteion.com/%ce%b8%cf%89%ce%bc%ce%ac%cf%82-%ce%bc%ce%bf%cf%85%cf%84%cf%86%ce%b1%cf%84%cf%83%ce%ae%cf%82-4/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"7.1","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729602643","copyright":"","focal_length":"24","iso":"100","shutter_speed":"0.008","title":"","orientation":"0"}" data-image-title="Θωμάς Μουτφατσής 4" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg?w=1024" alt="" class="wp-image-10172" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce98cf89cebcceaccf82-ce9ccebfcf85cf84cf86ceb1cf84cf83ceaecf82-4.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b8%cf%89%ce%bc%ce%ac%cf%82-%ce%bc%ce%bf%cf%85%cf%84%ce%b1%cf%86%cf%84%cf%83%ce%ae%cf%82/">Θωμάς Μουταφτσής</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10124" data-permalink="https://radiopanteion.com/producers/%ce%b4%ce%b7%ce%bc%ce%ae%cf%84%cf%81%ce%b7%cf%82-%ce%bc%cf%85%cf%81%ce%bf%ce%b3%ce%b9%ce%ac%ce%bd%ce%bd%ce%b7%cf%82-5/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728918158","copyright":"","focal_length":"35","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Δημήτρης Μυρογιάννης" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg?w=1024" alt="" class="wp-image-10124" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce94ceb7cebcceaecf84cf81ceb7cf82-ce9ccf85cf81cebfceb3ceb9ceaccebdcebdceb7cf82-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b4%ce%b7%ce%bc%ce%b7%cf%84%cf%81%ce%b7%cf%83-%ce%bc%cf%85%cf%81%ce%bf%ce%b3%ce%b9%ce%b1%ce%bd%ce%bd%ce%b7%cf%83/">Δημήτρης Μυρογιάννης</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-17 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10134" data-permalink="https://radiopanteion.com/producers/%ce%bc%ce%b1%cf%81%ce%af%ce%b1-%ce%bc%cf%80%ce%b1%ce%bc%cf%80%ce%bf%cf%8d%cf%81%ce%b7-2-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"7.1","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728910242","copyright":"","focal_length":"23","iso":"100","shutter_speed":"0.008","title":"","orientation":"0"}" data-image-title="Μαρία Μπαμπούρη 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg?w=1024" alt="" class="wp-image-10134" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-ce9ccf80ceb1cebccf80cebfcf8dcf81ceb7-2-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bc%ce%b1%cf%81%ce%af%ce%b1-%ce%bc%cf%80%ce%b1%ce%bc%cf%80%ce%bf%cf%8d%cf%81%ce%b7/">Μαρία Μπαμπούρη</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9276" data-permalink="https://radiopanteion.com/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1667320810","copyright":"","focal_length":"70","iso":"400","shutter_speed":"0.00625","title":"","orientation":"1"}" data-image-title="6DA14EEA-C9A9-464E-A10B-B2B719C1C7ED" data-image-description="" data-image-caption="<p>14:00–16:00 ΑΝΤΡΕΑΣ ΜΠΕΚΙΡΙ «MAKE IT POP»</p> " data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg?w=1024" loading="lazy" width="2720" height="2721" src="https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg" alt="" class="wp-image-9276" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg 2720w, https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg?w=150&h=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg?w=300&h=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg?w=768&h=768 768w, https://radiopanteion.com/wp-content/uploads/2024/10/6da14eea-c9a9-464e-a10b-b2b719c1c7ed-edited.jpeg?w=1024&h=1024 1024w" sizes="(max-width: 2720px) 100vw, 2720px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b1%ce%bd%cf%84%cf%81%ce%ad%ce%b1%cf%82-%ce%bc%cf%80%ce%b5%ce%ba%ce%af%cf%81%ce%b9/">Αντρέας Μπεκίρι</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bc%cf%85%cf%81%cf%84%cf%8e-%ce%bd%ce%b1%cf%83%cf%84%ce%bf%cf%8d%ce%bb%ce%b7-2/">Μυρτώ Ναστούλη</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-18 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%bd%ce%b9%ce%ba%cf%8c%ce%bb-%ce%bd%ce%ac%cf%84%cf%83%ce%b9%ce%bf%cf%85/">Νικόλ Νάτσιου</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9281" data-permalink="https://radiopanteion.com/231bae59-b52d-4622-b20b-978871c4df4d-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1667323447","copyright":"","focal_length":"119","iso":"400","shutter_speed":"0.00625","title":"","orientation":"1"}" data-image-title="231BAE59-B52D-4622-B20B-978871C4DF4D" data-image-description="" data-image-caption="<p>17:00–18:00 ΣΟΦΙΑ ΝΙΚΟΛΟΠΟΥΛΟΥ «WHAT IF?»</p> " data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg?w=1024" loading="lazy" width="2720" height="2721" src="https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg" alt="" class="wp-image-9281" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg 2720w, https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg?w=150&h=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg?w=300&h=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg?w=768&h=768 768w, https://radiopanteion.com/wp-content/uploads/2024/10/231bae59-b52d-4622-b20b-978871c4df4d-edited.jpeg?w=1024&h=1024 1024w" sizes="(max-width: 2720px) 100vw, 2720px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%cf%83%ce%bf%cf%86%ce%af%ce%b1-%ce%bd%ce%b9%ce%ba%ce%bf%ce%bb%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85/">Σοφία Νικολοπούλου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Χρήστος Ντόβας</strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-19 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bc%ce%b1%cf%81%ce%af%ce%b1-%ce%be%cf%85%ce%b4%cf%8e%ce%bd%ce%b1/">Μαρία Ξυδώνα</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10136" data-permalink="https://radiopanteion.com/producers/%ce%bc%ce%b1%cf%81%ce%b9%cf%84%ce%af%ce%bd%ce%b1-%ce%bf%ce%b9%ce%ba%ce%bf%ce%bd%ce%bf%ce%bc%ce%af%ce%b4%ce%bf%cf%85-3-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728911278","copyright":"","focal_length":"29","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Μαριτίνα Οικονομίδου 3" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg?w=1024" alt="" class="wp-image-10136" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9cf84ceafcebdceb1-ce9fceb9cebacebfcebdcebfcebcceafceb4cebfcf85-3-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%bc%ce%b1%cf%81%ce%b9%cf%84%ce%af%ce%bd%ce%b1-%ce%bf%ce%b9%ce%ba%ce%bf%ce%bd%ce%bf%ce%bc%ce%af%ce%b4%ce%bf%cf%85/">Μαριτίνα Οικονομίδου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10131" data-permalink="https://radiopanteion.com/producers/%ce%b6%cf%89%ce%ae-%ce%bf%ce%b9%ce%ba%ce%bf%ce%bd%cf%8c%ce%bc%ce%bf%cf%85-7-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg" data-orig-size="3429,3429" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728913505","copyright":"","focal_length":"34","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Ζωή Οικονόμου 7" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg?w=1024" alt="" class="wp-image-10131" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-ce9fceb9cebacebfcebdcf8ccebccebfcf85-7-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b6%cf%89%ce%ae-%ce%bf%ce%b9%ce%ba%ce%bf%ce%bd%cf%8c%ce%bc%ce%bf%cf%85/">Ζωή Οικονόμου</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-20 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Χαρά Παγώνα</strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10171" data-permalink="https://radiopanteion.com/%ce%b5%cf%85%ce%b1%ce%b3%ce%b3%ce%b5%ce%bb%ce%af%ce%b1-%cf%80%ce%b1%ce%bc%cf%80%ce%bf%cf%8d%ce%bd%ce%b7-7/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg" data-orig-size="3610,3610" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729606280","copyright":"","focal_length":"29","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Ευαγγελία Παμπούνη 7" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg?w=1024" alt="" class="wp-image-10171" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb1ceb3ceb3ceb5cebbceafceb1-cea0ceb1cebccf80cebfcf8dcebdceb7-7.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><strong><a href="https://radiopanteion.com/%ce%b5%cf%85%ce%b1%ce%b3%ce%b3%ce%b5%ce%bb%ce%af%ce%b1-%cf%80%ce%b1%ce%bc%cf%80%ce%bf%cf%8d%ce%bd%ce%b7/">Ευαγγελία Παμπούνη</a></strong></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10169" data-permalink="https://radiopanteion.com/%ce%b1%cf%80%ce%bf%cf%83%cf%84%cf%8c%ce%bb%ce%b7%cf%82-%cf%80%ce%b1%ce%bd%ce%b1%ce%b3%cf%8c%cf%80%ce%bf%cf%85%ce%bb%ce%bf%cf%82/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729603103","copyright":"","focal_length":"24","iso":"100","shutter_speed":"0.016666666666667","title":"","orientation":"0"}" data-image-title="Αποστόλης Παναγόπουλος" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg?w=1024" alt="" class="wp-image-10169" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cf80cebfcf83cf84cf8ccebbceb7cf82-cea0ceb1cebdceb1ceb3cf8ccf80cebfcf85cebbcebfcf82.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><strong><strong>Αποστόλης Παναγόπουλος</strong></strong></strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-21 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10166" data-permalink="https://radiopanteion.com/%ce%b1%ce%b8%ce%b7%ce%bd%ce%ac-%cf%80%ce%ac%ce%bd%cf%84%ce%bf%cf%85-3/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg" data-orig-size="3610,3610" data-comments-opened="1" data-image-meta="{"aperture":"4.5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729605215","copyright":"","focal_length":"33","iso":"160","shutter_speed":"0.02","title":"","orientation":"0"}" data-image-title="Αθηνά Πάντου 3" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg?w=1024" alt="" class="wp-image-10166" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91ceb8ceb7cebdceac-cea0ceaccebdcf84cebfcf85-3.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><strong><a href="https://radiopanteion.com/%ce%b1%ce%b8%ce%b7%ce%bd%ce%ac-%cf%80%ce%ac%ce%bd%cf%84%ce%bf%cf%85/">Αθηνά Πάντου</a></strong></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10173" data-permalink="https://radiopanteion.com/%ce%bc%ce%b1%cf%81%ce%b9%ce%b5%ce%bd%cf%84%ce%af%ce%bd%ce%b1-%cf%80%ce%b1%cf%80%ce%b1%ce%b4%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-4/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729603607","copyright":"","focal_length":"41","iso":"100","shutter_speed":"0.016666666666667","title":"","orientation":"0"}" data-image-title="Μαριεντίνα Παπαδοπούλου 4" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg?w=1024" alt="" class="wp-image-10173" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceb9ceb5cebdcf84ceafcebdceb1-cea0ceb1cf80ceb1ceb4cebfcf80cebfcf8dcebbcebfcf85-4.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%bc%ce%b1%cf%81%ce%b9%ce%b5%ce%bd%cf%84%ce%af%ce%bd%ce%b1-%cf%80%ce%b1%cf%80%ce%b1%ce%b4%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85/">Μαριεντίνα Παπαδοπούλου</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9288" data-permalink="https://radiopanteion.com/91299875-a626-439e-8b7c-9d7301a8dab3-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1666634151","copyright":"","focal_length":"147","iso":"400","shutter_speed":"0.01","title":"","orientation":"1"}" data-image-title="91299875-A626-439E-8B7C-9D7301A8DAB3" data-image-description="" data-image-caption="<p>16:00–18:00 ΓΙΩΤΑ ΠΕΠΑΡΙΔΗ «REPLAY»</p> " data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg?w=1024" alt="" class="wp-image-9288" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/91299875-a626-439e-8b7c-9d7301a8dab3-edited.jpeg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b3%ce%b9%cf%8e%cf%84%ce%b1-%cf%80%ce%b5%cf%80%ce%b1%cf%81%ce%af%ce%b4%ce%b7-2/">Γιώτα Πεπαρίδη</a></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-22 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9294" data-permalink="https://radiopanteion.com/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-7/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1667328216","copyright":"","focal_length":"97","iso":"3200","shutter_speed":"0.016666666666667","title":"","orientation":"1"}" data-image-title="46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg?w=1024" alt="" class="wp-image-9294" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/46fc8f9a-51d4-4bea-9b4c-ac6e5f2eaad3-edited-5.jpeg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b1%ce%b8%ce%b7%ce%bd%ce%ac-%cf%80%ce%b5%cf%81%cf%81%ce%ac%ce%ba%ce%b7/">Αθηνά Περάκη</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b2%ce%b1%cf%83%ce%b9%ce%bb%ce%b9%ce%ba%ce%ae-%cf%80%ce%b5%cf%81%ce%b4%ce%af%ce%ba%ce%b7/">Βασιλική Περδίκη</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10164" data-permalink="https://radiopanteion.com/img_3359/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"7.1","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729616933","copyright":"","focal_length":"36","iso":"100","shutter_speed":"0.008","title":"","orientation":"0"}" data-image-title="IMG_3359" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg?w=1024" alt="" class="wp-image-10164" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/img_3359.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%ba%cf%89%ce%bd%cf%83%cf%84%ce%b1%ce%bd%cf%84%ce%af%ce%bd%ce%bf%cf%82-%cf%81%ce%b7%ce%b3%cf%8c%cf%80%ce%bf%cf%85%ce%bb%ce%bf%cf%82/">Κωνσταντίνος Ρηγόπουλος</a></strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-23 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%ba%cf%89%ce%bd%cf%83%cf%84%ce%b1%ce%bd%cf%84%ce%af%ce%bd%ce%b1-%cf%83%ce%b1%ce%bb%ce%b9%cf%8e%ce%bd%ce%b7/">Κωνσταντίνα Σαλιώνη</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10177" data-permalink="https://radiopanteion.com/%cf%83%ce%bf%cf%86%ce%bf%ce%ba%ce%bb%ce%ae%cf%82-%cf%83%ce%b9%ce%bf%cf%8d%cf%84%ce%b7%cf%82/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"4","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1729614851","copyright":"","focal_length":"28","iso":"125","shutter_speed":"0.025","title":"","orientation":"0"}" data-image-title="Σοφοκλής Σιούτης" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg?w=1024" alt="" class="wp-image-10177" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cebfcf86cebfcebacebbceaecf82-cea3ceb9cebfcf8dcf84ceb7cf82.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong>Σοφοκλής Σιούτης</strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10182" data-permalink="https://radiopanteion.com/producers/attachment/4/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg" data-orig-size="438,438" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="4" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg?w=438" loading="lazy" width="438" height="438" src="https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg?w=438" alt="" class="wp-image-10182" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg 438w, https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/4.jpg?w=300 300w" sizes="(max-width: 438px) 100vw, 438px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b9%ce%ac%cf%83%ce%bf%ce%bd%ce%b1%cf%82-%cf%83%cf%80%ce%b1%ce%bd%cf%8c%cf%80%ce%bf%cf%85%ce%bb%ce%bf%cf%82/">Ιάσονας Σπανόπουλος</a></strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-24 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%cf%83%cf%84%ce%ac%ce%b8%ce%b7%cf%82-%cf%83%cf%80%ce%b1%ce%bd%cf%8c%cf%82/">Στάθης Σπανός</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10120" data-permalink="https://radiopanteion.com/producers/%ce%b2%ce%ac%cf%83%ce%b9%ce%b1-%cf%83%cf%80%ce%b1%ce%bd%ce%bf%cf%85%ce%b4%ce%ac%ce%ba%ce%b7-2-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"6.3","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728910477","copyright":"","focal_length":"25","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Βάσια Σπανουδάκη 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg?w=1024" alt="" class="wp-image-10120" style="aspect-ratio:1;object-fit:cover" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceaccf83ceb9ceb1-cea3cf80ceb1cebdcebfcf85ceb4ceaccebaceb7-2-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b2%ce%ac%cf%83%ce%b9%ce%b1-%cf%83%cf%80%ce%b1%ce%bd%ce%bf%cf%85%ce%b4%ce%ac%ce%ba%ce%b7/">Βάσια Σπανουδάκη</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9302" data-permalink="https://radiopanteion.com/878d9608-331d-4a21-98f8-722c88091894-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg" data-orig-size="2720,2721" data-comments-opened="1" data-image-meta="{"aperture":"2.8","credit":"","camera":"Canon EOS 5D Mark II","caption":"","created_timestamp":"1666630017","copyright":"","focal_length":"112","iso":"400","shutter_speed":"0.005","title":"","orientation":"1"}" data-image-title="878d9608-331d-4a21-98f8-722c88091894" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg?w=1024" alt="" class="wp-image-9302" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/878d9608-331d-4a21-98f8-722c88091894-edited.jpeg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b1%ce%b8%ce%b1%ce%bd%ce%b1%cf%83%ce%af%ce%b1-%cf%83%cf%80%ce%b7%ce%bb%ce%b9%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85/">Αθανασία Σπηλιοπούλου</a></strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-25 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%cf%84%ce%b9%cf%84%ce%af%ce%bd%ce%b1-%cf%83%cf%84%ce%ac%ce%bc%ce%bf%cf%85/">Τιτίνα Στάμου</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10142" data-permalink="https://radiopanteion.com/producers/%cf%83%cf%84%ce%b1%cf%8d%cf%81%ce%bf%cf%82-%cf%83%cf%84%ce%ac%ce%bd%ce%b1%cf%82-2-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"6.3","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728910492","copyright":"","focal_length":"25","iso":"100","shutter_speed":"0.0125","title":"","orientation":"0"}" data-image-title="Σταύρος Στάνας 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg?w=1024" alt="" class="wp-image-10142" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/cea3cf84ceb1cf8dcf81cebfcf82-cea3cf84ceaccebdceb1cf82-2-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%cf%83%cf%84%ce%b1%cf%8d%cf%81%ce%bf%cf%82-%cf%83%cf%84%ce%ac%ce%bd%ce%b1%cf%82/">Σταύρος Στάνας</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%bb%cf%8d%ce%b4%ce%b9%ce%b1-%cf%83%cf%85%ce%ba%ce%b1%cf%81%ce%ac/">Λυδία Συκαρά</a></strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-26 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%cf%83%cf%89%cf%84%ce%b7%cf%81%ce%af%ce%b1-%cf%83%cf%87%ce%bf%ce%b9%ce%bd%ce%ac/">Σωτηρία Σχοινά</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10116" data-permalink="https://radiopanteion.com/producers/%ce%b1%ce%ba%cf%81%ce%b9%ce%b2%ce%ae-%cf%83%cf%89%cf%84%ce%b7%cf%81%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-6/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"5.6","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728915929","copyright":"","focal_length":"28","iso":"100","shutter_speed":"0.008","title":"","orientation":"0"}" data-image-title="Ακριβή Σωτηροπούλου" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=1024" alt="" class="wp-image-10116" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce91cebacf81ceb9ceb2ceae-cea3cf89cf84ceb7cf81cebfcf80cebfcf8dcebbcebfcf85-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b1%ce%ba%cf%81%ce%b9%ce%b2%ce%ae-%cf%83%cf%89%cf%84%ce%b7%cf%81%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85/">Ακριβή Σωτηροπούλου</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b9%cf%81%ce%af%ce%bd%ce%b1-%cf%84%ce%b6%ce%b1%ce%bd%ce%b1%ce%ba%ce%ac%ce%ba%ce%b7/">Ιρίνα Τζανακάκη</a></strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-27 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%bc%ce%ac%ce%bd%cf%84%ce%b9%ce%b1-%cf%84%ce%b6%ce%b9%cf%81%ce%ac%ce%ba%ce%b7/">Μάντια Τζιράκη</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong>Χριστίνα Τρπτσέβσκα</strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10135" data-permalink="https://radiopanteion.com/producers/%ce%bc%ce%b1%cf%81%ce%af%ce%b1-%cf%84%cf%83%ce%b9%ce%bb%ce%b1%ce%b2%ce%ae-4/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg" data-orig-size="3800,3800" data-comments-opened="1" data-image-meta="{"aperture":"6.3","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728909799","copyright":"","focal_length":"36","iso":"100","shutter_speed":"0.01","title":"","orientation":"0"}" data-image-title="Μαρία Τσιλαβή" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg?w=1024" alt="" class="wp-image-10135" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce9cceb1cf81ceafceb1-cea4cf83ceb9cebbceb1ceb2ceae-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%bc%ce%b1%cf%81%ce%af%ce%b1-%cf%84%cf%83%ce%b9%ce%bb%ce%ac%ce%b2%ce%b7/">Μαρία Τσιλάβη</a></strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10121" data-permalink="https://radiopanteion.com/producers/%ce%b2%ce%b1%cf%83%ce%af%ce%bb%ce%b7%cf%82-%cf%84%cf%83%ce%bf%cf%85%ce%ba%ce%b1%ce%bb%ce%ac%cf%82-4-2/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"6.3","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728910558","copyright":"","focal_length":"30","iso":"100","shutter_speed":"0.01","title":"","orientation":"0"}" data-image-title="Βασίλης Τσουκαλάς 4" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg?w=1024" alt="" class="wp-image-10121" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce92ceb1cf83ceafcebbceb7cf82-cea4cf83cebfcf85cebaceb1cebbceaccf82-4-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b2%ce%b1%cf%83%ce%af%ce%bb%ce%b7%cf%82-%cf%84%cf%83%ce%bf%cf%85%ce%ba%ce%b1%ce%bb%ce%ac%cf%82/">Βασίλης Τσουκαλάς</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong>Κώστας Φούρκας</strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="7625" data-permalink="https://radiopanteion.com/96c8ad8d-82b8-454d-8791-3fa950c27caf/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png" data-orig-size="1563,1563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="96C8AD8D-82B8-454D-8791-3FA950C27CAF" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024" alt="" class="wp-image-7625" srcset="https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/04/96c8ad8d-82b8-454d-8791-3fa950c27caf.png 1563w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong>Ευδοκία Φραγκέλλη</strong></strong></figcaption></figure> </div> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-29 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10125" data-permalink="https://radiopanteion.com/producers/%ce%b5%cf%85%ce%b8%cf%8d%ce%bc%ce%b7%cf%82-%cf%87%ce%b1%cf%81%ce%b9%cf%84%ce%ac%ce%ba%ce%b7%cf%82-2-3/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728919106","copyright":"","focal_length":"33","iso":"100","shutter_speed":"0.016666666666667","title":"","orientation":"0"}" data-image-title="Ευθύμης Χαριτάκης 2" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg?w=1024" alt="" class="wp-image-10125" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce95cf85ceb8cf8dcebcceb7cf82-cea7ceb1cf81ceb9cf84ceaccebaceb7cf82-2-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><strong><a href="https://radiopanteion.com/%ce%b5%cf%85%ce%b8%cf%8d%ce%bc%ce%b7%cf%82-%cf%87%ce%b1%cf%81%ce%b9%cf%84%ce%ac%ce%ba%ce%b7%cf%82-2/">Ευθύμης Χαριτάκης</a></strong></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="10129" data-permalink="https://radiopanteion.com/producers/%ce%b6%cf%89%ce%ae-%cf%87%ce%bf%ce%bd%ce%b4%cf%81%ce%bf%ce%b3%ce%b9%ce%ac%ce%bd%ce%bd%ce%b7-6/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg" data-orig-size="4000,4000" data-comments-opened="1" data-image-meta="{"aperture":"5","credit":"","camera":"Canon EOS 2000D","caption":"","created_timestamp":"1728915766","copyright":"","focal_length":"30","iso":"100","shutter_speed":"0.01","title":"","orientation":"0"}" data-image-title="Ζωή Χονδρογιάννη" data-image-description="" data-image-caption="" data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg?w=1024" alt="" class="wp-image-10129" srcset="https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg?w=2048 2048w, https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/11/ce96cf89ceae-cea7cebfcebdceb4cf81cebfceb3ceb9ceaccebdcebdceb7-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://radiopanteion.com/%ce%b6%cf%89%ce%ae-%cf%87%ce%bf%ce%bd%ce%b4%cf%81%ce%bf%ce%b3%ce%b9%ce%ac%ce%bd%ce%bd%ce%b7/">Ζωή Χονδρογιάννη</a></strong></figcaption></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <figure class="wp-block-image aligncenter size-large"><img data-attachment-id="9312" data-permalink="https://radiopanteion.com/db03e5d9-3608-4742-a791-05a2e650a92d-3/" data-orig-file="https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png" data-orig-size="1365,1366" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="DB03E5D9-3608-4742-A791-05A2E650A92D" data-image-description="" data-image-caption="<p>14:00–15:00 ΝΙΚΟΣ ΧΟΝΤΖΕΑΣ «PANTEIONOMICS»</p> " data-medium-file="https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png?w=300" data-large-file="https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png?w=1024" loading="lazy" width="1024" height="1024" src="https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png?w=1024" alt="" class="wp-image-9312" srcset="https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png?w=1024 1024w, https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png?w=150 150w, https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png?w=300 300w, https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png?w=768 768w, https://radiopanteion.com/wp-content/uploads/2024/10/db03e5d9-3608-4742-a791-05a2e650a92d-edited-1.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Νίκος Χοντζέας</strong></figcaption></figure> </div> </div> </div></div> <footer class="wp-block-template-part"> <div style="height:var(--wp--preset--spacing--80)" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow" style="padding-top:1.6rem;padding-right:1.6rem;padding-bottom:1.6rem;padding-left:1.6rem"> <div class="wp-block-group alignfull has-global-padding is-layout-constrained wp-block-group-is-layout-constrained"> <div class="wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-30 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"> <div class="wp-block-group is-layout-flow wp-container-core-group-is-layout-6 wp-block-group-is-layout-flow"><h1 class="has-link-color wp-elements-0f216f9cc65563b175ac5534ab93a1ad wp-block-site-title has-text-color has-base-color"><a href="https://radiopanteion.com" target="_self" rel="home">Ράδιο Πάντειον</a></h1> <p class="wp-elements-dabafc4383e225f97c47c26aded91805 wp-block-site-tagline has-text-color has-base-color">Η Φωνή του Παντείου Πανεπιστημίου</p></div> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <div class="wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-7 wp-block-group-is-layout-constrained"> <p class="has-base-color has-text-color has-link-color wp-elements-a6c09c4b23fc0479b9a783c7315a6c88">Επικοινωνήστε μαζί μας στο</p> <p class="has-base-color has-text-color has-link-color wp-elements-2a394f6959ce566fea37cead21548c9f">radiopanteion@gmail.com<br></p> </div> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <div class="wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-8 wp-block-group-is-layout-constrained"> <p class="has-base-color has-text-color has-link-color wp-elements-41d3207c61400b5de5eb76d366e840da"><strong>Πάντειον Πανεπιστήμιο</strong></p> <p class="has-base-color has-text-color has-link-color wp-elements-a9fc73bdfe4fd9a144010f429321a4eb">Λεωφόρος Συγγρού 136</p> <p class="has-base-color has-text-color has-link-color wp-elements-ab11d6c8d304f868ab8fb7f604935af7">176 71</p> </div> </div> </div> <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> </div> </div> </footer></div> <!-- wpcom_wp_footer --> <script src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=2024474048849247f5660a2d05b85c6fc286379897f30a1061ad46e7f037e059ed7fe7" id="grofiles-cards-js"></script> <script id="wpgroho-js-extra"> var WPGroHo = {"my_hash":""}; </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script> <script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account', { i18n: { 'Edit your profile': 'Επεξεργασία προφίλ', 'View profile': 'View profile', 'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.', 'Profile not found.': 'Profile not found.', 'Too Many Requests.': 'Too Many Requests.', 'Internal Server Error.': 'Internal Server Error.', }, } ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <div style="display:none"> </div> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading"> </span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Φόρτωση σχόλιων...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner"> </span> <div id="jp-carousel-comment-post-results"></div> <form id="jp-carousel-comment-form"> <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Γράψτε ένα σχόλιο</label> <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Γράψτε ένα σχόλιο" ></textarea> <div id="jp-carousel-comment-form-submit-and-info-wrapper"> <div id="jp-carousel-comment-form-commenting-as"> <fieldset> <label for="jp-carousel-comment-form-email-field">Ηλ. διεύθυνση (υποχρεωτικό)</label> <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-author-field">Όνομα (υποχρεωτικό)</label> <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-url-field">Ιστότοπος</label> <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" /> </fieldset> </div> <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Δημοσίευση Σχολίου" /> </div> </form> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <div id="actionbar" style="display: none;" class="actnbr-pub-mann actnbr-has-follow"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Εγγραφή</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Εγγεγραμένος</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://radiopanteion.com"> <img loading='lazy' alt='' src='https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=50' srcset='https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=50 1x, https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=75 1.5x, https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=100 2x, https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=150 3x, https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Ράδιο Πάντειον </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Προστεθείτε στους 31 εγγεγραμμένους.</div> <div> <input type="email" name="email" placeholder="Παρακαλώ γράψτε το email σας" class="actnbr-email-field" aria-label="Παρακαλώ γράψτε το email σας" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="201077486" /> <input type="hidden" name="source" value="https://radiopanteion.com/producers/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="ef74bdad54" /> <div class="actnbr-button-wrap"> <button type="submit" value="Εγγραφή"> Εγγραφή </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fradiopanteion.com%252Fproducers%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://radiopanteion.com"> <img loading='lazy' alt='' src='https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=50' srcset='https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=50 1x, https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=75 1.5x, https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=100 2x, https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=150 3x, https://radiopanteion.com/wp-content/uploads/2023/08/radiopanteion_fbprofile.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Ράδιο Πάντειον </a> </li> <li class="actnbr-folded-customize"> <a href="https://radiopanteion.wordpress.com/wp-admin/site-editor.php?postType=wp_template&postId=pub/mann//page"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Επεξεργασία ιστοτόπου</span> </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Εγγραφή</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Εγγεγραμένος</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Δημιουργία λογαριασμού</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fradiopanteion.com%252Fproducers%252F">Σύνδεση</a></li> <li class="actnbr-shortlink"><a href="https://wp.me/PdBHrg-1D">Αντιγραφή συντόμευσης συνδέσμου</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://radiopanteion.com/producers/" target="_blank" rel="noopener noreferrer"> Αναφορά περιεχομένου </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/read/blogs/201077486/posts/101"> View post in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Σύμπτυξη μπάρας</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20241015"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231122"; script.defer = true; document.body.appendChild( script ); } ); </script> <script id="jetpack-carousel-js-extra"> var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"el","ajaxurl":"https:\/\/radiopanteion.com\/wp-admin\/admin-ajax.php","nonce":"c2c9eee1cd","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"\u03a3\u03c7\u03cc\u03bb\u03b9\u03bf","post_comment":"\u0394\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03a3\u03c7\u03bf\u03bb\u03af\u03bf\u03c5","write_comment":"\u0393\u03c1\u03ac\u03c8\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03c7\u03cc\u03bb\u03b9\u03bf","loading_comments":"\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03c3\u03c7\u03cc\u03bb\u03b9\u03c9\u03bd...","image_label":"Open image in full-screen.","download_original":"\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c0\u03bb\u03ae\u03c1\u03bf\u03c5\u03c2 \u03bc\u03b5\u03b3\u03ad\u03b8\u03bf\u03c5\u03c2 <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c4\u03b9 \u03c3\u03c4\u03bf \u03c3\u03c7\u03cc\u03bb\u03b9\u03bf \u03c3\u03b1\u03c2.","no_comment_email":"\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c7\u03bf\u03bb\u03b9\u03ac\u03c3\u03b5\u03c4\u03b5.","no_comment_author":"\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c7\u03bf\u03bb\u03b9\u03ac\u03c3\u03b5\u03c4\u03b5.","comment_post_error":"\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b4\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c3\u03c7\u03cc\u03bb\u03b9\u03bf\u03c5 \u03c3\u03b1\u03c2. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.","comment_approved":"\u03a4\u03bf \u03c3\u03c7\u03cc\u03bb\u03b9\u03cc \u03c3\u03b1\u03c2 \u03b5\u03b3\u03ba\u03c1\u03af\u03b8\u03b7\u03ba\u03b5","comment_unapproved":"\u03a4\u03bf \u03c3\u03c7\u03cc\u03bb\u03b9\u03cc \u03c3\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c5\u03c0\u03cc \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf.","camera":"\u039a\u03ac\u03bc\u03b5\u03c1\u03b1","aperture":"\u0394\u03b9\u03ac\u03c6\u03c1\u03b1\u03b3\u03bc\u03b1","shutter_speed":"\u03a4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03ba\u03bb\u03b5\u03af\u03c3\u03c4\u03c1\u03bf\u03c5","focal_length":"\u0395\u03c3\u03c4\u03b9\u03b1\u03ba\u03ae \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7","copyright":"\u03a0\u03bd\u03b5\u03c5\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u0394\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/radiopanteion.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fradiopanteion.com%2Fproducers%2F","blog_id":"201077486","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=201077486&v=wpcom&tz=2&user_id=0&subd=radiopanteion","is_public":"1"}; </script> <script id="comment-like-js-extra"> var comment_like_text = {"loading":"\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7...","swipeUrl":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/comment-likes\/js\/lib\/swipe.js?ver=20131008"}; </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??-eJx9jtEOwiAMRX9IVtEEn4yfYhiypYwWskL2+7JkLurDHu/JPbeFJSuXuHguEAQo9Ri9quJnOzamkIfUBTnBV4+qyrGOyALBl2zdtGWQyvBEdtBXjC9wdk5tKu61D+gI+WDVJaL1eMTJy/rWDzgSt3215Kb8xeY96K5v17PW5mJMeAMcGF3S'></script> <script id="wp-block-template-skip-link-js-after"> ( function() { var skipLinkTarget = document.querySelector( 'main' ), sibling, skipLinkTargetID, skipLink; // Early exit if a skip-link target can't be located. if ( ! skipLinkTarget ) { return; } /* * Get the site wrapper. * The skip-link will be injected in the beginning of it. */ sibling = document.querySelector( '.wp-site-blocks' ); // Early exit if the root element was not found. if ( ! sibling ) { return; } // Get the skip-link target's ID, and generate one if it doesn't exist. skipLinkTargetID = skipLinkTarget.id; if ( ! skipLinkTargetID ) { skipLinkTargetID = 'wp--skip-link--target'; skipLinkTarget.id = skipLinkTargetID; } // Create the skip link. skipLink = document.createElement( 'a' ); skipLink.classList.add( 'skip-link', 'screen-reader-text' ); skipLink.href = '#' + skipLinkTargetID; skipLink.innerHTML = 'Μετάβαση στο περιεχόμενο'; // Inject the skip link. sibling.parentElement.insertBefore( skipLink, sibling ); }() ); </script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'201077486','blog_tz':'2','user_lang':'el','blog_lang':'el','user_id':'0'}]); _stq.push(['view', {'blog':'201077486','v':'wpcom','tz':'2','user_id':'0','post':'101','subd':'radiopanteion'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsd0xoLz9RQkM2K298TXY9bERQMXc2MjhEaVZfb2wwakRoSj0mUkp1THptM1NdbkV1WjZIcU9mVWQmPUIvMlN6Jk8wW3NYVEJ3dWZOWExuWD83c10zajZ+JU1PeS0/Nj9aV2QmWDJsLVtUOHQxUmxvZ2pUX3lNc210am1kJnJ3V3JbNn4vNk9UaUQudW1EfjNHYmxGLFNqMWZdT2F+MGZkWWJBJjdTY1JfeU0lYT1DUG9oUkM0JjR2eTZFLzUud3N4TXJ4al0lQXRDNTMlP2xKdXx5L2dQU0RobDdiaWt3R2pXX2NvdnJMTG00Z3JTTTElWXI3Rg=='}]); _stq.push([ 'clickTrackerInit', '201077486', '101' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script></body> </html>