(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4451,4329],{34329:function(a,b){"use strict";/*! get-video-id v3.6.4 | @license MIT © Michael Wuergler | https://github.com/radiovisual/get-video-id */ /**
 * Strip away any remaining parameters following `?` or `/` or '&' for YouTube shortcode strings.
 *
 * @note this function is not meant to work with url strings containing a protocol like https://
 * @param {String} shortcodeString - the parameter string
 * @returns {String}
 */ function c(a){return a.includes("?")&&(a=a.split("?")[0]),a.includes("/")&&(a=a.split("/")[0]),a.includes("&")&&(a=a.split("&")[0]),a}function d(a,b){return e(a)||f(a,b)||g(a,b)||i()}function e(a){if(Array.isArray(a))return a}function f(a,b){var c,d,e=null==a?null:"undefined"!=typeof Symbol&&a[Symbol.iterator]||a["@@iterator"];if(null!=e){var f=[],g=!0,h=!1;try{for(e=e.call(a);!(g=(c=e.next()).done)&&(f.push(c.value),!b||f.length!==b);g=!0);}catch(i){h=!0,d=i}finally{try{g||null==e.return||e.return()}finally{if(h)throw d}}return f}}function g(a,b){if(a){if("string"==typeof a)return h(a,b);var c=Object.prototype.toString.call(a).slice(8,-1);if("Object"===c&&a.constructor&&(c=a.constructor.name),"Map"===c||"Set"===c)return Array.from(a);if("Arguments"===c||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(c))return h(a,b)}}function h(a,b){(null==b||b>a.length)&&(b=a.length);for(var c=0,d=Array(b);c<b;c++)d[c]=a[c];return d}function i(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}b.Z=function(a){if("string"!=typeof a)throw TypeError("get-video-id expects a string");var b=a;/<iframe/gi.test(b)&&(b=function(a){if("string"!=typeof a)throw TypeError("getSrc expected a string");var b=/src="(.*?)"/gm.exec(a);if(b&&b.length>=2)return b[1]}(b)),b=(b=(b=b.trim()).replace("-nocookie","")).replace("/www.","/");var e={id:null,service:null};if(/\/\/google/.test(b)){var f=b.match(/url=([^&]+)&/);f&&(b=decodeURIComponent(f[1]))}return/youtube|youtu\.be|y2u\.be|i.ytimg\./.test(b)?e={id:function(a){var b=a;b=(b=b.replace(/#t=.*$/,"")).replace(/^https?:\/\//,"");var d=/youtube:\/\/|youtu\.be\/|y2u\.be\//g;if(d.test(b))return c(b.split(d)[1]);var e=/\/shorts\//g;if(e.test(b))return c(b.split(e)[1]);var f=/v=|vi=/g;if(f.test(b))return c(b.split(f)[1].split("&")[0]);var g=/\/v\/|\/vi\/|\/watch\//g;if(g.test(b))return c(b.split(g)[1]);var h=/\/an_webp\//g;if(h.test(b))return c(b.split(h)[1]);var i=/\/e\//g;if(i.test(b))return c(b.split(i)[1]);var j=/\/embed\//g;if(j.test(b))return c(b.split(j)[1]);if(!/\/user\/([a-zA-Z\d]*)$/g.test(b)){if(/\/user\/(?!.*videos)/g.test(b))return c(b.split("/").pop());var k=/\/attribution_link\?.*v%3D([^%&]*)(%26|&|$)/;if(k.test(b))return c(b.match(k)[1])}}(b),service:"youtube"}:/vimeo/.test(b)?e={id:function(a){var b,c,e=a;e.includes("#")&&(e=d(e.split("#"),1)[0]),e.includes("?")&&!e.includes("clip_id=")&&(e=d(e.split("?"),1)[0]);var f=/https?:\/\/vimeo\.com\/event\/(\d+)$/.exec(e);if(f&&f[1])return f[1];var g=/https?:\/\/vimeo\.com\/(\d+)/.exec(e);return g&&g[1]?g[1]:(RegExp("https?://player.vimeo.com/video/[0-9]+$|https?://vimeo.com/channels|groups|album","gim").test(e)?(c=e.split("/"))&&c.length>0&&(b=c.pop()):/clip_id=/gim.test(e)&&(c=e.split("clip_id="))&&c.length>0&&(b=d(c[1].split("&"),1)[0]),b)}(b),service:"vimeo"}:/vine/.test(b)?e={id:function(a){var b=/https:\/\/vine\.co\/v\/([a-zA-Z\d]*)\/?/.exec(a);if(b&&b.length>1)return b[1]}(b),service:"vine"}:/videopress/.test(b)?e={id:function(a){if(a.includes("embed"))return b=/embed\/(\w{8})/,a.match(b)[1];b=/\/v\/(\w{8})/;var b,c=a.match(b);if(c&&c.length>0)return c[1]}(b),service:"videopress"}:/microsoftstream/.test(b)?e={id:function(a){var b=(a.includes("embed")?/https:\/\/web\.microsoftstream\.com\/embed\/video\/([a-zA-Z\d-]*)\/?/:/https:\/\/web\.microsoftstream\.com\/video\/([a-zA-Z\d-]*)\/?/).exec(a);if(b&&b.length>1)return b[1]}(b),service:"microsoftstream"}:/tiktok\.com/.test(b)?e={id:function(a){var b=/tiktok\.com(.*)\/video\/(\d+)/gm.exec(a);if(b&&b.length>2)return b[2]}(b),service:"tiktok"}:/(dailymotion\.com|dai\.ly)/.test(b)&&(e={id:function(a){var b=/dailymotion\.com(.*)(video)\/([a-zA-Z\d]+)/gm.exec(a);if(b)return b[3];var c=/dai\.ly\/([a-zA-Z\d]+)/gm.exec(a);if(c&&c.length>1)return c[1];var d=/dailymotion\.com(.*)video=([a-zA-Z\d]+)/gm.exec(a);if(d&&d.length>2)return d[2]}(b),service:"dailymotion"}),e}},3384:function(a,b,c){"use strict";c.r(b);var d=c(85893),e=c(94184),f=c.n(e),g=c(45697),h=c.n(g),i=c(90187),j=c(60657),k=c(1601),l=c(51382),m=c.n(l),n={className:h().string,heading:h().string,content:h().any,copy:h().any,cta:h().object,useCta:h().bool,headingColSpan:h().number,headingSize:h().oneOf(["big","small"]),paddingBlock:h().number},o=function(a){var b=a.className,c=a.heading,e=a.useCta,g=a.content,h=a.copy,l=a.headingSize,n=a.cta,o=g;o=""!==g?g:h;var p=f()(m().body,"animatedcopy");return(0,d.jsx)("div",{className:f()(m().TitledCopyWithBackground,b),children:(0,d.jsxs)("div",{className:m().row,children:[(0,d.jsxs)("div",{className:m().column,children:[(0,d.jsx)(k.Z,{className:m().heading,label:c,type:"big"===l?"h2":"h3",color:"white",animated:!0}),e&&n&&(0,d.jsx)(j.ZP,{className:m().button,label:n.label,theme:"transparent",icon:"triangle"})]}),(0,d.jsx)("div",{className:m().columnRight,children:(0,d.jsx)("div",{className:p,children:"string"==typeof o?(0,d.jsx)("p",{children:o}):(0,d.jsx)(i.Z,{content:o,theme:"white",className:m().textComponents})})})]})})};o.propTypes=n,o.defaultProps={className:"",heading:"",content:"",copy:"",headingColSpan:-1,useCta:!1,headingSize:"big",paddingBlock:40},b.default=o},51382:function(a){a.exports={SplitParent:"TitledCopyWithBackground_SplitParent__pNon0",SplitParentFade:"TitledCopyWithBackground_SplitParentFade__H2Lc5",SplitChild:"TitledCopyWithBackground_SplitChild__7Ld7O",SplitChildFade:"TitledCopyWithBackground_SplitChildFade__L7QBj",unknown__pt__mark__blue:"TitledCopyWithBackground_unknown__pt__mark__blue__9Xqg_",TitledCopyWithBackground:"TitledCopyWithBackground_TitledCopyWithBackground__hKP2t",row:"TitledCopyWithBackground_row__R_GrB",column:"TitledCopyWithBackground_column__IemND",columnRight:"TitledCopyWithBackground_columnRight__9WEjy",button:"TitledCopyWithBackground_button__VLXNJ",heading:"TitledCopyWithBackground_heading__cuLpR",wrappedUnderline:"TitledCopyWithBackground_wrappedUnderline__oj4Z2"}}}])