The Somatic Teacher Training Program
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap'); .tt-sales-page, .tt-sales-page p, .tt-sales-page a, .tt-sales-page li, .tt-sales-page span, .tt-sales-page button { font-family: 'Montserrat', Arial, sans-serif !important; } /* H1 — Primary section headline */ .tt-h1 { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 38px !important; font-weight: 800 !important; line-height: 1.15 !important; color: #1a1a1a !important; margin: 0 0 12px !important; letter-spacing: -0.01em !important; } /* H2 — Section subheading */ .tt-h2 { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 28px !important; font-weight: 800 !important; line-height: 1.2 !important; color: #1a1a1a !important; margin: 0 0 12px !important; } /* H3 — Card titles */ .tt-h3 { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 17px !important; font-weight: 800 !important; line-height: 1.4 !important; color: #1a1a1a !important; margin: 0 0 14px !important; } /* Italic subtitle */ .tt-sub { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 18px !important; font-weight: 500 !important; font-style: italic !important; color: #666 !important; margin: 0 0 28px !important; } /* Pink accent heading */ .tt-h-pink { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 18px !important; font-weight: 800 !important; line-height: 1.4 !important; color: #b03070 !important; margin: 0 0 12px !important; } .tt-highlight { background: linear-gradient(transparent 40%, #ffd9e8 40%); display: inline; } .tt-content .tt-container { padding-top: 0 !important; padding-bottom: 0 !important; } @media (max-width: 600px) { .tt-h1 { font-size: 26px !important; } .tt-h2 { font-size: 22px !important; } .tt-h3 { font-size: 16px !important; } .tt-sub { font-size: 16px !important; } .tt-h-pink { font-size: 16px !important; } } .tt-vid-section { background: #fff; padding: 2px 24px 48px; text-align: center; } .tt-vid-wrapper { display: inline-block; max-width: 400px; width: 100%; border-radius: 16px; overflow: hidden; } .tt-vid-wrapper video { width: 100%; display: block; } @media (max-width: 600px) { .tt-vid-section { padding: 2px 16px 48px; } .tt-vid-wrapper { border-radius: 12px; } } This is what your healing career looks like in 3–6 months. like these graduates... .tt-testi-section { background: #fff; padding: 24px 24px 48px; text-align: center; overflow: hidden; } .tt-testi-slider-wrap { position: relative; max-width: 900px; margin: 0 auto; } .tt-testi-track { display: flex; transition: transform 0.4s ease; } .tt-testi-card { flex: 0 0 100%; padding: 0 8px; } .tt-testi-card img { width: 100%; border-radius: 16px; display: block; } .tt-testi-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; } .tt-testi-btn { width: 48px; height: 48px; border-radius: 50%; background: #b03070; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; flex-shrink: 0; } .tt-testi-btn:hover { background: #8f2459; } .tt-testi-btn svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } .tt-testi-dots { display: flex; gap: 8px; align-items: center; } .tt-testi-dot { width: 8px; height: 8px; border-radius: 50%; background: #ddd; transition: background 0.2s, transform 0.2s; } .tt-testi-dot.active { background: #b03070; transform: scale(1.3); } @media (max-width: 600px) { .tt-testi-section { padding: 16px 16px 40px; } .tt-testi-slider-wrap { max-width: 420px; } .tt-testi-btn { width: 42px; height: 42px; } } Most healing certifications only give you information.This one gives you a methodology, real teaching experience, and the business skills to make it sustainable in 3–6 months. .tt-cta-btn-wrap { text-align: center; padding: 8px 24px 0; } .tt-cta-btn { display: inline-block; background: #b03070; color: #fff !important; font-family: 'Montserrat', Arial, sans-serif !important; font-size: 16px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 64px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-cta-btn:hover { background: #8f2459; color: #fff !important; } @media (max-width: 600px) { .tt-cta-btn-wrap { padding: 8px 24px 0; } .tt-cta-btn { width: 100%; max-width: 340px; padding: 22px 32px; font-size: 15px !important; } } I'm Ready! .tt-for-you { background: #fff; padding: 24px 24px 0; } .tt-for-you-inner { background: #fdf0f5; border-radius: 20px; padding: 40px 40px 32px; max-width: 900px; margin: 0 auto; text-align: center; } .tt-for-you-inner * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-for-you-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 32px; text-align: left; margin-bottom: 0; } .tt-for-you-item { display: flex; align-items: flex-start; gap: 10px; font-size: 15px !important; color: #1a1a1a !important; line-height: 1.5 !important; font-weight: 400 !important; } .tt-for-you-check { width: 22px; height: 22px; min-width: 22px; background: #b03070; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; } .tt-for-you-check svg { width: 12px; height: 12px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } @media (max-width: 600px) { .tt-for-you-inner { padding: 28px 20px 24px; } .tt-for-you-grid { grid-template-columns: 1fr; gap: 14px; } .tt-for-you-item { font-size: 14px !important; } } This program is for you if you want to... Build a meaningful, purpose-driven career without burnout Expand beyond traditional healing, fitness, or wellness approaches Deepen your understanding of somatic healing & the nervous system Grow your audience with Liz's proven social media and marketing strategies Teach online, in person, privately, or in group settings Follow a clear, step-by-step path to building a successful business Your healing, purpose, and career can expand all at once. I Want This! .tt-included-section { background: #f9d6e3; padding: 56px 24px; font-family: 'Montserrat', Arial, sans-serif; } .tt-included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto 36px; } .tt-included-card { background: #fff; border-radius: 16px; padding: 28px 28px 24px; } .tt-included-card ul { list-style: none; margin: 0; padding: 0; } .tt-included-card ul li { font-family: 'Montserrat', Arial, sans-serif !important; font-size: 14px !important; font-weight: 400 !important; color: #1a1a1a !important; line-height: 1.5 !important; padding: 4px 0 4px 18px !important; position: relative; } .tt-included-card ul li::before { content: '•'; position: absolute; left: 0; color: #1a1a1a; font-size: 16px; } .tt-included-card ul li strong { font-weight: 800 !important; } .tt-included-btn-wrap { text-align: center; } .tt-included-btn { display: inline-block; background: #b03070; color: #fff !important; font-family: 'Montserrat', Arial, sans-serif !important; font-size: 16px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 64px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-included-btn:hover { background: #8f2459; } @media (max-width: 700px) { .tt-included-section { padding: 40px 16px; } .tt-included-grid { grid-template-columns: 1fr; gap: 16px; } .tt-included-btn { width: 100%; max-width: 340px; padding: 22px 32px; } } Everything You Need to Heal, Teach, and Build—In One Program 1. Somatic Exercises Certification 30 guided video modules (beginner to advanced) Step-by-step training in Liz Tenuto's method Understand the science behind stress + trauma in the body Certification test to become a qualified practitioner 2. Live Mentorship + Accountability Weekly office hours for ongoing guidance Monthly mentorship calls with Liz Accountability support + peer connection Private online community Direct access to the teacher training team 3. Learn How to Teach Effectively Learn to guide the full stress & trauma release sequence Understand the science behind why somatic work works Use your voice, presence, and energy without burnout Practice teaching with structured guides and support 4. Build a Career That Actually Works Step-by-step guidance to start working after certification Create offers, pricing, and client pathways that feel aligned Learn Liz's social media and marketing strategies 50+ downloadable tools, templates & teaching resources Enroll Now .tt-reviews-section { background: #fff; padding: 56px 24px; font-family: 'Montserrat', Arial, sans-serif; max-width: 1000px; margin: 0 auto; text-align: center; } .tt-reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; } .tt-review-card img { width: 100%; display: block; border-radius: 16px; } @media (max-width: 600px) { .tt-reviews-section { padding: 40px 16px; } .tt-reviews-grid { grid-template-columns: 1fr; gap: 16px; } } What Our Graduates Are Saying YES! I WANT THIS! .tt-why-section { background: #fff; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif; max-width: 1000px; margin: 0 auto; } .tt-why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; } .tt-why-image img { width: 100%; border-radius: 16px; display: block; } .tt-why-text { display: flex; flex-direction: column; gap: 20px; } .tt-why-body { font-size: 16px !important; color: #444 !important; line-height: 1.65 !important; margin: 0 !important; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } .tt-why-closing { font-size: 16px !important; font-weight: 700 !important; font-style: italic !important; color: #1a1a1a !important; margin: 0 !important; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } @media (max-width: 700px) { .tt-why-section { padding: 40px 16px; } .tt-why-inner { grid-template-columns: 1fr; gap: 28px; } } Why Somatic Work Is Needed Now More Than Ever More people are realizing that mindset alone isn't enough. You can understand your patterns, think positively, and yet still feel stuck because your body is holding onto stress. Somatic work addresses what talking & thinking often can't. By working with the nervous system, people can begin to release stored stress and trauma and experience real, lasting change. Somatic work is the missing link in the healing journey & that's why the demand for this work is growing so quickly. And why this work matters now more than ever. .tt-align-section { background: #fff; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } .tt-align-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-align-btn-wrap { margin-bottom: 40px; } .tt-align-btn { display: inline-block; background: #b03070; color: #fff !important; font-size: 16px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 64px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-align-btn:hover { background: #8f2459; } .tt-align-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 860px; margin: 0 auto; } .tt-align-card { background: #fff; border: 1.5px solid #e0e0e0; border-radius: 16px; padding: 28px 28px 32px; text-align: left; box-shadow: 0 4px 16px rgba(176, 48, 112, 0.07); } .tt-align-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; } .tt-align-card ul li { font-size: 14px !important; font-weight: 500 !important; color: #1a1a1a !important; line-height: 1.5 !important; padding: 0 0 0 18px !important; position: relative; margin: 0 !important; } .tt-align-card ul li::before { content: '•'; position: absolute; left: 2px; color: #b03070; font-size: 16px; line-height: 1.3; } @media (max-width: 600px) { .tt-align-section { padding: 40px 16px; } .tt-align-grid { grid-template-columns: 1fr; gap: 16px; } .tt-align-btn { width: 100%; max-width: 340px; padding: 22px 32px; } } I'M READY! This Is What Becomes Possible When You Get Certified Your Transformation Guide others through the same deep transformation you've experienced Understand your own stress and trauma on a deeper level Align your work with who you've become Restore your sense of aliveness, purpose, and fulfillment Your Career + Business Learn a clear, step-by-step path to building your own business Find your voice and grow a community around your work Design offers, pricing, and student pathways that feel aligned Use Liz's proven social media strategies to attract students Turn healing into your purpose .tt-symptoms-section { background: #fdf0f5; padding: 56px 24px; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } .tt-symptoms-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-symptoms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto 36px; } .tt-symptoms-card { background: #fff; border-radius: 16px; padding: 24px 20px; text-align: left; box-shadow: 0 4px 16px rgba(176, 48, 112, 0.1); } .tt-symptoms-card ul { list-style: none; margin: 0; padding: 0; } .tt-symptoms-card ul li { font-size: 13px !important; font-weight: 500 !important; color: #1a1a1a !important; line-height: 1.3 !important; padding: 3px 0 3px 16px !important; position: relative; margin: 0 !important; } .tt-symptoms-card ul li::before { content: '•'; position: absolute; left: 2px; color: #b03070; font-size: 14px; line-height: 1.3; } .tt-symptoms-enroll-wrap { text-align: center; } .tt-symptoms-enroll-btn { display: inline-block; background: #b03070; color: #fff !important; font-size: 16px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 64px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-symptoms-enroll-btn:hover { background: #8f2459; } @media (max-width: 700px) { .tt-symptoms-section { padding: 40px 0; } .tt-symptoms-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 12px; margin: 0 0 24px; padding: 8px 16px 16px; } .tt-symptoms-grid::-webkit-scrollbar { display: none; } .tt-symptoms-card { flex: 0 0 78vw; scroll-snap-align: start; box-shadow: 0 4px 20px rgba(176, 48, 112, 0.12); } .tt-symptoms-enroll-wrap { padding: 0 16px; } .tt-symptoms-enroll-btn { width: 100%; max-width: 340px; padding: 22px 32px; } } You'll Learn How to Teach SomaticExercises to Relieve: Long-term stress Unresolved trauma Nervous system dysregulation Unprocessed emotions Inability to lose weight Cortisol belly (inability to lose belly weight) Hormonal imbalance Hip / pelvic pain Lower back pain Sciatica Sleep issues Posture issues Knee pain Pain associated with fibromyalgia Physical symptoms of (childhood) trauma and abuse Joint pain / arthritis Chronic inflammation Infertility Endometriosis Insomnia Burnout Gut issues Headaches / migraines Chest pains Constant fatigue / exhaustion Long-term anxiety Long-term depression Brain fog Chronic muscle tension Tinnitus Pelvic floor dysfunction and vulvodynia Pelvic tilt (both anterior and posterior) Enroll Now .tt-apart-section { background: #fff; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } .tt-apart-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-apart-subheading { font-size: 17px !important; font-weight: 800 !important; color: #b03070 !important; margin: 0 0 36px !important; } .tt-apart-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 860px; margin: 0 auto; } .tt-apart-card { border-radius: 16px; padding: 28px 28px 32px; text-align: left; box-shadow: 0 4px 16px rgba(0,0,0,0.07); position: relative; } .tt-apart-card.tt-other { background: #fff; border: 1.5px solid #e0e0e0; } .tt-apart-card.tt-ours { background: #fdf0f5; border: 1.5px solid #f0b8d0; } .tt-best-value-badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); display: inline-block; background: #b03070; color: #fff !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 16px; border-radius: 50px; white-space: nowrap; } .tt-apart-card-label { font-size: 13px !important; font-weight: 800 !important; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 20px !important; text-align: center; color: #1a1a1a !important; } .tt-apart-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; } .tt-apart-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px !important; font-weight: 500 !important; color: #1a1a1a !important; line-height: 1.45 !important; margin: 0 !important; padding: 0 !important; } .tt-apart-icon { width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; } .tt-apart-icon.cross { background: #fde8e8; } .tt-apart-icon.check { background: #d4edda; } .tt-apart-icon svg { width: 12px; height: 12px; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; fill: none; } .tt-apart-icon.cross svg { stroke: #d9534f; } .tt-apart-icon.check svg { stroke: #2d8a2d; } @media (max-width: 600px) { .tt-apart-section { padding: 40px 16px; } .tt-apart-grid { grid-template-columns: 1fr; gap: 24px; } .tt-apart-list li { font-size: 14px !important; } } What Sets Our Program Apart A More Accessible, Real-World Approach to Certification Other Programs Takes 2–3+ years to complete $18,000–$24,000+ investment (plus travel) In-person, multi-day intensives Focus on becoming a practitioner (not a teacher) No support for building a business or client base Best Value The Somatic Teacher Training Program Get certified in 3–6 months $2,997 investment (with payment plans available) Fully online and self-paced Practice teaching with real support and guidance Business, marketing, and client-building training .tt-notjust-section { background: #fff; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } .tt-notjust-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-notjust-inner { background: #fdf0f5; border-radius: 20px; padding: 40px 40px 36px; max-width: 900px; margin: 0 auto; } .tt-notjust-compare { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; } .tt-notjust-compare-row { font-size: 15px !important; color: #1a1a1a !important; line-height: 1.5 !important; display: flex; align-items: flex-start; gap: 10px; text-align: left; } .tt-notjust-compare-row.bad { font-style: italic; color: #666 !important; } .tt-notjust-compare-row.good { font-weight: 700 !important; color: #1a1a1a !important; } .tt-notjust-icon { font-size: 16px; min-width: 20px; margin-top: 1px; } .tt-notjust-divider { border: none; border-top: 1px solid #f0b8d0; margin: 20px 0; } .tt-notjust-inside { font-size: 20px !important; font-weight: 800 !important; color: #b03070 !important; margin: 0 0 20px !important; display: inline-block; background: linear-gradient(transparent 40%, #ffd9e8 40%); } .tt-notjust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; text-align: left; } .tt-notjust-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px !important; font-weight: 500 !important; color: #1a1a1a !important; line-height: 1.5 !important; } .tt-notjust-check { width: 20px; height: 20px; min-width: 20px; background: #b03070; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; } .tt-notjust-check svg { width: 10px; height: 10px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } @media (max-width: 600px) { .tt-notjust-section { padding: 40px 16px; } .tt-notjust-inner { padding: 28px 20px 24px; } .tt-notjust-grid { grid-template-columns: 1fr; gap: 12px; } .tt-notjust-inside { font-size: 17px !important; } } This Isn't Just Another Certification Program ❌ Most certification programs give you information. ✅ The Somatic Teacher Training Program helps you actually integrate the work, practice teaching it, and build a meaningful career from it. Inside this program, you will Practice teaching so you graduate with real experience and confidence Learn business and marketing skills alongside the certification Use simple, effective somatic tools that create real transformation Teach online, in person, privately, or in group settings Build an aligned offer, business, or practice that supports your lifestyle Graduate with the confidence, tools, and support to actually lead this work .tt-howlong-section { background: #fff; padding: 64px 24px 56px; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; overflow: hidden; } .tt-howlong-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-howlong-inner { position: relative; max-width: 560px; margin: 0 auto; } .tt-howlong-oval { background: #f9b7d1; border-radius: 50%; width: 480px; height: 240px; margin: -40px auto 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 16px 60px; position: relative; z-index: 1; } .tt-howlong-option { font-size: 18px !important; font-weight: 500 !important; color: #1a1a1a !important; line-height: 1.4 !important; display: flex; align-items: center; gap: 10px; text-align: left; } .tt-howlong-check { width: 26px; height: 26px; min-width: 26px; background: #b03070; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .tt-howlong-check svg { width: 13px; height: 13px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } .tt-howlong-option strong { font-weight: 800 !important; } .tt-howlong-or { font-size: 15px !important; font-weight: 600 !important; color: #7a2040 !important; letter-spacing: 0.05em; } .tt-howlong-btn-wrap { margin-top: 32px; text-align: center; } .tt-howlong-btn { display: inline-block; background: #b03070; color: #fff !important; font-size: 16px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 64px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-howlong-btn:hover { background: #8f2459; } @media (max-width: 600px) { .tt-howlong-section { padding: 40px 16px 48px; } .tt-howlong-oval { width: 320px; height: 220px; padding: 16px 32px; } .tt-howlong-option { font-size: 15px !important; } .tt-howlong-btn { width: 100%; max-width: 340px; padding: 22px 32px; } } How long does it take to completeThe Somatic Teacher Training Program? 3 months if you spend 4 hoursper week on the training or 6 months if you spend 2 hoursper week on the training I Want This! .tt-bio-section { background: #fff; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif !important; max-width: 1000px; margin: 0 auto; text-align: center; } .tt-bio-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-bio-name { font-size: 18px !important; font-weight: 800 !important; color: #b03070 !important; letter-spacing: 0.12em; text-transform: uppercase; display: inline-block; background: linear-gradient(transparent 40%, #ffd9e8 40%); padding: 0 4px; } .tt-bio-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 40px; text-align: left; } .tt-bio-img img { width: 100%; border-radius: 16px; display: block; } .tt-bio-text { display: flex; flex-direction: column; gap: 16px; } .tt-bio-intro { font-size: 17px !important; font-weight: 800 !important; color: #b03070 !important; line-height: 1.4 !important; margin: 0 !important; } .tt-bio-body { font-size: 15px !important; font-weight: 400 !important; color: #444 !important; line-height: 1.7 !important; margin: 0 !important; } .tt-bio-body strong { font-weight: 700 !important; color: #1a1a1a !important; } .tt-bio-closing { font-size: 18px !important; font-weight: 800 !important; font-style: italic !important; color: #1a1a1a !important; text-align: center; margin: 0 0 36px !important; line-height: 1.4 !important; } .tt-bio-btn-wrap { text-align: center; } .tt-bio-btn { display: inline-block; background: #b03070; color: #fff !important; font-size: 16px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 64px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-bio-btn:hover { background: #8f2459; } @media (max-width: 700px) { .tt-bio-section { padding: 40px 16px; } .tt-bio-row { grid-template-columns: 1fr; gap: 24px; } .tt-bio-btn { width: 100%; max-width: 340px; padding: 22px 32px; } } Learn From the World's Leading Expert inSomatic Exercise Liz Tenuto Hi, I'm Liz (aka The Workout Witch) and I'm changing the way this generation deals with stress and trauma. For most of my life, I was stuck in survival mode from childhood trauma and discovering somatic exercise changed everything for me. Once I experienced how powerful this work was, I knew I had to teach it. With 15+ years of teaching experience, a background in psychology, and deep training across movement and somatic practices, I've developed a method that's structured, effective, and radically different from what's out there. Because real change doesn't come from thinking your way out of stress. It comes from working with the body and building new neural pathways into healing. This Somatic Teacher Training Program is where I teach you exactly how to lead others in healing. YES! I WANT THIS! .tt-enroll-wrap { background: #fdf0f5; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } .tt-enroll-wrap * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-enroll-intl { font-size: 13px !important; font-weight: 800 !important; color: #b03070 !important; letter-spacing: 0.1em; text-transform: uppercase; display: inline-block; background: linear-gradient(transparent 40%, #ffd9e8 40%); padding: 0 4px; } .tt-enroll-hero-img { max-width: 660px; width: 100%; display: block; margin: 0 auto 40px; } .tt-enroll-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 900px; margin: 0 auto 48px; text-align: left; align-items: start; } .tt-enroll-included { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; } .tt-enroll-included li { font-size: 14px !important; font-weight: 500 !important; color: #1a1a1a !important; line-height: 1.5 !important; padding: 0 0 0 20px !important; position: relative; margin: 0 !important; } .tt-enroll-included li::before { content: '✓'; position: absolute; left: 0; color: #b03070; font-weight: 800; font-size: 14px; } .tt-enroll-urgency { max-width: 700px; margin: 0 auto 32px; } .tt-enroll-urgency-bold { font-size: 18px !important; font-weight: 800 !important; color: #1a1a1a !important; margin: 0 0 12px !important; line-height: 1.4 !important; } .tt-enroll-urgency-body { font-size: 15px !important; font-weight: 400 !important; color: #555 !important; margin: 0 0 16px !important; line-height: 1.6 !important; } .tt-enroll-urgency-pink { font-size: 20px !important; font-weight: 800 !important; color: #b03070 !important; margin: 0 0 32px !important; line-height: 1.4 !important; } .tt-enroll-final-btn { display: inline-block; background: #b03070; color: #fff !important; font-size: 17px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 80px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-enroll-final-btn:hover { background: #8f2459; } @media (max-width: 700px) { .tt-enroll-wrap { padding: 40px 16px; } .tt-enroll-inner { grid-template-columns: 1fr; gap: 28px; } .tt-enroll-urgency-pink { font-size: 17px !important; } .tt-enroll-final-btn { width: 100%; max-width: 340px; padding: 22px 32px; } } Start Your Certification Today International Payment Plan Options Available 30 modules (guided video classes) Monthly mentorship with Liz Weekly Office Hours 50 downloadable PDFs Certification test on Zoom Business templates + legal docs Liz's proven viral content strategy International Payment Plans Available (5-Month Plan: Limited Time) Space in the training is intentionally limited so we can provide the level of support this work requires. You're ready to align your work with who you've become and guide others through meaningful transformation — this is your next step. Enrollment is open now, and you'll receive immediate, lifetime access to the full training. START MY CERTIFICATION .tt-inside-section { background: #fff; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } .tt-inside-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-inside-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; max-width: 760px; margin: 0 auto 48px; text-align: left; } .tt-inside-item { display: flex; align-items: center; gap: 10px; font-size: 15px !important; font-weight: 600 !important; color: #1a1a1a !important; line-height: 1.4 !important; } .tt-inside-check { width: 22px; height: 22px; min-width: 22px; background: #b03070; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .tt-inside-check svg { width: 11px; height: 11px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } .tt-inside-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto 48px; } .tt-inside-images img { width: 100%; display: block; border-radius: 12px; box-shadow: 0 4px 16px rgba(176, 48, 112, 0.1); } .tt-inside-limited { font-size: 20px !important; font-weight: 800 !important; color: #1a1a1a !important; margin: 0 0 8px !important; } .tt-inside-limited-sub { font-size: 15px !important; font-weight: 400 !important; color: #666 !important; margin: 0 0 32px !important; } .tt-inside-btn { display: inline-block; background: #b03070; color: #fff !important; font-size: 17px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 80px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-inside-btn:hover { background: #8f2459; } @media (max-width: 700px) { .tt-inside-section { padding: 40px 16px; } .tt-inside-checklist { grid-template-columns: 1fr; gap: 10px; } .tt-inside-images { grid-template-columns: 1fr; gap: 12px; } .tt-inside-btn { width: 100%; max-width: 340px; padding: 22px 32px; } } A Look Inside the Program 30 modules (guided video classes) 50 downloadable PDFs Monthly mentorship with Liz Certification test on Zoom Weekly Office Hours Business templates + legal docs Limited Spots Available! This program can sell out. Enroll Now .tt-testi2-section { background: #fff; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif !important; text-align: center; } .tt-testi2-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-testi2-slider-wrap { position: relative; max-width: 650px; margin: 0 auto 20px; overflow: hidden; } .tt-testi2-track { display: flex; transition: transform 0.4s ease; } .tt-testi2-card { flex: 0 0 100%; padding: 0 8px; } .tt-testi2-card img { width: 100%; display: block; border-radius: 16px; box-shadow: 0 4px 16px rgba(176, 48, 112, 0.1); } .tt-testi2-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; margin-bottom: 40px; } .tt-testi2-btn { width: 48px; height: 48px; border-radius: 50%; background: #b03070; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; flex-shrink: 0; } .tt-testi2-btn:hover { background: #8f2459; } .tt-testi2-btn svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } .tt-testi2-dots { display: flex; gap: 8px; align-items: center; } .tt-testi2-dot { width: 8px; height: 8px; border-radius: 50%; background: #ddd; transition: background 0.2s, transform 0.2s; } .tt-testi2-dot.active { background: #b03070; transform: scale(1.3); } .tt-testi2-closing { font-size: 22px !important; font-weight: 800 !important; color: #1a1a1a !important; margin: 0 0 8px !important; line-height: 1.3 !important; } .tt-testi2-closing-sub { font-size: 16px !important; font-weight: 400 !important; color: #555 !important; margin: 0 0 32px !important; } .tt-testi2-enroll-btn { display: inline-block; background: #b03070; color: #fff !important; font-size: 17px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 80px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-testi2-enroll-btn:hover { background: #8f2459; } @media (max-width: 600px) { .tt-testi2-section { padding: 40px 16px; } .tt-testi2-closing { font-size: 18px !important; } .tt-testi2-enroll-btn { width: 100%; max-width: 340px; padding: 22px 32px; } .tt-testi2-btn { width: 42px; height: 42px; } } They Started Where You Are.Here's Where They Are Now. You didn't get into healing to stay stuck.And you've been imagining this for a reason. Enrollment is open now. Enroll Now .tt-faq-section { background: #fff; padding: 64px 24px; font-family: 'Montserrat', Arial, sans-serif !important; } .tt-faq-section * { font-family: 'Montserrat', Arial, sans-serif !important; } .tt-faq-inner { max-width: 800px; margin: 0 auto; } .tt-faq-sub { font-size: 16px !important; font-weight: 400 !important; color: #666 !important; margin: 0 0 40px !important; text-align: center; line-height: 1.5 !important; } .tt-faq-item { border-bottom: 1px solid #f0c8d8; } .tt-faq-item summary { list-style: none; cursor: pointer; padding: 18px 40px 18px 0; position: relative; font-size: 15px !important; font-weight: 800 !important; color: #b03070 !important; line-height: 1.5 !important; background: linear-gradient(transparent 55%, #ffd9e8 55%); display: inline-block; width: 100%; box-sizing: border-box; } .tt-faq-item summary::-webkit-details-marker { display: none; } .tt-faq-item summary::after { content: '▾'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 20px; color: #b03070; transition: transform 0.25s ease; line-height: 1; } .tt-faq-item[open] summary::after { transform: translateY(-50%) rotate(180deg); } .tt-faq-answer { font-size: 15px !important; font-weight: 400 !important; color: #444 !important; line-height: 1.7 !important; padding: 4px 0 20px; margin: 0 !important; } .tt-faq-btn-wrap { text-align: center; margin-top: 48px; } .tt-faq-btn { display: inline-block; background: #b03070; color: #fff !important; font-size: 17px !important; font-weight: 800 !important; letter-spacing: 0.08em; text-transform: uppercase; padding: 26px 80px; border-radius: 50px; text-decoration: none !important; transition: background 0.2s ease; } .tt-faq-btn:hover { background: #8f2459; } @media (max-width: 600px) { .tt-faq-section { padding: 40px 16px; } .tt-faq-item summary { font-size: 14px !important; } .tt-faq-btn { width: 100%; max-width: 340px; padding: 22px 32px; } } Still have questions? We understand! This is a real investment in yourself. Here's what our graduates asked before they enrolled. Q: Are the classes live or pre-recorded? All of the classes are pre-recorded so you can do them at your own pace when it's convenient for you. You'll have lifetime access to the teacher training course material so you can revisit it anytime. Q: How long does it take to get certified? This varies person to person but it generally takes 3–6 months with this teacher training course. There's a specific sequence of movements and teaching techniques that you'll learn over 30 modules. You'll be taught the step-by-step in this course. Q: Will Liz be mentoring all of the teachers? Liz is currently hosting the monthly mentorship group calls. Q: Does this work for men too? Yes, the teacher training course is available for all genders. Q: Will I learn how to teach in-person classes too? Yes, you'll learn how to teach in person group somatics classes, in person 1:1 lessons as well as online group somatics classes and online 1:1 lessons. Q: I'm not based in the USA, can I join? Yes, the teacher training will be 100% online, so as long as you have internet access you can join. Q: Are the exercises safe for prenatal and postpartum? Yes, it's safe for both prenatal and postpartum. There are prenatal modifications included in the course. For postpartum, the course will also help you rebuild your pelvic floor. Q: Will there be payment plans available? Yes! You can choose to pay all upfront or pay over 5 months. Q: Can I enroll anytime? No, we have a limited number of spots open for The Somatic Teacher Training Program. Once the program fills up, we will close the program until the next round. Q: Is there a time limit for the certification? You have a year to finish your certification test. You'll have lifetime access to The Somatic Teacher Training Program content so you can refer back to it anytime you need to. If anything comes up that's an emergency or if you have a condition that requires that you move more slowly, you can request more time. Q: It's hard for me to stay consistent or accountable. Can you help with that? Yes, we have an optional accountability buddy program, a private Facebook group with the other trainees, and offer individual accountability support via email. Q: Why do I need to take a certification test for somatic exercises? We need to ensure that everyone who gets certified is at a certain level of confidence and understanding before they're given the certification. This is to ensure the quality of somatic exercises as a field, so that when you're certified, people know that you do high quality, effective work. Q: Will I learn how to teach the trauma release? Yes! You'll learn how to teach the trauma release and how to support your students as they're releasing. After the big release, your students feel much lighter both physically & emotionally. As a teacher, you'll provide them with a transformative healing experience they'll never forget. You didn't get into healing to stay stuck.And you've been imagining this for a reason. Enrollment is open now. Enroll Now Space in the training is intentionally limited so we can provide the level of support this work requires. Sign up today to save your spot.
More you might like
Related
Teachers’ Training: The Islamic Perspective
Related
The Foundation Senses for Balanced Classrooms - Teacher Trai
Related
Teacher Training and the Education of Black Children
Related