Broken styles on iPad
Old Magento versions (before 2.4.4) use different media query formula and this affects Navigationpro module.
To fix this issue you need to create _custom-variables.less file with the following content:
@navpro__sm__max-width: 767px;
Save the file, clear cache, and redeploy static content.