{"id":142371,"date":"2026-03-03T17:41:25","date_gmt":"2026-03-03T22:41:25","guid":{"rendered":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/?page_id=142371"},"modified":"2026-04-10T15:35:41","modified_gmt":"2026-04-10T19:35:41","slug":"believe-in-our-build","status":"publish","type":"page","link":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/believe-in-our-build\/","title":{"rendered":"Believe in Our Build"},"content":{"rendered":"\n\n\t<!-- Popup Modal -->\n    &times;\n    \n   <div class=\"bb-custom-tabs\" data-iframe-src=\"https:\/\/gigisplayhouse.tfaforms.net\/4719752?playhouseId=a0q50000007j1lRAAQ&#038;campaign=701TS00000fXScEYAW&#038;tfa_37=Variable%20Sponsor%20Level\">\n        <div class=\"bb-logo\">\n            <img decoding=\"async\" src=\"https:\/\/gigisplayhouse.org\/southern-tier-ny\/files\/2018\/05\/GiGi-location-Southern-Tier-NY.png\" alt=\"\">\n        <\/div>\n        <div class=\"bb-tab-buttons\">\n            <button class=\"bb-tab-btn active\" data-tab=\"1\">Donate Now<\/button>\n            <button class=\"bb-tab-btn\" data-tab=\"2\">Make a Pledge<\/button>\n        <\/div>\n        <div class=\"bb-tab-panels\">\n            <div class=\"bb-tab-panel active\" data-tab=\"1\"><iframe loading=\"lazy\" src=\"https:\/\/connect.clickandpledge.com\/w\/Form\/6390a787-1b15-42f5-b0de-e632c7a7547d\" width=\"100%\" height=\"3000\" frameborder=\"0\" style=\"border:none;overflow:auto;-webkit-overflow-scrolling:touch;\" allowtransparency=\"true\"><\/iframe><\/div>\n            <div class=\"bb-tab-panel\" data-tab=\"2\"><div class=\"pledge-form\"><\/div><\/div>\n        <\/div>\n    <\/div> \n\n\n       <style>\n        .bb-custom-tabs { font-family: inherit; text-align: center; position: relative; }\n        .bb-tab-buttons { \n            display: inline-flex; \n            margin-bottom: 20px; \n            width: 100%;\n            background: #fff;\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n            padding: 10px 0;\n            justify-content: center;\n        }\n        .bb-tab-btn {\n            padding: 12px 25px;\n            border: none;\n            background: #488ccb;\n            color: white;\n            cursor: pointer;\n            font-weight: 600;\n            transition: background .2s;\n            margin: 0 5px;\n            border-radius: 5px;\n        }\n        .bb-tab-btn:hover, .bb-tab-btn.active { background: #F08222; }\n        .bb-tab-panel { display: none; position: relative; }\n        .bb-tab-panel.active { display: block; }\n        .bb-tab-panel[data-tab=\"2\"] iframe {\n            width: 100% !important;\n            height: 100vh !important;\n            overflow: auto !important;\n            border: none;\n        }\n        .bb-logo { margin-bottom:30px; }\n        .bb-logo img { max-width: 200px; }\n\n        \/* --- LOADING SPINNER STYLES --- *\/\n        .bb-iframe-loader {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            height: 300px;\n            position: relative;\n        }\n        .bb-iframe-spinner {\n            border: 6px solid #f3f3f3;\n            border-top: 6px solid #488ccb;\n            border-radius: 50%;\n            width: 50px;\n            height: 50px;\n            animation: bb-spin 1s linear infinite;\n        }\n        @keyframes bb-spin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        @media screen and (max-width: 768px){\n            .bb-tab-buttons { display: block !important; }\n            .bb-tab-btn { margin-bottom: 20px !important; width: 100%; }\n            .uabb-close-custom-top-right { top: 10px; right: 10px; }\n        }\n      <\/style>\n\n   <script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const defaultLogo = \"https:\/\/gigisplayhouse.org\/wp-content\/uploads\/2020\/12\/gigis-playhouse-color-logo-with-tagline-300x196.png\";\n    const headerLogo = document.querySelector('header img');\n    const headerLogoSrc = headerLogo ? headerLogo.getAttribute(\"src\") : defaultLogo;\n\n    \/\/ Update logos once (fast)\n    document.querySelectorAll(\".bb-custom-tabs .bb-logo img\").forEach(img => {\n        img.src = headerLogoSrc;\n    });\n\n    function initializeTabs(container) {\n        const buttons = container.querySelectorAll(\".bb-tab-btn\");\n        const panels = container.querySelectorAll(\".bb-tab-panel\");\n        const pledgePanel = container.querySelector(\".bb-tab-panel[data-tab='2'] .pledge-form\");\n        const iframeSrc = container.dataset.iframeSrc;\n\n        buttons.forEach(btn => {\n            btn.addEventListener(\"click\", () => {\n                buttons.forEach(b => b.classList.remove(\"active\"));\n                btn.classList.add(\"active\");\n\n                const tabNum = btn.dataset.tab;\n                panels.forEach(p => p.classList.remove(\"active\"));\n                const activePanel = container.querySelector(`.bb-tab-panel[data-tab='${tabNum}']`);\n                if (activePanel) activePanel.classList.add(\"active\");\n\n                \/\/ Create iframe only when needed\n                if (tabNum === \"2\" && pledgePanel && !pledgePanel.querySelector(\"iframe\")) {\n                    const loader = document.createElement(\"div\");\n                    loader.className = \"bb-iframe-loader\";\n                    loader.innerHTML = '<div class=\"bb-iframe-spinner\"><\/div>';\n                    pledgePanel.appendChild(loader);\n\n                    const iframe = document.createElement(\"iframe\");\n                    iframe.src = iframeSrc;\n                    iframe.id = \"CnP_inlineiframe_\" + Math.floor(Math.random() * 100000);\n                    iframe.style.cssText = \"width:100%; height:200vh; border:none; overflow:auto; display:none;\";\n\n                    iframe.addEventListener(\"load\", () => {\n                        loader.remove();\n                        iframe.style.display = \"block\";\n                    });\n\n                    pledgePanel.appendChild(iframe);\n                }\n            });\n        });\n    }\n\n    document.querySelectorAll(\".bb-custom-tabs\").forEach(initializeTabs);\n\n    \/\/ Resize if iframe-resizer is active\n    if (window.iFrameResize) window.iFrameResize({ log: false });\n});\n<\/script>\n    \n    <script>\n    window.sfTotalDonations = 71000;        \n    window.sfDonations = [{\"Amount\":50000,\"Account_Display_Name__c\":\"Broome County Government\",\"CloseDate\":\"2026-06-16\",\"StageName\":\"Received\",\"AccountId\":\"0012J00002PI50RQAT\",\"Anonymous__c\":false,\"Hide_from_Donor_Wall__c\":false},{\"Amount\":15000,\"Account_Display_Name__c\":\"Broome County Community Charities, Inc\",\"CloseDate\":\"2026-06-24\",\"StageName\":\"Received\",\"AccountId\":\"001TS00000mbyT1YAI\",\"Anonymous__c\":false,\"Hide_from_Donor_Wall__c\":false},{\"Amount\":6000,\"Account_Display_Name__c\":\"Al Eaton\",\"CloseDate\":\"2025-12-18\",\"StageName\":\"Received\",\"AccountId\":\"0012J00002ZAAFhQAP\",\"Anonymous__c\":false,\"Hide_from_Donor_Wall__c\":false}];\n    window.sfCampaignGoals = {\n        phase1: 100000,\n        phase2: 200000,\n        phase3: 500000    };\n    window.dispatchEvent(new Event(\"sfDataReady\"));\n    <\/script>\n\n    \n    &times;\n    <div class=\"bb-custom-tabs\" data-iframe-src=\"https:\/\/gigisplayhouse.tfaforms.net\/4719752?playhouseId=a0q50000007j1lRAAQ&#038;campaign=701TS00000fXScEYAW&#038;tfa_37=Variable%20Sponsor%20Level\">\n        <div class=\"bb-logo\">\n            <img decoding=\"async\" src=\"https:\/\/gigisplayhouse.org\/southern-tier-ny\/files\/2018\/05\/GiGi-location-Southern-Tier-NY.png\" alt=\"\">\n        <\/div>\n        <div class=\"bb-tab-buttons\">\n            <button class=\"bb-tab-btn active\" data-tab=\"1\">Sponsor Now<\/button>\n            <button class=\"bb-tab-btn\" data-tab=\"2\">Make a Pledge<\/button>\n        <\/div>\n        <div class=\"bb-tab-panels\">\n            <div class=\"bb-tab-panel active\" data-tab=\"1\">\n                <iframe loading=\"lazy\" \n                    src=\"https:\/\/connect.clickandpledge.com\/w\/Form\/04a71d18-519c-43d2-a54f-42207c9ec7de\" \n                    width=\"100%\" \n                    height=\"3000\" \n                    frameborder=\"0\" \n                    style=\"border:none;overflow:auto;-webkit-overflow-scrolling:touch;\" \n                    allowtransparency=\"true\">\n                <\/iframe>\n            <\/div>\n            <div class=\"bb-tab-panel\" data-tab=\"2\">\n                <div class=\"pledge-form\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n        \n<h1>\n\t\t\tBELIEVE IN<br \/>OUR BUILD\t<\/h1>\n<h2>\n\t\t\tHere We Grow Again!\t<\/h2>\n\t<p>Our Playhouse and our participants are ready to reach new heights! We are expanding our space to introduce new adult programming and workforce development training and we would love for you to be part of the next chapter at GiGi&#8217;s Playhouse Southern Tier! Since 2019, GiGi&#8217;s Playhouse Southern Tier has empowered individuals with Down syndrome-from prenatal diagnosis through adulthood-with free educational, therapeutic, and career-training programs.<\/p>\n<p>After 7 years of impact, it&#8217;s time to expand. We need a bigger space to serve more families and meet the next decade with the same unstoppable commitment.<\/p>\n\t<h2><strong>Campaign Goal: $1 million<\/strong><\/h2>\n\t<ul>\n\t\t\t\t<li>\n                        <h4>PHASE 1 Goal: $50,000<\/h4>\n                            0%\n\t\t<\/li>\n\t\t\t\t\t\t\t<li>\n                        <h4>Phase 2 Goal: $300,000<\/h4>\n                            0%\n\t\t<\/li>\n\t\t\t\t\t\t\t<li>\n                        <h4>Phase 3 Goal: $650,000<\/h4>\n                            0%\n\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t  <button data-target=\"donateModal1\">Make a Donation<\/button>\n\t\t\t<a href=\"#sponsorships\" target=\"_self\">\n\t\t\t\t\t\t\tSponsorships\n\t\t\t\t\t<\/a>\n<h2>\n\t\t\tIn Grateful Recognition of Our Generous Donors\t<\/h2>\n\t<p>Thank you for believing in our mission. Your generosity is building more than walls; you&#8217;re building futures.<\/p>\n\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-tabs--label-0\" data-index=\"0\" aria-selected=\"true\" aria-controls=\"fl-tabs--panel-0\" aria-expanded=\"true\" role=\"tab\" tabindex=\"0\">\t\t\t\tUp to $999\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-tabs--label-1\" data-index=\"1\" aria-selected=\"false\" aria-controls=\"fl-tabs--panel-1\" aria-expanded=\"false\" role=\"tab\" tabindex=\"0\">\t\t\t\t$1000 &#8211; $9,999\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-tabs--label-2\" data-index=\"2\" aria-selected=\"false\" aria-controls=\"fl-tabs--panel-2\" aria-expanded=\"false\" role=\"tab\" tabindex=\"0\">\t\t\t\t$10,000+\t\t\t\t<\/a>\n\t\t\t\t\t\tUp to $999\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t<!-- \/.pp-testimonials -->\n\t\t\t\t\t\t$1000 &#8211; $9,999\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t<!-- \/.pp-testimonials -->\n\t\t\t\t\t\t$10,000+\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t\t\t\t\t\tLorem Ipsum\n\t\t\t\t\t\t\t\t\t\t\t\t\t$XXXXXX\n\t\t\t\t<!-- \/.pp-testimonials -->\n\t  <button data-target=\"donateModal1\">Donate Now<\/button>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/gigisplayhouse.org\/southern-tier-ny\/files\/2026\/04\/Phase-2.png\" alt=\"Phase - 2\" itemprop=\"image\" height=\"523\" width=\"516\" title=\"Phase - 2\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n<h2>\n\t\t\tPhase 2: Buildout and Move In\t<\/h2>\n\t<p>Shape the dream.<\/p>\n\t<p>Phase 2 covers the lease, interior build-out, furniture, technology, and everything we need to transform blueprints into a vibrant, accessible Playhouse.<\/p>\n<p>Help us open the doors to opportunity, community, and lifelong achievement.<\/p>\n\t<h2><strong>Phase 2 Goal: $300,000<\/strong><\/h2>\n\t<ul>\n\t\t\t\t<li>\n                        <h4>Phase 2<\/h4>\n                            0%\n\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n<h2>\n\t\t\tWhat People Are Saying\t<\/h2>\n\tHear from the families whose lives have been changed by GiGi&#8217;s<br \/>\nSouthern Tier-and why expanding our space matters now more than ever.\n\t\t\t<img decoding=\"async\" src=\"https:\/\/gigisplayhouse.org\/southern-tier-ny\/files\/2026\/03\/Generation-G-logo.png\" alt=\"Generation-G-logo\" \/>\n\t\t\t\t\t\t\t\t\t\t<p><strong>Katie Whaley<\/strong>&#8220;The expansion of GiGi&#8217;s Playhouse Southern Tier is going to greatly improve the lives of our adult participants while giving hope and relief to our families with younger children as well. Every individual wants independence, purpose, and connection with their peers and the community. GiGi&#8217;s Playhouse is a beacon of hope, and the light and joy we illuminate just keeps expanding!&#8221;<\/p>\n\t\t\t<img decoding=\"async\" src=\"https:\/\/gigisplayhouse.org\/southern-tier-ny\/files\/2026\/03\/Generation-G-logo.png\" alt=\"Generation-G-logo\" \/>\n\t\t\t\t\t\t\t\t\t\t<p><strong>Anna Bruce<\/strong>&#8220;From the very beginning, when we were in the dreaming stages of the Playhouse, the startup team and board knew that one of our main goals was adult education and career development. The most exciting part of this next phase is the opportunity to develop relationships with businesses throughout our community in order to find job placements for our career-development track adults. We hope to feature various entrepreneurs throughout the disability community, to further expand the outreach and potential for ALL individuals within our local community.&#8221;<\/p>\n\t\t\t<img decoding=\"async\" src=\"https:\/\/gigisplayhouse.org\/southern-tier-ny\/files\/2026\/03\/Generation-G-logo.png\" alt=\"Generation-G-logo\" \/>\n\t\t\t\t\t\t\t\t\t\t<p><strong>Elizabeth Moro<\/strong>&#8220;The expansion of GiGi&#8217;s Playhouse and its adult programs means so much to me and my family because it represents continued growth, opportunity, and belonging for our loved one as they navigate adulthood. Knowing that there will be more structured programs, life\u2011skills development, social opportunities, and a supportive community gives us confidence and peace of mind about the future. We&#8217;re especially looking forward to seeing greater independence, stronger friendships, and new experiences that help build both skills and confidence. Above all, this expansion offers reassurance that our loved one will have consistent access to a supportive environment where they can continue to learn and thrive, be celebrated, included, and empowered-now and for years to come.&#8221;<\/p>\n\t\t\t\t<!-- \/.pp-testimonials -->\n\t  <button data-target=\"donateModal1\">Donate Now<\/button>\n<h2>\n\t\t\tSouthern Tier Sponsorships\t<\/h2>\n\t\t\t\t\t<a href=\"#\"  id=\"fl-accordion--label-0\" tabindex=\"0\" aria-controls=\"fl-accordion--panel-0\">Miracle Maker ($100,000+)<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-accordion--icon-0\"  tabindex=\"0\"><i title=\"Expand\">Expand<\/i><\/a>\n\t\t\t\t\t<p>Your sustaining partnership at this level is not just a donation, it&#8217;s a powerful statement. It sends a resounding message to all families, volunteers, future donors, and community members that GiGi&#8217;s Playhouse is a cause worth investing in. As Miracle Makers, you are the backbone of our mission at GiGi&#8217;s. Your generous contributions not only support our sustainability but also reinforce our lifelong commitment to our participants and their families, making you a significant force in our journey.<\/p>\n\t\t\t\t\t<a href=\"#\"  id=\"fl-accordion--label-1\" tabindex=\"0\" aria-controls=\"fl-accordion--panel-1\">Dreamer ($50,000 &#8211; $99,999) <\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-accordion--icon-1\"  tabindex=\"0\"><i title=\"Expand\">Expand<\/i><\/a>\n\t\t\t\t\t<p>At this level, your support has the transformative power to turn dreams into reality. By funding the build-out and furnishing of GiGi&#8217;s Playhouse, you are not just creating a physical space, but a sanctuary for learning, growth, celebration, and connection. Your contribution will help change the community&#8217;s perception of Down syndrome, fostering an environment of acceptance and belief for everyone who walks through our doors.<\/p>\n\t\t\t\t\t<a href=\"#\"  id=\"fl-accordion--label-2\" tabindex=\"0\" aria-controls=\"fl-accordion--panel-2\">Believer ($25,000 &#8211; $49,999)<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-accordion--icon-2\"  tabindex=\"0\"><i title=\"Expand\">Expand<\/i><\/a>\n\t\t\t\t\t<p>Sponsors at this level are the backbone or our programs. Your support helps us strengthen existing programs and bring new ones, such as GiGi University, to life in our expanded Playhouse. Your belief in our mission and your generous contributions are integral to our success.<\/p>\n<p><strong>Health &amp; Fitness<\/strong><\/p>\n<p>Our participants improve physical fitness, muscle tone, self-esteem, and social skills through the GiGiFIT program. Focused on wellness and self-confidence, GiGiFIT offers programs for all ages, addressing low muscle tone and joint laxity in individuals with Down syndrome while fostering a lifelong commitment to fitness. Our new gym space will allow us to expand our FIT programming and meet the needs of even more participants!<\/p>\n\t\t\t\t\t<a href=\"#\"  id=\"fl-accordion--label-3\" tabindex=\"0\" aria-controls=\"fl-accordion--panel-3\">Inspirer ($10,000 &#8211; $24,999)<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-accordion--icon-3\"  tabindex=\"0\"><i title=\"Expand\">Expand<\/i><\/a>\n\t\t\t\t\t<p><strong>Technology<\/strong><\/p>\n<p>To ensure our Playhouse operates smoothly and safely, we need to invest in up-to-date technology. Specifically, we require computers for our staff, iPads for our participants to use during programs, and a SMART Board for our classroom. This will allow us to connect our in-person programs virtually for those who cannot attend. Additionally, our new Playhouse needs a security system with video cameras to keep participants and volunteers safe. Your gift can ensure that our participants are ready to work and thrive in the community!<\/p>\n\t\t\t\t\t<a href=\"#\"  id=\"fl-accordion--label-4\" tabindex=\"0\" aria-controls=\"fl-accordion--panel-4\">Educator ($5,000 &#8211; $9,999)<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-accordion--icon-4\"  tabindex=\"0\"><i title=\"Expand\">Expand<\/i><\/a>\n\t\t\t\t\t<p><strong>Office Space<\/strong><\/p>\n<p>The Southern Tier Playhouse Staff are the heart and soul of the Playhouse. Their offices are both accessible and visible, while also providing privacy for focused work. This setup helps ensure a smoothly running Playhouse for all participants, families, and volunteers. The spaces enable our team to plan and prepare program lessons, hold executive meetings, coordinate events, and continue to excel in their roles!<\/p>\n<p>&nbsp;<\/p>\n\t\t\t\t\t<a href=\"#\"  id=\"fl-accordion--label-5\" tabindex=\"0\" aria-controls=\"fl-accordion--panel-5\">Ambassador ($2,500 &#8211; $4,999) <\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-accordion--icon-5\"  tabindex=\"0\"><i title=\"Expand\">Expand<\/i><\/a>\n\t\t\t\t\t<p><strong>Generation G<\/strong><\/p>\n<p>Be accepting. Be generous. Be kind. That is the message of Generation G. GiGi&#8217;s mission is to change how the world views Down syndrome and send a global message of acceptance for all. Help us fulfill that mission through awareness campaigns, outreach, and marketing materials to our community to educate.<\/p>\n\t\t\t\t\t<a href=\"#\"  id=\"fl-accordion--label-6\" tabindex=\"0\" aria-controls=\"fl-accordion--panel-6\">Supporter ($1,000 &#8211; $2,499) <\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" id=\"fl-accordion--icon-6\"  tabindex=\"0\"><i title=\"Expand\">Expand<\/i><\/a>\n\t\t\t\t\t<p><strong>Support a Program<\/strong><\/p>\n<p>GiGi&#8217;s programs are free for families and focus on therapeutic or educational goals. We target areas such as gross and fine motor skills, social development, speech and language, fitness, and career skills. Each program is designed to meet the unique needs of the Down syndrome community and is taught in a way that enhances learning.<\/p>\n\t  <button data-target=\"donateModal2\">Sponsor Now<\/button>\n<h2>\n\t\t\tJust Want to Help?\t<\/h2>\n\t<p>We&#8217;ll use your donation where it&#8217;s needed most.<\/p>\n\t  <button data-target=\"donateModal1\">Donate Now<\/button>\n\n","protected":false},"excerpt":{"rendered":"<p>&times; &times; BELIEVE INOUR BUILD Here We Grow Again! Our Playhouse and our participants are ready to reach new heights! We are expanding our space to introduce new adult programming and workforce development training and we would love for you to be part of the next chapter at GiGi&#8217;s Playhouse Southern Tier! Since 2019, GiGi&#8217;s&hellip;<\/p>\n","protected":false},"author":22090,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-142371","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/pages\/142371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/users\/22090"}],"replies":[{"embeddable":true,"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/comments?post=142371"}],"version-history":[{"count":0,"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/pages\/142371\/revisions"}],"wp:attachment":[{"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/media?parent=142371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/categories?post=142371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gigisplayhouse.org\/southern-tier-ny\/wp-json\/wp\/v2\/tags?post=142371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}