{"id":13,"date":"2026-04-17T08:51:30","date_gmt":"2026-04-17T08:51:30","guid":{"rendered":"https:\/\/institutecreatoris.pl\/?page_id=13"},"modified":"2026-05-20T19:19:39","modified_gmt":"2026-05-20T19:19:39","slug":"home","status":"publish","type":"page","link":"https:\/\/institutecreatoris.pl\/","title":{"rendered":"home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"pl\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Institute Creatoris<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=Cinzel:wght@400;600&#038;family=Raleway:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* ===== FULL-WIDTH OVERRIDE FOR BLOCKY THEME ===== *\/\nhtml, body {\n  overflow-x: hidden !important;\n}\n.wp-block-group,\n.entry-content,\n.site-main,\n.wp-site-blocks,\n.is-layout-constrained > *,\n.wp-block-post-content,\narticle.post,\n.entry,\nmain#main,\n.wp-block-html,\n.site-content,\n#content,\n#primary,\n.content-area {\n  max-width: 100% !important;\n  padding-left: 0 !important;\n  padding-right: 0 !important;\n  margin-left: 0 !important;\n  margin-right: 0 !important;\n}\n\n\/* ===== CSS VARIABLES ===== *\/\n:root {\n  --gold: #c9a84c;\n  --gold-light: #e8c97a;\n  --cream: #f5f0e8;\n  --dark: #1a1410;\n  --dark-mid: #2d2318;\n  --forest: #2c3e2d;\n  --text-body: #3d3228;\n  --serif: 'Cormorant Garamond', Georgia, serif;\n  --display: 'Cinzel', serif;\n  --sans: 'Raleway', sans-serif;\n}\n\n\/* ===== RESET & BASE (Z WYMUSZONYM WY\u015aRODKOWANIEM TEKSTU) ===== *\/\n#ic-page * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n#ic-page {\n  font-family: var(--serif);\n  color: var(--text-body);\n  background: var(--cream);\n  overflow-x: hidden;\n  width: 100vw;\n  position: relative;\n}\n\n\/* KULOODPORNE \u015aRODKOWANIE WSZYSTKICH TEKST\u00d3W *\/\n#ic-page p, \n#ic-page h1, \n#ic-page h2, \n#ic-page h3, \n#ic-page span, \n#ic-page blockquote, \n#ic-page cite {\n  text-align: center !important;\n}\n\n\/* ===== HERO SECTION \u2014 VIDEO 1 ===== *\/\n.ic-hero {\n  position: relative;\n  width: 100%;\n  height: 100vh;\n  min-height: 600px;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.ic-hero video {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center;\n}\n\n.ic-hero-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    to bottom,\n    rgba(26,20,16,0.35) 0%,\n    rgba(26,20,16,0.15) 40%,\n    rgba(26,20,16,0.6) 100%\n  );\n}\n\n.ic-hero-content {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  padding: 2rem;\n  animation: ic-fadeUp 1.4s ease both;\n}\n\n.ic-hero-eyebrow {\n  font-family: var(--sans);\n  font-size: 0.75rem;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: #ffffff;\n  margin-bottom: 1.2rem;\n  opacity: 0.9;\n}\n\n.ic-hero-title {\n  font-family: var(--display);\n  font-size: clamp(2.8rem, 7vw, 6rem);\n  font-weight: 400;\n  color: #fff;\n  line-height: 1.1;\n  letter-spacing: 0.05em;\n  text-shadow: 0 4px 30px rgba(0,0,0,0.4);\n}\n\n.ic-hero-title em {\n  display: block;\n  font-family: var(--serif);\n  font-style: italic;\n  font-weight: 300;\n  font-size: 0.6em;\n  color: #ffffff;\n  letter-spacing: 0.12em;\n  margin-top: 0.3em;\n}\n\n.ic-hero-scroll {\n  position: absolute;\n  bottom: 2.5rem;\n  left: 50%;\n  transform: translateX(-50%);\n  z-index: 2;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 0.5rem;\n  color: rgba(255,255,255,0.7);\n  font-family: var(--sans);\n  font-size: 0.65rem;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  animation: ic-bounce 2s ease-in-out infinite;\n}\n\n.ic-hero-scroll::after {\n  content: '';\n  width: 1px;\n  height: 3rem;\n  background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent);\n}\n\n\/* ===== ORNAMENTAL DIVIDER ===== *\/\n.ic-ornament {\n  color: var(--gold);\n  font-size: 1.4rem;\n  letter-spacing: 0.5em;\n  padding: 2rem 0 0;\n  opacity: 0.7;\n}\n\n\/* ===== ABOUT SECTION (NAPRAWIONA STRUKTURA FLEX) ===== *\/\n.ic-about {\n  background: var(--cream);\n  padding: 6rem 2rem 5rem;\n  position: relative;\n  \n  \/* Wymuszenie 100% szeroko\u015bci i centrowania flexboxem *\/\n  width: 100% !important;\n  max-width: 100% !important;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n}\n\n.ic-about-logo {\n  margin-bottom: 2rem;\n  display: flex;\n  justify-content: center;\n}\n\n.ic-about-logo img {\n  max-width: 180px;\n  height: auto;\n  display: inline-block;\n}\n\n.ic-section-label {\n  font-family: var(--sans);\n  font-size: 0.7rem;\n  letter-spacing: 0.4em;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 2rem;\n  display: block;\n}\n\n.ic-about h2 {\n  font-family: var(--display);\n  font-size: clamp(1.8rem, 4vw, 3rem);\n  font-weight: 400;\n  color: var(--dark);\n  line-height: 1.25;\n  margin-bottom: 2.5rem;\n  letter-spacing: 0.04em;\n}\n\n.ic-about p {\n  font-family: var(--serif);\n  font-size: clamp(1.05rem, 2vw, 1.25rem);\n  line-height: 1.85;\n  color: var(--text-body);\n  margin-bottom: 1.4rem;\n  max-width: 900px; \/* Ograniczenie szeroko\u015bci tekstu, ale wy\u015brodkowane flexem rodzica *\/\n}\n\n.ic-about p:last-child {\n  margin-bottom: 0;\n}\n\n\/* ===== GOLD LINE ===== *\/\n.ic-line {\n  width: 80px;\n  height: 1px;\n  background: var(--gold);\n  margin: 0 auto 2rem !important;\n  opacity: 0.6;\n}\n\n\/* ===== FULL-WIDTH VIDEO SECTION 2 ===== *\/\n.ic-video-section {\n  position: relative;\n  width: 100%;\n  height: 80vh;\n  min-height: 480px;\n  overflow: hidden;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n  justify-content: center !important;\n  margin: 4rem 0 0;\n}\n\n.ic-video-section video {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.ic-video-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    135deg,\n    rgba(26,20,16,0.65) 0%,\n    rgba(44,62,45,0.4) 60%,\n    rgba(26,20,16,0.7) 100%\n  );\n}\n\n.ic-video-content {\n  position: relative;\n  z-index: 2;\n  padding: 2rem;\n  max-width: 750px;\n}\n\n.ic-video-content h3 {\n  font-family: var(--display);\n  font-size: clamp(1.6rem, 4vw, 3.2rem);\n  color: #fff;\n  font-weight: 400;\n  letter-spacing: 0.06em;\n  line-height: 1.2;\n  margin-bottom: 1.5rem;\n  text-shadow: 0 2px 20px rgba(0,0,0,0.5);\n}\n\n.ic-video-content h3 em {\n  display: block;\n  font-family: var(--serif);\n  font-style: italic;\n  font-size: 0.65em;\n  color: var(--gold-light);\n  letter-spacing: 0.1em;\n  margin-bottom: 0.4em;\n  font-weight: 300;\n}\n\n.ic-video-content p {\n  font-family: var(--serif);\n  font-size: clamp(1rem, 2vw, 1.2rem);\n  color: rgba(255,255,255,0.88);\n  line-height: 1.8;\n  margin-bottom: 2rem;\n}\n\n.ic-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-family: var(--sans);\n  font-size: 0.72rem;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: var(--dark);\n  background: var(--gold-light);\n  padding: 1rem 2.5rem;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  border: 1px solid var(--gold);\n}\n\n.ic-btn:hover {\n  background: var(--gold);\n  color: #fff;\n  letter-spacing: 0.35em;\n}\n\n.ic-btn-outline {\n  background: transparent;\n  color: #fff;\n  border-color: rgba(255,255,255,0.5);\n}\n\n.ic-btn-outline:hover {\n  background: rgba(255,255,255,0.1);\n  border-color: #fff;\n  color: #fff;\n}\n\n\/* ===== BOOK SECTION (NAPRAWIONA STRUKTURA FLEX) ===== *\/\n.ic-book {\n  background: var(--dark);\n  padding: 11rem 2rem 7rem;\n  position: relative;\n  overflow: hidden;\n  \n  \/* Wymuszenie 100% szeroko\u015bci i centrowania flexboxem *\/\n  width: 100% !important;\n  max-width: 100% !important;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n}\n\n.ic-book::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at 30% 50%, rgba(44,62,45,0.4) 0%, transparent 60%),\n              radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.08) 0%, transparent 60%);\n  pointer-events: none;\n}\n\n.ic-book-inner {\n  width: 100%;\n  max-width: 800px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  position: relative;\n  z-index: 1;\n}\n\n.ic-book-text {\n  color: var(--cream);\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n}\n\n.ic-book-text .ic-section-label {\n  color: var(--gold);\n  margin-bottom: 1.5rem;\n}\n\n.ic-book-text h2 {\n  font-family: var(--display);\n  font-size: clamp(1.6rem, 3.5vw, 2.8rem);\n  font-weight: 400;\n  color: var(--cream);\n  line-height: 1.2;\n  margin-bottom: 0.5rem;\n  letter-spacing: 0.04em;\n}\n\n.ic-book-text h2 em {\n  display: block;\n  font-family: var(--serif);\n  font-style: italic;\n  font-weight: 300;\n  font-size: 0.8em;\n  color: var(--gold-light);\n  margin-top: 0.25em;\n}\n\n.ic-book-text .ic-line {\n  margin: 1.8rem auto;\n  opacity: 0.4;\n}\n\n.ic-book-text p {\n  font-family: var(--serif);\n  font-size: clamp(1rem, 1.8vw, 1.15rem);\n  line-height: 1.85;\n  color: rgba(245,240,232,0.85);\n  margin-bottom: 1.3rem;\n}\n\n.ic-book-cta {\n  margin-top: 2.5rem;\n  display: flex;\n  gap: 1rem;\n  flex-wrap: wrap;\n  justify-content: center;\n}\n\n\/* ===== QUOTE \/ MANIFESTO (NAPRAWIONA STRUKTURA FLEX) ===== *\/\n.ic-manifesto {\n  background: var(--forest);\n  padding: 6rem 2rem;\n  position: relative;\n  overflow: hidden;\n  \n  \/* Wymuszenie 100% szeroko\u015bci i centrowania flexboxem *\/\n  width: 100% !important;\n  max-width: 100% !important;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n}\n\n.ic-manifesto::before {\n  content: '\u2767';\n  position: absolute;\n  top: -2rem;\n  left: 50%;\n  transform: translateX(-50%);\n  font-size: 8rem;\n  color: rgba(201,168,76,0.06);\n  pointer-events: none;\n  line-height: 1;\n}\n\n.ic-manifesto blockquote {\n  width: 100%;\n  max-width: 780px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  position: relative;\n  z-index: 1;\n}\n\n.ic-manifesto blockquote::before {\n  content: '\"';\n  font-family: var(--serif);\n  font-size: 8rem;\n  color: var(--gold);\n  opacity: 0.25;\n  line-height: 0.5;\n  display: block;\n  margin-bottom: 1rem;\n}\n\n.ic-manifesto blockquote p {\n  font-family: var(--serif);\n  font-style: italic;\n  font-size: clamp(1.3rem, 3vw, 2rem);\n  line-height: 1.7;\n  color: var(--cream);\n  margin-bottom: 2rem;\n}\n\n.ic-manifesto blockquote cite {\n  font-family: var(--sans);\n  font-size: 0.7rem;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: var(--gold);\n  font-style: normal;\n}\n\n\/* ===== FOOTER CONTACT (NAPRAWIONA STRUKTURA FLEX) ===== *\/\n.ic-footer {\n  background: var(--dark);\n  padding: 5rem 2rem;\n  border-top: 1px solid rgba(201,168,76,0.15);\n  \n  \/* Wymuszenie 100% szeroko\u015bci i centrowania flexboxem *\/\n  width: 100% !important;\n  max-width: 100% !important;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n}\n\n.ic-footer h3 {\n  font-family: var(--display);\n  font-size: clamp(1.4rem, 3vw, 2.2rem);\n  color: var(--cream);\n  font-weight: 400;\n  letter-spacing: 0.06em;\n  margin-bottom: 1rem;\n}\n\n.ic-footer p {\n  font-family: var(--serif);\n  font-size: 1.1rem;\n  color: rgba(245,240,232,0.65);\n  margin-bottom: 2.5rem;\n}\n\n.ic-footer-brand {\n  margin-top: 4rem;\n  font-family: var(--sans);\n  font-size: 0.65rem;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: rgba(201,168,76,0.4);\n}\n\n\/* ===== ANIMATIONS ===== *\/\n@keyframes ic-fadeUp {\n  from { opacity: 0; transform: translateY(30px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@keyframes ic-bounce {\n  0%, 100% { transform: translateX(-50%) translateY(0); }\n  50% { transform: translateX(-50%) translateY(8px); }\n}\n<\/style>\n<\/head>\n<body>\n\n<div id=\"ic-page\">\n\n  <section class=\"ic-hero\">\n    <video autoplay muted loop playsinline poster=\"\">\n      <source src=\"https:\/\/institutecreatoris.pl\/wp-content\/uploads\/2026\/04\/video-7.mp4\" type=\"video\/mp4\">\n    <\/video>\n    <div class=\"ic-hero-overlay\"><\/div>\n    <div class=\"ic-hero-content\">\n      <p class=\"ic-hero-eyebrow\">Witaj w przestrzeni transformacji<\/p>\n      <h1 class=\"ic-hero-title\">\n        Institute\n        <em>Creatoris<\/em>\n      <\/h1>\n    <\/div>\n    <div class=\"ic-hero-scroll\">Odkryj<\/div>\n  <\/section>\n\n  <section class=\"ic-about\">\n    <div class=\"ic-ornament\">\u2726 \u2726 \u2726<\/div>\n    <br>\n    \n    <div class=\"ic-about-logo\">\n      <img decoding=\"async\" src=\"https:\/\/institutecreatoris.pl\/wp-content\/uploads\/2026\/04\/IMG_0050-scaled.jpeg\" alt=\"Institute Creatoris Logo\">\n    <\/div>\n\n    <span class=\"ic-section-label\">O nas<\/span>\n    <div class=\"ic-line\"><\/div>\n    <h2>O instytucie<\/h2>\n    \n    <p>\n      Instytut powsta\u0142 jako projekt stworzony przez Dr Iwon\u0119 Ann\u0119 Bol\u00f6v.\n    <\/p>\n    <p>\n      <strong>Dr Iwona Anna Bol\u00f6v<\/strong> \u2013 interdyscyplinarna badaczka spo\u0142eczna, autorka ksi\u0105\u017cek i reporta\u017cy, doktor nauk humanistycznych Uniwersytetu Warszawskiego. Specjalizuje si\u0119 w tematyce etyki przyw\u00f3dztwa i zr\u00f3wnowa\u017conego rozwoju. Tworzy\u0142a i realizowa\u0142a projekty edukacyjne oraz badawcze we wsp\u00f3\u0142pracy z uniwersytetami i instytucjami mi\u0119dzynarodowymi w Europie i USA (m.in. INSEAD, Jepson School of Leadership Studies, ONZ). Mieszka z rodzin\u0105 w Szwecji i zajmuje si\u0119 edukacj\u0105 interdyscyplinarn\u0105 wspieraj\u0105c\u0105 rozw\u00f3j kreatywno\u015bci i odpowiedzialnego przyw\u00f3dztwa.\n    <\/p>\n  <\/section>\n\n  <section class=\"ic-video-section\">\n    <video autoplay muted loop playsinline>\n      <source src=\"https:\/\/institutecreatoris.pl\/wp-content\/uploads\/2026\/04\/video-10.mp4\" type=\"video\/mp4\">\n    <\/video>\n    <div class=\"ic-video-overlay\"><\/div>\n    <div class=\"ic-video-content\">\n      <h3>\n        <em>Nowa ksi\u0105\u017cka Instytutu<\/em>\n        \u015awiat\u0142o lidera\n      <\/h3>\n      <p>\n        Legenda, kt\u00f3r\u0105 tworzysz\n      <\/p>\n      <a href=\"https:\/\/www.empik.com\/swiatlo-lidera-legenda-ktora-tworzysz-bolov-iwona-anna,p1727263826,ebooki-i-mp3-p?fromSearchQuery=%C5%9Bwiat%C5%82o+lidera\" class=\"ic-btn ic-btn-outline\">Dowiedz si\u0119 wi\u0119cej<\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"ic-book\">\n    <div class=\"ic-book-inner\">\n      <div class=\"ic-book-text\">\n        <span class=\"ic-section-label\">Najnowsza publikacja<\/span>\n        <h2>\n          \u015awiat\u0142o lidera\n          <em>Legenda, kt\u00f3r\u0105 tworzysz<\/em>\n        <\/h2>\n        <div class=\"ic-line\"><\/div>\n        <p>\n          Ksi\u0105\u017cka, kt\u00f3ra zabierze Ci\u0119 w g\u0142\u0119bok\u0105 podr\u00f3\u017c do \u017ar\u00f3de\u0142 Twojej pierwotnej m\u0105dro\u015bci,\n          intuicji i tw\u00f3rczego geniuszu. Studia nad przyw\u00f3dztwem \u0142\u0105cz\u0105 si\u0119 tu z ponadczasowymi\n          mitami, alegoriami oraz wiedz\u0105 rdzennych kultur.\n        <\/p>\n        <p>\n          Poprzez obrazowy storytelling, autorsk\u0105 ba\u015b\u0144 i symboliczne \u0107wiczenia przejdziesz\n          cztery etapy wewn\u0119trznej transformacji. Nauczysz si\u0119 przekszta\u0142ca\u0107 l\u0119k w heroizm,\n          odkryjesz \u017cyciodajne \u017ar\u00f3d\u0142o mocy, rozpoznasz sw\u00f3j unikalny dar oraz spojrzysz\n          na rzeczywisto\u015b\u0107 z perspektywy tw\u00f3rcy.\n        <\/p>\n        <p>\n          To ksi\u0105\u017cka dla tych, kt\u00f3rzy czuj\u0105, \u017ce si\u0142a przyw\u00f3dztwa zaczyna si\u0119 od wewn\u0105trz\n          i \u017ce ich historia ma znaczenie.\n        <\/p>\n        <div class=\"ic-book-cta\">\n          <a href=\"https:\/\/www.empik.com\/swiatlo-lidera-legenda-ktora-tworzysz-bolov-iwona-anna,p1727263826,ebooki-i-mp3-p?fromSearchQuery=%C5%9Bwiat%C5%82o+lidera\" class=\"ic-btn\">Kup w Empiku<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ic-manifesto\">\n    <blockquote>\n      <p>\n        Ka\u017cdy cz\u0142owiek nosi w sobie legend\u0119, kt\u00f3r\u0105 przyszed\u0142 napisa\u0107.\n        Instytut Creatoris istnieje po to, aby pom\u00f3c Ci j\u0105 odnale\u017a\u0107 i opowiedzie\u0107 \u015bwiatu.\n      <\/p>\n      <cite>Institute Creatoris<\/cite>\n    <\/blockquote>\n  <\/section>\n\n  <footer class=\"ic-footer\">\n    <img decoding=\"async\" src=\"https:\/\/institutecreatoris.pl\/wp-content\/uploads\/2026\/04\/Fairytale_Cover_-scaled.jpg\"\n         alt=\"Institute Creatoris\"\n         style=\"max-width:220px; margin-bottom:2.5rem; display:block; margin-left:auto; margin-right:auto; opacity:0.85;\">\n    <h3>Institute Creatoris<\/h3>\n    <p>Przestrze\u0144 tw\u00f3rczo\u015bci, rozwoju i przyw\u00f3dztwa<\/p>\n    <a href=\"mailto:kontakt@institutecreatoris.pl\" class=\"ic-btn\">Napisz do nas<\/a>\n    <p class=\"ic-footer-brand\">\u00a9 Institute Creatoris \u2014 Wszelkie prawa zastrze\u017cone<\/p>\n  <\/footer>\n\n<\/div><script>\n(function() {\n  var page = document.getElementById('ic-page');\n  if (!page) return;\n\n  function escapeContainer() {\n    \/\/ Move #ic-page directly to body to escape all WP containers\n    document.body.appendChild(page);\n\n    \/\/ Style body to avoid jump\n    page.style.position = 'fixed';\n    page.style.top = '0';\n    page.style.left = '0';\n    page.style.width = '100vw';\n    page.style.height = '100vh';\n    page.style.overflowY = 'scroll';\n    page.style.overflowX = 'hidden';\n    page.style.zIndex = '9999';\n    page.style.background = '#f5f0e8';\n\n    \/\/ Hide WP admin bar overlap\n    var adminBar = document.getElementById('wpadminbar');\n    if (adminBar) {\n      page.style.paddingTop = adminBar.offsetHeight + 'px';\n    }\n\n    \/\/ Hide the rest of the page content\n    var site = document.getElementById('page') || document.querySelector('.site');\n    if (site) site.style.display = 'none';\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', escapeContainer);\n  } else {\n    escapeContainer();\n  }\n})();\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Institute Creatoris Witaj w przestrzeni transformacji Institute Creatoris Odkryj \u2726 \u2726 \u2726 O nas O instytucie Instytut powsta\u0142 jako projekt stworzony przez Dr Iwon\u0119 Ann\u0119 Bol\u00f6v. Dr Iwona Anna Bol\u00f6v \u2013 interdyscyplinarna badaczka spo\u0142eczna, autorka ksi\u0105\u017cek i reporta\u017cy, doktor nauk humanistycznych Uniwersytetu Warszawskiego. Specjalizuje si\u0119 w tematyce etyki przyw\u00f3dztwa i zr\u00f3wnowa\u017conego rozwoju. Tworzy\u0142a i realizowa\u0142a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","page_structure_type":"type-4","content_style_source":"custom","content_style":"wide","vertical_spacing_source":"custom","content_area_spacing":"none","disable_header":"yes","disable_footer":"yes","styles_descriptor":{"styles":{"desktop":"[data-prefix=\"single_page\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);}","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/institutecreatoris.pl\/index.php?rest_route=\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/institutecreatoris.pl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/institutecreatoris.pl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/institutecreatoris.pl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/institutecreatoris.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13"}],"version-history":[{"count":14,"href":"https:\/\/institutecreatoris.pl\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":36,"href":"https:\/\/institutecreatoris.pl\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions\/36"}],"wp:attachment":[{"href":"https:\/\/institutecreatoris.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}