Cookie consent for YouTube Embedded videos

I have installed this which I believe blocks cookies until the user accepts.
Note the additional line for cookie consent and preferences, statistics and marketing.
I have a couple YouTube videos embedded and checked Privacy Mode within the Webflow settings. …From everything I’ve read, if the user clicks play a cookie is still dropped by YouTube. YouTube’s no-cookie URL is a myth. And, Webflow does not accept the URL for no-cookie anyhow when attempting to paste it into the field. (YouTube No Cookies Adds Cookies – Cloud Four)

Can someone please advise how to resolve this issue?

Here’s my G4 script installed within the globally.

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-********" type="text/plain" data-cookieconsent="preferences, statistics, marketing"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-***********');
</script>


Here is my site Read-Only: LINK
(how to share your site Read-Only link)