{"id":1977,"date":"2026-04-26T14:40:06","date_gmt":"2026-04-26T14:40:06","guid":{"rendered":"https:\/\/kidsinbusiness.gr\/?page_id=1977"},"modified":"2026-04-26T17:00:03","modified_gmt":"2026-04-26T17:00:03","slug":"%cf%80%cf%8c%cf%83%ce%bf-%ce%b5%cf%80%ce%b9%cf%87%ce%b5%ce%b9%cf%81%ce%b7%ce%bc%ce%b1%cf%84%ce%b9%ce%ba%cf%8c-%cf%80%ce%bd%ce%b5%cf%8d%ce%bc%ce%b1-%ce%ad%cf%87%ce%b5%ce%b9-%cf%84%ce%bf-%cf%80%ce%b1","status":"publish","type":"page","link":"https:\/\/kidsinbusiness.gr\/en\/%cf%80%cf%8c%cf%83%ce%bf-%ce%b5%cf%80%ce%b9%cf%87%ce%b5%ce%b9%cf%81%ce%b7%ce%bc%ce%b1%cf%84%ce%b9%ce%ba%cf%8c-%cf%80%ce%bd%ce%b5%cf%8d%ce%bc%ce%b1-%ce%ad%cf%87%ce%b5%ce%b9-%cf%84%ce%bf-%cf%80%ce%b1\/","title":{"rendered":"\u03a0\u03cc\u03c3\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03bd\u03b5\u03cd\u03bc\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf \u03c0\u03b1\u03b9\u03b4\u03af \u03c3\u03bf\u03c5;"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"el\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\u03a0\u03cc\u03c3\u03bf \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03a0\u03bd\u03b5\u03cd\u03bc\u03b1 \u0388\u03c7\u03b5\u03b9 \u03c4\u03bf \u03a0\u03b1\u03b9\u03b4\u03af \u03c3\u03bf\u03c5;<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900&#038;family=DM+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --ink: #1a1206;\n    --paper: #faf7f2;\n    --cream: #f0ead8;\n    --gold: #c8992a;\n    --gold-light: #e8c96a;\n    --rust: #c44b2a;\n    --sage: #4a7c59;\n    --accent: #c8992a;\n    --card-bg: #ffffff;\n    --shadow: 0 4px 32px rgba(26,18,6,0.10);\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--paper);\n    color: var(--ink);\n    min-height: 100vh;\n    overflow-x: hidden;\n  }\n\n  .wrapper {\n    position: relative;\n    z-index: 1;\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0 20px 60px;\n  }\n\n  \/* HEADER *\/\n  .header {\n    text-align: center;\n    padding: 52px 0 36px;\n    animation: fadeUp 0.7s ease both;\n  }\n\n  .brand-tag {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gold);\n    border: 1px solid var(--gold-light);\n    border-radius: 100px;\n    padding: 5px 16px;\n    margin-bottom: 22px;\n    background: rgba(200,153,42,0.06);\n  }\n\n  .header h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 6vw, 42px);\n    font-weight: 900;\n    line-height: 1.15;\n    color: var(--ink);\n    margin-bottom: 16px;\n  }\n\n  .header h1 em {\n    font-style: italic;\n    color: var(--gold);\n  }\n\n  .header p {\n    font-size: 16px;\n    color: #5a4e3a;\n    line-height: 1.65;\n    max-width: 480px;\n    margin: 0 auto 10px;\n    font-weight: 300;\n  }\n\n  .divider {\n    width: 48px;\n    height: 2px;\n    background: linear-gradient(90deg, var(--gold), var(--gold-light));\n    margin: 24px auto;\n    border-radius: 2px;\n  }\n\n  \/* PROGRESS *\/\n  .progress-wrap {\n    margin-bottom: 28px;\n    animation: fadeUp 0.7s 0.15s ease both;\n  }\n\n  .progress-meta {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 8px;\n  }\n\n  .progress-label {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    color: #8a7a60;\n    text-transform: uppercase;\n  }\n\n  .progress-count {\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--gold);\n  }\n\n  .progress-track {\n    height: 4px;\n    background: var(--cream);\n    border-radius: 4px;\n    overflow: hidden;\n  }\n\n  .progress-fill {\n    height: 100%;\n    background: linear-gradient(90deg, var(--gold), var(--gold-light));\n    border-radius: 4px;\n    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  \/* QUESTION CARD *\/\n  .q-card {\n    background: var(--card-bg);\n    border-radius: 20px;\n    padding: 36px 36px 28px;\n    box-shadow: var(--shadow);\n    border: 1px solid rgba(200,153,42,0.12);\n    animation: fadeUp 0.5s ease both;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .q-text {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(18px, 3.5vw, 22px);\n    font-weight: 700;\n    line-height: 1.4;\n    color: var(--ink);\n    margin-bottom: 28px;\n  }\n\n  \/* OPTIONS *\/\n  .options { display: flex; flex-direction: column; gap: 10px; }\n\n  .option-btn {\n    display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px;\n    border: 1.5px solid var(--cream); border-radius: 12px; background: var(--paper);\n    cursor: pointer; transition: all 0.2s ease; text-align: left;\n    font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--ink);\n  }\n\n  .option-btn:hover { border-color: var(--gold-light); transform: translateX(3px); }\n\n  .option-btn.selected { border-color: var(--gold); background: rgba(200,153,42,0.06); }\n\n  \/* NAV BUTTON *\/\n  .nav-row { display: flex; justify-content: flex-end; margin-top: 24px; }\n\n  .btn-next {\n    font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;\n    color: white; background: var(--ink); border: none; border-radius: 100px;\n    padding: 14px 32px; cursor: pointer; transition: all 0.25s ease;\n    display: flex; align-items: center; gap: 8px; opacity: 0.35; pointer-events: none;\n  }\n\n  .btn-next.active { opacity: 1; pointer-events: all; }\n\n  .btn-next.active:hover { background: var(--gold); }\n\n  \/* RESULTS *\/\n  .result-card {\n    background: var(--card-bg); border-radius: 24px; padding: 48px 36px;\n    box-shadow: var(--shadow); border: 1px solid rgba(200,153,42,0.15);\n    text-align: center; animation: fadeUp 0.6s ease both;\n  }\n\n  .result-title { font-family: 'Playfair Display', serif; font-size: 28px; margin-bottom: 16px; }\n\n  \/* CTA BLOCK - \u03a4\u039f \u03a3\u0397\u039c\u0395\u0399\u039f \u03a0\u039f\u03a5 \u0391\u039b\u039b\u0391\u039e\u0391\u039c\u0395 *\/\n  .cta-block {\n    background: linear-gradient(135deg, var(--ink) 0%, #2d2415 100%);\n    border-radius: 20px; padding: 32px 28px; margin-top: 20px;\n  }\n\n  .cta-block p { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 20px; line-height: 1.6; }\n\n  .btn-cta {\n    display: inline-flex; align-items: center; gap: 10px; background: var(--gold);\n    color: white; padding: 15px 28px; border-radius: 100px; text-decoration: none;\n    font-weight: 500; transition: 0.25s;\n  }\n\n  .btn-cta:hover { background: var(--gold-light); transform: translateY(-2px); }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"wrapper\">\n  <div class=\"header\" id=\"header-section\">\n    <div class=\"brand-tag\">KidsinBusiness \u00b7 Quiz<\/div>\n    <h1>\u03a0\u03cc\u03c3\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03bd\u03b5\u03cd\u03bc\u03b1<br>\u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf <em>\u03c0\u03b1\u03b9\u03b4\u03af \u03c3\u03bf\u03c5<\/em>;<\/h1>\n    <div class=\"divider\"><\/div>\n    <p>5 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2, 3 \u03bb\u03b5\u03c0\u03c4\u03ac. \u039a\u03ac\u03bd\u03c4\u03b5 \u03c4\u03bf \u03bc\u03b1\u03b6\u03af.<\/p>\n  <\/div>\n\n  <div class=\"progress-wrap\" id=\"progress-section\" style=\"display:none\">\n    <div class=\"progress-meta\">\n      <span class=\"progress-label\">\u03a0\u03c1\u03cc\u03bf\u03b4\u03bf\u03c2<\/span>\n      <span class=\"progress-count\" id=\"progress-count\">1 \/ 5<\/span>\n    <\/div>\n    <div class=\"progress-track\"><div class=\"progress-fill\" id=\"progress-fill\" style=\"width:0%\"><\/div><\/div>\n  <\/div>\n\n  <div id=\"quiz-container\"><\/div>\n<\/div>\n\n<script>\nconst questions = [\n  {\n    text: \"\u038c\u03c4\u03b1\u03bd \u03c4\u03bf \u03c0\u03b1\u03b9\u03b4\u03af \u03c3\u03bf\u03c5 \u03b2\u03bb\u03ad\u03c0\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1... \u03c4\u03b9 \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2;\",\n    options: [\n      { text: \"\u03a0\u03b1\u03c1\u03b1\u03c0\u03bf\u03bd\u03b9\u03ad\u03c4\u03b1\u03b9 \u03ae \u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03b9 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03ac\u03bb\u03bb\u03bf.\", score: 1 },\n      { text: \"\u03a4\u03bf \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9, \u03b1\u03bb\u03bb\u03ac \u03c7\u03c9\u03c1\u03af\u03c2 \u03c0\u03c1\u03cc\u03c4\u03b1\u03c3\u03b7.\", score: 2 },\n      { text: \"\u03a3\u03ba\u03ad\u03c6\u03c4\u03b5\u03c4\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf \u03c4\u03bf\u03c5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2.\", score: 3 },\n      { text: \"\u03a0\u03c1\u03bf\u03c4\u03b5\u03af\u03bd\u03b5\u03b9 \u03bb\u03cd\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b8\u03ad\u03bb\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03b7 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03b5\u03b9.\", score: 4 }\n    ]\n  },\n  {\n    text: \"\u0391\u03bd \u03c4\u03bf \u03c0\u03b1\u03b9\u03b4\u03af \u03c3\u03bf\u03c5 \u03ae\u03b8\u03b5\u03bb\u03b5 \u03bd\u03b1 \u03ba\u03b5\u03c1\u03b4\u03af\u03c3\u03b5\u03b9 \u03c7\u03c1\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03bc\u03b9\u03b1 \u03b1\u03b3\u03bf\u03c1\u03ac, \u03c4\u03b9 \u03b8\u03b1 \u03ad\u03ba\u03b1\u03bd\u03b5;\",\n    options: [\n      { text: \"\u0398\u03b1 \u03b6\u03b7\u03c4\u03bf\u03cd\u03c3\u03b5 \u03b1\u03c0\u03cc \u03b5\u03c3\u03ac\u03c2.\", score: 1 },\n      { text: \"\u0398\u03b1 \u03ad\u03c8\u03b1\u03c7\u03bd\u03b5 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ad\u03c2 \u03c3\u03c4\u03bf \u03c3\u03c0\u03af\u03c4\u03b9.\", score: 2 },\n      { text: \"\u0398\u03b1 \u03c3\u03ba\u03b5\u03c6\u03c4\u03cc\u03c4\u03b1\u03bd \u03bd\u03b1 \u03c0\u03bf\u03c5\u03bb\u03ae\u03c3\u03b5\u03b9 \u03ba\u03ac\u03c4\u03b9.\", score: 3 },\n      { text: \"\u0398\u03b1 \u03ad\u03c6\u03c4\u03b9\u03b1\u03c7\u03bd\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03bb\u03ac\u03bd\u03bf \u03b4\u03c1\u03ac\u03c3\u03b7\u03c2.\", score: 4 }\n    ]\n  },\n  {\n    text: \"\u03a0\u03ce\u03c2 \u03b1\u03bd\u03c4\u03b9\u03b4\u03c1\u03ac \u03c3\u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1;\",\n    options: [\n      { text: \"\u03a4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03c4\u03ac\u03b5\u03b9 \u03b1\u03bc\u03ad\u03c3\u03c9\u03c2.\", score: 1 },\n      { text: \"\u03a3\u03c4\u03b5\u03bd\u03b1\u03c7\u03c9\u03c1\u03b9\u03ad\u03c4\u03b1\u03b9 \u03b1\u03bb\u03bb\u03ac \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03b6\u03b5\u03b9 \u03bc\u03b5\u03c4\u03ac.\", score: 2 },\n      { text: \"\u03a8\u03ac\u03c7\u03bd\u03b5\u03b9 \u03c4\u03b9 \u03c0\u03ae\u03b3\u03b5 \u03c3\u03c4\u03c1\u03b1\u03b2\u03ac.\", score: 3 },\n      { text: \"\u03a4\u03bf \u03b2\u03bb\u03ad\u03c0\u03b5\u03b9 \u03c9\u03c2 \u03bc\u03ac\u03b8\u03b7\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c6\u03bf\u03c1\u03ac.\", score: 4 }\n    ]\n  },\n  {\n    text: \"\u03a0\u03ce\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af \u03bd\u03b1 \u03c0\u03b5\u03af\u03c3\u03b5\u03b9 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd;\",\n    options: [\n      { text: \"\u039c\u03b5 \u03b3\u03ba\u03c1\u03af\u03bd\u03b9\u03b1.\", score: 1 },\n      { text: \"\u039c\u03b5 \u03b1\u03c0\u03bb\u03ae \u03b5\u03be\u03ae\u03b3\u03b7\u03c3\u03b7.\", score: 2 },\n      { text: \"\u039c\u03b5 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03ba\u03bf\u03b9\u03bd\u03cc \u03ba\u03b1\u03bb\u03cc.\", score: 3 },\n      { text: \"\u0391\u03ba\u03bf\u03cd\u03b5\u03b9 \u03c4\u03bf\u03bd \u03ac\u03bb\u03bb\u03bf\u03bd \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03b6\u03b5\u03c4\u03b1\u03b9.\", score: 4 }\n    ]\n  },\n  {\n    text: \"\u03a4\u03b9 \u03b8\u03b1 \u03ad\u03ba\u03b1\u03bd\u03b5 \u03bc\u03b5 10\u20ac \u03b4\u03b9\u03ba\u03ac \u03c4\u03bf\u03c5;\",\n    options: [\n      { text: \"\u0398\u03b1 \u03c4\u03b1 \u03be\u03cc\u03b4\u03b5\u03c5\u03b5 \u03b1\u03bc\u03ad\u03c3\u03c9\u03c2.\", score: 1 },\n      { text: \"\u0398\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b1\u03bc\u03af\u03b5\u03c5\u03b5 \u03c4\u03b1 \u03bc\u03b9\u03c3\u03ac.\", score: 2 },\n      { text: \"\u0398\u03b1 \u03c3\u03ba\u03b5\u03c6\u03c4\u03cc\u03c4\u03b1\u03bd \u03c0\u03ce\u03c2 \u03bd\u03b1 \u03c4\u03b1 \u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03b9.\", score: 3 },\n      { text: \"\u0398\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03c3\u03b5 \u03ba\u03ac\u03c4\u03b9 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03ac.\", score: 4 }\n    ]\n  }\n];\n\nconst profiles = [\n  { range: [5, 9], badge: \"\u03a3\u03c0\u03cc\u03c1\u03bf\u03c2 \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2\", icon: \"\ud83c\udf31\", title: \"\u03a4\u03bf \u03c4\u03b1\u03be\u03af\u03b4\u03b9 \u03bc\u03cc\u03bb\u03b9\u03c2 \u03be\u03b5\u03ba\u03b9\u03bd\u03ac\" },\n  { range: [10, 14], badge: \"\u0391\u03bd\u03b1\u03b4\u03c5\u03cc\u03bc\u03b5\u03bd\u03bf Mindset\", icon: \"\ud83d\udd25\", title: \"\u039a\u03ac\u03c4\u03b9 \u03be\u03c5\u03c0\u03bd\u03ac\u03b5\u03b9 \u03bc\u03ad\u03c3\u03b1 \u03c4\u03bf\u03c5\" },\n  { range: [15, 17], badge: \"\u03a6\u03c5\u03c3\u03b9\u03ba\u03cc\u03c2 \u0397\u03b3\u03ad\u03c4\u03b7\u03c2\", icon: \"\u26a1\", title: \"\u0392\u03bb\u03ad\u03c0\u03b5\u03b9 \u03b5\u03c5\u03ba\u03b1\u03b9\u03c1\u03af\u03b5\u03c2 \u03c0\u03b1\u03bd\u03c4\u03bf\u03cd\" },\n  { range: [18, 20], badge: \"\u0393\u03b5\u03bd\u03bd\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2 \u0399\u03b4\u03c1\u03c5\u03c4\u03ae\u03c2\", icon: \"\ud83d\ude80\", title: \"\u03a3\u03ba\u03ad\u03c6\u03c4\u03b5\u03c4\u03b1\u03b9 \u03ae\u03b4\u03b7 \u03c9\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03af\u03b1\u03c2\" }\n];\n\nlet currentQ = 0; let answers = []; let selected = null;\n\nfunction init() {\n  document.getElementById('progress-section').style.display = 'block';\n  showQuestion(0);\n}\n\nfunction showQuestion(index) {\n  selected = null;\n  const q = questions[index];\n  const container = document.getElementById('quiz-container');\n  document.getElementById('progress-fill').style.width = (index \/ questions.length) * 100 + '%';\n  document.getElementById('progress-count').textContent = (index + 1) + ' \/ ' + questions.length;\n\n  container.innerHTML = `\n    <div class=\"q-card\">\n      <div class=\"q-text\">${q.text}<\/div>\n      <div class=\"options\">\n        ${q.options.map((opt, i) => `<button class=\"option-btn\" onclick=\"selectOption(this, ${i})\">${opt.text}<\/button>`).join('')}\n      <\/div>\n      <div class=\"nav-row\">\n        <button class=\"btn-next\" id=\"btn-next\" onclick=\"nextQuestion(${index})\">\n          ${index < questions.length - 1 ? '\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf' : '\u0394\u03b5\u03c2 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1'}\n        <\/button>\n      <\/div>\n    <\/div>\n  `;\n}\n\nfunction selectOption(el, idx) {\n  document.querySelectorAll('.option-btn').forEach(b => b.classList.remove('selected'));\n  el.classList.add('selected');\n  selected = idx;\n  document.getElementById('btn-next').classList.add('active');\n}\n\nfunction nextQuestion(index) {\n  answers.push(questions[index].options[selected].score);\n  if (index < questions.length - 1) { showQuestion(++currentQ); } \n  else { showResults(); }\n}\n\nfunction showResults() {\n  const total = answers.reduce((a, b) => a + b, 0);\n  const profile = profiles.find(p => total >= p.range[0] && total <= p.range[1]) || profiles[0];\n  \n  document.getElementById('header-section').style.display = 'none';\n  document.getElementById('progress-section').style.display = 'none';\n  \n  const container = document.getElementById('quiz-container');\n  container.innerHTML = `\n    <div class=\"result-card\">\n      <div style=\"font-size:50px\">${profile.icon}<\/div>\n      <div class=\"result-title\">${profile.badge}<\/div>\n      <h2>\u03a3\u03ba\u03bf\u03c1: ${total} \/ 20<\/h2>\n      <p style=\"margin: 20px 0; color: #555;\">\u03a4\u03bf \u03c0\u03b1\u03b9\u03b4\u03af \u03c3\u03bf\u03c5 \u03ad\u03c7\u03b5\u03b9 \u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03c1\u03bf\u03bf\u03c0\u03c4\u03b9\u03ba\u03ad\u03c2!<\/p>\n      \n      <div class=\"cta-block\">\n        <p>\u0398\u03ad\u03bb\u03b5\u03b9\u03c2 \u03bd\u03b1 \u03bc\u03ac\u03b8\u03b5\u03b9\u03c2 \u03c0\u03ce\u03c2 \u03bd\u03b1 \u03b5\u03bd\u03b9\u03c3\u03c7\u03cd\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf \u03c0\u03c1\u03bf\u03c6\u03af\u03bb <strong>${profile.badge}<\/strong> \u03c4\u03bf\u03c5 \u03c0\u03b1\u03b9\u03b4\u03b9\u03bf\u03cd \u03c3\u03bf\u03c5; \u0388\u03c7\u03bf\u03c5\u03bc\u03b5 \u03b5\u03c4\u03bf\u03b9\u03bc\u03ac\u03c3\u03b5\u03b9 \u03ad\u03bd\u03b1\u03bd \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03b9\u03ba\u03cc \u03bf\u03b4\u03b7\u03b3\u03cc!<\/p>\n        <a href=\"https:\/\/mailchi.mp\/644dcd31635a\/78u8r1qhhm\" target=\"_blank\" class=\"btn-cta\">\n          \u039b\u03ac\u03b2\u03b5 \u03c4\u03bf\u03bd \u039f\u03b4\u03b7\u03b3\u03cc \u03c3\u03c4\u03bf Email \u03c3\u03bf\u03c5\n        <\/a>\n      <\/div>\n    <\/div>\n  `;\n}\n\ninit();\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u03a0\u03cc\u03c3\u03bf \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03a0\u03bd\u03b5\u03cd\u03bc\u03b1 \u0388\u03c7\u03b5\u03b9 \u03c4\u03bf \u03a0\u03b1\u03b9\u03b4\u03af \u03c3\u03bf\u03c5; KidsinBusiness \u00b7 Quiz \u03a0\u03cc\u03c3\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03bd\u03b5\u03cd\u03bc\u03b1\u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf \u03c0\u03b1\u03b9\u03b4\u03af [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1983,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1977","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-e1777222731158.png",500,889,false],"thumbnail":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-150x150.png",150,150,true],"medium":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-169x300.png",169,300,true],"medium_large":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-768x1365.png",640,1138,true],"large":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-576x1024.png",576,1024,true],"1536x1536":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-864x1536.png",864,1536,true],"2048x2048":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-e1777222731158.png",500,889,false],"trp-custom-language-flag":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-7x12.png",7,12,true],"woocommerce_thumbnail":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-300x300.png",300,300,true],"woocommerce_single":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-600x1067.png",600,1067,true],"woocommerce_gallery_thumbnail":["https:\/\/kidsinbusiness.gr\/wp-content\/uploads\/2026\/04\/\u03a4\u03b9-\u03b8\u03b5\u03c9\u03c1\u03b5\u03b9\u03c2-\u03c0\u03b9\u03bf-\u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03bf-\u03c3\u03b5-\u03bc\u03b9\u03b1-\u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b7-100x100.png",100,100,true]},"uagb_author_info":{"display_name":"\u03a3\u03a4\u0391\u03a5\u03a1\u039f\u03a5\u039b\u0391 \u0391\u03a1\u039d\u0399\u0398\u0395\u039d\u039f\u03a5","author_link":"https:\/\/kidsinbusiness.gr\/en\/author\/voull_7n1bz810\/"},"uagb_comment_info":0,"uagb_excerpt":"\u03a0\u03cc\u03c3\u03bf \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03a0\u03bd\u03b5\u03cd\u03bc\u03b1 \u0388\u03c7\u03b5\u03b9 \u03c4\u03bf \u03a0\u03b1\u03b9\u03b4\u03af \u03c3\u03bf\u03c5; KidsinBusiness \u00b7 Quiz \u03a0\u03cc\u03c3\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03bd\u03b5\u03cd\u03bc\u03b1\u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf \u03c0\u03b1\u03b9\u03b4\u03af [&hellip;]","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/pages\/1977","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/comments?post=1977"}],"version-history":[{"count":4,"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/pages\/1977\/revisions"}],"predecessor-version":[{"id":1987,"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/pages\/1977\/revisions\/1987"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/media\/1983"}],"wp:attachment":[{"href":"https:\/\/kidsinbusiness.gr\/en\/wp-json\/wp\/v2\/media?parent=1977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}