Hi @djinnie,
The texts are minified so I couldn’t the exact element too, I thought you could check your existing content one at a time to see it. Instead, I recommend stop using <font> in your content, you should format them with CSS when it comes to font styling.
Further infor in the secure note.
By checking that URL, you’ll see the first stray tag error noscript, which is coming from these codes
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NLRZJZG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NLRZJZG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
and
`
`
So please check your google tag manager code and PSWP related code (as I can’t find it since the codes and files are minified).
And many more, you can check your site’s code by viewing its source code in the browser.
Thanks!