Online Consultation In Two Steps
Step 1: I’ll look at your range of motion.
Step 2: Once I’ve determined which muscles are underperforming, I’ll walk you through exercises designed to strengthen positions where there’s instability at the joints that feel restricted.
For example, if you have plantar fasciitis, every expert and their uncle has recommended calf stretches for your tight calves.
Here’s what they haven’t told you: To have tight calf muscles, you also have lower leg muscles that are underperforming.
The tight muscles compensate for the underperforming muscles.
As counterintuitive as this may be, to have plantar fasciitis for as long as you have, you’ve had muscles that aren’t capable of playing their role to the best of their ability, and the muscles that feel tight are making up for what the underperforming muscles are incapable of providing.
To no longer feel plantar fasciitis, piriformis syndrome, or neck and shoulder tightness, you want to know whether muscles are tight or underperforming.
Until you address the muscles that are underperforming, you’ll have muscle tightness. That’s why stretching and releasing muscles only allows for short-term results.
When we address the positions of instability, we also get to the root cause.
Investment
*90-minute consultation via an online meeting ~ 212
** Two consultations ~ 400 (most popular)
***Three consultations ~ 560
Online Consultation
const url = document.getElementById('embedded-checkout-modal-checkout-button').getAttribute('data-url'); const title = 'Square Payment Links';
// Some platforms embed in an iframe, so we want to top window to calculate sizes correctly const topWindow = window.top ? window.top : window;
// Fixes dual-screen position Most browsers Firefox const dualScreenLeft = topWindow.screenLeft !== undefined ? topWindow.screenLeft : topWindow.screenX; const dualScreenTop = topWindow.screenTop !== undefined ? topWindow.screenTop : topWindow.screenY;
const width = topWindow.innerWidth ? topWindow.innerWidth : document.documentElement.clientWidth ? document.documentElement.clientWidth : screen.width; const height = topWindow.innerHeight ? topWindow.innerHeight : document.documentElement.clientHeight ? document.documentElement.clientHeight : screen.height;
const h = height * .75; const w = 500;
const systemZoom = width / topWindow.screen.availWidth; const left = (width - w) / 2 / systemZoom + dualScreenLeft; const top = (height - h) / 2 / systemZoom + dualScreenTop; const newWindow = window.open(url, title, `scrollbars=yes, width=${w / systemZoom}, height=${h / systemZoom}, top=${top}, left=${left}`);
if (window.focus) newWindow.focus(); }
// This overrides the default checkout button click handler to show the embed modal // instead of opening a new tab with the given link url document.getElementById('embedded-checkout-modal-checkout-button').addEventListener('click', function (e) { showCheckoutWindow(e); });
This website uses cookies.