{"id":97182,"date":"2025-09-18T13:07:51","date_gmt":"2025-09-18T13:07:51","guid":{"rendered":"https:\/\/ksa.edu.pl\/choreografia\/"},"modified":"2026-02-20T08:47:15","modified_gmt":"2026-02-20T08:47:15","slug":"choreography","status":"publish","type":"page","link":"https:\/\/ksa.edu.pl\/en\/choreography\/","title":{"rendered":"Choreography"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"97182\" class=\"elementor elementor-97182 elementor-88692\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3208642 e-flex e-con-boxed e-con e-parent\" data-id=\"3208642\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-809d3e5 e-con-full e-flex e-con e-child\" data-id=\"809d3e5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a300502 elementor-widget elementor-widget-text-editor\" data-id=\"a300502\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Please note: This program is offered only <span style=\"color: #82387b;\"><a style=\"color: #82387b;\" href=\"https:\/\/ksa.edu.pl\/choreografia\/\">in Polish<\/a><\/span>.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e955f0b e-flex e-con-boxed e-con e-parent\" data-id=\"e955f0b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-35f4b59 e-con-full e-flex e-con e-child\" data-id=\"35f4b59\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d74a16 e-con-full e-flex e-con e-child\" data-id=\"6d74a16\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf98852 elementor-widget elementor-widget-heading\" data-id=\"cf98852\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">About the School of Choreography<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b5f0d02 elementor-widget elementor-widget-text-editor\" data-id=\"b5f0d02\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThe School of Choreography is a post-secondary school that provides comprehensive preparation for pursuing an independent career as a choreographer and contemporary dance instructor.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0fc5ace e-con-full e-flex e-con e-child\" data-id=\"0fc5ace\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0dbc29 elementor-widget elementor-widget-text-editor\" data-id=\"f0dbc29\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tOur choreography course is aimed at graduates of ballet schools, modern dance schools, dancers performing in dance ensembles, formations, and dance theaters \u2013 in short, anyone who wants to earn a diploma as a choreographer and dance instructor.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a767d4 e-con-full e-flex e-con e-child\" data-id=\"5a767d4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a50cd2 elementor-widget elementor-widget-html\" data-id=\"3a50cd2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"slideshow-container\">\r\n        <div class=\"photo-slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/ksa.edu.pl\/wp-content\/uploads\/2025\/09\/szkoachoreografii7-1-1.jpg\" alt=\"Zdj\u0119cie 1\" >\r\n        <\/div>\r\n        \r\n        <div class=\"photo-slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/ksa.edu.pl\/wp-content\/uploads\/2025\/09\/szkoachoreografii10-1.jpg\" alt=\"Zdj\u0119cie 2\" >\r\n        <\/div>\r\n        \r\n        <div class=\"photo-slide active\">\r\n            <img decoding=\"async\" src=\"https:\/\/ksa.edu.pl\/wp-content\/uploads\/2025\/09\/szkoachoreografii13-2.jpg\" alt=\"Zdj\u0119cie 3\" >\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            const slideshowContainer = document.querySelector('.slideshow-container');\r\n            const slides = document.querySelectorAll('.photo-slide');\r\n            let currentIndex = 0;\r\n            let hasHovered = false;\r\n            \r\n            \/\/ Funkcja do zmiany slajdu\r\n            function changeSlide() {\r\n                \/\/ Usu\u0144 klas\u0119 active ze wszystkich slajd\u00f3w\r\n                slides.forEach(slide => slide.classList.remove('active'));\r\n                \r\n                \/\/ Przejd\u017a do nast\u0119pnego slajdu\r\n                currentIndex = (currentIndex + 1) % slides.length;\r\n                \r\n                \/\/ Dodaj klas\u0119 active do aktualnego slajdu\r\n                slides[currentIndex].classList.add('active');\r\n            }\r\n            \r\n            \/\/ Event listener dla najechania myszk\u0105\r\n            slideshowContainer.addEventListener('mouseenter', function() {\r\n                if (!hasHovered) {\r\n                    changeSlide();\r\n                    hasHovered = true;\r\n                }\r\n            });\r\n            \r\n            \/\/ Event listener dla opuszczenia obszaru przez myszk\u0119\r\n            slideshowContainer.addEventListener('mouseleave', function() {\r\n                hasHovered = false;\r\n            });\r\n        });\r\n    <\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72e6850 e-flex e-con-boxed e-con e-parent\" data-id=\"72e6850\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-edebb4a e-con-full e-flex e-con e-child\" data-id=\"edebb4a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-758711d elementor-widget elementor-widget-html\" data-id=\"758711d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"bottom-up-container\" id=\"bottom-up-slideshow\">\r\n  <div class=\"bottom-up-slide\" style=\"top: 100%; transition: top 1.5s ease-in-out;\">\r\n    <img decoding=\"async\" src=\"https:\/\/ksa.edu.pl\/wp-content\/uploads\/2025\/09\/szkola-choreografii.jpg\" alt=\"Zdj\u0119cie 1\" >\r\n  <\/div>\r\n  <div class=\"bottom-up-slide\" style=\"top: 100%; transition: top 1.5s ease-in-out;\">\r\n    <img decoding=\"async\" src=\"https:\/\/ksa.edu.pl\/wp-content\/uploads\/2025\/09\/szkola-choreografii-4.jpg\" alt=\"Zdj\u0119cie 2\" >\r\n  <\/div>\r\n  <div class=\"bottom-up-slide\" style=\"top: 0px; transition: top 1.5s ease-in-out;\">\r\n    <img decoding=\"async\" src=\"https:\/\/ksa.edu.pl\/wp-content\/uploads\/2025\/09\/szkola-choreografii-2.jpg\" alt=\"Zdj\u0119cie 3\" >\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n\/\/ U\u017cywamy funkcji IIFE (Immediately Invoked Function Expression)\r\n\/\/ aby unikn\u0105\u0107 konflikt\u00f3w w globalnej przestrzeni nazw\r\n(function() {\r\n  \/\/ Czekamy a\u017c dokument zostanie za\u0142adowany\r\n  document.addEventListener('DOMContentLoaded', function() {\r\n    const slideshowContainer = document.getElementById('bottom-up-slideshow');\r\n    const slides = slideshowContainer.querySelectorAll('.bottom-up-slide');\r\n    let currentIndex = 0;\r\n    let isAnimating = false;\r\n    \r\n    \/\/ Ustawienie pocz\u0105tkowe - pierwszy slajd widoczny, reszta pod spodem\r\n    slides[0].style.top = '0';\r\n    for (let i = 1; i < slides.length; i++) {\r\n      slides[i].style.top = '100%';\r\n    }\r\n    \r\n    \/\/ Funkcja do zmiany slajdu - efekt przesuwania z do\u0142u do g\u00f3ry\r\n    function changeBottomUpSlide() {\r\n      if (isAnimating) return; \/\/ Zapobieganie nak\u0142adaniu si\u0119 animacji\r\n      isAnimating = true;\r\n      \r\n      \/\/ Obliczenie indeksu nast\u0119pnego slajdu\r\n      const nextIndex = (currentIndex + 1) % slides.length;\r\n      \r\n      \/\/ Aktualny slajd przesuwany do g\u00f3ry (poza ekran)\r\n      slides[currentIndex].style.top = '-100%';\r\n      \r\n      \/\/ Nast\u0119pny slajd przesuwa si\u0119 z do\u0142u na \u015brodek\r\n      slides[nextIndex].style.top = '0';\r\n      \r\n      \/\/ Po zako\u0144czeniu animacji resetujemy pozycj\u0119 starego slajdu\r\n      setTimeout(() => {\r\n        \/\/ Wy\u0142\u0105czamy animacj\u0119 na czas zmiany pozycji\r\n        slides[currentIndex].style.transition = 'none';\r\n        slides[currentIndex].style.top = '100%';\r\n        \r\n        \/\/ Przywracamy animacj\u0119 po zmianie pozycji\r\n        requestAnimationFrame(() => {\r\n          setTimeout(() => {\r\n            slides[currentIndex].style.transition = 'top 1.5s ease-in-out';\r\n            \r\n            \/\/ Aktualizacja bie\u017c\u0105cego indeksu i zako\u0144czenie stanu animacji\r\n            currentIndex = nextIndex;\r\n            isAnimating = false;\r\n          }, 20);\r\n        });\r\n      }, 1600); \/\/ Czas trwania animacji plus niewielki zapas\r\n    }\r\n    \r\n   \r\n    const slideInterval = setInterval(changeBottomUpSlide, 3500);\r\n    \r\n    \/\/ Obs\u0142uga zdarzenia zako\u0144czenia przej\u015bcia dla dodatkowej pewno\u015bci\r\n    slides.forEach(slide => {\r\n      slide.addEventListener('transitionend', function(e) {\r\n        if (e.propertyName === 'top' && slide.style.top === '-100%') {\r\n          \/\/ Dodatkowe zabezpieczenie - resetowanie slajdu kt\u00f3ry znikn\u0105\u0142 w g\u00f3r\u0119\r\n          setTimeout(() => {\r\n            slide.style.transition = 'none';\r\n            slide.style.top = '100%';\r\n            \r\n            requestAnimationFrame(() => {\r\n              setTimeout(() => {\r\n                slide.style.transition = 'top 1.5s ease-in-out';\r\n              }, 20);\r\n            });\r\n          }, 50);\r\n        }\r\n      });\r\n    });\r\n  });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-05f9d33 e-con-full e-flex e-con e-child\" data-id=\"05f9d33\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f841211 elementor-widget elementor-widget-text-editor\" data-id=\"f841211\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tClasses are led by one of Poland\u2019s most outstanding choreographers, Tomasz Go\u0142\u0119biowski, along with other excellent specialists. Workshops with experts provide graduates with excellent professional preparation, enabling them to find employment both in Poland and abroad.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e04912c e-flex e-con-boxed e-con e-parent\" data-id=\"e04912c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-785e7fc e-con-full e-flex e-con e-child\" data-id=\"785e7fc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2745f97 elementor-widget elementor-widget-heading\" data-id=\"2745f97\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Diploma with the title of Choreographer and Contemporary Dance Instructor<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a035ac elementor-widget elementor-widget-text-editor\" data-id=\"3a035ac\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We offer a one-year part-time program (2 semesters). The course begins in October and ends in June:<\/p><ul><li>18 weekend sessions (2 sessions per month)<\/li><li>Approximately 18 teaching hours per session<\/li><li>The program concludes with the preparation of a diploma choreographic composition<\/li><\/ul><p>The School of Choreography collaborates academically and artistically with the Italian Accademia Eurodanza 2000 in Messina. The institutions jointly organize artistic performances and other projects in the fields of dance, choreography, artistic fencing, and other dance forms.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-df402b8 e-con-full elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\" data-id=\"df402b8\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00448da e-flex e-con-boxed e-con e-parent\" data-id=\"00448da\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8ed0390 e-con-full e-flex e-con e-child\" data-id=\"8ed0390\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7dae13a elementor-widget elementor-widget-heading\" data-id=\"7dae13a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What do You gain?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65e74ee elementor-widget elementor-widget-text-editor\" data-id=\"65e74ee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>Diploma with the title of Choreographer and Contemporary Dance Instructor<\/li><li>As part of the program \u2013 access to a professional theater hall, recording studio, ballet studio, and photography studios<\/li><li>Qualification to work as an instructor across a wide range of dance and choreography topics, and, most importantly, to conduct contemporary dance classes for various age groups<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5920db9 e-con-full elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\" data-id=\"5920db9\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ebab46a e-flex e-con-boxed e-con e-parent\" data-id=\"ebab46a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-11f2e83 e-con-full e-flex e-con e-child\" data-id=\"11f2e83\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7218a1 elementor-widget elementor-widget-heading\" data-id=\"f7218a1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">School of Choreography Curriculum<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-084a89d elementor-widget elementor-widget-text-editor\" data-id=\"084a89d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tTomasz Go\u0142\u0119biowski\u2019s original program is based on his experience and direct collaboration with choreography masters in Poland and Europe.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d097f05 e-con-full elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\" data-id=\"d097f05\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-efaa128 e-flex e-con-boxed e-con e-parent\" data-id=\"efaa128\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-598d359 e-con-full e-flex e-con e-child\" data-id=\"598d359\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-213fc52 elementor-widget elementor-widget-heading\" data-id=\"213fc52\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Dance Techniques<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7377101 elementor-widget elementor-widget-text-editor\" data-id=\"7377101\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul> <li>Contemporary Dance Course<\/li> <li>Modern Dance Course (basics of hip-hop, locking, dancehall, jazz, etc.)<\/li> <li>Classical Dance Course<\/li> <li>National, Folk, Character, Stage, and Partner Dances<\/li> <\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9278bb8 e-con-full e-flex e-con e-child\" data-id=\"9278bb8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eee05a1 elementor-widget elementor-widget-heading\" data-id=\"eee05a1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Choreography and Stage Creativity<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7143e81 elementor-widget elementor-widget-text-editor\" data-id=\"7143e81\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul> <li>Stage Choreography Course<\/li> <li>Choreographic Composition, Choreographic Etudes \u2013 Stage Performances and Presentations<\/li> <li>Fashion Show Choreography<\/li> <\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ae59846 e-con-full e-flex e-con e-child\" data-id=\"ae59846\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-801b4ab elementor-widget elementor-widget-heading\" data-id=\"801b4ab\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Pedagogical Training<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d15776 elementor-widget elementor-widget-text-editor\" data-id=\"9d15776\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul> <li>Preparation for conducting classes with children in different age groups (3\u20136 years and 7\u20139 years)<\/li> <li>Preparation for conducting corrective gymnastics for children<\/li> <\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-244be47 e-con-full e-flex e-con e-child\" data-id=\"244be47\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b540261 elementor-widget elementor-widget-heading\" data-id=\"b540261\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Artistic and Stage Development<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85f0002 elementor-widget elementor-widget-text-editor\" data-id=\"85f0002\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul>\n \t<li data-start=\"808\" data-end=\"839\">\n<p data-start=\"810\" data-end=\"839\">Techniki wyrazu scenicznego<\/p>\n<\/li>\n \t<li data-start=\"840\" data-end=\"869\">\n<p data-start=\"842\" data-end=\"869\">Elementy zada\u0144 aktorskich<\/p>\n<\/li>\n \t<li data-start=\"870\" data-end=\"958\">\n<p data-start=\"872\" data-end=\"958\">Historia ta\u0144ca i trendy ta\u0144ca we wsp\u00f3\u0142czesnym \u015bwiecie (z uwzgl\u0119dnieniem aktualno\u015bci)<\/p>\n<\/li>\n \t<li data-start=\"959\" data-end=\"985\">\n<p data-start=\"961\" data-end=\"985\">Elementy choreoterapii<\/p>\n<\/li>\n \t<li data-start=\"986\" data-end=\"1016\">\n<p data-start=\"988\" data-end=\"1016\">Analiza muzyczna i rytmika<\/p>\n<\/li>\n \t<li data-start=\"986\" data-end=\"1016\">Zaj\u0119cia dodatkowe (warsztaty specjalistyczne)<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a39bcf2 e-con-full e-flex e-con e-child\" data-id=\"a39bcf2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ace1ad elementor-widget elementor-widget-heading\" data-id=\"4ace1ad\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Portfolio and Professional Promotion<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da19046 elementor-widget elementor-widget-text-editor\" data-id=\"da19046\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul> <li>Portfolio Photoshoot<\/li> <li>Dancer Demo<\/li> <\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0d3d2d3 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"0d3d2d3\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00db432 e-flex e-con-boxed e-con e-parent\" data-id=\"00db432\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b633ee5 e-con-full elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\" data-id=\"b633ee5\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-629385a e-con-full e-flex e-con e-child\" data-id=\"629385a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1f1866 elementor-widget elementor-widget-text-editor\" data-id=\"e1f1866\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThe program concludes with a diploma performance presented to a wide audience, including potential employers. Skilled choreographers and dance instructors are in demand by theaters, dance companies, music video and television producers, fashion show organizers, and dance schools.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cfaa174 e-flex e-con-boxed e-con e-parent\" data-id=\"cfaa174\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ffe11b e-con-full e-flex e-con e-child\" data-id=\"9ffe11b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d90105 elementor-widget elementor-widget-text-editor\" data-id=\"7d90105\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tGraduates conduct dance and choreography classes for various age groups, implement their own stage projects, work as contemporary dance instructors, and create choreographies for schools, ensembles, and artistic events.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ac88db e-con-full elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\" data-id=\"3ac88db\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de86816 e-flex e-con-boxed e-con e-parent\" data-id=\"de86816\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-67a975d e-con-full e-flex e-con e-child\" data-id=\"67a975d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50ac01d elementor-widget elementor-widget-image\" data-id=\"50ac01d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/ksa.edu.pl\/wp-content\/uploads\/2021\/07\/IMG_1260.jpg\" class=\"attachment-large size-large wp-image-89520\" alt=\"szko\u0142a-choreografii-taniec\" srcset=\"https:\/\/ksa.edu.pl\/wp-content\/uploads\/2021\/07\/IMG_1260.jpg.webp 1024w, https:\/\/ksa.edu.pl\/wp-content\/uploads\/2021\/07\/IMG_1260-300x200.jpg.webp 300w, https:\/\/ksa.edu.pl\/wp-content\/uploads\/2021\/07\/IMG_1260-768x512.jpg.webp 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" >\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1aedae5 e-con-full e-flex e-con e-child\" data-id=\"1aedae5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3af67ce e-con-full e-flex e-con e-child\" data-id=\"3af67ce\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4df454d elementor-widget elementor-widget-text-editor\" data-id=\"4df454d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our school is a popular choice among university graduates from Poland and abroad, who value its high level of education and outstanding faculty.<\/p><article class=\"text-token-text-primary w-full focus:outline-none scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" tabindex=\"-1\" data-turn-id=\"request-WEB:e1e78456-c260-4551-a495-2c26542348bc-21\" data-testid=\"conversation-turn-44\" data-scroll-anchor=\"true\" data-turn=\"assistant\"><div class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] thread-sm:[--thread-content-margin:--spacing(6)] thread-lg:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)\"><div class=\"[--thread-content-max-width:40rem] thread-lg:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" tabindex=\"-1\"><div class=\"flex max-w-full flex-col grow\"><div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"3c73e1ea-c081-4d14-9657-1121e9a7dae2\" data-message-model-slug=\"gpt-5-mini\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[1px]\"><div class=\"markdown prose dark:prose-invert w-full break-words dark markdown-new-styling\"><p data-start=\"0\" data-end=\"171\" data-is-last-node=\"\" data-is-only-node=\"\">The School of Choreography is not just an educational program \u2013 it is a community of creative, dedicated individuals united by their passion for dance, art, and the stage.<\/p><\/div><\/div><\/div><\/div><div class=\"z-0 flex min-h-[46px] justify-start\">\u00a0<\/div><div class=\"mt-3 w-full empty:hidden\"><div class=\"text-center\">\u00a0<\/div><\/div><\/div><\/div><\/article><div class=\"pointer-events-none h-px w-px\" aria-hidden=\"true\" data-edge=\"true\">\u00a0<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Please note: This program is offered only in Polish. About the School of Choreography The School of Choreography is a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-97182","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/ksa.edu.pl\/en\/wp-json\/wp\/v2\/pages\/97182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ksa.edu.pl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ksa.edu.pl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ksa.edu.pl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ksa.edu.pl\/en\/wp-json\/wp\/v2\/comments?post=97182"}],"version-history":[{"count":0,"href":"https:\/\/ksa.edu.pl\/en\/wp-json\/wp\/v2\/pages\/97182\/revisions"}],"wp:attachment":[{"href":"https:\/\/ksa.edu.pl\/en\/wp-json\/wp\/v2\/media?parent=97182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}