@times-components/ts-components 1.150.0 → 1.151.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/components/clarkson-says/ClarksonSays.stories.d.ts +1 -0
  3. package/dist/components/clarkson-says/ClarksonSays.stories.js +5 -0
  4. package/dist/components/clarkson-says/assets/ChatIcon.d.ts +1 -0
  5. package/dist/components/clarkson-says/assets/ChatIcon.js +8 -0
  6. package/dist/components/clarkson-says/assets/ChevronDown.d.ts +1 -0
  7. package/dist/components/clarkson-says/assets/ChevronDown.js +7 -0
  8. package/dist/components/clarkson-says/assets/OpenAIIcon.d.ts +1 -0
  9. package/dist/components/clarkson-says/assets/OpenAIIcon.js +8 -0
  10. package/dist/components/clarkson-says/components/CardHero.d.ts +3 -0
  11. package/dist/components/clarkson-says/components/CardHero.js +12 -0
  12. package/dist/components/clarkson-says/components/CategoriesRows.d.ts +6 -0
  13. package/dist/components/clarkson-says/components/CategoriesRows.js +41 -0
  14. package/dist/components/clarkson-says/components/ErrorView.d.ts +6 -0
  15. package/dist/components/clarkson-says/components/ErrorView.js +32 -0
  16. package/dist/components/clarkson-says/components/GradientOverlay.d.ts +1 -0
  17. package/dist/components/clarkson-says/components/GradientOverlay.js +73 -0
  18. package/dist/components/clarkson-says/components/LoadingView.d.ts +7 -0
  19. package/dist/components/clarkson-says/components/LoadingView.js +42 -0
  20. package/dist/components/clarkson-says/components/ProductBetaBadge.d.ts +7 -0
  21. package/dist/components/clarkson-says/components/ProductBetaBadge.js +208 -0
  22. package/dist/components/clarkson-says/components/ResponseCard.d.ts +9 -0
  23. package/dist/components/clarkson-says/components/ResponseCard.js +45 -0
  24. package/dist/components/clarkson-says/components/styles.d.ts +102 -0
  25. package/dist/components/clarkson-says/components/styles.js +379 -0
  26. package/dist/components/clarkson-says/data/clarkson-responses.json +1788 -0
  27. package/dist/components/clarkson-says/index.d.ts +4 -0
  28. package/dist/components/clarkson-says/index.js +84 -0
  29. package/dist/components/clarkson-says/types.d.ts +22 -0
  30. package/dist/components/clarkson-says/types.js +2 -0
  31. package/dist/components/clarkson-says/utils.d.ts +3 -0
  32. package/dist/components/clarkson-says/utils.js +32 -0
  33. package/dist/index.d.ts +1 -0
  34. package/dist/index.js +2 -1
  35. package/jest.config.js +4 -2
  36. package/package.json +13 -13
  37. package/rnw.js +1 -1
  38. package/src/components/clarkson-says/ClarksonSays.stories.tsx +7 -0
  39. package/src/components/clarkson-says/assets/ChatIcon.tsx +33 -0
  40. package/src/components/clarkson-says/assets/ChevronDown.tsx +28 -0
  41. package/src/components/clarkson-says/assets/OpenAIIcon.tsx +34 -0
  42. package/src/components/clarkson-says/components/CardHero.tsx +20 -0
  43. package/src/components/clarkson-says/components/CategoriesRows.tsx +90 -0
  44. package/src/components/clarkson-says/components/ErrorView.tsx +53 -0
  45. package/src/components/clarkson-says/components/GradientOverlay.tsx +83 -0
  46. package/src/components/clarkson-says/components/LoadingView.tsx +70 -0
  47. package/src/components/clarkson-says/components/ProductBetaBadge.tsx +294 -0
  48. package/src/components/clarkson-says/components/ResponseCard.tsx +144 -0
  49. package/src/components/clarkson-says/components/styles.ts +434 -0
  50. package/src/components/clarkson-says/data/clarkson-responses.json +1788 -0
  51. package/src/components/clarkson-says/index.tsx +133 -0
  52. package/src/components/clarkson-says/types.ts +23 -0
  53. package/src/components/clarkson-says/utils.ts +35 -0
  54. package/src/index.ts +1 -0
package/rnw.js CHANGED
@@ -1 +1 @@
1
- module.exports=function(e){var t={};function n(o){if(t[o])return t[o].exports;var i=t[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(o,i,function(t){return e[t]}.bind(null,i));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=22)}([function(e,t){e.exports=require("react")},function(e,t){e.exports=require("@times-components/ts-styleguide/rnw")},function(e,t){e.exports=require("styled-components")},function(e,t){e.exports=require("@times-components/image/rnw")},function(e,t){e.exports=require("@times-components/icons/rnw")},function(e,t){e.exports=require("@times-components/utils/rnw")},function(e,t){e.exports=require("date-fns/differenceInSeconds")},function(e,t){e.exports=require("date-fns/formatDistanceStrict")},function(e,t){e.exports=require("isomorphic-unfetch")},function(e,t){e.exports=require("react-elastic-carousel")},function(e,t){var n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/,i=/^\./,r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,a=/\\(\\)?/g,l=/^\[object .+?Constructor\]$/,c="object"==typeof global&&global&&global.Object===Object&&global,s="object"==typeof self&&self&&self.Object===Object&&self,p=c||s||Function("return this")();var d,m=Array.prototype,u=Function.prototype,f=Object.prototype,h=p["__core-js_shared__"],g=(d=/[^.]+$/.exec(h&&h.keys&&h.keys.IE_PROTO||""))?"Symbol(src)_1."+d:"",y=u.toString,b=f.hasOwnProperty,x=f.toString,w=RegExp("^"+y.call(b).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),v=p.Symbol,_=m.splice,k=M(p,"Map"),C=M(Object,"create"),O=v?v.prototype:void 0,E=O?O.toString:void 0;function S(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}function I(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}function j(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}function A(e,t){for(var n,o,i=e.length;i--;)if((n=e[i][0])===(o=t)||n!=n&&o!=o)return i;return-1}function T(e,t){for(var i,r=0,a=(t=function(e,t){if(R(e))return!1;var i=typeof e;if("number"==i||"symbol"==i||"boolean"==i||null==e||B(e))return!0;return o.test(e)||!n.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:R(i=t)?i:P(i)).length;null!=e&&r<a;)e=e[L(t[r++])];return r&&r==a?e:void 0}function N(e){return!(!H(e)||(t=e,g&&g in t))&&(function(e){var t=H(e)?x.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?w:l).test(function(e){if(null!=e){try{return y.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e));var t}function z(e,t){var n,o,i=e.__data__;return("string"==(o=typeof(n=t))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function M(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return N(n)?n:void 0}S.prototype.clear=function(){this.__data__=C?C(null):{}},S.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},S.prototype.get=function(e){var t=this.__data__;if(C){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return b.call(t,e)?t[e]:void 0},S.prototype.has=function(e){var t=this.__data__;return C?void 0!==t[e]:b.call(t,e)},S.prototype.set=function(e,t){return this.__data__[e]=C&&void 0===t?"__lodash_hash_undefined__":t,this},I.prototype.clear=function(){this.__data__=[]},I.prototype.delete=function(e){var t=this.__data__,n=A(t,e);return!(n<0)&&(n==t.length-1?t.pop():_.call(t,n,1),!0)},I.prototype.get=function(e){var t=this.__data__,n=A(t,e);return n<0?void 0:t[n][1]},I.prototype.has=function(e){return A(this.__data__,e)>-1},I.prototype.set=function(e,t){var n=this.__data__,o=A(n,e);return o<0?n.push([e,t]):n[o][1]=t,this},j.prototype.clear=function(){this.__data__={hash:new S,map:new(k||I),string:new S}},j.prototype.delete=function(e){return z(this,e).delete(e)},j.prototype.get=function(e){return z(this,e).get(e)},j.prototype.has=function(e){return z(this,e).has(e)},j.prototype.set=function(e,t){return z(this,e).set(e,t),this};var P=D((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(B(e))return E?E.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return i.test(e)&&n.push(""),e.replace(r,(function(e,t,o,i){n.push(o?i.replace(a,"$1"):t||e)})),n}));function L(e){if("string"==typeof e||B(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function D(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var o=arguments,i=t?t.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var a=e.apply(this,o);return n.cache=r.set(i,a),a};return n.cache=new(D.Cache||j),n}D.Cache=j;var R=Array.isArray;function H(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function B(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==x.call(e)}e.exports=function(e,t,n){var o=null==e?void 0:T(e,t);return void 0===o?n:o}},function(e,t){e.exports=require("date-fns-tz/format")},function(e,t){e.exports=require("date-fns/format")},function(e,t,n){(function(e){var n=/^\[object .+?Constructor\]$/,o=/^(?:0|[1-9]\d*)$/,i={};i["[object Float32Array]"]=i["[object Float64Array]"]=i["[object Int8Array]"]=i["[object Int16Array]"]=i["[object Int32Array]"]=i["[object Uint8Array]"]=i["[object Uint8ClampedArray]"]=i["[object Uint16Array]"]=i["[object Uint32Array]"]=!0,i["[object Arguments]"]=i["[object Array]"]=i["[object ArrayBuffer]"]=i["[object Boolean]"]=i["[object DataView]"]=i["[object Date]"]=i["[object Error]"]=i["[object Function]"]=i["[object Map]"]=i["[object Number]"]=i["[object Object]"]=i["[object RegExp]"]=i["[object Set]"]=i["[object String]"]=i["[object WeakMap]"]=!1;var r="object"==typeof global&&global&&global.Object===Object&&global,a="object"==typeof self&&self&&self.Object===Object&&self,l=r||a||Function("return this")(),c=t&&!t.nodeType&&t,s=c&&"object"==typeof e&&e&&!e.nodeType&&e,p=s&&s.exports===c,d=p&&r.process,m=function(){try{var e=s&&s.require&&s.require("util").types;return e||d&&d.binding&&d.binding("util")}catch(e){}}(),u=m&&m.isTypedArray;function f(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var h,g,y,b=Array.prototype,x=Function.prototype,w=Object.prototype,v=l["__core-js_shared__"],_=x.toString,k=w.hasOwnProperty,C=(h=/[^.]+$/.exec(v&&v.keys&&v.keys.IE_PROTO||""))?"Symbol(src)_1."+h:"",O=w.toString,E=_.call(Object),S=RegExp("^"+_.call(k).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),I=p?l.Buffer:void 0,j=l.Symbol,A=l.Uint8Array,T=I?I.allocUnsafe:void 0,N=(g=Object.getPrototypeOf,y=Object,function(e){return g(y(e))}),z=Object.create,M=w.propertyIsEnumerable,P=b.splice,L=j?j.toStringTag:void 0,D=function(){try{var e=ce(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),R=I?I.isBuffer:void 0,H=Math.max,B=Date.now,q=ce(l,"Map"),F=ce(Object,"create"),W=function(){function e(){}return function(t){if(!we(t))return{};if(z)return z(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function U(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}function $(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}function V(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}function Y(e){var t=this.__data__=new $(e);this.size=t.size}function G(e,t){var n=he(e),o=!n&&fe(e),i=!n&&!o&&ye(e),r=!n&&!o&&!i&&_e(e),a=n||o||i||r,l=a?function(e,t){for(var n=-1,o=Array(e);++n<e;)o[n]=t(n);return o}(e.length,String):[],c=l.length;for(var s in e)!t&&!k.call(e,s)||a&&("length"==s||i&&("offset"==s||"parent"==s)||r&&("buffer"==s||"byteLength"==s||"byteOffset"==s)||se(s,c))||l.push(s);return l}function Z(e,t,n){(void 0!==n&&!ue(e[t],n)||void 0===n&&!(t in e))&&Q(e,t,n)}function X(e,t,n){var o=e[t];k.call(e,t)&&ue(o,n)&&(void 0!==n||t in e)||Q(e,t,n)}function J(e,t){for(var n=e.length;n--;)if(ue(e[n][0],t))return n;return-1}function Q(e,t,n){"__proto__"==t&&D?D(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}U.prototype.clear=function(){this.__data__=F?F(null):{},this.size=0},U.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},U.prototype.get=function(e){var t=this.__data__;if(F){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return k.call(t,e)?t[e]:void 0},U.prototype.has=function(e){var t=this.__data__;return F?void 0!==t[e]:k.call(t,e)},U.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=F&&void 0===t?"__lodash_hash_undefined__":t,this},$.prototype.clear=function(){this.__data__=[],this.size=0},$.prototype.delete=function(e){var t=this.__data__,n=J(t,e);return!(n<0)&&(n==t.length-1?t.pop():P.call(t,n,1),--this.size,!0)},$.prototype.get=function(e){var t=this.__data__,n=J(t,e);return n<0?void 0:t[n][1]},$.prototype.has=function(e){return J(this.__data__,e)>-1},$.prototype.set=function(e,t){var n=this.__data__,o=J(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this},V.prototype.clear=function(){this.size=0,this.__data__={hash:new U,map:new(q||$),string:new U}},V.prototype.delete=function(e){var t=le(this,e).delete(e);return this.size-=t?1:0,t},V.prototype.get=function(e){return le(this,e).get(e)},V.prototype.has=function(e){return le(this,e).has(e)},V.prototype.set=function(e,t){var n=le(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this},Y.prototype.clear=function(){this.__data__=new $,this.size=0},Y.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Y.prototype.get=function(e){return this.__data__.get(e)},Y.prototype.has=function(e){return this.__data__.has(e)},Y.prototype.set=function(e,t){var n=this.__data__;if(n instanceof $){var o=n.__data__;if(!q||o.length<199)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new V(o)}return n.set(e,t),this.size=n.size,this};var K,ee=function(e,t,n){for(var o=-1,i=Object(e),r=n(e),a=r.length;a--;){var l=r[K?a:++o];if(!1===t(i[l],l,i))break}return e};function te(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":L&&L in Object(e)?function(e){var t=k.call(e,L),n=e[L];try{e[L]=void 0;var o=!0}catch(e){}var i=O.call(e);o&&(t?e[L]=n:delete e[L]);return i}(e):function(e){return O.call(e)}(e)}function ne(e){return ve(e)&&"[object Arguments]"==te(e)}function oe(e){return!(!we(e)||function(e){return!!C&&C in e}(e))&&(be(e)?S:n).test(function(e){if(null!=e){try{return _.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}function ie(e){if(!we(e))return function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}(e);var t=pe(e),n=[];for(var o in e)("constructor"!=o||!t&&k.call(e,o))&&n.push(o);return n}function re(e,t,n,o,i){e!==t&&ee(t,(function(r,a){if(i||(i=new Y),we(r))!function(e,t,n,o,i,r,a){var l=de(e,n),c=de(t,n),s=a.get(c);if(s)return void Z(e,n,s);var p=r?r(l,c,n+"",e,t,a):void 0,d=void 0===p;if(d){var m=he(c),u=!m&&ye(c),f=!m&&!u&&_e(c);p=c,m||u||f?he(l)?p=l:ve(x=l)&&ge(x)?p=function(e,t){var n=-1,o=e.length;t||(t=Array(o));for(;++n<o;)t[n]=e[n];return t}(l):u?(d=!1,p=function(e,t){if(t)return e.slice();var n=e.length,o=T?T(n):new e.constructor(n);return e.copy(o),o}(c,!0)):f?(d=!1,h=c,g=!0?(y=h.buffer,b=new y.constructor(y.byteLength),new A(b).set(new A(y)),b):h.buffer,p=new h.constructor(g,h.byteOffset,h.length)):p=[]:function(e){if(!ve(e)||"[object Object]"!=te(e))return!1;var t=N(e);if(null===t)return!0;var n=k.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&_.call(n)==E}(c)||fe(c)?(p=l,fe(l)?p=function(e){return function(e,t,n,o){var i=!n;n||(n={});var r=-1,a=t.length;for(;++r<a;){var l=t[r],c=o?o(n[l],e[l],l,n,e):void 0;void 0===c&&(c=e[l]),i?Q(n,l,c):X(n,l,c)}return n}(e,ke(e))}(l):we(l)&&!be(l)||(p=function(e){return"function"!=typeof e.constructor||pe(e)?{}:W(N(e))}(c))):d=!1}var h,g,y,b;var x;d&&(a.set(c,p),i(p,c,o,r,a),a.delete(c));Z(e,n,p)}(e,t,a,n,re,o,i);else{var l=o?o(de(e,a),r,a+"",e,t,i):void 0;void 0===l&&(l=r),Z(e,a,l)}}),ke)}function ae(e,t){return me(function(e,t,n){return t=H(void 0===t?e.length-1:t,0),function(){for(var o=arguments,i=-1,r=H(o.length-t,0),a=Array(r);++i<r;)a[i]=o[t+i];i=-1;for(var l=Array(t+1);++i<t;)l[i]=o[i];return l[t]=n(a),f(e,this,l)}}(e,t,Ee),e+"")}function le(e,t){var n,o,i=e.__data__;return("string"==(o=typeof(n=t))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function ce(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return oe(n)?n:void 0}function se(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&o.test(e))&&e>-1&&e%1==0&&e<t}function pe(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||w)}function de(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var me=function(e){var t=0,n=0;return function(){var o=B(),i=16-(o-n);if(n=o,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(D?function(e,t){return D(e,"toString",{configurable:!0,enumerable:!1,value:(n=t,function(){return n}),writable:!0});var n}:Ee);function ue(e,t){return e===t||e!=e&&t!=t}var fe=ne(function(){return arguments}())?ne:function(e){return ve(e)&&k.call(e,"callee")&&!M.call(e,"callee")},he=Array.isArray;function ge(e){return null!=e&&xe(e.length)&&!be(e)}var ye=R||function(){return!1};function be(e){if(!we(e))return!1;var t=te(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function xe(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function we(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ve(e){return null!=e&&"object"==typeof e}var _e=u?function(e){return function(t){return e(t)}}(u):function(e){return ve(e)&&xe(e.length)&&!!i[te(e)]};function ke(e){return ge(e)?G(e,!0):ie(e)}var Ce,Oe=(Ce=function(e,t,n){re(e,t,n)},ae((function(e,t){var n=-1,o=t.length,i=o>1?t[o-1]:void 0,r=o>2?t[2]:void 0;for(i=Ce.length>3&&"function"==typeof i?(o--,i):void 0,r&&function(e,t,n){if(!we(n))return!1;var o=typeof t;return!!("number"==o?ge(n)&&se(t,n.length):"string"==o&&t in n)&&ue(n[t],e)}(t[0],t[1],r)&&(i=o<3?void 0:i,o=1),e=Object(e);++n<o;){var a=t[n];a&&Ce(e,a,n,i)}return e})));function Ee(e){return e}e.exports=Oe}).call(this,n(21)(e))},function(e,t){e.exports=require("search-insights")},function(e,t){e.exports=require("xss")},function(e,t){e.exports=require("@times-components/provider/rnw")},function(e,t){e.exports=require("@times-components/link/rnw")},function(e,t){e.exports=require("@times-components/ts-slices/rnw")},function(e,t){e.exports=require("date-fns/differenceInCalendarDays")},function(e,t){e.exports=require("date-fns-tz/utcToZonedTime")},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){"use strict";n.r(t);var o=n(0),i=n.n(o),r=n(2),a=n.n(r),l=n(1),c=n(5);const s=a.a.div.withConfig({displayName:"styles__LiveArticleFlagContainer",componentId:"sc-1ipxqw1-0"})(["background-color:#9f0000;height:24px;padding:7px 7px 7px 9px;display:flex;flex-direction:row;width:fit-content;"]),p=a.a.span.withConfig({displayName:"styles__LiveArticleFlagText",componentId:"sc-1ipxqw1-1"})(["font-family:",";color:#ffffff;font-weight:500;font-size:12px;letter-spacing:0.05em;display:flex;align-items:center;"],l.fonts.supporting),d=Object(r.keyframes)(["0%{background-color:#ffffff;}50%{background-color:#9f0000;}100%{background-color:#ffffff;}"]),m=a.a.div.withConfig({displayName:"styles__LiveArticleFlagIconContainer",componentId:"sc-1ipxqw1-2"})(["height:100%;display:flex;align-items:center;margin-right:7px;"]),u=a.a.div.withConfig({displayName:"styles__LiveArticleFlagIcon",componentId:"sc-1ipxqw1-3"})(["height:6px;width:6px;animation:"," 2000ms infinite;"],d),f=a.a.div.withConfig({displayName:"styles__ArticleFlagContainer",componentId:"sc-1ipxqw1-4"})(["display:flex;align-items:center;flex-direction:row;"]),h=a.a.div.withConfig({displayName:"styles__LiveFlagAndTimestampContainer",componentId:"sc-1ipxqw1-5"})(["display:flex;align-items:center;flex-direction:row;"]),g=a.a.div.withConfig({displayName:"styles__ArticleFlagBullet",componentId:"sc-1ipxqw1-6"})(["border-radius:2.5px;height:5px;width:5px;background-color:",";"],e=>{let t=e.color;return Object(c.gqlRgbaToStyle)(t)||t}),y=a.a.div.withConfig({displayName:"styles__ArticleFlagTextContainer",componentId:"sc-1ipxqw1-7"})(["font-family:TimesDigitalW04-RegularSC;font-size:12px;font-weight:400;letter-spacing:0.6px;line-height:12px;margin-left:5px;color:",";"],e=>{let t=e.color;return Object(c.gqlRgbaToStyle)(t)||t}),b=a.a.div.withConfig({displayName:"styles__FlagPadding",componentId:"sc-1ipxqw1-8"})(["margin-right:",";"],e=>e.allFlags.length>1?"15px":0),x=a.a.div.withConfig({displayName:"styles__Flags",componentId:"sc-1ipxqw1-9"})(["display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;"]),w=a.a.div.withConfig({displayName:"styles__FlagsContainer",componentId:"sc-1ipxqw1-10"})(["margin-bottom:15px;margin-top:5px;"]);var v=n(6),_=n.n(v),k=n(7),C=n.n(k),O=n(12),E=n.n(O);const S=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-340u2v-0"})(["display:flex;flex-direction:column;padding-left:8px;"]),I=a.a.div.withConfig({displayName:"styles__TimeSinceUpdate",componentId:"sc-340u2v-1"})(["color:",";font-family:",";font-size:14px;line-height:16px;"],e=>e.color||l.colours.functional.primary,l.fonts.supporting),j=e=>{let t=e.updatedTime,n=e.color;if(!t)return null;const o=new Date,r=new Date(t),a=C()(r,o,{roundingMethod:"floor"})+" ago",l=_()(o,r),c=l<60,s=l<46800;return i.a.createElement(S,null,!c&&s?i.a.createElement(I,{color:n,"data-testId":"MinutesHoursSinceUpdate"},"Updated ".concat(a)):s?null:i.a.createElement(I,{color:n,"data-testId":"DateTimeUpdated"},"Updated ",E()(r,"MMMM d, "),E()(r,"h.mmaaa")))},A=Object(o.createContext)(void 0),T=e=>{let t=e.updatedTime,n=e.children;return i.a.createElement(A.Provider,{value:t},n)},N=e=>{let t=e.title,n=e.timeStampTextColor;const r=Object(o.useContext)(A);return i.a.createElement(h,null,i.a.createElement(s,null,i.a.createElement(m,null,i.a.createElement(u,null)),i.a.createElement(p,null,t)),i.a.createElement(j,{updatedTime:r,color:n}))},z=e=>{let t=e.color;return i.a.createElement(N,{timeStampTextColor:t,title:"LIVE"})},M=e=>{let t=e.color;return i.a.createElement(N,{timeStampTextColor:t,title:"BREAKING"})};var P=n(13),L=n.n(P);function D(e,t,n){return Object(o.useEffect)(()=>{let o;return null!==e&&(o="undefined"!=typeof window&&window.IntersectionObserver&&new window.IntersectionObserver(e=>{e[0].isIntersecting&&(o&&o.disconnect(),t&&t())},n)||void 0,o&&o.observe(e)),()=>{o&&o.disconnect()}},[e])}function R(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function H(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function B(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return q(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return q(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const F=i.a.createContext({context:{}}),W=()=>Object(o.useContext)(F),U=e=>{let t=e.children,n=e.analyticsStream,r=e.context,a=e.scrolledEvent;const l=Object(o.useContext)(F),c=void 0!==n?n:l.analyticsStream,s=L()({},l.context,r),p=e=>{const t=L()({},s,e,{attrs:{eventTime:(new Date).toISOString()}});c?c(t):console.error("no analytics stream to send to",t)},d=B(Object(o.useState)(null),2),m=d[0],u=d[1];return a&&D(m,()=>p&&p(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?R(Object(n),!0).forEach((function(t){H(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):R(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({action:"Scrolled"},a)),{threshold:.5}),i.a.createElement(F.Provider,{value:{fireAnalyticsEvent:p,context:s,analyticsStream:c}},"function"==typeof t?t({fireAnalyticsEvent:p,intersectObserverRef:u}):t)};var $=n(3),V=n(8),Y=n.n(V);function G(e,t,n,o,i,r,a){try{var l=e[r](a),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(o,i)}function Z(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return X(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return X(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function X(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const J=Object(o.createContext)(void 0),Q=e=>{let t=e.url,n=e.options,r=e.previewData,a=e.children;const l=Z(Object(o.useState)(!1),2),c=l[0],s=l[1],p=Z(Object(o.useState)(),2),d=p[0],m=p[1],u=Z(Object(o.useState)(),2),f=u[0],h=u[1];return Object(o.useEffect)(()=>{if(!c){s(!0);(function(){var e,o=(e=function*(){try{if(r)return yield new Promise(e=>setTimeout(e,1500)),h(r),void s(!1);if(!t)throw new Error("must provide a Fetch url");{const e=yield Y()(t,n),o=yield e.json();h(o),s(!1)}}catch(e){m(e instanceof Error?e.message:"unknown error"),s(!1)}},function(){var t=this,n=arguments;return new Promise((function(o,i){var r=e.apply(t,n);function a(e){G(r,o,i,a,l,"next",e)}function l(e){G(r,o,i,a,l,"throw",e)}a(void 0)}))});return function(){return o.apply(this,arguments)}})()()}},[t,n,r]),i.a.createElement(J.Provider,{value:{loading:c,error:d,data:f}},a)},K=()=>{const e=Object(o.useContext)(J);if(void 0===e)throw new Error("must be used within a FetchProvider");return e};var ee=n(15),te=n.n(ee);const ne=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e=>{let t=document.createElement("textarea");return t.innerHTML=e,t.value};let o={whiteList:t,stripIgnoreTag:!0,stripIgnoreTagBody:["script"]},i=n(e);return te()(i,o)},oe={"2:3":"150%","4:5":"125%","1:1":"100%","4:3":"75%","3:2":"66.66%","16:9":"56.25%"},ie=a.a.div.withConfig({displayName:"styles__AspectRatioContainer",componentId:"sc-1lxnrk8-0"})(["",";"],e=>{let t=e.ratio;return t&&oe[t]&&Object(r.css)(["position:relative;overflow:hidden;&:after{content:'';display:block;padding-bottom:",";}> img{position:absolute;width:100%;height:100%;object-fit:cover;}"],oe[t])}),re=e=>{let t=e.ratio,n=e.children;return i.a.createElement(ie,{ratio:t},n)};var ae=n(4);const le=a.a.a.withConfig({displayName:"styles__Link",componentId:"spl816-0"})(["display:flex;flex-direction:row;margin-top:16px;color:#bf0000;fill:#bf0000;:hover{color:",";fill:",";}"],l.colours.functional.secondary,l.colours.functional.secondary),ce=a.a.div.withConfig({displayName:"styles__LinkText",componentId:"spl816-1"})(["margin-top:1px;margin-right:12px;font-family:",";font-size:15px;"],l.fonts.supporting),se=e=>{let t=e.link,n=e.linkText,o=e.onClick;return i.a.createElement(le,{href:t,onClick:()=>o&&o(n)},i.a.createElement(ce,null,n),i.a.createElement(ae.IconForwardChevron,{height:18,width:8}))},pe=a.a.div.withConfig({displayName:"common-styles__PlaceholderContainer",componentId:"sc-14ch98m-0"})(["position:relative;height:200px;margin:0 auto 20px auto;@media (min-width:","px){width:80.8%;}@media (min-width:","px){width:56.2%;}"],l.breakpoints.medium,l.breakpoints.wide),de=a.a.div.withConfig({displayName:"common-styles__Label",componentId:"sc-14ch98m-1"})(["font-family:",";font-size:12px;line-height:16px;text-transform:uppercase;color:",";padding-bottom:5px;letter-spacing:0.5px;"],l.fonts.supporting,e=>{let t=e.sectionColour;return"".concat(t)}),me=a.a.div.withConfig({displayName:"common-styles__HiddenDiv",componentId:"sc-14ch98m-2"})(["display:none;"]),ue=a.a.div.withConfig({displayName:"common-styles__Copy",componentId:"sc-14ch98m-3"})(["color:",";font-family:",";font-size:16px;line-height:24px;"],l.colours.functional.secondary,l.fonts.body),fe=a.a.ul.withConfig({displayName:"common-styles__List",componentId:"sc-14ch98m-4"})(["display:flex;flex-wrap:wrap;margin:0 -2px -1px -15px;list-style:none;padding:0;@media (min-width:","px){}"],l.breakpoints.medium),he=a.a.div.withConfig({displayName:"common-styles__ListContainer",componentId:"sc-14ch98m-5"})(["display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;max-height:",";"],e=>{let t=e.showAll,n=e.maxHeight,o=e.displayShowAll;return!t&&o?n+"px":"none"}),ge=a.a.div.withConfig({displayName:"common-styles__ShowAllContainer",componentId:"sc-14ch98m-6"})(["display:flex;border-top:1px solid ",";padding:5px;justify-content:center;display:",";"],l.colours.functional.keyline,e=>e.displayShowAll?"flex":"none"),ye=a.a.div.withConfig({displayName:"common-styles__Headline",componentId:"sc-14ch98m-7"})(["font-family:",";font-size:24px;line-height:24px;color:",";margin:0 0 6px;@media (min-width:","px){font-size:32px;line-height:32px;}"],l.fonts.headline,l.colours.functional.brandColour,l.breakpoints.medium),be=a.a.button.withConfig({displayName:"common-styles__ShowAllButton",componentId:"sc-14ch98m-8"})(["font-family:",";font-weight:500;line-height:20px;border:1px solid ",";background:transparent;cursor:pointer;&:active{border:1px solid ",";color:",";}"],l.fonts.supporting,l.colours.functional.primary,l.colours.functional.action,l.colours.functional.action),xe=a.a.div.withConfig({displayName:"styles__Container",componentId:"e5otdw-0"})(["display:flex;flex-direction:column;margin:0 auto 20px auto;padding:20px;background-color:#f9f9f9;border-top:",";a{text-decoration:none;}@media (min-width:","px){flex-direction:row;width:80.8%;}@media (min-width:","px){width:56.2%;}"],e=>{let t=e.sectionColour;return"2px solid ".concat(t)},l.breakpoints.medium,l.breakpoints.wide),we=a.a.div.withConfig({displayName:"styles__ImageContainer",componentId:"e5otdw-1"})(["padding-bottom:12px;img{display:block;width:100%;}@media (min-width:","px){width:50%;padding-right:20px;padding-bottom:0;}"],l.breakpoints.medium),ve=a.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"e5otdw-2"})(["display:flex;flex-direction:column;justify-content:space-between;@media (min-width:","px){width:",";}"],l.breakpoints.medium,e=>e.hasImage?"50%":"100%"),_e=a.a.div.withConfig({displayName:"styles__Label",componentId:"e5otdw-3"})(["padding-bottom:",";color:",";font-family:",";font-size:12px;text-transform:uppercase;letter-spacing:0.5px;"],e=>e.hasImage?"8px":"12px",e=>e.sectionColour,l.fonts.supporting),ke=a.a.h4.withConfig({displayName:"styles__Headline",componentId:"e5otdw-4"})(["margin:0;padding-bottom:8px;color:",";font-family:",";font-size:24px;line-height:24px;font-weight:normal;:hover{color:#069;}@media (min-width:","px){font-size:",";line-height:",";}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.wide,e=>e.hasImage?"24px":"28px",e=>e.hasImage?"24px":"28px"),Ce=a.a.div.withConfig({displayName:"styles__Copy",componentId:"e5otdw-5"})(["color:",";font-family:",";font-size:16px;line-height:24px;"],l.colours.functional.secondary,l.fonts.body),Oe={attrs:{event_navigation_name:"in-article component displayed : puff",event_navigation_browsing_method:"scroll"}},Ee=e=>{let t=e.sectionColour,n=e.forceImageAspectRatio;const o=e.isLiveOrBreaking||"no flag",r=(e,t)=>{e&&e(((e,t)=>({action:"Clicked",attrs:{event_navigation_name:"button : ".concat(e),event_navigation_browsing_method:"click",article_flag:t}}))(t,o))},a=K(),l=a.loading,c=a.error,s=a.data;if(l)return i.a.createElement(pe,null,i.a.createElement($.Placeholder,null));if(c||void 0===s||0===s.body.data.length)return null;const p=s.body.data[0].data,d=p.image,m=p.label,u=p.headline,f=p.copy,h=p.link,g=p.linkText,y=Boolean(d);return i.a.createElement(U,{context:{object:"InArticlePuff",attrs:{component_type:"in-article component : puff : interactive",event_navigation_action:"navigation",component_name:"".concat(u),article_flag:o}},scrolledEvent:Oe},e=>{let o=e.fireAnalyticsEvent,a=e.intersectObserverRef;return i.a.createElement(xe,{ref:a,sectionColour:t},d?i.a.createElement(we,null,i.a.createElement("a",{href:h,onClick:()=>r(o,"image")},i.a.createElement(re,{ratio:n},i.a.createElement("img",{src:d})))):null,i.a.createElement(ve,{hasImage:y},i.a.createElement("div",null,i.a.createElement(_e,{hasImage:y,sectionColour:t},m),i.a.createElement("a",{href:h,onClick:()=>r(o,"headline")},i.a.createElement(ke,{hasImage:y},u)),f&&i.a.createElement(Ce,{dangerouslySetInnerHTML:{__html:ne(f,{b:{},i:{}})}})),i.a.createElement(se,{link:h,linkText:g||"Read more",onClick:()=>r(o,g||"Read more")})))})};var Se=n(9),Ie=n.n(Se);const je=a.a.div.withConfig({displayName:"styles__Headline",componentId:"w8icgs-0"})(["font-size:24px;line-height:24px;color:",";font-family:",";padding-bottom:12px;@media (min-width:","px){width:70%;font-size:32px;line-height:32px;padding-bottom:0px;}@media (min-width:","px){width:100%;padding-bottom:0;}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.breakpoints.wide),Ae=a.a.div.withConfig({displayName:"styles__SubHeading",componentId:"w8icgs-1"})(["font-size:22px;line-height:22px;color:",";font-family:",";padding-bottom:7px;@media (min-width:","px){font-size:24px;line-height:24px;}"],l.colours.functional.brandColour,l.fonts.headlineRegular,l.breakpoints.medium),Te=a.a.div.withConfig({displayName:"styles__BodyCopy",componentId:"w8icgs-2"})(["color:",";font-family:",";font-size:16px;line-height:24px;"],l.colours.functional.secondary,l.fonts.body),Ne=a.a.div.withConfig({displayName:"styles__HeadlineButtonContainer",componentId:"w8icgs-3"})(["display:flex;flex-direction:column;@media (min-width:","px){flex-direction:row;justify-content:space-between;align-items:flex-end;}"],l.breakpoints.medium),ze=a.a.div.withConfig({displayName:"styles__CarouselButtonContainer",componentId:"w8icgs-4"})(["display:flex;flex-direction:row;align-items:center;"]),Me=a.a.button.withConfig({displayName:"styles__CarouselButton",componentId:"w8icgs-5"})(["display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:transparent;border:solid 1px ",";border-radius:50%;cursor:pointer;pointer-events:",";svg{path{fill:",";height:10px;width:5px;}}&.nextBtn{transform:scaleX(-1);}@media (hover:hover){&:hover{border:solid 1px ",";}}@media (hover:none){&:active{border:solid 1px ",";}}"],e=>e.disabled?l.colours.functional.keyline:l.colours.functional.primary,e=>e.disabled?"none":"auto",e=>e.disabled?l.colours.functional.keyline:l.colours.functional.primary,e=>e.disabled?l.colours.functional.keyline:l.colours.functional.action,e=>e.disabled?l.colours.functional.keyline:l.colours.functional.action),Pe=a.a.div.withConfig({displayName:"styles__CarouselIndicatorContainer",componentId:"w8icgs-6"})(["display:flex;flex-direction:row;padding-left:6px;padding-right:6px;"]),Le=a.a.div.withConfig({displayName:"styles__CarouselIndicator",componentId:"w8icgs-7"})(["background-color:",";height:5px;width:5px;border-radius:50%;margin-right:2px;margin-left:2px;cursor:pointer;"],e=>e.active?l.colours.functional.action:l.colours.functional.keyline),De=a()(Ie.a).withConfig({displayName:"styles__StyledCarousel",componentId:"w8icgs-8"})(["display:flex;height:fit-content;align-items:initial;flex-direction:column-reverse;.rec .rec-slider-container{margin:0;}"]),Re=a.a.div.withConfig({displayName:"styles__CarouselContainer",componentId:"w8icgs-9"})(["background-color:",";padding-bottom:16px;margin:0 auto 20px auto;border-top:",";width:",";@media (min-width:","px){width:",";}@media (min-width:","px){width:",";}& div.rec-carousel-item.rec-carousel-item-visible{border-right:1px solid ",";}& div.rec-carousel-item:last-child{border-right:none;}"],l.colours.functional.backgroundPrimary,e=>{let t=e.sectionColour;return"2px solid ".concat(t)},e=>{let t=e.isWide,n=e.isStandard;return(t?"100%":n&&"auto")||"auto"},l.breakpoints.medium,e=>{let t=e.isWide,n=e.isStandard;return(t?"100%":n&&"80.8%")||"80.8%"},l.breakpoints.wide,e=>{let t=e.isWide,n=e.isStandard;return(t?"100%":n&&"56.2%")||"56.2%"},l.colours.functional.keyline),He=a.a.div.withConfig({displayName:"styles__CardContainer",componentId:"w8icgs-10"})(["display:flex;flex-direction:column;background-color:",";width:100%;height:30%;padding:20px 16px 14px 16px;"],l.colours.functional.backgroundPrimary),Be=a.a.div.withConfig({displayName:"styles__CardContent",componentId:"w8icgs-11"})(["display:flex;flex-direction:column;height:100%;"]),qe=a.a.div.withConfig({displayName:"styles__InfoCardContainer",componentId:"w8icgs-12"})(["padding:0 16px;float:left;width:100%;"]),Fe=a.a.img.withConfig({displayName:"styles__CardImg",componentId:"w8icgs-13"})(["padding:4px 0 12px;-webkit-user-drag:none;pointer-events:none;}"]),We=e=>{let t=e.sectionColour,n=e.label,o=e.headline,r=e.children;return i.a.createElement(He,null,i.a.createElement(Be,null,i.a.createElement(de,{sectionColour:t},n),i.a.createElement(Ne,null,i.a.createElement(je,null,o),r)))},Ue=e=>{let t=e.size,n=void 0===t?{width:"16",height:"16"}:t;return i.a.createElement("svg",{width:n.width,height:n.height,xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{d:"M7.29 12.956L3.903 7.049 7.289.97h-.96L.697 7.013l5.632 5.943z",fillRule:"nonzero"}))};function $e(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ve(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ve(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ve(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}var Ye;!function(e){e.Standard="4043",e.Wide="4042"}(Ye||(Ye={}));let Ge=new Array;const Ze=l.breakpoints.small,Xe=l.breakpoints.medium,Je=l.breakpoints.wide,Qe=e=>{let t=e.activePage,n=e.onClick,o=e.current,r=e.data,a=e.showDisplayItem,l=e.windowWidth,c=e.showDotItem;return i.a.createElement(ze,null,i.a.createElement(Me,{"data-testid":"Previous button",disabled:0===t,onClick:()=>n(o/a-1,"left")},i.a.createElement(Ue,{size:{width:"10px",height:"14px"}})),i.a.createElement(Pe,null,r.map((e,o)=>{if(function(e){if(null==e)throw new TypeError("Cannot destructure undefined")}(e),o<c){const e=t===o;return i.a.createElement(Le,{"data-testid":"Page Indicator",key:o,onClick:()=>n(o),active:e})}})),i.a.createElement(Me,{"data-testid":"Next Button",disabled:t===Math.trunc(r.length/a-(Xe>l?1:0)),className:"nextBtn",onClick:()=>n(o/a+1,"right")},i.a.createElement(Ue,{size:{width:"10px",height:"14px"}})))},Ke=e=>{let t=e.sectionColour,n=e.initialIndex,r=void 0===n?0:n;const a=K(),l=a.loading,c=a.error,s=a.data;if(c)return null;if(l||void 0===s)return i.a.createElement(pe,null,i.a.createElement($.Placeholder,null));const p=s.fields,d=p.headline,m=p.label,u=p.size,f=s.body.data,h=e=>e===Ye.Standard,g=e=>e===Ye.Wide,y=$e(Object(o.useState)("undefined"!=typeof window?window.innerWidth:0),2),b=y[0],x=y[1],w=$e(Object(o.useState)(1),2),v=w[0],_=w[1],k=b.toString(),C=()=>x(window.innerWidth);Object(o.useEffect)(()=>(window.addEventListener("resize",C),()=>{window.removeEventListener("resize",C)}),[]),Object(o.useEffect)(()=>{E()});const O=[{width:Ze,itemsToShow:1,itemsToScroll:1}];g(u)&&(Ge=[...O,{width:Xe,itemsToShow:2,itemsToScroll:2},{width:Je,itemsToShow:3,itemsToScroll:3}]),h(u)&&(Ge=[...O,{width:Ze+55,itemsToShow:2,itemsToScroll:2}]);const E=()=>{k<Xe?_(Ge[0].itemsToScroll):k>=Je&&g(u)?_(Ge[2].itemsToScroll):_(Ge[1].itemsToScroll)},S=f.length/v,I=f.length>(k>=Je&&g(u)?3:k<Xe?1:2),j=$e(Object(o.useState)(r),2),A=j[0],T=j[1],N=e=>{T(e.index)};return i.a.createElement(U,{context:{object:"InfoCard",attrs:{component_type:"in-article component : text-image info cards : interactive",event_navigation_action:"navigation",event_navigation_browsing_method:"click",component_name:"".concat(d)}},scrolledEvent:{attrs:{component_type:"in-article component : text-image info cards : "+(S>1?"interactive":"static"),event_navigation_name:"in-article component displayed : text-image info cards",event_navigation_browsing_method:"scroll"}}},e=>{let n=e.intersectObserverRef,o=e.fireAnalyticsEvent;return i.a.createElement(Re,{sectionColour:t,isWide:g(u),isStandard:h(u),ref:n},i.a.createElement(De,{sectionColour:t,breakPoints:Ge,isRTL:!1,onChange:N,showArrows:!1,enableSwipe:I,renderPagination:e=>{let n=e.activePage,r=e.onClick;return i.a.createElement(We,{data:f[A],headline:d,label:m,sectionColour:t},I&&i.a.createElement(Qe,{activePage:n,onClick:(e,t)=>{t&&o({attrs:{event_navigation_name:"button : ".concat(t),component_name:d}}),r&&r(e)},current:A,data:f,showDisplayItem:v,windowWidth:b.toString(),showDotItem:S}))}},f.map((e,t)=>i.a.createElement(qe,{key:t},e.data.image&&i.a.createElement(re,{ratio:"16:9"},i.a.createElement(Fe,{src:e.data.image})),e.data.subtitle&&i.a.createElement(Ae,null,e.data.subtitle),e.data.copy&&i.a.createElement(Te,{dangerouslySetInnerHTML:{__html:ne(e.data.copy,{br:{},b:{},i:{}})}})))))})};const et=a.a.div.withConfig({displayName:"styles__Headline",componentId:"d49zf9-0"})(["font-size:24px;line-height:24px;color:",";font-family:",";padding-bottom:12px;@media (min-width:","px){width:70%;font-size:32px;line-height:32px;padding-bottom:0px;}@media (min-width:","px){width:100%;font-size:",";line-height:",";padding-bottom:",";}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.breakpoints.wide,e=>e.isWide?"32px":"24px",e=>e.isWide?"32px":"24px",e=>e.isWide?"0px":"14px"),tt=a.a.div.withConfig({displayName:"styles__HeadlineButtonContainer",componentId:"d49zf9-1"})(["display:flex;flex-direction:column;@media (min-width:","px){flex-direction:row;justify-content:space-between;align-items:flex-end;}"],l.breakpoints.medium),nt=a.a.div.withConfig({displayName:"styles__Copy",componentId:"d49zf9-2"})(["color:#555555;font-family:",";font-size:14px;line-height:20px;padding-bottom:16px;@media (min-width:","px){width:",";font-size:16px;line-height:24px;}"],l.fonts.body,l.breakpoints.wide,e=>e.isWide?"60%":"100%"),ot=a.a.div.withConfig({displayName:"styles__ImageTitle",componentId:"d49zf9-3"})(["font-size:16px;line-height:16px;font-family:",";padding-bottom:6px;@media (min-width:","px){font-size:24px;line-height:24px;}@media (min-width:","px){font-size:",";line-height:",";}"],l.fonts.headlineRegular,l.breakpoints.medium,l.breakpoints.wide,e=>e.isWide?"24px":"18px",e=>e.isWide?"24px":"18px"),it=a.a.div.withConfig({displayName:"styles__Credit",componentId:"d49zf9-4"})(["text-transform:uppercase;font-size:12px;line-height:16px;font-family:",";color:",";padding-bottom:10px;padding-top:8px;@media (min-width:","px){padding-top:12px;}@media (min-width:","px){padding-top:12px;padding-bottom:",";}"],l.fonts.supporting,l.colours.functional.secondary,l.breakpoints.medium,l.breakpoints.wide,e=>e.isWide?"8px":"14px"),rt=a.a.div.withConfig({displayName:"styles__CardContainer",componentId:"d49zf9-5"})(["display:flex;flex-direction:column;background-color:#f9f9f9;width:100%;height:30%;padding:20px 16px 16px 16px;@media (min-width:","px){padding:20px 20px 12px 20px;}@media (min-width:","px){height:",";width:",";padding:",";}"],l.breakpoints.medium,l.breakpoints.wide,e=>e.isWide?"30%":"auto",e=>{let t=e.isWide,n=e.isSmall;return(t?"100%":n&&"36%")||"33%"},e=>e.isWide?"20px 16px 16px 16px":"20px 16px"),at=a.a.div.withConfig({displayName:"styles__CarouselButtonContainer",componentId:"d49zf9-6"})(["display:flex;flex-direction:row;align-items:center;"]),lt=a.a.button.withConfig({displayName:"styles__CarouselButton",componentId:"d49zf9-7"})(["display:flex;justify-content:center;align-items:center;width:32px;height:32px;padding-left:6px;background-color:transparent;border:solid 1px ",";border-radius:50%;cursor:pointer;pointer-events:",";svg{path{fill:",";height:10px;width:5px;}}&.nextBtn{transform:scaleX(-1);}&:hover{border:solid 1px #0a68c1;}"],e=>e.disabled?"#e4e4e4":"#000000",e=>e.disabled?"none":"auto",e=>e.disabled?"#CCCCCC":"black"),ct=a.a.div.withConfig({displayName:"styles__CarouselIndicatorContainer",componentId:"d49zf9-8"})(["display:flex;flex-direction:row;padding-left:6px;padding-right:6px;"]),st=a.a.div.withConfig({displayName:"styles__CarouselIndicator",componentId:"d49zf9-9"})(["background-color:#cccccc;background-color:",";height:5px;width:5px;border-radius:50%;margin-right:2px;margin-left:2px;cursor:pointer;"],e=>e.active?"#1573A2":"#CCCCCC"),pt=a.a.div.withConfig({displayName:"styles__CardContent",componentId:"d49zf9-10"})(["display:flex;flex-direction:column;height:100%;"]),dt=a.a.div.withConfig({displayName:"styles__MobileOrLarge",componentId:"d49zf9-11"})(["display:block;@media (min-width:","px){display:",";}"],l.breakpoints.wide,e=>e.isWide?"block":"none"),mt=a.a.div.withConfig({displayName:"styles__NotMobileOrLarge",componentId:"d49zf9-12"})(["display:none;@media (min-width:","px){display:",";justify-content:space-between;height:100%;flex-direction:column;}"],l.breakpoints.wide,e=>e.isWide?"none":"flex"),ut=a.a.div.withConfig({displayName:"styles__CarouselContainer",componentId:"d49zf9-13"})(["background-color:#f9f9f9;border-top:",";flex-direction:",";@media (min-width:","px){width:",";}"],e=>{let t=e.sectionColour;return"2px solid ".concat(t)},e=>e.isWide||window.innerWidth<1024?"column-reverse":"row-reverse",l.breakpoints.wide,e=>e.isSmall?"82.1%":"100%"),ft=a()(Ie.a).withConfig({displayName:"styles__StyledCarousel",componentId:"d49zf9-14"})(["display:flex;height:fit-content;align-items:initial;flex-direction:column-reverse;.rec .rec-slider-container{margin:0;}@media (min-width:","px){flex-direction:",";}"],l.breakpoints.medium,e=>e.isWide||window.innerWidth<1024?"column-reverse":"row-reverse"),ht=e=>{let t=e.children,n=e.isWide,o=e.data,r=e.headline,a=e.label,l=e.isSmall,c=e.sectionColour;const s=o.data;return i.a.createElement(rt,{isWide:n,isSmall:l},i.a.createElement(pt,null,i.a.createElement(de,{sectionColour:c},a),i.a.createElement(tt,null,i.a.createElement(et,{isWide:n},r),i.a.createElement(dt,{isWide:n},t)),i.a.createElement(mt,{isWide:n},i.a.createElement("div",null,s.imageTitle&&i.a.createElement(ot,{isWide:n},s.imageTitle),s.copy&&i.a.createElement(nt,{isWide:n,dangerouslySetInnerHTML:{__html:ne(s.copy,{br:{},b:{},i:{}})}})),i.a.createElement("div",null,i.a.createElement(it,{isWide:n},s.credit),t))))};function gt(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yt(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function yt(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const bt=e=>{let t=e.activePage,n=e.onClick,o=e.current,r=e.data;return i.a.createElement(at,null,i.a.createElement(lt,{"data-testid":"Previous button",disabled:0===t,onClick:()=>n(o-1,"left")},i.a.createElement(Ue,{size:{width:"10px",height:"14px"}})),i.a.createElement(ct,null,r.map((e,o)=>{!function(e){if(null==e)throw new TypeError("Cannot destructure undefined")}(e);const r=t===o;return i.a.createElement(st,{"data-testid":"Page Indicator",key:o,onClick:()=>n(o),active:r})})),i.a.createElement(lt,{"data-testid":"Next Button",disabled:t===r.length-1,className:"nextBtn",onClick:()=>n(o+1,"right")},i.a.createElement(Ue,{size:{width:"10px",height:"14px"}})))};var xt;!function(e){e.Small="4033",e.Wide="4035"}(xt||(xt={}));const wt=e=>{let t=e.sectionColour,n=e.initialIndex,r=void 0===n?0:n;const a=K(),l=a.loading,c=a.error,s=a.data;if(l)return i.a.createElement(pe,null,i.a.createElement($.Placeholder,null));if(c||void 0===s||0===s.body.data.length)return null;const p=s.fields,d=p.headline,m=p.label,u=p.size,f=s.body.data,h=e=>e===xt.Small,g=e=>e===xt.Wide,y=gt(Object(o.useState)(r),2),b=y[0],x=y[1],w=e=>{x(e.index)};return i.a.createElement(U,{context:{object:"GalleryCarousel",attrs:{component_type:"in-article component : gallery : interactive",event_navigation_action:"navigation",component_name:"".concat(d)}},scrolledEvent:{attrs:{event_navigation_name:"in-article component displayed : gallery",event_navigation_browsing_method:"scroll"}}},e=>{let n=e.intersectObserverRef,o=e.fireAnalyticsEvent;return i.a.createElement(ut,{sectionColour:t,isWide:g(u),isSmall:h(u),ref:n},i.a.createElement(ft,{sectionColour:t,isWide:g(u),itemsToScroll:1,itemsToShow:1,isRTL:!1,onChange:w,showArrows:!1,renderPagination:e=>{let n=e.activePage,r=e.onClick;return i.a.createElement(ht,{isWide:g(u),data:f[b],headline:d,label:m,isSmall:h(u),sectionColour:t},f.length>1&&i.a.createElement(bt,{activePage:n,onClick:(e,t)=>{t&&o({attrs:{event_navigation_name:"button : ".concat(t),component_name:d,event_navigation_browsing_method:"click"}}),r&&r(e)},current:b,data:f}))}},f.map(e=>i.a.createElement("div",{style:{width:"100%"}},i.a.createElement(re,{ratio:"3:2"},i.a.createElement("img",{src:e.data.image}))))),i.a.createElement(dt,{isWide:g(u)},i.a.createElement("div",{style:{paddingLeft:"16px",paddingRight:"16px"}},i.a.createElement(it,{isWide:g(u)},f[b].data.credit),f[b].data.imageTitle&&i.a.createElement(ot,{isWide:g(u)},f[b].data.imageTitle),f[b].data.copy&&i.a.createElement(nt,{isWide:g(u),dangerouslySetInnerHTML:{__html:ne(f[b].data.copy,{br:{},b:{},i:{}})}}))))})},vt=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1qwze61-0"})(["margin:0 auto 20px auto;padding:20px 0 0;background-color:",";border-top:",";a{text-decoration:none;}@media (min-width:","px){flex-direction:row;width:80.8%;}@media (min-width:","px){width:56.2%;}"],l.colours.functional.backgroundPrimary,e=>{let t=e.sectionColour;return"2px solid ".concat(t)},l.breakpoints.medium,l.breakpoints.wide),_t=a.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"sc-1qwze61-1"})(["display:flex;flex-direction:column;justify-content:space-between;padding:0 20px;"]),kt=a.a.div.withConfig({displayName:"styles__Headline",componentId:"sc-1qwze61-2"})(["font-family:",";font-size:24px;line-height:24px;color:",";@media (min-width:","px){font-size:32px;line-height:32px;}"],l.fonts.headline,l.colours.functional.brandColour,l.breakpoints.medium),Ct=a.a.div.withConfig({displayName:"styles__ReadMoreContainer",componentId:"sc-1qwze61-3"})(["display:flex;border-top:1px solid ",";margin-top:",";padding:5px;justify-content:center;display:",";@media (min-width:","px){display:none;}"],l.colours.functional.keyline,e=>e.readMore?"0":"15px",e=>e.showReadMore?"flex":"none",l.breakpoints.medium),Ot=a.a.button.withConfig({displayName:"styles__ReadMoreButton",componentId:"sc-1qwze61-4"})(["font-size:12px;font-family:",";font-weight:500;line-height:20px;border:1px solid ",";background:transparent;margin:15px 0;padding:10px 12px 5px;cursor:pointer;&:active{border:1px solid ",";color:",";}"],l.fonts.supporting,l.colours.functional.primary,l.colours.functional.action,l.colours.functional.action),Et=a.a.div.withConfig({displayName:"styles__ListContainer",componentId:"sc-1qwze61-5"})(["display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;max-height:",";@media (min-width:","px){max-height:none;}"],e=>{let t=e.readMore,n=e.maxHeight,o=e.showReadMore;return!t&&o?n+"px":"none"},l.breakpoints.medium),St=a.a.ul.withConfig({displayName:"styles__List",componentId:"sc-1qwze61-6"})(["column-count:1;column-gap:25px;column-rule:1px solid ",";margin-left:0;padding:0;@media (min-width:","px){column-count:2;margin-bottom:20px;}"],l.colours.functional.keyline,l.breakpoints.medium),It=a.a.li.withConfig({displayName:"styles__ListItem",componentId:"sc-1qwze61-7"})(["color:",";font-family:",";font-size:16px;line-height:24px;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;margin:0 5px 13px 0;padding-left:15px;list-style:none;position:relative;&:last-child{margin-bottom:0;}&::before{content:'';position:absolute;left:3px;top:7px;width:6px;height:6px;background-color:",";border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}"],l.colours.functional.secondary,l.fonts.body,l.colours.functional.primary);function jt(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return At(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return At(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function At(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Tt={attrs:{event_navigation_name:"in-article component displayed : bullet point component",event_navigation_browsing_method:"automated"}},Nt=l.breakpoints.medium,zt=e=>{let t=e.sectionColour;const n=K(),r=n.loading,a=n.error,l=n.data;if(r)return i.a.createElement(pe,null,i.a.createElement($.Placeholder,null));if(a||void 0===l)return null;const c=l.fields,s=c.headline,p=c.label,d=l.body.data,m=jt(Object(o.useState)(!1),2),u=m[0],f=m[1],h=Object(o.useRef)(null),g=jt(Object(o.useState)(!1),2),y=g[0],b=g[1],x=window.innerWidth.toString();return Object(o.useEffect)(()=>{const e=h.current;e&&b(e.clientHeight>350)},[]),i.a.createElement(U,{context:{object:"InArticleBulletPoint",attrs:{component_type:"in-article component : bullet point component: "+(y&&x<Nt?"interactive":"static"),event_navigation_action:"navigation",component_name:"".concat(s)}},scrolledEvent:Tt},e=>{let n=e.fireAnalyticsEvent,o=e.intersectObserverRef;return i.a.createElement(vt,{ref:o,sectionColour:t},i.a.createElement(_t,null,i.a.createElement(de,{sectionColour:t},p),i.a.createElement(kt,null,s),i.a.createElement(Et,{ref:h,readMore:u,maxHeight:350,showReadMore:y},i.a.createElement(St,null,d.map((e,t)=>i.a.createElement(It,{key:t,dangerouslySetInnerHTML:{__html:ne(e.data.copy,{b:{},i:{}})}}))))),i.a.createElement(Ct,{readMore:u,showReadMore:y},i.a.createElement(Ot,{onClick:()=>((e,t)=>{e&&e((e=>({action:"Clicked",attrs:{event_navigation_name:"button : ".concat(e),event_navigation_browsing_method:"click"}}))(t)),f(!u)})(n,u?"Collapse":"Read more")},u?"Collapse":"Read more")))})},Mt=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1tqomyo-0"})(["margin:0 auto 20px auto;padding:23px 0 0;background-color:",";border-top:",";width:",";@media (min-width:","px){width:",";}@media (min-width:","px){width:",";}a{text-decoration:none;}"],l.colours.functional.backgroundPrimary,e=>{let t=e.sectionColour;return"2px solid ".concat(t)},e=>e.isWide?"100%":"auto",l.breakpoints.medium,e=>e.isWide?"100%":"80.8%",l.breakpoints.wide,e=>e.isWide?"100%":"56.2%"),Pt=a.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"sc-1tqomyo-1"})(["display:flex;flex-direction:column;justify-content:space-between;padding:0 16px;"]),Lt=a()(be).withConfig({displayName:"styles__StyledShowAllButton",componentId:"sc-1tqomyo-2"})(["font-size:12px;margin:15px 0;padding:8px 12px 7px;"]),Dt=a.a.li.withConfig({displayName:"styles__ListItem",componentId:"sc-1tqomyo-3"})(["flex:1 0 50%;padding:12px 16px 13px 0;border-width:0 1px 1px 0;border-style:solid;border-color:",";padding-left:16px;&:empty{height:0;border:none;}&:before,:after{box-sizing:border-box;}@media (min-width:","px){flex:1 0 ",";}"],l.colours.functional.keyline,l.breakpoints.medium,e=>e.isStandard?"50%":"33%"),Rt=a.a.div.withConfig({displayName:"styles__NumberContainer",componentId:"sc-1tqomyo-4"})(["font-family:",";font-size:32px;line-height:32px;margin-bottom:4px;color:",";@media (min-width:","px){font-size:50px;line-height:40px;}"],l.fonts.headline,e=>{let t=e.sectionColour;return"".concat(t)},l.breakpoints.medium);var Ht;!function(e){e.Standard="4043",e.Wide="4042"}(Ht||(Ht={}));const Bt=e=>e===Ht.Wide;function qt(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ft(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ft(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ft(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Wt={attrs:{event_navigation_name:"in-article component displayed : big numbers",event_navigation_browsing_method:"scroll"}},Ut=e=>{let t=e.sectionColour;const n=K(),r=n.loading,a=n.error,l=n.data;if(r)return i.a.createElement(pe,null,i.a.createElement($.Placeholder,null));if(a||void 0===l)return null;const c=l.fields,s=c.headline,p=c.label,d=c.size,m=l.body.data,u=qt(Object(o.useState)(!1),2),f=u[0],h=u[1],g=Object(o.useRef)(null),y=qt(Object(o.useState)(!1),2),b=y[0],x=y[1],w=Bt(d)?250:350;return Object(o.useEffect)(()=>{const e=g.current;e&&x(e.clientHeight>w)},[]),i.a.createElement(U,{context:{object:"InArticleBigNumbers",attrs:{component_type:"in-article component : big numbers: "+(b?"interactive":"static"),event_navigation_action:"navigation",component_name:"".concat(s)}},scrolledEvent:Wt},e=>{let n=e.fireAnalyticsEvent,o=e.intersectObserverRef;return i.a.createElement(Mt,{ref:o,sectionColour:t,isWide:Bt(d)},i.a.createElement(Pt,null,i.a.createElement(de,{sectionColour:t},p),s&&i.a.createElement(ye,null,s),i.a.createElement(he,{ref:g,showAll:f,maxHeight:w,displayShowAll:b},i.a.createElement(fe,null,m.map((e,n)=>{return i.a.createElement(Dt,{key:n,isStandard:(o=d,o===Ht.Standard)},i.a.createElement(Rt,{sectionColour:t},e.data.number),i.a.createElement(ue,{dangerouslySetInnerHTML:{__html:ne(e.data.copy,{br:{},b:{},i:{}})}}));var o})))),i.a.createElement(ge,{showAll:f,displayShowAll:b},i.a.createElement(Lt,{onClick:()=>((e,t)=>{e&&e((e=>({action:"Clicked",attrs:{event_navigation_name:"button : ".concat(e),event_navigation_browsing_method:"click"}}))(t)),h(!f)})(n,f?"Collapse":"Show all")},f?"Collapse":"Show all")))})};var $t=e=>e?e.filter(e=>null===e.expiryTime||(new Date).getTime()<new Date(e.expiryTime).getTime()):[];const Vt=e=>{let t=e.color,n=void 0===t?l.colours.functional.primary:t,o=e.title;return i.a.createElement(f,null,i.a.createElement(g,{color:n}),i.a.createElement(y,{"aria-label":"".concat(o," Flag"),color:n,"data-testid":"flag-".concat(o)},o.toLowerCase()))},Yt=e=>{let t=e.color,n=void 0===t?l.colours.functional.articleFlagNew:t;return i.a.createElement(Vt,{color:n,title:"new"})},Gt=e=>{let t=e.color,n=void 0===t?l.colours.functional.articleFlagUpdated:t;return i.a.createElement(Vt,{color:n,title:"updated"})},Zt=e=>{let t=e.color,n=void 0===t?l.colours.functional.articleFlagExclusive:t;return i.a.createElement(Vt,{color:n,title:"exclusive"})},Xt=e=>{let t=e.color,n=void 0===t?l.colours.functional.tertiary:t;return i.a.createElement(Vt,{color:n,title:"sponsored"})},Jt=e=>{let t=e.color,n=void 0===t?l.colours.functional.secondary:t;return i.a.createElement(Vt,{color:n,title:"long read"})},Qt=e=>{let t=e.allFlags,n=e.overrideColor,o=void 0===n?"":n;return i.a.createElement(x,null,t.map(e=>i.a.createElement(b,{key:e.type,allFlags:t},function(){let e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""!==t&&(e={color:t}),new Map([["NEW",i.a.createElement(Yt,Object.assign({},e))],["LIVE",i.a.createElement(z,Object.assign({},e))],["BREAKING",i.a.createElement(M,Object.assign({},e))],["UPDATED",i.a.createElement(Gt,Object.assign({},e))],["EXCLUSIVE",i.a.createElement(Zt,Object.assign({},e))],["SPONSORED",i.a.createElement(Xt,Object.assign({},e))],["LONGREAD",i.a.createElement(Jt,Object.assign({},e))]])}(o).get(e.type))))},Kt=e=>{let t=e.flags,n=void 0===t?[]:t,o=e.longRead,r=void 0!==o&&o,a=e.withContainer,l=void 0!==a&&a,c=e.color,s=void 0===c?"":c;const p=[...$t(n),...r?[{expiryTime:null,type:"LONGREAD"}]:[]];return p.length?l?i.a.createElement(w,null,i.a.createElement(Qt,{allFlags:p,overrideColor:s})):i.a.createElement(Qt,{allFlags:p,overrideColor:s}):null};const en=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1qwfd1c-0"})(["margin:0 auto 20px auto;padding:20px 0 0;background-color:",";border-top:",";width:100%;@media (min-width:","px){width:80.8%;}@media (min-width:","px){width:56.2%;}a{text-decoration:none;}"],l.colours.functional.backgroundPrimary,e=>{let t=e.sectionColour;return"2px solid ".concat(t)},l.breakpoints.medium,l.breakpoints.wide),tn=a.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"sc-1qwfd1c-1"})(["display:flex;flex-direction:column;justify-content:space-between;padding:0 16px;"]),nn=a()(be).withConfig({displayName:"styles__StyledShowAllButton",componentId:"sc-1qwfd1c-2"})(["font-size:13px;margin:11px 0;padding:12px 15px 10px;"]),on=a.a.li.withConfig({displayName:"styles__ListItem",componentId:"sc-1qwfd1c-3"})(["padding:12px 0 13px;width:100%;position:relative;"]),rn=a.a.div.withConfig({displayName:"styles__LeftPanel",componentId:"sc-1qwfd1c-4"})(["display:table;float:left;width:",";text-align:center;padding-right:",";height:100%;& img{border-radius:100%;height:50px;width:50px;position:relative;margin-left:16px;z-index:2;}&:before{content:'';background:",";position:relative;top:0px;left:15px;width:8px;height:8px;border-radius:100%;z-index:1;display:",";}&:after{content:'';border-right:1px solid #ccc;height:100%;display:block;position:absolute;top:",";left:",";z-index:1;}@media (min-width:","px){width:",";padding-right:",";& img{height:76px;width:76px;}&:after{top:",";left:",";}}"],e=>e.circularImage?"80px":"40px",e=>e.circularImage?"16px":"24px",e=>{let t=e.sectionColour;return"".concat(t)},e=>e.circularImage?"none":"block",e=>e.circularImage?"60px":"20px",e=>e.circularImage?"42px":"19px",l.breakpoints.medium,e=>e.circularImage?"100px":"39px",e=>e.circularImage?"16px":"24px",e=>e.circularImage?"74px":"20px",e=>e.circularImage?"52px":"19px"),an=a.a.div.withConfig({displayName:"styles__RightPanel",componentId:"sc-1qwfd1c-5"})(["display:grid;"]),ln=a.a.div.withConfig({displayName:"styles__Date",componentId:"sc-1qwfd1c-6"})(["font-family:",";text-transform:uppercase;font-size:12px;line-height:16px;margin-bottom:8px;color:",";"],l.fonts.supporting,e=>{let t=e.sectionColour;return"".concat(t)}),cn=a.a.div.withConfig({displayName:"styles__SubHeading",componentId:"sc-1qwfd1c-7"})(["font-size:20px;line-height:20px;color:",";font-family:",";margin-bottom:6px;@media (min-width:","px){font-size:24px;line-height:24px;}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium);function sn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return pn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return pn(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function pn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const dn={attrs:{event_navigation_name:"in-article component displayed : timelines",event_navigation_browsing_method:"scroll"}},mn=e=>{let t=e.sectionColour;const n=K(),r=n.loading,a=n.error,l=n.data;if(r)return i.a.createElement(pe,null,i.a.createElement($.Placeholder,null));if(a||void 0===l)return null;const c=l.fields,s=c.headline,p=c.label,d=l.body.data,m=sn(Object(o.useState)(!1),2),u=m[0],f=m[1],h=Object(o.useRef)(null),g=sn(Object(o.useState)(!1),2),y=g[0],b=g[1];return Object(o.useEffect)(()=>{const e=h.current;e&&b(e.clientHeight>375)},[]),i.a.createElement(U,{context:{object:"InArticleTimelines",attrs:{component_type:"in-article component : timelines: "+(y?"interactive":"static"),event_navigation_action:"navigation",component_name:"".concat(s)}},scrolledEvent:dn},e=>{let n=e.fireAnalyticsEvent,o=e.intersectObserverRef;return i.a.createElement(en,{ref:o,sectionColour:t},i.a.createElement(tn,null,i.a.createElement(de,{sectionColour:t},p),s&&i.a.createElement(ye,null,s),i.a.createElement(he,{ref:h,showAll:u,maxHeight:375,displayShowAll:y},i.a.createElement(fe,null,d.map((e,n)=>i.a.createElement(on,{key:n},i.a.createElement(rn,{sectionColour:t,circularImage:e.data.image},e.data.image&&i.a.createElement("img",{src:e.data.image})),i.a.createElement(an,null,i.a.createElement(ln,{sectionColour:t},e.data.date),i.a.createElement(cn,null,e.data.eventHeading),i.a.createElement(ue,{dangerouslySetInnerHTML:{__html:ne(e.data.copy,["br","b","i"])}}))))))),i.a.createElement(ge,{showAll:u,displayShowAll:y},i.a.createElement(nn,{onClick:()=>((e,t)=>{e&&e((e=>({action:"Clicked",attrs:{event_navigation_name:"button : ".concat(e),event_navigation_browsing_method:"click"}}))(t)),f(!u)})(n,u?"Collapse":"Show all")},u?"Collapse":"Show all")))})},un=a.a.div.withConfig({displayName:"styles__IconContainer",componentId:"qq20og-0"})(["width:40px;height:40px;display:flex;align-items:center;justify-content:center;"]),fn=a()(ae.IconActivityIndicator).withConfig({displayName:"styles__LoadingIcon",componentId:"qq20og-1"})(["background-color:",";border-radius:9999;overflow:hidden;"],l.colours.functional.whiteGrey),hn=a.a.div.withConfig({displayName:"styles__SaveStarText",componentId:"qq20og-2"})(["margin-right:15px;color:",";font-family:",";font-size:14px;line-height:14px;"],l.colours.functional.secondary,l.fonts.supporting),gn=a.a.button.withConfig({displayName:"styles__SaveStarButton",componentId:"qq20og-3"})(["display:flex;justify-content:center;padding:0;background-color:",";border:0;border-radius:40px;outline:0;cursor:pointer;&:hover{background-color:",";}&:active{background-color:",";}"],l.colours.functional.white,l.colours.functional.whiteGrey,l.colours.functional.keyline),yn=e=>e?"Saved":"Save",bn=e=>e?l.colours.functional.action:l.colours.functional.white,xn=e=>{let t=e.articleId,n=e.onToggleSave,o=e.loading,r=e.error,a=e.data;return o?i.a.createElement(i.a.Fragment,null,i.a.createElement(hn,null,yn(!1)),i.a.createElement(un,null,i.a.createElement(fn,null))):r||!a?null:i.a.createElement(i.a.Fragment,null,i.a.createElement(hn,null,yn(a.isBookmarked)),i.a.createElement(gn,{onClick:()=>n(t,a.isBookmarked)},i.a.createElement(un,null,i.a.createElement(ae.IconStar,{height:18,title:(c=a.isBookmarked,c?"Remove from My Articles":"Save to My Articles"),fillColour:bn(a.isBookmarked),strokeColour:l.colours.functional.secondary}))));var c},wn=i.a.memo(e=>{let t=e.children;const n=K();return i.a.createElement(i.a.Fragment,null,i.a.isValidElement(t)&&i.a.cloneElement(t,n))});function vn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return _n(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _n(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _n(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const kn=i.a.memo(e=>{let t=e.articleId,n=e.isPreviewMode,r=e.children;const a=vn(Object(o.useState)("/api/collections/is-bookmarked/".concat(t)),2),l=a[0],c=a[1],s=vn(Object(o.useState)(n?{isBookmarked:!1}:void 0),2),p=s[0],d=s[1],m=Object(o.useMemo)(()=>({credentials:"same-origin"}),[]),u=Object(o.useCallback)((e,t)=>{n?d({isBookmarked:!t}):c(t?"/api/collections/delete/".concat(e):"/api/collections/save/".concat(e))},[]),f=r?Object(o.cloneElement)(r,{articleId:t,onToggleSave:u}):i.a.createElement(xn,{articleId:t,onToggleSave:u});return i.a.createElement(Q,{url:l,options:m,previewData:p},i.a.createElement(wn,null,f))}),Cn={blue070:"#006699",inkContrast:"#01000d",inkSubtle:"#696969",inkNonEssential:"#aaaaaa"},On=a.a.a.withConfig({displayName:"styles__BreadcrumbItem",componentId:"sc-1q1w5tj-0"})(["color:inherit;text-decoration:none;display:inline-grid;font-family:Roboto-Regular;font-size:12px;font-weight:500;line-height:1.250;letter-spacing:0%;font-stretch:normal display:inline-grid;background-color:transparent;min-height:32px;border:none;place-content:center;color:",";&:hover{color:","};"],e=>e.selected?Cn.inkContrast:Cn.inkSubtle,Cn.blue070),En=a.a.nav.withConfig({displayName:"styles__Breadcrumbs",componentId:"sc-1q1w5tj-1"})(["display:flex;"]),Sn=a.a.div.withConfig({displayName:"styles__IconContainer",componentId:"sc-1q1w5tj-2"})(["height:32px;display:flex;align-items:center;padding-inline:8px;"]);var In=e=>o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),o.createElement("path",{fill:e.color,d:"m6.667 4-.94.94L8.78 8l-3.053 3.06.94.94 4-4-4-4Z"}));const jn=e=>{let t=e.data;const n=(e,t)=>{e&&e((e=>({object:"Breadcrumb",action:"Clicked",attrs:{event_navigation_action:"navigation",event_navigation_name:"header:selection",event_navigation_browsing_method:"click",article_parent_name:"breadcrumb : ".concat(e)}}))(t))};return i.a.createElement(U,null,e=>{let o=e.fireAnalyticsEvent;return i.a.createElement(En,{"aria-label":"breadcrumbs"},t.map((e,t,r)=>t<r.length-1?i.a.createElement(i.a.Fragment,null,i.a.createElement(On,{key:e.title,"aria-current":"false",href:e.url,selected:!1,onClick:()=>n(o,e.title)},e.title),i.a.createElement(Sn,null,i.a.createElement(In,{color:Cn.inkNonEssential}))):i.a.createElement(On,{"aria-current":"page",key:e.title,href:e.url,selected:!0,onClick:()=>n(o,e.title)},e.title)))})};var An=e=>i.a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),i.a.createElement("path",{fill:"currentcolor",d:"m3.166 8 .94.94 3.727-3.72v8.113h1.333V5.22l3.72 3.727.947-.947-5.334-5.333L3.166 8Z"}));const Tn={interactiveNegative040:"#9f0000",interactiveNegative050:"#800000",inkInverse:"#FFFFFF"},Nn={space030:"12px",space020:"8px"},zn=a.a.button.withConfig({displayName:"styles__StyledButton",componentId:"sc-1i2ta0n-0"})(["border:none;background-color:",";padding-block:",";padding-inline:",";font-family:Roboto;font-size:1.4000000000000001rem;font-weight:500;letter-spacing:0em;color:",";display:inline-grid;grid-template-columns:repeat(2,auto);column-gap:8px;place-content:center;place-items:center;cursor:pointer;transition-property:background-color;transition-duration:200ms;transition-timing-function:cubic-bezier(0,0,0.5,1);&:hover{background-color:",";}&:active{background-color:",";}"],Tn.interactiveNegative040,Nn.space020,Nn.space030,Tn.inkInverse,Tn.interactiveNegative050,Tn.interactiveNegative050),Mn=e=>{let t=e.label,n=e.handleClick;return i.a.createElement(zn,{onClick:()=>n()},i.a.createElement(An,{"data-testid":"upward-arrow"}),t)};function Pn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ln(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ln(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ln(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Dn=e=>{let t=e.delay,n=e.initialState,r=e.children;const a=Pn(Object(o.useState)(n),2),l=a[0],c=a[1];return Object(o.useEffect)(()=>{setTimeout(()=>{c(!n)},t)},[]),i.a.createElement(i.a.Fragment,null,l?r:null)};function Rn(e,t,n,o,i,r,a){try{var l=e[r](a),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(o,i)}function Hn(e){return function(){var t=this,n=arguments;return new Promise((function(o,i){var r=e.apply(t,n);function a(e){Rn(r,o,i,a,l,"next",e)}function l(e){Rn(r,o,i,a,l,"throw",e)}a(void 0)}))}}function Bn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return qn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qn(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function qn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Fn=e=>{let t=e.delay,n=e.display,r=e.label,a=e.handleClick,l=e.updatedTime,c=e.articleId,s=e.update,p=void 0!==s&&s;const d=Bn(Object(o.useState)(p),2),m=d[0],u=d[1];return Object(o.useEffect)(()=>{const e=function(){var e=Hn((function*(){try{const e=yield Y()("/api/article-update-time/".concat(c));return(yield e.json()).article.publishedTime}catch(e){console.log(e)}}));return function(){return e.apply(this,arguments)}}(),t=setInterval(Hn((function*(){(yield e())>l&&u(!0)})),12e4);return()=>clearInterval(t)},[]),i.a.createElement(i.a.Fragment,null,m?i.a.createElement(Dn,{delay:t,initialState:n},i.a.createElement(Mn,{label:r,handleClick:a})):null)},Wn=a.a.div.withConfig({displayName:"styles__BannerWrapper",componentId:"mc8dye-0"})(["max-width:498px;box-shadow:0px 16px 24px 0px rgba(17,17,17,0.08);z-index:100;width:100%;"]),Un=a.a.div.withConfig({displayName:"styles__StyledBanner",componentId:"mc8dye-1"})(["border-top:3px solid #005c8a;background-color:#fff;flex-direction:column;align-items:flex-start;padding-left:16px;padding-block:12px;padding-right:16px;@media screen and (min-width:","px){padding-block:10px;}@media screen and (min-width:","px){padding-right:30px;}"],l.breakpoints.wide,l.breakpoints.medium),$n=a.a.div.withConfig({displayName:"styles__BannerContentWrapper",componentId:"mc8dye-2"})(["flex-direction:inherit;"]),Vn=a.a.div.withConfig({displayName:"styles__Wrapper",componentId:"mc8dye-3"})(["display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;@media screen and (min-width:","px){margin-bottom:8px;}"],l.breakpoints.medium),Yn=a.a.div.withConfig({displayName:"styles__TitleWrapper",componentId:"mc8dye-4"})(["display:flex;align-items:center;width:100%;"]),Gn=a.a.p.withConfig({displayName:"styles__Title",componentId:"mc8dye-5"})(["color:#333;font-weight:700;margin:0 0 0 16px;font-size:24px;line-height:27px;font-family:'Times Modern';letter-spacing:0em;@media (max-width:","px){font-size:18px;line-height:20px;}"],l.breakpoints.medium),Zn=a.a.p.withConfig({displayName:"styles__Body",componentId:"mc8dye-6"})(["color:#696969;font-weight:400;margin:0;font-size:16px;line-height:24px;font-family:'Roboto';letter-spacing:0em;@media (max-width:","px){font-size:14px;line-height:21px;}"],l.breakpoints.medium),Xn=a.a.button.withConfig({displayName:"styles__CloseIconWrapper",componentId:"mc8dye-7"})(["background:#fff;border:none;cursor:pointer;"]);function Jn(e,t){if(null==e)return{};var n,o,i=function(e,t){if(null==e)return{};var n,o,i={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var Qn=e=>{let t=e.width,n=void 0===t?24:t,o=e.height,r=void 0===o?24:o,a=e.color,l=void 0===a?"#000":a,c=Jn(e,["width","height","color"]);return i.a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:n,height:r,viewBox:"0 0 14 14",fill:"none"},c),i.a.createElement("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z",fill:l}))};function Kn(e,t){if(null==e)return{};var n,o,i=function(e,t){if(null==e)return{};var n,o,i={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var eo=e=>{let t=e.width,n=void 0===t?24:t,o=e.height,r=void 0===o?24:o,a=e.color,l=void 0===a?"#000":a,c=Kn(e,["width","height","color"]);return i.a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:n,height:r,viewBox:"0 0 24 24",fill:"none"},c),i.a.createElement("path",{d:"M22 9.98V19C22 20.1 21.1 21 20 21H4C2.9 21 2 20.1 2 19L2.01 7C2.01 5.9 2.9 5 4 5H14.1C14.04 5.32 14 5.66 14 6C14 6.34 14.04 6.68 14.1 7H4L12 12L15.67 9.71C16.14 10.14 16.69 10.47 17.3 10.69L12 14L4 9V19H20V10.9C20.74 10.75 21.42 10.42 22 9.98ZM16 6C16 7.66 17.34 9 19 9C20.66 9 22 7.66 22 6C22 4.34 20.66 3 19 3C17.34 3 16 4.34 16 6Z",fill:l}))};const to=e=>{let t=e.title,n=e.body,o=e.onClose;return i.a.createElement(Wn,null,i.a.createElement(Un,{"aria-label":"Email verification banner"},i.a.createElement($n,{role:"region"},i.a.createElement(Vn,null,i.a.createElement(Yn,null,i.a.createElement(eo,null),i.a.createElement(Gn,null,t)),i.a.createElement(Xn,{onClick:o},i.a.createElement(Qn,{width:14,height:14}))),i.a.createElement(Zn,null,n))))};var no=e=>o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),o.createElement("mask",{id:"a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},o.createElement("path",{fill:"currentcolor",d:"M7.333 4.667h1.334V6H7.334V4.667ZM7.333 7.333h1.334v4H7.334v-4Z"}),o.createElement("path",{fill:"currentcolor",fillRule:"evenodd",d:"M1.333 8A6.67 6.67 0 0 1 8 1.333 6.67 6.67 0 0 1 14.667 8 6.67 6.67 0 0 1 8 14.667 6.67 6.67 0 0 1 1.333 8Zm1.334 0A5.34 5.34 0 0 0 8 13.333 5.34 5.34 0 0 0 13.334 8 5.34 5.34 0 0 0 8 2.667 5.34 5.34 0 0 0 2.667 8Z",clipRule:"evenodd"})),o.createElement("g",{mask:"url(#a)"},o.createElement("path",{fill:"currentcolor",d:"M0 0h16v16H0z"})));const oo=a.a.button.withConfig({displayName:"styles__IconButton",componentId:"sc-170o5l5-0"})(["margin:0;padding:0;display:inline-grid;column-gap:8px;grid-template-columns:repeat(1,auto);width:32px;height:32px;margin-inline-start:8px;padding-inline:8px;padding-block:8px;box-sizing:border-box;overflow:hidden;border:none;appearance:none;background-color:#00000000;border-radius:50%;color:#333333;cursor:pointer;"]),io=a.a.div.withConfig({displayName:"styles__Popover",componentId:"sc-170o5l5-1"})(["position:relative;display:inline-block;"]),ro=a.a.div.withConfig({displayName:"styles__PopoverContext",componentId:"sc-170o5l5-2"})(["display:",";position:absolute;top:-55px;left:4px;box-shadow:0px 20px 32px 0px #11111114;border-radius:0px;border-style:none;z-index:80;div{margin:0;color:#333333;border-radius:0px;background-color:#ffffff;white-space:nowrap;display:grid;grid-template-areas:'header close' 'content content';grid-template-columns:1fr auto;grid-template-rows:auto 1fr;&::after{content:'';position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);box-sizing:border-box;background-color:#ffffff;width:16px;height:16px;left:12px;bottom:calc(-16px / 2);}}"],e=>e.isOpen?"grid":"none"),ao=a.a.div.withConfig({displayName:"styles__PopoverHeader",componentId:"sc-170o5l5-3"})(["div{display:flex;grid-area:header;align-items:center;box-sizing:border-box;box-shadow:0px 20px 32px 0px #11111114;border-radius:0px;border-style:none;font-family:Roboto;font-size:1.4000000000000001rem;line-height:1.5;font-weight:500;letter-spacing:0em;padding-inline:24px;padding-block:16px;}"]),lo=a.a.button.withConfig({displayName:"styles__CloseButton",componentId:"sc-170o5l5-4"})(["height:48px;width:48px;border-radius:50%;padding:16px;background-color:transparent;border:none;outline:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s;&:focus-visible{background-color:#eeeeee;border:1px solid #000;}&:hover{background-color:#eeeeee;}"]),co=a.a.div.withConfig({displayName:"styles__Tooltip",componentId:"sc-170o5l5-5"})(["position:relative;display:inline-block;z-index:80;"]),so=a.a.div.withConfig({displayName:"styles__TooltipContext",componentId:"sc-170o5l5-6"})(["display:",";position:absolute;top:-34px;left:8px;grid-template-areas:'header close' 'content content';grid-template-columns:1fr auto;grid-template-rows:auto 1fr;color:rgb(255,255,255);background-color:rgb(17,17,17);font-family:'Roboto';font-size:14px;line-height:21px;font-weight:500;letter-spacing:0em;padding-inline:8px;padding-block:8px;white-space:nowrap;&::after{content:'';position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);box-sizing:border-box;background-color:#ffffff;width:4px;height:4px;left:14px;bottom:calc(-4px / 2);box-sizing:border-box;background-color:rgb(17,17,17);}"],e=>e.isOpen?"grid":"none");var po=()=>i.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:12,height:12,viewBox:"0 0 14 14",fill:"none"},i.a.createElement("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z",fill:"#333333"}));function mo(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return uo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return uo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function uo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const fo=e=>{let t=e.contractualTitle;const n=mo(i.a.useState(!1),2),o=n[0],r=n[1];return i.a.createElement(i.a.Fragment,null,i.a.createElement(co,null,i.a.createElement(so,{"data-testid":"Tooltip-context",isOpen:o},t),i.a.createElement(oo,{"aria-label":"See contractual title, button","data-testid":"Tooltip",onMouseOver:()=>r(!0),onMouseOut:()=>r(!1)},i.a.createElement(no,null))))},ho=e=>{let t=e.contractualTitle;const n=mo(i.a.useState(!1),2),o=n[0],r=n[1],a=()=>{r(!o)};return i.a.createElement(i.a.Fragment,null,i.a.createElement(io,null,i.a.createElement(ro,{"data-testid":"Popover-context",isOpen:o},i.a.createElement(ao,null,i.a.createElement("div",null,t),i.a.createElement(lo,{"data-testid":"close-button",onClick:a},i.a.createElement(po,null)))),i.a.createElement(oo,{"aria-label":"See contractual title, button","data-testid":"Popover",onClick:a},i.a.createElement(no,null))))},go=e=>{let t=e.contractualTitle;return e.isLargeDevice?i.a.createElement(fo,{contractualTitle:t,"data-testid":"Tooltip"}):i.a.createElement(ho,{contractualTitle:t,"data-testid":"Popover"})},yo=(e,t)=>t?"\n @media (prefers-color-scheme: dark) {\n ".concat(e,"\n }\n "):"",bo={xs:0,sm:520,md:768,lg:1024,xl:1320,all:0},xo=(e,t)=>()=>{const n=["@media screen"];return e&&bo[e]&&n.push(" and (min-width: ".concat(bo[e],"px)")),t&&n.push(" and (max-width: ".concat(bo[t]-1,"px)")),n.join("")},wo=()=>{if(!window||!window.nuk)return"uk";return(window.nuk.getCookieValue("nuk_preferred_edition")||"uk").toLowerCase()},vo=e=>(e=>{if("undefined"==typeof window)return;const t=document.cookie.match(new RegExp("(?:^|; )".concat(encodeURIComponent(e),"=([^;]*)")));return t?decodeURIComponent(t[1]):void 0})(e)||"UK",_o=a.a.div.withConfig({displayName:"styles__BaseLabel",componentId:"sc-1oa4k1j-0"})(["font-family:'Roboto';font-weight:500;line-height:1.125;font-size:14px;letter-spacing:0em;color:#236fa3;text-transform:uppercase;"]),ko=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1oa4k1j-1"})(["background-color:#ffffff;padding:",";border-top:",";border-bottom:1px dashed;border-color:#cccccc;","{border-top:1px dashed;border-color:#cccccc;padding:24px 0;}",";"],e=>e.$isOnChannelPage?"12px 0 24px 0":"24px 0",e=>e.$isOnChannelPage?"none":"1px dashed",xo("xs","md"),e=>{let t=e.isApp;return yo("\n background-color: #f5f5f5 !important;\n border-color: #e4e4e4 !important;\n ",t)}),Co=a.a.div.withConfig({displayName:"styles__ContentWrapper",componentId:"sc-1oa4k1j-2"})(["display:flex;justify-content:space-between;align-items:flex-start;gap:20px;","{flex-direction:column;gap:24px;}"],xo("xs","md")),Oo=a.a.div.withConfig({displayName:"styles__LeftSection",componentId:"sc-1oa4k1j-3"})(["display:flex;align-items:flex-start;width:50%;gap:24px;","{width:100%;flex-direction:column;gap:16px;}"],xo("xs","md")),Eo=a.a.div.withConfig({displayName:"styles__LogoContainer",componentId:"sc-1oa4k1j-4"})(["display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;","{flex-direction:row-reverse;justify-content:flex-start;justify-content:space-between;width:100%;}"],xo("xs","md")),So=a.a.div.withConfig({displayName:"styles__LogoBox",componentId:"sc-1oa4k1j-5"})(["width:40px;height:40px;position:relative;display:flex;align-items:center;justify-content:center;background-color:#236fa3;","{position:absolute;top:0px;}"],xo("xs","md")),Io=a.a.span.withConfig({displayName:"styles__LogoText",componentId:"sc-1oa4k1j-6"})(["font-family:'Times Modern',serif;font-weight:700;font-size:40px;line-height:1.125;letter-spacing:0.02em;color:#ffffff;padding-top:4px;",";"],e=>{let t=e.isApp;return yo("\n color: #1d1d1b !important;\n ",t)}),jo=a.a.div.withConfig({displayName:"styles__TextContainer",componentId:"sc-1oa4k1j-7"})(["display:flex;flex-direction:column;gap:16px;max-width:375px;","{gap:24px;}"],xo("xs","md")),Ao=a()(_o).withConfig({displayName:"styles__Label",componentId:"sc-1oa4k1j-8"})(["","{display:none;}"],xo("xs","md")),To=a()(_o).withConfig({displayName:"styles__MobileLabel",componentId:"sc-1oa4k1j-9"})(["display:none;","{display:block;width:100%;}"],xo("xs","md")),No=a.a.div.withConfig({displayName:"styles__Description",componentId:"sc-1oa4k1j-10"})(["font-family:'Times Modern';font-weight:700;line-height:1.125;font-size:24px;letter-spacing:0em;color:#333333;",";","{margin-right:64px;}"],e=>{let t=e.isApp;return yo("\n color: #cccccc !important;\n ",t)},xo("xs","md")),zo=a.a.div.withConfig({displayName:"styles__RightSection",componentId:"sc-1oa4k1j-11"})(["display:flex;flex-direction:column;gap:24px;width:50%;","{gap:32px;width:100%;}"],xo("xs","md")),Mo=a.a.div.withConfig({displayName:"styles__ContactInfo",componentId:"sc-1oa4k1j-12"})(["display:flex;flex-direction:column;gap:16px;"]),Po=a.a.a.withConfig({displayName:"styles__PhoneLabel",componentId:"sc-1oa4k1j-13"})(["text-decoration:none;display:inline;font-family:'Times Digital W04 Regular';font-weight:400;line-height:1.5;font-size:18px;letter-spacing:0em;color:#333333;cursor:pointer;",";&:hover{text-decoration:underline;}"],e=>{let t=e.isApp;return yo("\n color: #c2c2c2 !important;\n ",t)}),Lo=a.a.span.withConfig({displayName:"styles__PhoneNumber",componentId:"sc-1oa4k1j-14"})(["font-family:'Times Modern';font-weight:700;line-height:1.125;font-size:24px;letter-spacing:0em;color:#333333;",";"],e=>{let t=e.isApp;return yo("\n color: #c2c2c2 !important;\n ",t)}),Do=a.a.div.withConfig({displayName:"styles__WorkingHoursContainer",componentId:"sc-1oa4k1j-15"})(["display:flex;flex-wrap:wrap;gap:8px;","{flex-direction:column;}"],xo("xs","md")),Ro=a.a.div.withConfig({displayName:"styles__WorkingHoursText",componentId:"sc-1oa4k1j-16"})(["font-family:'Times Digital W04 Regular';font-weight:400;line-height:1.5;font-size:18px;letter-spacing:0em;color:#333333;",";"],e=>{let t=e.isApp;return yo("\n color: #cccccc !important;\n ",t)}),Ho=a.a.div.withConfig({displayName:"styles__ButtonsContainer",componentId:"sc-1oa4k1j-17"})(["display:flex;flex-direction:column;gap:16px;","{flex-direction:",";}","{flex-direction:column;}","{flex-direction:",";}"],xo("sm"),e=>e.$isOnChannelPage?"row":"column",xo("md"),xo("lg"),e=>e.$isOnChannelPage?"row":"column"),Bo=a.a.a.withConfig({displayName:"styles__BaseButton",componentId:"sc-1oa4k1j-18"})(["text-decoration:none;border-radius:0px;width:100%;min-height:44px;font-family:'Roboto';font-weight:500;line-height:1.5;font-size:16px;letter-spacing:0em;display:flex;align-items:center;justify-content:center;padding:12px 16px;cursor:pointer;transition:all 0.2s ease;"]),qo=a()(Bo).withConfig({displayName:"styles__PrimaryButton",componentId:"sc-1oa4k1j-19"})(["border:none;background-color:#005c8a;color:#ffffff;cursor:",";opacity:",";div[data-lp-event]{cursor:pointer;font-family:'Roboto';font-weight:500;line-height:1.5;font-size:16px;letter-spacing:0em;}&:hover{background-color:#00527a;}",";"],e=>e.disabled?"not-allowed":"pointer",e=>e.disabled?.6:1,e=>{let t=e.isApp;return yo("\n background-color: #74bade !important;\n color: #1d1d1b !important;\n\n &:hover {\n background-color: #93cbe8 !important;\n }\n ",t)}),Fo=a()(Bo).withConfig({displayName:"styles__SecondaryButton",componentId:"sc-1oa4k1j-20"})(["border:1px solid #005c8a;background-color:transparent;color:#01000d;&:hover{background-color:#f5f5f5;}",";"],e=>{let t=e.isApp;return yo("\n border-color: #74bade !important;\n color: #74bade !important;\n\n &:hover {\n background-color: #01000d !important;\n }\n ",t)});a.a.div.withConfig({displayName:"styles__ArticleBlockContainer",componentId:"sc-1oa4k1j-21"})(["padding-inline:10px;margin-block-end:25px;","{max-width:80.8%;padding-inline:0;margin-inline:auto;}","{max-width:56.2%;padding-inline:0;margin-inline:auto;}"],xo("md"),xo("lg"));function Wo(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Uo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Uo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Uo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const $o=e=>{let t=e.title,n=e.description,r=e.phoneLabel,a=e.phoneNumber,l=e.workingHours,c=e.primaryButtonText,s=e.secondaryButtonText,p=e.secondaryButtonUrl,d=e.isApp,m=e.isOnChannelPage;const u=Wo(i.a.useState(!1),2),f=u[0],h=u[1],g=Wo(i.a.useState(!1),2),y=g[0],b=g[1],x=Wo(i.a.useState("Loading chat..."),2),w=x[0],v=x[1],_=Wo(i.a.useState(!1),2),k=_[0],C=_[1],O=i.a.useRef(null),E=i.a.useRef(null),S=e=>window.utag&&window.utag.link({event_navigation_action:"navigation",event_navigation_name:"mini slice: ".concat(e.toLowerCase()),event_navigation_browsing_method:"click",app_content_location:vo("nuk_preferred_edition")}),I=i.a.useRef(null),j=i.a.useRef(null);return Object(o.useEffect)(()=>{if("undefined"==typeof window)return;const e=window.matchMedia("(max-width: 767px)"),t=e=>{C(e.matches)};return t(e),e.addEventListener("change",t),()=>{e.removeEventListener("change",t)}},[]),Object(o.useEffect)(()=>{if("undefined"==typeof window)return;const e=()=>{I.current&&(clearTimeout(I.current),I.current=null),j.current&&(j.current.disconnect(),j.current=null)},t=()=>{e(),h(!0),b(!1),v(c||"Chat with us")};I.current=setTimeout(()=>{e(),h(!1),b(!0),v("Chat Unavailable - Call Us")},15e3);const n=O.current;if(n){if(window.lpTag&&window.lpTag.loaded&&n.querySelector("[data-lp-event]"))return t(),e;j.current=new MutationObserver(()=>{n.querySelector("[data-lp-event]")&&window.lpTag&&window.lpTag.loaded&&t()}),j.current.observe(n,{childList:!0,subtree:!0})}return e},[c]),Object(o.useEffect)(()=>{const e=E.current,t=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&window.utag&&(window.utag.link({event_navigation_action:"navigation",event_navigation_name:"mini slice: impression",event_navigation_browsing_method:"scroll",app_content_location:vo("nuk_preferred_edition")}),t.unobserve(e.target))})},{threshold:.5});return t.observe(e),()=>{t.unobserve(e)}},[]),i.a.createElement(ko,{"data-testid":"travel-mini-cta",ref:E,isApp:d,$isOnChannelPage:m},i.a.createElement(Co,null,i.a.createElement(Oo,null,i.a.createElement(Eo,null,i.a.createElement(So,{isApp:d},i.a.createElement(Io,{isApp:d},"T")),i.a.createElement(To,{isApp:d},t)),i.a.createElement(jo,null,i.a.createElement(Ao,{isApp:d},t),i.a.createElement(No,{isApp:d},n))),i.a.createElement(zo,null,i.a.createElement(Mo,null,i.a.createElement("div",null,i.a.createElement(Po,{href:"tel:".concat(a),onClick:()=>S("phone number click"),isApp:d},r," ",i.a.createElement(Lo,{isApp:d},a))),i.a.createElement(Do,null,l&&l.map((e,t)=>i.a.createElement(Ro,{key:t,isApp:d},e)))),i.a.createElement(Ho,{$isOnChannelPage:m},y?k?i.a.createElement(qo,{as:"a",href:"tel:".concat(a),isApp:d},w):i.a.createElement(qo,{as:"button",isApp:d,disabled:!0},w):i.a.createElement(qo,{as:"button",type:"button",onClick:e=>{e.preventDefault(),S(c||"primary button");const t=O.current;if(t){const e=t.querySelector("[data-lp-event]");e&&e.click()}},isApp:d,disabled:!f},w),i.a.createElement("div",{id:"LP_DIV_TRAVEL_1239001",ref:O,style:{display:"none"}}),i.a.createElement(Fo,{href:p,onClick:()=>S(s||"secondary button"),isApp:d},s)))))},Vo=()=>"undefined"!=typeof window&&window.sessionStorage;function Yo(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Go(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Go(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Go(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}function Zo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Xo(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Zo(Object(n),!0).forEach((function(t){Jo(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Zo(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Jo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Qo=(e,t)=>{const n=Vo();if(n){const o=n.getItem("view-count"),i=Xo(Xo({},null!==o&&JSON.parse(o)||{}),{},{[e]:t});n.setItem("view-count",JSON.stringify(i))}},Ko=e=>{const t=Vo();if(t){const n=t.getItem("view-count"),o=null!==n&&JSON.parse(n);return o&&o[e]||1}return null},ei=e=>{const t=Ko(e);Qo(e,t+1)},ti=e=>{let t=e.displayFunction,n=void 0===t?()=>!0:t,r=e.trackingName,a=e.children;const l=Yo(Object(o.useState)(),2),c=l[0],s=l[1],p=Yo(Object(o.useState)(null),2),d=p[0],m=p[1];Object(o.useEffect)(()=>{const e=(e=>{const t=Ko(e);return Qo(e,t),t})(r);s(e)},[]),D(d,()=>ei&&ei(r),{threshold:.5});const u="undefined"!=typeof window&&window.document.cookie.indexOf("nuk-consent-personalisation=1")>=0&&n(c);return i.a.createElement(i.a.Fragment,null,i.a.createElement("div",{className:"view-count-observer",ref:m}),i.a.createElement("div",{className:"view-count",style:{display:u?"block":"none"}},a))};var ni=n(16);const oi=a.a.button.withConfig({displayName:"styles__PuffButton",componentId:"sc-1du8ah1-0"})(["font-family:",";font-size:15px;line-height:0;align-items:center;background-color:transparent;border-radius:0px;color:rgb(29,29,27);cursor:pointer;height:48px;justify-content:center;min-width:100px;padding-top:2px;width:100%;border-color:rgb(29,29,27);border-width:1px;letter-spacing:0.2px;&:hover{background-color:#e4e4e4;}&:active{background-color:#cccccc;}"],l.fonts.supporting),ii=a.a.button.withConfig({displayName:"styles__PuffLinkButton",componentId:"sc-1du8ah1-1"})(["color:",";font-family:",";font-size:18px;text-align:left;letter-spacing:-0.4px;border:none;background-color:white;text-decoration-line:underline;&:hover{text-decoration-line:none;}"],l.colours.functional.action,l.fonts.body),ri=e=>{let t=e.updatingSubscription,n=void 0!==t&&t,o=e.onPress,r=e.style;const a=W().fireAnalyticsEvent,l=()=>{n||(o&&o(),a&&a({action:"Clicked",object:"NewsletterPuffButton",attrs:{event_navigation_name:"widget : puff : sign up now",event_navigation_browsing_method:"click",event_navigation_action:"navigation"}}))};return"button"===r?i.a.createElement(oi,{onClick:()=>l()},"Sign up with one click"):i.a.createElement(ii,{onClick:()=>l()},"Sign up with one click")};var ai=n(17),li=n.n(ai);const ci=a.a.div.withConfig({displayName:"styles__View",componentId:"sc-18e8ba-0"})(["align-items:stretch;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;margin:0;min-height:0;min-width:0;padding:0;position:relative;z-index:0;"]),si=a.a.div.withConfig({displayName:"styles__Text",componentId:"sc-18e8ba-1"})(["border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1);display:inline;font-size:14px;font-family:sans-serif;margin:0;padding:0;white-space:pre-wrap;word-wrap:break-word;"]),pi=a()(ci).withConfig({displayName:"styles__InpContainer",componentId:"sc-18e8ba-2"})(["border-top:2px solid ",";display:flex;flex-direction:column;margin-right:",";margin-bottom:",";margin-left:",";height:157.5px;@media (min-width:","px){margin:0 auto ",";width:80.8%;height:157.5px;}@media (min-width:","px){width:56.2%;height:117.5px;}"],e=>{let t=e.section;return t?l.colours.section[t]:"black"},Object(l.spacing)(2),Object(l.spacing)(4),Object(l.spacing)(2),l.breakpoints.medium,Object(l.spacing)(4),l.breakpoints.wide),di=a()(si).withConfig({displayName:"styles__InpPreferencesText",componentId:"sc-18e8ba-3"})(["color:",";font-family:",";font-size:18px;text-align:left;letter-spacing:-0.4px;margin-bottom:",";@media (min-width:","px){display:block;}"],l.colours.functional.action,l.fonts.body,Object(l.spacing)(3),l.breakpoints.wide),mi=e=>{let t=e.onPress;return i.a.createElement(U,{scrolledEvent:{object:"NewsletterPuffLink",attrs:{event_navigation_name:"widget : puff : manage preferences here : displayed",event_navigation_browsing_method:"automated"}}},e=>{let n=e.fireAnalyticsEvent,o=e.intersectObserverRef;return i.a.createElement(li.a,{url:"https://home.thetimes.co.uk/myNews",onPress:()=>(t&&t(),void(n&&n({action:"Clicked",object:"NewsletterPuffLink",attrs:{event_navigation_name:"widget : puff : manage preferences here",event_navigation_browsing_method:"click"}})))},i.a.createElement(c.HoverIcon,{underline:!0,colour:"#006699"},i.a.createElement(di,{ref:o},"Explore our newsletters")))})},ui=a()(ci).withConfig({displayName:"styles__Overlay",componentId:"sc-1nvj6r-0"})(["position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.9);z-index:1;"]),fi=a.a.div.withConfig({displayName:"styles__Bubble",componentId:"sc-1nvj6r-1"})(["animation:expand 0.75s ease-in-out infinite;border-radius:20px;display:inline-block;transform-origin:center center;margin:0 7px;width:16px;height:16px;background:#c4c4c4;:nth-child(2){animation-delay:250ms;}:nth-child(3){animation-delay:500ms;}@keyframes expand{100%{background:#6b6b6b;}}"]),hi=a()(ci).withConfig({displayName:"styles__Loader",componentId:"sc-1nvj6r-2"})(["display:flex;flex-direction:row;left:40%;top:45%;@media (min-width:","px){left:40%;top:28%;}"],l.breakpoints.wide),gi=()=>i.a.createElement(ui,null,i.a.createElement(hi,null,i.a.createElement(fi,null),i.a.createElement(fi,null),i.a.createElement(fi,null))),yi=a()(ci).withConfig({displayName:"styles__InpSubscribedContainer",componentId:"sc-8h51gu-0"})(["justify-content:center;padding:12px 16px;@media (min-width:","px){flex:1;}"],l.breakpoints.small),bi=a()(ci).withConfig({displayName:"styles__InpSignupContainer",componentId:"sc-8h51gu-1"})(["justify-content:center;padding:12px 16px;@media (min-width:","px){padding:16px 10px;flex:1;}"],l.breakpoints.wide),xi=a()(si).withConfig({displayName:"styles__InpSignupHeadline",componentId:"sc-8h51gu-2"})(["color:",";font-family:",";text-align:center;font-size:18px;text-decoration:none;margin-bottom:",";"],l.colours.functional.brandColour,l.fonts.headline,Object(l.spacing)(1)),wi=a()(si).withConfig({displayName:"styles__InpCopy",componentId:"sc-8h51gu-3"})(["font-family:",";font-size:18px;text-align:left;letter-spacing:-0.5px;color:",";margin-bottom:",";line-height:26px;"],l.fonts.body,l.colours.functional.primary,Object(l.spacing)(6)),vi=a()(ci).withConfig({displayName:"styles__InpSignupCTAContainer",componentId:"sc-8h51gu-4"})(["display:",";@media (min-width:","px){width:",";margin:0px auto;}@media (min-width:","px){display:",";}"],e=>"link"===e.childStyle?"none":"block",l.breakpoints.medium,e=>"button"===e.childStyle&&"220px",l.breakpoints.wide,e=>"link"===e.childStyle?"inline-block":"none"),_i=a()(ci).withConfig({displayName:"styles__InpPreferencesContainer",componentId:"sc-8h51gu-5"})(["flex-direction:row;justify-content:center;"]);function ki(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ci(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ci(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ci(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Oi=e=>{let t=e.intersectObserverRef,n=e.section,r=e.headline,a=e.copy,l=e.code,c=e.subscribeNewsletter,s=e.loading,p=e.error;const d=ki(Object(o.useState)(!1),2),m=d[0],u=d[1],f=e=>i.a.createElement(vi,{ref:t,childStyle:e},i.a.createElement(ri,{style:e,updatingSubscription:s,onPress:()=>{s||(u(!0),c("/api/subscribe-newsletter/".concat(l)))}}));return i.a.createElement(i.a.Fragment,null,i.a.createElement(pi,{section:n},s&&i.a.createElement(gi,null),!p&&m&&i.a.createElement(yi,null,i.a.createElement(wi,null,"You’ve successfully signed up to the"," ",i.a.createElement(xi,null,"".concat(r,".")," "),i.a.createElement(mi,null)),i.a.createElement(_i,null)),p&&i.a.createElement(yi,null,i.a.createElement(wi,null,"An error occurred. Please use the link below.",i.a.createElement(mi,null)),i.a.createElement(_i,null)),!m&&!p&&i.a.createElement(bi,null,i.a.createElement(wi,null,i.a.createElement(xi,null,r," "),"".concat(a," "),f("link")),f("button"))))};function Ei(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Si(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Si(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Si(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Ii=e=>{let t=e.code,n=e.copy,r=e.headline,a=e.section;const l=Ei(Object(o.useState)("/api/is-subscribed-newsletter/".concat(t)),2),s=l[0],p=l[1],d=Object(o.useMemo)(()=>({credentials:"same-origin"}),[]);return i.a.createElement(ni.GetNewsletter,{code:t,ssr:!1,debounceTimeMs:0},e=>{let o=e.isLoading,l=e.error,m=e.newsletter;return l?null:o||!m?i.a.createElement(pi,null,i.a.createElement($.Placeholder,null)):m.isSubscribed?null:i.a.createElement(Q,{url:s,options:d},i.a.createElement(U,{context:{object:"InlineNewsletterPuff",attrs:{article_parent_name:m.title,event_navigation_action:"navigation"}},scrolledEvent:{object:"NewsletterPuffButton",attrs:{event_navigation_name:"widget : puff : sign up now : displayed",event_navigation_browsing_method:"automated",event_navigation_action:"navigation"}}},e=>{let o=e.intersectObserverRef;return i.a.createElement(wn,null,i.a.createElement(Oi,{intersectObserverRef:o,section:Object(c.capitalise)(a),headline:r,copy:n,code:t,subscribeNewsletter:p}))}))})},ji=e=>{let t=e.code,n=e.copy,o=e.headline,r=e.section;return i.a.createElement(ti,{trackingName:"auto-puff-".concat(t),displayFunction:e=>void 0!==e&&[1,3,5].includes(e)},i.a.createElement(Ii,{code:t,copy:n,headline:o,section:r}))},Ai=e=>{let t=e.copy,n=e.headline,o=e.section;return i.a.createElement(pi,{section:o},i.a.createElement(bi,null,i.a.createElement(wi,null,i.a.createElement(xi,null,n," "),t,i.a.createElement(vi,{childStyle:"link"},i.a.createElement(ri,{style:"link"}))),i.a.createElement(vi,{childStyle:"button"},i.a.createElement(ri,{style:"button"}))))},Ti=()=>{"undefined"==typeof window||window.opta_settings||(window.opta_settings={subscription_id:"db98cff9f9612c01bbf3435964748e95",language:"en_GB",timezone:"Europe/London",load_when_visible:!1})},Ni=e=>{const t=(e=>{switch(e){case"cricket":return"https://secure.widget.cloud.opta.net/v3/css/v3.cricket.opta-widgets.css";case"rugby":return"https://secure.widget.cloud.opta.net/v3/css/v3.rugby.opta-widgets.css";case"football":default:return"https://secure.widget.cloud.opta.net/v3/css/v3.football.opta-widgets.css"}})(e);if(!document.head.querySelector('link[href="'.concat(t,'"]'))){const e=document.createElement("link");e.setAttribute("rel","stylesheet"),e.setAttribute("href",t),document.getElementsByTagName("head")[0].appendChild(e)}},zi=()=>(e=>document.body.querySelector('script[src="'.concat(e,'"]'))?Promise.resolve():new Promise((t,n)=>{const o=document.createElement("script");o.setAttribute("async","async"),o.setAttribute("src",e),o.onload=t,o.onerror=n,document.body.appendChild(o)}))("https://secure.widget.cloud.opta.net/v3/v3.opta-widgets.js"),Mi=(e,t,n)=>{const o=document.createElement(e);return t&&Object.keys(t).map(e=>{void 0!==t[e]&&o.setAttribute(e,t[e].toString())}),n&&o.appendChild(n),o},Pi=()=>{"undefined"!=typeof window&&void 0!==window.Opta&&window.Opta.start()},Li={119:"Italy",357:"Germany",115:"Scotland",538:"Hungary",497:"Switzerland",118:"Spain",535:"Croatia",534:"Albania",511:"Poland",366:"Netherlands",365:"Slovenia",369:"Denmark",364:"Serbia",114:"England",358:"Romania",510:"Ukraine",360:"Belgium",507:"Slovakia",515:"Austria",368:"France",362:"Turkey",520:"Georgia",359:"Portugal",367:"CzechRep"},Di=Object.keys(Li).map(e=>"\n .Opta-Team-".concat(e," .Opta-Team, .Opta-Team-").concat(e,".Opta-Team, .Opta-Player .Opta-Image-Team-").concat(e," {\n background-image: url(https://extras.thetimes.co.uk/web/opta/euro-flags/").concat(Li[e],".svg);\n background-size: 20px;\n background-repeat: no-repeat;\n }\n .Opta-Team-").concat(e," .Opta-Team {\n background-position: 0 13px;\n padding-left: 28px !important;\n \n @media (max-width: ").concat(l.breakpoints.small,"px) {\n background-image: none;\n padding-left: 0 !important;\n }\n }\n .Opta-Team-").concat(e,".Opta-Team {\n background-position: 10px 8px;\n padding-left: 38px !important;\n }\n .Opta-Scoreline .Opta-Team-").concat(e,".Opta-Team {\n padding-left: 28px !important;\n\n @media (max-width: ").concat(l.breakpoints.small,"px) {\n background-image: none;\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n }\n .Opta-Scoreline .Opta-Home.Opta-Team-").concat(e,".Opta-Team {\n padding-left: 0 !important;\n }\n\n .Opta-Player .Opta-Image-Team-").concat(e," {\n width: 100%;\n display: block;\n height: 100%;\n background-position: 7px 3px;\n\n &.Opta-Image-Medium {\n background-size: 35px;\n background-position: 0 6px;\n }\n\n img {\n display: none;\n }\n }\n")),Ri=a.a.div.withConfig({displayName:"shared-styles__Container",componentId:"sc-1mw5214-0"})(["position:relative;"," margin:0 auto 20px auto;padding-bottom:",";background-color:",";border-top:2px solid ",";a{text-decoration:none;}@media (min-width:","px){flex-direction:row;"," width:",";}@media (min-width:","px){"," width:",";}"],e=>{let t=e.heightSm;return t&&"min-height: ".concat(t,"px;")},e=>e.hasPadding?"20px":"0",l.colours.functional.backgroundPrimary,l.colours.section.sport,l.breakpoints.medium,e=>{let t=e.heightMd;return t&&"min-height: ".concat(t,"px;")},e=>e.fullWidth?"100%":"80.8%",l.breakpoints.wide,e=>{let t=e.heightLg;return t&&"min-height: ".concat(t,"px;")},e=>e.fullWidth?"100%":"56.2%"),Hi=a.a.div.withConfig({displayName:"shared-styles__PlaceholderContainer",componentId:"sc-1mw5214-1"})(["position:absolute;height:100%;width:100%;top:0;z-index:1;"]),Bi=a.a.div.withConfig({displayName:"shared-styles__WidgetContainerBase",componentId:"sc-1mw5214-2"})(["&.team-flags{",";}.Opta{.Opta_W{margin:0;background-color:transparent;h2{height:auto;margin:20px 0 10px;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;letter-spacing:1px;text-align:center;text-transform:uppercase;background-color:transparent;span{height:auto;font-size:12px;line-height:14px;font-weight:normal;}}table{width:100%;margin:0;border-collapse:collapse;border-spacing:0;&.Opta-MatchHeader{height:75px;tbody{tr.Opta-MatchHeader-Details td > div,div.Opta-MatchHeader-Details > div{height:18px;min-height:18px;}tr.Opta-MatchHeader-Details td span{line-height:18px;}th,td{height:18px;}}}}}p{margin:20px 0 0 0 !important;padding:0 0 20px 0 !important;color:",";font-family:",";font-size:14px;line-height:14px;text-align:center;background:transparent !important;}}"],Di,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting),qi=a.a.div.withConfig({displayName:"shared-styles__WidgetContainerBase",componentId:"n0zk21-0"})([".Opta{.Opta_W{margin:0;background-color:transparent !important;h2{height:auto;margin:20px 0 10px;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;letter-spacing:1px;text-align:center;text-transform:uppercase;background-color:transparent;span{height:auto;font-size:12px;line-height:14px;font-weight:normal;}}table{width:100%;margin:0;border-collapse:collapse;border-spacing:0;&.Opta-MatchHeader{height:75px;}}}p{margin:20px 0 0 0 !important;padding:0 0 20px 0 !important;color:",";font-family:",";font-size:14px;line-height:14px;text-align:center;background:transparent !important;}}"],l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting),Fi=a()(qi).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-17mc5vx-0"})([".Opta{padding-bottom:10px;.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{td{color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{text-align:left;&.Opta-Home{text-align:right;}img{height:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}}&.Opta-MatchHeader-Details{div{margin:6px 0;padding:0;color:",";font-family:",";font-size:12px;line-height:12px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;dl{margin:0 6px 4px 6px;color:inherit;font-size:inherit;:before{display:none;}&:first-of-type,&:last-of-type{display:block;}}}}}}}.Opta-CricketStateOfPlay{div{min-height:0;margin:0;padding:10px;color:",";font-family:",";font-size:18px;font-weight:normal;line-height:18px;background-color:transparent;}}.Opta-scorecard{display:",";padding-bottom:10px;.Opta-Tabs{.Opta-Nav{background-color:transparent;ul{display:flex;background-color:transparent;li{width:100%;a{width:100%;color:",";font-family:",";font-size:14px;font-weight:normal;text-align:center;background-color:#dbdbdb;&:hover{background-color:#ededed;}}&.Opta-On a{color:white;background-color:#008347;}}}}}table.Opta-batting{margin-bottom:10px;thead{th{width:8%;padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;background-color:#ededed;&:first-of-type{width:64%;padding-left:5px;}&:nth-of-type(4),&:nth-of-type(5){width:6%;}}}tfoot{th{color:",";font-family:",";font-size:14px;line-height:14px;font-weight:bold;background-color:#dbdbdb;&:first-of-type{padding-left:5px;}&:last-of-type{padding-left:0;}}}tbody{tr:nth-child(2n) th,tr:nth-child(2n) td{background-color:#ededed;}tr:last-of-type td{color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;}th{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:bold;}td{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;&:first-of-type,&:nth-of-type(2){padding-left:5px;color:",";font-family:",";font-size:16px;font-weight:normal;line-height:16px;}}}}table.Opta-bowling{width:calc(60% - 10px);float:left;thead{th{width:12%;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;text-align:center;background-color:#ededed;&:first-of-type{width:40%;padding-left:5px;text-align:left;}}}tbody{th{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:bold;text-align:center;}td{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;text-align:center;&:first-of-type{padding-left:5px;color:",";font-family:",";font-size:16px;font-weight:normal;line-height:16px;text-align:left;}}}}.Opta-Ranking{table{width:calc(40%);float:right;thead{th{color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;text-align:center;background-color:#ededed;&:first-of-type{padding-left:5px;text-align:left;}}}tbody{th{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:bold;text-align:center;}td{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;text-align:center;&:first-of-type{padding-left:5px;color:",";font-family:",";font-size:16px;font-weight:normal;line-height:16px;text-align:left;}}}}}}}}"],l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,e=>e.showDetails?"block":"none",l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline),Wi=a.a.button.withConfig({displayName:"styles__WidgetButton",componentId:"sc-1pwga7h-0"})(["background-color:transparent;font-family:Roboto;font-weight:500;font-size:14px;padding:0 12px;height:36px;border:1px solid ",";color:",";cursor:",";display:block;margin:0 auto;"],e=>e.disabled?"#EEE":"#CCC",e=>e.disabled?"#AAA":"#333",e=>e.disabled?"not-allowed":"pointer");var Ui=e=>{let t=e.children,n=e.onClick,o=e.disabled,r=void 0!==o&&o;return i.a.createElement(Wi,{onClick:n,disabled:r},t)};function $i(e,t){const n={type:e,payload:t?t+"px":null};"undefined"!=typeof window&&window.parent&&window.parent.postMessage(n,"*"),"undefined"!=typeof window&&window.ReactNativeWebView&&window.ReactNativeWebView.postMessage(n,"*")}function Vi(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Yi(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Yi(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Yi(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Gi=i.a.memo(e=>{let t=e.competition,n=e.match,r=e.full_width,a=e.heightSm,l=void 0===a?258:a,c=e.heightMd,s=void 0===c?258:c,p=e.heightLg,d=void 0===p?258:p;const m=i.a.createRef(),u=i.a.createRef(),f=Vi(Object(o.useState)(!1),2),h=f[0],g=f[1],y=Vi(Object(o.useState)(!1),2),b=y[0],x=y[1];return Object(o.useEffect)(()=>{Ti(),Ni("cricket"),zi().then(()=>{m.current&&(m.current.innerHTML=Mi("opta-widget",{sport:"cricket",widget:"score_card",season:"0",competition:t,match:n,template:"normal",live:!0,show_match_header:!0,show_crests:!0,show_competition_name:!0,show_match_description:!0,show_date:!0,date_format:"DD/MM/YYYY",show_venue:!0,show_officials:!1,show_toss:!1,show_state_of_play:!0,navigation:"tabs",show_batting:!0,show_mins_batted:!1,show_fours:!0,show_sixes:!0,show_strike_rate:!0,show_bowling:!0,show_economy:!0,show_fow:!0,player_naming:"full",breakpoints:"520"}).outerHTML,Pi())}).then(()=>{g(!0)})},[]),Object(o.useEffect)(()=>{$i("updateHeight",u.current?u.current.offsetHeight:0)},[b]),i.a.createElement(Ri,{fullWidth:r,heightSm:l,heightMd:s,heightLg:d,hasPadding:!0,ref:u},i.a.createElement(Fi,{ref:m,showDetails:b}),i.a.createElement(Ui,{onClick:()=>x(!b)},b?"Hide Details":"Show Details"),!h&&i.a.createElement(Hi,null,i.a.createElement($.Placeholder,null)))}),Zi=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1td1ojw-0"})(["height:81px;position:relative;overflow:hidden;"]),Xi=(a()(Bi).withConfig({displayName:"styles__WidgetContainerOverride",componentId:"sc-1td1ojw-1"})([".Opta{h2{margin:20px 0 0 0 !important;}.Opta-js-main{table{tbody{td.Opta-title{background-color:transparent !important;border-bottom:1px solid #e4e4e4;h3{margin:20px 0 0 0 !important;font-family:"," !important;font-size:16px !important;line-height:30px !important;text-align:center;span{font-size:inherit;}@media (min-width:","px){font-size:18px !important;line-height:40px !important;}}}}}}}"],l.fonts.headline,l.breakpoints.medium),a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-1td1ojw-2"})([".Opta{font-family:Roboto !important;}.Opta-Scroll,.Opta-Window,.Opta-Room{height:81px !important;}"," @media (max-width:","px){.Opta-Window{left:"," !important;right:0 !important;","}}.fixtures-page-link.Opta-fixture{width:85px !important;padding:10px 8px;border:1px solid black;background-color:transparent;a{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;height:100%;span{color:black !important;font-size:12px;font-weight:700 !important;display:block;}svg{rect{font-weight:700 !important;}stroke:black;fill:transparent;path{fill:black;}}}",";}.Opta-Cf.Opta-Scroll.Opta-Active{background-color:transparent !important;}.Opta-Scroller{background-color:white !important;border:1px solid #e4e4e4 !important;border-radius:2px;box-sizing:border-box;padding:39px 0 !important;width:28px !important;&:hover{background-color:#f5f5f5 !important;}&:active{background-color:#eee !important;}&::after{background:rgba(0,0,0,0) url(https://secure.widget.cloud.opta.net/v3/assets/images/sprites/controls.svg) no-repeat !important;background-size:210px 186px !important;background-position-x:-180px !important;background-position-y:-19px !important;height:16px !important;width:16px !important;top:calc(50% - 8px) !important;left:calc(50% - 8px) !important;}&.Opta-Next::after{transform:rotate(-90deg) translateX(2px);}&.Opta-Previous::after{transform:rotate(90deg) translateX(2px);}@media (max-width:","px){width:18px !important;}@media (max-width:","px){width:24px !important;}",";}.Opta-fixture{height:81px;padding-inline:4px;display:flex;flex-direction:column;"," > div{background-color:white !important;}.Opta-Team,.Opta-timings{border-right:0 !important;}.Opta-Team{height:24px !important;.team-flag{width:20px;margin-bottom:-2px;margin-right:8px;}}.Opta-timings{height:24px !important;order:-1;color:#696969 !important;border-start-start-radius:4px;border-start-end-radius:4px;","}.Opta-timings .Opta-Time *{font-weight:700;color:#01000d !important;","}.Opta-Score{width:18px !important;}.Opta-TeamName,.Opta-Team-Score{color:#01000d !important;font-family:'Roboto-Medium' !important;","}.Opta-Away{border-end-start-radius:4px;border-end-end-radius:4px;height:34px !important;}&.Opta-prematch{> div{background-color:#f5f5f5 !important;","}.Opta-Team-Score::after{content:'-';}.Opta-timings .Opta-Time *{font-weight:400;}}&.Opta-result > div{border:1px solid #e4e4e4 !important;"," &.Opta-timings{border-bottom:none !important;}&.Opta-Home{border-bottom:none !important;border-top:none !important;}&.Opta-Away{border-top:none !important;}}&.Opta-live > div{border:1px solid #01000d !important;"," &.Opta-timings{border-bottom:none !important;}&.Opta-Home{border-bottom:none !important;border-top:none !important;}&.Opta-Away{border-top:none !important;}}.Opta-Image{margin-right;6px;}.Opta-Image-Team-Small{height:20px;}}.Opta{.Opta-js-main{padding:0;background-color:transparent;table{tbody{td.Opta-title{height:40px;background-color:",";h3{height:auto;margin:0 0 0 10px;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;background-color:transparent;border-bottom:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){margin:0 0 0 20px;}}}tr.Opta-Scoreline{height:40px;background-color:transparent !important;border-bottom:1px solid #e4e4e4;@media (min-width:","px){height:50px;}td{max-width:none !important;padding:3px 0 0 0;color:"," !important;font-family:",";font-size:14px;line-height:14px;background-color:transparent;&.Opta-Time{width:50px !important;padding:6px 0 0 10px;color:"," !important;font-family:",";abbr{font-size:inherit;line-height:inherit;text-decoration:none;}@media (min-width:","px){width:60px !important;padding:6px 0 0 20px;font-size:13px;line-height:14px;}}&.Opta-Team{width:30% !important;padding-left:10px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}@media (min-width:","px){padding-left:15px;&.Opta-Home{padding-right:15px;padding-left:0;}}}&.Opta-Score{width:25px !important;font-size:16px;line-height:16px;text-align:left !important;&.Opta-Home{text-align:right !important;}span{font-size:inherit;line-height:inherit;}@media (min-width:","px){width:30px !important;font-size:24px;line-height:24px;}}&.Opta-Crest{width:20px !important;margin-top:-3px;img{width:20px;}}&.Opta-Divider{width:20px !important;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}&.Opta-Outer:not(.Opta-Time){width:50px !important;padding:0 10px 0 0;@media (min-width:","px){width:60px !important;padding:0 20px 0 0;}}@media (min-width:","px){font-size:16px;line-height:16px;}}}tr.Opta-agg{background-color:transparent !important;td{padding:10px;color:",";font-family:",";font-size:13px;line-height:16px;background-color:transparent;span{font-size:inherit;line-height:inherit;}span.Opta-agg-text{text-transform:uppercase;}}}tr{td.Opta-Nest{padding:0;.Opta_W{> .Opta-Cf{background-color:transparent;border-bottom:1px solid #e4e4e4;.Opta-Events{padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}}}}}}}"],e=>!e.showButtons&&"\n @media (max-width: ".concat(l.breakpoints.small,"px) {\n .Opta-Scroller {\n display: none !important;\n }\n }\n "),l.breakpoints.small,e=>e.showButtons?"30px":"0",e=>e.showButtons?"width: calc(100% - 60px) !important;":"\n overflow-x: auto !important;\n position: relative !important;",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n border: 1px solid white;\n\n a {\n span {\n color: white !important;\n }\n svg {\n stroke: white;\n path {\n fill: white;\n }\n }\n }\n }\n ",l.breakpoints.medium,l.breakpoints.wide,e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: #1D1D1B !important;\n border: 1px solid #AAA !important;\n\n &:hover {\n border: 1px solid #333 !important;\n }\n &:active {\n border: 1px solid #696969 !important;\n }\n &::after {\n background-position-y: -57px !important;\n }\n }\n ",e=>e.enableMatchStatsNavigation&&"\n &:hover {\n cursor: pointer;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n color: #CCC !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n color: #EEE !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n color: #EEE !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: #333 !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: #1d1d1b !important;\n border: 1px solid #AAA !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: #121212 !important;\n border: 1px solid #e4e4e4 !important;\n }\n ",l.colours.functional.backgroundSecondary,l.colours.functional.brandColour,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport)),Ji=(e,t)=>"football"===t&&["3","235","941"].includes(e),Qi=(e,t)=>{Object(o.useEffect)(()=>{const e=document.getElementsByClassName(t);e&&(e=>{let t=0;const n=setInterval(()=>{t>=25&&clearInterval(n),t++;for(let t of e){const e=t;if(e){const t=e.innerText.includes("Third Place")||e.innerText.includes("Group");[{pattern:/Quarter-Finalist/g,replacement:"QF"},{pattern:/Semi-Finalist|Semi-Final/g,replacement:"SF"},{pattern:/British & Irish Lions/g,replacement:"The Lions"},{pattern:/First Nations & Pasifika XV/g,replacement:"FN & Pasifika XV"}].forEach(n=>{let o=n.pattern,i=n.replacement;e.innerText=t?"TBD":e.innerText.replace(o,i)})}}},500)})(e)},[e])},Ki=(e,t)=>{const n=document.querySelector(".".concat(e)),o=document.querySelector(".fixtures-page-link");return!(!n||o)&&(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=Object.assign(document.createElement("div"),{className:"fixtures-page-link Opta-fixture"}),o=Object.assign(document.createElement("a"),{href:t}),i=Object.assign(document.createElement("span"),{textContent:"Full Fixtures & Results"});o.appendChild(i),o.insertAdjacentHTML("beforeend",'<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" className="allFixturesIcon">\n <rect x="0.859375" y="0.5" width="23" height="23" rx="11.5" />\n <path d="M15.7734 11.5254C15.7702 11.6263 15.7507 11.7191 15.7148 11.8037C15.6758 11.8883 15.6172 11.9697 15.5391 12.0479L11.7793 15.7246C11.6556 15.8483 11.5042 15.9102 11.3252 15.9102C11.2015 15.9102 11.0908 15.8809 10.9932 15.8223C10.8923 15.7637 10.8125 15.6839 10.7539 15.583C10.6921 15.4854 10.6611 15.3763 10.6611 15.2559C10.6611 15.0736 10.7295 14.9141 10.8662 14.7773L14.2109 11.5254L10.8662 8.27344C10.7295 8.13346 10.6611 7.97396 10.6611 7.79492C10.6611 7.67122 10.6921 7.56055 10.7539 7.46289C10.8125 7.36523 10.8923 7.28711 10.9932 7.22852C11.0908 7.16992 11.2015 7.14062 11.3252 7.14062C11.5042 7.14062 11.6556 7.20247 11.7793 7.32617L15.5391 11.0029C15.6204 11.0811 15.6807 11.1624 15.7197 11.2471C15.7555 11.335 15.7734 11.4277 15.7734 11.5254Z" />\n </svg>'),n.appendChild(o),e.appendChild(n)}(n,t),!0)},er=e=>{let t=null;return e.forEach(e=>{e.includes("Opta-Team-")&&(t=e.replace("Opta-Team-",""))}),t},tr=(e,t,n,o)=>{let i=0;const r=setInterval(()=>{if(i>=25&&clearInterval(r),i++,!e.current)return;e.current.querySelectorAll(".Opta-fixture").forEach(e=>{if(e._optaClickBound)return;const i=e.getAttribute("data-match"),a=e.getAttribute("data-period");let l=null,c=null;const s=e.querySelector(".Opta-Team.Opta-Home"),p=e.querySelector(".Opta-Team.Opta-Away");if(s&&s.classList&&(l=er(s.classList)),p&&p.classList&&(c=er(p.classList)),!(i&&a&&l&&c))return;const d=window,m=d.webkit&&d.webkit.messageHandlers&&d.webkit.messageHandlers.interactiveSliceEvent,u=d.Android&&d.Android.postMessage,f="/sport/".concat(t,"/match-stats?competition=").concat(n,"&season=").concat(o,"&match=").concat(i,"&status=").concat(a,"&homeTeam=").concat(l,"&awayTeam=").concat(c,"&enableMatchStats=true"),h={type:"openPage",title:"Football",url:"".concat(f,"&enableEmbeddedMode=true")};e.addEventListener("click",()=>{m?d.webkit.messageHandlers.interactiveSliceEvent.postMessage(JSON.stringify(h)):u?d.Android.postMessage(JSON.stringify(h)):window.location.href=f}),e._optaClickBound=!0,clearInterval(r)})},500)};function nr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return or(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return or(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function or(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const ir=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.date_from,a=e.date_to,l=e.days_ahead,c=e.days_before,s=e.round,p=e.isApp,d=e.showButtons,m=e.fixturesPageUrl,u=e.sport,f=e.enableMatchStatsNavigation,h=void 0===f?"false":f;const g=i.a.createRef(),y=Ji(n,u),b=nr(Object(o.useState)(!1),2),x=b[0],w=b[1];return Object(o.useEffect)(()=>{Ti(),Ni(u),zi().then(()=>{g.current&&(g.current.innerHTML=Mi("opta-widget",{sport:u,widget:"fixtures",season:t,competition:n,date_from:r,date_to:a,days_ahead:l,days_before:c,round:s,live:!0,start_on_current:!0,template:"strip",team_naming:"brief",match_status:"all",order_by:"date_ascending",show_grouping:!0,show_crests:!0,show_date:!0,show_live:!0,date_format:"ddd Do MMM",fixture_width:160,breakpoints:520}).outerHTML,Pi())}).then(()=>{w(!0)})},[g]),(y||"rugby"===u)&&Qi(g,"Opta-TeamName"),m&&!p&&((e,t,n)=>{Object(o.useEffect)(()=>{let e,o=Ki(t,n);if(!o){let i=0;e=setInterval(()=>{i>=30&&clearInterval(e),i++,o=Ki(t,n),o&&clearInterval(e)},200)}return()=>{e&&clearInterval(e)}},[e,t,n])})(g,"Opta-Room",m),"true"===h&&"football"===u&&(e=>{const t=e.ref,n=e.sport,i=e.competition,r=e.season;Object(o.useEffect)(()=>{tr(t,n,i,r)},[t])})({ref:g,sport:u,competition:n,season:t}),i.a.createElement(Zi,null,!x&&i.a.createElement(Hi,{className:"opta-placeholder"},i.a.createElement($.Placeholder,null)),i.a.createElement(Xi,{ref:g,isApp:p,showButtons:d,enableMatchStatsNavigation:"true"===h}))}),rr=(a()(Bi).withConfig({displayName:"styles__WidgetContainerOverride",componentId:"sc-19pyhbq-0"})([".Opta{.Opta-js-main{table{tbody{td.Opta-title{background-color:transparent !important;border-bottom:1px solid #e4e4e4;h3{margin:20px 0 0 0 !important;font-family:"," !important;font-size:16px !important;line-height:30px !important;text-align:center;span{font-size:inherit;}@media (min-width:","px){font-size:18px !important;line-height:40px !important;}}}}}}}"],l.fonts.headline,l.breakpoints.medium),a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-19pyhbq-1"})([".Opta{.Opta-js-main{padding:0;background-color:transparent;table{tbody{td.Opta-title{height:40px;background-color:",";h3{height:auto;margin:0 0 0 10px;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;background-color:transparent;border-bottom:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){margin:0 0 0 20px;}}}tr.Opta-Scoreline{height:40px;background-color:transparent !important;border-bottom:1px solid #e4e4e4;@media (min-width:","px){height:50px;}td{max-width:none !important;padding:3px 0 0 0;color:"," !important;font-family:",";font-size:14px;line-height:14px;background-color:transparent;&.Opta-Time{width:50px !important;padding:6px 0 0 10px;color:"," !important;font-family:",";abbr{font-size:inherit;line-height:inherit;text-decoration:none;}@media (min-width:","px){width:60px !important;padding:6px 0 0 20px;font-size:13px;line-height:14px;}}&.Opta-Team{width:30% !important;padding-left:10px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}@media (min-width:","px){padding-left:15px;&.Opta-Home{padding-right:15px;padding-left:0;}}}&.Opta-Score{width:25px !important;font-size:16px;line-height:16px;text-align:left !important;&.Opta-Home{text-align:right !important;}span{font-size:inherit;line-height:inherit;}@media (min-width:","px){width:30px !important;font-size:24px;line-height:24px;}}&.Opta-Crest{width:20px !important;margin-top:-3px;img{width:20px;}}&.Opta-Divider{width:20px !important;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}&.Opta-Outer:not(.Opta-Time){width:50px !important;padding:0 10px 0 0;@media (min-width:","px){width:60px !important;padding:0 20px 0 0;}}@media (min-width:","px){font-size:16px;line-height:16px;}}}tr.Opta-agg{background-color:transparent !important;td{padding:10px;color:",";font-family:",";font-size:13px;line-height:16px;background-color:transparent;span{font-size:inherit;line-height:inherit;}span.Opta-agg-text{text-transform:uppercase;}}}tr{td.Opta-Nest{padding:0;.Opta_W{> .Opta-Cf{background-color:transparent;border-bottom:1px solid #e4e4e4;.Opta-Events{padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}}}}}}}"],l.colours.functional.backgroundSecondary,l.colours.functional.brandColour,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport));function ar(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return lr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return lr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function lr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const cr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.date_from,a=e.date_to,l=e.full_width,c=e.heightSm,s=e.heightMd,p=e.heightLg;const d=i.a.createRef(),m=Ji(n,"football"),u=ar(Object(o.useState)(!1),2),f=u[0],h=u[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{d.current&&(d.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"fixtures",season:t,competition:n,date_from:r,date_to:a,live:!0,grouping:"date",show_grouping:!0,show_crests:!0,date_format:"dddd MMMM D YYYY",breakpoints:520},Mi("opta-widget",{sport:"football",widget:"match_summary",season:"",competition:"",match:"",live:!0,show_crests:!0,show_goals:!0,show_cards:"red",breakpoints:"520"})).outerHTML,Pi())}).then(()=>{h(!0)})},[]),m&&Qi(d,"Opta-Team"),i.a.createElement(Ri,{fullWidth:l,heightSm:c,heightMd:s,heightLg:p},i.a.createElement(rr,{ref:d}),!f&&i.a.createElement(Hi,{className:"opta-placeholder"},i.a.createElement($.Placeholder,null)))}),sr=(a()(Bi).withConfig({displayName:"styles__WidgetContainerOverride",componentId:"v51xce-0"})([".Opta{h2{margin:20px 0 0 0 !important;}.Opta-js-main{table{tbody{td.Opta-title{background-color:transparent !important;border-bottom:1px solid #e4e4e4;h3{margin:20px 0 0 0 !important;font-family:"," !important;font-size:16px !important;line-height:30px !important;text-align:center;span{font-size:inherit;}@media (min-width:","px){font-size:18px !important;line-height:40px !important;}}}}}}}"],l.fonts.headline,l.breakpoints.medium),a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"v51xce-1"})([".Opta{.Opta-js-main{padding:0;background-color:transparent;table{display:block;@media (min-width:","px){",";}tbody{display:block;break-inside:avoid;&:has(h3){column-span:all;",";}td.Opta-Nest.Opta-JS-Nest-Content.Opta-Expanded{display:inline;}td.Opta-title{display:block;background-color:",";h3{height:auto;margin:0 0 0 10px;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;background-color:transparent;border-bottom:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){margin:0 0 0 20px;}}}tr{display:block;}tr.Opta-Scoreline{height:40px;background-color:transparent !important;border-bottom:1px solid #e4e4e4;display:flex;justify-content:space-between;align-items:center;@media (min-width:","px){height:50px;}td{max-width:none !important;padding:0;color:"," !important;font-family:",";font-size:14px;line-height:14px;height:unset;background-color:transparent;&.Opta-Time{padding-left:10px;color:"," !important;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}@media (min-width:","px){font-size:13px;line-height:14px;}}&.Opta-Team{background-position:center left;width:34%;padding-left:10px;&.Opta-Home{background-position:center right;padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{font-size:16px;line-height:16px;text-align:center !important;width:20px;span{font-size:inherit;line-height:inherit;}@media (min-width:","px){font-size:24px;line-height:24px;}}&.Opta-Crest{img{width:20px;}}&.Opta-Divider{text-align:center;width:8px;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}&.Opta-Outer:not(.Opta-Time){padding-right:10px;}@media (min-width:","px){font-size:16px;line-height:16px;}}}tr.Opta-agg{background-color:transparent !important;td{padding:10px;color:",";font-family:",";font-size:13px;line-height:16px;background-color:transparent;span{font-size:inherit;line-height:inherit;}span.Opta-agg-text{text-transform:uppercase;}}}tr{td.Opta-Nest{padding:0;.Opta_W{> .Opta-Cf{background-color:transparent;border-bottom:1px solid #e4e4e4;.Opta-Events{padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}}}}}}}"],l.breakpoints.medium,e=>e.columns&&"column-count: 2;",e=>e.hide_matchday&&"display: none;",l.colours.functional.backgroundSecondary,l.colours.functional.brandColour,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport));function pr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return dr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return dr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function dr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const mr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.date_from,a=e.date_to,l=e.days_ahead,c=e.days_before,s=e.matchday,p=e.round,d=e.classes,m=e.hide_matchday,u=e.show_title,f=void 0===u||u,h=e.columns,g=void 0===h||h,y=e.full_width,b=e.heightSm,x=e.heightMd,w=e.heightLg;const v=i.a.createRef(),_=Ji(n,"football"),k=pr(Object(o.useState)(!1),2),C=k[0],O=k[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{v.current&&(v.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"fixtures",season:t,competition:n,date_from:r,date_to:a,days_ahead:l,days_before:c,matchday:s,round:p,show_title:f,live:!0,grouping:"matchday",show_grouping:!0,sub_grouping:"date|matchday|group",show_subgrouping:!0,show_crests:!0,date_format:"dddd MMMM D YYYY",breakpoints:520},Mi("opta-widget",{sport:"football",widget:"match_summary",season:"",competition:"",match:"",live:!0,show_crests:!0,show_goals:!0,show_cards:"red",breakpoints:"520"})).outerHTML,Pi())}).then(()=>{O(!0)})},[]),_&&Qi(v,"Opta-Team"),i.a.createElement(Ri,{fullWidth:y,className:d,heightSm:b,heightMd:x,heightLg:w},!C&&i.a.createElement(Hi,{className:"opta-placeholder"},i.a.createElement($.Placeholder,null)),i.a.createElement(sr,{ref:v,hide_matchday:m,columns:g}))}),ur=a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-1ofehep-0"})([".Opta{h3.Opta-groupname{height:40px;margin:0;padding-left:10px;color:",";font-family:",";font-size:14px;line-height:42px;font-weight:normal;background-color:",";border:0;span{float:none;padding:0;}@media (min-width:","px){padding-left:14px;}}.Opta-Cf{float:none;margin:0;padding:0;background-color:transparent;@media (min-width:","px){",";}&.Opta-Dropdown{.Opta-Nav{width:110px;margin:20px auto;background-color:transparent;border:1px solid ",";h3{height:38px;color:",";font-family:",";font-size:14px;line-height:40px;font-weight:normal;text-align:center;background-color:white;border:0;.Opta-Icon{height:38px;margin:0 10px 0 0;:after{background-position:-180px -19px;}}.Opta-Title{height:38px;padding:0 0 0 18px;line-height:40px;}&.Opta-Open{.Opta-Icon{:after{background-position:-149px -20px;}}}}ul{display:none;top:0;list-style-type:none;background-color:",";border:0;border-top:1px solid ",";li{margin:0;text-align:center;a{height:28px;padding:0;color:",";font-family:",";font-size:14px;line-height:30px;background-color:transparent;&:hover{color:",";font-weight:bold;background-color:white;}}&:first-of-type{a{height:32px;padding-top:4px;}}&:last-of-type{a{height:32px;padding-bottom:4px;}}}}}}ul.Opta-TabbedContent{margin:0;padding:0;list-style-type:none;li{display:none;&.Opta-On{display:block;}h3{display:none;text-decoration:none !important;.Opta-Icon{display:none;}}}}table{thead{background-color:",";tr{height:40px;th{padding:0;color:",";font-family:",";font-size:13px;line-height:14px;font-weight:normal;text-align:center;background-color:transparent;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}&.Opta-Team{width:auto !important;}&:last-of-type{padding:0 10px 0 0;}}}}tbody{tr{height:40px;border-bottom:1px solid #e4e4e4;th{width:42px;padding:0;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;text-align:center;background-color:transparent;@media (min-width:","px){width:50px;font-size:15px;line-height:16px;}}td{width:30px;padding:3px 0 0 0;color:",";font-family:",";font-size:14px;line-height:14px;text-align:center;background-color:transparent;&:last-of-type{width:40px;padding:3px 10px 0 0;}&.Opta-Team{width:auto !important;text-align:left;}.Opta-Image{width:20px;margin-top:-3px;img{width:20px;}}@media (min-width:","px){width:40px;font-size:16px;line-height:16px;&:last-of-type{width:50px;}}}}}}}}"],l.colours.functional.primary,l.fonts.supporting,l.colours.functional.keyline,l.breakpoints.medium,l.breakpoints.medium,e=>e.columns&&"column-count: 2;",l.colours.functional.brandColour,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.backgroundPrimary,l.colours.functional.brandColour,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.brandColour,l.colours.functional.backgroundSecondary,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium);function fr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return hr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return hr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function hr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const gr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.default_nav,a=void 0===r?1:r,l=e.classes,c=e.navigation,s=e.show_title,p=void 0===s||s,d=e.full_width,m=e.columns,u=e.heightSm,f=e.heightMd,h=e.heightLg;const g=i.a.createRef(),y=Ji(n,"football"),b=fr(Object(o.useState)(!1),2),x=b[0],w=b[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{g.current&&(g.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"standings",season:t,competition:n,live:!0,navigation:c?"dropdown":void 0,default_nav:a,show_title:p,show_crests:!0,team_naming:"brief",breakpoints:520}).outerHTML,Pi())}).then(()=>{w(!0)})},[]),y&&Qi(g,"Opta-Team"),i.a.createElement(Ri,{fullWidth:d,className:l,heightSm:u,heightMd:f,heightLg:h},i.a.createElement(ur,{ref:g,columns:m}),!x&&i.a.createElement(Hi,{className:"opta-placeholder"},i.a.createElement($.Placeholder,null)))}),yr=a()(Bi).withConfig({displayName:"summary-styles__WidgetContainer",componentId:"sc-16vlmjy-0"})([".Opta{.Opta_W > .Opta-Cf{margin-bottom:20px;}.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{line-height:30px;height:30px;td{color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{position:relative;text-align:left;&.Opta-Home{text-align:right;.Opta-Image-Holder{right:0;}}&.Opta-Away{.Opta-Image-Holder{left:0;}}.Opta-Image-Holder{position:absolute;top:0;}img{width:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{width:20px;font-size:24px;line-height:24px;text-align:left;&.Opta-Home{text-align:right;}span{min-width:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;background-color:transparent !important;}@media (min-width:","px){width:30px;font-size:32px;line-height:32px;}}&.Opta-Divider{width:20px;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}}&.Opta-Score-Extras{line-height:18px;height:18px;td{color:",";font-family:",";font-size:14px;line-height:10px;height:10px;span{color:inherit;font-size:inherit;display:inline-block;margin-top:-4px;}}}&.Opta-MatchHeader-Details{line-height:18px;height:18px;td{block-size:18px;}div{padding:0;color:",";font-family:",";font-size:12px;line-height:18px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;min-height:18px;span{margin:0 6px;color:inherit;line-height:18px;font-size:inherit;}}}}}}.Opta-Events{display:",";padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time,.Opta-Event-Text-Type{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,e=>e.showDetails?"block":"none",l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport);function br(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return xr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return xr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const wr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.full_width,l=e.heightSm,c=void 0===l?197:l,s=e.heightMd,p=void 0===s?197:s,d=e.heightLg,m=void 0===d?197:d;const u=i.a.createRef(),f=i.a.createRef(),h=br(Object(o.useState)(!1),2),g=h[0],y=h[1],b=br(Object(o.useState)(!1),2),x=b[0],w=b[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{u.current&&(u.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"match_summary",season:t,competition:n,match:r,live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,show_goals:!0,show_cards:"red",date_format:"DD/MM/YYYY",breakpoints:"520"}).outerHTML,Pi())}).then(()=>{y(!0)})},[]),Object(o.useEffect)(()=>{$i("updateHeight",f.current?f.current.offsetHeight:0)},[x]),i.a.createElement(Ri,{fullWidth:a,heightSm:c,heightMd:p,heightLg:m,hasPadding:!0,ref:f},i.a.createElement(yr,{ref:u,showDetails:x}),i.a.createElement(Ui,{onClick:()=>w(!x)},x?"Hide Details":"Show Details"),!g&&i.a.createElement(Hi,null,i.a.createElement($.Placeholder,null)))}),vr=a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-1loypld-0"})([".Opta{.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{th.Opta-Stats-Bars-Text{height:auto;padding:20px 0 0 0;color:",";font-family:",";font-size:13px;line-height:14px;}td{height:auto;color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{text-align:left;&.Opta-Home{text-align:right;}img{width:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{width:20px;font-size:24px;line-height:24px;text-align:left;&.Opta-Home{text-align:right;}span{min-width:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;background-color:transparent !important;}@media (min-width:","px){width:30px;font-size:32px;line-height:32px;}}&.Opta-Divider{width:20px;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}.Opta-Bars{margin:0;.Opta-Percent.Opta-Home{background-color:",";}.Opta-Percent.Opta-Away{background-color:",";opacity:0.5;}}}&.Opta-Score-Extras{td{color:",";font-family:",";font-size:14px;line-height:28px;span{color:inherit;font-size:inherit;}}}&.Opta-MatchHeader-Details{div{padding:0;color:",";font-family:",";font-size:12px;line-height:12px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;span{margin:0 6px;color:inherit;font-size:inherit;}}}}}&.Opta-Stats-Bars{margin-bottom:20px;}}}}"],l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.colours.section.sport,l.colours.section.sport,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting);function _r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return kr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return kr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function kr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Cr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.full_width,l=e.heightSm,c=void 0===l?640:l,s=e.heightMd,p=e.heightLg;const d=i.a.createRef(),m=_r(Object(o.useState)(!1),2),u=m[0],f=m[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{d.current&&(d.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"matchstats",season:t,competition:n,match:r,template:"custom",graph_style:"relative",stats_categories:"Category 1|possession,shots,shots_on_target,passes,passes_accuracy,corners_won,fouls_conceded,cards_yellow,cards_red",live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,date_format:"DD/MM/YYYY",breakpoints:"520"}).outerHTML,Pi(),f(!0))})},[]),i.a.createElement(Ri,{fullWidth:a,heightSm:c,heightMd:s,heightLg:p},i.a.createElement(vr,{ref:d}),!u&&i.a.createElement(Hi,null,i.a.createElement($.Placeholder,null)))}),Or=a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"boankv-0"})([".Opta{.Opta_W{padding:0;}.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{th.Opta-Stats-Bars-Text{height:auto;padding:20px 0 0 0;color:",";font-family:",";font-size:13px;line-height:14px;}td{height:auto;color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{text-align:left;&.Opta-Home{text-align:right;}img{width:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{width:20px;font-size:24px;line-height:24px;text-align:left;&.Opta-Home{text-align:right;}span{min-width:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;background-color:transparent !important;}@media (min-width:","px){width:30px;font-size:32px;line-height:32px;}}&.Opta-Divider{width:20px;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}.Opta-Bars{margin:0;.Opta-Percent.Opta-Home{background-color:",";}.Opta-Percent.Opta-Away{background-color:",";opacity:0.5;}}}&.Opta-Score-Extras{td{color:",";font-family:",";font-size:14px;line-height:28px;span{color:inherit;font-size:inherit;}}}&.Opta-MatchHeader-Details{div{padding:0;color:",";font-family:",";font-size:12px;line-height:12px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;span{margin:0 6px;color:inherit;font-size:inherit;}}}}}&.Opta-Stats-Bars{margin-bottom:20px;}}}}"],l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.colours.section.sport,l.colours.section.sport,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting);function Er(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Sr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Sr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Sr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Ir=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.full_width,a=e.hide_zeroes,l=void 0===a||a,c=e.show_title,s=void 0===c||c,p=e.visible_categories,d=e.classes,m=e.heightSm,u=e.heightMd,f=e.heightLg;const h=i.a.createRef(),g=Er(Object(o.useState)(!1),2),y=g[0],b=g[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{h.current&&(h.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"player_ranking",hide_zeroes:l,season:t,competition:n,template:"normal",graph_style:"relative",visible_categories:p,live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,show_title:s,date_format:"DD/MM/YYYY",breakpoints:"200"}).outerHTML,Pi())}).then(()=>{b(!0)})},[h]),i.a.createElement(Ri,{fullWidth:r,className:d,heightSm:m,heightMd:u,heightLg:f},i.a.createElement(Or,{ref:h}),!y&&i.a.createElement(Hi,{className:"opta-placeholder"},i.a.createElement($.Placeholder,null)))}),jr=(a()(Bi).withConfig({displayName:"styles__WidgetContainerOverride",componentId:"me94al-0"})([".Opta{h2{margin:20px 0 0 0 !important;}.Opta-js-main{table{tbody{td.Opta-title{background-color:transparent !important;border-bottom:1px solid #e4e4e4;h3{margin:20px 0 0 0 !important;font-family:"," !important;font-size:16px !important;line-height:30px !important;text-align:center;span{font-size:inherit;}@media (min-width:","px){font-size:18px !important;line-height:40px !important;}}}}}}}"],l.fonts.headline,l.breakpoints.medium),a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"me94al-1"})([".Opta{.Opta-js-main{padding:0;background-color:transparent;table{tbody{td.Opta-title{height:40px;background-color:",";h3{height:auto;margin:0 0 0 10px;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;background-color:transparent;border-bottom:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){margin:0 0 0 20px;}}}tr.Opta-Scoreline{height:40px;background-color:transparent !important;border-bottom:1px solid #e4e4e4;@media (min-width:","px){height:50px;}td{max-width:none !important;padding:3px 0 0 0;color:"," !important;font-family:",";font-size:14px;line-height:14px;background-color:transparent;&.Opta-Time{width:50px !important;padding:6px 0 0 10px;color:"," !important;font-family:",";abbr{font-size:inherit;line-height:inherit;text-decoration:none;}@media (min-width:","px){width:60px !important;padding:6px 0 0 20px;font-size:13px;line-height:14px;}}&.Opta-Team{width:30% !important;padding-left:10px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}@media (min-width:","px){padding-left:15px;&.Opta-Home{padding-right:15px;padding-left:0;}}}&.Opta-Score{width:25px !important;font-size:16px;line-height:16px;text-align:left !important;&.Opta-Home{text-align:right !important;}span{font-size:inherit;line-height:inherit;}@media (min-width:","px){width:30px !important;font-size:24px;line-height:24px;}}&.Opta-Crest{width:20px !important;margin-top:-3px;img{width:20px;}}&.Opta-Divider{width:20px !important;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}&.Opta-Outer:not(.Opta-Time){width:50px !important;padding:0 10px 0 0;@media (min-width:","px){width:60px !important;padding:0 20px 0 0;}}@media (min-width:","px){font-size:16px;line-height:16px;}}}tr.Opta-agg{background-color:transparent !important;td{padding:10px;color:",";font-family:",";font-size:14px;line-height:16px;background-color:transparent;span{font-size:inherit;line-height:inherit;}span.Opta-agg-text{text-transform:uppercase;}}}tr{td.Opta-Nest{padding:0;.Opta_W{> .Opta-Cf{background-color:transparent;border-bottom:1px solid #e4e4e4;.Opta-Events{padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time,.Opta-Event-Text-Type{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}}}}}}}"],l.colours.functional.backgroundSecondary,l.colours.functional.brandColour,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport));function Ar(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Tr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Tr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Tr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Nr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.date_from,a=e.date_to,l=e.full_width,c=e.heightSm,s=e.heightMd,p=e.heightLg;const d=i.a.createRef(),m=Ar(Object(o.useState)(!1),2),u=m[0],f=m[1];return Object(o.useEffect)(()=>{Ti(),Ni("rugby"),zi().then(()=>{d.current&&(d.current.innerHTML=Mi("opta-widget",{sport:"rugby",widget:"fixtures",season:t,competition:n,date_from:r,date_to:a,live:!0,grouping:"date",show_grouping:!0,show_subgrouping:!1,show_crests:!0,date_format:"dddd MMMM D YYYY",breakpoints:520},Mi("opta-widget",{sport:"rugby",widget:"match_summary",season:"",competition:"",match:"",live:!0,show_crests:!0,show_tries:!0,show_conversions:!0,show_penalties:!0,show_drop_goals:"scored",show_cards:"all",breakpoints:"520"})).outerHTML,Pi(),f(!0))})},[]),i.a.createElement(Ri,{fullWidth:l,heightSm:c,heightMd:s,heightLg:p},i.a.createElement(jr,{ref:d}),!u&&i.a.createElement(Hi,null,i.a.createElement($.Placeholder,null)))}),zr=a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-9cbyte-0"})([".Opta{h3{height:40px;margin:0;padding-left:10px;color:",";font-family:",";font-size:14px;line-height:42px;font-weight:normal;background-color:",";border:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){padding-left:14px;}}.Opta-Cf{float:none;margin:0;padding:0;background-color:transparent;&.Opta-Dropdown{.Opta-Nav{width:110px;margin:20px auto;background-color:transparent;border:1px solid ",";h3{height:38px;color:",";font-family:",";font-size:14px;line-height:40px;font-weight:normal;text-align:center;background-color:white;border:0;.Opta-Icon{height:38px;margin:0 10px 0 0;:after{background-position:-180px -19px;}}.Opta-Title{height:38px;padding:0 0 0 18px;line-height:40px;}&.Opta-Open{.Opta-Icon{:after{background-position:-149px -20px;}}}}ul{display:none;top:0;list-style-type:none;background-color:",";border:0;border-top:1px solid ",";li{margin:0;text-align:center;a{height:28px;padding:0;color:",";font-family:",";font-size:14px;line-height:30px;background-color:transparent;&:hover{color:",";font-weight:bold;background-color:white;}}&:first-of-type{a{height:32px;padding-top:4px;}}&:last-of-type{a{height:32px;padding-bottom:4px;}}}}}}ul.Opta-TabbedContent{margin:0;padding:0;list-style-type:none;li{display:none;&.Opta-On{display:block;}h3{display:none;text-decoration:none !important;.Opta-Icon{display:none;}}}}table{thead{background-color:",";tr{height:40px;th{padding:0;color:",";font-family:",";font-size:13px;line-height:14px;font-weight:normal;text-align:center;background-color:transparent;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}&.Opta-Team{width:auto !important;}&:last-of-type{padding:0 10px 0 0;}}}}tbody{tr{height:40px;border-bottom:1px solid #e4e4e4;th{width:42px;padding:6px 0 0 0;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;text-align:center;background-color:transparent;@media (min-width:","px){width:50px;font-size:15px;line-height:16px;}}td{width:30px;padding:3px 0 0 0;color:",";font-family:",";font-size:14px;line-height:14px;text-align:center;background-color:transparent;&:last-of-type{width:40px;padding:3px 10px 0 0;}&.Opta-Team{width:auto !important;text-align:left;}.Opta-Image{width:20px;margin-top:-3px;img{width:20px;}}@media (min-width:","px){width:40px;font-size:16px;line-height:16px;&:last-of-type{width:50px;}}}}}}}}"],l.colours.functional.primary,l.fonts.supporting,l.colours.functional.keyline,l.breakpoints.medium,l.colours.functional.brandColour,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.backgroundPrimary,l.colours.functional.brandColour,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.brandColour,l.colours.functional.backgroundSecondary,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium);function Mr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Pr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Pr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Lr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.default_nav,a=void 0===r?1:r,l=e.navigation,c=e.full_width,s=e.heightSm,p=e.heightMd,d=e.heightLg;const m=i.a.createRef(),u=Mr(Object(o.useState)(!1),2),f=u[0],h=u[1];return Object(o.useEffect)(()=>{Ti(),Ni("rugby"),zi().then(()=>{m.current&&(m.current.innerHTML=Mi("opta-widget",{sport:"rugby",widget:"standings",season:t,competition:n,live:!0,navigation:l?"dropdown":void 0,default_nav:a,show_crests:!0,breakpoints:520}).outerHTML,Pi(),h(!0))})},[]),i.a.createElement(Ri,{fullWidth:c,heightSm:s,heightMd:p,heightLg:d},i.a.createElement(zr,{ref:m}),!f&&i.a.createElement(Hi,null,i.a.createElement($.Placeholder,null)))});function Dr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Rr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Rr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Hr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.full_width,l=e.heightSm,c=void 0===l?197:l,s=e.heightMd,p=void 0===s?197:s,d=e.heightLg,m=void 0===d?197:d;const u=i.a.createRef(),f=i.a.createRef(),h=Dr(Object(o.useState)(!1),2),g=h[0],y=h[1],b=Dr(Object(o.useState)(!1),2),x=b[0],w=b[1];return Object(o.useEffect)(()=>{Ti(),Ni("rugby"),zi().then(()=>{u.current&&(u.current.innerHTML=Mi("opta-widget",{sport:"rugby",widget:"match_summary",season:t,competition:n,match:r,live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,show_tries:!0,show_conversions:!0,show_penalties:!0,show_drop_goals:"scored",date_format:"DD/MM/YYYY",breakpoints:"520"}).outerHTML,Pi())}).then(()=>{y(!0)})},[]),Object(o.useEffect)(()=>{$i("updateHeight",f.current?f.current.offsetHeight:0)},[x]),i.a.createElement(Ri,{fullWidth:a,heightSm:c,heightMd:p,heightLg:m,hasPadding:!0,ref:f},i.a.createElement(yr,{ref:u,showDetails:x}),i.a.createElement(Ui,{onClick:()=>w(!x)},x?"Hide Details":"Show Details"),!g&&i.a.createElement(Hi,null,i.a.createElement($.Placeholder,null)))}),Br=a()(Bi).withConfig({displayName:"styles__WidgetContainer",componentId:"lquz8o-0"})([".Opta{.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{th.Opta-Stats-Bars-Text{height:auto;padding:20px 0 0 0;color:",";font-family:",";font-size:13px;line-height:14px;}td{height:auto;color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{text-align:left;&.Opta-Home{text-align:right;}img{width:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{width:20px;font-size:24px;line-height:24px;text-align:left;&.Opta-Home{text-align:right;}span{min-width:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;background-color:transparent !important;}@media (min-width:","px){width:30px;font-size:32px;line-height:32px;}}&.Opta-Divider{width:20px;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}.Opta-Bars{margin:0;.Opta-Percent.Opta-Home{background-color:",";}.Opta-Percent.Opta-Away{background-color:",";opacity:0.5;}}}&.Opta-Score-Extras{td{color:",";font-family:",";font-size:14px;line-height:28px;span{color:inherit;font-size:inherit;}}}&.Opta-MatchHeader-Details{div{padding:0;color:",";font-family:",";font-size:12px;line-height:12px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;span{margin:0 6px;color:inherit;font-size:inherit;}}}}}&.Opta-Stats-Bars{margin-bottom:20px;}}}}"],l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.colours.section.sport,l.colours.section.sport,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting);function qr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Fr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Fr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Fr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Wr=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.full_width,l=e.heightSm,c=e.heightMd,s=e.heightLg;const p=i.a.createRef(),d=qr(Object(o.useState)(!1),2),m=d[0],u=d[1];return Object(o.useEffect)(()=>{Ti(),Ni("rugby"),zi().then(()=>{p.current&&(p.current.innerHTML=Mi("opta-widget",{sport:"rugby",widget:"matchstats",season:t,competition:n,match:r,template:"custom",graph_style:"relative",stats_categories:"Category 1|tries,passes,tackles,carries,metres,lineouts_won_percent,scrums_won_percent,turnovers_conceded,yellow_cards,red_cards",live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,date_format:"DD/MM/YYYY",breakpoints:"520"}).outerHTML,Pi(),u(!0))})},[]),i.a.createElement(Ri,{fullWidth:a,heightSm:l,heightMd:c,heightLg:s},i.a.createElement(Br,{ref:p}),!m&&i.a.createElement(Hi,null,i.a.createElement($.Placeholder,null)))});var Ur=n(10),$r=n.n(Ur),Vr=n(18);const Yr=e=>e.map(e=>({url:e.url,ratio:e.aspectRatio})),Gr=e=>{if(e){if(e.crops)return Yr(e.crops);if(e.posterImage&&e.posterImage.crops)return Yr(e.posterImage.crops)}return[]},Zr=e=>{return{url:e.categoryPath,label:e.label,byline:(n=e.bylines,n?n.map(e=>"author"===e.type?e.name:e.value).join(""):void 0),headline:e.headline,summary:(t=e.summary,t&&t.children?t.children.map(e=>e.text).join("")+"...":void 0),datePublished:e.publishedDateTime,images:{alt:e.headline,crops:Gr(e.media)}};var t,n},Xr=e=>{switch(e){case 1:return"RELATED_ARTICLE_1";case 2:return"RELATED_ARTICLE_2";default:return"RELATED_ARTICLE_3"}},Jr=e=>({name:Xr(e.length),children:e.map(e=>({article:Zr(e)})).slice(0,3)}),Qr=a.a.div.withConfig({displayName:"styles__Header",componentId:"sc-12jqlbd-0"})(["margin-bottom:12px;padding:16px 12px 12px 12px;color:",";font-family:",";font-size:24px;line-height:24px;font-weight:normal;text-align:center;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;"],l.colours.functional.brandColour,l.fonts.headline),Kr=e=>{let t=e.heading;const n=K(),o=n.loading,r=n.error,a=n.data;if(o||r)return null;const l=$r()(a,"recommendations.articles");if(!l||!l.length)return null;const c=W().fireAnalyticsEvent;return i.a.createElement("div",{id:"recommended-articles"},i.a.createElement(Qr,null,t),i.a.createElement(Vr.Slice,{slice:Jr(l),clickHandler:(e,t)=>{c&&c({action:"Clicked",attrs:{article_parent_name:t.headline}})}}))};function ea(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ta(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ta(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ta(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const na=e=>{let t=e.articleId,n=e.articleHeadline,r=e.articleSection;const a=ea(Object(o.useState)(!1),2),l=a[0],c=a[1];Object(o.useEffect)(()=>{try{const e=window.nuk.getCookieValue("acs_tnl"),t=window.__TIMES_CONFIG__.environmentName;e&&["local-prod","pr","uat","staging","prod"].includes(t)&&c(!0)}catch(e){console.log(e)}},[]);return l?i.a.createElement(Q,{url:"/api/recommended-articles/".concat(t,"/todays_section")},i.a.createElement(U,{context:{object:"RecommendedArticles",attrs:{event_navigation_action:"navigation",event_navigation_name:"widget:relevant article",event_navigation_browsing_method:"click",section_details:"section : ".concat(r),article_name:n,widget_headline:"Read more".toLowerCase(),widget_section:r,widget_type:"today's section"}}},i.a.createElement(Kr,{heading:"Read more"}))):null},oa={background:"#bedeed",foreground:"#1573a2"},ia={background:"#ffeecc",foreground:"#ffa300"},ra={background:"#ffd6d6",foreground:"#df0000"},aa=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1lbbpaf-0"})(["display:flex;margin-top:50px;&.info{background-color:",";border-left:4px solid ",";svg{fill:",";}}&.warning{background-color:",";border-left:4px solid ",";svg{fill:",";}}&.error{background-color:",";border-left:4px solid ",";svg{fill:",";}}"],oa.background,oa.foreground,oa.foreground,ia.background,ia.foreground,ia.foreground,ra.background,ra.foreground,ra.foreground),la=a.a.div.withConfig({displayName:"styles__IconContainer",componentId:"sc-1lbbpaf-1"})(["margin:12px 0 45px 12px;"]),ca=a.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"sc-1lbbpaf-2"})(["margin:12px;"]),sa=a.a.div.withConfig({displayName:"styles__Title",componentId:"sc-1lbbpaf-3"})(["font-family:",";font-weight:700;font-size:15px;line-height:16px;margin-bottom:6px;"],l.fonts.supporting),pa=a.a.div.withConfig({displayName:"styles__Description",componentId:"sc-1lbbpaf-4"})(["font-family:",";font-weight:500;font-size:13px;line-height:20px;& a{color:#333333;text-decoration:underline;}"],l.fonts.supporting),da=e=>{let t=e.size,n=void 0===t?{width:"20",height:"20"}:t;return i.a.createElement("svg",{width:n.width,height:n.height,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM9 15V9H11V15H9ZM9 5V7H11V5H9Z"}))},ma=e=>{let t=e.title,n=e.type,o=e.children;return i.a.createElement(aa,{className:n},i.a.createElement(la,null,i.a.createElement(da,null)),i.a.createElement(ca,null,i.a.createElement(sa,null,t),i.a.createElement(pa,null,o)))},ua=a.a.div.withConfig({displayName:"styles__Container",componentId:"kqn9c8-0"})(["display:flex;flex-direction:column;align-items:center;padding-bottom:28px;@media (min-width:","px){padding-bottom:48px;padding-top:20px;}"],l.breakpoints.medium),fa=a.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"kqn9c8-1"})(["max-width:343px;display:flex;flex-direction:column;align-items:center;@media (min-width:","px){max-width:403px;}"],l.breakpoints.medium),ha=a.a.div.withConfig({displayName:"styles__Title",componentId:"kqn9c8-2"})(["font-family:",";font-weight:700;font-color:#333333;font-size:28px;line-height:32px;letter-spacing:0;text-align:center;padding:8px;"],l.fonts.headlineRegular),ga=a.a.div.withConfig({displayName:"styles__Description",componentId:"kqn9c8-3"})(["font-family:",";font-weight:400;font-color:#333333;font-size:18px;line-height:27px;letter-spacing:0;text-align:center;max-width:660px;"],l.fonts.supporting),ya=a.a.a.withConfig({displayName:"styles__Button",componentId:"kqn9c8-4"})(["display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;background-color:#005c8a;color:white;font-family:",";width:100%;height:48px;padding:18.5px 0;font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:0;margin:16px;"],l.fonts.cta),ba=e=>{let t=e.title,n=e.href,o=void 0===n?"#":n,r=e.onClick,a=e.buttonText,l=e.children;return i.a.createElement(ua,null,i.a.createElement(fa,null,i.a.createElement(ha,null,t),i.a.createElement(ga,null,l),i.a.createElement(ya,{href:o,onClick:r},a)))};var xa=n(19),wa=n.n(xa),va=n(20),_a=n.n(va),ka=n(11),Ca=n.n(ka);var Oa=e=>{try{return decodeURIComponent(e)}catch(t){return e}};const Ea=a.a.div.withConfig({displayName:"styles__Container",componentId:"uvi9j3-0"})(["display:flex;flex-direction:column;justify-content:center;margin:48px 10px 24px 10px;padding-top:",";border-top:2px solid #9f0000;@media (min-width:","px){width:80.8%;margin:64px 0 24px 10%;}@media (min-width:","px){width:56.2%;margin:64px 0 24px 22%;}"],e=>e.isBreaking?"8px":"5px",l.breakpoints.medium,l.breakpoints.wide),Sa=a.a.div.withConfig({displayName:"styles__UpdatesContainer",componentId:"uvi9j3-1"})(["display:flex;flex-direction:row;justify-content:space-between;"]),Ia=a.a.div.withConfig({displayName:"styles__TimeSincePublishingContainer",componentId:"uvi9j3-2"})(["display:flex;flex-direction:row;"]),ja=a.a.div.withConfig({displayName:"styles__TimeSincePublishing",componentId:"uvi9j3-3"})(["color:",";font-family:",";font-size:13px;line-height:18px;"],l.colours.functional.brandColour,l.fonts.supporting),Aa=Object(r.css)(["color:",";font-family:",";font-size:13px;line-height:18px;"],l.colours.functional.secondary,l.fonts.supporting),Ta=a.a.div.withConfig({displayName:"styles__UpdatedTimeItems",componentId:"uvi9j3-4"})(["display:flex;justify-content:space-between;align-items:baseline;"]),Na=a.a.div.withConfig({displayName:"styles__UpdatedTime",componentId:"uvi9j3-5"})(["",";"],Aa),za=a.a.div.withConfig({displayName:"styles__UpdatedDate",componentId:"uvi9j3-6"})([""," justify-content:end;padding:0 4px 0 0;"],Aa),Ma=a.a.div.withConfig({displayName:"styles__Divider",componentId:"uvi9j3-7"})(["background-color:",";width:1px;margin:2px 8px 6px 8px;"],l.colours.functional.greyLabel),Pa=a.a.h2.withConfig({displayName:"styles__Headline",componentId:"uvi9j3-8"})(["color:",";font-family:",";font-size:28px;line-height:28px;margin-top:22px;margin-bottom:0px;font-weight:400;@media (min-width:","px){font-size:36px;line-height:36px;margin-top:20px;margin-bottom:0px;}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium),La=a.a.div.withConfig({displayName:"styles__FlagContainer",componentId:"uvi9j3-9"})(["margin-right:8px;"]),Da=a.a.div.withConfig({displayName:"styles__BylineBlockContainer",componentId:"uvi9j3-10"})(["display:flex;align-items:center;margin-top:24px;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:16px;"]),Ra=a.a.div.withConfig({displayName:"styles__BylineBlockImgContainer",componentId:"uvi9j3-11"})(["border-radius:50%;width:50px;height:50px;overflow:hidden;margin-right:10px;"]),Ha=a.a.img.withConfig({displayName:"styles__BylineBlockImg",componentId:"uvi9j3-12"})(["height:100%;width:100%;"]),Ba=a.a.div.withConfig({displayName:"styles__BylineBlockContent",componentId:"uvi9j3-13"})(["display:flex;flex-direction:column;"]),qa=a.a.div.withConfig({displayName:"styles__BylineBlockAuthorContent",componentId:"uvi9j3-14"})(["display:flex;align-items:center;margin-bottom:2px;"]),Fa=a.a.p.withConfig({displayName:"styles__BylineBlockAuthorName",componentId:"uvi9j3-15"})(["color:#069;margin-right:5px;margin-block:0;"]),Wa=a.a.p.withConfig({displayName:"styles__BylineBlockAuthorJobTitle",componentId:"uvi9j3-16"})(["color:#696969;margin-block:0;"]),Ua=a.a.p.withConfig({displayName:"styles__BylineBlockDescription",componentId:"uvi9j3-17"})(["color:#696969;font-weight:500;margin-block:0;"]),$a=e=>{let t=e.authorData,n=e.description;return t&&t.name||t&&t.image||n?i.a.createElement(Da,null,t&&t.image&&i.a.createElement(Ra,null,i.a.createElement(Ha,{src:t.image,alt:t.name})),i.a.createElement(Ba,null,i.a.createElement(qa,null,t&&t.name&&i.a.createElement(Fa,null,t.name),t&&t.jobTitle&&i.a.createElement(Wa,null,t.jobTitle)),n&&i.a.createElement(Ua,null,n))):null};function Va(e,t,n,o,i,r,a){try{var l=e[r](a),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(o,i)}function Ya(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ga(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ga(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ga(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}var Za=e=>{let t=e.updated,n=e.breaking,r=e.headline,a=e.authorSlug,l=e.description;const c=Ya(Object(o.useState)(""),2),s=c[0],p=c[1],d=Ya(Object(o.useState)(),2),m=d[0],u=d[1],f=new Date,h=new Date(t),g=_a()(h,"Europe/London");Object(o.useEffect)(()=>{"Europe/London"!==Intl.DateTimeFormat().resolvedOptions().timeZone&&p(Ca()(g,"zzz",{timeZone:"Europe/London"}))}),Object(o.useEffect)(()=>{if(void 0===a)return void u(null);(function(){var e,t=(e=function*(){try{const e=yield fetch("/api/author-profile/".concat(a)),t=yield e.json();u(t)}catch(e){console.log(e)}},function(){var t=this,n=arguments;return new Promise((function(o,i){var r=e.apply(t,n);function a(e){Va(r,o,i,a,l,"next",e)}function l(e){Va(r,o,i,a,l,"throw",e)}a(void 0)}))});return function(){return t.apply(this,arguments)}})()()},[a]);const y=C()(h,f,{roundingMethod:"floor"})+" ago",b=_()(f,h),x=b<60,w=b<3600,v=b<46800,k=wa()(f,g)>=1,O=!!n&&Boolean("true"===n.toLowerCase()),E=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=/\D+/g,o=e.replace(n,""),i=/\b(\w)/g,r=t.match(i),a=null===r?"":r.join("");return"u_".concat(o).concat(a)}(t,r);return i.a.createElement(Ea,{isBreaking:O&&w,id:E},i.a.createElement(Sa,null,i.a.createElement(Ta,null,O&&w?i.a.createElement(La,null,i.a.createElement(M,null)):null,!x&&v?i.a.createElement(Ia,null,i.a.createElement(ja,{"data-testId":"TimeSincePublishing"},y),i.a.createElement(Ma,null)):null,i.a.createElement(Na,{isLessThan13Hours:!x&&v},"".concat(Ca()(g,"h.mmaaa")," ").concat(s))),k?i.a.createElement(za,null,Ca()(g,"MMMM d")):null),r&&i.a.createElement(Pa,null,Oa(r)),m&&i.a.createElement($a,{authorData:m,description:l}))};const Xa="520px",Ja="768px",Qa="1024px",Ka="1320px",el="#005C8A",tl="#333333",nl="#696969",ol="#E4E4E4",il="#FFEECF",rl="#FFB329",al="#9F0000",ll="#236FA3",cl="#FFFFFF",sl=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1ql42e4-0"})(["max-width:100%;margin:0 auto;padding:80px 0 40px;@media (min-width:","){max-width:var( --wp--style--global--content-size,"," );}@media (min-width:","){max-width:var( --wp--style--global--content-size,"," );}@media (min-width:","){max-width:var( --wp--style--global--content-size,"," );}@media (max-width:","){padding:40px 0 0 ",";}"],Ja,e=>e.tablet||"100%",Qa,e=>e.desktop||"100%",Ka,e=>e.xl||"100%",Ja,e=>e.mobile?"10px":"20px"),pl=a.a.div.withConfig({displayName:"styles__TitleSection",componentId:"sc-1ql42e4-1"})(["padding:0;margin-bottom:16px;"]),dl=a.a.div.withConfig({displayName:"styles__TitleBar",componentId:"sc-1ql42e4-2"})(["display:flex;flex-direction:row;align-items:center;gap:12px;border-top:1px dashed ",";border-bottom:1px dashed ",";padding:20px "," 20px 0px;@media (max-width:","){justify-content:space-between;}"],ol,ol,e=>e.applyRightPadding?"10px":"20px",Ja),ml=a.a.div.withConfig({displayName:"styles__TitleContent",componentId:"sc-1ql42e4-3"})(["display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:8px;"]),ul=a.a.h2.withConfig({displayName:"styles__Title",componentId:"sc-1ql42e4-4"})(["font-family:'Times Modern',serif;font-size:24px;font-weight:800;line-height:1.13;color:#145683;margin:0;"]),fl=a.a.p.withConfig({displayName:"styles__Subtitle",componentId:"sc-1ql42e4-5"})(["font-family:'Times Modern',serif;font-size:20px;font-weight:400;line-height:1.13;color:#333333;margin:0;vertical-align:bottom;"]),hl=a.a.a.withConfig({displayName:"styles__TitleLink",componentId:"sc-1ql42e4-6"})(["display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;background:#eeeeee;border-radius:33.33px;text-decoration:none;transition:background-color 0.2s ease;flex-shrink:0;&:hover{background:#dddddd;}svg{width:16px;height:16px;color:",";}"],tl),gl=(a.a.p.withConfig({displayName:"styles__Description",componentId:"sc-1ql42e4-7"})(["font-family:'Roboto',sans-serif;font-size:16px;line-height:1.5;color:",";margin:0 0 20px 0;"],nl),a.a.div.withConfig({displayName:"styles__StaticCardsGrid",componentId:"sc-1ql42e4-8"})(["display:flex;gap:20px;padding:0;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;align-items:stretch;&::-webkit-scrollbar{display:none;}> *{flex:0 0 ",";min-width:",";scroll-snap-align:start;display:flex;flex-direction:column;}@media (min-width:","){overflow-x:visible;> *{flex:1 1 0;min-width:0;max-width:calc(50% - 10px);}}@media (min-width:","){> *{flex:1 1 0;min-width:0;max-width:",";}}@media (min-width:","){> *{flex:1 1 0;min-width:0;max-width:",";}}"],e=>e.$minWidthMobile||"90%",e=>e.$minWidthMobile||"280px",Ja,Qa,e=>e.$minWidthDesktop||"calc(50% - 10px)",Ka,e=>e.$minWidthXl||"calc(50% - 10px)")),yl=a.a.div.withConfig({displayName:"styles__CardContainer",componentId:"sc-1ql42e4-9"})(["flex:1;border:1.2px solid ",";background:",";overflow:hidden;display:flex;flex-direction:column;"],ol,cl),bl=a.a.div.withConfig({displayName:"styles__ImageContainer",componentId:"sc-1ql42e4-10"})(["position:relative;width:auto;aspect-ratio:3 / 2;height:",";overflow:hidden;flex-shrink:0;",";"],e=>{let t=e.isStaticGrid,n=e.$heightXs;return!t&&n?n:"100%"},e=>{let t=e.isStaticGrid,n=e.$heightSm,o=e.$heightMd,i=e.$heightLg,r=e.$heightXl;return!t&&"\n\n @media (min-width: ".concat(Xa,") {\n ").concat(n&&"height: ".concat(n,";"),"\n }\n\n @media (min-width: ").concat(Ja,") {\n ").concat(o&&"height: ".concat(o,";"),"\n }\n\n @media (min-width: ").concat(Qa,") {\n ").concat(i&&"height: ".concat(i,";"),"\n }\n\n @media (min-width: ").concat(Ka,") {\n ").concat(r&&"height: ".concat(r,";"),"\n }\n ")}),xl=a.a.img.withConfig({displayName:"styles__CardImage",componentId:"sc-1ql42e4-11"})(["position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:",";"],e=>e.isLoaded?"block":"none"),wl=a.a.a.withConfig({displayName:"styles__StyledLink",componentId:"sc-1ql42e4-12"})(["text-decoration:none;color:inherit;"]),vl=a.a.div.withConfig({displayName:"styles__OfferLabel",componentId:"sc-1ql42e4-13"})(["position:absolute;bottom:12px;left:0;background:",";border-left:1.2px solid ",";padding:12px 16px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:",";"],il,rl,tl),_l=a.a.div.withConfig({displayName:"styles__GiftBanner",componentId:"sc-1ql42e4-14"})(["position:absolute;bottom:12px;left:0;max-width:80%;background:",";padding:12px 16px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:",";text-align:left;"],il,tl),kl=a.a.div.withConfig({displayName:"styles__CardContent",componentId:"sc-1ql42e4-15"})(["display:flex;flex-direction:column;flex:1;padding:20px 16px 16px 16px;gap:32px;"]),Cl=a.a.div.withConfig({displayName:"styles__TopContainer",componentId:"sc-1ql42e4-16"})(["display:flex;flex-direction:column;gap:16px;flex:1;"]),Ol=a.a.div.withConfig({displayName:"styles__BottomContainer",componentId:"sc-1ql42e4-17"})(["display:flex;flex-direction:column;gap:16px;"]),El=a.a.h3.withConfig({displayName:"styles__Headline",componentId:"sc-1ql42e4-18"})(["font-family:'Times Modern',serif;font-size:20px;font-weight:700;line-height:1.125;color:",";margin:0;"],tl),Sl=a.a.div.withConfig({displayName:"styles__DataPointsList",componentId:"sc-1ql42e4-19"})(["display:flex;flex-direction:column;gap:2px;"]),Il=a.a.div.withConfig({displayName:"styles__DataPoint",componentId:"sc-1ql42e4-20"})(["display:flex;align-items:center;gap:8px;font-family:'Roboto',sans-serif;font-size:14px;line-height:1.5;color:",";min-height:21px;"],nl),jl=a.a.span.withConfig({displayName:"styles__DataIcon",componentId:"sc-1ql42e4-21"})(["width:17px;height:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:",";font-size:17px;"],ll),Al=a.a.div.withConfig({displayName:"styles__PriceSection",componentId:"sc-1ql42e4-22"})(["display:flex;flex-direction:row;align-items:center;gap:12px;"]),Tl=a.a.div.withConfig({displayName:"styles__PriceContainer",componentId:"sc-1ql42e4-23"})(["display:flex;flex-direction:column;gap:12px;flex:1;"]),Nl=a.a.div.withConfig({displayName:"styles__OfferContainer",componentId:"sc-1ql42e4-24"})(["display:flex;align-items:center;gap:4px;"]),zl=a.a.span.withConfig({displayName:"styles__PriceLabel",componentId:"sc-1ql42e4-25"})(["font-family:'Roboto',sans-serif;font-size:14px;line-height:1.5;color:",";"],nl),Ml=a.a.span.withConfig({displayName:"styles__OriginalPrice",componentId:"sc-1ql42e4-26"})(["font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;line-height:1.5;color:",";text-decoration:line-through;"],al),Pl=a.a.span.withConfig({displayName:"styles__CurrentPrice",componentId:"sc-1ql42e4-27"})(["font-family:'Times Modern',serif;font-size:",";font-weight:300;line-height:1.125;color:",";"],e=>e.$isEnquire?"24px":"32px",tl),Ll=a.a.span.withConfig({displayName:"styles__PriceSuffix",componentId:"sc-1ql42e4-28"})(["font-family:'Times Modern',serif;font-size:24px;font-weight:300;line-height:1.125;color:",";"],tl),Dl=a.a.div.withConfig({displayName:"styles__LogoContainer",componentId:"sc-1ql42e4-29"})(["width:88px;height:44px;display:flex;align-items:center;a{display:flex;align-items:center;width:100%;height:100%;}img{max-width:100%;max-height:100%;object-fit:contain;}"]),Rl=a.a.a.withConfig({displayName:"styles__CTAButton",componentId:"sc-1ql42e4-30"})(["display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;background:",";color:",";font-family:'Roboto',sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-decoration:none;transition:background 0.2s ease;&:hover{background:#004a6e;}"],el,cl),Hl=(a.a.div.withConfig({displayName:"styles__LoadingContainer",componentId:"sc-1ql42e4-31"})(["display:flex;justify-content:center;align-items:center;min-height:400px;font-family:'Roboto',sans-serif;color:",";"],nl),a.a.div.withConfig({displayName:"styles__ErrorContainer",componentId:"sc-1ql42e4-32"})(["display:flex;justify-content:center;align-items:center;min-height:200px;font-family:'Roboto',sans-serif;color:",";"],al),e=>o.createElement("svg",Object.assign({width:"15",height:"16",viewBox:"0 0 15 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),o.createElement("path",{d:"M2.78887 3.51093V6.29999L6.98887 4.92187L11.1889 6.29999V3.51093H2.78887ZM1.34512 12.6L0.0326173 7.94062C0.0107423 7.89687 -0.000195216 7.82031 -0.000195216 7.71093C-0.000195216 7.40468 0.163867 7.18593 0.491992 7.05468L1.37793 6.75937V3.51093C1.37793 3.13906 1.52012 2.81093 1.80449 2.52656C2.08887 2.24218 2.41699 2.09999 2.78887 2.09999H4.88887V-7.20099e-06H9.08887V2.09999H11.1889C11.5607 2.09999 11.8889 2.24218 12.1732 2.52656C12.4576 2.81093 12.5998 3.13906 12.5998 3.51093V6.75937L13.4857 7.05468C13.9451 7.20781 14.0982 7.50312 13.9451 7.94062L12.6326 12.6H12.5998C11.5279 12.6 10.5873 12.1406 9.77793 11.2219C8.96856 12.1406 8.03887 12.6 6.98887 12.6C5.93887 12.6 5.00918 12.1406 4.19981 11.2219C3.39043 12.1406 2.4498 12.6 1.37793 12.6H1.34512ZM12.5998 14.0109H13.9779V15.4219H12.5998C11.6154 15.4219 10.6748 15.1922 9.77793 14.7328C8.90293 15.1703 7.97324 15.3891 6.98887 15.3891C6.00449 15.3891 5.07481 15.1703 4.19981 14.7328C3.30293 15.1922 2.3623 15.4219 1.37793 15.4219H-0.000195216V14.0109H1.37793C2.38418 14.0109 3.32481 13.7047 4.19981 13.0922C5.05293 13.6828 5.98262 13.9781 6.98887 13.9781C7.99512 13.9781 8.92481 13.6828 9.77793 13.0922C10.6529 13.7047 11.5936 14.0109 12.5998 14.0109Z",fill:"currentColor"}))),Bl=e=>o.createElement("svg",Object.assign({width:"13",height:"14",viewBox:"0 0 13 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),o.createElement("path",{d:"M11.189 12.6V4.88907H1.41084V12.6H11.189ZM11.189 1.37813C11.5608 1.37813 11.889 1.52032 12.1733 1.80469C12.4577 2.08907 12.5999 2.41719 12.5999 2.78907V12.6C12.5999 12.9719 12.4577 13.3 12.1733 13.5844C11.889 13.8469 11.5608 13.9781 11.189 13.9781H1.41084C1.01709 13.9781 0.678028 13.8469 0.393653 13.5844C0.131152 13.3219 -9.75132e-05 12.9938 -9.75132e-05 12.6V2.78907C-9.75132e-05 2.41719 0.131152 2.08907 0.393653 1.80469C0.678028 1.52032 1.01709 1.37813 1.41084 1.37813H2.0999V5.05522e-06H3.51084V1.37813H9.08897V5.05522e-06H10.4999V1.37813H11.189ZM9.81084 6.30001V7.67813H8.3999V6.30001H9.81084ZM6.98897 6.30001V7.67813H5.61084V6.30001H6.98897ZM4.1999 6.30001V7.67813H2.78897V6.30001H4.1999Z",fill:"currentColor"})),ql=e=>o.createElement("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),o.createElement("path",{d:"M6 12L10 8L6 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),Fl=e=>o.createElement("svg",Object.assign({width:"10",height:"14",viewBox:"0 0 10 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),o.createElement("path",{d:"M3.64238 6.13594C3.99238 6.46407 4.40801 6.62813 4.88926 6.62813C5.37051 6.62813 5.7752 6.46407 6.10332 6.13594C6.45332 5.78594 6.62832 5.37032 6.62832 4.88907C6.62832 4.40782 6.45332 4.00313 6.10332 3.67501C5.7752 3.32501 5.37051 3.15001 4.88926 3.15001C4.40801 3.15001 3.99238 3.32501 3.64238 3.67501C3.31426 4.00313 3.1502 4.40782 3.1502 4.88907C3.1502 5.37032 3.31426 5.78594 3.64238 6.13594ZM1.41113 1.44376C2.37363 0.481255 3.53301 5.05522e-06 4.88926 5.05522e-06C6.24551 5.05522e-06 7.39395 0.481255 8.33457 1.44376C9.29707 2.38438 9.77832 3.53282 9.77832 4.88907C9.77832 5.56719 9.60332 6.34376 9.25332 7.21876C8.9252 8.09376 8.52051 8.91407 8.03926 9.67969C7.55801 10.4453 7.07676 11.1672 6.59551 11.8453C6.13613 12.5016 5.74238 13.0266 5.41426 13.4203L4.88926 13.9781C4.75801 13.825 4.58301 13.6281 4.36426 13.3875C4.14551 13.125 3.75176 12.6219 3.18301 11.8781C2.61426 11.1125 2.11113 10.3797 1.67363 9.67969C1.25801 8.95782 0.875196 8.14844 0.525196 7.25157C0.175196 6.35469 0.000195552 5.56719 0.000195552 4.88907C0.000195552 3.53282 0.470508 2.38438 1.41113 1.44376Z",fill:"currentColor"})),Wl=e=>o.createElement("svg",Object.assign({width:"14",height:"15",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),o.createElement("path",{d:"M7.21856 0.0656178C6.69356 0.984368 6.38731 1.92499 6.29981 2.88749C6.21231 3.84999 6.31074 4.77968 6.59512 5.67656C6.90137 6.57343 7.36074 7.38281 7.97324 8.10468C8.58574 8.82656 9.31856 9.40624 10.1717 9.84374C11.0467 10.2812 12.0092 10.5109 13.0592 10.5328C12.6436 11.2328 12.1295 11.8453 11.517 12.3703C10.9045 12.8953 10.2154 13.3109 9.44981 13.6172C8.68418 13.9016 7.86387 14.0437 6.98887 14.0437C6.02637 14.0437 5.11856 13.8687 4.26543 13.5187C3.43418 13.1469 2.69043 12.6437 2.03418 12.0094C1.3998 11.3531 0.89668 10.6094 0.524805 9.77812C0.174805 8.92499 -0.000195216 8.01718 -0.000195216 7.05468C-0.000195216 6.07031 0.185742 5.15156 0.557617 4.29843C0.929492 3.44531 1.44355 2.70156 2.0998 2.06718C2.75605 1.41093 3.52168 0.907805 4.39668 0.557805C5.27168 0.18593 6.21231 0.0218678 7.21856 0.0656178Z",fill:"currentColor"}));function Ul(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function $l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ul(Object(n),!0).forEach((function(t){Vl(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ul(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Vl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Yl=function(e,t,n,o,i){let r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};window.utag&&window.utag.link?window.utag.link($l({event_navigation_name:e,event_navigation_action:t,event_navigation_browsing_method:n,article_parent_name:o,section_details:i},r)):console.error("Tealium tracking is not available.")};function Gl(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Zl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Zl(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Zl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Xl=e=>{let t=e.card,n=e.isStaticGrid,r=e.imgHeight,a=void 0===r?{}:r;const l=Gl(Object(o.useState)(!1),2),c=l[0],s=l[1],p=e=>{Yl(e,"navigation","click",t.headline,void 0,{app_content_location:wo()})},d=e=>()=>p("headline"===e?"trip card: ".concat(t.headline):"trip card: img click");return i.a.createElement(yl,null,i.a.createElement(wl,{href:t.cta_url,target:"_blank",rel:"noopener noreferrer",onClick:d("img")},i.a.createElement(bl,Object.assign({isStaticGrid:n},a),!c&&i.a.createElement($.Placeholder,null),i.a.createElement(xl,{src:t.image,alt:t.headline,onLoad:()=>s(!0),isLoaded:c}),t.offer_label&&i.a.createElement(vl,null,t.offer_label),t.gift_banner&&i.a.createElement(_l,null,t.gift_banner))),i.a.createElement(kl,null,i.a.createElement(Cl,null,i.a.createElement(wl,{href:t.cta_url,target:"_blank",rel:"noopener noreferrer",onClick:d("headline")},i.a.createElement(El,null,t.headline)),i.a.createElement(Sl,null,t.date&&i.a.createElement(Il,null,i.a.createElement(jl,null,i.a.createElement(Bl,null)),i.a.createElement("span",null,t.date)),t.duration&&i.a.createElement(Il,null,i.a.createElement(jl,null,i.a.createElement(Wl,null)),i.a.createElement("span",null,t.duration)),t.route&&i.a.createElement(Il,null,i.a.createElement(jl,null,i.a.createElement(Fl,null)),i.a.createElement("span",null,t.route)),t.ship&&i.a.createElement(Il,null,i.a.createElement(jl,null,i.a.createElement(Hl,null)),i.a.createElement("span",null,t.ship)))),i.a.createElement(Ol,null,i.a.createElement(Al,null,i.a.createElement(Tl,null,"Enquire now"!==t.price&&i.a.createElement(Nl,null,i.a.createElement(zl,null,"From"),t.original_price&&i.a.createElement(Ml,null,t.original_price)),i.a.createElement(Pl,{$isEnquire:"Enquire now"===t.price},t.price,"Enquire now"!==t.price&&i.a.createElement(Ll,null,"pp"))),t.logo&&i.a.createElement(Dl,null,i.a.createElement("a",{href:t.logo_url,target:"_blank",rel:"noopener noreferrer",onClick:()=>p("trip card: ".concat(t.logo_name))},i.a.createElement("img",{src:t.logo,alt:"Partner logo"})))),i.a.createElement(Rl,{href:t.cta_url,target:"_blank",rel:"noopener noreferrer",onClick:()=>p("trip card: ".concat(t.cta_text||"View Itinerary"))},t.cta_text||"View Itinerary"))))},Jl=Object(r.css)(["background:linear-gradient( to right,#f0f0f0 0%,#f5f2f2 20%,#f0f0f0 40%,#f0f0f0 100% );background-size:800px 104px;"]),Ql=a.a.div.withConfig({displayName:"skeletonStyles__SkeletonLine",componentId:"sc-1jvs47i-0"})([""," height:16px;width:",";margin-bottom:",";"],Jl,e=>e.width||"100%",e=>e.marginBottom||"0"),Kl=a.a.div.withConfig({displayName:"skeletonStyles__SkeletonHeadline",componentId:"sc-1jvs47i-1"})([""," height:48px;width:100%;margin-bottom:16px;"],Jl),ec=a.a.div.withConfig({displayName:"skeletonStyles__SkeletonPrice",componentId:"sc-1jvs47i-2"})([""," height:28px;width:120px;"],Jl),tc=a()(Rl).withConfig({displayName:"skeletonStyles__SkeletonButton",componentId:"sc-1jvs47i-3"})([""," height:48px;width:100%;pointer-events:none;border:none;&:hover{transform:none;}"],Jl);function nc(e,t,n,o,i,r,a){try{var l=e[r](a),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(o,i)}const oc=e=>{const t=document.createElement("textarea");return t.innerHTML=e,t.value},ic=e=>{try{const t=e=>0===e||"Enquire now"===e?"Enquire now":"string"==typeof e?e:"£".concat(e),n=e=>e.length<=2?e.join(" → "):"".concat(e[0]," → ").concat(e[e.length-1]),o=e=>{if(e&&0!==e&&"Enquire now"!==e)return"string"==typeof e?e:"£".concat(e)},i=()=>{if(!e.was_prices||!e.prices)return null;const t=e.prices.cheapest_price,n=["inside","outside","balcony","suite"];for(const o of n){const n=e.prices[o];if(Number(n)===Number(t))return o}return null},r=()=>{if(!e.was_prices)return;const t=i();return t&&e.was_prices[t]?o(e.was_prices[t]):void 0};return{cruise_id:String(e.cruise_id),image:e.ship&&e.ship.image||"",offer_label:e.campaigns&&e.campaigns.length>0?e.campaigns[0]:void 0,headline:oc(e.cruise_title||""),date:e.extras&&e.extras.date||e.departs,duration:e.extras&&e.extras.duration||(e.duration?e.duration.toString():""),route:n(e.itinerary||[]),ship:e.ship&&e.ship.name||"",original_price:r(),price:t(void 0!==(e.prices&&e.prices.cheapest_price)?e.prices.cheapest_price:0),logo:e.cruise_line&&e.cruise_line.logo||"",logo_url:e.cruise_line&&e.cruise_line.link||"",logo_name:e.cruise_line&&e.cruise_line.name||"",cta_url:e.link||"",cta_text:"View Itinerary"}}catch(e){throw new Error("Failed to transform cruise data: ".concat(e))}},rc=e=>{try{const t=atob(e),n=JSON.parse(t);return Array.isArray(n)?n:[]}catch(e){return[]}},ac={$heightXs:"153px",$heightSm:"213px",$heightMd:"213px",$heightLg:"210px",$heightXl:"245px"},lc=function(){var e,t=(e=function*(e,t){const n=new FormData;n.append("action","results"),n.append("cruise_ids",e.join(","));const o=t&&t.includes("thetimes.com")&&!t.includes("-thetimes")?"https://www.thetimes.com/holidays/wp-admin/admin-ajax.php":"https://www.staging-thetimes.com/holidays/wp-admin/admin-ajax.php",i=yield fetch(o,{method:"POST",body:n});if(!i.ok)throw new Error("HTTP error! status: ".concat(i.status));const r=yield i.json();if(r.results&&Array.isArray(r.results)){const t=r.results.filter(e=>(e=>{if(e.departs){const t=new Date(e.departs);if(isNaN(t.getTime()))return!1;t.setHours(0,0,0,0);const n=new Date;if(n.setHours(0,0,0,0),t<n)return!1}return!0})(e)).map(e=>ic(e));return e.map(e=>t.find(t=>t.cruise_id===String(e))).filter(Boolean)}throw new Error("Invalid API response format")},function(){var t=this,n=arguments;return new Promise((function(o,i){var r=e.apply(t,n);function a(e){nc(r,o,i,a,l,"next",e)}function l(e){nc(r,o,i,a,l,"throw",e)}a(void 0)}))});return function(e,n){return t.apply(this,arguments)}}();function cc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function sc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?cc(Object(n),!0).forEach((function(t){pc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):cc(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function pc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const dc=e=>{let t=e.isStaticGrid,n=e.imgHeight,o=void 0===n?{}:n,r=e.forceStaticGrid;return i.a.createElement(yl,{"data-testid":"skeleton-card-container"},i.a.createElement(bl,Object.assign({"data-testid":"skeleton-image-container",isStaticGrid:t&&!r},sc(sc({},ac),o)),i.a.createElement($.Placeholder,null)),i.a.createElement(kl,{"data-testid":"skeleton-card-content"},i.a.createElement(Cl,{"data-testid":"skeleton-top-container"},i.a.createElement(Kl,{"data-testid":"skeleton-headline"}),i.a.createElement(Sl,{"data-testid":"skeleton-data-points-list"},[1,2,3,4].map(e=>i.a.createElement(Il,{key:e,"data-testid":"skeleton-data-point-".concat(e)},i.a.createElement(Ql,{width:"80px","data-testid":"skeleton-line-".concat(e)}))))),i.a.createElement(Ol,{"data-testid":"skeleton-bottom-container"},i.a.createElement(Al,{"data-testid":"skeleton-price-section"},i.a.createElement(Tl,{"data-testid":"skeleton-price-container"},i.a.createElement(Ql,{width:"40px",marginBottom:"4px","data-testid":"skeleton-price-label"}),i.a.createElement(ec,{"data-testid":"skeleton-price"}))),i.a.createElement(tc,{as:"div","data-testid":"skeleton-button"}))))};function mc(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return uc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return uc(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function uc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const fc="520px",hc="768px",gc="1024px",yc="1320px",bc="#005C8A",xc="#FFFFFF",wc=a.a.div.withConfig({displayName:"styles__ItemContainer",componentId:"sc-5a6cxc-0"})(["scroll-snap-align:start;display:flex;flex-direction:column;align-self:stretch;"," ",";"],e=>{if(!e.widthItemConfig)return"";const t=e.widthItemConfig,n=t.xs,o=t.mobile,i=t.tablet,a=t.desktop,l=t.xl;return Object(r.css)([""," "," "," "," ",""],n&&"flex: 0 0 ".concat(n,";"),o&&"\n @media (min-width: ".concat(fc,") {\n flex: 0 0 ").concat(o,";\n }\n "),i&&"\n @media (min-width: ".concat(hc,") {\n flex: 0 0 ").concat(i,";\n }\n "),a&&"\n @media (min-width: ".concat(gc,") {\n flex: 0 0 ").concat(a,";\n }\n "),l&&"\n @media (min-width: ".concat(yc,") {\n flex: 0 0 ").concat(l,";\n }\n "))},e=>{if(!e.maxWidthItemConfig)return"";const t=e.maxWidthItemConfig,n=t.xs,o=t.mobile,i=t.tablet,a=t.desktop,l=t.xl;return Object(r.css)([""," "," "," "," ",""],n&&"max-width: ".concat(n,";"),o&&"\n @media (min-width: ".concat(fc,") {\n max-width: ").concat(o,";\n }\n "),i&&"\n @media (min-width: ".concat(hc,") {\n max-width: ").concat(i,";\n }\n "),a&&"\n @media (min-width: ".concat(gc,") {\n max-width: ").concat(a,";\n }\n "),l&&"\n @media (min-width: ".concat(yc,") {\n max-width: ").concat(l,";\n }\n "))}),vc=a.a.div.withConfig({displayName:"styles__CarouselContainer",componentId:"sc-5a6cxc-1"})(["width:100%;"]),_c=a.a.div.withConfig({displayName:"styles__CarouselWrapper",componentId:"sc-5a6cxc-2"})(["position:relative;width:100%;"]),kc=a.a.div.withConfig({displayName:"styles__CarouselContent",componentId:"sc-5a6cxc-3"})(["overflow:hidden;"]),Cc=a.a.div.withConfig({displayName:"styles__CardsRow",componentId:"sc-5a6cxc-4"})(["display:flex;gap:20px;overflow-x:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:0;scroll-behavior:smooth;cursor:grab;user-select:none;align-items:stretch;&::-webkit-scrollbar{display:none;}&:active{cursor:grabbing;}"]),Oc=a.a.div.withConfig({displayName:"styles__PageControl",componentId:"sc-5a6cxc-5"})(["display:flex;justify-content:center;align-items:center;gap:10px;padding:12px;background:",";"],xc),Ec=a.a.button.withConfig({displayName:"styles__NavigationArrowButton",componentId:"sc-5a6cxc-6"})(["display:none;position:absolute;top:50%;transform:translateY(-50%);"," z-index:10;width:48px;height:48px;border:none;border-radius:50%;background:",";cursor:",";align-items:center;justify-content:center;transition:background 0.2s ease;pointer-events:",";svg{width:24px;height:24px;}svg path{stroke:",";}&:hover:not(:disabled){background:#004a6e;}@media (min-width:","){display:flex;}"],e=>"left"===e.direction?"left: -68px;":"right: -68px;",e=>e.disabled?"#CCCCCC":bc,e=>e.disabled?"default":"pointer",e=>e.disabled?"none":"auto",xc,gc),Sc=a.a.button.withConfig({displayName:"styles__PageDotButton",componentId:"sc-5a6cxc-7"})(["width:8px;height:8px;border-radius:1000px;border:none;padding:0;background:",";cursor:pointer;transition:background 0.2s ease;&:hover{background:#01000d;}"],e=>e.active?"#01000D":"#AAAAAA"),Ic=e=>{let t=e.direction,n=e.onClick,o=e.disabled;return i.a.createElement(Ec,{direction:t,onClick:n,disabled:o,"aria-label":"".concat("left"===t?"Previous":"Next"," items")},i.a.createElement("svg",{width:"24",height:"24",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{d:"left"===t?"M10 12L6 8L10 4":"M6 12L10 8L6 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})))},jc=e=>{let t=e.active,n=e.onClick,o=e.index;return i.a.createElement(Sc,{active:t,onClick:n,"aria-label":"Go to page ".concat(o+1)})},Ac=e=>{let t=e.children,n=e.widthItemConfig,o=void 0===n?{xs:"85%",mobile:"85%",tablet:"70%",desktop:"calc(50% - 10px)",xl:"calc(50% - 10px)"}:n,r=e.maxWidthItemConfig,a=e.className;return i.a.createElement(wc,{widthItemConfig:o,maxWidthItemConfig:r,className:a},t)},Tc=e=>{let t=e.items,n=e.options,r=e.showArrows,a=void 0===r||r,l=e.showDots,c=void 0===l||l,s=e.arrowComponent,p=e.dotComponent,d=e.className;const m=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=t.itemsPerPage,i=void 0===n?2:n,r=t.onPageChange,a=Object(o.useState)(0),l=mc(a,2),c=l[0],s=l[1],p=Object(o.useRef)(null),d=Object(o.useRef)(!1),m=Object(o.useRef)(!1),u=Object(o.useRef)(0),f=Object(o.useRef)(null),h=Object(o.useRef)(null),g=Object(o.useRef)(!1),y=Object(o.useRef)(null),b=Math.ceil(e/i),x=Object(o.useCallback)(e=>{if(p.current){const t=p.current.children;if(t.length>0){d.current=!0;const n=p.current,o=t[e*i];if(o){const t=o.offsetLeft;n.scrollTo({left:t,behavior:"smooth"}),s(e),r&&r(e),setTimeout(()=>{d.current=!1},400)}}}},[i,r]),w=Object(o.useCallback)(()=>{const e=Math.max(0,c-1);x(e)},[c,x]),v=Object(o.useCallback)(()=>{const e=Math.min(b-1,c+1);x(e)},[c,b,x]),_=Object(o.useCallback)(e=>{Math.abs(e)>50&&(e>0?v():w())},[v,w]),k=Object(o.useCallback)(e=>{p.current&&(e.preventDefault(),m.current=!0,u.current=e.pageX,p.current.style.cursor="grabbing")},[]),C=Object(o.useCallback)(e=>{if(m.current&&(m.current=!1,p.current)){p.current.style.cursor="grab";const t=e.pageX,n=u.current-t;_(n)}},[_]),O=Object(o.useCallback)(e=>{if(m.current&&(m.current=!1,p.current)){p.current.style.cursor="grab";const t=e.pageX,n=u.current-t;_(n)}},[_]),E=e=>{p.current&&(f.current=e.touches[0].clientX,h.current=e.touches[0].clientY,g.current=!1)},S=e=>{if(null===f.current||null===h.current||g.current)return;const t=e.touches[0].clientX,n=e.touches[0].clientY,o=f.current-t,i=h.current-n;Math.abs(o)>1.2*Math.abs(i)&&e.cancelable&&e.preventDefault(),Math.abs(o)>50&&Math.abs(o)>1.2*Math.abs(i)&&(e.cancelable&&e.preventDefault(),g.current=!0,_(o))},I=()=>{f.current=null,h.current=null,g.current=!1},j=Object(o.useCallback)(()=>{d.current||(y.current&&clearTimeout(y.current),y.current=setTimeout(()=>{if(p.current){const e=p.current,t=e.children;if(0===t.length)return;const n=e.scrollLeft;let o=0,a=1/0;for(let e=0;e<b;e++){const r=e*i;if(r<t.length){const i=t[r],l=Math.abs(i.offsetLeft-n);l<a&&(a=l,o=e)}}o!==c&&(s(o),r&&r(o))}},50))},[b,i,r,c]);return Object(o.useEffect)(()=>{const e=p.current;if(e)return e.addEventListener("scroll",j),()=>e.removeEventListener("scroll",j)},[j]),{currentPage:c,totalPages:b,carouselRef:p,isScrolling:d.current,handlePrevious:w,handleNext:v,scrollToPage:x,handleMouseDown:k,handleMouseUp:C,handleMouseLeave:O,handleTouchStart:E,handleTouchMove:S,handleTouchEnd:I}}(t.length,n),u=m.currentPage,f=m.totalPages,h=m.carouselRef,g=m.handlePrevious,y=m.handleNext,b=m.scrollToPage,x=m.handleMouseDown,w=m.handleMouseUp,v=m.handleMouseLeave,_=m.handleTouchStart,k=m.handleTouchMove,C=m.handleTouchEnd,O=s||Ic,E=p||jc;return i.a.createElement(vc,{className:d},i.a.createElement(_c,null,a&&i.a.createElement(O,{direction:"left",onClick:g,disabled:0===u}),i.a.createElement(kc,null,i.a.createElement(Cc,{ref:h,onMouseDown:x,onMouseUp:w,onMouseLeave:v,onTouchStart:_,onTouchMove:k,onTouchEnd:C},t)),a&&i.a.createElement(O,{direction:"right",onClick:y,disabled:u>=f-1})),c&&f>1&&i.a.createElement(Oc,null,Array.from({length:f}).map((e,t)=>i.a.createElement(E,{key:t,active:t===u,onClick:()=>b(t),index:t}))))};function Nc(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return zc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return zc(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function zc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Mc=e=>{let t=e.element,n=e.items,r=e.CardComponent,a=e.itemsPerPage,l=e.widthContainerConfig,c=void 0===l?{}:l,s=e.widthItemConfig,p=e.maxWidthItemConfig,d=e.imgHeight,m=e.forceStaticGrid;const u=t.titleurl,f=t.title,h=t.description,g=Object(o.useRef)(null),y=Nc(Object(o.useState)(!1),2),b=y[0],x=y[1],w=Nc(Object(o.useState)(!1),2),v=w[0],_=w[1],k=2===n.length||m;Object(o.useEffect)(()=>{const e=window.matchMedia("(max-width: 1024px)"),t=e=>{_(e.matches)};return t(e),e.addEventListener("change",t),()=>{e.removeEventListener("change",t)}},[]),Object(o.useEffect)(()=>{if(!k||!g.current)return void x(!1);const e=()=>{if(g.current){const e=g.current.scrollWidth>g.current.clientWidth;x(e)}};e();const t=new ResizeObserver(e);return t.observe(g.current),()=>{t.disconnect()}},[k,n.length]);const C=v&&n.length>=3||!k||b,O=()=>{Yl("trip cards component: ".concat(f),"navigation","click",void 0,void 0,{app_content_location:wo()})};return i.a.createElement(sl,Object.assign({"data-testid":"trip-cards-container"},c),i.a.createElement(pl,{"data-testid":"title-section"},i.a.createElement(dl,{"data-testid":"title-bar",applyRightPadding:!!c.mobile},i.a.createElement(ml,{"data-testid":"title-content"},u?i.a.createElement(wl,{href:u,target:"_blank",rel:"noopener noreferrer",onClick:O,"data-testid":"trip-cards-title-link"},i.a.createElement(ul,{"data-testid":"trip-cards-title"},f)):i.a.createElement(ul,{"data-testid":"trip-cards-title"},f),i.a.createElement(fl,{"data-testid":"trip-cards-subtitle"},h)),u&&i.a.createElement(hl,{href:u,target:"_blank",rel:"noopener noreferrer","data-testid":"title-link",onClick:O},i.a.createElement(ql,null)))),C?i.a.createElement(Tc,{items:n.map(e=>i.a.createElement(Ac,{key:e.id,widthItemConfig:s,maxWidthItemConfig:p},i.a.createElement(r,{card:e.data,imgHeight:d}))),options:{itemsPerPage:a},showArrows:!k,showDots:!0}):i.a.createElement(gl,{"data-testid":"static-cards-grid",ref:g},n.map(e=>i.a.createElement(r,{imgHeight:d,key:e.id,card:e.data,isStaticGrid:!0,forceStaticGrid:m}))))},Pc=[{post_id:34246,cruise_id:2074350,cruise_title:"Mediterranean from Barcelona",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Seaside",link:"https://www.staging-thetimes.com/holidays/ships/msc-seaside/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1595507284-scaled-1024x683.jpg"},departs:"2025-10-21",ends:"2025-10-28",date_label:"Oct 21 - Oct 28, 2025",destination:["Mediterranean"],duration:7,itinerary:["Barcelona","La Goulette","Palermo (Monreale), Italy","Naples (Pompeii), Italy","Livorno(Florence), Italy","Marseille (Provence), France"],prices:{cheapest_price:2e3,inside:"Enquire now",outside:"Enquire now",balcony:"2000",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:2500,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/mediterranean-from-barcelona-msc-seaside-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Oct 2025",duration:"Seven Days",destination:"Mediterranean",info:"Seven nights onboard a four-star ship"}},{post_id:37835,cruise_id:2140335,cruise_title:"Mediterranean from Genoa",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Poesia",link:"https://www.staging-thetimes.com/holidays/ships/msc-poesia/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1595507127-scaled-1024x518.jpg"},departs:"2025-10-21",ends:"2025-10-25",date_label:"Oct 21 - Oct 25, 2025",destination:["Mediterranean"],duration:4,itinerary:["Genoa (Portofino), Italy","Barcelona","Marseille (Provence), France"],prices:{cheapest_price:0,inside:"Enquire now",outside:"Enquire now",balcony:"Enquire now",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/mediterranean-from-genoa-msc-poesia-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Oct 2025",duration:"Four Days",destination:"Mediterranean",info:"Four nights onboard a four-star ship"}},{post_id:41162,cruise_id:2177685,cruise_title:"MSC Grand Voyages from Barcelona",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Euribia",link:"https://www.staging-thetimes.com/holidays/ships/msc-euribia/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1650819843-1024x579.jpg"},departs:"2025-10-21",ends:"2025-11-12",date_label:"Oct 21 - Nov 12, 2025",destination:["Mediterranean","Iberian Peninsula","Dubai & Emirates","Egypt & Red Sea"],duration:22,itinerary:["Barcelona","Marseille (Provence), France","Civitavecchia (Rome), Italy","Alexandria","Suez Canal Transit","Aqaba","Muscat","Doha, Qatar","Dubai","Bahrain","Abu Dhabi"],prices:{cheapest_price:0,inside:"Enquire now",outside:"Enquire now",balcony:"Enquire now",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/msc-grand-voyages-from-barcelona-msc-euribia-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Nov 2025",duration:"Twenty-two Days",destination:"Mediterranean, Iberian Peninsula, Dubai & Emirates, Egypt & Red Sea",info:"Twenty-two nights onboard a five-star ship"}},{post_id:34246,cruise_id:2074351,cruise_title:"Mediterranean from Barcelona",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Seaside",link:"https://www.staging-thetimes.com/holidays/ships/msc-seaside/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1595507284-scaled-1024x683.jpg"},departs:"2025-10-21",ends:"2025-10-28",date_label:"Oct 21 - Oct 28, 2025",destination:["Mediterranean"],duration:7,itinerary:["Barcelona","La Goulette","Palermo (Monreale), Italy","Naples (Pompeii), Italy","Livorno(Florence), Italy","Marseille (Provence), France"],prices:{cheapest_price:4550,inside:"Enquire now",outside:"Enquire now",balcony:"4550",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/mediterranean-from-barcelona-msc-seaside-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Oct 2025",duration:"Seven Days",destination:"Mediterranean",info:"Seven nights onboard a four-star ship"}},{post_id:37835,cruise_id:2140336,cruise_title:"Mediterranean from Genoa",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Poesia",link:"https://www.staging-thetimes.com/holidays/ships/msc-poesia/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1595507127-scaled-1024x518.jpg"},departs:"2025-10-21",ends:"2025-10-25",date_label:"Oct 21 - Oct 25, 2025",destination:["Mediterranean"],duration:4,itinerary:["Genoa (Portofino), Italy","Barcelona","Marseille (Provence), France"],prices:{cheapest_price:0,inside:"Enquire now",outside:"Enquire now",balcony:"Enquire now",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/mediterranean-from-genoa-msc-poesia-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Oct 2025",duration:"Four Days",destination:"Mediterranean",info:"Four nights onboard a four-star ship"}},{post_id:41162,cruise_id:2177686,cruise_title:"MSC Grand Voyages from Barcelona",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Euribia",link:"https://www.staging-thetimes.com/holidays/ships/msc-euribia/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1650819843-1024x579.jpg"},departs:"2025-10-21",ends:"2025-11-12",date_label:"Oct 21 - Nov 12, 2025",destination:["Mediterranean","Iberian Peninsula","Dubai & Emirates","Egypt & Red Sea"],duration:22,itinerary:["Barcelona","Marseille (Provence), France","Civitavecchia (Rome), Italy","Alexandria","Suez Canal Transit","Aqaba","Muscat","Doha, Qatar","Dubai","Bahrain","Abu Dhabi"],prices:{cheapest_price:0,inside:"Enquire now",outside:"Enquire now",balcony:"Enquire now",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/msc-grand-voyages-from-barcelona-msc-euribia-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Nov 2025",duration:"Twenty-two Days",destination:"Mediterranean, Iberian Peninsula, Dubai & Emirates, Egypt & Red Sea",info:"Twenty-two nights onboard a five-star ship"}}];function Lc(e,t,n,o,i,r,a){try{var l=e[r](a),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(o,i)}function Dc(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Rc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Rc(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Hc=e=>{let t=e.element,n=e.useMockData,r=void 0!==n&&n,a=e.widthContainerConfig,l=e.widthItemConfig,c=e.maxWidthItemConfig,s=e.imgHeight,p=e.forceStaticGrid,d=e.hostName;const m=Dc(Object(o.useState)([]),2),u=m[0],f=m[1],h=Dc(Object(o.useState)(!0),2),g=h[0],y=h[1],b=Dc(Object(o.useState)(null),2),x=b[0],w=b[1],v=Dc(Object(o.useState)(2),2),_=v[0],k=v[1],C=[...rc(t.tripcards||"")].filter((e,t,n)=>n.indexOf(e)===t);if(Object(o.useEffect)(()=>{(function(){var e,t=(e=function*(){if(0===C.length)return y(!1),void w("No valid cruise IDs provided");if(r)return f((e=>{const t=Pc.map(ic);return e?t.slice(0,e):t})(C.length)),void y(!1);try{const e=yield lc(C,d);f(e)}catch(e){w(e instanceof Error?e.message:"Failed to load cruises")}finally{y(!1)}},function(){var t=this,n=arguments;return new Promise((function(o,i){var r=e.apply(t,n);function a(e){Lc(r,o,i,a,l,"next",e)}function l(e){Lc(r,o,i,a,l,"throw",e)}a(void 0)}))});return function(){return t.apply(this,arguments)}})()()},[t.tripcards,r]),Object(o.useEffect)(()=>{const e=window.matchMedia("(max-width: 767px)"),t=e=>{k(e.matches?1:2)};return t(e),e.addEventListener("change",t),()=>{e.removeEventListener("change",t)}},[]),g&&C.length>1){const e=Array.from({length:C.length||2},(e,t)=>({id:"skeleton-".concat(t)}));return i.a.createElement(Mc,{element:t,items:e,CardComponent:dc,itemsPerPage:_,widthContainerConfig:a,widthItemConfig:l,maxWidthItemConfig:c,imgHeight:s,forceStaticGrid:p})}if(x||C.length<2||u.length<2)return null;const O=u.map((e,t)=>({id:"".concat(e.cruise_id,"-").concat(t),data:e}));return i.a.createElement(Mc,{element:t,items:O,CardComponent:Xl,itemsPerPage:_,widthContainerConfig:a,widthItemConfig:l,maxWidthItemConfig:c,imgHeight:s,forceStaticGrid:p})};const Bc=a.a.div.withConfig({displayName:"styles__WelcomeBannerContainer",componentId:"sc-1dq6agu-0"})(["display:flex;flex-direction:column;justify-content:center;width:100%;margin-bottom:16px;padding:18px 16px;background-color:",";"],l.colours.functional.bannerBackground),qc=a.a.div.withConfig({displayName:"styles__Title",componentId:"sc-1dq6agu-1"})(["color:",";font-family:",";font-size:40px;line-height:45px;text-align:left;br.mobile{display:inline;}br.larger-breakpoints{display:none;}@media (min-width:","px){text-align:center;br.mobile{display:none;}br.larger-breakpoints{display:inline;}}"],l.colours.functional.greyText,l.fonts.headline,l.breakpoints.medium),Fc=a.a.div.withConfig({displayName:"styles__Text",componentId:"sc-1dq6agu-2"})(["margin-top:6px;color:",";font-family:",";font-size:18px;line-height:27px;text-align:left;@media (min-width:","px){text-align:center;}"],l.colours.functional.primary,l.fonts.supporting,l.breakpoints.medium);function Wc(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Uc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Uc(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Uc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const $c=()=>{const e=Wc(Object(o.useState)(!1),2),t=e[0],n=e[1];return Object(o.useEffect)(()=>{window.sessionStorage.getItem("showWelcomeBanner")&&(window.sessionStorage.removeItem("showWelcomeBanner"),n(!0))},[]),t?i.a.createElement(Bc,null,i.a.createElement(qc,{"data-testId":"title"},"Welcome to ",i.a.createElement("br",{className:"mobile"}),"The Times ",i.a.createElement("br",{className:"larger-breakpoints"})," and"," ",i.a.createElement("br",{className:"mobile"}),"The Sunday Times"),i.a.createElement(Fc,{"data-testId":"text"},"We hope you enjoy your free content")):null};var Vc=e=>o.createElement("svg",Object.assign({viewBox:"0 0 24 24","aria-hidden":"true",fill:"currentcolor",xmlns:"http://www.w3.org/2000/svg"},e),o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),o.createElement("path",{fill:"currentcolor",d:"m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"}));const Yc=a()(Vc).withConfig({displayName:"styles__ChevronRightIcon",componentId:"sc-1my13dk-0"})(["transform:rotate(90deg);width:16px;height:16px;"]),Gc=a.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1my13dk-1"})(["padding-top:12px;border-style:solid none none none;border-width:3px;border-color:#c05729;"]),Zc=a.a.p.withConfig({displayName:"styles__Description",componentId:"sc-1my13dk-2"})(["display:block;font-family:'Roboto';font-weight:400;line-height:1.5;font-size:1.4rem;letter-spacing:0em;margin:7px 0 4px;"]),Xc=a.a.hr.withConfig({displayName:"styles__Divider",componentId:"sc-1my13dk-3"})(["margin:16px 0;border-style:dashed none none none;border-width:1px;border-color:#01000d;&:first-of-type{margin-top:11px;}"]),Jc=a.a.a.withConfig({displayName:"styles__Link",componentId:"sc-1my13dk-4"})(["display:block;text-decoration:none;&:hover{button{background-color:#e4e4e4;}h3{color:#00527a;}}h3{color:#c05729;}"]),Qc=a.a.div.withConfig({displayName:"styles__TitleIconContainer",componentId:"sc-1my13dk-5"})(["display:flex;flex-direction:row;justify-content:space-between;"]),Kc=a.a.h3.withConfig({displayName:"styles__Title",componentId:"sc-1my13dk-6"})(["font-family:'Times Modern';font-weight:800;line-height:1.125;font-size:1.8rem;letter-spacing:0em;margin:2px 0 0;"]),es=a.a.button.withConfig({displayName:"styles__ChevronButton",componentId:"sc-1my13dk-7"})(["background-color:#eeeeee;color:#c05729;border-radius:50%;border:none;cursor:pointer;width:24px;height:24px;padding:0;display:flex;justify-content:center;align-items:center;"]),ts=a.a.p.withConfig({displayName:"styles__ItemTitle",componentId:"sc-1my13dk-8"})(["font-family:'Times Modern';font-weight:400;line-height:1;font-size:1.6rem;letter-spacing:0em;margin:12px 0;"]),ns=a.a.a.withConfig({displayName:"styles__PuzzleContainer",componentId:"sc-1my13dk-9"})(["display:flex;align-items:center;margin-top:16px;text-decoration:none;color:#01000d;:hover{color:#00527a;}"]),os=a.a.img.withConfig({displayName:"styles__PuzzleImage",componentId:"sc-1my13dk-10"})(["height:40px;width:40px;margin:0 16px 0 0;"]);function is(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function rs(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?is(Object(n),!0).forEach((function(t){as(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):is(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function as(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ls=(e,t,n)=>{e&&e(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return{object:"ArticleSidebar",action:"Clicked",attrs:rs({event_navigation_action:"navigation",event_navigation_name:"".concat(e),event_navigation_browsing_method:"click",component_name:"Article Sidebar"},t&&{article_parent_name:t.toLowerCase()})}}(t,n))},cs=e=>{let t=e.sectionTitle,n=e.data,o=e.pageLink;const r=W().fireAnalyticsEvent;return i.a.createElement(Gc,{"data-testid":"puzzleSidebar"},i.a.createElement(Jc,{href:o,onClick:()=>ls(r,"puzzle sidebar: header selected"),className:"trigger"},i.a.createElement(Qc,null,i.a.createElement(Kc,null,t),i.a.createElement(es,null,i.a.createElement(Yc,null)))),i.a.createElement(Zc,null,"Challenge yourself with today’s puzzles."),i.a.createElement(Xc,null),n.map(e=>{let t=e.title,n=e.url,o=e.imgUrl;return i.a.createElement(i.a.Fragment,{key:t},i.a.createElement(ns,{href:n,onClick:()=>ls(r,"puzzle sidebar: puzzle selected","".concat(t)),className:"trigger-card-link"},i.a.createElement(os,{src:o,alt:"Puzzle category thumbnail"}),i.a.createElement(ts,null,t)),i.a.createElement(Xc,null))}))},ss=a.a.div.withConfig({displayName:"styles__Container",componentId:"lhknes-0"})(["padding-top:12px;border-style:solid none none none;border-width:3px;border-color:#c05729;min-width:160px;min-height:340px;"]),ps=(a.a.p.withConfig({displayName:"styles__Description",componentId:"lhknes-1"})(["display:block;font-family:'Roboto';font-weight:400;line-height:1.5;font-size:1.4rem;letter-spacing:0em;margin:7px 0 4px;"]),a.a.hr.withConfig({displayName:"styles__Divider",componentId:"lhknes-2"})(["margin:12px 0;border-style:dashed none none none;border-width:1px;border-color:#01000d;&:first-of-type{margin-top:12px;}"])),ds=a.a.a.withConfig({displayName:"styles__Link",componentId:"lhknes-3"})(["display:block;text-decoration:none;&:hover{button{background-color:#e4e4e4;}h3{color:#00527a;}}h3{color:#c05729;}"]),ms=a.a.div.withConfig({displayName:"styles__TitleIconContainer",componentId:"lhknes-4"})(["display:flex;flex-direction:row;justify-content:space-between;& .question-icon{width:37.652px;height:40px;margin-left:8px;}& .titleWrapper{display:flex;align-items:center;}"]),us=a.a.h3.withConfig({displayName:"styles__Title",componentId:"lhknes-5"})(["font-family:'Times Modern';font-weight:800;line-height:1.125;font-size:1.8rem;letter-spacing:0em;margin:2px 0 0;"]),fs=a.a.div.withConfig({displayName:"styles__Bottom",componentId:"lhknes-6"})(['display:flex;flex-direction:column;align-items:flex-start;padding:8px 0 0;min-height:90px;justify-content:space-between;& .q-icon{position:absolute;color:#C74600;font-family:TimesModern-Regular,TimesModern-Regular-fallback,serif;font-size:24px;font-style:normal;font-weight:700;line-height:150%;left:-28px;top:-7px;}& .q-arrow{width:16px;height:16px;background-image:url(\'data:image/svg+xml; charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.67999 4L5.73999 4.94L8.79332 8L5.73999 11.06L6.67999 12L10.68 8L6.67999 4Z" fill="%23C74600"/></svg>\');background-size:contain;background-repeat:no-repeat;display:inline-block;background-position:-3px 4px;margin-left:4px;}& p{position:relative;color:#333;font-family:Roboto-Regular,Roboto-Regular-fallback,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin:0 0 20px;text-indent:28px;}& a{position:relative;width:100%;color:#C74600;font-family:Roboto-Regular,Roboto-Regular-fallback,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:112.5%;text-decoration:none;&:hover{color:#00527A;& .q-arrow{background-image:url(\'data:image/svg+xml; charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.67999 4L5.73999 4.94L8.79332 8L5.73999 11.06L6.67999 12L10.68 8L6.67999 4Z" fill="%2300527A"/></svg>\')}}']),hs=(e,t)=>{e&&e((e=>({object:"QuizleSidebar",action:"Clicked",attrs:{event_navigation_action:"navigation",event_navigation_name:"".concat(e),event_navigation_browsing_method:"click",component_name:"Quizle Sidebar"}}))(t))};function gs(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ys(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ys(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ys(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const bs=e=>{let t=e.sectionTitle,n=e.pageLink,r=e.quizleQuestion;const a=W().fireAnalyticsEvent,l=gs(Object(o.useState)(null),2),c=l[0],s=l[1];return Object(o.useEffect)(()=>{r&&s(r)},[r]),i.a.createElement(ss,{"data-testid":"quizleSidebar"},i.a.createElement(i.a.Fragment,null,i.a.createElement(ms,null,i.a.createElement("div",{className:"titleWrapper"},i.a.createElement(ds,{href:n,onClick:()=>hs(a,"quizle sidebar: title selected"),className:"trigger"},i.a.createElement(us,null,t))),i.a.createElement("img",{src:"https://www.thetimes.com/d/img/puzzles/new-svg-icons/quizle-a15f1f6b66.svg",className:"question-icon"}))),i.a.createElement(ps,null),i.a.createElement(fs,null,i.a.createElement("p",null,i.a.createElement("span",{className:"q-icon"},"Q: "),c),i.a.createElement(ds,{href:n,onClick:()=>hs(a,"quizle sidebar: test your knowledge"),className:"quizle-link"},"Test your knowledge",i.a.createElement("span",{className:"q-arrow"}))),i.a.createElement(ps,null))},xs=a.a.button.withConfig({displayName:"styles__AudioButton",componentId:"sc-1pn7kal-0"})(["background-color:unset;border-radius:0;padding:7px 11px;border:1px solid ",";display:flex;align-items:center;color:",";font-family:Roboto;font-weight:500;font-size:14px;line-height:18px;svg{margin-right:8px;}span{margin-left:4px;font-size:12px;color:",";}"],l.colours.functional.primary,l.colours.functional.primary,l.colours.functional.secondary);var ws;Object(r.createGlobalStyle)(ws||(vs=["\n *, *::before, *::after {\n box-sizing: border-box;\n }\n"],_s||(_s=vs.slice(0)),ws=Object.freeze(Object.defineProperties(vs,{raw:{value:Object.freeze(_s)}}))));var vs,_s;const ks=a.a.div.withConfig({displayName:"styles__AudioPlayerContainer",componentId:"w3kg01-0"})(["position:fixed;bottom:0;left:0;width:100%;height:",";background-color:",";color:",";box-shadow:0px -2px 4px 0px #0000001a;border-top-left-radius:10px;border-top-right-radius:10px;transition:height 0.3s ease,transform 0.3s ease;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:16px;transform:",";@media (max-width:","){width:100%;}"],e=>{let t=e.isExpanded,n=e.isModalOpen;return t?n?"370px":"221px":"48px"},l.colours.functional.white,l.colours.functional.primary,e=>e.isExpanded?"translateY(0)":"translateY(calc(100% - 48px))",l.breakpoints.small),Cs=a.a.div.withConfig({displayName:"styles__Row",componentId:"w3kg01-1"})(["width:100%;display:flex;justify-content:center;align-items:center;"]),Os=a.a.button.withConfig({displayName:"styles__CollapseButton",componentId:"w3kg01-2"})(["background:none;border:none;cursor:pointer;padding:0;"]),Es=a.a.div.withConfig({displayName:"styles__Title",componentId:"w3kg01-3"})(["font-family:",";font-size:16px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;position:relative;width:90%;margin-top:16px;& > div{display:inline-block;padding-left:100%;animation:scroll 10s linear infinite;}@keyframes scroll{0%{transform:translateX(0);}100%{transform:translateX(-100%);}}"],l.fonts.supporting),Ss=a.a.input.withConfig({displayName:"styles__StyledSeekBar",componentId:"w3kg01-4"})(["width:90%;height:4px;border-radius:2px;background:",";outline:none;appearance:none;margin:16px 0 6px 0;&::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:",";cursor:pointer;border:1px solid ",";margin-top:-6px;transition:background 0.3s ease;}&::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:",";cursor:pointer;border:1px solid ",";transition:background 0.3s ease;}&::-webkit-slider-runnable-track{height:4px;background:transparent;border:none;}&::-moz-range-track{height:4px;background:transparent;border:none;}&:disabled{opacity:0.5;cursor:not-allowed;}"],e=>{let t=e.progress;return"linear-gradient(to right, ".concat("#1573A2"," 0%, ").concat("#1573A2"," ").concat(t,"%, ").concat(l.colours.functional.whiteGrey," ").concat(t,"%, ").concat(l.colours.functional.whiteGrey," 100%)")},"#1573A2","#1573A2","#1573A2","#1573A2"),Is=a.a.div.withConfig({displayName:"styles__StyledTimeDisplay",componentId:"w3kg01-5"})(["font-family:",";font-size:14px;font-weight:500;text-align:right;width:90%;display:flex;justify-content:space-between;margin-top:6px;margin-bottom:30px;"],l.fonts.supporting),js=a.a.div.withConfig({displayName:"styles__Controls",componentId:"w3kg01-6"})(["width:90%;display:flex;justify-content:center;align-items:center;position:relative;@media (max-width:","){gap:16px;}"],l.breakpoints.small),As=a.a.div.withConfig({displayName:"styles__PlaybackButtonsContainer",componentId:"w3kg01-7"})(["display:flex;justify-content:center;align-items:center;gap:8px;@media (min-width:","){gap:16px;}"],l.breakpoints.small),Ts=a.a.button.withConfig({displayName:"styles__ControlButton",componentId:"w3kg01-8"})(["background:none;border:none;cursor:pointer;padding:0;svg{width:24px;height:24px;fill:",";}&:disabled{opacity:0.5;cursor:not-allowed;}"],l.colours.functional.primary),Ns=a.a.button.withConfig({displayName:"styles__PlayPauseButton",componentId:"w3kg01-9"})(["width:48px;height:48px;border:none;border-radius:50%;background-color:#01000d;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0;position:relative;&:hover{background-color:#02020f;}&:disabled{opacity:0.5;cursor:not-allowed;}svg{width:24px;height:24px;position:absolute;}"]),zs=a.a.button.withConfig({displayName:"styles__SpeedButton",componentId:"w3kg01-10"})(["background:none;border:1px solid ",";cursor:pointer;font-family:",";font-size:14px;font-weight:500;color:",";margin-left:16px;position:absolute;right:-10px;padding:8px 16px;@media (min-width:","){position:absolute;right:0;margin-left:0;}&:hover{background-color:",";}&:disabled{opacity:0.5;cursor:not-allowed;}"],l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.breakpoints.small,l.colours.functional.border),Ms=a.a.div.withConfig({displayName:"styles__SpeedSelectModal",componentId:"w3kg01-11"})(["background:",";z-index:1000;display:flex;flex-direction:column;overflow:hidden;",";"],l.colours.functional.white,e=>e.isMobile?"\n position: absolute;\n top: 40px;\n left: 0;\n width: 100%;\n height: calc(100% - 40px);\n border: none;\n padding: 16px;\n ":"\n position: absolute;\n bottom: calc(100% + 18px);\n left: 50%;\n transform: translateX(-50%);\n width: 160px;\n height: 256px;\n border: 1px solid ".concat(l.colours.functional.greyLabel,";\n padding: 16px 0px;\n box-shadow: 0px 20px 32px 0px #0A0A0A14;\n overflow: unset;\n\n &::after {\n content: '';\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translateX(-50%);\n border-width: 16px 16px 0 16px;\n border-style: solid;\n border-color: ").concat(l.colours.functional.white," transparent transparent transparent;\n width: 0;\n height: 0;\n }\n ")),Ps=a.a.div.withConfig({displayName:"styles__SpeedOptionsContainer",componentId:"w3kg01-12"})(["flex:1;width:100%;display:flex;flex-direction:column;align-items:center;"]),Ls=a.a.div.withConfig({displayName:"styles__SpeedOptionItem",componentId:"w3kg01-13"})(["display:flex;justify-content:space-between;align-items:center;background:",";padding:8px 12px;cursor:pointer;width:",";font-family:",";font-size:16px;font-weight:500;color:",";svg{width:20px;height:20px;fill:",";}&:hover{background:",";}"],e=>e.selected?l.colours.functional.bannerBackground:"transparent",e=>e.isMobile?"80%;":"100%",l.fonts.supporting,e=>e.selected?l.colours.functional.brandColour:l.colours.functional.secondary,l.colours.functional.brandColour,e=>e.selected?l.colours.functional.bannerBackground:l.colours.functional.border),Ds=a.a.button.withConfig({displayName:"styles__CloseButton",componentId:"w3kg01-14"})(["background:none;border:none;cursor:pointer;font-family:",";font-size:16px;font-weight:500;color:",";padding:12px 0;align-self:center;&:hover{text-decoration:underline;}"],l.fonts.supporting,l.colours.functional.primary),Rs=(a.a.div.withConfig({displayName:"styles__VolumeControlContainer",componentId:"w3kg01-15"})(["display:flex;align-items:center;width:90%;padding:5px 0;"]),a.a.label.withConfig({displayName:"styles__VolumeLabel",componentId:"w3kg01-16"})(["margin-right:10px;font-family:",";font-size:14px;font-weight:500;"],l.fonts.supporting),a.a.input.withConfig({displayName:"styles__VolumeSlider",componentId:"w3kg01-17"})(["width:100%;height:4px;border-radius:2px;background:",";outline:none;appearance:none;&::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:",";cursor:pointer;border:1px solid ",";margin-top:-6px;}&::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:",";cursor:pointer;border:1px solid ",";}&::-webkit-slider-runnable-track{height:4px;background:",";border:none;}&::-moz-range-track{height:4px;background:",";border:none;}"],l.colours.functional.whiteGrey,"#1573A2","#1573A2","#1573A2","#1573A2",l.colours.functional.whiteGrey,l.colours.functional.whiteGrey),a.a.div.withConfig({displayName:"styles__TabletDesktopWrapper",componentId:"w3kg01-18"})(["width:100%;padding:16px 20px;position:fixed;bottom:0;left:0;background-color:",";box-shadow:0px -2px 4px 0px #0000001a;display:flex;align-items:center;justify-content:center;z-index:1000;"],l.colours.functional.white)),Hs=a.a.div.withConfig({displayName:"styles__TabletDesktopInnerWrapper",componentId:"w3kg01-19"})(["max-width:1440px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;"]),Bs=a.a.div.withConfig({displayName:"styles__LeftControls",componentId:"w3kg01-20"})(["display:flex;align-items:center;"]),qs=a.a.div.withConfig({displayName:"styles__CenterControls",componentId:"w3kg01-21"})(["display:flex;align-items:center;flex-grow:1;margin:0 16px;"]),Fs=a.a.div.withConfig({displayName:"styles__RightControls",componentId:"w3kg01-22"})(["display:flex;align-items:center;"]),Ws=a.a.button.withConfig({displayName:"styles__TabletDesktopPlayPauseButton",componentId:"w3kg01-23"})(["background:none;border:none;cursor:pointer;padding:0 8px;svg{width:32px;height:32px;fill:",";}"],l.colours.functional.primary),Us=a.a.span.withConfig({displayName:"styles__TabletDesktopStatusText",componentId:"w3kg01-24"})(["font-family:",";font-size:16px;font-weight:500;margin:0 16px;"],l.fonts.supporting),$s=a.a.div.withConfig({displayName:"styles__TabletDesktopVolumeControlContainer",componentId:"w3kg01-25"})(["display:flex;align-items:center;margin:0 16px;"]),Vs=a.a.button.withConfig({displayName:"styles__TabletDesktopVolumeButton",componentId:"w3kg01-26"})(["background:none;border:none;cursor:pointer;padding:0 8px;svg{width:24px;height:24px;fill:",";}"],l.colours.functional.primary),Ys=a.a.input.withConfig({displayName:"styles__TabletDesktopVolumeSlider",componentId:"w3kg01-27"})(["width:100px;margin-left:8px;height:4px;background:",";outline:none;appearance:none;&::-webkit-slider-thumb{appearance:none;width:12px;height:12px;background:",";cursor:pointer;border-radius:50%;border:1px solid ",";margin-top:-4px;}"],l.colours.functional.whiteGrey,"#1573A2","#1573A2"),Gs=a.a.div.withConfig({displayName:"styles__TabletDesktopTimeDisplay",componentId:"w3kg01-28"})(["display:flex;align-items:center;font-family:",";font-size:14px;font-weight:500;span{margin:0 4px;}"],l.fonts.supporting),Zs=a.a.input.withConfig({displayName:"styles__TabletDesktopSeekBar",componentId:"w3kg01-29"})(["flex-grow:1;height:4px;background:",";outline:none;appearance:none;margin:0 8px;&::-webkit-slider-thumb{appearance:none;width:12px;height:12px;background:",";cursor:pointer;border-radius:50%;border:1px solid ",";margin-top:-4px;}&::-moz-range-thumb{width:12px;height:12px;background:",";cursor:pointer;border-radius:50%;border:1px solid ",";}&:disabled{opacity:0.5;cursor:not-allowed;}"],e=>{let t=e.progress;return"linear-gradient(to right, ".concat("#1573A2"," 0%, ").concat("#1573A2"," ").concat(t,"%, ").concat(l.colours.functional.whiteGrey," ").concat(t,"%, ").concat(l.colours.functional.whiteGrey," 100%)")},"#1573A2","#1573A2","#1573A2","#1573A2"),Xs=a.a.button.withConfig({displayName:"styles__TabletDesktopSpeedButton",componentId:"w3kg01-30"})(["background:none;border:1px solid ",";cursor:pointer;font-family:",";font-size:14px;font-weight:500;color:",";padding:8px 16px;margin:0 16px;&:hover{background-color:",";}&:disabled{opacity:0.5;cursor:not-allowed;}"],l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.colours.functional.border),Js=a.a.div.withConfig({displayName:"styles__SpeedButtonContainer",componentId:"w3kg01-31"})(["position:relative;"]),Qs=a.a.button.withConfig({displayName:"styles__TabletDesktopCloseButton",componentId:"w3kg01-32"})(["background:none;border:none;cursor:pointer;padding:0 8px;svg{width:24px;height:24px;fill:",";}"],l.colours.functional.primary),Ks=e=>{let t=e.isExpanded,n=e.toggleExpand;return e.allowExpandCollapse?i.a.createElement(Cs,null,i.a.createElement(Os,{onClick:n,"aria-label":t?"Collapse Player":"Expand Player"},i.a.createElement(ae.PlayerModalIcon,null))):null},ep=e=>{let t=e.title;return i.a.createElement(Cs,null,i.a.createElement(Es,null,i.a.createElement("div",{"data-testid":"title-content"},t)))},tp=e=>{let t=e.currentTime,n=e.duration,o=e.onSeek,r=e.allowSeek;const a=n>0?t/n*100:0;return i.a.createElement(Cs,null,i.a.createElement(Ss,{type:"range",min:"0",max:n,value:t,onChange:e=>o(parseFloat(e.target.value)),disabled:!r,"aria-label":"Seek Bar",progress:a}))},np=e=>{const t=Math.floor(e/60),n=Math.floor(e%60);return"".concat(t,":").concat(n<10?"0":"").concat(n)},op=e=>{let t=e.currentTime,n=e.duration;return i.a.createElement(Cs,null,i.a.createElement(Is,null,i.a.createElement("span",{"data-testid":"current-time"},np(t)),i.a.createElement("span",{"data-testid":"duration"},np(n))))},ip=e=>{let t=e.isPlaying,n=e.togglePlayPause,o=e.rewind,r=e.forward,a=e.speed,l=e.onSpeedChange,c=e.allowTogglePlay,s=e.allowSeek,p=e.allowPlaybackRateChange,d=e.isSpeedModalOpen,m=e.setIsSpeedModalOpen,u=e.isMobile;return i.a.createElement(Cs,null,i.a.createElement(js,null,i.a.createElement(As,null,i.a.createElement(Ts,{onClick:o,disabled:!s,"aria-label":"Rewind 10 seconds"},i.a.createElement(ae.PlayerBack,null)),i.a.createElement(Ns,{onClick:n,disabled:!c,"aria-label":t?"Pause":"Play"},t?i.a.createElement(ae.PauseIcon,{fill:"white"}):i.a.createElement(ae.PlayIcon,{fill:"white"})),i.a.createElement(Ts,{onClick:r,disabled:!s,"aria-label":"Forward 10 seconds"},i.a.createElement(ae.PlayerFront,null))),i.a.createElement(zs,{onClick:()=>{p&&m(!d)},"aria-label":"Change Playback Speed"},"Speed")),d&&i.a.createElement(Ms,{isMobile:u},i.a.createElement(Ps,null,[.5,.8,1,1.2,1.5,2].map(e=>i.a.createElement(Ls,{key:e,selected:e===a,onClick:()=>(l(e),void m(!1))},i.a.createElement("span",null,e,"x"),e===a&&i.a.createElement(ae.IconCheck,null)))),i.a.createElement(Ds,{onClick:()=>m(!1)},"Close")))},rp=e=>{let t=e.isPlaying,n=e.togglePlayPause,o=e.currentTime,r=e.duration,a=e.allowTogglePlay,l=e.allowSeek,c=e.allowVolumeChange,s=e.volume,p=e.handleSeek,d=e.handleVolumeChange,m=e.speed,u=e.allowPlaybackRateChange,f=e.isSpeedModalOpen,h=e.setIsSpeedModalOpen,g=e.speedOptions,y=e.handleSpeedSelect,b=e.isVolumeSliderVisible,x=e.setIsVolumeSliderVisible,w=e.onClose,v=e.allowExpandCollapse,_=e.isMobile;return i.a.createElement(Rs,null,i.a.createElement(Hs,null,i.a.createElement(Bs,null,i.a.createElement(Ws,{onClick:n,disabled:!a,"aria-label":t?"Pause":"Play"},t?i.a.createElement(ae.PauseIcon,null):i.a.createElement(ae.PlayIcon,null)),i.a.createElement(Us,null,t?"Playing":"Paused"),c&&i.a.createElement($s,null,i.a.createElement(Vs,{onClick:()=>x(!b),"aria-label":"Volume Control"},i.a.createElement(ae.IconVolume,null)),b&&i.a.createElement(Ys,{type:"range",min:"0",max:"1",step:"0.01",value:s,onChange:e=>d(parseFloat(e.target.value))}))),i.a.createElement(qs,null,i.a.createElement(Gs,null,i.a.createElement("span",null,np(o))),i.a.createElement(Zs,{type:"range",min:"0",max:r,value:o,onChange:e=>p(parseFloat(e.target.value)),disabled:!l,"aria-label":"Seek Bar",progress:r>0?o/r*100:0}),i.a.createElement(Gs,null,i.a.createElement("span",null,np(r)))),i.a.createElement(Fs,null,u&&i.a.createElement(Js,null,i.a.createElement(Xs,{onClick:()=>{u&&h(!f)},"aria-label":"Change Playback Speed"},"Speed"),f&&i.a.createElement(Ms,{isMobile:_},i.a.createElement(Ps,null,g.map(e=>i.a.createElement(Ls,{key:e,selected:e===m,onClick:()=>y(e)},i.a.createElement("span",null,e,"x"),e===m&&i.a.createElement(ae.IconCheck,null)))))),v&&i.a.createElement(Qs,{onClick:w,"aria-label":"Close Player"},i.a.createElement(ae.AudioCloseIcon,{fill:"black"})))))};function ap(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return lp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return lp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function lp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const cp=Object(o.forwardRef)((e,t)=>{let n=e.src,r=e.title,a=void 0===r?"Audio Title":r,l=e.autoPlay,c=void 0!==l&&l,s=e.initialVolume,p=void 0===s?1:s,d=e.playbackRate,m=void 0===d?1:d,u=e.isPlayingProp,f=e.isExpandedProp,h=e.allowTogglePlay,g=void 0===h||h,y=e.allowSeek,b=void 0===y||y,x=e.allowVolumeChange,w=void 0===x||x,v=e.allowPlaybackRateChange,_=void 0===v||v,k=e.allowExpandCollapse,C=void 0===k||k,O=e.onPlay,E=e.onPause,S=e.onEnded,I=e.onTimeUpdate,j=e.onVolumeChange,A=e.onPlaybackRateChange,T=e.onSeek,N=e.onClose;const z=Object(o.useRef)(null),M=ap(Object(o.useState)(null!=u?u:c),2),P=M[0],L=M[1],D=ap(Object(o.useState)(null==f||f),2),R=D[0],H=D[1],B=ap(Object(o.useState)(0),2),q=B[0],F=B[1],W=ap(Object(o.useState)(0),2),U=W[0],$=W[1],V=ap(Object(o.useState)(p),2),Y=V[0],G=V[1],Z=ap(Object(o.useState)(m),2),X=Z[0],J=Z[1],Q=ap(Object(o.useState)(!1),2),K=Q[0],ee=Q[1],te=ap(Object(o.useState)(!1),2),ne=te[0],oe=te[1],ie=ap(Object(o.useState)("undefined"==typeof window||window.innerWidth<=520),2),re=ie[0],ae=ie[1];Object(o.useEffect)(()=>{const e=()=>{"undefined"!=typeof window&&ae(window.innerWidth<=520)};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),Object(o.useImperativeHandle)(t,()=>({parentControlToggle:()=>{le()}})),Object(o.useEffect)(()=>{z.current&&(z.current.volume=Y,z.current.playbackRate=X)},[Y,X]),Object(o.useEffect)(()=>{"boolean"==typeof u&&(u&&z.current?z.current.play().then(()=>{L(!0)}).catch(()=>{throw Error("Error attempting to play:")}):z.current&&(z.current.pause(),L(!1)))},[u]),Object(o.useEffect)(()=>{"boolean"==typeof f&&H(f)},[f]);const le=()=>{g&&(z.current&&z.current.paused?z.current.play().then(()=>{L(!0),O&&O()}).catch(()=>{throw Error("Error attempting to play:")}):z.current&&(z.current.pause(),L(!1),E&&E()))},ce=e=>{if(b&&z.current){const t=Math.min(Math.max(e,0),U);z.current.currentTime=t,F(t),T&&T(t)}},se=e=>{w&&(G(e),z.current&&(z.current.volume=e),j&&j(e))},pe=e=>{_&&(J(e),z.current&&(z.current.playbackRate=e),A&&A(e))};return i.a.createElement(i.a.Fragment,null,i.a.createElement("audio",{ref:z,src:n,autoPlay:c,onTimeUpdate:()=>{if(!b)return;const e=z.current&&void 0!==z.current.currentTime&&null!==z.current.currentTime?z.current.currentTime:0;F(e),I&&I(e)},onLoadedMetadata:()=>{const e=z.current&&void 0!==z.current.duration&&null!==z.current.duration?z.current.duration:0;$(e)},onEnded:S}),re?i.a.createElement(ks,{isExpanded:R,isModalOpen:K},i.a.createElement(Ks,{isExpanded:R,toggleExpand:()=>{C&&H(!R)},allowExpandCollapse:C}),R&&i.a.createElement(i.a.Fragment,null,i.a.createElement(ep,{title:a}),i.a.createElement(tp,{currentTime:q,duration:U,onSeek:ce,allowSeek:b}),i.a.createElement(op,{currentTime:q,duration:U}),i.a.createElement(ip,{isPlaying:P,togglePlayPause:le,rewind:()=>{ce(q-10)},forward:()=>{ce(q+10)},speed:X,onSpeedChange:pe,allowTogglePlay:g,allowSeek:b,allowPlaybackRateChange:_,isSpeedModalOpen:K,setIsSpeedModalOpen:ee,isMobile:re}))):i.a.createElement(rp,{audioRef:z,isPlaying:P,togglePlayPause:le,currentTime:q,duration:U,allowTogglePlay:g,allowSeek:b,allowVolumeChange:w,volume:Y,setVolume:se,handleSeek:ce,handleVolumeChange:se,speed:X,handleSpeedChange:pe,allowPlaybackRateChange:_,isSpeedModalOpen:K,setIsSpeedModalOpen:ee,speedOptions:[.5,.8,1,1.2,1.5,2],handleSpeedSelect:e=>{pe(e),ee(!1)},isVolumeSliderVisible:ne,setIsVolumeSliderVisible:oe,onClose:N,allowExpandCollapse:C,isMobile:re}))});function sp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return pp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return pp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function pp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const dp=e=>{let t=e.audioSrc;const n=sp(Object(o.useState)("not-started"),2),r=n[0],a=n[1],l=sp(Object(o.useState)(!1),2),c=l[0],s=l[1],p=sp(Object(o.useState)(null),2),d=p[0],m=p[1],u=Object(o.useRef)(null);return i.a.createElement("div",null,i.a.createElement("audio",{ref:u,src:t,onLoadedMetadata:()=>{if(u.current){const e=Math.floor(u.current.duration),t=Math.floor(e/60)+1;m("".concat(t))}},preload:"metadata"}),i.a.createElement(xs,{onClick:()=>{s(!0),a("playing"===r?"paused":"playing")},style:{backgroundColor:"not-started"!==r?"#1D1D1B":"unset",color:"not-started"===r?"#333":"#fff"}},"playing"===r?i.a.createElement(i.a.Fragment,null,i.a.createElement(ae.PauseIcon,{width:16,height:16,fill:"#fff"})," Playing"):"paused"===r?i.a.createElement(i.a.Fragment,null,i.a.createElement(ae.PlayIcon,{width:16,height:16,fill:"#fff"})," Paused"):i.a.createElement(i.a.Fragment,null,i.a.createElement(ae.PlayIcon,{width:16,height:16})," Listen"),i.a.createElement("span",{style:{color:"not-started"===r?"#696969":"#fff"}}," ",d," min")),c&&i.a.createElement(cp,{src:t,isPlayingProp:"playing"===r,onPlay:()=>a("playing"),onPause:()=>a("paused"),onEnded:()=>a("not-started"),onClose:()=>{s(!1)}}))};const mp=a.a.div.withConfig({displayName:"styles__FeaturesCarouselContainer",componentId:"li7f4o-0"})(["position:relative;width:100%;scrollbar-width:none;overflow:hidden;overflow-x:auto;"]),up=a.a.div.withConfig({displayName:"styles__FeaturesCarouselWindow",componentId:"li7f4o-1"})(["position:relative;width:max-content;min-width:100%;display:grid;grid-template-columns:200px 200px 200px;grid-auto-rows:1fr;grid-gap:16px;padding-left:10px;padding-right:10px;"]),fp=a.a.a.withConfig({displayName:"styles__CarouselItem",componentId:"li7f4o-2"})(["border:1px solid #e4e4e4;border-radius:4px;display:flex;flex-direction:column;justify-content:center;float:left;text-align:center;text-decoration:none;img{height:80px;width:auto;margin:8px auto;}"]),hp=a.a.div.withConfig({displayName:"styles__CarouselContent",componentId:"li7f4o-3"})(["background:",";flex-grow:1;padding:0 16px;width:100%;h3{color:",";font-family:'Roboto';font-size:12px;font-weight:700;line-height:14px;margin:8px;text-transform:uppercase;}p{color:#000;font-family:'Times Modern';font-size:20px;font-weight:300;line-height:23px;margin:8px;}"],e=>e.colours.bg,e=>e.colours.title),gp=a.a.div.withConfig({displayName:"styles__Header",componentId:"li7f4o-4"})(["margin-bottom:12px;padding:16px 12px 12px 12px;font-family:",";font-size:24px;line-height:24px;font-weight:normal;text-align:center;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;"],l.fonts.headline),yp=e=>{let t=e.title,n=e.text,o=e.image,r=e.color,a=e.url;return i.a.createElement(fp,{href:a},i.a.createElement("img",{src:o,alt:t}),i.a.createElement(hp,{colours:r},i.a.createElement("h3",null,t),i.a.createElement("p",null,n)))},bp=e=>{let t=e.heading,n=e.carouselItems,o=e.hideHeading;return n?i.a.createElement("div",{id:"benefits-carousel"},!o&&i.a.createElement(gp,null,t),i.a.createElement(mp,null,i.a.createElement(up,null,n.map(e=>i.a.createElement(yp,Object.assign({},e)))))):null},xp=a.a.a.withConfig({displayName:"styles__Link",componentId:"sc-1yp248t-0"})(["width:fit-content;height:48px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;border:none;border-radius:0;padding:12px 16px;background-color:#005c8a;color:#ffffff;display:flex;text-decoration:none;align-items:center;"]),wp=e=>{let t=e.attributes;return t&&t.text.trim()&&t.url.trim()?i.a.createElement(xp,{href:t.url,target:t.target||"_blank",className:t.className,onClick:()=>Yl("affiliate cta clicked","navigation","click",t.url,t.text.toLowerCase()),rel:"nofollow",style:{display:t.className&&t.className.includes("js-cta-experiment-variation")?"none":"block"}},t.text):null},vp=a.a.div.withConfig({displayName:"styles__CardContainer",componentId:"sc-12n1gx9-0"})(["padding:24px;height:auto;width:auto;border:1px solid #e4e4e4;background-color:#f5f5f5;margin:0;max-width:460px;"]),_p=a.a.div.withConfig({displayName:"styles__Header",componentId:"sc-12n1gx9-1"})(["display:flex;"]),kp=a()(un).withConfig({displayName:"styles__CustomIconContainer",componentId:"sc-12n1gx9-2"})(["height:auto;width:auto;margin-right:8px;svg{fill:#1573a2;width:20px;height:20px;}"]),Cp=a.a.h1.withConfig({displayName:"styles__Title",componentId:"sc-12n1gx9-3"})(["color:#005c8a;font-family:Roboto;font-size:20px;font-style:normal;font-weight:700;line-height:112.5%;margin:0;@media (max-width:","px){font-size:18px;}"],l.breakpoints.medium),Op=a.a.p.withConfig({displayName:"styles__Paragraph",componentId:"sc-12n1gx9-4"})(["color:#333;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin:24px 0;@media (max-width:","px){font-size:16px;}"],l.breakpoints.medium),Ep=a.a.button.withConfig({displayName:"styles__EnableButton",componentId:"sc-12n1gx9-5"})(["display:flex;align-items:flex-start;align-self:stretch;background-color:#005c8a;padding:8px 12px;width:100%;justify-content:center;color:#ffffff;border:none;"]),Sp=a.a.button.withConfig({displayName:"styles__AllowButton",componentId:"sc-12n1gx9-6"})(["display:flex;align-items:flex-start;align-self:stretch;color:#333333;width:100%;justify-content:center;margin-top:12px;padding:8px 12px;border-radius:0px;border-width:1px;"]),Ip=a.a.a.withConfig({displayName:"styles__LinkPrivacyManager",componentId:"sc-12n1gx9-7"})(["color:#00527a;"]),jp=a.a.blockquote.withConfig({displayName:"styles__InstagramContainer",componentId:"sc-12n1gx9-8"})(["background:#fff;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);margin:1px;max-width:540px;min-width:326px;padding:0;width:calc(100% - 2px);position:relative;"]),Ap={twitter:{id:"5fab0c31a22863611c5f8764",status:"pending",title:"X (Twitter)"},youtube:{id:"5e7ac3fae30e7d1bc1ebf5e8",status:"pending",title:"Youtube"},tiktok:{id:"5e7f6927b8e05c4e491e7380",status:"pending",title:"Tiktok"},instagram:{id:"5e717c8e69966540e4554f05",status:"pending",title:"Instagram"}};function Tp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Np(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Tp(Object(n),!0).forEach((function(t){zp(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Tp(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function zp(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Mp="gdpr",Pp="tcloaded",Lp="useractioncomplete";function Dp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Rp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Rp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Hp=Object(o.createContext)(void 0),Bp=e=>{let t=e.children;const n=Dp(Object(o.useState)({instagram:!1,twitter:!1,tiktok:!1,youtube:!1}),2),r=n[0],a=n[1],l=Dp(Object(o.useState)({instagram:!1,twitter:!1,tiktok:!1,youtube:!1}),2),c=l[0],s=l[1];return Object(o.useEffect)(()=>{s({instagram:r.instagram,twitter:r.twitter,tiktok:r.tiktok,youtube:r.youtube})},[r]),i.a.createElement(Hp.Provider,{value:{isSocialEmbedAllowed:r,setIsSocialEmbedAllowed:a,isAllowedOnce:c,setIsAllowedOnce:s}},t)},qp=()=>{const e=Object(o.useContext)(Hp);if(!e)throw new Error("useSocialEmbedsContext must be used within a SocialEmbedsProvider");return e};function Fp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Wp(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Fp(Object(n),!0).forEach((function(t){Up(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fp(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Up(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const $p=e=>{let t=e.vendorName;const n=qp(),o=n.setIsSocialEmbedAllowed,r=n.setIsAllowedOnce;return i.a.createElement(vp,null,i.a.createElement(_p,null,i.a.createElement(kp,null,i.a.createElement(da,null)),i.a.createElement(Cp,null,((e,t)=>"twitter"===e?"X (Twitter)":t[e].title)(t,Ap)," content blocked")),i.a.createElement(Op,null,"Please enable cookies and other technologies to view this content. You can update your cookies preferences any time using"," ",i.a.createElement(Ip,{href:"#",onClick:e=>{e.preventDefault(),((e,t)=>{const n=$r()(window,"_sp_.".concat(e,".loadPrivacyManagerModal"));n?n(t):console.warn("Sourcepoint LoadPrivacyManagerModal is not available")})(Mp,window.__TIMES_CONFIG__.sourcepoint.gdprMessageId)}},"privacy manager.")),i.a.createElement(Ep,{onClick:()=>{((e,t)=>{const n=(n,o)=>o?(t(t=>Np(Np({},t),{},{[e]:!0})),!0):(t(t=>Np(Np({},t),{},{[e]:!1})),null),o=Ap[e].id;window.__tcfapi&&o&&window.__tcfapi("getCustomVendorConsents",2,(i,r)=>{r&&i&&i.grants[o]?window.__tcfapi("postCustomConsent",2,n,[o],Object.keys(i.grants[o].purposeGrants),[]):t(t=>Np(Np({},t),{},{[e]:!1}))})})(t,o)}},"Enable cookies"),i.a.createElement(Sp,{onClick:()=>{r(e=>Wp(Wp({},e),{},{[t]:!0}))}},"Allow cookies once"))},Vp={twitter:e=>{let t=e.url;return i.a.createElement("blockquote",{className:"twitter-tweet","data-testid":"twitter-embed"},i.a.createElement("a",{href:t}))},youtube:e=>{let t=e.url;return i.a.createElement("iframe",{width:"560",height:"315",src:t,title:"YouTube video player",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"})},tiktok:e=>{let t=e.url;Object(o.useEffect)(()=>{const e=document.createElement("script");return e.src="https://www.tiktok.com/embed.js",e.async=!0,document.body.appendChild(e),()=>{document.body.removeChild(e)}},[]);const n=new URL(t).pathname.split("/").pop(),r=new URL(t).origin+t;return i.a.createElement("blockquote",{className:"tiktok-embed",cite:r,"data-video-id":n,style:{maxWidth:"605px",minWidth:"325px"},"data-testid":"tiktok-embed"},i.a.createElement("section",null))},instagram:e=>{let t=e.url;return Object(o.useEffect)(()=>{const e=document.createElement("script");return e.src="https://www.instagram.com/embed.js",e.async=!0,document.body.appendChild(e),()=>{document.body.removeChild(e)}},[]),i.a.createElement(jp,{className:"instagram-media","data-instgrm-captioned":!0,"data-instgrm-permalink":"".concat(t,"?utm_source=ig_embed&amp;utm_campaign=loading"),"data-instgrm-version":"14"},i.a.createElement($.Placeholder,null))}},Yp=e=>{let t=e.vendorName,n=e.url;const o=Vp[t];return i.a.createElement(o,{url:n})};function Gp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Zp(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Gp(Object(n),!0).forEach((function(t){Xp(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Gp(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Xp(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Jp=e=>{let t=e.id,n=e.url,r=e.vendorName;const a=qp(),l=a.setIsSocialEmbedAllowed,c=a.isAllowedOnce,s=a.isSocialEmbedAllowed;return Object(o.useEffect)(()=>{window.__tcfapi&&window.__tcfapi("addEventListener",2,(e,t)=>{if(t&&(e.eventStatus===Pp||e.eventStatus===Lp)){const e=(e=>{let t=!1;return window.__tcfapi&&window.__tcfapi("getCustomVendorConsents",2,(n,o)=>{o&&n&&n.consentedVendors?t=n.consentedVendors.some(t=>t.name.toLowerCase()===e.toLowerCase()):(console.log("Error fetching consent data or ".concat(e," embed not allowed")),t=!1)}),t})(r);l(t=>Zp(Zp({},t),{},{[r]:e}))}})},[r,l]),s[r]||c[r]?i.a.createElement("div",{id:t},i.a.createElement(Yp,{vendorName:r,url:n})):i.a.createElement($p,{vendorName:r})},Qp=a.a.div.withConfig({displayName:"styles__Container",componentId:"o29w9b-0"})(["height:auto;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:30px 0 60px 0;padding:1px 1px 10px;"]),Kp=a.a.div.withConfig({displayName:"styles__Disclaimer",componentId:"o29w9b-1"})(["text-align:center;padding:14px 0;margin:5px 0;display:flex;flex-direction:column;align-items:center;.shortcode-disclaimer_text{display:inline;clear:both;font-size:1.8rem;line-height:1.5;color:#1d1d1b;padding:0;font-weight:400;margin:0;}.shortcode-disclaimer__toggle{font-weight:400;word-wrap:break-word;margin-left:8px;font-family:Roboto,sans-serif;font-size:12px;line-height:1.5;font-weight:400;color:rgb(105,105,105) !important;font-style:normal;text-decoration:none !important;display:inline-flex;margin-top:5px;}"]),ed=a.a.div.withConfig({displayName:"styles__TextContainer",componentId:"o29w9b-2"})(["overflow:hidden;transition:height 0.3s ease-in-out;p{text-align:center;margin:0 !important;clear:both;font-size:1.8rem;line-height:1.6;color:rgb(105,105,105) !important;padding:0 5px 30px;font-weight:400;font-family:TimesDigitalW04-Regular,TimesDigitalW04-Regular-fallback,serif;}"]);function td(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return nd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return nd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function nd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const od=e=>{const t=e.attributes,n=td(Object(o.useState)(!1),2),r=n[0],a=n[1],l=Object(o.useRef)(null);return i.a.createElement(Qp,null,i.a.createElement(Kp,null,i.a.createElement("p",{className:"shortcode-disclaimer_text"},decodeURIComponent(t.disclaimer_text)),i.a.createElement("a",{className:"shortcode-disclaimer__toggle",href:"#",onClick:e=>{e.preventDefault(),a(!r)}},r?decodeURIComponent(t.toggle_active_text):decodeURIComponent(t.toggle_inactive_text))),i.a.createElement(ed,{style:{height:r&&l.current?"".concat(l.current.getBoundingClientRect().height,"px"):"0px"}},i.a.createElement("p",{ref:l},decodeURIComponent(t.disclaimer_full_text))))},id=a.a.div.withConfig({displayName:"styles__Hidden",componentId:"z2gbsu-0"})([""," "," "," ",""],e=>e.xs&&"\n @media (max-width: 767px) {\n display: none;\n}\n ",e=>e.sm&&"\n @media (min-width: 768px) and (max-width: 1023px) {\n display: none;\n }\n ",e=>e.md&&"\n @media (min-width: 1024px) and (max-width: 1439px) {\n display: none;\n }\n ",e=>e.lg&&"\n @media (min-width: 1440px) {\n display: none;\n }\n "),rd=a.a.div.withConfig({displayName:"styles__StyledCard",componentId:"z2gbsu-1"})(["display:flex;flex-direction:column;@media (min-width:768px){position:relative;",";}@media (min-width:1024px){",";}"],e=>e.$numOfArticles>1&&"\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: -16px;\n width: 1px;\n height: 100%;\n background-color: #e4e4e4;\n }\n\n &:nth-of-type(4n),\n &:last-child {\n &::after {\n display: none;\n }\n }\n ",e=>1===e.$numOfArticles&&"\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n grid-template-areas: 'media content';\n column-gap: 32px;\n "),ad=a.a.div.withConfig({displayName:"styles__StyledMedia",componentId:"z2gbsu-2"})(["display:flex;justify-content:center;"]),ld=a.a.picture.withConfig({displayName:"styles__StyledPicture",componentId:"z2gbsu-3"})(["display:block;width:100%;height:auto;"]),cd=a.a.img.withConfig({displayName:"styles__StyledImg",componentId:"z2gbsu-4"})(["width:100%;height:100%;object-fit:cover;display:inline-block;@media (min-width:1440px){",";",";",";}@media (min-width:1024px) and (max-width:1439px){",";",";",";}@media (min-width:768px) and (max-width:1023px){",";",";",";",";}@media (max-width:375px){min-height:199px;}"],e=>4===e.$numOfArticles&&"\n min-height: 147px;\n ",e=>3===e.$numOfArticles&&"\n min-height: 202px;\n ",e=>e.$numOfArticles<=2&&"\n min-height: 312px;\n ",e=>4===e.$numOfArticles&&"\n min-height: 124px;\n ",e=>3===e.$numOfArticles&&"\n min-height: 172px;\n ",e=>e.$numOfArticles<=2&&"\n min-height: 267px;\n ",e=>4===e.$numOfArticles&&"\n min-height: 87px;\n ",e=>3===e.$numOfArticles&&"\n min-height: 123px;\n ",e=>1===e.$numOfArticles&&"\n min-height: 405px;\n ",e=>2===e.$numOfArticles&&"\n min-height: 193px;\n "),sd=a.a.div.withConfig({displayName:"styles__StyledContent",componentId:"z2gbsu-5"})(["display:flex;flex-direction:column;justify-content:center;@media (max-width:375px){&:nth-of-type(1){margin-block-start:15px;}&:not(:nth-of-type(1)){margin-block-start:0;}}@media (min-width:768px){margin-block-start:15px;}@media (min-width:1024px){",";}@media (min-width:768px) and (max-width:1023px){margin-block-start:12px;}"],e=>1===e.$numOfArticles&&"\n display: flex;\n flex-direction: column;\n justify-content: center;\n "),pd=a.a.span.withConfig({displayName:"styles__StyledText",componentId:"z2gbsu-6"})(["color:rgb(105,105,105);font-family:'Times Digital W04 Regular';font-size:1.4rem;font-weight:400;padding:0.5px 0px;margin-block-start:20px;line-height:2.1rem;letter-spacing:0em;padding:0.5px 0px;&::before{display:block;content:'';margin-top:-0.393em;}&::after{display:block;content:'';margin-top:-0.415em;}@media (max-width:767px){display:none;",";}"],e=>1===e.$numOfArticles&&"\n display: block;\n "),dd=a.a.hr.withConfig({displayName:"styles__StyledDivider",componentId:"z2gbsu-7"})(["border-style:dashed;border-color:#cccccc;border-width:1px 0px 0px;margin-block:20px;width:100%;@media (min-width:768px){display:none;}"]),md=a.a.a.withConfig({displayName:"styles__StyledLink",componentId:"z2gbsu-8"})(["font-weight:700;font-family:'Times Modern';font-size:20px;line-height:23px;text-decoration:none;color:#01000d;letter-spacing:0em;padding:0.5px 0px;font-stretch:normal;&::before{display:block;content:'';margin-top:-0.216em;}&::after{display:block;content:'';margin-top:-0.234em;}@media (max-width:375px){font-size:1.25rem;}@media (max-width:767px){font-size:2rem;line-height:2.25rem;&::before{display:block;content:'';margin-top:-0.2035em;}&::after{display:block;content:'';margin-top:-0.2215em;}}@media (min-width:1024px){font-size:2.8rem;line-height:3.15rem;",";}@media (min-width:767px) and (max-width:1023px){font-size:2.8rem;line-height:3.15rem;",";}"],e=>e.$numOfArticles>=3&&"\n font-size: 20px;\n line-height: 23px;\n ",e=>e.$numOfArticles>=2&&"\n font-size: 20px;\n line-height: 23px;\n "),ud=(e,t)=>{global.window.utag&&global.window.utag.link({event_navigation_action:"navigation",event_navigation_name:"travel contents card selection",event_navigation_browsing_method:"click",article_parent_name:"".concat(e),section_details:"".concat(t)})},fd=e=>{if(!e)return"";return new URL(e).pathname};var hd=e=>{const t=e.article,n=e.numOfArticles,o=e.isLeadingArticle,r=e.isLastCard,a=e=>e?"".concat(e).concat(e.includes("?")?"&":"?","resize=750"):"";return i.a.createElement(rd,{$numOfArticles:n},o?i.a.createElement("a",{href:fd(t.url),onClick:()=>{ud(t.headline,t.headline)}},i.a.createElement(ad,null,i.a.createElement(ld,null,i.a.createElement(cd,{loading:"lazy",src:a(t.image.url),$numOfArticles:n})))):i.a.createElement(id,{xs:!0},i.a.createElement("a",{href:fd(t.url),onClick:()=>{ud(t.headline,t.headline)}},i.a.createElement(ad,null,i.a.createElement(ld,null,i.a.createElement(cd,{loading:"lazy",src:a(t.image.url),$numOfArticles:n}))))),i.a.createElement(sd,{$numOfArticles:n},i.a.createElement(md,{$numOfArticles:n,href:fd(t.url),onClick:()=>ud(t.headline,t.headline)},t.headline),i.a.createElement(pd,{$numOfArticles:n},((e,t)=>{if(e.length<=t)return e;let n=e.slice(0,t);const o=n.lastIndexOf(" ");return o>0&&(n=n.slice(0,o)),"".concat(n,"...")})(t.summary,160)),!r&&i.a.createElement(dd,null)))};const gd=a.a.div.withConfig({displayName:"styles__Container",componentId:"l5v2oa-0"})(["max-width:1144px;margin:0 auto;padding-block-end:24px;@media (max-width:767px){padding-inline:10px;}@media (min-width:768px) and (max-width:1023px){padding-inline:24px;}@media (min-width:1024px) and (max-width:1319px){padding-inline:20px;}"]),yd=a.a.span.withConfig({displayName:"styles__Title",componentId:"l5v2oa-1"})(["display:block;margin-block:24px 23px;font-family:'Times Modern';font-size:2.4rem;font-weight:800;color:#01000d;letter-spacing:0em;&::before{display:block;content:'';margin-top:-0.2035em;}&::after{display:block;content:'';margin-top:-0.2215em;}@media (min-width:768px){font-size:2.8rem;line-height:3.15rem;}@media (max-width:767px){margin-block:20px 19px;}"]),bd=a.a.div.withConfig({displayName:"styles__Grid",componentId:"l5v2oa-2"})(["display:grid;grid-template-columns:repeat(",",1fr);gap:20px;@media (max-width:767px){grid-template-columns:1fr;gap:0px;}@media (min-width:768px){gap:32px;}"],e=>e.columns),xd=a.a.hr.withConfig({displayName:"styles__Divider",componentId:"l5v2oa-3"})(["border-bottom:1px solid #01000d;border-top:0px;margin:0px;align-self:stretch;border-radius:0px;@media (max-width:767px){border-bottom:3px solid rgb(1,0,13);}"]),wd=e=>{let t=e.element;const n=e=>{try{const t=atob(e),n=new TextDecoder("utf-8"),o=Uint8Array.from(t,e=>e.charCodeAt(0));return n.decode(o)}catch(t){return console.error("Failed to decode base64 string:",e,t),e}},r=JSON.parse(atob(t.articles||"")).map(e=>({id:n(e.id),headline:n(e.headline),summary:n(e.summary),label:n(e.label),url:n(e.url),image:{alt:n(e.image.alt),url:n(e.image.url)}})),a=r.length;return i.a.createElement(gd,null,i.a.createElement(xd,null),i.a.createElement(yd,null,t.title),i.a.createElement(bd,{columns:a},r.map((e,t)=>i.a.createElement(o.Fragment,{key:e.id},i.a.createElement(hd,{article:e,sectionTitle:e.headline,numOfArticles:a,isLeadingArticle:0===t,isLastCard:t===a-1})))))};var vd=n(14),_d=n.n(vd);const kd=(e,t)=>{const n=(()=>{try{const e=localStorage.getItem("algoliaUserHash");if(e)return e;const t=(()=>"undefined"!=typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=Math.floor(16*Math.random());return("x"===e?t:Math.floor(t%4)+8).toString(16)}))();return localStorage.setItem("algoliaUserHash",t),t}catch(e){return null}})(),o={appId:e,apiKey:t};n&&(o.userToken=n),_d()("init",o)},Cd=()=>{try{const e=window.location.pathname,t=localStorage.getItem("algoliaConversions");if(t){const n=JSON.parse(t);if(Array.isArray(n)){const t=n.find(t=>t.articleUrl===e);if(t&&Od(t))return t}}return null}catch(e){return null}},Od=e=>e&&e.eventName&&e.queryID&&e.objectID&&e.indexName&&e.applicationId&&e.apiKey&&e.articleUrl,Ed=e=>{const t=localStorage.getItem("algoliaConversions");if(t){const n=JSON.parse(t);if(Array.isArray(n)){const t=n.filter(t=>t.articleUrl!==e);0===t.length?localStorage.removeItem("algoliaConversions"):localStorage.setItem("algoliaConversions",JSON.stringify(t))}}},Sd=e=>{try{kd(e.applicationId,e.apiKey)}catch(e){return}let t=!1,n=Date.now(),o=0,i=!document.hidden;const r=()=>{t||((e=>{let t=e.eventName,n=e.objectID,o=e.queryID,i=e.indexName;const r=(e=>{const t=e.replace(/[^\x20-\x7E]/g,"");return t.length>64?t.substring(0,60)+"...":t})(t);i&&o&&n&&_d()("convertedObjectIDsAfterSearch",{eventName:r,index:i,queryID:o,objectIDs:[n],analyticsTags:["web"]})})({eventName:e.eventName,indexName:e.indexName,queryID:e.queryID,objectID:e.objectID}),t=!0,Ed(e.articleUrl))},a=()=>((()=>{if(i){const e=Date.now();o+=e-n,n=e}})(),o>=8e3&&(r(),!0)),l=()=>{const e=Date.now();if(document.hidden&&i){o+=e-n,i=!1}else document.hidden||i||(n=e,i=!0)},c=()=>{a()||Ed(e.articleUrl)};document.addEventListener("visibilitychange",l),window.addEventListener("beforeunload",c);const s=setInterval(()=>{(t||a())&&(clearInterval(s),document.removeEventListener("visibilitychange",l),window.removeEventListener("beforeunload",c))},1e3)},Id=l.colours.functional.white,jd=l.colours.functional.black,Ad=l.colours.functional.white,Td=(l.breakpoints.medium&&"number"==typeof l.breakpoints.medium?l.breakpoints.medium:768)-1,Nd=a.a.div.withConfig({displayName:"styles__WidgetWrapper",componentId:"dme2w3-0"})(["background-color:",";color:",";"," border:1px solid ",";border-radius:8px;overflow:hidden;@media (max-width:","px){border-radius:",";}"," h3{text-align:center;font-family:",";font-size:24px;font-weight:800;padding-top:24px;padding-bottom:8px;margin:0;@media (max-width:","px){display:none;}","}"],Id,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),"#C9D9CC",Td,e=>e.roundedCorners?"0px 0px 8px 8px":"0px",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-color: ".concat("#333333",";\n }\n "),l.fonts.headline,Td,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad," !important;\n }\n ")),zd=a.a.div.withConfig({displayName:"WidgetContainer",componentId:"sc-1097p4q-0"})(["background-color:",";border:1px solid ",";border-radius:8px;"," @media (max-width:","px){border-radius:8px 8px 0 0;}.Opta>.Opta_W{margin-bottom:0px !important;border-radius:8px;}.Opta-MatchHeader tbody{display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid ",";"," tr:nth-of-type(1){order:2;width:100%;display:flex;align-items:center;padding-inline:20px;@media (max-width:","px){justify-content:center;padding-inline:0px;padding-bottom:44px;.Opta-Crest,.Opta-Crest img{padding:0;height:44px;width:44px;}.Opta-Crest.Opta-Home{margin-right:auto;margin-left:8px;}.Opta-Crest.Opta-Away{margin-left:auto;margin-right:8px;}}td{height:auto;@media (max-width:","px){padding-top:16px;padding-inline:8px;padding-bottom:0px;}}.Opta-Team{flex:1;font-family:",";font-size:20px;font-weight:800;color:",";@media (min-width:","px){font-size:24px;}"," @media (max-width:","px){position:absolute;top:78px;width:50%;&.Opta-Home{left:0px;text-align:left;}&.Opta-Away{right:0px;text-align:right;}font-family:",";font-size:16px;font-weight:700;}}.Opta-Score{padding:0;margin-inline:16px;height:64px;width:64px;@media (max-width:","px){height:44px;width:44px;margin-inline:8px;}&.Opta-Home span{background-color:"," !important;","}&.Opta-Away span{background-color:"," !important;","}}.Opta-Team-Score{float:none !important;display:flex;height:64px;align-items:center;justify-content:center;font-size:40px;font-weight:800;font-family:",";color:",";border-radius:8px;padding:0;@media (max-width:","px){height:44px;width:44px;font-size:24px;}}@media (max-width:","px){.Opta-Divider.Opta-Dash{display:none;}}}tr:nth-of-type(2){order:3;padding:0;margin-top:12px;margin-bottom:4px;@media (max-width:","px){margin-top:12px;}&.Opta-Score-Extras{span,abbr{font-family:",";font-size:14px;color:",";"," margin-top:16px;@media (max-width:","px){font-family:",";font-size:14px;font-weight:700;}}}}tr:nth-of-type(3){order:1;display:flex;width:100%;justify-content:center;padding-bottom:14px;span{letter-spacing:1px;}@media (max-width:","px){padding-bottom:8px;}}.Opta-MatchHeader-Venue,.Opta-Competition{@media (max-width:","px){display:none;}}}tr.Opta-MatchHeader-Details{td > div{background-color:"," !important;","}span{margin:0 4px !important;letter-spacing:5%;}.Opta-Date{@media (min-width:","px){font-weight:700;&::before{content:'- ';}}}.Opta-MatchHeader-VenueLabel{font-weight:700;}font-family:",";font-size:12px;color:",";"," text-transform:uppercase;}.Opta-Matchdata{display:none;}.Opta-Cf{padding-bottom:0px !important;"," .Opta-Event-Text{display:flex;align-items:center;&.Opta-Home{li{flex-direction:row-reverse;}}}@media (max-width:","px){.Opta-Events{li{display:flex;text-align:right;}&.Opta-Home{.Opta-Event-Player{text-align:left;}}&.Opta-Away{.Opta-Event-Player{text-align:right;}}}.Opta-Event-Text{display:flex;align-items:center;&.Opta-Home{li{flex-direction:row-reverse;}}}}.Opta-Events.Opta-Home{padding-right:20px;@media (max-width:","px){padding-right:0;li{float:left !important;.Opta-Icon{display:block;aspect-ratio:1 / 1;padding-left:2px;margin-left:8px;margin-right:8px !important;}.Opta-Event-Time{margin-right:4px !important;}}}}.Opta-Events.Opta-Away{padding-left:20px;@media (max-width:","px){padding-left:0;li{flex-direction:row-reverse;float:right !important;.Opta-Icon{display:block;aspect-ratio:1 / 1;padding-right:2px;margin-right:8px;margin-left:8px !important;}.Opta-Event-Time{font-size:12px;margin-left:4px !important;}}}}.Opta-Event-Text span{font-family:",";font-size:14px;color:",";",' font-weight:400;}.Opta-Event-Time{&::before{content:"(";}&::after{content:")";}}}}'],Id,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n border-color: ").concat("#333333"," !important;\n }\n "),Td,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-color: ".concat("#333333"," !important;\n }\n "),Td,Td,l.fonts.headline,jd,1024,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad," !important;\n }\n "),Td,l.fonts.supporting,Td,e=>e.homeTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat(e.homeTeamColor.dark," !important;\n }\n "),e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat(e.awayTeamColor.dark," !important;\n }\n "),l.fonts.headline,l.colours.functional.white,Td,Td,Td,l.fonts.supporting,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad," !important;\n }\n "),Td,l.fonts.supporting,Td,Td,Id,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),l.breakpoints.medium,l.fonts.supporting,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad," !important;\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),Td,Td,Td,l.fonts.supporting,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad," !important;\n }\n ")),Md=e=>{let t=0;const n=setInterval(()=>{if(t>=25&&clearInterval(n),t++,!e.current)return;const o=e.current.querySelector(".Opta-Matchdata"),i=e.current.querySelector(".Opta-MatchHeader-Details div");if(o&&i){const e=o.querySelector("dd");if(e){const t=e.textContent,o=document.createElement("span");o.classList.add("Opta-MatchHeader-Venue"),o.textContent="VENUE: ";const r=document.createElement("span");r.classList.add("Opta-MatchHeader-VenueLabel"),r.textContent=t||"",o.appendChild(r),i.appendChild(o),clearInterval(n)}}},500)};function Pd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ld(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ld(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ld(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Dd=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.isApp,l=void 0!==a&&a,c=e.homeTeamColor,s=void 0===c?{light:"#000000",dark:"#333333"}:c,p=e.awayTeamColor,d=void 0===p?{light:"#007A3F",dark:"#007A3F"}:p;const m=i.a.createRef(),u=Pd(Object(o.useState)(!1),2),f=u[0],h=u[1];return(e=>{Object(o.useEffect)(()=>{Md(e)},[e])})(m),Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{m.current&&(m.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"match_summary",season:t,competition:n,match:r,template:"normal",live:!0,show_match_header:!0,show_score:!0,show_attendance:!1,show_date:!0,date_format:"lll",narrow_date_format:"llll",show_cards:"red",show_crests:!0,show_team_formation:!1,show_goals:!0,show_goals_combined:!1,show_penalties_missed:!0,show_halftime_score:!0,show_referee:!1,show_subs:!1,show_venue:!0,show_shootouts:!0,show_tooltips:!1,show_images:!1,show_competition_name:!0,competition_naming:"full",team_naming:"full",player_naming:"last_name",show_live:!1,show_logo:!1,show_title:!1}).outerHTML,Pi())}).then(()=>{h(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement(zd,{ref:m,isApp:l,homeTeamColor:s,awayTeamColor:d}),!f&&i.a.createElement(Hi,{"data-testid":"placeholder"},i.a.createElement($.Placeholder,null)))}),Rd=a.a.div.withConfig({displayName:"WidgetContainer",componentId:"umplje-0"})([""," .Opta-Cf.Opta-js-main{","}.Opta>.Opta_W{margin-top:0px !important;margin-bottom:0px !important;}.Opta-Nav{background-color:",";border-bottom:1px solid ",";"," ul{display:flex;justify-content:center;gap:12px;padding:16px;background-color:"," !important;"," @media (max-width:","px){padding:16px 0px;overflow:visible !important;overflow-x:scroll !important;justify-content:flex-start;&::-webkit-scrollbar{display:none;}}li{border:1px solid ",";border-radius:100px;overflow:hidden;height:40px;@media(min-width:","px){&:hover{border:1px solid ",";","}}"," @media (max-width:","px){flex:1;overflow:visible !important;border:none;&:nth-of-type(1){margin-left:16px;}&:nth-last-of-type(1){margin-right:16px;}a{border:1px solid ",";border-radius:100px;","}}a{-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center;height:40px;background-color:",";padding:2px 20px;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;transform:translateY(-1px);color:",";@media (max-width:","px){padding-inline:20px !important;}"," &:hover{background-color:",";","}}&.Opta-On{border:1px solid ",";"," a{background-color:",";color:",";"," &:hover{background-color:",";","}}@media (max-width:","px){border:none;a{border:1px solid ",";","}}}}}}.Opta-Stats-Bars-Text{font-family:Roboto,sans-serif;font-weight:600;font-size:16px;color:",";&:first-of-type{padding-top:20px;}@media (max-width:","px){font-weight:500;padding-inline:60px !important;}","}.Opta-Percent.Opta-Home{background:"," !important;"," position:relative;&::after{content:' ';display:inline-block;width:2px;height:100%;background-color:",";"," position:absolute;right:0;top:0;@media (max-width:","px){width:1px;}}}.Opta-Percent.Opta-Away{background:"," !important;"," padding-left:3px;position:relative;&::before{content:' ';display:inline-block;width:2px;height:100%;background-color:",";"," position:absolute;left:0;top:0;@media (max-width:","px){width:1px;}}}.Opta-Stats-Bars{margin-top:12px;"," tr{td:nth-of-type(1){color:",";"," &.Opta-Outer-bigger{border-radius:100px;background-color:",";","}@media (max-width:","px){color:",";"," left:0;transform:translateY(-25px);&.Opta-Outer-bigger{background-color:unset;}}}td:nth-of-type(2){width:100%;padding-inline:0px;@media (max-width:","px){padding-inline:16px;}.Opta-Bars-Full{border-radius:100px;height:8px;.Opta-Percent{height:8px;}}}td:nth-of-type(3){color:",";"," &.Opta-Outer-bigger{background-color:",";","}@media (max-width:","px){color:",";"," right:0;transform:translateY(-25px);&.Opta-Outer-bigger{background-color:unset;}}}}.Opta-Outer{display:flex;align-items:center;justify-content:center;font-family:Roboto,sans-serif;font-weight:800;font-size:16px !important;padding:8px 10px !important;margin-inline:20px;margin-top:2px;width:auto !important;@media (max-width:","px){position:absolute;padding:0px !important;font-weight:600;}@media (min-width:","px){&.Opta-Outer-bigger{color:white;border-radius:100px;}}}}}"],e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),Id,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-color: ".concat("#333333"," !important;\n }\n "),Id,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n }\n "),Td,"#C9D9CC",l.breakpoints.medium,l.colours.functional.black,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat(l.colours.functional.white,";\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat("#333333",";\n }\n "),Td,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat("#333333",";\n }\n "),l.colours.functional.white,jd,Td,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n color: ").concat(Ad," !important;\n }\n "),l.colours.functional.white,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),l.colours.functional.black,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat(l.colours.functional.white,";\n }\n "),Id,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),l.colours.functional.white,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),Td,l.colours.functional.black,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat(l.colours.functional.white,";\n }\n "),jd,Td,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad,";\n }\n "),e=>e.homeTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background: ".concat(e.homeTeamColor.dark," !important;\n }\n "),Id,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),Td,e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background: ".concat(e.awayTeamColor.dark," !important;\n }\n "),Id,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),Td,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n .Opta-Bars-Full {\n background-color: ").concat("#121212"," !important;\n }\n }\n "),e=>e.homeTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(e.homeTeamColor.dark,";\n }\n "),e=>e.homeTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat(e.homeTeamColor.dark,";\n }\n "),Td,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad,";\n }\n "),Td,e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(e.awayTeamColor.dark,";\n }\n "),e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat(e.awayTeamColor.dark,";\n }\n "),Td,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad,";\n }\n "),Td,l.breakpoints.medium);function Hd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Bd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Bd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Bd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const qd=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.isApp,l=void 0!==a&&a,c=e.homeTeamColor,s=void 0===c?{light:"#000000",dark:"#a19c9cff"}:c,p=e.awayTeamColor,d=void 0===p?{light:"#007A3F",dark:"#007A3F"}:p;const m=i.a.createRef(),u=Hd(Object(o.useState)(!1),2),f=u[0],h=u[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{m.current&&(m.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"matchstats",season:t,competition:n,match:r,template:"team_graphs",live:!0,navigation:"tabs",default_nav:"1",show_match_header:!1,show_score:!1,show_halftime_score:!1,show_crests:!1,show_team_formation:!1,show_competition_name:!1,graph_style:"full",show_date:!1,date_format:"dddd D MMMM YYYY",narrow_date_format:"DD/MM/YY",show_social:!1,show_var:!1,rounding:"1",competition_naming:"full",team_naming:"full",show_live:!1,show_logo:!1,show_title:!1,breakpoints:"400, 700"}).outerHTML,Pi())}).then(()=>{h(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement(Nd,{isApp:l,roundedCorners:!0},i.a.createElement("h3",null,"Match Stats"),i.a.createElement(Rd,{ref:m,isApp:l,homeTeamColor:s,awayTeamColor:d})),!f&&i.a.createElement(Hi,{"data-testid":"placeholder"},i.a.createElement($.Placeholder,null)))}),Fd=a.a.div.withConfig({displayName:"WidgetContainer",componentId:"sc-9e83yy-0"})([""," .Opta_W{margin-block:16px !important;@media (max-width:","px){margin-block:0px !important;}}.Opta-Cf.Opta-Events{padding-bottom:0px !important;}span.Opta-comment{color:",";"," padding:8px 16px;padding-left:0px;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:150%;margin:0;flex:1;@media (max-width:","px){font-weight:400;padding-right:0px;}span{font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:150%;@media (max-width:","px){font-weight:400;}}}ul.Opta-Striped{"," li{background-color:#e5f0ea !important;border-radius:4px;margin-bottom:2px;margin-inline:16px;display:flex;align-items:center;"," @media (max-width:","px){margin:0px;border-radius:0px;flex-direction:column;align-items:flex-start;background-color:"," !important;border-bottom:1px solid ",";padding:16px;","}.Opta-Time{background-color:",";width:67px;text-align:center;padding:8px 16px;margin-right:calc(25px + 16px);border-radius:100px;font-family:Roboto,sans-serif;font-weight:500;font-size:14px;color:",";@media (max-width:","px){background-color:#e5f0ea;border:1px solid ",";padding:6px 16px;}}&.Opta-goal{background-color:"," !important;"," @media (max-width:","px){background-color:#e5f0ea !important;","}.Opta-Time{background-color:",";color:",";@media (max-width:","px){border:1px solid ",";}}.Opta-comment{font-weight:400 !important;}}.Opta-comment-VAR{order:6;@media (max-width:","px){display:none;}}.Opta-Time--empty{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e5f0ea !important;"," @media (max-width:","px){background-color:"," !important;border:1px solid ",";","}}.Opta-Event.Opta-Icon{margin:0px;position:absolute;left:calc(15px + 8px + 67px);top:50%;transform:translateY(-50%);@media (max-width:","px){top:32px;}}.Opta-IconWhistle{margin-top:3px !important;}@media (max-width:","px){.Opta-Time--empty{&+.Opta-Event.Opta-Icon{left:16px;}}}}"],e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),Td,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad," !important;\n }\n "),Td,Td,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: #333 !important;\n }\n ",Td,Id,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n border-bottom: 1px solid ").concat("#333333"," !important;\n }\n "),Id,jd,Td,"#C9D9CC",Id,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: #2f2f2fff !important;\n }\n ",Td,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: #2f2f2fff !important;\n }\n ",l.colours.functional.black,l.colours.functional.white,Td,l.colours.functional.black,Td,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: #333 !important;\n }\n ",Td,Id,Id,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n border: 1px solid ").concat("#121212",";\n }\n "),Td,Td),Wd=e=>{let t=0;const n=setInterval(()=>{if(t>=25&&clearInterval(n),t++,!e.current)return;const o=e.current.querySelectorAll(".Opta-Time");o&&o.length>0&&(o.forEach(e=>{e&&e.innerHTML&&e.innerHTML.includes("nbsp;")&&e.classList.add("Opta-Time--empty")}),clearInterval(n))},500)};function Ud(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return $d(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $d(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $d(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Vd=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.isApp,l=void 0!==a&&a,c=e.homeTeamColor,s=void 0===c?{light:"#000000",dark:"#a19c9cff"}:c,p=e.awayTeamColor,d=void 0===p?{light:"#007A3F",dark:"#007A3F"}:p;const m=i.a.createRef(),u=Ud(Object(o.useState)(!1),2),f=u[0],h=u[1];return(e=>{Object(o.useEffect)(()=>{Wd(e)},[e])})(m),Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{m.current&&(m.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"commentary",season:t,competition:n,match:r,template:"normal",live:!0,data_type:"auto",order_by:"time_descending",show_event_icons:!0,show_minor_events:!0,fixed_height_comments:"0",show_live:!1,show_logo:!1,show_title:!1}).outerHTML,Pi())}).then(()=>{h(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement(Nd,{isApp:l},i.a.createElement("h3",null,"Commentary"),i.a.createElement(Fd,{ref:m,isApp:l,homeTeamColor:s,awayTeamColor:d})),!f&&i.a.createElement(Hi,{"data-testid":"placeholder"},i.a.createElement($.Placeholder,null)))}),Yd=a.a.div.withConfig({displayName:"WidgetContainer",componentId:"e2gjck-0"})([""," .Opta-Cf.Opta-js-main{",";}.Opta > .Opta_W{margin-top:0px !important;margin-bottom:0px !important;}.Opta-Cf{display:flex;flex-direction:column;",";}.Opta-Score,.Opta-Divider{display:none !important;}.Opta-Matchdata{order:-1;margin-top:8px !important;margin-bottom:0px !important;border-top:1px solid ",";border-bottom:1px solid ",";background-color:"," !important;dd,dt{font-family:Roboto,sans-serif;font-weight:400;line-height:150%;color:#333;}",";}.Opta-MatchHeader{margin-bottom:0;tr{display:flex;gap:20px;align-items:center;padding:16px;}.Opta-Team{font-family:Roboto,sans-serif;font-weight:700;font-size:20px;line-height:150%;color:",";display:flex;align-items:center;",";&.Opta-Home{order:2;}&.Opta-Away{order:5;}}.Opta-Crest{display:contents;.Opta-Image-Team img{height:48px;width:48px;}.Opta-TeamFormation{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0.08px;color:",";",";}&:first-of-type{.Opta-Image-Team{order:1;}.Opta-TeamFormation{order:3;margin:0;margin-right:auto;}}&:last-of-type{.Opta-Image-Team{order:6;}.Opta-TeamFormation{order:4;margin:0;margin-left:auto;}}}}.Opta-FootballPitch{margin-inline:16px;margin-bottom:16px;border-radius:8px;background:none !important;background-image:repeating-linear-gradient( 90deg,#d4e3db 0,#d4e3db 28px,#e5f0ea 28px,#e5f0ea 56px ) !important;background-size:56px 100% !important;circle{stroke:none !important;&.Opta-Home{fill:"," !important;}&.Opta-Away{fill:"," !important;}}.Opta-JerseyNumber{font-family:",";font-weight:800;font-size:16px;line-height:112.99999%;transform:translateY(-1px);}.Opta-PlayerName{fill:"," !important;filter:none;font-family:Roboto,sans-serif;font-weight:600;font-size:13px;line-height:100%;}}.Opta-Subs-Wrap{border-top:1px solid ",";",";thead{th{background-color:"," !important;color:",";font-family:Roboto,sans-serif;font-weight:500;font-size:18px;line-height:112.999%;padding-block:32px;",";}}.Opta-FootballPitch-Subplayers{margin:0;tr{display:flex;justify-content:center;}td{display:flex;flex-direction:column;height:auto;.Opta-Sub{display:flex;align-items:center;&.Opta-Home{span.Opta-Circle{border:2px solid ",";color:",";}}&.Opta-Away{span.Opta-Circle{border:2px solid ",";color:"," !important;}}",";&.Opta-Unused{opacity:1;}span.Opta-Circle{background-color:",";font-family:",";font-weight:800;font-size:16px;line-height:112.99999%;margin-bottom:0;min-width:32px;margin-right:12px;",";& + span.Opta-PlayerName{padding-right:4px;width:max-content;font-size:14px !important;white-space:nowrap;& + span.Opta-PlayerName{width:max-content;font-size:14px !important;}}}span.Opta-PlayerName{font-family:Roboto,sans-serif;font-weight:500;font-size:14px !important;line-height:100%;}span.Opta-MatcheventsIcons{display:flex;gap:4px;margin-top:0;}}}}}.Opta-Overlayer{background-color:rgb(229 240 234 / 50%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}.Opta-Overlay{border-radius:8px;overflow:hidden;border:1px solid #696969 !important;.Opta-Cf{ul{background-color:#e5f0ea;margin:0 !important;padding:16px;display:flex !important;flex-direction:column;align-items:center;text-align:center;.Opta-Circle{font-family:"," !important;font-weight:800 !important;font-size:20px !important;line-height:112.99999% !important;color:",";height:48px !important;width:48px !important;display:flex !important;align-items:center;justify-content:center;margin-bottom:16px !important;&.Opta-Home{background-color:"," !important;}&.Opta-Away{background-color:"," !important;}& + li{color:",";font-family:Roboto,sans-serif;font-weight:600;font-size:20px;line-height:100%;margin-bottom:16px;& + li{color:"," !important;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;margin-bottom:8px;}}}.Opta-MatchEvent{display:flex;align-items:center;.Opta-Icon{&.Opta-IconGoal{margin-top:2px;}&.Opta-IconOff,&.Opta-IconOn{margin-top:6px;}}span{color:"," !important;font-family:Roboto,sans-serif !important;font-weight:400 !important;font-size:16px !important;}}}}.Opta-Flex{display:grid;grid-template-rows:1fr;padding-inline:32px;padding-block:32px;padding-bottom:16px;",";}.Opta-Flex-Group{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}.Opta-Flex-Item{display:flex !important;width:100% !important;height:100% !important;padding:0 !important;padding-bottom:16px !important;}.Opta-Stat{flex-grow:1 !important;background-color:#e5f0ea !important;border-radius:8px;padding-block:16px;padding-inline:8px;margin:0 !important;.Opta-Value{color:"," !important;font-family:"," !important;font-weight:800;font-size:28px;line-height:112.999%;padding-bottom:4px;}.Opta-Label{color:"," !important;font-family:Roboto,sans-serif !important;font-weight:500;font-size:16px;line-height:112.999%;}}.Opta-Close{background:none !important;top:16px !important;right:16px !important;position:relative;&::before{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;content:'\\00D7';font-size:32px;color:",";}}}@media (max-width:","px){.Opta-Cf{display:flex;flex-direction:column;",";.Opta-MatchHeader{order:1;border-top:1px solid ",";border-bottom:1px solid ",";",";tr{justify-content:center;}.Opta-Team{font-size:0;padding:0;}.Opta-TeamFormation{font-family:Roboto,sans-serif;font-weight:700;font-size:16px;line-height:150%;&::before{content:'Formation: ';font-size:16px;font-family:Roboto,sans-serif;font-weight:400;line-height:150%;}",";}}.Opta-FootballPitch{order:2;margin:0;border-radius:0;background:none !important;background-image:repeating-linear-gradient( 0deg,#d4e3db 0,#d4e3db 56px,#e5f0ea 56px,#e5f0ea 112px ) !important;.Opta-PlayerNumber{circle{stroke:#ffffff !important;stroke-width:3px !important;r:26px !important;border:2px solid "," !important;-webkit-tap-highlight-color:transparent;}.Opta-JerseyNumber{font-size:24px;-webkit-tap-highlight-color:transparent;}}.Opta-PlayerName{font-size:18px;transform:translateY(14px);& + .Opta-PlayerName{transform:translateY(20px);& + .Opta-Icon{transform:translateY(30px);}}}.Opta-Icon{transform:translateY(20px);}}.Opta-Matchdata{order:3;margin:0 !important;padding:16px !important;border-bottom:none !important;dt{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:150%;}dd{font-family:Roboto,sans-serif;font-weight:700;font-size:16px;line-height:150%;}",";}.Opta-Subs-Wrap{order:4;thead{th{font-family:",";font-size:24px;font-weight:800;padding-block:40px;display:flex;justify-content:center;align-items:center;",";}}tbody{tr{justify-content:flex-start;td{padding:0;}.Opta-Sub{display:flex;flex-direction:row;align-items:center;margin-top:0;margin-left:16px;margin-bottom:16px;.Opta-Circle{aspect-ratio:1 / 1;height:30px !important;width:30px !important;font-size:16px !important;display:flex;justify-content:center;align-items:center;margin-right:8px;border-width:1px !important;padding-top:3px;-webkit-tap-highlight-color:transparent;}.Opta-PlayerName{padding-right:4px !important;white-space:nowrap;font-size:16px !important;}.Opta-MatcheventsIcons{margin-top:0;}}}}}}.Opta-Overlay{.Opta-Circle{padding-top:3px;}}.Opta-Subs-Wrap .Opta-FootballPitch-Subplayers td .Opta-Sub span.Opta-Circle{color:"," !important;border-color:"," !important;",";}.Opta-Subs-Wrap .Opta-FootballPitch-Subplayers td .Opta-Sub.Opta-Away span.Opta-Circle{color:"," !important;border-color:"," !important;",";}&.home-widget-container{.Opta-MatchHeader{.Opta-Away{display:none;}}}&.away-widget-container{.Opta-MatchHeader{.Opta-Home{display:none;}}}}"],e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),"#C9D9CC","#C9D9CC",Id,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n border-top: 1px solid ").concat("#333333",";\n border-bottom: 1px solid ").concat("#333333",";\n dd, dt {\n color: ").concat(Ad,";\n }\n }\n "),jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad,";\n }\n "),jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad,";\n }\n "),e=>e.homeTeamColor.light,e=>e.awayTeamColor.light,l.fonts.headline,jd,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-top: 1px solid ".concat("#333333",";\n }\n "),Id,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad,";\n }\n "),e=>e.homeTeamColor.light,e=>e.homeTeamColor.light,e=>e.awayTeamColor.light,e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n &.Opta-Home {\n span.Opta-Circle {\n border: 2px solid ".concat(e.homeTeamColor.dark,";\n color: ").concat(e.homeTeamColor.dark,";\n }\n }\n\n &.Opta-Away {\n span.Opta-Circle {\n border: 2px solid ").concat(e.awayTeamColor.dark,";\n color: ").concat(e.awayTeamColor.dark," !important;\n }\n }\n }\n "),Id,l.fonts.headline,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),l.fonts.headline,l.colours.functional.white,e=>e.homeTeamColor.light,e=>e.awayTeamColor.light,jd,jd,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),jd,l.fonts.headline,jd,jd,Td,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Ad," !important;\n }\n "),"#C9D9CC","#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-top: 1px solid ".concat("#333333",";\n border-bottom: 1px solid ").concat("#333333",";\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad,";\n &::before {\n color: ").concat(Ad,";\n }\n }\n "),l.colours.functional.white,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n dt, dd {\n color: ").concat(Ad,";\n }\n }\n "),l.fonts.headline,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad,";\n background-color: ").concat("#121212"," !important;\n }\n "),jd,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad," !important;\n border-color: ").concat(Ad," !important;\n }\n "),jd,jd,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Ad," !important;\n border-color: ").concat(Ad," !important;\n }\n "));function Gd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Zd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Zd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Zd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const Xd=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.isApp,l=void 0!==a&&a,c=e.homeTeamColor,s=void 0===c?{light:"#000000",dark:"#a19c9cff"}:c,p=e.awayTeamColor,d=void 0===p?{light:"#007A3F",dark:"#007A3F"}:p;const m=i.a.createRef(),u=Gd(Object(o.useState)(!1),2),f=u[0],h=u[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{m.current&&(m.current.innerHTML=Mi("opta-widget",{sport:"football",widget:"matchday_live",season:t,competition:n,match:r,template:"normal",live:!0,orientation:"horizontal",side:"both",show_match_header:!0,show_crests:!0,show_pitch_crests:!1,show_team_formation:!0,show_score:!1,show_halftime_score:!1,show_competition_name:!1,show_date:!1,date_format:"dddd D MMMM YYYY",narrow_date_format:"DD/MM/YY",show_referee:!0,show_venue:!0,show_attendance:!0,show_images:!1,show_pitch_images:!1,show_team_sheets:!1,show_event_icons:!0,show_player_names:!0,show_player_stats:!0,show_subs:"all",competition_naming:"brief",team_naming:"full",player_naming:"last_name",show_live:!1,show_logo:!1,show_title:!1,breakpoints:"400, 700"}).outerHTML,Pi())}).then(()=>{h(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement(Nd,{isApp:l,className:"matchday-live-widget-desktop"},i.a.createElement("h3",null,"Line-ups"),i.a.createElement(Yd,{ref:m,isApp:l,homeTeamColor:s,awayTeamColor:d})),!f&&i.a.createElement(Hi,{"data-testid":"placeholder"},i.a.createElement($.Placeholder,null)))}),Jd=a.a.div.withConfig({displayName:"NavigationWrapper",componentId:"if2yq7-0"})(["background-color:",";"," .navigation-buttons{display:grid;grid-template-columns:1fr 1fr;button{-webkit-tap-highlight-color:transparent;background:none;border:none;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:150%;padding:16px 8px;cursor:pointer;border-bottom:2px solid ",";color:",";&.active{&.home{border-bottom:2px solid ",";color:",";}&.away{border-bottom:2px solid ",";color:",";}}",";}}.home-widget-container{visibility:",";height:",";}.away-widget-container{visibility:",";height:",";}"],Id,e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),Id,jd,e=>e.homeTeamColor.light,e=>e.homeTeamColor.light,e=>e.awayTeamColor.light,e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n border-bottom: 2px solid ".concat("#121212",";\n color: ").concat(Ad,";\n &.active {\n &.home {\n border-bottom: 2px solid ").concat(e.homeTeamColor.dark,";\n color: ").concat(e.homeTeamColor.dark,";\n }\n &.away {\n border-bottom: 2px solid ").concat(e.awayTeamColor.dark,";\n color: ").concat(e.awayTeamColor.dark,";\n }\n }\n }\n "),e=>"home"===e.activeTeam?"visible":"hidden",e=>"home"===e.activeTeam?"auto":"0",e=>"away"===e.activeTeam?"visible":"hidden",e=>"away"===e.activeTeam?"auto":"0");function Qd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function Kd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Qd(Object(n),!0).forEach((function(t){em(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Qd(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function em(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function tm(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var o,i,r=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(l)throw i}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return nm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return nm(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function nm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}const om={widget:"matchday_live",template:"normal",live:!0,orientation:"vertical",show_match_header:!0,show_crests:!1,show_pitch_crests:!1,show_team_formation:!0,show_score:!1,show_halftime_score:!1,show_competition_name:!1,show_date:!1,date_format:"dddd D MMMM YYYY",narrow_date_format:"DD/MM/YY",show_referee:!0,show_venue:!1,show_attendance:!1,show_images:!1,show_pitch_images:!1,show_team_sheets:!1,show_event_icons:!0,show_player_names:!0,show_player_stats:!0,show_subs:"all",competition_naming:"brief",team_naming:"full",player_naming:"last_name",show_live:!1,show_logo:!1,show_title:!1},im=i.a.memo(e=>{let t=e.season,n=e.competition,r=e.match,a=e.isApp,l=void 0!==a&&a,c=e.homeTeamColor,s=void 0===c?{light:"#000000",dark:"#a19c9cff"}:c,p=e.awayTeamColor,d=void 0===p?{light:"#007A3F",dark:"#007A3F"}:p,m=e.homeTeamName,u=e.awayTeamName;const f=i.a.createRef(),h=i.a.createRef(),g=tm(Object(o.useState)(!1),2),y=g[0],b=g[1],x=tm(Object(o.useState)("home"),2),w=x[0],v=x[1];return Object(o.useEffect)(()=>{Ti(),Ni("football"),zi().then(()=>{f.current&&(f.current.innerHTML=Mi("opta-widget",Kd(Kd({},om),{},{sport:"football",season:t,competition:n,match:r,side:"home"})).outerHTML,Pi())}).then(()=>{h.current&&(h.current.innerHTML=Mi("opta-widget",Kd(Kd({},om),{},{sport:"football",season:t,competition:n,match:r,side:"away"})).outerHTML,Pi())}).finally(()=>{b(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement("div",{className:"matchday-live-widget-mobile"},i.a.createElement(Jd,{"data-testid":"mobile-navigation-wrapper",activeTeam:w,homeTeamColor:s,awayTeamColor:d,isApp:l},i.a.createElement("div",{className:"navigation-buttons"},i.a.createElement("button",{className:"home"===w?"active home":"home",onClick:()=>v("home")},m),i.a.createElement("button",{className:"away"===w?"active away":"away",onClick:()=>v("away")},u)),i.a.createElement(Yd,{className:"home-widget-container",ref:f,isApp:l,homeTeamColor:s,awayTeamColor:d}),i.a.createElement(Yd,{className:"away-widget-container",ref:h,isApp:l,homeTeamColor:s,awayTeamColor:d}),!y&&i.a.createElement(Hi,{"data-testid":"placeholder"},i.a.createElement($.Placeholder,null)))))}),rm=a.a.div.withConfig({displayName:"MatchdayLiveController",componentId:"sc-4trjoe-0"})([".matchday-live-widget-mobile{display:block;}.matchday-live-widget-desktop{display:none;}@media (min-width:","px){.matchday-live-widget-mobile{display:none;}.matchday-live-widget-desktop{display:block;}}"],l.breakpoints.medium),am=i.a.memo(e=>i.a.createElement(rm,null,i.a.createElement(Xd,Object.assign({},e)),i.a.createElement(im,Object.assign({},e))));n.d(t,"BreakingArticleFlag",(function(){return M})),n.d(t,"LiveArticleFlag",(function(){return z})),n.d(t,"TrackingContextProvider",(function(){return U})),n.d(t,"InArticlePuff",(function(){return Ee})),n.d(t,"InfoCard",(function(){return Ke})),n.d(t,"GalleryCarousel",(function(){return wt})),n.d(t,"InfoCardBulletPoints",(function(){return zt})),n.d(t,"BigNumbers",(function(){return Ut})),n.d(t,"ArticleFlag",(function(){return Vt})),n.d(t,"ArticleFlags",(function(){return Kt})),n.d(t,"NewArticleFlag",(function(){return Yt})),n.d(t,"UpdatedArticleFlag",(function(){return Gt})),n.d(t,"ExclusiveArticleFlag",(function(){return Zt})),n.d(t,"SponsoredArticleFlag",(function(){return Xt})),n.d(t,"LongReadArticleFlag",(function(){return Jt})),n.d(t,"Timelines",(function(){return mn})),n.d(t,"SaveStar",(function(){return kn})),n.d(t,"Breadcrumb",(function(){return jn})),n.d(t,"UpdateButton",(function(){return Mn})),n.d(t,"UpdateButtonWithDelay",(function(){return Fn})),n.d(t,"Banner",(function(){return to})),n.d(t,"JobTitle",(function(){return go})),n.d(t,"TravelMiniCTA",(function(){return $o})),n.d(t,"AutoNewsletterPuff",(function(){return ji})),n.d(t,"InlineNewsletterPuff",(function(){return Ii})),n.d(t,"PreviewNewsletterPuff",(function(){return Ai})),n.d(t,"OptaCricketScorecard",(function(){return Gi})),n.d(t,"OptaFixturesTicker",(function(){return ir})),n.d(t,"OptaFootballFixtures",(function(){return cr})),n.d(t,"OptaFootballFixturesTournament",(function(){return mr})),n.d(t,"OptaFootballStandings",(function(){return gr})),n.d(t,"OptaFootballSummary",(function(){return wr})),n.d(t,"OptaFootballMatchStats",(function(){return Cr})),n.d(t,"OptaFootballPlayerStats",(function(){return Ir})),n.d(t,"OptaRugbyFixtures",(function(){return Nr})),n.d(t,"OptaRugbyStandings",(function(){return Lr})),n.d(t,"OptaRugbySummary",(function(){return Hr})),n.d(t,"OptaRugbyMatchStats",(function(){return Wr})),n.d(t,"RecommendedFetch",(function(){return na})),n.d(t,"FetchProvider",(function(){return Q})),n.d(t,"ViewCountWrapper",(function(){return ti})),n.d(t,"HiddenDiv",(function(){return me})),n.d(t,"InlineMessage",(function(){return ma})),n.d(t,"InlineDialog",(function(){return ba})),n.d(t,"ArticleHeader",(function(){return Za})),n.d(t,"TripCards",(function(){return Hc})),n.d(t,"UpdatedTimestamp",(function(){return j})),n.d(t,"UpdatedTimeProvider",(function(){return T})),n.d(t,"WelcomeBanner",(function(){return $c})),n.d(t,"safeDecodeURIComponent",(function(){return Oa})),n.d(t,"ArticleSidebar",(function(){return cs})),n.d(t,"QuizleSidebar",(function(){return bs})),n.d(t,"ArticleAudio",(function(){return dp})),n.d(t,"FeaturesCarousel",(function(){return bp})),n.d(t,"CtaButton",(function(){return wp})),n.d(t,"SocialMediaEmbed",(function(){return Jp})),n.d(t,"useSocialEmbedsContext",(function(){return qp})),n.d(t,"SocialEmbedsProvider",(function(){return Bp})),n.d(t,"AffiliateLinkDisclaimer",(function(){return od})),n.d(t,"ArticleCard",(function(){return wd})),n.d(t,"trackAlgoliaConversionWithDwellTime",(function(){return Sd})),n.d(t,"getValidConversionData",(function(){return Cd})),n.d(t,"OptaMatchStatsSummary",(function(){return Dd})),n.d(t,"OptaMatchStatsGraphs",(function(){return qd})),n.d(t,"OptaMatchStatsCommentary",(function(){return Vd})),n.d(t,"OptaMatchStatsMatchdayLive",(function(){return am}))}]);
1
+ module.exports=function(e){var t={};function n(a){if(t[a])return t[a].exports;var i=t[a]={i:a,l:!1,exports:{}};return e[a].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(a,i,function(t){return e[t]}.bind(null,i));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=23)}([function(e,t){e.exports=require("react")},function(e,t){e.exports=require("@times-components/ts-styleguide/rnw")},function(e,t){e.exports=require("styled-components")},function(e,t){e.exports=require("@times-components/image/rnw")},function(e,t){e.exports=require("@times-components/icons/rnw")},function(e,t){e.exports=require("@times-components/utils/rnw")},function(e,t){e.exports=require("date-fns/differenceInSeconds")},function(e,t){e.exports=require("date-fns/formatDistanceStrict")},function(e,t){e.exports=require("isomorphic-unfetch")},function(e,t){e.exports=require("react-elastic-carousel")},function(e,t){var n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/,i=/^\./,o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,l=/^\[object .+?Constructor\]$/,s="object"==typeof global&&global&&global.Object===Object&&global,c="object"==typeof self&&self&&self.Object===Object&&self,d=s||c||Function("return this")();var p,m=Array.prototype,u=Function.prototype,h=Object.prototype,f=d["__core-js_shared__"],g=(p=/[^.]+$/.exec(f&&f.keys&&f.keys.IE_PROTO||""))?"Symbol(src)_1."+p:"",b=u.toString,y=h.hasOwnProperty,w=h.toString,x=RegExp("^"+b.call(y).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),v=d.Symbol,C=m.splice,k=N(d,"Map"),A=N(Object,"create"),E=v?v.prototype:void 0,I=E?E.toString:void 0;function O(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function j(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function _(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function S(e,t){for(var n,a,i=e.length;i--;)if((n=e[i][0])===(a=t)||n!=n&&a!=a)return i;return-1}function F(e,t){for(var i,o=0,r=(t=function(e,t){if(P(e))return!1;var i=typeof e;if("number"==i||"symbol"==i||"boolean"==i||null==e||H(e))return!0;return a.test(e)||!n.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:P(i=t)?i:B(i)).length;null!=e&&o<r;)e=e[M(t[o++])];return o&&o==r?e:void 0}function T(e){return!(!D(e)||(t=e,g&&g in t))&&(function(e){var t=D(e)?w.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?x:l).test(function(e){if(null!=e){try{return b.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e));var t}function z(e,t){var n,a,i=e.__data__;return("string"==(a=typeof(n=t))||"number"==a||"symbol"==a||"boolean"==a?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function N(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return T(n)?n:void 0}O.prototype.clear=function(){this.__data__=A?A(null):{}},O.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},O.prototype.get=function(e){var t=this.__data__;if(A){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return y.call(t,e)?t[e]:void 0},O.prototype.has=function(e){var t=this.__data__;return A?void 0!==t[e]:y.call(t,e)},O.prototype.set=function(e,t){return this.__data__[e]=A&&void 0===t?"__lodash_hash_undefined__":t,this},j.prototype.clear=function(){this.__data__=[]},j.prototype.delete=function(e){var t=this.__data__,n=S(t,e);return!(n<0)&&(n==t.length-1?t.pop():C.call(t,n,1),!0)},j.prototype.get=function(e){var t=this.__data__,n=S(t,e);return n<0?void 0:t[n][1]},j.prototype.has=function(e){return S(this.__data__,e)>-1},j.prototype.set=function(e,t){var n=this.__data__,a=S(n,e);return a<0?n.push([e,t]):n[a][1]=t,this},_.prototype.clear=function(){this.__data__={hash:new O,map:new(k||j),string:new O}},_.prototype.delete=function(e){return z(this,e).delete(e)},_.prototype.get=function(e){return z(this,e).get(e)},_.prototype.has=function(e){return z(this,e).has(e)},_.prototype.set=function(e,t){return z(this,e).set(e,t),this};var B=R((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(H(e))return I?I.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return i.test(e)&&n.push(""),e.replace(o,(function(e,t,a,i){n.push(a?i.replace(r,"$1"):t||e)})),n}));function M(e){if("string"==typeof e||H(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function R(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var a=arguments,i=t?t.apply(this,a):a[0],o=n.cache;if(o.has(i))return o.get(i);var r=e.apply(this,a);return n.cache=o.set(i,r),r};return n.cache=new(R.Cache||_),n}R.Cache=_;var P=Array.isArray;function D(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function H(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==w.call(e)}e.exports=function(e,t,n){var a=null==e?void 0:F(e,t);return void 0===a?n:a}},function(e){e.exports={data:[{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Petrol",description:"Across these pieces, Clarkson argues that oil’s decline is driven more by politics and technological substitution than by running out, while also warning that a rushed pivot away from internal combustion can create cost, supply-chain and infrastructure problems; he points to alternatives like hydrogen as a possible longer-term route, and notes the strain bans and electrification demands place on carmakers.",articles:[{snippet:"It was Sheikh Yamani, the former boss of Opec, who pointed out that the Stone Age didn't end because the world ran out of stone. Nor did the Iron Age end because we ran out of iron. And you can be fairly sure the Oil Age won't end because we run out of oil.",id:"9291fa39-3a3b-4766-b9b5-e9485342d40c",headline:"Volkswagen Golf R32",publishedDate:"November, 2005",url:"https://www.thetimes.com/uk/environment/article/volkswagen-golf-r32-9gqc5sjtrnn",image_url:""},{snippet:"That’s why we are on a headlong rush to rid ourselves of cars with internal combustion engines.",id:"99fc0af6-e964-11eb-a9f0-ebe3f77d4a7e",headline:"The Clarkson Review: Toyota Mirai",publishedDate:"July, 2021",url:"https://www.thetimes.com/life-style/driving/article/the-clarkson-review-toyota-mirai-b73x596f6",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fcbc5ecaa-e964-11eb-a9f0-ebe3f77d4a7e.jpg?crop=1100%2C1100%2C0%2C0"},{snippet:"The problem is that country after country is announcing it will soon ban the sale of cars that run on petrol or diesel.",id:"b5c77ba6-c41f-11e9-b9cd-239465875366",headline:"The Clarkson Review: Range Rover Velar SVAutobiography Dynamic Edition",publishedDate:"August, 2019",url:"https://www.thetimes.com/business/technology/article/the-clarkson-review-range-rover-velar-svautobiography-dynamic-edition-wj657brlz",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Ffbc96546-9d88-11e9-b5c5-ca9ecfa0405f.jpg?crop=1100%2C1100%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Farming",description:"Clarkson describes farming as financially precarious and heavily exposed to weather and policy shifts, arguing that subsidies, regulation and market pricing leave many farms struggling to stay viable; he also frames environmental pressures as real but often mismatched with practical realities on the ground, and criticises policies he sees as sidelining food production.",articles:[{snippet:"We did everything right this year.",id:"f43a9c74-73da-44b0-b284-4c273432273b",headline:"Jeremy Clarkson: our farming system doesn’t make sense. We must save it",publishedDate:"September, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-britains-farming-system-doesnt-make-sense-we-must-save-it-n0v60wrzk",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"Right. I’m not going to start the day with a row, so I’ll accept from the get-go that the world’s climate is changing and that our endless thirst for food, power and travel is probably responsible for it.",id:"8a5e4953-5427-4853-81ce-d1d8ce969ff9",headline:"Jeremy Clarkson: I’ve finally met an environmentalist I like — a Dutchman with 30 floating cows",publishedDate:"March, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-environmentalist-farming-jr8hx5k8p",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fc4c5f8f4-f5b5-45ee-b3d4-ba8b90f17b83.jpg?crop=900%2C900%2C502%2C0"},{snippet:"Sure, you’d still get your cheap food from the abroad, but British farmers would be in the poor house, sucking on clumps of moss to stay alive.",id:"1b9252be-b2ef-11ed-93c1-9f4b65bf4405",headline:"Jeremy Clarkson: the UK’s new farming policy is just as bad as Brexit",publishedDate:"March, 2023",url:"https://www.thetimes.com/life-style/food-drink/article/jeremy-clarkson-the-uks-new-farming-policy-is-just-as-bad-as-brexit-2n6tl625h",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F5905e39a-b2ef-11ed-93c1-9f4b65bf4405.jpg?crop=1500%2C1500%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Red tape",description:"Clarkson portrays bureaucracy as both intrusive and punitive, from agriculture paperwork to safety and compliance requirements in modern cars and infrastructure; he argues that rules and institutional caution can slow decisions and raise costs, and contrasts this with places he sees as able to act faster.",articles:[{snippet:"However, when it comes to filling out British government farming forms, there can be no messing about. You have to do it properly, which is why while you were in the garden, enjoying the sunshine, I was in my office, dreaming up new and interesting ways of peeling the minister of agriculture.",id:"a8bdfcba-aa55-11ea-82a8-65abc6fe2bb6",headline:"Farmer Jeremy Clarkson rages over chlorinated chicken and red tape",publishedDate:"June, 2020",url:"https://www.thetimes.com/uk/politics/article/farmer-jeremy-clarkson-rages-over-chlorinated-chicken-and-red-tape-5whx05w2n",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F1c4802f2-8e13-11ea-9a8f-77c6fe41afdf.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"Well, it turns out that the car companies are simply doing what they’ve been ordered to do by the EU.",id:"fa162575-f533-4e82-bcfc-bd39b2bd8d58",headline:"The Clarkson review: the Porsche Cayenne S — slowed down by EU red tape",publishedDate:"January, 2024",url:"https://www.thetimes.com/life-style/article/the-clarkson-review-the-porsche-cayenne-s-slowed-down-by-eu-red-tape-32p8fz8wr",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F8b4c69c5-8853-485e-9fc0-d27dd447fa43.jpg?crop=2450%2C2450%2C1399%2C874"},{snippet:"In China things are different.",id:"15b07584-6de2-11e9-a6b6-f54765c271fe",headline:"Jeremy Clarkson: the Chinese take a wrecking ball to red tape. If only they’d apply it to our crumbling bridges",publishedDate:"May, 2019",url:"https://www.thetimes.com/uk/article/jeremy-clarkson-the-chinese-take-a-wrecking-ball-to-red-tape-if-only-theyd-apply-it-to-our-crumbling-bridges-fxb98jzcq",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F30cbe88e-68ca-11e9-a60b-90525fa8943d.jpg?crop=952%2C952%2C575%2C17"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Labour government",description:"These columns depict Clarkson as sceptical of Labour’s competence and intentions, arguing that policy choices on welfare, taxation and farming are poorly targeted and politically driven; he frames the government’s approach as lacking strategic clarity and likely to create wider economic and social knock-on effects.",articles:[{snippet:"I know that even if you put socialism in a suit and tie, you are still likely to end up with a chaotic blend of 1950s Warsaw and modern-day Venezuela.",id:"4f6fc71b-bd62-4241-9986-b96542b02581",headline:"Jeremy Clarkson: Take cover! It’s the Weapon of Marxist Destruction",publishedDate:"July, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-take-cover-its-the-weapon-of-marxist-destruction-sg6sgrwbt",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Ff0aa3c4d-a839-4faf-a198-ae1a534beb8a.jpg?crop=900%2C900%2C225%2C0"},{snippet:"Which brings me on to Keir Starmer.",id:"2175df96-be73-4af8-93f2-f2aa05369b50",headline:"Jeremy Clarkson: Labour’s only game is to keep the rich in check",publishedDate:"May, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-labours-only-game-is-to-keep-the-rich-in-check-mz7362dlv",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Ff0aa3c4d-a839-4faf-a198-ae1a534beb8a.jpg?crop=900%2C900%2C238%2C0"},{snippet:"I rarely write angry. But today I’m forced to make an exception because Rachel Reeves announced in her budget that farmland is no longer exempt from inheritance tax.",id:"38229814-2a69-4b15-b446-d9953e1e67ec",headline:"Rachel Reeves was going after dukes. She may kill farming instead",publishedDate:"November, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-rachel-reeves-budget-kill-farming-qxjgtz93x",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Inheritance tax",description:"Clarkson presents inheritance tax changes as a major pressure point for farms, arguing that shifting rules on agricultural relief risk forcing land sales and destabilising family succession; he also describes political fallout and protests, and claims the policy is too bluntly applied rather than tightly targeted.",articles:[{snippet:"I rarely write angry. But today I’m forced to make an exception because Rachel Reeves announced in her budget that farmland is no longer exempt from inheritance tax.",id:"38229814-2a69-4b15-b446-d9953e1e67ec",headline:"Rachel Reeves was going after dukes. She may kill farming instead",publishedDate:"November, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-rachel-reeves-budget-kill-farming-qxjgtz93x",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"},{snippet:"After Rachel Reeves had updated her CV to include the fact she’d run the Bank of England while becoming the first woman to land on the moon, she decided that she hated farmers and all of their land should actually belong to the state.",id:"1a183413-8c99-4bb6-9b68-9c76de7bd12d",headline:"Jeremy Clarkson: My day at the farmers’ protest that ended in chaos",publishedDate:"November, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-farm-protests-inheritance-tax-ltv0kwv6m",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F974dc1e2-d01d-42de-967b-56245e3bc2a6.jpg?crop=850%2C850%2C350%2C0"},{snippet:"They could have used a sniper’s rifle to take out the rich bastards they were after. But being thick, potato-faced communists, they used a blunderbuss and hit absolutely everyone.",id:"4f6fc71b-bd62-4241-9986-b96542b02581",headline:"Jeremy Clarkson: Take cover! It’s the Weapon of Marxist Destruction",publishedDate:"July, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-take-cover-its-the-weapon-of-marxist-destruction-sg6sgrwbt",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Ff0aa3c4d-a839-4faf-a198-ae1a534beb8a.jpg?crop=900%2C900%2C225%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Pub industry",description:"Clarkson depicts the pub trade as financially fragile—closures, staffing issues and rising costs collide with consumer expectations—yet he also leans into the cultural pull of the local pub and the ambition to make it work with British-sourced food and drink; he contrasts romantic ideas of pub ownership with the operational reality.",articles:[{snippet:"I decided last year that I’d like to buy a pub. So I called everyone I know who has one and they all said the same thing: the pub business is dying.",id:"bf696d80-a7f5-48ba-8c2e-eb4b864f1455",headline:"The Clarkson Arms: yes, I’ve bought a pub (full of dead rats)",publishedDate:"June, 2024",url:"https://www.thetimes.com/comment/columnists/article/the-clarkson-arms-yes-ive-bought-a-pub-full-of-dead-rats-lw2dgh0pm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F973a8cfe-21d3-46f5-a674-4bd6ab52e2f1.png?crop=1000%2C1000%2C0%2C0"},{snippet:"We read the figures that tell us more than two close every single day in the UK.",id:"a620aed6-6da5-4c0c-8db6-9a915c32607a",headline:"Jeremy Clarkson: ‘Every customer in my new pub loses me £10’",publishedDate:"September, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-every-customer-in-my-new-pub-loses-me-10-3ffvtp3nf",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F90ceb6f0-bbd9-444e-9614-35774f7dbfe3.jpg?crop=3493%2C3493%2C754%2C0"},{snippet:"But then, about 15 years ago, everything changed.",id:"c3bca130-2d68-11ee-9834-48723b853b50",headline:"Jeremy Clarkson: Calling all curry houses, the Cotswolds’ gastronomes need you",publishedDate:"July, 2023",url:"https://www.thetimes.com/comment/article/jeremy-clarkson-calling-all-curry-houses-the-cotswolds-gastronomes-need-you-wzrcjmtcz",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F3bf25158-2d6a-11ee-9834-48723b853b50.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Wokeness",description:"Clarkson criticises what he describes as a climate of heightened sensitivity and ideological signalling, linking it to public culture, media narratives and generational attitudes; across the quotes he targets cancel culture, identity politics and the reframing of national history as central themes in modern “wokeness.”",articles:[{snippet:"I figured it would be a two-hour festival of proto-wokeness, a technical shambles and Britain would be humiliated on the world stage.",id:"98968ef3-8e3c-4135-91ca-376b2a3a01dc",headline:"Jeremy Clarkson: My big regret — turning down the London Olympics",publishedDate:"August, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-my-big-regret-turning-down-the-london-olympics-fjvc03ls6",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"},{snippet:"A while back, I decided that instead of getting cross about cancel culture and the shoulder-sagging intolerance of younger snowflake people, I’d simply tune out when they talked to me and turn over when they came on television.",id:"ec7374f2-9867-11eb-a188-d47488c09cc7",headline:"I’ve found a way to sidestep cancel culture: I’ll tell you everything I’m not thinking instead",publishedDate:"April, 2021",url:"https://www.thetimes.com/comment/article/ive-found-a-way-to-sidestep-cancel-culture-ill-tell-you-everything-im-not-thinking-instead-82s8lbz36",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Feb54b214-995e-11eb-a188-d47488c09cc7.jpg?crop=985%2C985%2C534%2C7"},{snippet:"It’s because all the stuff that made my generation proud to be British is now something to be ashamed of.",id:"4cc5947e-48e8-11ee-9ab6-ca60439104a6",headline:"Jeremy Clarkson: The young think the UK is suddenly rubbish but it always has been",publishedDate:"September, 2023",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-the-young-think-the-uk-is-suddenly-rubbish-but-it-always-has-been-qk8thq9sg",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F911681ec-48e8-11ee-9ab6-ca60439104a6.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Electric vehicles",description:"Clarkson treats EV adoption as inevitable but argues the transition is being rushed ahead of infrastructure readiness and without full consideration of cost and practical usability; he highlights charging reliability and supply-chain concerns while also discussing competing low-emission pathways like hydrogen and electrification in public transport.",articles:[{snippet:"The electric car is coming. Be in no doubt about that.",id:"1a86bed2-d397-11e8-a892-76f037bb5fb8",headline:"The Jeremy Clarkson Review: Hyundai Kona Electric",publishedDate:"October, 2018",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-review-hyundai-kona-electric-cnmst8xsx",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F8c3b5ff0-d7a3-11e8-9d93-19993592cd5f.jpg?crop=1100%2C1100%2C0%2C0"},{snippet:"Well, let’s get to the problem straight away. There simply aren’t enough charging points.",id:"1a86bed2-d397-11e8-a892-76f037bb5fb8",headline:"The Jeremy Clarkson Review: Hyundai Kona Electric",publishedDate:"October, 2018",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-review-hyundai-kona-electric-cnmst8xsx",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F8c3b5ff0-d7a3-11e8-9d93-19993592cd5f.jpg?crop=1100%2C1100%2C0%2C0"},{snippet:"At no point does anyone even think to say that public transport may be responsible for a fair whack of the problem.",id:"8eef1f64-0f71-11ea-b931-e6147e389878",headline:"The Clarkson Review: the new electric Mercedes EQC",publishedDate:"December, 2019",url:"https://www.thetimes.com/uk/article/the-clarkson-review-the-new-electric-mercedes-eqc-20rh30p36",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fe5fbf894-f01e-11e9-9bda-2323db083a05.jpg?crop=1100%2C1100%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"BBC",description:"Clarkson’s comments focus on the BBC’s public-service obligations and the effects of licence-fee funding on competition and culture; he argues that BBC online activity can distort the media market, critiques perceived metropolitan bias, and describes the broadcaster’s role in airing and defending controversial programming.",articles:[{snippet:"If you are paying your licence fee, you should be entitled to view the programmes you funded on whatever platform happens to suit your mood and lifestyle.",id:"27187ee8-f855-478e-984c-d5ac83c91bc9",headline:"I’m so dead – shot by both sides in the website war",publishedDate:"November, 2009",url:"https://www.thetimes.com/culture/tv-radio/article/im-so-dead-shot-by-both-sides-in-the-website-war-8rfzdnz9w3c",image_url:""},{snippet:"And in other news last week, Chris Patten, who is chairman of the BBC Trust, said the corporation is too centred on Notting Hill, too bothered about chilli and lemon grass, too Peter Mandelson and completely out of touch with most licence-fee payers, who simply want pies with a splash of chlamydia.",id:"4ab4143b-58b4-472e-bdc5-01ddcce1e3d3",headline:"Dear BBC, why d’ya think Dick Whittington gave Salford a miss?",publishedDate:"July, 2011",url:"https://www.thetimes.com/travel/destinations/uk-travel/england/london-travel/dear-bbc-why-dya-think-dick-whittington-gave-salford-a-miss-6s8z75rrbj0",image_url:""},{snippet:"In among all of the televisual holly and the jolly seasonal jumpers, BBC2 will be screening the not-at-all-Christmassy Top Gear special in which our 31-strong film crew is attacked by a large mob of stone- throwing Argentine thugs.",id:"6926740b-e707-476d-8d84-87401260422a",headline:"My dark night of Top Fear",publishedDate:"December, 2014",url:"https://www.thetimes.com/culture/tv-radio/article/my-dark-night-of-top-fear-dxpt5hpqxm0",image_url:""}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"British countryside",description:"Clarkson depicts rising tensions over how the countryside should be used—food production, conservation and recreation—arguing that urban attitudes, rewilding pressures and increased visitor access can complicate rural life and farm economics; he also raises concerns about who ultimately manages land and what that means for landscape and communities.",articles:[{snippet:"But sadly everyone has suddenly decided they are now qualified to explain what the countryside is for.",id:"cf26d2d2-d55f-4b5b-862e-591436ff8fe9",headline:"Jeremy Clarkson: Drive on, townies. My cows don’t want your cuddles",publishedDate:"March, 2024",url:"https://www.thetimes.com/life-style/driving/article/jeremy-clarkson-drive-on-townies-my-cows-dont-want-your-cuddles-d9jm208jk",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"There is a sound argument for handing all Britain’s countryside and farmland to rock stars and bankers.",id:"ac7545e6-e6bb-11ea-b9f8-ab500af5d066",headline:"Farmer Clarkson: only Sting and the super-rich can save the countryside",publishedDate:"August, 2020",url:"https://www.thetimes.com/uk/politics/article/farmer-clarkson-only-sting-and-the-super-rich-can-save-the-countryside-zxhvq25tm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F7475da68-dbd3-11ea-8bfe-166b156f6daa.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"Boris Johnson, egged on by his inner Street Porter, has already announced that the countryside will become a sort of theme park for ramblers and tentists and that we shall buy our food from abroad.",id:"b17206c0-d5ca-11eb-a220-6b7b44d7fe64",headline:"Dear staycationers, get off my land — unless you’re buying one of my delicious scotch eggs",publishedDate:"June, 2021",url:"https://www.thetimes.com/business/technology/article/dear-staycationers-get-off-my-land-unless-youre-buying-one-of-my-delicious-scotch-eggs-rt0bxx27z",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F54b9abf0-cae3-11eb-b575-81b2a16c3be4.jpg?crop=907%2C907%2C581%2C19"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Health and aging",description:"Clarkson writes about ageing as a gradual but relentless decline in physical resilience, mixing humour with anxiety about pain, mobility and medical testing; across these pieces he describes the shock of feeling older than he mentally identifies as, and the ways health scares and lifestyle changes (including weight and alcohol) force adjustment.",articles:[{snippet:"Age. It’s invisible and insidious and hateful.",id:"74cf9054-ec53-11ea-ac85-a1844a335422",headline:"Jeremy Clarkson on his ageing pains — and the Range Rover Chieftain",publishedDate:"September, 2020",url:"https://www.thetimes.com/life-style/driving/article/review-jeremy-clarkson-range-rover-chieftan-s2rj62hxv",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F9afad73e-ec53-11ea-ac85-a1844a335422.jpg?crop=1100%2C1100%2C0%2C0"},{snippet:"However, they did take their toll. When we were allowed back into the world, I was so fat I looked like Ayers Rock on a unicycle.",id:"39efa986-5a82-11eb-9757-b51ef053b3e2",headline:"Jeremy Clarkson doesn’t need Joe Wicks. Farming is keeping him fit",publishedDate:"January, 2021",url:"https://www.thetimes.com/life-style/health-fitness/article/jeremy-clarkson-doesnt-need-joe-wicks-farming-is-keeping-him-fit-8mw5sdscn",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F58871190-5a82-11eb-9757-b51ef053b3e2.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"I know that in recent days we've lost Howard Keel, Yasser Arafat and Emlyn Hughes. I also know that the Americans are having a hard time in Falluja and that someone from HolbyEnders has been caught with her nose in the devil's dandruff. But all of this pales into insignificance alongside the news that I am beginning to disintegrate.",id:"edfe7801-8f39-4836-94b4-ce45adfd0723",headline:"Now I'm an artificial hipster",publishedDate:"November, 2004",url:"https://www.thetimes.com/life-style/health-fitness/article/now-im-an-artificial-hipster-z89xwt37dfw",image_url:""}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Public transport",description:"Clarkson portrays public transport as fundamentally less convenient than driving, mocking policy ambitions that buses could match the car for speed, comfort and flexibility. He also points to unintended downsides, such as the emissions and inefficiency of large diesel bus fleets, while keeping a deliberately snobbish edge in his broader view of who public transport is really for.",articles:[{snippet:"Yesterday, while making a white sauce, I needed some more milk and had to get to and from the shop in less than three minutes. I shall need a service that can handle this.",id:"dc385996-caea-49f2-b783-088c917bca8e",headline:"Wow, this has to be one fantastic bus",publishedDate:"March, 2013",url:"https://www.thetimes.com/travel/advice/wow-this-has-to-be-one-fantastic-bus-pl27q55hs36",image_url:null},{snippet:"I'm criticised by some Scottish chief constable one day for encouraging people to drive fast and then lambasted by Welsh assembly members for saying public transport is for poor people. Which it is.",id:"a72e02ab-e1da-420d-b1fa-17caace0043a",headline:"Clarkson on road safety",publishedDate:"January, 2008",url:"https://www.thetimes.com/travel/advice/clarkson-on-road-safety-650l9nnqpbr",image_url:null},{snippet:"That's 5, 308 London buses, usually with one confused old lady on board, doing 5.3mpg.",id:"8eef1f64-0f71-11ea-b931-e6147e389878",headline:"The Clarkson Review: the new electric Mercedes EQC",publishedDate:"December, 2019",url:"https://www.thetimes.com/uk/article/the-clarkson-review-the-new-electric-mercedes-eqc-20rh30p36",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fe5fbf894-f01e-11e9-9bda-2323db083a05.jpg?crop=1100%2C1100%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Net zero",description:"Clarkson argues that net zero targets clash with everyday realities, especially economic growth, food security and popular resistance to forced technological change. He frames the trade-offs as unavoidable and suggests public enthusiasm is fading, while also warning that a net-zero future could restrict travel and pleasures he sees as part of normal life.",articles:[{snippet:"I’m going to have a stab and suggest it was the moment they decided that strong economic growth and net zero weren’t mutually exclusive. They are.",id:"5a50a73a-94d5-46a2-9217-219bdefd0fdf",headline:"Jeremy Clarkson: Net zero or feeding ourselves? We can’t do both",publishedDate:"June, 2024",url:"https://www.thetimes.com/life-style/wildlife-nature/article/jeremy-clarkson-we-need-our-young-people-in-labs-not-superglued-to-roads-qvqxsk8gl",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"In a net-zero world, all these things will be as unreachable as the moons of Jupiter.",id:"eba1918f-db3a-448b-ab95-5d2f6d62c057",headline:"The young ones want a world without greed. No thanks",publishedDate:"December, 2023",url:"https://www.thetimes.com/comment/article/the-young-ones-want-a-world-without-greed-no-thanks-bmf7tj0p9",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Ff0aa3c4d-a839-4faf-a198-ae1a534beb8a.jpg?crop=900%2C900%2C253%2C0"},{snippet:"Rachel Reeves is currently busy dreaming up an exciting range of new and punitive taxes so she can pay for net zero — a policy that increasingly isn’t seen as remotely important.",id:"f96c71f4-eeaa-4057-a9fc-6b2f1ff14875",headline:"The Clarkson review: Volvo XC60 — whoa, this is a very good car",publishedDate:"September, 2025",url:"https://www.thetimes.com/life-style/driving/article/jeremy-clarkson-review-volvo-xc60-d9wnhhftm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F973a8cfe-21d3-46f5-a674-4bd6ab52e2f1.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Gen Z",description:"Clarkson depicts Gen Z as highly critical of Britain and drawn to simplified moral narratives, while also pursuing an idealised future that he thinks would strip away pleasures and freedoms. He mixes mockery with frustration, suggesting younger people want sweeping social changes and generous entitlements without fully grappling with practical consequences.",articles:[{snippet:"I was talking to some twenty something people on holiday in France and when I asked at one point what, in their minds, was good about Britain, there was an awkward silence. Followed by one of them saying: 'Nothing'",id:"4cc5947e-48e8-11ee-9ab6-ca60439104a6",headline:"Jeremy Clarkson: The young think the UK is suddenly rubbish but it always has been",publishedDate:"September, 2023",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-the-young-think-the-uk-is-suddenly-rubbish-but-it-always-has-been-qk8thq9sg",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F911681ec-48e8-11ee-9ab6-ca60439104a6.png?crop=1000%2C1000%2C0%2C0"},{snippet:"Battle-hardened cynics who’ve been around a while and seen things tend to roll their eyes and despair when they look at the sort of happy-clappy vegetable world the next generation is trying to create.",id:"eba1918f-db3a-448b-ab95-5d2f6d62c057",headline:"The young ones want a world without greed. No thanks",publishedDate:"December, 2023",url:"https://www.thetimes.com/comment/article/the-young-ones-want-a-world-without-greed-no-thanks-bmf7tj0p9",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Ff0aa3c4d-a839-4faf-a198-ae1a534beb8a.jpg?crop=900%2C900%2C253%2C0"},{snippet:"As a result we were treated all week to the views of various sixth-form Stalins who’d got it into their heads that free further education was a human right. Like free food and free phones and free TV licences and free public transport and free libraries and free holidays and free houses and free boob jobs and free £20 notes.",id:"700c6538-2861-11ec-8027-e80d42947f8f",headline:"Jeremy Clarkson: there’s a good reason why no lorry driver wants a job here: Britain is a big, bloody mess",publishedDate:"October, 2021",url:"https://www.thetimes.com/uk/article/jeremy-clarkson-theres-a-good-reason-why-no-lorry-driver-wants-a-job-here-britain-is-a-big-bloody-mess-vc2h2qldn",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F8930be06-2861-11ec-8027-e80d42947f8f.jpg?crop=985%2C985%2C488%2C10"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"NHS",description:"Clarkson argues the NHS has become an unsustainable, overextended institution that attracts ever more spending and regulation, while also acknowledging its necessity when he personally needs urgent care. He frames many public-health bans and restrictions as attempts to save money for the health service rather than improve everyday life.",articles:[{snippet:"Last weekend, my column in this newspaper was about how all the fun in our lives, and most of the money, was being sucked into the bottomless abyss that is the NHS. I said it was a creaking monster, past its sell-by date and suggested that it needed a complete rethink.",id:"2e2d63eb-bd5c-4888-b00c-a9c196b2d36c",headline:"Jeremy Clarkson: I called the NHS a monster. Hours later I was in hospital",publishedDate:"October, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-i-called-the-nhs-a-monster-hours-later-i-was-in-hospital-3q0vv8msc",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Ffc14ad28-dd1b-4cb0-975d-67e27b969bac.png?crop=300%2C300%2C0%2C0"},{snippet:"We’re told that sunbeds are a leading cause of the 17, 600 cases of skin cancer we see in the UK each year. And that it would save the NHS a fortune if they were to be outlawed.",id:"c24c885f-991c-4bff-ab55-42722e29be5c",headline:"To keep us happy, put the NHS out of its misery",publishedDate:"October, 2025",url:"https://www.thetimes.com/comment/columnists/article/to-keep-us-happy-put-the-nhs-out-of-its-misery-fv6sttzc6",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Ffc14ad28-dd1b-4cb0-975d-67e27b969bac.png?crop=300%2C300%2C0%2C0"},{snippet:"The main problem, as I see it, is that people have recently got it into their heads that the government has access to a magic money tree, which can be harvested of its low-hanging banknotes whenever things go a bit awry.",id:"1beaa6a8-3b8a-11ed-b563-f2f2fee81a76",headline:"Jeremy Clarkson: Time to hack down our magic money tree. The NHS can go too",publishedDate:"September, 2022",url:"https://www.thetimes.com/comment/article/jeremy-clarkson-time-to-hack-down-our-magic-money-tree-the-nhs-can-go-too-wgv8vh9pv",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F8f205dac-3b8a-11ed-b563-f2f2fee81a76.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Animal rights",description:"Clarkson treats animal-rights activism as intense and sometimes misplaced, contrasting outrage over animal welfare with indifference to human suffering. While he acknowledges real cruelty exists, he mocks absolutist vegan arguments and suggests activists can become detached from practical realities and competing priorities.",articles:[{snippet:"That brings us to a pro-vegan organisation called Animal Equality, which believes that fish can be sad, that an egg is an abortion and that milk is murder.",id:"aaf27302-163e-11e7-ae3c-9511ed6fbec8",headline:"Moove over, refugees. Militant vegans have claustrophobic cows to save",publishedDate:"March, 2017",url:"https://www.thetimes.com/comment/register/article/moove-over-refugees-militant-vegans-have-claustrophobic-cows-to-save-3jh9wrd0x",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F8e8549f6-16e8-11e7-a54e-4cb236a8ad37.jpg?crop=952%2C952%2C548%2C22"},{snippet:"Then you have the animal rights extremists who want to kill all scientists.",id:"5b818e8c-c507-4c0e-9d71-19e15c31835d",headline:"Bombing a spaniel is a step too far, Mr Putin — we’re sending in the SAS",publishedDate:"September, 2014",url:"https://www.thetimes.com/comment/register/article/bombing-a-spaniel-is-a-step-too-far-mr-putin-were-sending-in-the-sas-xlq0nx92k0d",image_url:null},{snippet:"I even enjoy the way American mink are charging around in the undergrowth killing voles because a) I don’t care about voles very much and b) it is one in the eye for the animal rights loonies who released the big mink into the wild in the first place.",id:"5c9a84f8-639b-45a1-b7c8-f1b85ec6595a",headline:"When cities burn, ban the beaver",publishedDate:"October, 2005",url:"https://www.thetimes.com/uk/politics/article/when-cities-burn-ban-the-beaver-xcsz0j2rr7q",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Police",description:"Clarkson portrays policing as distracted, bureaucratic and increasingly ineffective at tackling everyday crime, while being quick to intervene in minor or politically sensitive matters. He uses examples of low detection rates, slow responses, and internal misconduct to argue that public confidence is being eroded.",articles:[{snippet:"There was then a pause, after which she said that if I continued in this vein, she’d be forced to open a new line of inquiry into racist behaviour.",id:"add5defe-335f-11ec-a1f1-3deca2439cf5",headline:"Jeremy Clarkson: the police are too busy exposing themselves to one another to catch any criminals",publishedDate:"October, 2021",url:"https://www.thetimes.com/uk/crime/article/coppers-out-there-catching-criminals-jeremy-clarkson-x0nnjqg7n",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F8930be06-2861-11ec-8027-e80d42947f8f.jpg?crop=970%2C970%2C551%2C9"},{snippet:"It’s worse. ... a senior officer in Northamptonshire went public with the news that new recruits didn’t realise they had to work nights and weekends.",id:"e5239352-ba4b-11eb-88a0-2b24633e3d76",headline:"Today’s lily-livered cops can’t nick crooks, let alone crack skulls. Quick, dial the 1970s",publishedDate:"May, 2021",url:"https://www.thetimes.com/uk/article/todays-lily-livered-cops-cant-nick-crooks-let-alone-crack-skulls-quick-dial-the-1970s-m2dp8w8s5",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F0e2cdc2e-af5a-11eb-b844-593e41a4a1a5.jpg?crop=952%2C952%2C534%2C24"},{snippet:"A report in The Sunday Times last week revealed that in England and Wales only 4% of robberies and a mere 3% of burglaries are solved by the nation’s policemen and policemen women.",id:"c8115b08-7649-11e8-bc7b-5fc0ce8b4638",headline:"Jeremy Clarkson: A little gift I’d love to give the man who stole my TV — extreme police brutality",publishedDate:"June, 2018",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-a-little-gift-id-love-to-give-the-man-who-stole-my-tv-extreme-police-brutality-nqhmxmtwh",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Feb890496-7649-11e8-bc7b-5fc0ce8b4638.jpg?crop=981%2C981%2C567%2C9"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Food standards",description:"Clarkson highlights tensions between keeping UK food standards high and the pressures of cheap imports, trade deals and consumer price sensitivity. He suggests that people often prioritise low prices over welfare or production rules, and he criticises policy and activist-driven approaches that, in his view, neglect practical food supply realities.",articles:[{snippet:"Put simply, you may well be eating chickens that have been dousedin a bucket of chlorine to kill any of the bacteria they picked up during their short, cramped and miserable lives.",id:"152cb224-2152-11eb-835e-b9f4f386981e",headline:"Jeremy Clarkson: let British farmers take back control — of cheap, nasty food",publishedDate:"November, 2020",url:"https://www.thetimes.com/life-style/food-drink/article/jeremy-clarkson-let-british-farmers-take-back-control-of-cheap-nasty-food-wsffwbdrr",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fa1f19340-12d5-11eb-aa30-eaa5079247bf.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"Food? Nah. In a world where that comes to your door on the back of a moped, and meat is murder, it wasn’t important.",id:"1b9252be-b2ef-11ed-93c1-9f4b65bf4405",headline:"Jeremy Clarkson: the UK’s new farming policy is just as bad as Brexit",publishedDate:"March, 2023",url:"https://www.thetimes.com/life-style/food-drink/article/jeremy-clarkson-the-uks-new-farming-policy-is-just-as-bad-as-brexit-2n6tl625h",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F5905e39a-b2ef-11ed-93c1-9f4b65bf4405.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"This means food cannot be frozen or cooled as it’s moved to the supermarket. It means animals cannot be stunned before they’re executed.",id:"37a8071e-2ab0-11ec-9657-60f46274c249",headline:"Jeremy Clarkson has some climate suggestions for Boris Johnson",publishedDate:"October, 2021",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-has-some-climate-suggestions-for-boris-johnson-9bfpdp9w3",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F996b30b6-2ab0-11ec-9657-60f46274c249.jpg?crop=1500%2C1500%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Aviation and travel",description:"Clarkson treats travel disruption as an overhyped inconvenience for many passengers, while also highlighting how modern systems (from air traffic control to airport security threats) can fail or be exploited. He uses incidents involving delays, drones and transport chaos to argue that resilience and perspective are often missing in public reactions.",articles:[{snippet:"But the fact is that most of the time a flight delay is nothing more than a nuisance.",id:"ce84879a-6463-11ee-95ba-ef572a1cc3ed",headline:"Jeremy Clarkson: Flight been delayed? Just down a G&T and try to spy an aardwolf",publishedDate:"October, 2023",url:"https://www.thetimes.com/comment/article/jeremy-clarkson-flight-been-delayed-just-down-a-g-amp-t-and-try-to-spy-an-aardwolf-00kmktjwp",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fc3912388-6464-11ee-95ba-ef572a1cc3ed.png?crop=1000%2C1000%2C0%2C0"},{snippet:"As I write, planes have started to take off from Gatwick and everyone is now wandering about in a state of bewildered impotence, trying to work out who is responsible, how such a thing can be prevented in future and, of course, whether drones should now be banned.",id:"c325bc06-0555-11e9-aef4-fa8d5c1f7f40",headline:"Jeremy Clarkson: Lasers, nets, eagles, jammers — it’s all pie in the sky. Our only defence against drones is luck",publishedDate:"December, 2018",url:"https://www.thetimes.com/culture/tv-radio/article/jeremy-clarkson-lasers-nets-eagles-jammers-its-all-pie-in-the-sky-our-only-defence-against-drones-is-luck-tg9clhk86",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fe9f60e26-ef66-11e8-9fcf-225198b37f0e.jpg?crop=1000%2C1000%2C527%2C0"},{snippet:"Two squirrels somehow boarded a train that was heading from Reading to Gatwick, and there was no alternative. The train had to be evacuated.",id:"443f9aa2-1c9e-477b-a698-4d7f04004295",headline:"Jeremy Clarkson: Only Brits treat squirrels like a horde of velociraptors",publishedDate:"September, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-only-brits-treat-squirrels-like-a-horde-of-velociraptors-sls90jhp8",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Supercars",description:"Clarkson argues that modern supercars have become either too unusable for real roads or, paradoxically, too easy and sanitised to feel truly special. He values drama and difficulty as part of the supercar experience, while noting that engineering progress and regulation have changed how these cars feel and how people use them.",articles:[{snippet:"Now, though, there’s a new problem. The power is too accessible. The controls are too light. The space is too plentiful.",id:"48b66635-17be-4c5d-9de3-b58dda1625c6",headline:"The Clarkson review: McLaren Artura Spider — ‘God, they’re good’",publishedDate:"January, 2025",url:"https://www.thetimes.com/life-style/driving/article/the-clarkson-review-mclaren-artura-spider-too-easy-for-a-fat-bloke-to-get-into-to-be-a-supercar-cm58hwkts",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F9dabb1ee-f2fe-46e3-8580-24272b6a0263.jpg?crop=2812%2C2812%2C2%2C0"},{snippet:"I truly love the Aventador. Oh, sure, you can buy more economical supercars and more comfortable supercars and even faster supercars, but none delivers quite so much theatre as the big V12 Lambo.",id:"7edfc7d2-e763-11ec-9c30-501fb7a77d48",headline:"The Clarkson Review: Lamborghini Aventador",publishedDate:"June, 2022",url:"https://www.thetimes.com/life-style/driving/article/the-clarkson-review-lamborghini-aventador-xk2hvz39c",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fdb7a0e3a-e763-11ec-9c30-501fb7a77d48.jpg?crop=1100%2C1100%2C0%2C0"},{snippet:"I think we are going to have to face up to the fact that the supercar is dead.",id:"d2d3ed24-1de2-11eb-985d-994f7bd0fdd6",headline:"The Clarkson Review: Alfaholics GTA-R 290",publishedDate:"November, 2020",url:"https://www.thetimes.com/life-style/driving/article/the-clarkson-review-alfaholics-gta-r-290-7spmn63t3",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Feb8f8732-1de3-11eb-985d-994f7bd0fdd6.jpg?crop=1100%2C1100%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Artificial intelligence",description:"Clarkson presents AI as both a practical tool and a source of cultural and social unease: useful enough to be embedded in consumer products, but also capable of distorting public understanding through convincing fakes. He also frames AI in more human terms, questioning whether something artificial can ever feel genuinely real or lovable.",articles:[{snippet:"And only if you rewatch the clip with your spectacles on do you realise that it’s been made using AI.",id:"783f47cb-2a20-4c76-a448-01564358556b",headline:"Fed up of a nonsensical newsfeed? Pick up a paper instead",publishedDate:"September, 2024",url:"https://www.thetimes.com/comment/columnists/article/fed-up-of-a-nonsensical-newsfeed-pick-up-a-paper-instead-7swxvv6b9",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F973a8cfe-21d3-46f5-a674-4bd6ab52e2f1.png?crop=1000%2C1000%2C0%2C0"},{snippet:"We are told, as AI begins to blossom, that this is possible and maybe even desirable but could you fall in love with an AI person. I’m not sure you could.",id:"b1c6b8fc-b199-43aa-95aa-9a2cb3896785",headline:"The Clarkson review: Mercedes-Benz G 580 — the Germans’ idea of fun",publishedDate:"June, 2025",url:"https://www.thetimes.com/life-style/driving/article/mercedes-benz-g580-review-jeremy-clarkson-s3bcqp2qp",image_url:"https://www.thetimes.co.uk/imageserver/image/%2F77640810-cc61-4745-b3c8-1339b706b15f.jpg?crop=371%2C371%2C1075%2C0"},{snippet:"There’s an AI assistant powered by ChatGPT, the ability to watch Disney+ and other streaming services, and a 150kW charging system that can deliver a 10 to 80 per cent charge in about 30 minutes.",id:"060e6d66-51e4-46b7-a89b-d18819d0110f",headline:"The best cars of 2025: from family SUVs to luxury convertibles",publishedDate:"October, 2025",url:"https://www.thetimes.com/life-style/driving/article/best-cars-2025-motor-awards-uk-dvngr2wws",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fcfb66b80-f134-45f2-96df-2d8926f4d9f6.jpg?crop=1800%2C1800%2C700%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"The Cotswolds",description:"Across these pieces, the Cotswolds is presented as both picturesque and increasingly changed by modern life: a place where rural charm and local food culture coexist with new ventures, shifting tastes and the practical realities of making a living in the countryside.",articles:[{snippet:"When I moved to the Cotswolds 25 years ago, visitors from London would be genuinely surprised when they pressed a light switch and the rural darkness was vanquished.",id:"c3bca130-2d68-11ee-9834-48723b853b50",headline:"Jeremy Clarkson: Calling all curry houses, the Cotswolds’ gastronomes need you",publishedDate:"July, 2023",url:"https://www.thetimes.com/comment/article/jeremy-clarkson-calling-all-curry-houses-the-cotswolds-gastronomes-need-you-wzrcjmtcz",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F3bf25158-2d6a-11ee-9834-48723b853b50.png?crop=1000%2C1000%2C0%2C0"},{snippet:"Old, Cotswoldy and sitting in five acres of its own land.",id:"bf696d80-a7f5-48ba-8c2e-eb4b864f1455",headline:"The Clarkson Arms: yes, I’ve bought a pub (full of dead rats)",publishedDate:"June, 2024",url:"https://www.thetimes.com/comment/columnists/article/the-clarkson-arms-yes-ive-bought-a-pub-full-of-dead-rats-lw2dgh0pm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F973a8cfe-21d3-46f5-a674-4bd6ab52e2f1.png?crop=1000%2C1000%2C0%2C0"},{snippet:"It’s never easy to grow that here in the brashy hills of the Cotswolds, but as we need it for our Hawkstone beer we plough on regardless.",id:"c004e20d-526f-4ea7-b645-dc1101d148d6",headline:"Jeremy Clarkson: Climate change is real. That’s why Kaleb should get some ostriches",publishedDate:"July, 2023",url:"https://www.thetimes.com/uk/article/jeremy-clarkson-climate-change-is-real-thats-why-kaleb-should-get-some-ostriches-hsp3pbxs5",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Speed Cameras",description:"These excerpts show a consistently sceptical, often mocking attitude to speed enforcement, ranging from complaints about camera saturation and complexity to the claim that policy aims for an impossible zero-risk road system.",articles:[{snippet:"Speed cameras were triggered by passing wheelie bins.",id:"23b8caac-0884-47f4-bb90-5a41131781ee",headline:"Jeremy Clarkson: French holidays are worth the racist mosquitoes",publishedDate:"August, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-french-holidays-mosquitoes-whlhfsg3j",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"},{snippet:"I am monitored by average-speed cameras on every single inch of the journey.",id:"7027cda2-3a43-11e7-ad3e-bd006436e66c",headline:"The Clarkson Review: Volvo S90",publishedDate:"May, 2017",url:"https://www.thetimes.com/uk/crime/article/jeremy-clarkson-review-volvo-s90-3x6jwwf6b",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fe8cecff2-3661-11e7-b200-8fa404b10d10.jpg?crop=1429%2C1429%2C20%2C36"},{snippet:"With 6,000 speed cameras nestling in every bush and parked van, they will not stop until they've got the accident rate down to zero.",id:"a72e02ab-e1da-420d-b1fa-17caace0043a",headline:"Clarkson on road safety",publishedDate:"January, 2008",url:"https://www.thetimes.com/travel/advice/clarkson-on-road-safety-650l9nnqpbr",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"European Union",description:"Taken together, these quotes frame the EU and Brexit through the lenses of everyday friction and farming economics: he contrasts former subsidy arrangements with post-Brexit disruption, and argues that the practical outcome has been cost, hassle and fewer benefits than promised.",articles:[{snippet:"Brexit hasn’t made our lives better in any way that I can see.",id:"535600aa-28f6-44f1-8a42-3feb6f0e10a2",headline:"Jeremy Clarkson: Brexit makes me want to sit in a gutter and weep",publishedDate:"February, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-brexit-makes-me-want-to-sit-in-a-gutter-and-weep-8tz2fl5vr",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"},{snippet:"After Brexit was done and our plumbing suddenly went wrong because all the Poles had gone home, the government said farmers shouldn’t worry about life outside the EU because there would be 'public money for public good'.",id:"45780cd9-f4d4-4bd7-ad93-df69368f402a",headline:"Jeremy Clarkson: what farming could learn from Pablo Escobar",publishedDate:"March, 2024",url:"https://www.thetimes.com/life-style/driving/article/jeremy-clarkson-what-farming-could-learn-from-pablo-escobar-93f9jm0s6",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"I used to get £83,298 a year from the EU, which of course is a huge amount of money.",id:"1b9252be-b2ef-11ed-93c1-9f4b65bf4405",headline:"Jeremy Clarkson: the UK’s new farming policy is just as bad as Brexit",publishedDate:"March, 2023",url:"https://www.thetimes.com/life-style/food-drink/article/jeremy-clarkson-the-uks-new-farming-policy-is-just-as-bad-as-brexit-2n6tl625h",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F5905e39a-b2ef-11ed-93c1-9f4b65bf4405.jpg?crop=1500%2C1500%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Global Conflict",description:"These quotes connect war and geopolitical tension to everyday consequences: he highlights wider posturing and flashpoints, and then focuses on how conflict—particularly Ukraine—can cascade into energy and food shocks with direct impacts on households.",articles:[{snippet:"This Ukraine business, however, is causing me to have a few chin-scratching moments of despair.",id:"2b7ffd36-cb8f-11ec-8423-5db7bbe7a364",headline:"Why Farmer Clarkson is losing sleep over the global food crisis",publishedDate:"May, 2022",url:"https://www.thetimes.com/life-style/article/why-farmer-clarkson-is-losing-sleep-over-the-global-food-crisis-52h8v8kk9",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fed638092-cb9b-11ec-8423-5db7bbe7a364.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"In the Black Sea, the Royal Navy is cruising around off the Crimean peninsula, asking Johnny Russian to have a go if he thinks he’s hard enough.",id:"b17206c0-d5ca-11eb-a220-6b7b44d7fe64",headline:"Dear staycationers, get off my land — unless you’re buying one of my delicious scotch eggs",publishedDate:"June, 2021",url:"https://www.thetimes.com/business/technology/article/dear-staycationers-get-off-my-land-unless-youre-buying-one-of-my-delicious-scotch-eggs-rt0bxx27z",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F54b9abf0-cae3-11eb-b575-81b2a16c3be4.jpg?crop=907%2C907%2C581%2C19"},{snippet:"Oh, how we laughed when Charlotte Church went on Question Time recently and told the audience of lunatics and lefties that the conflict in Syria was caused by global warming.",id:"ea4ff508-95c8-11e5-b941-6b4c4ec1a03b",headline:"Come on, Charles: put Frankenfish and bio-bees in your world peace plan",publishedDate:"November, 2015",url:"https://www.thetimes.com/comment/register/article/come-on-charles-put-frankenfish-and-bio-bees-in-your-world-peace-plan-8zrptwgbv",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F13447456-47eb-11e5-94f4-bc4db0bbc0d9.jpg?crop=200%2C200%2C50%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Alcohol & Brewing",description:"The selection mixes changing drinking habits with the practical and commercial realities of pubs and beer: he notes younger abstinence trends, reflects on drinking (and not drinking), and frames brewing and pub ownership as part passion project, part logistical headache.",articles:[{snippet:"Figures just out show that in the UK a third of people under the age of 25 do not drink alcohol at all.",id:"a005f6b6-8014-11ee-9922-7d1e112e6631",headline:"Jeremy Clarkson: It might be the bitter end for alcohol. Even I’m brewing booze-free ale",publishedDate:"November, 2023",url:"https://www.thetimes.com/uk/healthcare/article/jeremy-clarkson-it-might-be-the-bitter-end-for-alcohol-even-im-brewing-booze-free-ale-c03blw7lt",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fd3cae39e-8014-11ee-9922-7d1e112e6631.png?crop=1000%2C1000%2C0%2C0"},{snippet:"I had failed to get planning permission to turn a barn on my farm into a restaurant, but I still wanted somewhere where I could sell all that we make here. And my own beer in the taps too.",id:"bf696d80-a7f5-48ba-8c2e-eb4b864f1455",headline:"The Clarkson Arms: yes, I’ve bought a pub (full of dead rats)",publishedDate:"June, 2024",url:"https://www.thetimes.com/comment/columnists/article/the-clarkson-arms-yes-ive-bought-a-pub-full-of-dead-rats-lw2dgh0pm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F973a8cfe-21d3-46f5-a674-4bd6ab52e2f1.png?crop=1000%2C1000%2C0%2C0"},{snippet:"While I try to find a job, I’ve reassessed my drinking strategy.",id:"36759ee9-6286-49d8-88f2-daf3317b8539",headline:"Gotta get a job — then I can give up elderflower cordial and live again",publishedDate:"June, 2015",url:"https://www.thetimes.com/culture/tv-radio/article/gotta-get-a-job-then-i-can-give-up-elderflower-cordial-and-live-again-qscr97q70t7",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"The Royal Family",description:"These excerpts treat the monarchy as a mix of tradition, spectacle and media drama: he debates hereditary rule, comments on coronation-style ceremony and cost, and contrasts royal crowd management expectations with modern celebrity culture around individual royals.",articles:[{snippet:"King Charles hinted last week that, compared with the golden, myrrh-flecked extravagances of old, his coronation will be more diverse and, we must assume, more sustainable as well.",id:"427d5f0a-4bec-11ed-b4df-93f167fe6682",headline:"Jeremy Clarkson: Let’s make the coronation the king of parties — with host Phillip Schofield",publishedDate:"October, 2022",url:"https://www.thetimes.com/comment/article/jeremy-clarkson-lets-make-the-coronation-the-king-of-parties-with-host-phillip-schofield-zj8bxtdf5",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F407e3afe-4664-11ed-b6ed-f47de7cde676.png?crop=1000%2C1000%2C0%2C0"},{snippet:"It’s nuts that Prince Charles is going to be our next leader simply because his mum was.",id:"2f24d294-20df-11e9-a139-02e9ea2619a2",headline:"Jeremy Clarkson: Anointed with Piz Buin and ordained by magical thinking. God save our royal family!",publishedDate:"January, 2019",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-how-does-my-garden-grow-with-sickly-twigs-and-a-threadbare-hedge-and-no-bees-at-all-53mth8n5f",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fca9e7226-15d5-11e9-9e09-701e9f424b2e.jpg?crop=987%2C987%2C560%2C7"},{snippet:"Last week the Duchess of Sussex — that’s the American one, if you get them all muddled up — was invited by the United Nations to promote markets by spending 20 minutes touring a market in Fiji. Sadly, after just six minutes she whispered urgently into an aide’s ear, and then moments after that she was politely bundled into a black van and whisked away.",id:"23b7e89c-d94f-11e8-9dc6-a299178189bc",headline:"Jeremy Clarkson: Meghan the scarpering duchess could learn a trick about crowds from me and the Queen",publishedDate:"October, 2018",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-meghan-the-scarpering-duchess-could-learn-a-trick-about-crowds-from-me-and-the-queen-7x70sz5p5",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F2c0e0dfe-d3dd-11e8-a11d-bbe7d6a3bc92.jpg?crop=985%2C985%2C525%2C5"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Streaming vs. TV",description:"The quotes reflect a shift from simpler broadcast viewing to a fragmented, subscription-heavy streaming world: he complains about cost and complexity, while also pointing to major shows and finales now landing on platforms like Amazon Prime.",articles:[{snippet:"If, however, you want a service that talks about something other than transgender issues, you’ve got to get Netflix, Amazon Prime Video and Disney+.",id:"8f9dff74-c262-11ec-8e50-d692b1fbef48",headline:"Jeremy Clarkson on Netflix: It costs a packet to watch the telly these days — but it’s still cheaper than going to the pub",publishedDate:"April, 2022",url:"https://www.thetimes.com/culture/tv-radio/article/jeremy-clarkson-netflix-television-comment-ford-zodiac-speedboats-bullseye-gbk8r89d6",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fb3cb4d84-c258-11ec-8e50-d692b1fbef48.jpg?crop=3200%2C3200%2C800%2C0"},{snippet:"You can see our final road trip together on Amazon Prime very soon.",id:"46c1b4df-502d-4679-8cca-1987a675d101",headline:"Two decades of Top Gear and The Grand Tour — by Clarkson, Hammond and May",publishedDate:"August, 2024",url:"https://www.thetimes.com/life-style/celebrity/article/top-gear-grand-tour-jeremy-clarkson-hammond-may-tx9m9zrjm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F91d277d3-d404-4a5f-9e3c-fc150b52011d.jpg?crop=2846%2C2846%2C146%2C631"},{snippet:"To make the new Amazon Prime series of The Grand Tour we went to China, Sweden, Arizona, France, Doncaster, Finland, Detroit, Mongolia, Spain, Azerbaijan, Colombia, Georgia, Doha and Scotland.",id:"4997c1a6-1368-11e9-9e09-701e9f424b2e",headline:"The Grand Tour special: Jeremy Clarkson and co on returning for a new series of globetrotting high jinks",publishedDate:"January, 2019",url:"https://www.thetimes.com/world/asia/article/the-grand-tour-special-jeremy-clarkson-and-co-on-returning-for-a-new-series-of-globetrotting-high-jinks-t2zpqp8jf",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F43804f46-0f7a-11e9-b2d9-d7ce5006339e.jpg?crop=1500%2C1500%2C375%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Climate Change",description:"These selections frame climate change as both a political flashpoint and an on-the-ground reality: he describes extreme weather affecting farming, mocks protest culture, and repeats the broader fear that environmental deterioration is accelerating.",articles:[{snippet:"Yes, it’s all a complete disaster. Last summer was so hot and so dry for so long that the ground was harder than diamond-infused granite.",id:"c004e20d-526f-4ea7-b645-dc1101d148d6",headline:"Jeremy Clarkson: Climate change is real. That’s why Kaleb should get some ostriches",publishedDate:"July, 2023",url:"https://www.thetimes.com/uk/article/jeremy-clarkson-climate-change-is-real-thats-why-kaleb-should-get-some-ostriches-hsp3pbxs5",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"As I write, hundreds of men and women with unnecessary hair are blocking up London by staging kumbaya singsongs and holistic wellness seminars at key intersections.",id:"e5b43834-69c2-11e9-a6b6-f54765c271fe",headline:"The Clarkson Review: Audi R8 V10 Performance",publishedDate:"May, 2019",url:"https://www.thetimes.com/uk/article/the-clarkson-review-audi-r8-v10-performance-95r23lml2",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F90b83758-6bf3-11e9-a6b6-f54765c271fe.jpg?crop=1100%2C1100%2C0%2C0"},{snippet:"Yes, we are told every 20 minutes that soon the Earth will be a superheated ruin that’s no longer capable of supporting even bacterial life.",id:"2b7ffd36-cb8f-11ec-8423-5db7bbe7a364",headline:"Why Farmer Clarkson is losing sleep over the global food crisis",publishedDate:"May, 2022",url:"https://www.thetimes.com/life-style/article/why-farmer-clarkson-is-losing-sleep-over-the-global-food-crisis-52h8v8kk9",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fed638092-cb9b-11ec-8423-5db7bbe7a364.jpg?crop=1500%2C1500%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Housing Crisis",description:"The extracts treat the housing crisis as a collision of targets, local resistance and planning dysfunction: he jokes about a new 'crop rotation' of building on land, criticises relentless expansion, and highlights how bureaucracy and objections can stall or distort development.",articles:[{snippet:"But now there’s a new, and much more profitable, crop rotation. Corn. Beans. Houses.",id:"bd65413e-5557-4c9a-9fc8-59d7a916a173",headline:"Jeremy Clarkson: why I (probably) won’t build 50 houses at Diddly Squat",publishedDate:"January, 2024",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-diddly-squat-why-probably-wont-build-houses-xv636b6r2",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"Someone at the lodge decided a few years ago that Chipping Norton needed 800 million new houses.",id:"6f7e7f72-e069-11ed-b345-4f26be9c4278",headline:"Jeremy Clarkson: Gambling just doesn’t feel right without a wad of cash",publishedDate:"April, 2023",url:"https://www.thetimes.com/sport/horse-racing/article/jeremy-clarkson-gambling-without-cash-9lpfglxb7",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fda921986-e069-11ed-b345-4f26be9c4278.png?crop=1000%2C1000%2C0%2C0"},{snippet:"I decided recently to turn an unused lambing barn into a small, wood ’n’ sawdust café that would sell good food that had been grown and reared locally.",id:"57d0df16-7547-11ec-b318-3e3a5d689572",headline:"Jeremy Clarkson: I watched in horror as my restaurant dreams were destroyed by nimbys",publishedDate:"January, 2022",url:"https://www.thetimes.com/uk/environment/article/jeremy-clarkson-i-watched-in-horror-as-my-restaurant-dreams-were-destroyed-by-nimbys-7ph7zw0cm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fc178bcbc-7548-11ec-b318-3e3a5d689572.jpg?crop=1500%2C1500%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Holiday Destinations",description:"These quotes depict holidays as equal parts escapism and hassle: he celebrates places he loves (like the south of France), mocks the modern bureaucracy of travel, and notes the marketing obsession with ever-smaller, more remote 'desert island' experiences.",articles:[{snippet:"I’m just back from a few days in the south of France. It’s my happy place.",id:"23b8caac-0884-47f4-bb90-5a41131781ee",headline:"Jeremy Clarkson: French holidays are worth the racist mosquitoes",publishedDate:"August, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-french-holidays-mosquitoes-whlhfsg3j",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"},{snippet:"Last month I decided to go to the Seychelles for a few days, but, with Covid hanging in the air, I needed permission first.",id:"742ef040-8086-11ec-afe3-4426f55f9ac6",headline:"Jeremy Clarkson: Going on holiday is hell — but worth it for the horny tortoises",publishedDate:"January, 2022",url:"https://www.thetimes.com/uk/article/jeremy-clarkson-going-on-holiday-is-hell-but-worth-it-for-the-horny-tortoises-lw2t2jswf",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F9a0118c4-756a-11ec-886c-723ddd37efb5.jpg?crop=952%2C952%2C569%2C8"},{snippet:"People don’t want to go to Africa or India. They don’t want to holiday on a continent. They want to be on a Maldive, between the continents.",id:"23a7f064-0c8e-11ee-bf81-8b99fdf73556",headline:"Jeremy Clarkson: Self-sufficient Isles of Scilly show us how to be sensible",publishedDate:"June, 2023",url:"https://www.thetimes.com/comment/article/jeremy-clarkson-self-sufficient-isles-of-scilly-show-us-how-to-be-sensible-wvptxm8rw",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F6e2db470-0c8e-11ee-bf81-8b99fdf73556.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Cyclists",description:"Across these pieces, Clarkson frames cycling as a recurring flashpoint in the battle for road space: he insists he is not anti-cyclist, but argues that predictable clashes arise when bikes and cars are forced to coexist in crowded cities, and he frequently highlights how quickly everyday encounters can turn hostile.",articles:[{snippet:"Let me explain from the outset that I am not anti-cyclist. If somebody wants to ride around on a child’s toy, I’m really not bothered.",id:"4c14f028-0b00-4faa-8262-073b87c04f75",headline:"Jeremy v Jeremy",publishedDate:"January, 2014",url:"https://www.thetimes.com/travel/destinations/uk-travel/england/london-travel/jeremy-v-jeremy-nqbnks805hf",image_url:null},{snippet:"If you’re going to put thousands of bicycles on the streets of London it is inevitable that some of them are going to be squished.",id:"415bfb00-9c90-4972-843c-ffaa16be7563",headline:"A menace to cyclists, cars, even low flying aircraft",publishedDate:"December, 2013",url:"https://www.thetimes.com/travel/advice/a-menace-to-cyclists-cars-even-low-flying-aircraft-cfzb6rdxtdb",image_url:null},{snippet:"I try not to look at pretty girls on bicycles because it is probably annoying to have half the population looking up your skirt and praying for a gust of wind. But it is not possible.",id:"d47b6689-6c06-4866-8b7f-c741510c928b",headline:"The wit and wisdom of Jeremy Clarkson",publishedDate:"March, 2013",url:"https://www.thetimes.com/comment/columnists/article/the-wit-and-wisdom-of-jeremy-clarkson-m8wbhjpck0g",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Vegetarianism",description:"Clarkson treats vegetarianism and veganism as cultural and political flashpoints as much as dietary choices, often mocking plant-only eating while also describing being pushed toward it by personal circumstances and wider trends; across the quotes, his tone ranges from comic disdain to resigned practicality.",articles:[{snippet:"Eating a plate of food that contains no animal product of any kind marks you down as a squirrel.",id:"28ac2f8c-60c9-4ccf-a089-532c8d96d290",headline:"Save the planet, eat a vegan",publishedDate:"June, 2007",url:"https://www.thetimes.com/uk/environment/article/save-the-planet-eat-a-vegan-lzj6mfpnsjq",image_url:null},{snippet:"Hold on, I need to be careful here because veganism is actually a disability.",id:"2ee6c14b-d3f8-46e6-b1c3-770c9d48b77d",headline:"Chickens are safe but Labour’s Ms Vegan will leave us ripped to shreds",publishedDate:"October, 2015",url:"https://www.thetimes.com/comment/register/article/chickens-are-safe-but-labours-ms-vegan-will-leave-us-ripped-to-shreds-ch5hcpbc8nv",image_url:null},{snippet:"As I may have mentioned a few (hundred) times in the past month, I have been forced by recent events to become a vegetablist.",id:"fc508465-c4e9-460b-b569-412602c43ae4",headline:"Jeremy Clarkson: Wellness trends are a load of (inflatable) balls",publishedDate:"November, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-wellness-trends-are-a-load-of-inflatable-balls-djfdzjprw",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F4b8241de-fa8c-4e88-b143-0ba6be62659d.jpg?crop=1000%2C1000%2C143%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"U.S. election",description:"Clarkson depicts the U.S. election as both spectacle and symptom: he ridicules the tone and behaviour of candidates and voters, while also using American politics as a lens for class, culture and workplace conflict back in Britain.",articles:[{snippet:"The American election is becoming hilarious. One of the candidates is a complete lunatic and the other is a complete lunatic.",id:"6d6e93b9-cd48-4bf1-9125-d1e1965618fb",headline:"Jeremy Clarkson: I blame Cilla Black for our dim politicians",publishedDate:"October, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-i-blame-cilla-black-for-our-dim-politicians-9287dbm5q",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F973a8cfe-21d3-46f5-a674-4bd6ab52e2f1.png?crop=1000%2C1000%2C0%2C0"},{snippet:"They can’t understand the US election result ... And yet somehow she lost.",id:"d89067a4-a84f-11e6-8255-89d32ba1e498",headline:"Pipe down and come with me on a tour of Trump’s Britain",publishedDate:"November, 2016",url:"https://www.thetimes.com/uk/politics/article/pipe-down-and-come-with-me-on-a-tour-of-trumps-britain-2rgj2ws9h",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F49b3411c-a851-11e6-8255-89d32ba1e498.jpg?crop=907%2C907%2C179%2C20"},{snippet:"I know we are no longer able to fire people, even if they do a number two on your desk and weep every time someone mentions President-elect Trump, but if someone in my employ insisted on sitting on a space hopper, I’d carpet the office with drawing pins.",id:"fc508465-c4e9-460b-b569-412602c43ae4",headline:"Jeremy Clarkson: Wellness trends are a load of (inflatable) balls",publishedDate:"November, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-wellness-trends-are-a-load-of-inflatable-balls-djfdzjprw",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F4b8241de-fa8c-4e88-b143-0ba6be62659d.jpg?crop=1000%2C1000%2C143%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Health and safety",description:"Clarkson repeatedly argues that modern health-and-safety culture elevates procedure over judgement: he describes “risk assessment” as a creativity-killer, mocks on-screen safety theatre, and treats the broader system as something that both infantilises adults and blocks ambitious projects.",articles:[{snippet:"I genuinely, actively and passionately hate health and safety.",id:"6198453e-76f1-48e3-bcbe-b7a64788508a",headline:"Coming soon: Top Hi Vis Gear. No stunts, no tomfoolery, no fun",publishedDate:"February, 2014",url:"https://www.thetimes.com/culture/tv-radio/article/coming-soon-top-hi-vis-gear-no-stunts-no-tomfoolery-no-fun-zqtwld036cp",image_url:null},{snippet:"Months of planning. Many hundreds of thousands of pounds. A great story. All dashed on the jagged rocks of risk assessment and bits of small print in the insurance arrangements.",id:"8221afa4-a4d2-11e9-95c3-8511e62f8ecb",headline:"Putin might not save Richard Hammond from a smash, but he’d get us all picking up our litter",publishedDate:"July, 2019",url:"https://www.thetimes.com/world/russia-ukraine-war/article/putin-might-not-save-richard-hammond-from-a-smash-but-hed-get-us-all-picking-up-our-litter-n0c8w6sxg",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F5aa63826-8ed6-11e9-9b18-a1967b748a67.jpg?crop=990%2C990%2C558%2C3"},{snippet:"Schoolchildren are always told that they must work hard in lessons and pass their exams or they will end up as a health and safety officer. But this is emphatically not the case.",id:"37e4d263-c05e-4304-8afb-c17814692cb7",headline:"I didn’t get a PhD and CBE playing by the rules, Mr Gove",publishedDate:"June, 2013",url:"https://www.thetimes.com/uk/crime/article/i-didnt-get-a-phd-and-cbe-playing-by-the-rules-mr-gove-zhf7xr9pf7w",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Culture",description:"In these columns, Clarkson treats “culture” as everything from public art and heritage to the culture-war battles over institutions and language; he mocks officialdom’s instinct to regulate, while also skewering modern public-sector attempts to quantify what makes people happy.",articles:[{snippet:"Someone has installed a gigantic and rather elegant ladder on Dartmoor. It’s not propped up against anything; it just rises up from the middle of nowhere and heads off into the clouds.",id:"4532c554-f247-11e7-bcd3-3997d520b462",headline:"Jeremy Clarkson: Next up on It’s an Arty Knockout — Chippenham’s forest of manhole covers",publishedDate:"January, 2018",url:"https://www.thetimes.com/culture/art/article/jeremy-clarkson-next-up-on-its-an-arty-knockout-chippenhams-forest-of-manhole-covers-8rws7f5z0",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fd673ebca-e1e3-11e7-b446-30898d5bb4d6.jpg?crop=864%2C864%2C606%2C16"},{snippet:"He wasn’t talking about Ukraine. He was talking about a full-on left-wing campaign to unstitch and burn the fabric of Britain.",id:"8c2a13fc-9901-11ed-b166-62bd6c86c09d",headline:"Jeremy Clarkson: We’re in the midst of a coup. Who the hell’s behind it?",publishedDate:"January, 2023",url:"https://www.thetimes.com/life-style/article/jeremy-clarkson-were-in-the-midst-of-a-coup-who-the-hells-behind-it-kmwjgqcbw",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fb62e9800-9909-11ed-ae85-8165ffa85053.png?crop=1000%2C1000%2C0%2C0"},{snippet:"Because after months of government-funded extensive research by Historic England, it turns out that what actually makes me happy is the fact that just five miles from where I live there’s some kind of old druidy stone circle.",id:"d9d46445-69a1-4769-a2ae-110c2282b08a",headline:"Britain’s gone to pot. Will living near a pottery really cheer us up?",publishedDate:"March, 2024",url:"https://www.thetimes.com/article/britains-gone-to-pot-will-living-near-a-pottery-really-cheer-us-up-sl88kqt66",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F50a87d29-6078-4471-b87f-871e8e2b60ae.jpg?crop=1000%2C1000%2C138%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Taxes",description:"Clarkson’s tax comments focus on policy and consequence: he attacks headline-grabbing changes (especially those affecting land and rural life), mocks the public arguments around fiscal plans, and warns that higher taxes can distort incentives or push activity elsewhere.",articles:[{snippet:"Rachel Reeves announced in her budget that farmland is no longer exempt from inheritance tax.",id:"38229814-2a69-4b15-b446-d9953e1e67ec",headline:"Rachel Reeves was going after dukes. She may kill farming instead",publishedDate:"November, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-rachel-reeves-budget-kill-farming-qxjgtz93x",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"},{snippet:"Ever since last week’s Conservative chancellor finished his statement about how he would be taking from the rich and giving to the poor, people have been arguing about whether the measures are necessary, or a bit communistical.",id:"5b7b7e4c-676c-11ed-9960-a1f4eb634c35",headline:"Jeremy Clarkson: My market speculation paid off: not buying any crypto",publishedDate:"November, 2022",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-my-market-speculation-paid-off-not-buying-any-crypto-xzxnfzn9c",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F9fb2abe4-676c-11ed-9960-a1f4eb634c35.png?crop=1000%2C1000%2C0%2C0"},{snippet:"It gets worse because next year there’s the risk that the weather will do something bonkers again, and the certainty that all of Rachel Reeves’s exciting new taxes will come into being.",id:"f43a9c74-73da-44b0-b284-4c273432273b",headline:"Jeremy Clarkson: our farming system doesn’t make sense. We must save it",publishedDate:"September, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-britains-farming-system-doesnt-make-sense-we-must-save-it-n0v60wrzk",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"DIY",description:"Clarkson portrays DIY as a recurring trap: the optimism to start a project returns even after past disasters, and the “do-it-yourself” impulse often ends with professionals fixing the damage; his tone mixes self-mockery with warnings about competence, tools and unintended consequences.",articles:[{snippet:"DIY is like pain.",id:"8f83390c-066a-4e48-b861-877e52df6fe9",headline:"Test: Jaguar XKR R",publishedDate:"March, 2003",url:"https://www.thetimes.com/life-style/driving/article/test-jaguar-xkr-r-vrlcxcxvpf2",image_url:null},{snippet:"You remember that the last set of cupboards you made fell down, taking the area’s power supply with them, but you can’t for the life of you remember what it felt like or why.",id:"d47b6689-6c06-4866-8b7f-c741510c928b",headline:"The wit and wisdom of Jeremy Clarkson",publishedDate:"March, 2013",url:"https://www.thetimes.com/comment/columnists/article/the-wit-and-wisdom-of-jeremy-clarkson-m8wbhjpck0g",image_url:null},{snippet:"Well, this is it. The first Christmas in our new house. A house that’s been built from scratch.",id:"ca59f354-7d6d-11ed-a3d2-203363978915",headline:"Jeremy Clarkson: My new house is freezing — and the boot room is way too small",publishedDate:"December, 2022",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-my-new-house-is-freezing-and-the-boot-room-is-way-too-small-28t7w6phc",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F25796ed8-7d7b-11ed-a3d2-203363978915.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Nanny state",description:"Clarkson’s “nanny state” theme targets rules and guidance he sees as treating adults like children—especially around driving, drinking and everyday behaviour—arguing that regulation spreads through petty enforcement, moralising public messaging and increasingly intrusive bureaucracy.",articles:[{snippet:"I’ve always maintained that if the motor car were invented now, in its current form, no government on earth would allow ordinary people to drive around in one.",id:"f0a2b8c2-89e9-490d-96bc-035fcfcccc1d",headline:"VW Polo GTI: It goes ever so quick from nought to sulky",publishedDate:"June, 2010",url:"https://www.thetimes.com/travel/advice/vw-polo-gti-it-goes-ever-so-quick-from-nought-to-sulky-gqm9fq8x2s8",image_url:null},{snippet:"Genuinely, it staggers me that with all the problems facing the nation right now, some of my tax money is being used to work out how much wine I should drink before supper.",id:"aaae09c6-8412-4dac-a4d0-06ef153d3110",headline:"Get another round in, lads – we’ve got some pubs to save",publishedDate:"January, 2009",url:"https://www.thetimes.com/travel/destinations/uk-travel/england/london-travel/get-another-round-in-lads-weve-got-some-pubs-to-save-t8g2v0hwvnp",image_url:null},{snippet:"In Soviet Russia you were allowed to do everything but vote. Whereas in America 20 years ago you could vote. But do nothing else.",id:"491d6d28-1e98-4bdb-88aa-7acdbc33cbb7",headline:"Yes, siree — count me in for genocide and conservatory building",publishedDate:"November, 2012",url:"https://www.thetimes.com/world/us-world/article/yes-siree-count-me-in-for-genocide-and-conservatory-building-gb7nztww658",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Top Gear",description:"Clarkson frames Top Gear’s legacy as a long run of ambitious, often chaotic filmmaking built on risk, travel, and presenter chemistry; he stresses the scale of what the show “invented,” while also defending its controversies and recalling the real-world consequences of its stunts and provocations.",articles:[{snippet:"Most people thought, with some justification, that we were bound to fly it at 500mph, in a blizzard of outrage and tabloid headlines, into a mountainside. But we didn’t.",id:"46c1b4df-502d-4679-8cca-1987a675d101",headline:"Two decades of Top Gear and The Grand Tour — by Clarkson, Hammond and May",publishedDate:"August, 2024",url:"https://www.thetimes.com/life-style/celebrity/article/top-gear-grand-tour-jeremy-clarkson-hammond-may-tx9m9zrjm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F91d277d3-d404-4a5f-9e3c-fc150b52011d.jpg?crop=2846%2C2846%2C146%2C631"},{snippet:"We learnt the next day that he was actually quite poorly and had been advised by doctors that he must pay careful attention to his diet in future. So to cheer him up, Richard Hammond and I called the nearest Indian restaurant and asked it to send him a steaming chicken jalfrezi and a nice bottle of cold Tiger beer.",id:"e3ef189c-c9fb-11e7-9c39-5f5a69673022",headline:"Jeremy Clarkson on the making of The Grand Tour series 2",publishedDate:"November, 2017",url:"https://www.thetimes.com/culture/tv-radio/article/the-grand-tour-crash-bang-wallop-now-get-busy-chaps-g8rr3m2pd",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F9ee6ad06-c577-11e7-99c5-32c02fc6ba3c.jpg?crop=795%2C795%2C727%2C352"},{snippet:"BBC2 will be screening the not-at-all-Christmassy Top Gear special in which our 31-strong film crew is attacked by a large mob of stone-throwing Argentine thugs.",id:"6926740b-e707-476d-8d84-87401260422a",headline:"My dark night of Top Fear",publishedDate:"December, 2014",url:"https://www.thetimes.com/culture/tv-radio/article/my-dark-night-of-top-fear-dxpt5hpqxm0",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Social media",description:"Clarkson describes social media as both unavoidable and corrosive: a place where public judgement is fast and extreme, where technical hassles are endured just to keep up, and where platforms amplify conflict through speed, brevity and mass participation.",articles:[{snippet:"All of us have spent a morning with our arses in the air, turning the wi-fi router on and off and trying to get the bloody phone to work, and all of us at some point have wondered, out loud, if life wouldn’t be better if we went back to typewriters and postmen.",id:"1a86bed2-d397-11e8-a892-76f037bb5fb8",headline:"The Jeremy Clarkson Review: Hyundai Kona Electric",publishedDate:"October, 2018",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-review-hyundai-kona-electric-cnmst8xsx",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F8c3b5ff0-d7a3-11e8-9d93-19993592cd5f.jpg?crop=1100%2C1100%2C0%2C0"},{snippet:"What surprised me after the Lake Como escapade, though, was that my Twitter feed was jammed up by ordinary members of the public who said I should have been wearing safety equipment and was setting a bad example.",id:"6198453e-76f1-48e3-bcbe-b7a64788508a",headline:"Coming soon: Top Hi Vis Gear. No stunts, no tomfoolery, no fun",publishedDate:"February, 2014",url:"https://www.thetimes.com/culture/tv-radio/article/coming-soon-top-hi-vis-gear-no-stunts-no-tomfoolery-no-fun-zqtwld036cp",image_url:null},{snippet:"TikTok footage from out at sea showed conditions were actually quite frightening.",id:"23b8caac-0884-47f4-bb90-5a41131781ee",headline:"Jeremy Clarkson: French holidays are worth the racist mosquitoes",publishedDate:"August, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-french-holidays-mosquitoes-whlhfsg3j",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Self-driving cars",description:"Across these articles, Clarkson questions the usefulness of driverless cars for everyday errands because you still have to be in the vehicle, while acknowledging that automation makes more sense in contexts like farming machinery. He also raises practical concerns about trust, ethics and the limitations of current driver-assistance systems.",articles:[{snippet:"I have never really seen the point of a driverless car.",id:"63560449-4da6-46eb-8503-df754df0a992",headline:"Jeremy Clarkson: I’ve got a driverless tractor. Kaleb’s worried",publishedDate:"June, 2025",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-farm-tractor-gvskhhs9l",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"WE HAVE been told many times in recent months that driverless cars are now being developed and we’re all dimly aware, if we are paying attention, that there are many issues to be addressed before they are allowed onto the roads.",id:"4b2c1ea6-2002-487b-abce-94f59606a261",headline:"We can’t go on like this. You’re beautiful but a control freak",publishedDate:"March, 2015",url:"https://www.thetimes.com/life-style/driving/article/we-cant-go-on-like-this-youre-beautiful-but-a-control-freak-5m6wz002m78",image_url:null},{snippet:"SO, GOOGLE has built a driverless car and straight away we are faced with a big question. Why?",id:"6fa0463b-4694-4126-a445-18a508d860ea",headline:"There’s a damn reliable chap beneath the stripy jumper",publishedDate:"June, 2014",url:"https://www.thetimes.com/travel/advice/theres-a-damn-reliable-chap-beneath-the-stripy-jumper-pdrllp5ct9p",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Water companies",description:"These pieces focus on how water firms and regulators handle shortages and pollution, from drought-era restrictions to sewage discharges and river cleanliness. The articles also contrast public expectations (fix leaks, keep rivers swimmable) with claims that old infrastructure, cost and bad management make improvements difficult.",articles:[{snippet:"Questions were asked, and it turned out that the nation’s water companies were regularly dumping raw sewage into the rivers and onto the beaches.",id:"b8e3fa92-f68b-11ed-8aec-1014d109ef78",headline:"Jeremy Clarkson: Why are our rivers brown? Here’s your answer — on a plate",publishedDate:"May, 2023",url:"https://www.thetimes.com/uk/environment/article/jeremy-clarkson-why-are-our-rivers-brown-heres-your-answer-on-a-plate-dljkdqm9l",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Ffe4cda2c-f68b-11ed-8aec-1014d109ef78.png?crop=1000%2C1000%2C0%2C0"},{snippet:"Not because not a single river in the country is recognised as suitable for swimming. Not one.",id:"3832fa50-499c-11ea-9e1c-032b7cdc9719",headline:"Wild swimming means chilblains and E coli",publishedDate:"February, 2020",url:"https://www.thetimes.com/uk/article/wild-swimming-means-chilblains-and-e-coli-zvvrhwtxx",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F1aa6a9e4-3edb-11ea-9ea0-119c69f3842c.jpg?crop=952%2C952%2C531%2C24"},{snippet:"I’ve had a letter from my local water company telling me not to clean my teeth or wipe my bottom.",id:"8e5b6688-6591-47e9-b69c-49c6352f5dfd",headline:"Listen to me, I'm the drought buster",publishedDate:"May, 2006",url:"https://www.thetimes.com/uk/environment/article/listen-to-me-im-the-drought-buster-qwkm6f05sqs",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Education system",description:"Clarkson’s comments portray education as distorted by league tables, changing curricula and political/managerial fashions, while also mocking confusion over school types and priorities. Across the quotes, he argues that what is taught (and how) can become less practical or enjoyable, and that debates often miss what matters to pupils.",articles:[{snippet:"This isn’t education, it’s propaganda. And, worse still, it’s boring.",id:"eb8d6d0d-8342-46a1-995c-9d5fadf56e5b",headline:"French porn and a little software can save our schools",publishedDate:"August, 2011",url:"https://www.thetimes.com/travel/destinations/europe-travel/france/paris/french-porn-and-a-little-software-can-save-our-schools-pw8rvr23kxr",image_url:null},{snippet:"As we know, there is an awful lot wrong with the education system in Britain.",id:"b4f4b9cc-b3a1-4290-b741-f3aa85411239",headline:"So, Piggy, Buttocks and Rat – what shall we call Gordon?",publishedDate:"December, 2009",url:"https://www.thetimes.com/uk/politics/article/so-piggy-buttocks-and-rat-what-shall-we-call-gordon-lrmtd2zdtjs",image_url:null},{snippet:"I’ve talked to David Cameron about grammar schools; about how he doesn't want any more but he doesn't mind if councils build lots and I'm afraid my eyes glazed over.",id:"3754c943-d7cb-4203-bd28-cf863ba45179",headline:"Public school is the hell we need",publishedDate:"September, 2007",url:"https://www.thetimes.com/uk/education/article/public-school-is-the-hell-we-need-f5zqr7tv5tx",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"English language",description:"These excerpts stress how flexible (and messy) English can be, from endless synonyms to changing slang and style. Clarkson suggests that communication matters more than rigid rules, while also criticising jargon and insider language used to sound important rather than to be understood.",articles:[{snippet:"The whole point of language is communication, so, really, it doesn’t matter whether you go boldly or boldly go.",id:"8bd7ea7c-0f4a-4ae9-9aae-d75cca99a252",headline:"Pah to apostrophes! And dont do me dinner, I can eat my sons",publishedDate:"March, 2013",url:"https://www.thetimes.com/uk/article/pah-to-apostrophes-and-dont-do-me-dinner-i-can-eat-my-sons-mm6jpqkw0xw",image_url:null},{snippet:"But today people seem to mangle language just to make themselves sound more important.",id:"a977b8d1-5f47-42f7-8579-e0d721e5ad24",headline:"Okay, tontine tango birdie, let’s baffle ’em with insider talk",publishedDate:"July, 2011",url:"https://www.thetimes.com/travel/destinations/uk-travel/okay-tontine-tango-birdie-lets-baffle-em-with-insider-talk-n02f5rjds7p",image_url:null},{snippet:"I'm told, however, that English is even harder to learn because although we recognised many years ago that tables are essentially asexual and invented the word 'it', there are several million alternatives for every object, subject or emotion.",id:"33c601f6-7936-4943-aed4-c11d0718bd1e",headline:"It's English as a foreign language",publishedDate:"December, 2006",url:"https://www.thetimes.com/comment/register/article/its-english-as-a-foreign-language-m6fzk58cpq5",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Architecture",description:"Clarkson’s architectural interest here leans toward infrastructure and urban planning: the beauty of bridges, frustration with how slowly Britain maintains or replaces them, and scepticism about grand planned towns built around today’s priorities. The quotes mix admiration for design with complaints about bureaucracy and practicality.",articles:[{snippet:"For me, though, it’s bridges. They fascinate me.",id:"5c04e442-a237-11ed-9d5c-69bd3c5b98b3",headline:"Lotus Emira review — supercar looks for the price of a saloon",publishedDate:"February, 2023",url:"https://www.thetimes.com/life-style/driving/article/lotus-emira-review-supercar-looks-for-the-price-of-a-saloon-r3k895x07",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F96415316-a237-11ed-9d5c-69bd3c5b98b3.jpg?crop=1100%2C1100%2C0%2C0"},{snippet:"The Chinese recently had a Hammersmith-style problem with one of their bridges. And do you know how long it took to sort out the financing and get a replacement up and running? ... 43 hours.",id:"15b07584-6de2-11e9-a6b6-f54765c271fe",headline:"Jeremy Clarkson: the Chinese take a wrecking ball to red tape. If only they’d apply it to our crumbling bridges",publishedDate:"May, 2019",url:"https://www.thetimes.com/uk/article/jeremy-clarkson-the-chinese-take-a-wrecking-ball-to-red-tape-if-only-theyd-apply-it-to-our-crumbling-bridges-fxb98jzcq",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F30cbe88e-68ca-11e9-a60b-90525fa8943d.jpg?crop=952%2C952%2C575%2C17"},{snippet:"Take Welwyn Garden City, in Hertfordshire, as a prime example. A neo-Georgian town centre was erected in the 1920s... But it was decided that lots of different shops would be messy and unnecessary, so just one was provided.",id:"8c9710f6-e2c9-11e5-9dba-8247803f102b",headline:"The NHS new towns are Nazi nonsense. We need Call of Duty Garden Cities",publishedDate:"March, 2016",url:"https://www.thetimes.com/uk/healthcare/article/the-nhs-new-towns-are-nazi-nonsense-we-need-call-of-duty-garden-cities-jbv3qxq3x",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F63f474cc-b62d-11e5-a3d7-90bff4c339ad.jpg?crop=1000%2C1000%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Gardening",description:"These pieces portray modern gardening as split between hands-on cultivation and a fashion for “rewilding” or low-effort “mental health” gardening. Clarkson is sceptical of trends that celebrate doing nothing, while also admitting he finds gardening confusing and difficult in practice.",articles:[{snippet:"It’s all gardening for your mental health and climate change and vegetarianism, all of which means doing no gardening at all.",id:"b3c9f205-a802-4f5d-80ab-32d33806169f",headline:"Rewilding’s great, if you don’t mind going hungry",publishedDate:"May, 2023",url:"https://www.thetimes.com/life-style/driving/article/rewildings-great-if-you-dont-mind-going-hungry-hjjczhgj7",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F291239a0-9e9c-4383-ba00-2a2204260768.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"Rewilding suggests that you are turning your back garden back into what it was in the olden days — a swamp, probably.",id:"de51384e-ddff-11ec-a8e5-0e2d1d181260",headline:"Jeremy Clarkson: Rewilding’s great if you like mud and rotting deer carcasses",publishedDate:"May, 2022",url:"https://www.thetimes.com/uk/environment/article/jeremy-clarkson-rewildings-great-if-you-like-mud-and-rotting-deer-carcasses-xsdnqzg9l",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F2708e5f8-ded4-11ec-8b54-298329b42224.png?crop=1000%2C1000%2C0%2C0"},{snippet:"Gardening, I’m afraid, is not an option, because I don’t understand it.",id:"efabe18a-1b65-11e9-894a-e0f044a3bea1",headline:"Jeremy Clarkson: How does my garden grow? With sickly twigs and a threadbare hedge . . . and no bees at all",publishedDate:"January, 2019",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-how-does-my-garden-grow-with-sickly-twigs-and-a-threadbare-hedge-and-no-bees-at-all-5dbfvbg0r",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fca9e7226-15d5-11e9-9e09-701e9f424b2e.jpg?crop=938%2C938%2C624%2C16"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Tech billionaires",description:"These excerpts depict a volatile public relationship with high-profile tech figures, focusing on social media control and electric-vehicle symbolism. Clarkson highlights how quickly reputations can flip, while also using examples from Twitter policies and EV industry moves to argue that online discourse and hype can be chaotic.",articles:[{snippet:"It’s hard to keep up, and it must be especially hard for Elon Musk. One minute he’s a hero of the left with his battery factories and electrical cars, and then, in the blink of an eye, the left decided that, actually, he’s a witch and that all his electrical cars should be set on fire.",id:"8ba5fbaf-77a9-4e44-9145-0e31e60eea0e",headline:"The Clarkson review — the Audi RS 3: as playful as a puppy dog",publishedDate:"May, 2025",url:"https://www.thetimes.com/magazines/the-sunday-times-magazine/article/the-clarkson-review-the-audi-rs-3-pncx32n3c",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fbb31faac-e561-4a64-b432-e050288970ed.jpg?crop=1821%2C1821%2C4355%2C0"},{snippet:"And now there is talk that the company’s new owner, Elon Musk, is going to make me pay for the blue tick that says I am who I claim to be.",id:"d3fa2196-61f1-11ed-8611-a128c33d7159",headline:"Jeremy Clarkson: Eight bucks to prove that I’m me? I should be invoicing you, Elon",publishedDate:"November, 2022",url:"https://www.thetimes.com/world/russia-ukraine-war/article/jeremy-clarkson-eight-bucks-to-prove-that-im-me-i-should-be-invoicing-you-elon-7mc2djvsr",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F7e54fdbe-61f2-11ed-8611-a128c33d7159.png?crop=1000%2C1000%2C0%2C0"},{snippet:"And then, three years ago, Elon Musk announced that Tesla would soon be launching an electric pick-up truck.",id:"d63e37b8-4981-11ed-a99c-9d2d09948d22",headline:"Jeremy Clarkson: I’ve fallen in love with an electric pick-up truck",publishedDate:"October, 2022",url:"https://www.thetimes.com/business/technology/article/jeremy-clarkson-ive-fallen-in-love-with-an-electric-pick-up-truck-j6vl3clgq",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2Fc84e5454-4c78-11ed-b4df-93f167fe6682.jpg?crop=1100%2C1100%2C0%2C0"}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"The Olympics",description:"These articles treat the Olympics as a spectacle that can be thrilling or absurd, depending on execution and context. Clarkson praises memorable ceremony moments, mocks perceived missteps and politicisation, and highlights how the Games can mix elite sport with chaotic entertainment value.",articles:[{snippet:"One of the biggest was the moment I declined an invitation to attend the opening ceremony for the London Olympics.",id:"98968ef3-8e3c-4135-91ca-376b2a3a01dc",headline:"Jeremy Clarkson: My big regret — turning down the London Olympics",publishedDate:"August, 2024",url:"https://www.thetimes.com/comment/columnists/article/jeremy-clarkson-my-big-regret-turning-down-the-london-olympics-fjvc03ls6",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2Fa3699efd-83a6-41d4-85d7-821c15ccd429.png?crop=1000%2C1000%2C0%2C0"},{snippet:"With the Winter Olympics you have the best of the best competing against a bunch of complete spanners who are going to fall over and crash at very high speed into a piste-bashing machine.",id:"d7aa83fe-882d-41e3-929d-2bb21c06ca2a",headline:"Tumblers, twerkers, cleaning ladies, stoners: find Sochi and win gold",publishedDate:"February, 2014",url:"https://www.thetimes.com/sport/olympics/article/tumblers-twerkers-cleaning-ladies-stoners-find-sochi-and-win-gold-zs6zg35r60h",image_url:null},{snippet:"All Olympic Games since Los Angeles in 1984 have either made a profit or broken even. But I bet Britain shatters that record.",id:"4a61edea-e73d-470d-bc4d-9fc3d6686415",headline:"On your marks for a village Olympics",publishedDate:"January, 2006",url:"https://www.thetimes.com/travel/destinations/uk-travel/england/london-travel/on-your-marks-for-a-village-olympics-zgc6dcsrld8",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Weather forecasts",description:"Across these pieces, Clarkson criticises forecasting culture that overpromises certainty, sensationalises warnings, or creates drama around storms. He argues that inaccurate or exaggerated forecasts are especially costly for people who depend on timing (such as farmers), and that media coverage can amplify weather events beyond reality.",articles:[{snippet:"The next day it was cold and wet, and I was furious. To you, inaccurate weather forecasts don’t matter... but to a farmer they are critical.",id:"4c0f06bc-dbd3-11ea-8bfe-166b156f6daa",headline:"It’s harvest time. What’s happened to Farmer Jeremy Clarkson’s crop?",publishedDate:"September, 2020",url:"https://www.thetimes.com/life-style/sex-relationships/article/its-harvest-time-whats-happened-to-farmer-jeremy-clarksons-crop-0g8bxfhzx",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F81df63ea-dbd3-11ea-8bfe-166b156f6daa.jpg?crop=1500%2C1500%2C0%2C0"},{snippet:"It can’t be much fun being a weather forecaster in Britain because there’s almost always nothing to do.",id:"fd528016-b5c0-11e7-b205-f12f74cd90f3",headline:"Jeremy Clarkson: Oh blow, our star role in a hurricane epic has gone with the wind",publishedDate:"October, 2017",url:"https://www.thetimes.com/uk/politics/article/jeremy-clarkson-oh-blow-our-star-role-in-a-hurricane-epic-has-gone-with-the-wind-f8srrp3dm",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F0c67688c-b5c1-11e7-b205-f12f74cd90f3.jpg?crop=907%2C907%2C543%2C14"},{snippet:"You may have noticed these days that every single weather forecast tells us the Met Office has issued a severe weather warning.",id:"d0292681-7e37-465e-aa46-7111d2074cb6",headline:"A Met Office severe bossiness warning",publishedDate:"November, 2007",url:"https://www.thetimes.com/travel/advice/a-met-office-severe-bossiness-warning-gdd6qgbl8hb",image_url:null}]},{id:"clarkson-says-quotes",type:"topic",label:"Clarkson Says",title:"Retirement",description:"These excerpts portray retirement as something people imagine as restful but that can feel empty, expensive and physically limiting. Clarkson also treats pensions and savings as uncertain bets on a future that may be boring or unpredictable, arguing that the timing and meaning of “retirement” often don’t match real life.",articles:[{snippet:"In the UK things are a bit different. We know the retirement age is quietly creeping up and up... and we know that soon it’ll be 117.",id:"6278a2f0-9e6d-11ed-833f-9bc13ef7c75b",headline:"Jeremy Clarkson: Pensions for 18-year-olds — then make them work till they die",publishedDate:"January, 2023",url:"https://www.thetimes.com/comment/article/jeremy-clarkson-pensions-for-18-year-olds-then-make-them-work-till-they-die-5vkn8h9kl",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F9af5a844-9e6d-11ed-833f-9bc13ef7c75b.png?crop=1000%2C1000%2C0%2C0"},{snippet:"So you’d imagine that, as I canter towards the diseased uplands of forgetfulness and pain in a retirement home full of drool, inconti-chairs and bad-tempered old ladies, I’d be feeling pretty contented. But I’m not.",id:"83a0e42a-cfea-11ed-b394-d2cc17d1b9ea",headline:"Jeremy Clarkson: My savings advice — blow the lot on a Barbados trip and a nice car",publishedDate:"April, 2023",url:"https://www.thetimes.com/money/article/jeremy-clarkson-my-savings-advice-blow-the-lot-on-a-barbados-trip-and-a-nice-car-bj5dwm3zl",image_url:"https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Fsundaytimes%2Fprod%2Fweb%2Fbin%2F01d0d05c-cfec-11ed-b394-d2cc17d1b9ea.png?crop=1000%2C1000%2C0%2C0"},{snippet:"I’m in a period of temporary retirement. And it is without any question or shadow of doubt the worst thing in the world.",id:"1dc41729-4eef-404a-8424-fa79dd205306",headline:"Welcome to the 54th series of Top Gear. I’m 77, you know",publishedDate:"April, 2012",url:"https://www.thetimes.com/culture/tv-radio/article/welcome-to-the-54th-series-of-top-gear-im-77-you-know-slf9ndwqglc",image_url:null}]}],categories:[{id:"motoring-transport",title:"Motoring & Transport",icon:"🚗",description:"Focuses on how we move and the machines we use.",topics:["Petrol","Electric vehicles","Public transport","Aviation and travel","Supercars","Speed Cameras","Cyclists","Top Gear","Self-driving cars"]},{id:"politics-economy",title:"Politics & Economy",icon:"🏛️",description:"The heavy-hitting subjects regarding governance and finance.",topics:["Labour government","Inheritance tax","Red tape","European Union","U.S. election","Taxes (General)","London Mayor (Sadiq Khan)","Nanny state","Global Conflict","Housing Crisis"]},{id:"environment-countryside",title:"Environment & Countryside",icon:"🌳",description:"Nature, farming, and green issues.",topics:["Farming","British countryside","The Cotswolds","Net zero","Climate Change","Water companies","Animal rights","Vegetarianism","Weather Forecasts","Food standards"]},{id:"british-life-culture",title:"British Life & Culture",icon:"🇬🇧",description:"Lifestyle, hobbies, and national institutions.",topics:["Pub industry","Alcohol & Brewing","BBC","The Royal Family","Holiday Destinations","DIY","Gardening","Architecture","The Olympics","English language"]},{id:"health-society",title:"Health & Society",icon:"🏥",description:"Wellbeing, social structures, and public services.",topics:["NHS","Health and aging","Retirement","Health & Safety Culture","Police","Education System","Gen Z","Wokeness"]},{id:"tech-modern-world",title:"Tech & Modern World",icon:"📱",description:"Innovation and the changing media landscape.",topics:["Artificial intelligence","Elon Musk","Social media","Streaming vs. TV"]}]}},function(e,t){e.exports=require("date-fns-tz/format")},function(e,t){e.exports=require("date-fns/format")},function(e,t,n){(function(e){var n=/^\[object .+?Constructor\]$/,a=/^(?:0|[1-9]\d*)$/,i={};i["[object Float32Array]"]=i["[object Float64Array]"]=i["[object Int8Array]"]=i["[object Int16Array]"]=i["[object Int32Array]"]=i["[object Uint8Array]"]=i["[object Uint8ClampedArray]"]=i["[object Uint16Array]"]=i["[object Uint32Array]"]=!0,i["[object Arguments]"]=i["[object Array]"]=i["[object ArrayBuffer]"]=i["[object Boolean]"]=i["[object DataView]"]=i["[object Date]"]=i["[object Error]"]=i["[object Function]"]=i["[object Map]"]=i["[object Number]"]=i["[object Object]"]=i["[object RegExp]"]=i["[object Set]"]=i["[object String]"]=i["[object WeakMap]"]=!1;var o="object"==typeof global&&global&&global.Object===Object&&global,r="object"==typeof self&&self&&self.Object===Object&&self,l=o||r||Function("return this")(),s=t&&!t.nodeType&&t,c=s&&"object"==typeof e&&e&&!e.nodeType&&e,d=c&&c.exports===s,p=d&&o.process,m=function(){try{var e=c&&c.require&&c.require("util").types;return e||p&&p.binding&&p.binding("util")}catch(e){}}(),u=m&&m.isTypedArray;function h(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var f,g,b,y=Array.prototype,w=Function.prototype,x=Object.prototype,v=l["__core-js_shared__"],C=w.toString,k=x.hasOwnProperty,A=(f=/[^.]+$/.exec(v&&v.keys&&v.keys.IE_PROTO||""))?"Symbol(src)_1."+f:"",E=x.toString,I=C.call(Object),O=RegExp("^"+C.call(k).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),j=d?l.Buffer:void 0,_=l.Symbol,S=l.Uint8Array,F=j?j.allocUnsafe:void 0,T=(g=Object.getPrototypeOf,b=Object,function(e){return g(b(e))}),z=Object.create,N=x.propertyIsEnumerable,B=y.splice,M=_?_.toStringTag:void 0,R=function(){try{var e=se(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),P=j?j.isBuffer:void 0,D=Math.max,H=Date.now,Q=se(l,"Map"),L=se(Object,"create"),q=function(){function e(){}return function(t){if(!xe(t))return{};if(z)return z(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function W(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function J(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function X(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var a=e[t];this.set(a[0],a[1])}}function G(e){var t=this.__data__=new J(e);this.size=t.size}function U(e,t){var n=fe(e),a=!n&&he(e),i=!n&&!a&&be(e),o=!n&&!a&&!i&&Ce(e),r=n||a||i||o,l=r?function(e,t){for(var n=-1,a=Array(e);++n<e;)a[n]=t(n);return a}(e.length,String):[],s=l.length;for(var c in e)!t&&!k.call(e,c)||r&&("length"==c||i&&("offset"==c||"parent"==c)||o&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||ce(c,s))||l.push(c);return l}function V(e,t,n){(void 0!==n&&!ue(e[t],n)||void 0===n&&!(t in e))&&K(e,t,n)}function Z(e,t,n){var a=e[t];k.call(e,t)&&ue(a,n)&&(void 0!==n||t in e)||K(e,t,n)}function Y(e,t){for(var n=e.length;n--;)if(ue(e[n][0],t))return n;return-1}function K(e,t,n){"__proto__"==t&&R?R(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}W.prototype.clear=function(){this.__data__=L?L(null):{},this.size=0},W.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},W.prototype.get=function(e){var t=this.__data__;if(L){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return k.call(t,e)?t[e]:void 0},W.prototype.has=function(e){var t=this.__data__;return L?void 0!==t[e]:k.call(t,e)},W.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=L&&void 0===t?"__lodash_hash_undefined__":t,this},J.prototype.clear=function(){this.__data__=[],this.size=0},J.prototype.delete=function(e){var t=this.__data__,n=Y(t,e);return!(n<0)&&(n==t.length-1?t.pop():B.call(t,n,1),--this.size,!0)},J.prototype.get=function(e){var t=this.__data__,n=Y(t,e);return n<0?void 0:t[n][1]},J.prototype.has=function(e){return Y(this.__data__,e)>-1},J.prototype.set=function(e,t){var n=this.__data__,a=Y(n,e);return a<0?(++this.size,n.push([e,t])):n[a][1]=t,this},X.prototype.clear=function(){this.size=0,this.__data__={hash:new W,map:new(Q||J),string:new W}},X.prototype.delete=function(e){var t=le(this,e).delete(e);return this.size-=t?1:0,t},X.prototype.get=function(e){return le(this,e).get(e)},X.prototype.has=function(e){return le(this,e).has(e)},X.prototype.set=function(e,t){var n=le(this,e),a=n.size;return n.set(e,t),this.size+=n.size==a?0:1,this},G.prototype.clear=function(){this.__data__=new J,this.size=0},G.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},G.prototype.get=function(e){return this.__data__.get(e)},G.prototype.has=function(e){return this.__data__.has(e)},G.prototype.set=function(e,t){var n=this.__data__;if(n instanceof J){var a=n.__data__;if(!Q||a.length<199)return a.push([e,t]),this.size=++n.size,this;n=this.__data__=new X(a)}return n.set(e,t),this.size=n.size,this};var $,ee=function(e,t,n){for(var a=-1,i=Object(e),o=n(e),r=o.length;r--;){var l=o[$?r:++a];if(!1===t(i[l],l,i))break}return e};function te(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":M&&M in Object(e)?function(e){var t=k.call(e,M),n=e[M];try{e[M]=void 0;var a=!0}catch(e){}var i=E.call(e);a&&(t?e[M]=n:delete e[M]);return i}(e):function(e){return E.call(e)}(e)}function ne(e){return ve(e)&&"[object Arguments]"==te(e)}function ae(e){return!(!xe(e)||function(e){return!!A&&A in e}(e))&&(ye(e)?O:n).test(function(e){if(null!=e){try{return C.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}function ie(e){if(!xe(e))return function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}(e);var t=de(e),n=[];for(var a in e)("constructor"!=a||!t&&k.call(e,a))&&n.push(a);return n}function oe(e,t,n,a,i){e!==t&&ee(t,(function(o,r){if(i||(i=new G),xe(o))!function(e,t,n,a,i,o,r){var l=pe(e,n),s=pe(t,n),c=r.get(s);if(c)return void V(e,n,c);var d=o?o(l,s,n+"",e,t,r):void 0,p=void 0===d;if(p){var m=fe(s),u=!m&&be(s),h=!m&&!u&&Ce(s);d=s,m||u||h?fe(l)?d=l:ve(w=l)&&ge(w)?d=function(e,t){var n=-1,a=e.length;t||(t=Array(a));for(;++n<a;)t[n]=e[n];return t}(l):u?(p=!1,d=function(e,t){if(t)return e.slice();var n=e.length,a=F?F(n):new e.constructor(n);return e.copy(a),a}(s,!0)):h?(p=!1,f=s,g=!0?(b=f.buffer,y=new b.constructor(b.byteLength),new S(y).set(new S(b)),y):f.buffer,d=new f.constructor(g,f.byteOffset,f.length)):d=[]:function(e){if(!ve(e)||"[object Object]"!=te(e))return!1;var t=T(e);if(null===t)return!0;var n=k.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&C.call(n)==I}(s)||he(s)?(d=l,he(l)?d=function(e){return function(e,t,n,a){var i=!n;n||(n={});var o=-1,r=t.length;for(;++o<r;){var l=t[o],s=a?a(n[l],e[l],l,n,e):void 0;void 0===s&&(s=e[l]),i?K(n,l,s):Z(n,l,s)}return n}(e,ke(e))}(l):xe(l)&&!ye(l)||(d=function(e){return"function"!=typeof e.constructor||de(e)?{}:q(T(e))}(s))):p=!1}var f,g,b,y;var w;p&&(r.set(s,d),i(d,s,a,o,r),r.delete(s));V(e,n,d)}(e,t,r,n,oe,a,i);else{var l=a?a(pe(e,r),o,r+"",e,t,i):void 0;void 0===l&&(l=o),V(e,r,l)}}),ke)}function re(e,t){return me(function(e,t,n){return t=D(void 0===t?e.length-1:t,0),function(){for(var a=arguments,i=-1,o=D(a.length-t,0),r=Array(o);++i<o;)r[i]=a[t+i];i=-1;for(var l=Array(t+1);++i<t;)l[i]=a[i];return l[t]=n(r),h(e,this,l)}}(e,t,Ie),e+"")}function le(e,t){var n,a,i=e.__data__;return("string"==(a=typeof(n=t))||"number"==a||"symbol"==a||"boolean"==a?"__proto__"!==n:null===n)?i["string"==typeof t?"string":"hash"]:i.map}function se(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return ae(n)?n:void 0}function ce(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&a.test(e))&&e>-1&&e%1==0&&e<t}function de(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||x)}function pe(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var me=function(e){var t=0,n=0;return function(){var a=H(),i=16-(a-n);if(n=a,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(R?function(e,t){return R(e,"toString",{configurable:!0,enumerable:!1,value:(n=t,function(){return n}),writable:!0});var n}:Ie);function ue(e,t){return e===t||e!=e&&t!=t}var he=ne(function(){return arguments}())?ne:function(e){return ve(e)&&k.call(e,"callee")&&!N.call(e,"callee")},fe=Array.isArray;function ge(e){return null!=e&&we(e.length)&&!ye(e)}var be=P||function(){return!1};function ye(e){if(!xe(e))return!1;var t=te(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function we(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function xe(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ve(e){return null!=e&&"object"==typeof e}var Ce=u?function(e){return function(t){return e(t)}}(u):function(e){return ve(e)&&we(e.length)&&!!i[te(e)]};function ke(e){return ge(e)?U(e,!0):ie(e)}var Ae,Ee=(Ae=function(e,t,n){oe(e,t,n)},re((function(e,t){var n=-1,a=t.length,i=a>1?t[a-1]:void 0,o=a>2?t[2]:void 0;for(i=Ae.length>3&&"function"==typeof i?(a--,i):void 0,o&&function(e,t,n){if(!xe(n))return!1;var a=typeof t;return!!("number"==a?ge(n)&&ce(t,n.length):"string"==a&&t in n)&&ue(n[t],e)}(t[0],t[1],o)&&(i=a<3?void 0:i,a=1),e=Object(e);++n<a;){var r=t[n];r&&Ae(e,r,n,i)}return e})));function Ie(e){return e}e.exports=Ee}).call(this,n(22)(e))},function(e,t){e.exports=require("search-insights")},function(e,t){e.exports=require("xss")},function(e,t){e.exports=require("@times-components/provider/rnw")},function(e,t){e.exports=require("@times-components/link/rnw")},function(e,t){e.exports=require("@times-components/ts-slices/rnw")},function(e,t){e.exports=require("date-fns/differenceInCalendarDays")},function(e,t){e.exports=require("date-fns-tz/utcToZonedTime")},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){"use strict";n.r(t);var a=n(0),i=n.n(a),o=n(2),r=n.n(o),l=n(1),s=n(5);const c=r.a.div.withConfig({displayName:"styles__LiveArticleFlagContainer",componentId:"sc-1ipxqw1-0"})(["background-color:#9f0000;height:24px;padding:7px 7px 7px 9px;display:flex;flex-direction:row;width:fit-content;"]),d=r.a.span.withConfig({displayName:"styles__LiveArticleFlagText",componentId:"sc-1ipxqw1-1"})(["font-family:",";color:#ffffff;font-weight:500;font-size:12px;letter-spacing:0.05em;display:flex;align-items:center;"],l.fonts.supporting),p=Object(o.keyframes)(["0%{background-color:#ffffff;}50%{background-color:#9f0000;}100%{background-color:#ffffff;}"]),m=r.a.div.withConfig({displayName:"styles__LiveArticleFlagIconContainer",componentId:"sc-1ipxqw1-2"})(["height:100%;display:flex;align-items:center;margin-right:7px;"]),u=r.a.div.withConfig({displayName:"styles__LiveArticleFlagIcon",componentId:"sc-1ipxqw1-3"})(["height:6px;width:6px;animation:"," 2000ms infinite;"],p),h=r.a.div.withConfig({displayName:"styles__ArticleFlagContainer",componentId:"sc-1ipxqw1-4"})(["display:flex;align-items:center;flex-direction:row;"]),f=r.a.div.withConfig({displayName:"styles__LiveFlagAndTimestampContainer",componentId:"sc-1ipxqw1-5"})(["display:flex;align-items:center;flex-direction:row;"]),g=r.a.div.withConfig({displayName:"styles__ArticleFlagBullet",componentId:"sc-1ipxqw1-6"})(["border-radius:2.5px;height:5px;width:5px;background-color:",";"],e=>{let t=e.color;return Object(s.gqlRgbaToStyle)(t)||t}),b=r.a.div.withConfig({displayName:"styles__ArticleFlagTextContainer",componentId:"sc-1ipxqw1-7"})(["font-family:TimesDigitalW04-RegularSC;font-size:12px;font-weight:400;letter-spacing:0.6px;line-height:12px;margin-left:5px;color:",";"],e=>{let t=e.color;return Object(s.gqlRgbaToStyle)(t)||t}),y=r.a.div.withConfig({displayName:"styles__FlagPadding",componentId:"sc-1ipxqw1-8"})(["margin-right:",";"],e=>e.allFlags.length>1?"15px":0),w=r.a.div.withConfig({displayName:"styles__Flags",componentId:"sc-1ipxqw1-9"})(["display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;"]),x=r.a.div.withConfig({displayName:"styles__FlagsContainer",componentId:"sc-1ipxqw1-10"})(["margin-bottom:15px;margin-top:5px;"]);var v=n(6),C=n.n(v),k=n(7),A=n.n(k),E=n(13),I=n.n(E);const O=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-340u2v-0"})(["display:flex;flex-direction:column;padding-left:8px;"]),j=r.a.div.withConfig({displayName:"styles__TimeSinceUpdate",componentId:"sc-340u2v-1"})(["color:",";font-family:",";font-size:14px;line-height:16px;"],e=>e.color||l.colours.functional.primary,l.fonts.supporting),_=e=>{let t=e.updatedTime,n=e.color;if(!t)return null;const a=new Date,o=new Date(t),r=A()(o,a,{roundingMethod:"floor"})+" ago",l=C()(a,o),s=l<60,c=l<46800;return i.a.createElement(O,null,!s&&c?i.a.createElement(j,{color:n,"data-testId":"MinutesHoursSinceUpdate"},"Updated ".concat(r)):c?null:i.a.createElement(j,{color:n,"data-testId":"DateTimeUpdated"},"Updated ",I()(o,"MMMM d, "),I()(o,"h.mmaaa")))},S=Object(a.createContext)(void 0),F=e=>{let t=e.updatedTime,n=e.children;return i.a.createElement(S.Provider,{value:t},n)},T=e=>{let t=e.title,n=e.timeStampTextColor;const o=Object(a.useContext)(S);return i.a.createElement(f,null,i.a.createElement(c,null,i.a.createElement(m,null,i.a.createElement(u,null)),i.a.createElement(d,null,t)),i.a.createElement(_,{updatedTime:o,color:n}))},z=e=>{let t=e.color;return i.a.createElement(T,{timeStampTextColor:t,title:"LIVE"})},N=e=>{let t=e.color;return i.a.createElement(T,{timeStampTextColor:t,title:"BREAKING"})};var B=n(14),M=n.n(B);function R(e,t,n){return Object(a.useEffect)(()=>{let a;return null!==e&&(a="undefined"!=typeof window&&window.IntersectionObserver&&new window.IntersectionObserver(e=>{e[0].isIntersecting&&(a&&a.disconnect(),t&&t())},n)||void 0,a&&a.observe(e)),()=>{a&&a.disconnect()}},[e])}function P(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function D(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function H(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Q(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Q(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const L=i.a.createContext({context:{}}),q=()=>Object(a.useContext)(L),W=e=>{let t=e.children,n=e.analyticsStream,o=e.context,r=e.scrolledEvent;const l=Object(a.useContext)(L),s=void 0!==n?n:l.analyticsStream,c=M()({},l.context,o),d=e=>{const t=M()({},c,e,{attrs:{eventTime:(new Date).toISOString()}});s?s(t):console.error("no analytics stream to send to",t)},p=H(Object(a.useState)(null),2),m=p[0],u=p[1];return r&&R(m,()=>d&&d(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(Object(n),!0).forEach((function(t){D(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({action:"Scrolled"},r)),{threshold:.5}),i.a.createElement(L.Provider,{value:{fireAnalyticsEvent:d,context:c,analyticsStream:s}},"function"==typeof t?t({fireAnalyticsEvent:d,intersectObserverRef:u}):t)};var J=n(3),X=n(8),G=n.n(X);function U(e,t,n,a,i,o,r){try{var l=e[o](r),s=l.value}catch(e){return void n(e)}l.done?t(s):Promise.resolve(s).then(a,i)}function V(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Z(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Z(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Z(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Y=Object(a.createContext)(void 0),K=e=>{let t=e.url,n=e.options,o=e.previewData,r=e.children;const l=V(Object(a.useState)(!1),2),s=l[0],c=l[1],d=V(Object(a.useState)(),2),p=d[0],m=d[1],u=V(Object(a.useState)(),2),h=u[0],f=u[1];return Object(a.useEffect)(()=>{if(!s){c(!0);(function(){var e,a=(e=function*(){try{if(o)return yield new Promise(e=>setTimeout(e,1500)),f(o),void c(!1);if(!t)throw new Error("must provide a Fetch url");{const e=yield G()(t,n),a=yield e.json();f(a),c(!1)}}catch(e){m(e instanceof Error?e.message:"unknown error"),c(!1)}},function(){var t=this,n=arguments;return new Promise((function(a,i){var o=e.apply(t,n);function r(e){U(o,a,i,r,l,"next",e)}function l(e){U(o,a,i,r,l,"throw",e)}r(void 0)}))});return function(){return a.apply(this,arguments)}})()()}},[t,n,o]),i.a.createElement(Y.Provider,{value:{loading:s,error:p,data:h}},r)},$=()=>{const e=Object(a.useContext)(Y);if(void 0===e)throw new Error("must be used within a FetchProvider");return e};var ee=n(16),te=n.n(ee);const ne=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e=>{let t=document.createElement("textarea");return t.innerHTML=e,t.value};let a={whiteList:t,stripIgnoreTag:!0,stripIgnoreTagBody:["script"]},i=n(e);return te()(i,a)},ae={"2:3":"150%","4:5":"125%","1:1":"100%","4:3":"75%","3:2":"66.66%","16:9":"56.25%"},ie=r.a.div.withConfig({displayName:"styles__AspectRatioContainer",componentId:"sc-1lxnrk8-0"})(["",";"],e=>{let t=e.ratio;return t&&ae[t]&&Object(o.css)(["position:relative;overflow:hidden;&:after{content:'';display:block;padding-bottom:",";}> img{position:absolute;width:100%;height:100%;object-fit:cover;}"],ae[t])}),oe=e=>{let t=e.ratio,n=e.children;return i.a.createElement(ie,{ratio:t},n)};var re=n(4);const le=r.a.a.withConfig({displayName:"styles__Link",componentId:"spl816-0"})(["display:flex;flex-direction:row;margin-top:16px;color:#bf0000;fill:#bf0000;:hover{color:",";fill:",";}"],l.colours.functional.secondary,l.colours.functional.secondary),se=r.a.div.withConfig({displayName:"styles__LinkText",componentId:"spl816-1"})(["margin-top:1px;margin-right:12px;font-family:",";font-size:15px;"],l.fonts.supporting),ce=e=>{let t=e.link,n=e.linkText,a=e.onClick;return i.a.createElement(le,{href:t,onClick:()=>a&&a(n)},i.a.createElement(se,null,n),i.a.createElement(re.IconForwardChevron,{height:18,width:8}))},de=r.a.div.withConfig({displayName:"common-styles__PlaceholderContainer",componentId:"sc-14ch98m-0"})(["position:relative;height:200px;margin:0 auto 20px auto;@media (min-width:","px){width:80.8%;}@media (min-width:","px){width:56.2%;}"],l.breakpoints.medium,l.breakpoints.wide),pe=r.a.div.withConfig({displayName:"common-styles__Label",componentId:"sc-14ch98m-1"})(["font-family:",";font-size:12px;line-height:16px;text-transform:uppercase;color:",";padding-bottom:5px;letter-spacing:0.5px;"],l.fonts.supporting,e=>{let t=e.sectionColour;return"".concat(t)}),me=r.a.div.withConfig({displayName:"common-styles__HiddenDiv",componentId:"sc-14ch98m-2"})(["display:none;"]),ue=r.a.div.withConfig({displayName:"common-styles__Copy",componentId:"sc-14ch98m-3"})(["color:",";font-family:",";font-size:16px;line-height:24px;"],l.colours.functional.secondary,l.fonts.body),he=r.a.ul.withConfig({displayName:"common-styles__List",componentId:"sc-14ch98m-4"})(["display:flex;flex-wrap:wrap;margin:0 -2px -1px -15px;list-style:none;padding:0;@media (min-width:","px){}"],l.breakpoints.medium),fe=r.a.div.withConfig({displayName:"common-styles__ListContainer",componentId:"sc-14ch98m-5"})(["display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;max-height:",";"],e=>{let t=e.showAll,n=e.maxHeight,a=e.displayShowAll;return!t&&a?n+"px":"none"}),ge=r.a.div.withConfig({displayName:"common-styles__ShowAllContainer",componentId:"sc-14ch98m-6"})(["display:flex;border-top:1px solid ",";padding:5px;justify-content:center;display:",";"],l.colours.functional.keyline,e=>e.displayShowAll?"flex":"none"),be=r.a.div.withConfig({displayName:"common-styles__Headline",componentId:"sc-14ch98m-7"})(["font-family:",";font-size:24px;line-height:24px;color:",";margin:0 0 6px;@media (min-width:","px){font-size:32px;line-height:32px;}"],l.fonts.headline,l.colours.functional.brandColour,l.breakpoints.medium),ye=r.a.button.withConfig({displayName:"common-styles__ShowAllButton",componentId:"sc-14ch98m-8"})(["font-family:",";font-weight:500;line-height:20px;border:1px solid ",";background:transparent;cursor:pointer;&:active{border:1px solid ",";color:",";}"],l.fonts.supporting,l.colours.functional.primary,l.colours.functional.action,l.colours.functional.action),we=r.a.div.withConfig({displayName:"styles__Container",componentId:"e5otdw-0"})(["display:flex;flex-direction:column;margin:0 auto 20px auto;padding:20px;background-color:#f9f9f9;border-top:",";a{text-decoration:none;}@media (min-width:","px){flex-direction:row;width:80.8%;}@media (min-width:","px){width:56.2%;}"],e=>{let t=e.sectionColour;return"2px solid ".concat(t)},l.breakpoints.medium,l.breakpoints.wide),xe=r.a.div.withConfig({displayName:"styles__ImageContainer",componentId:"e5otdw-1"})(["padding-bottom:12px;img{display:block;width:100%;}@media (min-width:","px){width:50%;padding-right:20px;padding-bottom:0;}"],l.breakpoints.medium),ve=r.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"e5otdw-2"})(["display:flex;flex-direction:column;justify-content:space-between;@media (min-width:","px){width:",";}"],l.breakpoints.medium,e=>e.hasImage?"50%":"100%"),Ce=r.a.div.withConfig({displayName:"styles__Label",componentId:"e5otdw-3"})(["padding-bottom:",";color:",";font-family:",";font-size:12px;text-transform:uppercase;letter-spacing:0.5px;"],e=>e.hasImage?"8px":"12px",e=>e.sectionColour,l.fonts.supporting),ke=r.a.h4.withConfig({displayName:"styles__Headline",componentId:"e5otdw-4"})(["margin:0;padding-bottom:8px;color:",";font-family:",";font-size:24px;line-height:24px;font-weight:normal;:hover{color:#069;}@media (min-width:","px){font-size:",";line-height:",";}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.wide,e=>e.hasImage?"24px":"28px",e=>e.hasImage?"24px":"28px"),Ae=r.a.div.withConfig({displayName:"styles__Copy",componentId:"e5otdw-5"})(["color:",";font-family:",";font-size:16px;line-height:24px;"],l.colours.functional.secondary,l.fonts.body),Ee={attrs:{event_navigation_name:"in-article component displayed : puff",event_navigation_browsing_method:"scroll"}},Ie=e=>{let t=e.sectionColour,n=e.forceImageAspectRatio;const a=e.isLiveOrBreaking||"no flag",o=(e,t)=>{e&&e(((e,t)=>({action:"Clicked",attrs:{event_navigation_name:"button : ".concat(e),event_navigation_browsing_method:"click",article_flag:t}}))(t,a))},r=$(),l=r.loading,s=r.error,c=r.data;if(l)return i.a.createElement(de,null,i.a.createElement(J.Placeholder,null));if(s||void 0===c||0===c.body.data.length)return null;const d=c.body.data[0].data,p=d.image,m=d.label,u=d.headline,h=d.copy,f=d.link,g=d.linkText,b=Boolean(p);return i.a.createElement(W,{context:{object:"InArticlePuff",attrs:{component_type:"in-article component : puff : interactive",event_navigation_action:"navigation",component_name:"".concat(u),article_flag:a}},scrolledEvent:Ee},e=>{let a=e.fireAnalyticsEvent,r=e.intersectObserverRef;return i.a.createElement(we,{ref:r,sectionColour:t},p?i.a.createElement(xe,null,i.a.createElement("a",{href:f,onClick:()=>o(a,"image")},i.a.createElement(oe,{ratio:n},i.a.createElement("img",{src:p})))):null,i.a.createElement(ve,{hasImage:b},i.a.createElement("div",null,i.a.createElement(Ce,{hasImage:b,sectionColour:t},m),i.a.createElement("a",{href:f,onClick:()=>o(a,"headline")},i.a.createElement(ke,{hasImage:b},u)),h&&i.a.createElement(Ae,{dangerouslySetInnerHTML:{__html:ne(h,{b:{},i:{}})}})),i.a.createElement(ce,{link:f,linkText:g||"Read more",onClick:()=>o(a,g||"Read more")})))})};var Oe=n(9),je=n.n(Oe);const _e=r.a.div.withConfig({displayName:"styles__Headline",componentId:"w8icgs-0"})(["font-size:24px;line-height:24px;color:",";font-family:",";padding-bottom:12px;@media (min-width:","px){width:70%;font-size:32px;line-height:32px;padding-bottom:0px;}@media (min-width:","px){width:100%;padding-bottom:0;}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.breakpoints.wide),Se=r.a.div.withConfig({displayName:"styles__SubHeading",componentId:"w8icgs-1"})(["font-size:22px;line-height:22px;color:",";font-family:",";padding-bottom:7px;@media (min-width:","px){font-size:24px;line-height:24px;}"],l.colours.functional.brandColour,l.fonts.headlineRegular,l.breakpoints.medium),Fe=r.a.div.withConfig({displayName:"styles__BodyCopy",componentId:"w8icgs-2"})(["color:",";font-family:",";font-size:16px;line-height:24px;"],l.colours.functional.secondary,l.fonts.body),Te=r.a.div.withConfig({displayName:"styles__HeadlineButtonContainer",componentId:"w8icgs-3"})(["display:flex;flex-direction:column;@media (min-width:","px){flex-direction:row;justify-content:space-between;align-items:flex-end;}"],l.breakpoints.medium),ze=r.a.div.withConfig({displayName:"styles__CarouselButtonContainer",componentId:"w8icgs-4"})(["display:flex;flex-direction:row;align-items:center;"]),Ne=r.a.button.withConfig({displayName:"styles__CarouselButton",componentId:"w8icgs-5"})(["display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:transparent;border:solid 1px ",";border-radius:50%;cursor:pointer;pointer-events:",";svg{path{fill:",";height:10px;width:5px;}}&.nextBtn{transform:scaleX(-1);}@media (hover:hover){&:hover{border:solid 1px ",";}}@media (hover:none){&:active{border:solid 1px ",";}}"],e=>e.disabled?l.colours.functional.keyline:l.colours.functional.primary,e=>e.disabled?"none":"auto",e=>e.disabled?l.colours.functional.keyline:l.colours.functional.primary,e=>e.disabled?l.colours.functional.keyline:l.colours.functional.action,e=>e.disabled?l.colours.functional.keyline:l.colours.functional.action),Be=r.a.div.withConfig({displayName:"styles__CarouselIndicatorContainer",componentId:"w8icgs-6"})(["display:flex;flex-direction:row;padding-left:6px;padding-right:6px;"]),Me=r.a.div.withConfig({displayName:"styles__CarouselIndicator",componentId:"w8icgs-7"})(["background-color:",";height:5px;width:5px;border-radius:50%;margin-right:2px;margin-left:2px;cursor:pointer;"],e=>e.active?l.colours.functional.action:l.colours.functional.keyline),Re=r()(je.a).withConfig({displayName:"styles__StyledCarousel",componentId:"w8icgs-8"})(["display:flex;height:fit-content;align-items:initial;flex-direction:column-reverse;.rec .rec-slider-container{margin:0;}"]),Pe=r.a.div.withConfig({displayName:"styles__CarouselContainer",componentId:"w8icgs-9"})(["background-color:",";padding-bottom:16px;margin:0 auto 20px auto;border-top:",";width:",";@media (min-width:","px){width:",";}@media (min-width:","px){width:",";}& div.rec-carousel-item.rec-carousel-item-visible{border-right:1px solid ",";}& div.rec-carousel-item:last-child{border-right:none;}"],l.colours.functional.backgroundPrimary,e=>{let t=e.sectionColour;return"2px solid ".concat(t)},e=>{let t=e.isWide,n=e.isStandard;return(t?"100%":n&&"auto")||"auto"},l.breakpoints.medium,e=>{let t=e.isWide,n=e.isStandard;return(t?"100%":n&&"80.8%")||"80.8%"},l.breakpoints.wide,e=>{let t=e.isWide,n=e.isStandard;return(t?"100%":n&&"56.2%")||"56.2%"},l.colours.functional.keyline),De=r.a.div.withConfig({displayName:"styles__CardContainer",componentId:"w8icgs-10"})(["display:flex;flex-direction:column;background-color:",";width:100%;height:30%;padding:20px 16px 14px 16px;"],l.colours.functional.backgroundPrimary),He=r.a.div.withConfig({displayName:"styles__CardContent",componentId:"w8icgs-11"})(["display:flex;flex-direction:column;height:100%;"]),Qe=r.a.div.withConfig({displayName:"styles__InfoCardContainer",componentId:"w8icgs-12"})(["padding:0 16px;float:left;width:100%;"]),Le=r.a.img.withConfig({displayName:"styles__CardImg",componentId:"w8icgs-13"})(["padding:4px 0 12px;-webkit-user-drag:none;pointer-events:none;}"]),qe=e=>{let t=e.sectionColour,n=e.label,a=e.headline,o=e.children;return i.a.createElement(De,null,i.a.createElement(He,null,i.a.createElement(pe,{sectionColour:t},n),i.a.createElement(Te,null,i.a.createElement(_e,null,a),o)))},We=e=>{let t=e.size,n=void 0===t?{width:"16",height:"16"}:t;return i.a.createElement("svg",{width:n.width,height:n.height,xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{d:"M7.29 12.956L3.903 7.049 7.289.97h-.96L.697 7.013l5.632 5.943z",fillRule:"nonzero"}))};function Je(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Xe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Xe(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Xe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var Ge;!function(e){e.Standard="4043",e.Wide="4042"}(Ge||(Ge={}));let Ue=new Array;const Ve=l.breakpoints.small,Ze=l.breakpoints.medium,Ye=l.breakpoints.wide,Ke=e=>{let t=e.activePage,n=e.onClick,a=e.current,o=e.data,r=e.showDisplayItem,l=e.windowWidth,s=e.showDotItem;return i.a.createElement(ze,null,i.a.createElement(Ne,{"data-testid":"Previous button",disabled:0===t,onClick:()=>n(a/r-1,"left")},i.a.createElement(We,{size:{width:"10px",height:"14px"}})),i.a.createElement(Be,null,o.map((e,a)=>{if(function(e){if(null==e)throw new TypeError("Cannot destructure undefined")}(e),a<s){const e=t===a;return i.a.createElement(Me,{"data-testid":"Page Indicator",key:a,onClick:()=>n(a),active:e})}})),i.a.createElement(Ne,{"data-testid":"Next Button",disabled:t===Math.trunc(o.length/r-(Ze>l?1:0)),className:"nextBtn",onClick:()=>n(a/r+1,"right")},i.a.createElement(We,{size:{width:"10px",height:"14px"}})))},$e=e=>{let t=e.sectionColour,n=e.initialIndex,o=void 0===n?0:n;const r=$(),l=r.loading,s=r.error,c=r.data;if(s)return null;if(l||void 0===c)return i.a.createElement(de,null,i.a.createElement(J.Placeholder,null));const d=c.fields,p=d.headline,m=d.label,u=d.size,h=c.body.data,f=e=>e===Ge.Standard,g=e=>e===Ge.Wide,b=Je(Object(a.useState)("undefined"!=typeof window?window.innerWidth:0),2),y=b[0],w=b[1],x=Je(Object(a.useState)(1),2),v=x[0],C=x[1],k=y.toString(),A=()=>w(window.innerWidth);Object(a.useEffect)(()=>(window.addEventListener("resize",A),()=>{window.removeEventListener("resize",A)}),[]),Object(a.useEffect)(()=>{I()});const E=[{width:Ve,itemsToShow:1,itemsToScroll:1}];g(u)&&(Ue=[...E,{width:Ze,itemsToShow:2,itemsToScroll:2},{width:Ye,itemsToShow:3,itemsToScroll:3}]),f(u)&&(Ue=[...E,{width:Ve+55,itemsToShow:2,itemsToScroll:2}]);const I=()=>{k<Ze?C(Ue[0].itemsToScroll):k>=Ye&&g(u)?C(Ue[2].itemsToScroll):C(Ue[1].itemsToScroll)},O=h.length/v,j=h.length>(k>=Ye&&g(u)?3:k<Ze?1:2),_=Je(Object(a.useState)(o),2),S=_[0],F=_[1],T=e=>{F(e.index)};return i.a.createElement(W,{context:{object:"InfoCard",attrs:{component_type:"in-article component : text-image info cards : interactive",event_navigation_action:"navigation",event_navigation_browsing_method:"click",component_name:"".concat(p)}},scrolledEvent:{attrs:{component_type:"in-article component : text-image info cards : "+(O>1?"interactive":"static"),event_navigation_name:"in-article component displayed : text-image info cards",event_navigation_browsing_method:"scroll"}}},e=>{let n=e.intersectObserverRef,a=e.fireAnalyticsEvent;return i.a.createElement(Pe,{sectionColour:t,isWide:g(u),isStandard:f(u),ref:n},i.a.createElement(Re,{sectionColour:t,breakPoints:Ue,isRTL:!1,onChange:T,showArrows:!1,enableSwipe:j,renderPagination:e=>{let n=e.activePage,o=e.onClick;return i.a.createElement(qe,{data:h[S],headline:p,label:m,sectionColour:t},j&&i.a.createElement(Ke,{activePage:n,onClick:(e,t)=>{t&&a({attrs:{event_navigation_name:"button : ".concat(t),component_name:p}}),o&&o(e)},current:S,data:h,showDisplayItem:v,windowWidth:y.toString(),showDotItem:O}))}},h.map((e,t)=>i.a.createElement(Qe,{key:t},e.data.image&&i.a.createElement(oe,{ratio:"16:9"},i.a.createElement(Le,{src:e.data.image})),e.data.subtitle&&i.a.createElement(Se,null,e.data.subtitle),e.data.copy&&i.a.createElement(Fe,{dangerouslySetInnerHTML:{__html:ne(e.data.copy,{br:{},b:{},i:{}})}})))))})};const et=r.a.div.withConfig({displayName:"styles__Headline",componentId:"d49zf9-0"})(["font-size:24px;line-height:24px;color:",";font-family:",";padding-bottom:12px;@media (min-width:","px){width:70%;font-size:32px;line-height:32px;padding-bottom:0px;}@media (min-width:","px){width:100%;font-size:",";line-height:",";padding-bottom:",";}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.breakpoints.wide,e=>e.isWide?"32px":"24px",e=>e.isWide?"32px":"24px",e=>e.isWide?"0px":"14px"),tt=r.a.div.withConfig({displayName:"styles__HeadlineButtonContainer",componentId:"d49zf9-1"})(["display:flex;flex-direction:column;@media (min-width:","px){flex-direction:row;justify-content:space-between;align-items:flex-end;}"],l.breakpoints.medium),nt=r.a.div.withConfig({displayName:"styles__Copy",componentId:"d49zf9-2"})(["color:#555555;font-family:",";font-size:14px;line-height:20px;padding-bottom:16px;@media (min-width:","px){width:",";font-size:16px;line-height:24px;}"],l.fonts.body,l.breakpoints.wide,e=>e.isWide?"60%":"100%"),at=r.a.div.withConfig({displayName:"styles__ImageTitle",componentId:"d49zf9-3"})(["font-size:16px;line-height:16px;font-family:",";padding-bottom:6px;@media (min-width:","px){font-size:24px;line-height:24px;}@media (min-width:","px){font-size:",";line-height:",";}"],l.fonts.headlineRegular,l.breakpoints.medium,l.breakpoints.wide,e=>e.isWide?"24px":"18px",e=>e.isWide?"24px":"18px"),it=r.a.div.withConfig({displayName:"styles__Credit",componentId:"d49zf9-4"})(["text-transform:uppercase;font-size:12px;line-height:16px;font-family:",";color:",";padding-bottom:10px;padding-top:8px;@media (min-width:","px){padding-top:12px;}@media (min-width:","px){padding-top:12px;padding-bottom:",";}"],l.fonts.supporting,l.colours.functional.secondary,l.breakpoints.medium,l.breakpoints.wide,e=>e.isWide?"8px":"14px"),ot=r.a.div.withConfig({displayName:"styles__CardContainer",componentId:"d49zf9-5"})(["display:flex;flex-direction:column;background-color:#f9f9f9;width:100%;height:30%;padding:20px 16px 16px 16px;@media (min-width:","px){padding:20px 20px 12px 20px;}@media (min-width:","px){height:",";width:",";padding:",";}"],l.breakpoints.medium,l.breakpoints.wide,e=>e.isWide?"30%":"auto",e=>{let t=e.isWide,n=e.isSmall;return(t?"100%":n&&"36%")||"33%"},e=>e.isWide?"20px 16px 16px 16px":"20px 16px"),rt=r.a.div.withConfig({displayName:"styles__CarouselButtonContainer",componentId:"d49zf9-6"})(["display:flex;flex-direction:row;align-items:center;"]),lt=r.a.button.withConfig({displayName:"styles__CarouselButton",componentId:"d49zf9-7"})(["display:flex;justify-content:center;align-items:center;width:32px;height:32px;padding-left:6px;background-color:transparent;border:solid 1px ",";border-radius:50%;cursor:pointer;pointer-events:",";svg{path{fill:",";height:10px;width:5px;}}&.nextBtn{transform:scaleX(-1);}&:hover{border:solid 1px #0a68c1;}"],e=>e.disabled?"#e4e4e4":"#000000",e=>e.disabled?"none":"auto",e=>e.disabled?"#CCCCCC":"black"),st=r.a.div.withConfig({displayName:"styles__CarouselIndicatorContainer",componentId:"d49zf9-8"})(["display:flex;flex-direction:row;padding-left:6px;padding-right:6px;"]),ct=r.a.div.withConfig({displayName:"styles__CarouselIndicator",componentId:"d49zf9-9"})(["background-color:#cccccc;background-color:",";height:5px;width:5px;border-radius:50%;margin-right:2px;margin-left:2px;cursor:pointer;"],e=>e.active?"#1573A2":"#CCCCCC"),dt=r.a.div.withConfig({displayName:"styles__CardContent",componentId:"d49zf9-10"})(["display:flex;flex-direction:column;height:100%;"]),pt=r.a.div.withConfig({displayName:"styles__MobileOrLarge",componentId:"d49zf9-11"})(["display:block;@media (min-width:","px){display:",";}"],l.breakpoints.wide,e=>e.isWide?"block":"none"),mt=r.a.div.withConfig({displayName:"styles__NotMobileOrLarge",componentId:"d49zf9-12"})(["display:none;@media (min-width:","px){display:",";justify-content:space-between;height:100%;flex-direction:column;}"],l.breakpoints.wide,e=>e.isWide?"none":"flex"),ut=r.a.div.withConfig({displayName:"styles__CarouselContainer",componentId:"d49zf9-13"})(["background-color:#f9f9f9;border-top:",";flex-direction:",";@media (min-width:","px){width:",";}"],e=>{let t=e.sectionColour;return"2px solid ".concat(t)},e=>e.isWide||window.innerWidth<1024?"column-reverse":"row-reverse",l.breakpoints.wide,e=>e.isSmall?"82.1%":"100%"),ht=r()(je.a).withConfig({displayName:"styles__StyledCarousel",componentId:"d49zf9-14"})(["display:flex;height:fit-content;align-items:initial;flex-direction:column-reverse;.rec .rec-slider-container{margin:0;}@media (min-width:","px){flex-direction:",";}"],l.breakpoints.medium,e=>e.isWide||window.innerWidth<1024?"column-reverse":"row-reverse"),ft=e=>{let t=e.children,n=e.isWide,a=e.data,o=e.headline,r=e.label,l=e.isSmall,s=e.sectionColour;const c=a.data;return i.a.createElement(ot,{isWide:n,isSmall:l},i.a.createElement(dt,null,i.a.createElement(pe,{sectionColour:s},r),i.a.createElement(tt,null,i.a.createElement(et,{isWide:n},o),i.a.createElement(pt,{isWide:n},t)),i.a.createElement(mt,{isWide:n},i.a.createElement("div",null,c.imageTitle&&i.a.createElement(at,{isWide:n},c.imageTitle),c.copy&&i.a.createElement(nt,{isWide:n,dangerouslySetInnerHTML:{__html:ne(c.copy,{br:{},b:{},i:{}})}})),i.a.createElement("div",null,i.a.createElement(it,{isWide:n},c.credit),t))))};function gt(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return bt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return bt(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function bt(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const yt=e=>{let t=e.activePage,n=e.onClick,a=e.current,o=e.data;return i.a.createElement(rt,null,i.a.createElement(lt,{"data-testid":"Previous button",disabled:0===t,onClick:()=>n(a-1,"left")},i.a.createElement(We,{size:{width:"10px",height:"14px"}})),i.a.createElement(st,null,o.map((e,a)=>{!function(e){if(null==e)throw new TypeError("Cannot destructure undefined")}(e);const o=t===a;return i.a.createElement(ct,{"data-testid":"Page Indicator",key:a,onClick:()=>n(a),active:o})})),i.a.createElement(lt,{"data-testid":"Next Button",disabled:t===o.length-1,className:"nextBtn",onClick:()=>n(a+1,"right")},i.a.createElement(We,{size:{width:"10px",height:"14px"}})))};var wt;!function(e){e.Small="4033",e.Wide="4035"}(wt||(wt={}));const xt=e=>{let t=e.sectionColour,n=e.initialIndex,o=void 0===n?0:n;const r=$(),l=r.loading,s=r.error,c=r.data;if(l)return i.a.createElement(de,null,i.a.createElement(J.Placeholder,null));if(s||void 0===c||0===c.body.data.length)return null;const d=c.fields,p=d.headline,m=d.label,u=d.size,h=c.body.data,f=e=>e===wt.Small,g=e=>e===wt.Wide,b=gt(Object(a.useState)(o),2),y=b[0],w=b[1],x=e=>{w(e.index)};return i.a.createElement(W,{context:{object:"GalleryCarousel",attrs:{component_type:"in-article component : gallery : interactive",event_navigation_action:"navigation",component_name:"".concat(p)}},scrolledEvent:{attrs:{event_navigation_name:"in-article component displayed : gallery",event_navigation_browsing_method:"scroll"}}},e=>{let n=e.intersectObserverRef,a=e.fireAnalyticsEvent;return i.a.createElement(ut,{sectionColour:t,isWide:g(u),isSmall:f(u),ref:n},i.a.createElement(ht,{sectionColour:t,isWide:g(u),itemsToScroll:1,itemsToShow:1,isRTL:!1,onChange:x,showArrows:!1,renderPagination:e=>{let n=e.activePage,o=e.onClick;return i.a.createElement(ft,{isWide:g(u),data:h[y],headline:p,label:m,isSmall:f(u),sectionColour:t},h.length>1&&i.a.createElement(yt,{activePage:n,onClick:(e,t)=>{t&&a({attrs:{event_navigation_name:"button : ".concat(t),component_name:p,event_navigation_browsing_method:"click"}}),o&&o(e)},current:y,data:h}))}},h.map(e=>i.a.createElement("div",{style:{width:"100%"}},i.a.createElement(oe,{ratio:"3:2"},i.a.createElement("img",{src:e.data.image}))))),i.a.createElement(pt,{isWide:g(u)},i.a.createElement("div",{style:{paddingLeft:"16px",paddingRight:"16px"}},i.a.createElement(it,{isWide:g(u)},h[y].data.credit),h[y].data.imageTitle&&i.a.createElement(at,{isWide:g(u)},h[y].data.imageTitle),h[y].data.copy&&i.a.createElement(nt,{isWide:g(u),dangerouslySetInnerHTML:{__html:ne(h[y].data.copy,{br:{},b:{},i:{}})}}))))})},vt=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1qwze61-0"})(["margin:0 auto 20px auto;padding:20px 0 0;background-color:",";border-top:",";a{text-decoration:none;}@media (min-width:","px){flex-direction:row;width:80.8%;}@media (min-width:","px){width:56.2%;}"],l.colours.functional.backgroundPrimary,e=>{let t=e.sectionColour;return"2px solid ".concat(t)},l.breakpoints.medium,l.breakpoints.wide),Ct=r.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"sc-1qwze61-1"})(["display:flex;flex-direction:column;justify-content:space-between;padding:0 20px;"]),kt=r.a.div.withConfig({displayName:"styles__Headline",componentId:"sc-1qwze61-2"})(["font-family:",";font-size:24px;line-height:24px;color:",";@media (min-width:","px){font-size:32px;line-height:32px;}"],l.fonts.headline,l.colours.functional.brandColour,l.breakpoints.medium),At=r.a.div.withConfig({displayName:"styles__ReadMoreContainer",componentId:"sc-1qwze61-3"})(["display:flex;border-top:1px solid ",";margin-top:",";padding:5px;justify-content:center;display:",";@media (min-width:","px){display:none;}"],l.colours.functional.keyline,e=>e.readMore?"0":"15px",e=>e.showReadMore?"flex":"none",l.breakpoints.medium),Et=r.a.button.withConfig({displayName:"styles__ReadMoreButton",componentId:"sc-1qwze61-4"})(["font-size:12px;font-family:",";font-weight:500;line-height:20px;border:1px solid ",";background:transparent;margin:15px 0;padding:10px 12px 5px;cursor:pointer;&:active{border:1px solid ",";color:",";}"],l.fonts.supporting,l.colours.functional.primary,l.colours.functional.action,l.colours.functional.action),It=r.a.div.withConfig({displayName:"styles__ListContainer",componentId:"sc-1qwze61-5"})(["display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;max-height:",";@media (min-width:","px){max-height:none;}"],e=>{let t=e.readMore,n=e.maxHeight,a=e.showReadMore;return!t&&a?n+"px":"none"},l.breakpoints.medium),Ot=r.a.ul.withConfig({displayName:"styles__List",componentId:"sc-1qwze61-6"})(["column-count:1;column-gap:25px;column-rule:1px solid ",";margin-left:0;padding:0;@media (min-width:","px){column-count:2;margin-bottom:20px;}"],l.colours.functional.keyline,l.breakpoints.medium),jt=r.a.li.withConfig({displayName:"styles__ListItem",componentId:"sc-1qwze61-7"})(["color:",";font-family:",";font-size:16px;line-height:24px;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;margin:0 5px 13px 0;padding-left:15px;list-style:none;position:relative;&:last-child{margin-bottom:0;}&::before{content:'';position:absolute;left:3px;top:7px;width:6px;height:6px;background-color:",";border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}"],l.colours.functional.secondary,l.fonts.body,l.colours.functional.primary);function _t(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return St(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return St(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function St(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Ft={attrs:{event_navigation_name:"in-article component displayed : bullet point component",event_navigation_browsing_method:"automated"}},Tt=l.breakpoints.medium,zt=e=>{let t=e.sectionColour;const n=$(),o=n.loading,r=n.error,l=n.data;if(o)return i.a.createElement(de,null,i.a.createElement(J.Placeholder,null));if(r||void 0===l)return null;const s=l.fields,c=s.headline,d=s.label,p=l.body.data,m=_t(Object(a.useState)(!1),2),u=m[0],h=m[1],f=Object(a.useRef)(null),g=_t(Object(a.useState)(!1),2),b=g[0],y=g[1],w=window.innerWidth.toString();return Object(a.useEffect)(()=>{const e=f.current;e&&y(e.clientHeight>350)},[]),i.a.createElement(W,{context:{object:"InArticleBulletPoint",attrs:{component_type:"in-article component : bullet point component: "+(b&&w<Tt?"interactive":"static"),event_navigation_action:"navigation",component_name:"".concat(c)}},scrolledEvent:Ft},e=>{let n=e.fireAnalyticsEvent,a=e.intersectObserverRef;return i.a.createElement(vt,{ref:a,sectionColour:t},i.a.createElement(Ct,null,i.a.createElement(pe,{sectionColour:t},d),i.a.createElement(kt,null,c),i.a.createElement(It,{ref:f,readMore:u,maxHeight:350,showReadMore:b},i.a.createElement(Ot,null,p.map((e,t)=>i.a.createElement(jt,{key:t,dangerouslySetInnerHTML:{__html:ne(e.data.copy,{b:{},i:{}})}}))))),i.a.createElement(At,{readMore:u,showReadMore:b},i.a.createElement(Et,{onClick:()=>((e,t)=>{e&&e((e=>({action:"Clicked",attrs:{event_navigation_name:"button : ".concat(e),event_navigation_browsing_method:"click"}}))(t)),h(!u)})(n,u?"Collapse":"Read more")},u?"Collapse":"Read more")))})},Nt=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1tqomyo-0"})(["margin:0 auto 20px auto;padding:23px 0 0;background-color:",";border-top:",";width:",";@media (min-width:","px){width:",";}@media (min-width:","px){width:",";}a{text-decoration:none;}"],l.colours.functional.backgroundPrimary,e=>{let t=e.sectionColour;return"2px solid ".concat(t)},e=>e.isWide?"100%":"auto",l.breakpoints.medium,e=>e.isWide?"100%":"80.8%",l.breakpoints.wide,e=>e.isWide?"100%":"56.2%"),Bt=r.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"sc-1tqomyo-1"})(["display:flex;flex-direction:column;justify-content:space-between;padding:0 16px;"]),Mt=r()(ye).withConfig({displayName:"styles__StyledShowAllButton",componentId:"sc-1tqomyo-2"})(["font-size:12px;margin:15px 0;padding:8px 12px 7px;"]),Rt=r.a.li.withConfig({displayName:"styles__ListItem",componentId:"sc-1tqomyo-3"})(["flex:1 0 50%;padding:12px 16px 13px 0;border-width:0 1px 1px 0;border-style:solid;border-color:",";padding-left:16px;&:empty{height:0;border:none;}&:before,:after{box-sizing:border-box;}@media (min-width:","px){flex:1 0 ",";}"],l.colours.functional.keyline,l.breakpoints.medium,e=>e.isStandard?"50%":"33%"),Pt=r.a.div.withConfig({displayName:"styles__NumberContainer",componentId:"sc-1tqomyo-4"})(["font-family:",";font-size:32px;line-height:32px;margin-bottom:4px;color:",";@media (min-width:","px){font-size:50px;line-height:40px;}"],l.fonts.headline,e=>{let t=e.sectionColour;return"".concat(t)},l.breakpoints.medium);var Dt;!function(e){e.Standard="4043",e.Wide="4042"}(Dt||(Dt={}));const Ht=e=>e===Dt.Wide;function Qt(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Lt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Lt(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Lt(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const qt={attrs:{event_navigation_name:"in-article component displayed : big numbers",event_navigation_browsing_method:"scroll"}},Wt=e=>{let t=e.sectionColour;const n=$(),o=n.loading,r=n.error,l=n.data;if(o)return i.a.createElement(de,null,i.a.createElement(J.Placeholder,null));if(r||void 0===l)return null;const s=l.fields,c=s.headline,d=s.label,p=s.size,m=l.body.data,u=Qt(Object(a.useState)(!1),2),h=u[0],f=u[1],g=Object(a.useRef)(null),b=Qt(Object(a.useState)(!1),2),y=b[0],w=b[1],x=Ht(p)?250:350;return Object(a.useEffect)(()=>{const e=g.current;e&&w(e.clientHeight>x)},[]),i.a.createElement(W,{context:{object:"InArticleBigNumbers",attrs:{component_type:"in-article component : big numbers: "+(y?"interactive":"static"),event_navigation_action:"navigation",component_name:"".concat(c)}},scrolledEvent:qt},e=>{let n=e.fireAnalyticsEvent,a=e.intersectObserverRef;return i.a.createElement(Nt,{ref:a,sectionColour:t,isWide:Ht(p)},i.a.createElement(Bt,null,i.a.createElement(pe,{sectionColour:t},d),c&&i.a.createElement(be,null,c),i.a.createElement(fe,{ref:g,showAll:h,maxHeight:x,displayShowAll:y},i.a.createElement(he,null,m.map((e,n)=>{return i.a.createElement(Rt,{key:n,isStandard:(a=p,a===Dt.Standard)},i.a.createElement(Pt,{sectionColour:t},e.data.number),i.a.createElement(ue,{dangerouslySetInnerHTML:{__html:ne(e.data.copy,{br:{},b:{},i:{}})}}));var a})))),i.a.createElement(ge,{showAll:h,displayShowAll:y},i.a.createElement(Mt,{onClick:()=>((e,t)=>{e&&e((e=>({action:"Clicked",attrs:{event_navigation_name:"button : ".concat(e),event_navigation_browsing_method:"click"}}))(t)),f(!h)})(n,h?"Collapse":"Show all")},h?"Collapse":"Show all")))})};var Jt=e=>e?e.filter(e=>null===e.expiryTime||(new Date).getTime()<new Date(e.expiryTime).getTime()):[];const Xt=e=>{let t=e.color,n=void 0===t?l.colours.functional.primary:t,a=e.title;return i.a.createElement(h,null,i.a.createElement(g,{color:n}),i.a.createElement(b,{"aria-label":"".concat(a," Flag"),color:n,"data-testid":"flag-".concat(a)},a.toLowerCase()))},Gt=e=>{let t=e.color,n=void 0===t?l.colours.functional.articleFlagNew:t;return i.a.createElement(Xt,{color:n,title:"new"})},Ut=e=>{let t=e.color,n=void 0===t?l.colours.functional.articleFlagUpdated:t;return i.a.createElement(Xt,{color:n,title:"updated"})},Vt=e=>{let t=e.color,n=void 0===t?l.colours.functional.articleFlagExclusive:t;return i.a.createElement(Xt,{color:n,title:"exclusive"})},Zt=e=>{let t=e.color,n=void 0===t?l.colours.functional.tertiary:t;return i.a.createElement(Xt,{color:n,title:"sponsored"})},Yt=e=>{let t=e.color,n=void 0===t?l.colours.functional.secondary:t;return i.a.createElement(Xt,{color:n,title:"long read"})},Kt=e=>{let t=e.allFlags,n=e.overrideColor,a=void 0===n?"":n;return i.a.createElement(w,null,t.map(e=>i.a.createElement(y,{key:e.type,allFlags:t},function(){let e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""!==t&&(e={color:t}),new Map([["NEW",i.a.createElement(Gt,Object.assign({},e))],["LIVE",i.a.createElement(z,Object.assign({},e))],["BREAKING",i.a.createElement(N,Object.assign({},e))],["UPDATED",i.a.createElement(Ut,Object.assign({},e))],["EXCLUSIVE",i.a.createElement(Vt,Object.assign({},e))],["SPONSORED",i.a.createElement(Zt,Object.assign({},e))],["LONGREAD",i.a.createElement(Yt,Object.assign({},e))]])}(a).get(e.type))))},$t=e=>{let t=e.flags,n=void 0===t?[]:t,a=e.longRead,o=void 0!==a&&a,r=e.withContainer,l=void 0!==r&&r,s=e.color,c=void 0===s?"":s;const d=[...Jt(n),...o?[{expiryTime:null,type:"LONGREAD"}]:[]];return d.length?l?i.a.createElement(x,null,i.a.createElement(Kt,{allFlags:d,overrideColor:c})):i.a.createElement(Kt,{allFlags:d,overrideColor:c}):null};const en=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1qwfd1c-0"})(["margin:0 auto 20px auto;padding:20px 0 0;background-color:",";border-top:",";width:100%;@media (min-width:","px){width:80.8%;}@media (min-width:","px){width:56.2%;}a{text-decoration:none;}"],l.colours.functional.backgroundPrimary,e=>{let t=e.sectionColour;return"2px solid ".concat(t)},l.breakpoints.medium,l.breakpoints.wide),tn=r.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"sc-1qwfd1c-1"})(["display:flex;flex-direction:column;justify-content:space-between;padding:0 16px;"]),nn=r()(ye).withConfig({displayName:"styles__StyledShowAllButton",componentId:"sc-1qwfd1c-2"})(["font-size:13px;margin:11px 0;padding:12px 15px 10px;"]),an=r.a.li.withConfig({displayName:"styles__ListItem",componentId:"sc-1qwfd1c-3"})(["padding:12px 0 13px;width:100%;position:relative;"]),on=r.a.div.withConfig({displayName:"styles__LeftPanel",componentId:"sc-1qwfd1c-4"})(["display:table;float:left;width:",";text-align:center;padding-right:",";height:100%;& img{border-radius:100%;height:50px;width:50px;position:relative;margin-left:16px;z-index:2;}&:before{content:'';background:",";position:relative;top:0px;left:15px;width:8px;height:8px;border-radius:100%;z-index:1;display:",";}&:after{content:'';border-right:1px solid #ccc;height:100%;display:block;position:absolute;top:",";left:",";z-index:1;}@media (min-width:","px){width:",";padding-right:",";& img{height:76px;width:76px;}&:after{top:",";left:",";}}"],e=>e.circularImage?"80px":"40px",e=>e.circularImage?"16px":"24px",e=>{let t=e.sectionColour;return"".concat(t)},e=>e.circularImage?"none":"block",e=>e.circularImage?"60px":"20px",e=>e.circularImage?"42px":"19px",l.breakpoints.medium,e=>e.circularImage?"100px":"39px",e=>e.circularImage?"16px":"24px",e=>e.circularImage?"74px":"20px",e=>e.circularImage?"52px":"19px"),rn=r.a.div.withConfig({displayName:"styles__RightPanel",componentId:"sc-1qwfd1c-5"})(["display:grid;"]),ln=r.a.div.withConfig({displayName:"styles__Date",componentId:"sc-1qwfd1c-6"})(["font-family:",";text-transform:uppercase;font-size:12px;line-height:16px;margin-bottom:8px;color:",";"],l.fonts.supporting,e=>{let t=e.sectionColour;return"".concat(t)}),sn=r.a.div.withConfig({displayName:"styles__SubHeading",componentId:"sc-1qwfd1c-7"})(["font-size:20px;line-height:20px;color:",";font-family:",";margin-bottom:6px;@media (min-width:","px){font-size:24px;line-height:24px;}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium);function cn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return dn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return dn(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function dn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const pn={attrs:{event_navigation_name:"in-article component displayed : timelines",event_navigation_browsing_method:"scroll"}},mn=e=>{let t=e.sectionColour;const n=$(),o=n.loading,r=n.error,l=n.data;if(o)return i.a.createElement(de,null,i.a.createElement(J.Placeholder,null));if(r||void 0===l)return null;const s=l.fields,c=s.headline,d=s.label,p=l.body.data,m=cn(Object(a.useState)(!1),2),u=m[0],h=m[1],f=Object(a.useRef)(null),g=cn(Object(a.useState)(!1),2),b=g[0],y=g[1];return Object(a.useEffect)(()=>{const e=f.current;e&&y(e.clientHeight>375)},[]),i.a.createElement(W,{context:{object:"InArticleTimelines",attrs:{component_type:"in-article component : timelines: "+(b?"interactive":"static"),event_navigation_action:"navigation",component_name:"".concat(c)}},scrolledEvent:pn},e=>{let n=e.fireAnalyticsEvent,a=e.intersectObserverRef;return i.a.createElement(en,{ref:a,sectionColour:t},i.a.createElement(tn,null,i.a.createElement(pe,{sectionColour:t},d),c&&i.a.createElement(be,null,c),i.a.createElement(fe,{ref:f,showAll:u,maxHeight:375,displayShowAll:b},i.a.createElement(he,null,p.map((e,n)=>i.a.createElement(an,{key:n},i.a.createElement(on,{sectionColour:t,circularImage:e.data.image},e.data.image&&i.a.createElement("img",{src:e.data.image})),i.a.createElement(rn,null,i.a.createElement(ln,{sectionColour:t},e.data.date),i.a.createElement(sn,null,e.data.eventHeading),i.a.createElement(ue,{dangerouslySetInnerHTML:{__html:ne(e.data.copy,["br","b","i"])}}))))))),i.a.createElement(ge,{showAll:u,displayShowAll:b},i.a.createElement(nn,{onClick:()=>((e,t)=>{e&&e((e=>({action:"Clicked",attrs:{event_navigation_name:"button : ".concat(e),event_navigation_browsing_method:"click"}}))(t)),h(!u)})(n,u?"Collapse":"Show all")},u?"Collapse":"Show all")))})},un=r.a.div.withConfig({displayName:"styles__IconContainer",componentId:"qq20og-0"})(["width:40px;height:40px;display:flex;align-items:center;justify-content:center;"]),hn=r()(re.IconActivityIndicator).withConfig({displayName:"styles__LoadingIcon",componentId:"qq20og-1"})(["background-color:",";border-radius:9999;overflow:hidden;"],l.colours.functional.whiteGrey),fn=r.a.div.withConfig({displayName:"styles__SaveStarText",componentId:"qq20og-2"})(["margin-right:15px;color:",";font-family:",";font-size:14px;line-height:14px;"],l.colours.functional.secondary,l.fonts.supporting),gn=r.a.button.withConfig({displayName:"styles__SaveStarButton",componentId:"qq20og-3"})(["display:flex;justify-content:center;padding:0;background-color:",";border:0;border-radius:40px;outline:0;cursor:pointer;&:hover{background-color:",";}&:active{background-color:",";}"],l.colours.functional.white,l.colours.functional.whiteGrey,l.colours.functional.keyline),bn=e=>e?"Saved":"Save",yn=e=>e?l.colours.functional.action:l.colours.functional.white,wn=e=>{let t=e.articleId,n=e.onToggleSave,a=e.loading,o=e.error,r=e.data;return a?i.a.createElement(i.a.Fragment,null,i.a.createElement(fn,null,bn(!1)),i.a.createElement(un,null,i.a.createElement(hn,null))):o||!r?null:i.a.createElement(i.a.Fragment,null,i.a.createElement(fn,null,bn(r.isBookmarked)),i.a.createElement(gn,{onClick:()=>n(t,r.isBookmarked)},i.a.createElement(un,null,i.a.createElement(re.IconStar,{height:18,title:(s=r.isBookmarked,s?"Remove from My Articles":"Save to My Articles"),fillColour:yn(r.isBookmarked),strokeColour:l.colours.functional.secondary}))));var s},xn=i.a.memo(e=>{let t=e.children;const n=$();return i.a.createElement(i.a.Fragment,null,i.a.isValidElement(t)&&i.a.cloneElement(t,n))});function vn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Cn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Cn(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Cn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const kn=i.a.memo(e=>{let t=e.articleId,n=e.isPreviewMode,o=e.children;const r=vn(Object(a.useState)("/api/collections/is-bookmarked/".concat(t)),2),l=r[0],s=r[1],c=vn(Object(a.useState)(n?{isBookmarked:!1}:void 0),2),d=c[0],p=c[1],m=Object(a.useMemo)(()=>({credentials:"same-origin"}),[]),u=Object(a.useCallback)((e,t)=>{n?p({isBookmarked:!t}):s(t?"/api/collections/delete/".concat(e):"/api/collections/save/".concat(e))},[]),h=o?Object(a.cloneElement)(o,{articleId:t,onToggleSave:u}):i.a.createElement(wn,{articleId:t,onToggleSave:u});return i.a.createElement(K,{url:l,options:m,previewData:d},i.a.createElement(xn,null,h))}),An={blue070:"#006699",inkContrast:"#01000d",inkSubtle:"#696969",inkNonEssential:"#aaaaaa"},En=r.a.a.withConfig({displayName:"styles__BreadcrumbItem",componentId:"sc-1q1w5tj-0"})(["color:inherit;text-decoration:none;display:inline-grid;font-family:Roboto-Regular;font-size:12px;font-weight:500;line-height:1.250;letter-spacing:0%;font-stretch:normal display:inline-grid;background-color:transparent;min-height:32px;border:none;place-content:center;color:",";&:hover{color:","};"],e=>e.selected?An.inkContrast:An.inkSubtle,An.blue070),In=r.a.nav.withConfig({displayName:"styles__Breadcrumbs",componentId:"sc-1q1w5tj-1"})(["display:flex;"]),On=r.a.div.withConfig({displayName:"styles__IconContainer",componentId:"sc-1q1w5tj-2"})(["height:32px;display:flex;align-items:center;padding-inline:8px;"]);var jn=e=>a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),a.createElement("path",{fill:e.color,d:"m6.667 4-.94.94L8.78 8l-3.053 3.06.94.94 4-4-4-4Z"}));const _n=e=>{let t=e.data;const n=(e,t)=>{e&&e((e=>({object:"Breadcrumb",action:"Clicked",attrs:{event_navigation_action:"navigation",event_navigation_name:"header:selection",event_navigation_browsing_method:"click",article_parent_name:"breadcrumb : ".concat(e)}}))(t))};return i.a.createElement(W,null,e=>{let a=e.fireAnalyticsEvent;return i.a.createElement(In,{"aria-label":"breadcrumbs"},t.map((e,t,o)=>t<o.length-1?i.a.createElement(i.a.Fragment,null,i.a.createElement(En,{key:e.title,"aria-current":"false",href:e.url,selected:!1,onClick:()=>n(a,e.title)},e.title),i.a.createElement(On,null,i.a.createElement(jn,{color:An.inkNonEssential}))):i.a.createElement(En,{"aria-current":"page",key:e.title,href:e.url,selected:!0,onClick:()=>n(a,e.title)},e.title)))})};var Sn=e=>i.a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),i.a.createElement("path",{fill:"currentcolor",d:"m3.166 8 .94.94 3.727-3.72v8.113h1.333V5.22l3.72 3.727.947-.947-5.334-5.333L3.166 8Z"}));const Fn={interactiveNegative040:"#9f0000",interactiveNegative050:"#800000",inkInverse:"#FFFFFF"},Tn={space030:"12px",space020:"8px"},zn=r.a.button.withConfig({displayName:"styles__StyledButton",componentId:"sc-1i2ta0n-0"})(["border:none;background-color:",";padding-block:",";padding-inline:",";font-family:Roboto;font-size:1.4000000000000001rem;font-weight:500;letter-spacing:0em;color:",";display:inline-grid;grid-template-columns:repeat(2,auto);column-gap:8px;place-content:center;place-items:center;cursor:pointer;transition-property:background-color;transition-duration:200ms;transition-timing-function:cubic-bezier(0,0,0.5,1);&:hover{background-color:",";}&:active{background-color:",";}"],Fn.interactiveNegative040,Tn.space020,Tn.space030,Fn.inkInverse,Fn.interactiveNegative050,Fn.interactiveNegative050),Nn=e=>{let t=e.label,n=e.handleClick;return i.a.createElement(zn,{onClick:()=>n()},i.a.createElement(Sn,{"data-testid":"upward-arrow"}),t)};function Bn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Mn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Mn(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Mn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Rn=e=>{let t=e.delay,n=e.initialState,o=e.children;const r=Bn(Object(a.useState)(n),2),l=r[0],s=r[1];return Object(a.useEffect)(()=>{setTimeout(()=>{s(!n)},t)},[]),i.a.createElement(i.a.Fragment,null,l?o:null)};function Pn(e,t,n,a,i,o,r){try{var l=e[o](r),s=l.value}catch(e){return void n(e)}l.done?t(s):Promise.resolve(s).then(a,i)}function Dn(e){return function(){var t=this,n=arguments;return new Promise((function(a,i){var o=e.apply(t,n);function r(e){Pn(o,a,i,r,l,"next",e)}function l(e){Pn(o,a,i,r,l,"throw",e)}r(void 0)}))}}function Hn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Qn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Qn(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Qn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Ln=e=>{let t=e.delay,n=e.display,o=e.label,r=e.handleClick,l=e.updatedTime,s=e.articleId,c=e.update,d=void 0!==c&&c;const p=Hn(Object(a.useState)(d),2),m=p[0],u=p[1];return Object(a.useEffect)(()=>{const e=function(){var e=Dn((function*(){try{const e=yield G()("/api/article-update-time/".concat(s));return(yield e.json()).article.publishedTime}catch(e){console.log(e)}}));return function(){return e.apply(this,arguments)}}(),t=setInterval(Dn((function*(){(yield e())>l&&u(!0)})),12e4);return()=>clearInterval(t)},[]),i.a.createElement(i.a.Fragment,null,m?i.a.createElement(Rn,{delay:t,initialState:n},i.a.createElement(Nn,{label:o,handleClick:r})):null)},qn=r.a.div.withConfig({displayName:"styles__BannerWrapper",componentId:"mc8dye-0"})(["max-width:498px;box-shadow:0px 16px 24px 0px rgba(17,17,17,0.08);z-index:100;width:100%;"]),Wn=r.a.div.withConfig({displayName:"styles__StyledBanner",componentId:"mc8dye-1"})(["border-top:3px solid #005c8a;background-color:#fff;flex-direction:column;align-items:flex-start;padding-left:16px;padding-block:12px;padding-right:16px;@media screen and (min-width:","px){padding-block:10px;}@media screen and (min-width:","px){padding-right:30px;}"],l.breakpoints.wide,l.breakpoints.medium),Jn=r.a.div.withConfig({displayName:"styles__BannerContentWrapper",componentId:"mc8dye-2"})(["flex-direction:inherit;"]),Xn=r.a.div.withConfig({displayName:"styles__Wrapper",componentId:"mc8dye-3"})(["display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;@media screen and (min-width:","px){margin-bottom:8px;}"],l.breakpoints.medium),Gn=r.a.div.withConfig({displayName:"styles__TitleWrapper",componentId:"mc8dye-4"})(["display:flex;align-items:center;width:100%;"]),Un=r.a.p.withConfig({displayName:"styles__Title",componentId:"mc8dye-5"})(["color:#333;font-weight:700;margin:0 0 0 16px;font-size:24px;line-height:27px;font-family:'Times Modern';letter-spacing:0em;@media (max-width:","px){font-size:18px;line-height:20px;}"],l.breakpoints.medium),Vn=r.a.p.withConfig({displayName:"styles__Body",componentId:"mc8dye-6"})(["color:#696969;font-weight:400;margin:0;font-size:16px;line-height:24px;font-family:'Roboto';letter-spacing:0em;@media (max-width:","px){font-size:14px;line-height:21px;}"],l.breakpoints.medium),Zn=r.a.button.withConfig({displayName:"styles__CloseIconWrapper",componentId:"mc8dye-7"})(["background:#fff;border:none;cursor:pointer;"]);function Yn(e,t){if(null==e)return{};var n,a,i=function(e,t){if(null==e)return{};var n,a,i={},o=Object.keys(e);for(a=0;a<o.length;a++)n=o[a],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a<o.length;a++)n=o[a],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var Kn=e=>{let t=e.width,n=void 0===t?24:t,a=e.height,o=void 0===a?24:a,r=e.color,l=void 0===r?"#000":r,s=Yn(e,["width","height","color"]);return i.a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:n,height:o,viewBox:"0 0 14 14",fill:"none"},s),i.a.createElement("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z",fill:l}))};function $n(e,t){if(null==e)return{};var n,a,i=function(e,t){if(null==e)return{};var n,a,i={},o=Object.keys(e);for(a=0;a<o.length;a++)n=o[a],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a<o.length;a++)n=o[a],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var ea=e=>{let t=e.width,n=void 0===t?24:t,a=e.height,o=void 0===a?24:a,r=e.color,l=void 0===r?"#000":r,s=$n(e,["width","height","color"]);return i.a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:n,height:o,viewBox:"0 0 24 24",fill:"none"},s),i.a.createElement("path",{d:"M22 9.98V19C22 20.1 21.1 21 20 21H4C2.9 21 2 20.1 2 19L2.01 7C2.01 5.9 2.9 5 4 5H14.1C14.04 5.32 14 5.66 14 6C14 6.34 14.04 6.68 14.1 7H4L12 12L15.67 9.71C16.14 10.14 16.69 10.47 17.3 10.69L12 14L4 9V19H20V10.9C20.74 10.75 21.42 10.42 22 9.98ZM16 6C16 7.66 17.34 9 19 9C20.66 9 22 7.66 22 6C22 4.34 20.66 3 19 3C17.34 3 16 4.34 16 6Z",fill:l}))};const ta=e=>{let t=e.title,n=e.body,a=e.onClose;return i.a.createElement(qn,null,i.a.createElement(Wn,{"aria-label":"Email verification banner"},i.a.createElement(Jn,{role:"region"},i.a.createElement(Xn,null,i.a.createElement(Gn,null,i.a.createElement(ea,null),i.a.createElement(Un,null,t)),i.a.createElement(Zn,{onClick:a},i.a.createElement(Kn,{width:14,height:14}))),i.a.createElement(Vn,null,n))))};var na=e=>a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),a.createElement("mask",{id:"a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},a.createElement("path",{fill:"currentcolor",d:"M7.333 4.667h1.334V6H7.334V4.667ZM7.333 7.333h1.334v4H7.334v-4Z"}),a.createElement("path",{fill:"currentcolor",fillRule:"evenodd",d:"M1.333 8A6.67 6.67 0 0 1 8 1.333 6.67 6.67 0 0 1 14.667 8 6.67 6.67 0 0 1 8 14.667 6.67 6.67 0 0 1 1.333 8Zm1.334 0A5.34 5.34 0 0 0 8 13.333 5.34 5.34 0 0 0 13.334 8 5.34 5.34 0 0 0 8 2.667 5.34 5.34 0 0 0 2.667 8Z",clipRule:"evenodd"})),a.createElement("g",{mask:"url(#a)"},a.createElement("path",{fill:"currentcolor",d:"M0 0h16v16H0z"})));const aa=r.a.button.withConfig({displayName:"styles__IconButton",componentId:"sc-170o5l5-0"})(["margin:0;padding:0;display:inline-grid;column-gap:8px;grid-template-columns:repeat(1,auto);width:32px;height:32px;margin-inline-start:8px;padding-inline:8px;padding-block:8px;box-sizing:border-box;overflow:hidden;border:none;appearance:none;background-color:#00000000;border-radius:50%;color:#333333;cursor:pointer;"]),ia=r.a.div.withConfig({displayName:"styles__Popover",componentId:"sc-170o5l5-1"})(["position:relative;display:inline-block;"]),oa=r.a.div.withConfig({displayName:"styles__PopoverContext",componentId:"sc-170o5l5-2"})(["display:",";position:absolute;top:-55px;left:4px;box-shadow:0px 20px 32px 0px #11111114;border-radius:0px;border-style:none;z-index:80;div{margin:0;color:#333333;border-radius:0px;background-color:#ffffff;white-space:nowrap;display:grid;grid-template-areas:'header close' 'content content';grid-template-columns:1fr auto;grid-template-rows:auto 1fr;&::after{content:'';position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);box-sizing:border-box;background-color:#ffffff;width:16px;height:16px;left:12px;bottom:calc(-16px / 2);}}"],e=>e.isOpen?"grid":"none"),ra=r.a.div.withConfig({displayName:"styles__PopoverHeader",componentId:"sc-170o5l5-3"})(["div{display:flex;grid-area:header;align-items:center;box-sizing:border-box;box-shadow:0px 20px 32px 0px #11111114;border-radius:0px;border-style:none;font-family:Roboto;font-size:1.4000000000000001rem;line-height:1.5;font-weight:500;letter-spacing:0em;padding-inline:24px;padding-block:16px;}"]),la=r.a.button.withConfig({displayName:"styles__CloseButton",componentId:"sc-170o5l5-4"})(["height:48px;width:48px;border-radius:50%;padding:16px;background-color:transparent;border:none;outline:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s;&:focus-visible{background-color:#eeeeee;border:1px solid #000;}&:hover{background-color:#eeeeee;}"]),sa=r.a.div.withConfig({displayName:"styles__Tooltip",componentId:"sc-170o5l5-5"})(["position:relative;display:inline-block;z-index:80;"]),ca=r.a.div.withConfig({displayName:"styles__TooltipContext",componentId:"sc-170o5l5-6"})(["display:",";position:absolute;top:-34px;left:8px;grid-template-areas:'header close' 'content content';grid-template-columns:1fr auto;grid-template-rows:auto 1fr;color:rgb(255,255,255);background-color:rgb(17,17,17);font-family:'Roboto';font-size:14px;line-height:21px;font-weight:500;letter-spacing:0em;padding-inline:8px;padding-block:8px;white-space:nowrap;&::after{content:'';position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);box-sizing:border-box;background-color:#ffffff;width:4px;height:4px;left:14px;bottom:calc(-4px / 2);box-sizing:border-box;background-color:rgb(17,17,17);}"],e=>e.isOpen?"grid":"none");var da=()=>i.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:12,height:12,viewBox:"0 0 14 14",fill:"none"},i.a.createElement("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z",fill:"#333333"}));function pa(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ma(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ma(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ma(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const ua=e=>{let t=e.contractualTitle;const n=pa(i.a.useState(!1),2),a=n[0],o=n[1];return i.a.createElement(i.a.Fragment,null,i.a.createElement(sa,null,i.a.createElement(ca,{"data-testid":"Tooltip-context",isOpen:a},t),i.a.createElement(aa,{"aria-label":"See contractual title, button","data-testid":"Tooltip",onMouseOver:()=>o(!0),onMouseOut:()=>o(!1)},i.a.createElement(na,null))))},ha=e=>{let t=e.contractualTitle;const n=pa(i.a.useState(!1),2),a=n[0],o=n[1],r=()=>{o(!a)};return i.a.createElement(i.a.Fragment,null,i.a.createElement(ia,null,i.a.createElement(oa,{"data-testid":"Popover-context",isOpen:a},i.a.createElement(ra,null,i.a.createElement("div",null,t),i.a.createElement(la,{"data-testid":"close-button",onClick:r},i.a.createElement(da,null)))),i.a.createElement(aa,{"aria-label":"See contractual title, button","data-testid":"Popover",onClick:r},i.a.createElement(na,null))))},fa=e=>{let t=e.contractualTitle;return e.isLargeDevice?i.a.createElement(ua,{contractualTitle:t,"data-testid":"Tooltip"}):i.a.createElement(ha,{contractualTitle:t,"data-testid":"Popover"})},ga=(e,t)=>t?"\n @media (prefers-color-scheme: dark) {\n ".concat(e,"\n }\n "):"",ba={xs:0,sm:520,md:768,lg:1024,xl:1320,all:0},ya=(e,t)=>()=>{const n=["@media screen"];return e&&ba[e]&&n.push(" and (min-width: ".concat(ba[e],"px)")),t&&n.push(" and (max-width: ".concat(ba[t]-1,"px)")),n.join("")},wa=()=>{if(!window||!window.nuk)return"uk";return(window.nuk.getCookieValue("nuk_preferred_edition")||"uk").toLowerCase()},xa=e=>(e=>{if("undefined"==typeof window)return;const t=document.cookie.match(new RegExp("(?:^|; )".concat(encodeURIComponent(e),"=([^;]*)")));return t?decodeURIComponent(t[1]):void 0})(e)||"UK",va=r.a.div.withConfig({displayName:"styles__BaseLabel",componentId:"sc-1oa4k1j-0"})(["font-family:'Roboto';font-weight:500;line-height:1.125;font-size:14px;letter-spacing:0em;color:#236fa3;text-transform:uppercase;"]),Ca=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1oa4k1j-1"})(["background-color:#ffffff;padding:",";border-top:",";border-bottom:1px dashed;border-color:#cccccc;","{border-top:1px dashed;border-color:#cccccc;padding:24px 0;}",";"],e=>e.$isOnChannelPage?"12px 0 24px 0":"24px 0",e=>e.$isOnChannelPage?"none":"1px dashed",ya("xs","md"),e=>{let t=e.isApp;return ga("\n background-color: #f5f5f5 !important;\n border-color: #e4e4e4 !important;\n ",t)}),ka=r.a.div.withConfig({displayName:"styles__ContentWrapper",componentId:"sc-1oa4k1j-2"})(["display:flex;justify-content:space-between;align-items:flex-start;gap:20px;","{flex-direction:column;gap:24px;}"],ya("xs","md")),Aa=r.a.div.withConfig({displayName:"styles__LeftSection",componentId:"sc-1oa4k1j-3"})(["display:flex;align-items:flex-start;width:50%;gap:24px;","{width:100%;flex-direction:column;gap:16px;}"],ya("xs","md")),Ea=r.a.div.withConfig({displayName:"styles__LogoContainer",componentId:"sc-1oa4k1j-4"})(["display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;","{flex-direction:row-reverse;justify-content:flex-start;justify-content:space-between;width:100%;}"],ya("xs","md")),Ia=r.a.div.withConfig({displayName:"styles__LogoBox",componentId:"sc-1oa4k1j-5"})(["width:40px;height:40px;position:relative;display:flex;align-items:center;justify-content:center;background-color:#236fa3;","{position:absolute;top:0px;}"],ya("xs","md")),Oa=r.a.span.withConfig({displayName:"styles__LogoText",componentId:"sc-1oa4k1j-6"})(["font-family:'Times Modern',serif;font-weight:700;font-size:40px;line-height:1.125;letter-spacing:0.02em;color:#ffffff;padding-top:4px;",";"],e=>{let t=e.isApp;return ga("\n color: #1d1d1b !important;\n ",t)}),ja=r.a.div.withConfig({displayName:"styles__TextContainer",componentId:"sc-1oa4k1j-7"})(["display:flex;flex-direction:column;gap:16px;max-width:375px;","{gap:24px;}"],ya("xs","md")),_a=r()(va).withConfig({displayName:"styles__Label",componentId:"sc-1oa4k1j-8"})(["","{display:none;}"],ya("xs","md")),Sa=r()(va).withConfig({displayName:"styles__MobileLabel",componentId:"sc-1oa4k1j-9"})(["display:none;","{display:block;width:100%;}"],ya("xs","md")),Fa=r.a.div.withConfig({displayName:"styles__Description",componentId:"sc-1oa4k1j-10"})(["font-family:'Times Modern';font-weight:700;line-height:1.125;font-size:24px;letter-spacing:0em;color:#333333;",";","{margin-right:64px;}"],e=>{let t=e.isApp;return ga("\n color: #cccccc !important;\n ",t)},ya("xs","md")),Ta=r.a.div.withConfig({displayName:"styles__RightSection",componentId:"sc-1oa4k1j-11"})(["display:flex;flex-direction:column;gap:24px;width:50%;","{gap:32px;width:100%;}"],ya("xs","md")),za=r.a.div.withConfig({displayName:"styles__ContactInfo",componentId:"sc-1oa4k1j-12"})(["display:flex;flex-direction:column;gap:16px;"]),Na=r.a.a.withConfig({displayName:"styles__PhoneLabel",componentId:"sc-1oa4k1j-13"})(["text-decoration:none;display:inline;font-family:'Times Digital W04 Regular';font-weight:400;line-height:1.5;font-size:18px;letter-spacing:0em;color:#333333;cursor:pointer;",";&:hover{text-decoration:underline;}"],e=>{let t=e.isApp;return ga("\n color: #c2c2c2 !important;\n ",t)}),Ba=r.a.span.withConfig({displayName:"styles__PhoneNumber",componentId:"sc-1oa4k1j-14"})(["font-family:'Times Modern';font-weight:700;line-height:1.125;font-size:24px;letter-spacing:0em;color:#333333;",";"],e=>{let t=e.isApp;return ga("\n color: #c2c2c2 !important;\n ",t)}),Ma=r.a.div.withConfig({displayName:"styles__WorkingHoursContainer",componentId:"sc-1oa4k1j-15"})(["display:flex;flex-wrap:wrap;gap:8px;","{flex-direction:column;}"],ya("xs","md")),Ra=r.a.div.withConfig({displayName:"styles__WorkingHoursText",componentId:"sc-1oa4k1j-16"})(["font-family:'Times Digital W04 Regular';font-weight:400;line-height:1.5;font-size:18px;letter-spacing:0em;color:#333333;",";"],e=>{let t=e.isApp;return ga("\n color: #cccccc !important;\n ",t)}),Pa=r.a.div.withConfig({displayName:"styles__ButtonsContainer",componentId:"sc-1oa4k1j-17"})(["display:flex;flex-direction:column;gap:16px;","{flex-direction:",";}","{flex-direction:column;}","{flex-direction:",";}"],ya("sm"),e=>e.$isOnChannelPage?"row":"column",ya("md"),ya("lg"),e=>e.$isOnChannelPage?"row":"column"),Da=r.a.a.withConfig({displayName:"styles__BaseButton",componentId:"sc-1oa4k1j-18"})(["text-decoration:none;border-radius:0px;width:100%;min-height:44px;font-family:'Roboto';font-weight:500;line-height:1.5;font-size:16px;letter-spacing:0em;display:flex;align-items:center;justify-content:center;padding:12px 16px;cursor:pointer;transition:all 0.2s ease;"]),Ha=r()(Da).withConfig({displayName:"styles__PrimaryButton",componentId:"sc-1oa4k1j-19"})(["border:none;background-color:#005c8a;color:#ffffff;cursor:",";opacity:",";div[data-lp-event]{cursor:pointer;font-family:'Roboto';font-weight:500;line-height:1.5;font-size:16px;letter-spacing:0em;}&:hover{background-color:#00527a;}",";"],e=>e.disabled?"not-allowed":"pointer",e=>e.disabled?.6:1,e=>{let t=e.isApp;return ga("\n background-color: #74bade !important;\n color: #1d1d1b !important;\n\n &:hover {\n background-color: #93cbe8 !important;\n }\n ",t)}),Qa=r()(Da).withConfig({displayName:"styles__SecondaryButton",componentId:"sc-1oa4k1j-20"})(["border:1px solid #005c8a;background-color:transparent;color:#01000d;&:hover{background-color:#f5f5f5;}",";"],e=>{let t=e.isApp;return ga("\n border-color: #74bade !important;\n color: #74bade !important;\n\n &:hover {\n background-color: #01000d !important;\n }\n ",t)});r.a.div.withConfig({displayName:"styles__ArticleBlockContainer",componentId:"sc-1oa4k1j-21"})(["padding-inline:10px;margin-block-end:25px;","{max-width:80.8%;padding-inline:0;margin-inline:auto;}","{max-width:56.2%;padding-inline:0;margin-inline:auto;}"],ya("md"),ya("lg"));function La(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return qa(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qa(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function qa(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Wa=e=>{let t=e.title,n=e.description,o=e.phoneLabel,r=e.phoneNumber,l=e.workingHours,s=e.primaryButtonText,c=e.secondaryButtonText,d=e.secondaryButtonUrl,p=e.isApp,m=e.isOnChannelPage;const u=La(i.a.useState(!1),2),h=u[0],f=u[1],g=La(i.a.useState(!1),2),b=g[0],y=g[1],w=La(i.a.useState("Loading chat..."),2),x=w[0],v=w[1],C=La(i.a.useState(!1),2),k=C[0],A=C[1],E=i.a.useRef(null),I=i.a.useRef(null),O=e=>window.utag&&window.utag.link({event_navigation_action:"navigation",event_navigation_name:"mini slice: ".concat(e.toLowerCase()),event_navigation_browsing_method:"click",app_content_location:xa("nuk_preferred_edition")}),j=i.a.useRef(null),_=i.a.useRef(null);return Object(a.useEffect)(()=>{if("undefined"==typeof window)return;const e=window.matchMedia("(max-width: 767px)"),t=e=>{A(e.matches)};return t(e),e.addEventListener("change",t),()=>{e.removeEventListener("change",t)}},[]),Object(a.useEffect)(()=>{if("undefined"==typeof window)return;const e=()=>{j.current&&(clearTimeout(j.current),j.current=null),_.current&&(_.current.disconnect(),_.current=null)},t=()=>{e(),f(!0),y(!1),v(s||"Chat with us")};j.current=setTimeout(()=>{e(),f(!1),y(!0),v("Chat Unavailable - Call Us")},15e3);const n=E.current;if(n){if(window.lpTag&&window.lpTag.loaded&&n.querySelector("[data-lp-event]"))return t(),e;_.current=new MutationObserver(()=>{n.querySelector("[data-lp-event]")&&window.lpTag&&window.lpTag.loaded&&t()}),_.current.observe(n,{childList:!0,subtree:!0})}return e},[s]),Object(a.useEffect)(()=>{const e=I.current,t=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&window.utag&&(window.utag.link({event_navigation_action:"navigation",event_navigation_name:"mini slice: impression",event_navigation_browsing_method:"scroll",app_content_location:xa("nuk_preferred_edition")}),t.unobserve(e.target))})},{threshold:.5});return t.observe(e),()=>{t.unobserve(e)}},[]),i.a.createElement(Ca,{"data-testid":"travel-mini-cta",ref:I,isApp:p,$isOnChannelPage:m},i.a.createElement(ka,null,i.a.createElement(Aa,null,i.a.createElement(Ea,null,i.a.createElement(Ia,{isApp:p},i.a.createElement(Oa,{isApp:p},"T")),i.a.createElement(Sa,{isApp:p},t)),i.a.createElement(ja,null,i.a.createElement(_a,{isApp:p},t),i.a.createElement(Fa,{isApp:p},n))),i.a.createElement(Ta,null,i.a.createElement(za,null,i.a.createElement("div",null,i.a.createElement(Na,{href:"tel:".concat(r),onClick:()=>O("phone number click"),isApp:p},o," ",i.a.createElement(Ba,{isApp:p},r))),i.a.createElement(Ma,null,l&&l.map((e,t)=>i.a.createElement(Ra,{key:t,isApp:p},e)))),i.a.createElement(Pa,{$isOnChannelPage:m},b?k?i.a.createElement(Ha,{as:"a",href:"tel:".concat(r),isApp:p},x):i.a.createElement(Ha,{as:"button",isApp:p,disabled:!0},x):i.a.createElement(Ha,{as:"button",type:"button",onClick:e=>{e.preventDefault(),O(s||"primary button");const t=E.current;if(t){const e=t.querySelector("[data-lp-event]");e&&e.click()}},isApp:p,disabled:!h},x),i.a.createElement("div",{id:"LP_DIV_TRAVEL_1239001",ref:E,style:{display:"none"}}),i.a.createElement(Qa,{href:d,onClick:()=>O(c||"secondary button"),isApp:p},c)))))},Ja=()=>"undefined"!=typeof window&&window.sessionStorage;function Xa(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ga(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ga(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ga(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function Ua(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function Va(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ua(Object(n),!0).forEach((function(t){Za(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ua(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Za(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ya=(e,t)=>{const n=Ja();if(n){const a=n.getItem("view-count"),i=Va(Va({},null!==a&&JSON.parse(a)||{}),{},{[e]:t});n.setItem("view-count",JSON.stringify(i))}},Ka=e=>{const t=Ja();if(t){const n=t.getItem("view-count"),a=null!==n&&JSON.parse(n);return a&&a[e]||1}return null},$a=e=>{const t=Ka(e);Ya(e,t+1)},ei=e=>{let t=e.displayFunction,n=void 0===t?()=>!0:t,o=e.trackingName,r=e.children;const l=Xa(Object(a.useState)(),2),s=l[0],c=l[1],d=Xa(Object(a.useState)(null),2),p=d[0],m=d[1];Object(a.useEffect)(()=>{const e=(e=>{const t=Ka(e);return Ya(e,t),t})(o);c(e)},[]),R(p,()=>$a&&$a(o),{threshold:.5});const u="undefined"!=typeof window&&window.document.cookie.indexOf("nuk-consent-personalisation=1")>=0&&n(s);return i.a.createElement(i.a.Fragment,null,i.a.createElement("div",{className:"view-count-observer",ref:m}),i.a.createElement("div",{className:"view-count",style:{display:u?"block":"none"}},r))};var ti=n(17);const ni=r.a.button.withConfig({displayName:"styles__PuffButton",componentId:"sc-1du8ah1-0"})(["font-family:",";font-size:15px;line-height:0;align-items:center;background-color:transparent;border-radius:0px;color:rgb(29,29,27);cursor:pointer;height:48px;justify-content:center;min-width:100px;padding-top:2px;width:100%;border-color:rgb(29,29,27);border-width:1px;letter-spacing:0.2px;&:hover{background-color:#e4e4e4;}&:active{background-color:#cccccc;}"],l.fonts.supporting),ai=r.a.button.withConfig({displayName:"styles__PuffLinkButton",componentId:"sc-1du8ah1-1"})(["color:",";font-family:",";font-size:18px;text-align:left;letter-spacing:-0.4px;border:none;background-color:white;text-decoration-line:underline;&:hover{text-decoration-line:none;}"],l.colours.functional.action,l.fonts.body),ii=e=>{let t=e.updatingSubscription,n=void 0!==t&&t,a=e.onPress,o=e.style;const r=q().fireAnalyticsEvent,l=()=>{n||(a&&a(),r&&r({action:"Clicked",object:"NewsletterPuffButton",attrs:{event_navigation_name:"widget : puff : sign up now",event_navigation_browsing_method:"click",event_navigation_action:"navigation"}}))};return"button"===o?i.a.createElement(ni,{onClick:()=>l()},"Sign up with one click"):i.a.createElement(ai,{onClick:()=>l()},"Sign up with one click")};var oi=n(18),ri=n.n(oi);const li=r.a.div.withConfig({displayName:"styles__View",componentId:"sc-18e8ba-0"})(["align-items:stretch;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;margin:0;min-height:0;min-width:0;padding:0;position:relative;z-index:0;"]),si=r.a.div.withConfig({displayName:"styles__Text",componentId:"sc-18e8ba-1"})(["border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1);display:inline;font-size:14px;font-family:sans-serif;margin:0;padding:0;white-space:pre-wrap;word-wrap:break-word;"]),ci=r()(li).withConfig({displayName:"styles__InpContainer",componentId:"sc-18e8ba-2"})(["border-top:2px solid ",";display:flex;flex-direction:column;margin-right:",";margin-bottom:",";margin-left:",";height:157.5px;@media (min-width:","px){margin:0 auto ",";width:80.8%;height:157.5px;}@media (min-width:","px){width:56.2%;height:117.5px;}"],e=>{let t=e.section;return t?l.colours.section[t]:"black"},Object(l.spacing)(2),Object(l.spacing)(4),Object(l.spacing)(2),l.breakpoints.medium,Object(l.spacing)(4),l.breakpoints.wide),di=r()(si).withConfig({displayName:"styles__InpPreferencesText",componentId:"sc-18e8ba-3"})(["color:",";font-family:",";font-size:18px;text-align:left;letter-spacing:-0.4px;margin-bottom:",";@media (min-width:","px){display:block;}"],l.colours.functional.action,l.fonts.body,Object(l.spacing)(3),l.breakpoints.wide),pi=e=>{let t=e.onPress;return i.a.createElement(W,{scrolledEvent:{object:"NewsletterPuffLink",attrs:{event_navigation_name:"widget : puff : manage preferences here : displayed",event_navigation_browsing_method:"automated"}}},e=>{let n=e.fireAnalyticsEvent,a=e.intersectObserverRef;return i.a.createElement(ri.a,{url:"https://home.thetimes.co.uk/myNews",onPress:()=>(t&&t(),void(n&&n({action:"Clicked",object:"NewsletterPuffLink",attrs:{event_navigation_name:"widget : puff : manage preferences here",event_navigation_browsing_method:"click"}})))},i.a.createElement(s.HoverIcon,{underline:!0,colour:"#006699"},i.a.createElement(di,{ref:a},"Explore our newsletters")))})},mi=r()(li).withConfig({displayName:"styles__Overlay",componentId:"sc-1nvj6r-0"})(["position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.9);z-index:1;"]),ui=r.a.div.withConfig({displayName:"styles__Bubble",componentId:"sc-1nvj6r-1"})(["animation:expand 0.75s ease-in-out infinite;border-radius:20px;display:inline-block;transform-origin:center center;margin:0 7px;width:16px;height:16px;background:#c4c4c4;:nth-child(2){animation-delay:250ms;}:nth-child(3){animation-delay:500ms;}@keyframes expand{100%{background:#6b6b6b;}}"]),hi=r()(li).withConfig({displayName:"styles__Loader",componentId:"sc-1nvj6r-2"})(["display:flex;flex-direction:row;left:40%;top:45%;@media (min-width:","px){left:40%;top:28%;}"],l.breakpoints.wide),fi=()=>i.a.createElement(mi,null,i.a.createElement(hi,null,i.a.createElement(ui,null),i.a.createElement(ui,null),i.a.createElement(ui,null))),gi=r()(li).withConfig({displayName:"styles__InpSubscribedContainer",componentId:"sc-8h51gu-0"})(["justify-content:center;padding:12px 16px;@media (min-width:","px){flex:1;}"],l.breakpoints.small),bi=r()(li).withConfig({displayName:"styles__InpSignupContainer",componentId:"sc-8h51gu-1"})(["justify-content:center;padding:12px 16px;@media (min-width:","px){padding:16px 10px;flex:1;}"],l.breakpoints.wide),yi=r()(si).withConfig({displayName:"styles__InpSignupHeadline",componentId:"sc-8h51gu-2"})(["color:",";font-family:",";text-align:center;font-size:18px;text-decoration:none;margin-bottom:",";"],l.colours.functional.brandColour,l.fonts.headline,Object(l.spacing)(1)),wi=r()(si).withConfig({displayName:"styles__InpCopy",componentId:"sc-8h51gu-3"})(["font-family:",";font-size:18px;text-align:left;letter-spacing:-0.5px;color:",";margin-bottom:",";line-height:26px;"],l.fonts.body,l.colours.functional.primary,Object(l.spacing)(6)),xi=r()(li).withConfig({displayName:"styles__InpSignupCTAContainer",componentId:"sc-8h51gu-4"})(["display:",";@media (min-width:","px){width:",";margin:0px auto;}@media (min-width:","px){display:",";}"],e=>"link"===e.childStyle?"none":"block",l.breakpoints.medium,e=>"button"===e.childStyle&&"220px",l.breakpoints.wide,e=>"link"===e.childStyle?"inline-block":"none"),vi=r()(li).withConfig({displayName:"styles__InpPreferencesContainer",componentId:"sc-8h51gu-5"})(["flex-direction:row;justify-content:center;"]);function Ci(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ki(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ki(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ki(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Ai=e=>{let t=e.intersectObserverRef,n=e.section,o=e.headline,r=e.copy,l=e.code,s=e.subscribeNewsletter,c=e.loading,d=e.error;const p=Ci(Object(a.useState)(!1),2),m=p[0],u=p[1],h=e=>i.a.createElement(xi,{ref:t,childStyle:e},i.a.createElement(ii,{style:e,updatingSubscription:c,onPress:()=>{c||(u(!0),s("/api/subscribe-newsletter/".concat(l)))}}));return i.a.createElement(i.a.Fragment,null,i.a.createElement(ci,{section:n},c&&i.a.createElement(fi,null),!d&&m&&i.a.createElement(gi,null,i.a.createElement(wi,null,"You’ve successfully signed up to the"," ",i.a.createElement(yi,null,"".concat(o,".")," "),i.a.createElement(pi,null)),i.a.createElement(vi,null)),d&&i.a.createElement(gi,null,i.a.createElement(wi,null,"An error occurred. Please use the link below.",i.a.createElement(pi,null)),i.a.createElement(vi,null)),!m&&!d&&i.a.createElement(bi,null,i.a.createElement(wi,null,i.a.createElement(yi,null,o," "),"".concat(r," "),h("link")),h("button"))))};function Ei(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ii(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ii(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ii(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Oi=e=>{let t=e.code,n=e.copy,o=e.headline,r=e.section;const l=Ei(Object(a.useState)("/api/is-subscribed-newsletter/".concat(t)),2),c=l[0],d=l[1],p=Object(a.useMemo)(()=>({credentials:"same-origin"}),[]);return i.a.createElement(ti.GetNewsletter,{code:t,ssr:!1,debounceTimeMs:0},e=>{let a=e.isLoading,l=e.error,m=e.newsletter;return l?null:a||!m?i.a.createElement(ci,null,i.a.createElement(J.Placeholder,null)):m.isSubscribed?null:i.a.createElement(K,{url:c,options:p},i.a.createElement(W,{context:{object:"InlineNewsletterPuff",attrs:{article_parent_name:m.title,event_navigation_action:"navigation"}},scrolledEvent:{object:"NewsletterPuffButton",attrs:{event_navigation_name:"widget : puff : sign up now : displayed",event_navigation_browsing_method:"automated",event_navigation_action:"navigation"}}},e=>{let a=e.intersectObserverRef;return i.a.createElement(xn,null,i.a.createElement(Ai,{intersectObserverRef:a,section:Object(s.capitalise)(r),headline:o,copy:n,code:t,subscribeNewsletter:d}))}))})},ji=e=>{let t=e.code,n=e.copy,a=e.headline,o=e.section;return i.a.createElement(ei,{trackingName:"auto-puff-".concat(t),displayFunction:e=>void 0!==e&&[1,3,5].includes(e)},i.a.createElement(Oi,{code:t,copy:n,headline:a,section:o}))},_i=e=>{let t=e.copy,n=e.headline,a=e.section;return i.a.createElement(ci,{section:a},i.a.createElement(bi,null,i.a.createElement(wi,null,i.a.createElement(yi,null,n," "),t,i.a.createElement(xi,{childStyle:"link"},i.a.createElement(ii,{style:"link"}))),i.a.createElement(xi,{childStyle:"button"},i.a.createElement(ii,{style:"button"}))))},Si=()=>{"undefined"==typeof window||window.opta_settings||(window.opta_settings={subscription_id:"db98cff9f9612c01bbf3435964748e95",language:"en_GB",timezone:"Europe/London",load_when_visible:!1})},Fi=e=>{const t=(e=>{switch(e){case"cricket":return"https://secure.widget.cloud.opta.net/v3/css/v3.cricket.opta-widgets.css";case"rugby":return"https://secure.widget.cloud.opta.net/v3/css/v3.rugby.opta-widgets.css";case"football":default:return"https://secure.widget.cloud.opta.net/v3/css/v3.football.opta-widgets.css"}})(e);if(!document.head.querySelector('link[href="'.concat(t,'"]'))){const e=document.createElement("link");e.setAttribute("rel","stylesheet"),e.setAttribute("href",t),document.getElementsByTagName("head")[0].appendChild(e)}},Ti=()=>(e=>document.body.querySelector('script[src="'.concat(e,'"]'))?Promise.resolve():new Promise((t,n)=>{const a=document.createElement("script");a.setAttribute("async","async"),a.setAttribute("src",e),a.onload=t,a.onerror=n,document.body.appendChild(a)}))("https://secure.widget.cloud.opta.net/v3/v3.opta-widgets.js"),zi=(e,t,n)=>{const a=document.createElement(e);return t&&Object.keys(t).map(e=>{void 0!==t[e]&&a.setAttribute(e,t[e].toString())}),n&&a.appendChild(n),a},Ni=()=>{"undefined"!=typeof window&&void 0!==window.Opta&&window.Opta.start()},Bi={119:"Italy",357:"Germany",115:"Scotland",538:"Hungary",497:"Switzerland",118:"Spain",535:"Croatia",534:"Albania",511:"Poland",366:"Netherlands",365:"Slovenia",369:"Denmark",364:"Serbia",114:"England",358:"Romania",510:"Ukraine",360:"Belgium",507:"Slovakia",515:"Austria",368:"France",362:"Turkey",520:"Georgia",359:"Portugal",367:"CzechRep"},Mi=Object.keys(Bi).map(e=>"\n .Opta-Team-".concat(e," .Opta-Team, .Opta-Team-").concat(e,".Opta-Team, .Opta-Player .Opta-Image-Team-").concat(e," {\n background-image: url(https://extras.thetimes.co.uk/web/opta/euro-flags/").concat(Bi[e],".svg);\n background-size: 20px;\n background-repeat: no-repeat;\n }\n .Opta-Team-").concat(e," .Opta-Team {\n background-position: 0 13px;\n padding-left: 28px !important;\n \n @media (max-width: ").concat(l.breakpoints.small,"px) {\n background-image: none;\n padding-left: 0 !important;\n }\n }\n .Opta-Team-").concat(e,".Opta-Team {\n background-position: 10px 8px;\n padding-left: 38px !important;\n }\n .Opta-Scoreline .Opta-Team-").concat(e,".Opta-Team {\n padding-left: 28px !important;\n\n @media (max-width: ").concat(l.breakpoints.small,"px) {\n background-image: none;\n padding-left: 0 !important;\n padding-right: 0 !important;\n }\n }\n .Opta-Scoreline .Opta-Home.Opta-Team-").concat(e,".Opta-Team {\n padding-left: 0 !important;\n }\n\n .Opta-Player .Opta-Image-Team-").concat(e," {\n width: 100%;\n display: block;\n height: 100%;\n background-position: 7px 3px;\n\n &.Opta-Image-Medium {\n background-size: 35px;\n background-position: 0 6px;\n }\n\n img {\n display: none;\n }\n }\n")),Ri=r.a.div.withConfig({displayName:"shared-styles__Container",componentId:"sc-1mw5214-0"})(["position:relative;"," margin:0 auto 20px auto;padding-bottom:",";background-color:",";border-top:2px solid ",";a{text-decoration:none;}@media (min-width:","px){flex-direction:row;"," width:",";}@media (min-width:","px){"," width:",";}"],e=>{let t=e.heightSm;return t&&"min-height: ".concat(t,"px;")},e=>e.hasPadding?"20px":"0",l.colours.functional.backgroundPrimary,l.colours.section.sport,l.breakpoints.medium,e=>{let t=e.heightMd;return t&&"min-height: ".concat(t,"px;")},e=>e.fullWidth?"100%":"80.8%",l.breakpoints.wide,e=>{let t=e.heightLg;return t&&"min-height: ".concat(t,"px;")},e=>e.fullWidth?"100%":"56.2%"),Pi=r.a.div.withConfig({displayName:"shared-styles__PlaceholderContainer",componentId:"sc-1mw5214-1"})(["position:absolute;height:100%;width:100%;top:0;z-index:1;"]),Di=r.a.div.withConfig({displayName:"shared-styles__WidgetContainerBase",componentId:"sc-1mw5214-2"})(["&.team-flags{",";}.Opta{.Opta_W{margin:0;background-color:transparent;h2{height:auto;margin:20px 0 10px;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;letter-spacing:1px;text-align:center;text-transform:uppercase;background-color:transparent;span{height:auto;font-size:12px;line-height:14px;font-weight:normal;}}table{width:100%;margin:0;border-collapse:collapse;border-spacing:0;&.Opta-MatchHeader{height:75px;tbody{tr.Opta-MatchHeader-Details td > div,div.Opta-MatchHeader-Details > div{height:18px;min-height:18px;}tr.Opta-MatchHeader-Details td span{line-height:18px;}th,td{height:18px;}}}}}p{margin:20px 0 0 0 !important;padding:0 0 20px 0 !important;color:",";font-family:",";font-size:14px;line-height:14px;text-align:center;background:transparent !important;}}"],Mi,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting),Hi=r.a.div.withConfig({displayName:"shared-styles__WidgetContainerBase",componentId:"n0zk21-0"})([".Opta{.Opta_W{margin:0;background-color:transparent !important;h2{height:auto;margin:20px 0 10px;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;letter-spacing:1px;text-align:center;text-transform:uppercase;background-color:transparent;span{height:auto;font-size:12px;line-height:14px;font-weight:normal;}}table{width:100%;margin:0;border-collapse:collapse;border-spacing:0;&.Opta-MatchHeader{height:75px;}}}p{margin:20px 0 0 0 !important;padding:0 0 20px 0 !important;color:",";font-family:",";font-size:14px;line-height:14px;text-align:center;background:transparent !important;}}"],l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting),Qi=r()(Hi).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-17mc5vx-0"})([".Opta{padding-bottom:10px;.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{td{color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{text-align:left;&.Opta-Home{text-align:right;}img{height:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}}&.Opta-MatchHeader-Details{div{margin:6px 0;padding:0;color:",";font-family:",";font-size:12px;line-height:12px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;dl{margin:0 6px 4px 6px;color:inherit;font-size:inherit;:before{display:none;}&:first-of-type,&:last-of-type{display:block;}}}}}}}.Opta-CricketStateOfPlay{div{min-height:0;margin:0;padding:10px;color:",";font-family:",";font-size:18px;font-weight:normal;line-height:18px;background-color:transparent;}}.Opta-scorecard{display:",";padding-bottom:10px;.Opta-Tabs{.Opta-Nav{background-color:transparent;ul{display:flex;background-color:transparent;li{width:100%;a{width:100%;color:",";font-family:",";font-size:14px;font-weight:normal;text-align:center;background-color:#dbdbdb;&:hover{background-color:#ededed;}}&.Opta-On a{color:white;background-color:#008347;}}}}}table.Opta-batting{margin-bottom:10px;thead{th{width:8%;padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;background-color:#ededed;&:first-of-type{width:64%;padding-left:5px;}&:nth-of-type(4),&:nth-of-type(5){width:6%;}}}tfoot{th{color:",";font-family:",";font-size:14px;line-height:14px;font-weight:bold;background-color:#dbdbdb;&:first-of-type{padding-left:5px;}&:last-of-type{padding-left:0;}}}tbody{tr:nth-child(2n) th,tr:nth-child(2n) td{background-color:#ededed;}tr:last-of-type td{color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;}th{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:bold;}td{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;&:first-of-type,&:nth-of-type(2){padding-left:5px;color:",";font-family:",";font-size:16px;font-weight:normal;line-height:16px;}}}}table.Opta-bowling{width:calc(60% - 10px);float:left;thead{th{width:12%;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;text-align:center;background-color:#ededed;&:first-of-type{width:40%;padding-left:5px;text-align:left;}}}tbody{th{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:bold;text-align:center;}td{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;text-align:center;&:first-of-type{padding-left:5px;color:",";font-family:",";font-size:16px;font-weight:normal;line-height:16px;text-align:left;}}}}.Opta-Ranking{table{width:calc(40%);float:right;thead{th{color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;text-align:center;background-color:#ededed;&:first-of-type{padding-left:5px;text-align:left;}}}tbody{th{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:bold;text-align:center;}td{padding:0;color:",";font-family:",";font-size:12px;line-height:14px;font-weight:normal;text-align:center;&:first-of-type{padding-left:5px;color:",";font-family:",";font-size:16px;font-weight:normal;line-height:16px;text-align:left;}}}}}}}}"],l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,e=>e.showDetails?"block":"none",l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline),Li=r.a.button.withConfig({displayName:"styles__WidgetButton",componentId:"sc-1pwga7h-0"})(["background-color:transparent;font-family:Roboto;font-weight:500;font-size:14px;padding:0 12px;height:36px;border:1px solid ",";color:",";cursor:",";display:block;margin:0 auto;"],e=>e.disabled?"#EEE":"#CCC",e=>e.disabled?"#AAA":"#333",e=>e.disabled?"not-allowed":"pointer");var qi=e=>{let t=e.children,n=e.onClick,a=e.disabled,o=void 0!==a&&a;return i.a.createElement(Li,{onClick:n,disabled:o},t)};function Wi(e,t){const n={type:e,payload:t?t+"px":null};"undefined"!=typeof window&&window.parent&&window.parent.postMessage(n,"*"),"undefined"!=typeof window&&window.ReactNativeWebView&&window.ReactNativeWebView.postMessage(n,"*")}function Ji(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Xi(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Xi(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Xi(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Gi=i.a.memo(e=>{let t=e.competition,n=e.match,o=e.full_width,r=e.heightSm,l=void 0===r?258:r,s=e.heightMd,c=void 0===s?258:s,d=e.heightLg,p=void 0===d?258:d;const m=i.a.createRef(),u=i.a.createRef(),h=Ji(Object(a.useState)(!1),2),f=h[0],g=h[1],b=Ji(Object(a.useState)(!1),2),y=b[0],w=b[1];return Object(a.useEffect)(()=>{Si(),Fi("cricket"),Ti().then(()=>{m.current&&(m.current.innerHTML=zi("opta-widget",{sport:"cricket",widget:"score_card",season:"0",competition:t,match:n,template:"normal",live:!0,show_match_header:!0,show_crests:!0,show_competition_name:!0,show_match_description:!0,show_date:!0,date_format:"DD/MM/YYYY",show_venue:!0,show_officials:!1,show_toss:!1,show_state_of_play:!0,navigation:"tabs",show_batting:!0,show_mins_batted:!1,show_fours:!0,show_sixes:!0,show_strike_rate:!0,show_bowling:!0,show_economy:!0,show_fow:!0,player_naming:"full",breakpoints:"520"}).outerHTML,Ni())}).then(()=>{g(!0)})},[]),Object(a.useEffect)(()=>{Wi("updateHeight",u.current?u.current.offsetHeight:0)},[y]),i.a.createElement(Ri,{fullWidth:o,heightSm:l,heightMd:c,heightLg:p,hasPadding:!0,ref:u},i.a.createElement(Qi,{ref:m,showDetails:y}),i.a.createElement(qi,{onClick:()=>w(!y)},y?"Hide Details":"Show Details"),!f&&i.a.createElement(Pi,null,i.a.createElement(J.Placeholder,null)))}),Ui=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1td1ojw-0"})(["height:81px;position:relative;overflow:hidden;"]),Vi=(r()(Di).withConfig({displayName:"styles__WidgetContainerOverride",componentId:"sc-1td1ojw-1"})([".Opta{h2{margin:20px 0 0 0 !important;}.Opta-js-main{table{tbody{td.Opta-title{background-color:transparent !important;border-bottom:1px solid #e4e4e4;h3{margin:20px 0 0 0 !important;font-family:"," !important;font-size:16px !important;line-height:30px !important;text-align:center;span{font-size:inherit;}@media (min-width:","px){font-size:18px !important;line-height:40px !important;}}}}}}}"],l.fonts.headline,l.breakpoints.medium),r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-1td1ojw-2"})([".Opta{font-family:Roboto !important;}.Opta-Scroll,.Opta-Window,.Opta-Room{height:81px !important;}"," @media (max-width:","px){.Opta-Window{left:"," !important;right:0 !important;","}}.fixtures-page-link.Opta-fixture{width:85px !important;padding:10px 8px;border:1px solid black;background-color:transparent;a{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;height:100%;span{color:black !important;font-size:12px;font-weight:700 !important;display:block;}svg{rect{font-weight:700 !important;}stroke:black;fill:transparent;path{fill:black;}}}",";}.Opta-Cf.Opta-Scroll.Opta-Active{background-color:transparent !important;}.Opta-Scroller{background-color:white !important;border:1px solid #e4e4e4 !important;border-radius:2px;box-sizing:border-box;padding:39px 0 !important;width:28px !important;&:hover{background-color:#f5f5f5 !important;}&:active{background-color:#eee !important;}&::after{background:rgba(0,0,0,0) url(https://secure.widget.cloud.opta.net/v3/assets/images/sprites/controls.svg) no-repeat !important;background-size:210px 186px !important;background-position-x:-180px !important;background-position-y:-19px !important;height:16px !important;width:16px !important;top:calc(50% - 8px) !important;left:calc(50% - 8px) !important;}&.Opta-Next::after{transform:rotate(-90deg) translateX(2px);}&.Opta-Previous::after{transform:rotate(90deg) translateX(2px);}@media (max-width:","px){width:18px !important;}@media (max-width:","px){width:24px !important;}",";}.Opta-fixture{height:81px;padding-inline:4px;display:flex;flex-direction:column;"," > div{background-color:white !important;}.Opta-Team,.Opta-timings{border-right:0 !important;}.Opta-Team{height:24px !important;.team-flag{width:20px;margin-bottom:-2px;margin-right:8px;}}.Opta-timings{height:24px !important;order:-1;color:#696969 !important;border-start-start-radius:4px;border-start-end-radius:4px;","}.Opta-timings .Opta-Time *{font-weight:700;color:#01000d !important;","}.Opta-Score{width:18px !important;}.Opta-TeamName,.Opta-Team-Score{color:#01000d !important;font-family:'Roboto-Medium' !important;","}.Opta-Away{border-end-start-radius:4px;border-end-end-radius:4px;height:34px !important;}&.Opta-prematch{> div{background-color:#f5f5f5 !important;","}.Opta-Team-Score::after{content:'-';}.Opta-timings .Opta-Time *{font-weight:400;}}&.Opta-result > div{border:1px solid #e4e4e4 !important;"," &.Opta-timings{border-bottom:none !important;}&.Opta-Home{border-bottom:none !important;border-top:none !important;}&.Opta-Away{border-top:none !important;}}&.Opta-live > div{border:1px solid #01000d !important;"," &.Opta-timings{border-bottom:none !important;}&.Opta-Home{border-bottom:none !important;border-top:none !important;}&.Opta-Away{border-top:none !important;}}.Opta-Image{margin-right;6px;}.Opta-Image-Team-Small{height:20px;}}.Opta{.Opta-js-main{padding:0;background-color:transparent;table{tbody{td.Opta-title{height:40px;background-color:",";h3{height:auto;margin:0 0 0 10px;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;background-color:transparent;border-bottom:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){margin:0 0 0 20px;}}}tr.Opta-Scoreline{height:40px;background-color:transparent !important;border-bottom:1px solid #e4e4e4;@media (min-width:","px){height:50px;}td{max-width:none !important;padding:3px 0 0 0;color:"," !important;font-family:",";font-size:14px;line-height:14px;background-color:transparent;&.Opta-Time{width:50px !important;padding:6px 0 0 10px;color:"," !important;font-family:",";abbr{font-size:inherit;line-height:inherit;text-decoration:none;}@media (min-width:","px){width:60px !important;padding:6px 0 0 20px;font-size:13px;line-height:14px;}}&.Opta-Team{width:30% !important;padding-left:10px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}@media (min-width:","px){padding-left:15px;&.Opta-Home{padding-right:15px;padding-left:0;}}}&.Opta-Score{width:25px !important;font-size:16px;line-height:16px;text-align:left !important;&.Opta-Home{text-align:right !important;}span{font-size:inherit;line-height:inherit;}@media (min-width:","px){width:30px !important;font-size:24px;line-height:24px;}}&.Opta-Crest{width:20px !important;margin-top:-3px;img{width:20px;}}&.Opta-Divider{width:20px !important;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}&.Opta-Outer:not(.Opta-Time){width:50px !important;padding:0 10px 0 0;@media (min-width:","px){width:60px !important;padding:0 20px 0 0;}}@media (min-width:","px){font-size:16px;line-height:16px;}}}tr.Opta-agg{background-color:transparent !important;td{padding:10px;color:",";font-family:",";font-size:13px;line-height:16px;background-color:transparent;span{font-size:inherit;line-height:inherit;}span.Opta-agg-text{text-transform:uppercase;}}}tr{td.Opta-Nest{padding:0;.Opta_W{> .Opta-Cf{background-color:transparent;border-bottom:1px solid #e4e4e4;.Opta-Events{padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}}}}}}}"],e=>!e.showButtons&&"\n @media (max-width: ".concat(l.breakpoints.small,"px) {\n .Opta-Scroller {\n display: none !important;\n }\n }\n "),l.breakpoints.small,e=>e.showButtons?"30px":"0",e=>e.showButtons?"width: calc(100% - 60px) !important;":"\n overflow-x: auto !important;\n position: relative !important;",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n border: 1px solid white;\n\n a {\n span {\n color: white !important;\n }\n svg {\n stroke: white;\n path {\n fill: white;\n }\n }\n }\n }\n ",l.breakpoints.medium,l.breakpoints.wide,e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: #1D1D1B !important;\n border: 1px solid #AAA !important;\n\n &:hover {\n border: 1px solid #333 !important;\n }\n &:active {\n border: 1px solid #696969 !important;\n }\n &::after {\n background-position-y: -57px !important;\n }\n }\n ",e=>e.enableMatchStatsNavigation&&"\n &:hover {\n cursor: pointer;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n color: #CCC !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n color: #EEE !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n color: #EEE !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: #333 !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: #1d1d1b !important;\n border: 1px solid #AAA !important;\n }\n ",e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: #121212 !important;\n border: 1px solid #e4e4e4 !important;\n }\n ",l.colours.functional.backgroundSecondary,l.colours.functional.brandColour,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport)),Zi=(e,t)=>"football"===t&&["3","235","941"].includes(e),Yi=(e,t)=>{Object(a.useEffect)(()=>{const e=document.getElementsByClassName(t);e&&(e=>{let t=0;const n=setInterval(()=>{t>=25&&clearInterval(n),t++;for(let t of e){const e=t;if(e){const t=e.innerText.includes("Third Place")||e.innerText.includes("Group");[{pattern:/Quarter-Finalist/g,replacement:"QF"},{pattern:/Semi-Finalist|Semi-Final/g,replacement:"SF"},{pattern:/British & Irish Lions/g,replacement:"The Lions"},{pattern:/First Nations & Pasifika XV/g,replacement:"FN & Pasifika XV"}].forEach(n=>{let a=n.pattern,i=n.replacement;e.innerText=t?"TBD":e.innerText.replace(a,i)})}}},500)})(e)},[e])},Ki=(e,t)=>{const n=document.querySelector(".".concat(e)),a=document.querySelector(".fixtures-page-link");return!(!n||a)&&(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=Object.assign(document.createElement("div"),{className:"fixtures-page-link Opta-fixture"}),a=Object.assign(document.createElement("a"),{href:t}),i=Object.assign(document.createElement("span"),{textContent:"Full Fixtures & Results"});a.appendChild(i),a.insertAdjacentHTML("beforeend",'<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" className="allFixturesIcon">\n <rect x="0.859375" y="0.5" width="23" height="23" rx="11.5" />\n <path d="M15.7734 11.5254C15.7702 11.6263 15.7507 11.7191 15.7148 11.8037C15.6758 11.8883 15.6172 11.9697 15.5391 12.0479L11.7793 15.7246C11.6556 15.8483 11.5042 15.9102 11.3252 15.9102C11.2015 15.9102 11.0908 15.8809 10.9932 15.8223C10.8923 15.7637 10.8125 15.6839 10.7539 15.583C10.6921 15.4854 10.6611 15.3763 10.6611 15.2559C10.6611 15.0736 10.7295 14.9141 10.8662 14.7773L14.2109 11.5254L10.8662 8.27344C10.7295 8.13346 10.6611 7.97396 10.6611 7.79492C10.6611 7.67122 10.6921 7.56055 10.7539 7.46289C10.8125 7.36523 10.8923 7.28711 10.9932 7.22852C11.0908 7.16992 11.2015 7.14062 11.3252 7.14062C11.5042 7.14062 11.6556 7.20247 11.7793 7.32617L15.5391 11.0029C15.6204 11.0811 15.6807 11.1624 15.7197 11.2471C15.7555 11.335 15.7734 11.4277 15.7734 11.5254Z" />\n </svg>'),n.appendChild(a),e.appendChild(n)}(n,t),!0)},$i=e=>{let t=null;return e.forEach(e=>{e.includes("Opta-Team-")&&(t=e.replace("Opta-Team-",""))}),t},eo=(e,t,n,a)=>{let i=0;const o=setInterval(()=>{if(i>=25&&clearInterval(o),i++,!e.current)return;e.current.querySelectorAll(".Opta-fixture").forEach(e=>{if(e._optaClickBound)return;const i=e.getAttribute("data-match"),r=e.getAttribute("data-period");let l=null,s=null;const c=e.querySelector(".Opta-Team.Opta-Home"),d=e.querySelector(".Opta-Team.Opta-Away");if(c&&c.classList&&(l=$i(c.classList)),d&&d.classList&&(s=$i(d.classList)),!(i&&r&&l&&s))return;const p=window,m=p.webkit&&p.webkit.messageHandlers&&p.webkit.messageHandlers.interactiveSliceEvent,u=p.Android&&p.Android.postMessage,h="/sport/".concat(t,"/match-stats?competition=").concat(n,"&season=").concat(a,"&match=").concat(i,"&status=").concat(r,"&homeTeam=").concat(l,"&awayTeam=").concat(s,"&enableMatchStats=true"),f={type:"openPage",title:"Football",url:"".concat(h,"&enableEmbeddedMode=true")};e.addEventListener("click",()=>{m?p.webkit.messageHandlers.interactiveSliceEvent.postMessage(JSON.stringify(f)):u?p.Android.postMessage(JSON.stringify(f)):window.location.href=h}),e._optaClickBound=!0,clearInterval(o)})},500)};function to(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return no(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return no(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function no(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const ao=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.date_from,r=e.date_to,l=e.days_ahead,s=e.days_before,c=e.round,d=e.isApp,p=e.showButtons,m=e.fixturesPageUrl,u=e.sport,h=e.enableMatchStatsNavigation,f=void 0===h?"false":h;const g=i.a.createRef(),b=Zi(n,u),y=to(Object(a.useState)(!1),2),w=y[0],x=y[1];return Object(a.useEffect)(()=>{Si(),Fi(u),Ti().then(()=>{g.current&&(g.current.innerHTML=zi("opta-widget",{sport:u,widget:"fixtures",season:t,competition:n,date_from:o,date_to:r,days_ahead:l,days_before:s,round:c,live:!0,start_on_current:!0,template:"strip",team_naming:"brief",match_status:"all",order_by:"date_ascending",show_grouping:!0,show_crests:!0,show_date:!0,show_live:!0,date_format:"ddd Do MMM",fixture_width:160,breakpoints:520}).outerHTML,Ni())}).then(()=>{x(!0)})},[g]),(b||"rugby"===u)&&Yi(g,"Opta-TeamName"),m&&!d&&((e,t,n)=>{Object(a.useEffect)(()=>{let e,a=Ki(t,n);if(!a){let i=0;e=setInterval(()=>{i>=30&&clearInterval(e),i++,a=Ki(t,n),a&&clearInterval(e)},200)}return()=>{e&&clearInterval(e)}},[e,t,n])})(g,"Opta-Room",m),"true"===f&&"football"===u&&(e=>{const t=e.ref,n=e.sport,i=e.competition,o=e.season;Object(a.useEffect)(()=>{eo(t,n,i,o)},[t])})({ref:g,sport:u,competition:n,season:t}),i.a.createElement(Ui,null,!w&&i.a.createElement(Pi,{className:"opta-placeholder"},i.a.createElement(J.Placeholder,null)),i.a.createElement(Vi,{ref:g,isApp:d,showButtons:p,enableMatchStatsNavigation:"true"===f}))}),io=(r()(Di).withConfig({displayName:"styles__WidgetContainerOverride",componentId:"sc-19pyhbq-0"})([".Opta{.Opta-js-main{table{tbody{td.Opta-title{background-color:transparent !important;border-bottom:1px solid #e4e4e4;h3{margin:20px 0 0 0 !important;font-family:"," !important;font-size:16px !important;line-height:30px !important;text-align:center;span{font-size:inherit;}@media (min-width:","px){font-size:18px !important;line-height:40px !important;}}}}}}}"],l.fonts.headline,l.breakpoints.medium),r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-19pyhbq-1"})([".Opta{.Opta-js-main{padding:0;background-color:transparent;table{tbody{td.Opta-title{height:40px;background-color:",";h3{height:auto;margin:0 0 0 10px;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;background-color:transparent;border-bottom:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){margin:0 0 0 20px;}}}tr.Opta-Scoreline{height:40px;background-color:transparent !important;border-bottom:1px solid #e4e4e4;@media (min-width:","px){height:50px;}td{max-width:none !important;padding:3px 0 0 0;color:"," !important;font-family:",";font-size:14px;line-height:14px;background-color:transparent;&.Opta-Time{width:50px !important;padding:6px 0 0 10px;color:"," !important;font-family:",";abbr{font-size:inherit;line-height:inherit;text-decoration:none;}@media (min-width:","px){width:60px !important;padding:6px 0 0 20px;font-size:13px;line-height:14px;}}&.Opta-Team{width:30% !important;padding-left:10px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}@media (min-width:","px){padding-left:15px;&.Opta-Home{padding-right:15px;padding-left:0;}}}&.Opta-Score{width:25px !important;font-size:16px;line-height:16px;text-align:left !important;&.Opta-Home{text-align:right !important;}span{font-size:inherit;line-height:inherit;}@media (min-width:","px){width:30px !important;font-size:24px;line-height:24px;}}&.Opta-Crest{width:20px !important;margin-top:-3px;img{width:20px;}}&.Opta-Divider{width:20px !important;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}&.Opta-Outer:not(.Opta-Time){width:50px !important;padding:0 10px 0 0;@media (min-width:","px){width:60px !important;padding:0 20px 0 0;}}@media (min-width:","px){font-size:16px;line-height:16px;}}}tr.Opta-agg{background-color:transparent !important;td{padding:10px;color:",";font-family:",";font-size:13px;line-height:16px;background-color:transparent;span{font-size:inherit;line-height:inherit;}span.Opta-agg-text{text-transform:uppercase;}}}tr{td.Opta-Nest{padding:0;.Opta_W{> .Opta-Cf{background-color:transparent;border-bottom:1px solid #e4e4e4;.Opta-Events{padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}}}}}}}"],l.colours.functional.backgroundSecondary,l.colours.functional.brandColour,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport));function oo(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ro(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ro(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ro(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const lo=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.date_from,r=e.date_to,l=e.full_width,s=e.heightSm,c=e.heightMd,d=e.heightLg;const p=i.a.createRef(),m=Zi(n,"football"),u=oo(Object(a.useState)(!1),2),h=u[0],f=u[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{p.current&&(p.current.innerHTML=zi("opta-widget",{sport:"football",widget:"fixtures",season:t,competition:n,date_from:o,date_to:r,live:!0,grouping:"date",show_grouping:!0,show_crests:!0,date_format:"dddd MMMM D YYYY",breakpoints:520},zi("opta-widget",{sport:"football",widget:"match_summary",season:"",competition:"",match:"",live:!0,show_crests:!0,show_goals:!0,show_cards:"red",breakpoints:"520"})).outerHTML,Ni())}).then(()=>{f(!0)})},[]),m&&Yi(p,"Opta-Team"),i.a.createElement(Ri,{fullWidth:l,heightSm:s,heightMd:c,heightLg:d},i.a.createElement(io,{ref:p}),!h&&i.a.createElement(Pi,{className:"opta-placeholder"},i.a.createElement(J.Placeholder,null)))}),so=(r()(Di).withConfig({displayName:"styles__WidgetContainerOverride",componentId:"v51xce-0"})([".Opta{h2{margin:20px 0 0 0 !important;}.Opta-js-main{table{tbody{td.Opta-title{background-color:transparent !important;border-bottom:1px solid #e4e4e4;h3{margin:20px 0 0 0 !important;font-family:"," !important;font-size:16px !important;line-height:30px !important;text-align:center;span{font-size:inherit;}@media (min-width:","px){font-size:18px !important;line-height:40px !important;}}}}}}}"],l.fonts.headline,l.breakpoints.medium),r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"v51xce-1"})([".Opta{.Opta-js-main{padding:0;background-color:transparent;table{display:block;@media (min-width:","px){",";}tbody{display:block;break-inside:avoid;&:has(h3){column-span:all;",";}td.Opta-Nest.Opta-JS-Nest-Content.Opta-Expanded{display:inline;}td.Opta-title{display:block;background-color:",";h3{height:auto;margin:0 0 0 10px;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;background-color:transparent;border-bottom:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){margin:0 0 0 20px;}}}tr{display:block;}tr.Opta-Scoreline{height:40px;background-color:transparent !important;border-bottom:1px solid #e4e4e4;display:flex;justify-content:space-between;align-items:center;@media (min-width:","px){height:50px;}td{max-width:none !important;padding:0;color:"," !important;font-family:",";font-size:14px;line-height:14px;height:unset;background-color:transparent;&.Opta-Time{padding-left:10px;color:"," !important;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}@media (min-width:","px){font-size:13px;line-height:14px;}}&.Opta-Team{background-position:center left;width:34%;padding-left:10px;&.Opta-Home{background-position:center right;padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{font-size:16px;line-height:16px;text-align:center !important;width:20px;span{font-size:inherit;line-height:inherit;}@media (min-width:","px){font-size:24px;line-height:24px;}}&.Opta-Crest{img{width:20px;}}&.Opta-Divider{text-align:center;width:8px;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}&.Opta-Outer:not(.Opta-Time){padding-right:10px;}@media (min-width:","px){font-size:16px;line-height:16px;}}}tr.Opta-agg{background-color:transparent !important;td{padding:10px;color:",";font-family:",";font-size:13px;line-height:16px;background-color:transparent;span{font-size:inherit;line-height:inherit;}span.Opta-agg-text{text-transform:uppercase;}}}tr{td.Opta-Nest{padding:0;.Opta_W{> .Opta-Cf{background-color:transparent;border-bottom:1px solid #e4e4e4;.Opta-Events{padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}}}}}}}"],l.breakpoints.medium,e=>e.columns&&"column-count: 2;",e=>e.hide_matchday&&"display: none;",l.colours.functional.backgroundSecondary,l.colours.functional.brandColour,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport));function co(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return po(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return po(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function po(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const mo=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.date_from,r=e.date_to,l=e.days_ahead,s=e.days_before,c=e.matchday,d=e.round,p=e.classes,m=e.hide_matchday,u=e.show_title,h=void 0===u||u,f=e.columns,g=void 0===f||f,b=e.full_width,y=e.heightSm,w=e.heightMd,x=e.heightLg;const v=i.a.createRef(),C=Zi(n,"football"),k=co(Object(a.useState)(!1),2),A=k[0],E=k[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{v.current&&(v.current.innerHTML=zi("opta-widget",{sport:"football",widget:"fixtures",season:t,competition:n,date_from:o,date_to:r,days_ahead:l,days_before:s,matchday:c,round:d,show_title:h,live:!0,grouping:"matchday",show_grouping:!0,sub_grouping:"date|matchday|group",show_subgrouping:!0,show_crests:!0,date_format:"dddd MMMM D YYYY",breakpoints:520},zi("opta-widget",{sport:"football",widget:"match_summary",season:"",competition:"",match:"",live:!0,show_crests:!0,show_goals:!0,show_cards:"red",breakpoints:"520"})).outerHTML,Ni())}).then(()=>{E(!0)})},[]),C&&Yi(v,"Opta-Team"),i.a.createElement(Ri,{fullWidth:b,className:p,heightSm:y,heightMd:w,heightLg:x},!A&&i.a.createElement(Pi,{className:"opta-placeholder"},i.a.createElement(J.Placeholder,null)),i.a.createElement(so,{ref:v,hide_matchday:m,columns:g}))}),uo=r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-1ofehep-0"})([".Opta{h3.Opta-groupname{height:40px;margin:0;padding-left:10px;color:",";font-family:",";font-size:14px;line-height:42px;font-weight:normal;background-color:",";border:0;span{float:none;padding:0;}@media (min-width:","px){padding-left:14px;}}.Opta-Cf{float:none;margin:0;padding:0;background-color:transparent;@media (min-width:","px){",";}&.Opta-Dropdown{.Opta-Nav{width:110px;margin:20px auto;background-color:transparent;border:1px solid ",";h3{height:38px;color:",";font-family:",";font-size:14px;line-height:40px;font-weight:normal;text-align:center;background-color:white;border:0;.Opta-Icon{height:38px;margin:0 10px 0 0;:after{background-position:-180px -19px;}}.Opta-Title{height:38px;padding:0 0 0 18px;line-height:40px;}&.Opta-Open{.Opta-Icon{:after{background-position:-149px -20px;}}}}ul{display:none;top:0;list-style-type:none;background-color:",";border:0;border-top:1px solid ",";li{margin:0;text-align:center;a{height:28px;padding:0;color:",";font-family:",";font-size:14px;line-height:30px;background-color:transparent;&:hover{color:",";font-weight:bold;background-color:white;}}&:first-of-type{a{height:32px;padding-top:4px;}}&:last-of-type{a{height:32px;padding-bottom:4px;}}}}}}ul.Opta-TabbedContent{margin:0;padding:0;list-style-type:none;li{display:none;&.Opta-On{display:block;}h3{display:none;text-decoration:none !important;.Opta-Icon{display:none;}}}}table{thead{background-color:",";tr{height:40px;th{padding:0;color:",";font-family:",";font-size:13px;line-height:14px;font-weight:normal;text-align:center;background-color:transparent;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}&.Opta-Team{width:auto !important;}&:last-of-type{padding:0 10px 0 0;}}}}tbody{tr{height:40px;border-bottom:1px solid #e4e4e4;th{width:42px;padding:0;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;text-align:center;background-color:transparent;@media (min-width:","px){width:50px;font-size:15px;line-height:16px;}}td{width:30px;padding:3px 0 0 0;color:",";font-family:",";font-size:14px;line-height:14px;text-align:center;background-color:transparent;&:last-of-type{width:40px;padding:3px 10px 0 0;}&.Opta-Team{width:auto !important;text-align:left;}.Opta-Image{width:20px;margin-top:-3px;img{width:20px;}}@media (min-width:","px){width:40px;font-size:16px;line-height:16px;&:last-of-type{width:50px;}}}}}}}}"],l.colours.functional.primary,l.fonts.supporting,l.colours.functional.keyline,l.breakpoints.medium,l.breakpoints.medium,e=>e.columns&&"column-count: 2;",l.colours.functional.brandColour,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.backgroundPrimary,l.colours.functional.brandColour,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.brandColour,l.colours.functional.backgroundSecondary,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium);function ho(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return fo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return fo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function fo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const go=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.default_nav,r=void 0===o?1:o,l=e.classes,s=e.navigation,c=e.show_title,d=void 0===c||c,p=e.full_width,m=e.columns,u=e.heightSm,h=e.heightMd,f=e.heightLg;const g=i.a.createRef(),b=Zi(n,"football"),y=ho(Object(a.useState)(!1),2),w=y[0],x=y[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{g.current&&(g.current.innerHTML=zi("opta-widget",{sport:"football",widget:"standings",season:t,competition:n,live:!0,navigation:s?"dropdown":void 0,default_nav:r,show_title:d,show_crests:!0,team_naming:"brief",breakpoints:520}).outerHTML,Ni())}).then(()=>{x(!0)})},[]),b&&Yi(g,"Opta-Team"),i.a.createElement(Ri,{fullWidth:p,className:l,heightSm:u,heightMd:h,heightLg:f},i.a.createElement(uo,{ref:g,columns:m}),!w&&i.a.createElement(Pi,{className:"opta-placeholder"},i.a.createElement(J.Placeholder,null)))}),bo=r()(Di).withConfig({displayName:"summary-styles__WidgetContainer",componentId:"sc-16vlmjy-0"})([".Opta{.Opta_W > .Opta-Cf{margin-bottom:20px;}.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{line-height:30px;height:30px;td{color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{position:relative;text-align:left;&.Opta-Home{text-align:right;.Opta-Image-Holder{right:0;}}&.Opta-Away{.Opta-Image-Holder{left:0;}}.Opta-Image-Holder{position:absolute;top:0;}img{width:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{width:20px;font-size:24px;line-height:24px;text-align:left;&.Opta-Home{text-align:right;}span{min-width:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;background-color:transparent !important;}@media (min-width:","px){width:30px;font-size:32px;line-height:32px;}}&.Opta-Divider{width:20px;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}}&.Opta-Score-Extras{line-height:18px;height:18px;td{color:",";font-family:",";font-size:14px;line-height:10px;height:10px;span{color:inherit;font-size:inherit;display:inline-block;margin-top:-4px;}}}&.Opta-MatchHeader-Details{line-height:18px;height:18px;td{block-size:18px;}div{padding:0;color:",";font-family:",";font-size:12px;line-height:18px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;min-height:18px;span{margin:0 6px;color:inherit;line-height:18px;font-size:inherit;}}}}}}.Opta-Events{display:",";padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time,.Opta-Event-Text-Type{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,e=>e.showDetails?"block":"none",l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport);function yo(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return wo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return wo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function wo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const xo=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.full_width,l=e.heightSm,s=void 0===l?197:l,c=e.heightMd,d=void 0===c?197:c,p=e.heightLg,m=void 0===p?197:p;const u=i.a.createRef(),h=i.a.createRef(),f=yo(Object(a.useState)(!1),2),g=f[0],b=f[1],y=yo(Object(a.useState)(!1),2),w=y[0],x=y[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{u.current&&(u.current.innerHTML=zi("opta-widget",{sport:"football",widget:"match_summary",season:t,competition:n,match:o,live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,show_goals:!0,show_cards:"red",date_format:"DD/MM/YYYY",breakpoints:"520"}).outerHTML,Ni())}).then(()=>{b(!0)})},[]),Object(a.useEffect)(()=>{Wi("updateHeight",h.current?h.current.offsetHeight:0)},[w]),i.a.createElement(Ri,{fullWidth:r,heightSm:s,heightMd:d,heightLg:m,hasPadding:!0,ref:h},i.a.createElement(bo,{ref:u,showDetails:w}),i.a.createElement(qi,{onClick:()=>x(!w)},w?"Hide Details":"Show Details"),!g&&i.a.createElement(Pi,null,i.a.createElement(J.Placeholder,null)))}),vo=r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-1loypld-0"})([".Opta{.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{th.Opta-Stats-Bars-Text{height:auto;padding:20px 0 0 0;color:",";font-family:",";font-size:13px;line-height:14px;}td{height:auto;color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{text-align:left;&.Opta-Home{text-align:right;}img{width:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{width:20px;font-size:24px;line-height:24px;text-align:left;&.Opta-Home{text-align:right;}span{min-width:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;background-color:transparent !important;}@media (min-width:","px){width:30px;font-size:32px;line-height:32px;}}&.Opta-Divider{width:20px;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}.Opta-Bars{margin:0;.Opta-Percent.Opta-Home{background-color:",";}.Opta-Percent.Opta-Away{background-color:",";opacity:0.5;}}}&.Opta-Score-Extras{td{color:",";font-family:",";font-size:14px;line-height:28px;span{color:inherit;font-size:inherit;}}}&.Opta-MatchHeader-Details{div{padding:0;color:",";font-family:",";font-size:12px;line-height:12px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;span{margin:0 6px;color:inherit;font-size:inherit;}}}}}&.Opta-Stats-Bars{margin-bottom:20px;}}}}"],l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.colours.section.sport,l.colours.section.sport,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting);function Co(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ko(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ko(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ko(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Ao=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.full_width,l=e.heightSm,s=void 0===l?640:l,c=e.heightMd,d=e.heightLg;const p=i.a.createRef(),m=Co(Object(a.useState)(!1),2),u=m[0],h=m[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{p.current&&(p.current.innerHTML=zi("opta-widget",{sport:"football",widget:"matchstats",season:t,competition:n,match:o,template:"custom",graph_style:"relative",stats_categories:"Category 1|possession,shots,shots_on_target,passes,passes_accuracy,corners_won,fouls_conceded,cards_yellow,cards_red",live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,date_format:"DD/MM/YYYY",breakpoints:"520"}).outerHTML,Ni(),h(!0))})},[]),i.a.createElement(Ri,{fullWidth:r,heightSm:s,heightMd:c,heightLg:d},i.a.createElement(vo,{ref:p}),!u&&i.a.createElement(Pi,null,i.a.createElement(J.Placeholder,null)))}),Eo=r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"boankv-0"})([".Opta{.Opta_W{padding:0;}.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{th.Opta-Stats-Bars-Text{height:auto;padding:20px 0 0 0;color:",";font-family:",";font-size:13px;line-height:14px;}td{height:auto;color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{text-align:left;&.Opta-Home{text-align:right;}img{width:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{width:20px;font-size:24px;line-height:24px;text-align:left;&.Opta-Home{text-align:right;}span{min-width:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;background-color:transparent !important;}@media (min-width:","px){width:30px;font-size:32px;line-height:32px;}}&.Opta-Divider{width:20px;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}.Opta-Bars{margin:0;.Opta-Percent.Opta-Home{background-color:",";}.Opta-Percent.Opta-Away{background-color:",";opacity:0.5;}}}&.Opta-Score-Extras{td{color:",";font-family:",";font-size:14px;line-height:28px;span{color:inherit;font-size:inherit;}}}&.Opta-MatchHeader-Details{div{padding:0;color:",";font-family:",";font-size:12px;line-height:12px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;span{margin:0 6px;color:inherit;font-size:inherit;}}}}}&.Opta-Stats-Bars{margin-bottom:20px;}}}}"],l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.colours.section.sport,l.colours.section.sport,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting);function Io(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Oo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Oo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Oo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const jo=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.full_width,r=e.hide_zeroes,l=void 0===r||r,s=e.show_title,c=void 0===s||s,d=e.visible_categories,p=e.classes,m=e.heightSm,u=e.heightMd,h=e.heightLg;const f=i.a.createRef(),g=Io(Object(a.useState)(!1),2),b=g[0],y=g[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{f.current&&(f.current.innerHTML=zi("opta-widget",{sport:"football",widget:"player_ranking",hide_zeroes:l,season:t,competition:n,template:"normal",graph_style:"relative",visible_categories:d,live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,show_title:c,date_format:"DD/MM/YYYY",breakpoints:"200"}).outerHTML,Ni())}).then(()=>{y(!0)})},[f]),i.a.createElement(Ri,{fullWidth:o,className:p,heightSm:m,heightMd:u,heightLg:h},i.a.createElement(Eo,{ref:f}),!b&&i.a.createElement(Pi,{className:"opta-placeholder"},i.a.createElement(J.Placeholder,null)))}),_o=(r()(Di).withConfig({displayName:"styles__WidgetContainerOverride",componentId:"me94al-0"})([".Opta{h2{margin:20px 0 0 0 !important;}.Opta-js-main{table{tbody{td.Opta-title{background-color:transparent !important;border-bottom:1px solid #e4e4e4;h3{margin:20px 0 0 0 !important;font-family:"," !important;font-size:16px !important;line-height:30px !important;text-align:center;span{font-size:inherit;}@media (min-width:","px){font-size:18px !important;line-height:40px !important;}}}}}}}"],l.fonts.headline,l.breakpoints.medium),r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"me94al-1"})([".Opta{.Opta-js-main{padding:0;background-color:transparent;table{tbody{td.Opta-title{height:40px;background-color:",";h3{height:auto;margin:0 0 0 10px;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;background-color:transparent;border-bottom:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){margin:0 0 0 20px;}}}tr.Opta-Scoreline{height:40px;background-color:transparent !important;border-bottom:1px solid #e4e4e4;@media (min-width:","px){height:50px;}td{max-width:none !important;padding:3px 0 0 0;color:"," !important;font-family:",";font-size:14px;line-height:14px;background-color:transparent;&.Opta-Time{width:50px !important;padding:6px 0 0 10px;color:"," !important;font-family:",";abbr{font-size:inherit;line-height:inherit;text-decoration:none;}@media (min-width:","px){width:60px !important;padding:6px 0 0 20px;font-size:13px;line-height:14px;}}&.Opta-Team{width:30% !important;padding-left:10px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}@media (min-width:","px){padding-left:15px;&.Opta-Home{padding-right:15px;padding-left:0;}}}&.Opta-Score{width:25px !important;font-size:16px;line-height:16px;text-align:left !important;&.Opta-Home{text-align:right !important;}span{font-size:inherit;line-height:inherit;}@media (min-width:","px){width:30px !important;font-size:24px;line-height:24px;}}&.Opta-Crest{width:20px !important;margin-top:-3px;img{width:20px;}}&.Opta-Divider{width:20px !important;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}&.Opta-Outer:not(.Opta-Time){width:50px !important;padding:0 10px 0 0;@media (min-width:","px){width:60px !important;padding:0 20px 0 0;}}@media (min-width:","px){font-size:16px;line-height:16px;}}}tr.Opta-agg{background-color:transparent !important;td{padding:10px;color:",";font-family:",";font-size:14px;line-height:16px;background-color:transparent;span{font-size:inherit;line-height:inherit;}span.Opta-agg-text{text-transform:uppercase;}}}tr{td.Opta-Nest{padding:0;.Opta_W{> .Opta-Cf{background-color:transparent;border-bottom:1px solid #e4e4e4;.Opta-Events{padding:10px 0 2px 0;li{padding:0 0 8px 0;.Opta-Event-Text{color:",";font-family:",";font-size:13px;line-height:16px;.Opta-Event-Player,.Opta-Event-Time,.Opta-Event-Text-Type{font-size:inherit;line-height:inherit;}.Opta-Event-Time{color:",";}}}}}}}}}}}}"],l.colours.functional.backgroundSecondary,l.colours.functional.brandColour,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.breakpoints.medium,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport));function So(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Fo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Fo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Fo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const To=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.date_from,r=e.date_to,l=e.full_width,s=e.heightSm,c=e.heightMd,d=e.heightLg;const p=i.a.createRef(),m=So(Object(a.useState)(!1),2),u=m[0],h=m[1];return Object(a.useEffect)(()=>{Si(),Fi("rugby"),Ti().then(()=>{p.current&&(p.current.innerHTML=zi("opta-widget",{sport:"rugby",widget:"fixtures",season:t,competition:n,date_from:o,date_to:r,live:!0,grouping:"date",show_grouping:!0,show_subgrouping:!1,show_crests:!0,date_format:"dddd MMMM D YYYY",breakpoints:520},zi("opta-widget",{sport:"rugby",widget:"match_summary",season:"",competition:"",match:"",live:!0,show_crests:!0,show_tries:!0,show_conversions:!0,show_penalties:!0,show_drop_goals:"scored",show_cards:"all",breakpoints:"520"})).outerHTML,Ni(),h(!0))})},[]),i.a.createElement(Ri,{fullWidth:l,heightSm:s,heightMd:c,heightLg:d},i.a.createElement(_o,{ref:p}),!u&&i.a.createElement(Pi,null,i.a.createElement(J.Placeholder,null)))}),zo=r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"sc-9cbyte-0"})([".Opta{h3{height:40px;margin:0;padding-left:10px;color:",";font-family:",";font-size:14px;line-height:42px;font-weight:normal;background-color:",";border:0;span{float:none;padding:0;font-size:13px;}@media (min-width:","px){padding-left:14px;}}.Opta-Cf{float:none;margin:0;padding:0;background-color:transparent;&.Opta-Dropdown{.Opta-Nav{width:110px;margin:20px auto;background-color:transparent;border:1px solid ",";h3{height:38px;color:",";font-family:",";font-size:14px;line-height:40px;font-weight:normal;text-align:center;background-color:white;border:0;.Opta-Icon{height:38px;margin:0 10px 0 0;:after{background-position:-180px -19px;}}.Opta-Title{height:38px;padding:0 0 0 18px;line-height:40px;}&.Opta-Open{.Opta-Icon{:after{background-position:-149px -20px;}}}}ul{display:none;top:0;list-style-type:none;background-color:",";border:0;border-top:1px solid ",";li{margin:0;text-align:center;a{height:28px;padding:0;color:",";font-family:",";font-size:14px;line-height:30px;background-color:transparent;&:hover{color:",";font-weight:bold;background-color:white;}}&:first-of-type{a{height:32px;padding-top:4px;}}&:last-of-type{a{height:32px;padding-bottom:4px;}}}}}}ul.Opta-TabbedContent{margin:0;padding:0;list-style-type:none;li{display:none;&.Opta-On{display:block;}h3{display:none;text-decoration:none !important;.Opta-Icon{display:none;}}}}table{thead{background-color:",";tr{height:40px;th{padding:0;color:",";font-family:",";font-size:13px;line-height:14px;font-weight:normal;text-align:center;background-color:transparent;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}&.Opta-Team{width:auto !important;}&:last-of-type{padding:0 10px 0 0;}}}}tbody{tr{height:40px;border-bottom:1px solid #e4e4e4;th{width:42px;padding:6px 0 0 0;color:",";font-family:",";font-size:14px;line-height:14px;font-weight:normal;text-align:center;background-color:transparent;@media (min-width:","px){width:50px;font-size:15px;line-height:16px;}}td{width:30px;padding:3px 0 0 0;color:",";font-family:",";font-size:14px;line-height:14px;text-align:center;background-color:transparent;&:last-of-type{width:40px;padding:3px 10px 0 0;}&.Opta-Team{width:auto !important;text-align:left;}.Opta-Image{width:20px;margin-top:-3px;img{width:20px;}}@media (min-width:","px){width:40px;font-size:16px;line-height:16px;&:last-of-type{width:50px;}}}}}}}}"],l.colours.functional.primary,l.fonts.supporting,l.colours.functional.keyline,l.breakpoints.medium,l.colours.functional.brandColour,l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.backgroundPrimary,l.colours.functional.brandColour,l.colours.functional.primary,l.fonts.supporting,l.colours.functional.brandColour,l.colours.functional.backgroundSecondary,l.colours.functional.primary,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting,l.breakpoints.medium,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium);function No(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Bo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Bo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Bo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Mo=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.default_nav,r=void 0===o?1:o,l=e.navigation,s=e.full_width,c=e.heightSm,d=e.heightMd,p=e.heightLg;const m=i.a.createRef(),u=No(Object(a.useState)(!1),2),h=u[0],f=u[1];return Object(a.useEffect)(()=>{Si(),Fi("rugby"),Ti().then(()=>{m.current&&(m.current.innerHTML=zi("opta-widget",{sport:"rugby",widget:"standings",season:t,competition:n,live:!0,navigation:l?"dropdown":void 0,default_nav:r,show_crests:!0,breakpoints:520}).outerHTML,Ni(),f(!0))})},[]),i.a.createElement(Ri,{fullWidth:s,heightSm:c,heightMd:d,heightLg:p},i.a.createElement(zo,{ref:m}),!h&&i.a.createElement(Pi,null,i.a.createElement(J.Placeholder,null)))});function Ro(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Po(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Po(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Po(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Do=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.full_width,l=e.heightSm,s=void 0===l?197:l,c=e.heightMd,d=void 0===c?197:c,p=e.heightLg,m=void 0===p?197:p;const u=i.a.createRef(),h=i.a.createRef(),f=Ro(Object(a.useState)(!1),2),g=f[0],b=f[1],y=Ro(Object(a.useState)(!1),2),w=y[0],x=y[1];return Object(a.useEffect)(()=>{Si(),Fi("rugby"),Ti().then(()=>{u.current&&(u.current.innerHTML=zi("opta-widget",{sport:"rugby",widget:"match_summary",season:t,competition:n,match:o,live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,show_tries:!0,show_conversions:!0,show_penalties:!0,show_drop_goals:"scored",date_format:"DD/MM/YYYY",breakpoints:"520"}).outerHTML,Ni())}).then(()=>{b(!0)})},[]),Object(a.useEffect)(()=>{Wi("updateHeight",h.current?h.current.offsetHeight:0)},[w]),i.a.createElement(Ri,{fullWidth:r,heightSm:s,heightMd:d,heightLg:m,hasPadding:!0,ref:h},i.a.createElement(bo,{ref:u,showDetails:w}),i.a.createElement(qi,{onClick:()=>x(!w)},w?"Hide Details":"Show Details"),!g&&i.a.createElement(Pi,null,i.a.createElement(J.Placeholder,null)))}),Ho=r()(Di).withConfig({displayName:"styles__WidgetContainer",componentId:"lquz8o-0"})([".Opta{.Opta-Cf{padding:0;background-color:transparent;table{tbody{tr{th.Opta-Stats-Bars-Text{height:auto;padding:20px 0 0 0;color:",";font-family:",";font-size:13px;line-height:14px;}td{height:auto;color:",";font-family:",";font-size:18px;line-height:18px;padding:0;&.Opta-Crest{text-align:left;&.Opta-Home{text-align:right;}img{width:40px;}}&.Opta-Team{padding-left:10px;font-size:18px;line-height:18px;&.Opta-Home{padding-right:10px;padding-left:0;text-align:right;}}&.Opta-Score{width:20px;font-size:24px;line-height:24px;text-align:left;&.Opta-Home{text-align:right;}span{min-width:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;background-color:transparent !important;}@media (min-width:","px){width:30px;font-size:32px;line-height:32px;}}&.Opta-Divider{width:20px;text-align:center;abbr{font-size:inherit;line-height:inherit;text-decoration:none;}}.Opta-Bars{margin:0;.Opta-Percent.Opta-Home{background-color:",";}.Opta-Percent.Opta-Away{background-color:",";opacity:0.5;}}}&.Opta-Score-Extras{td{color:",";font-family:",";font-size:14px;line-height:28px;span{color:inherit;font-size:inherit;}}}&.Opta-MatchHeader-Details{div{padding:0;color:",";font-family:",";font-size:12px;line-height:12px;letter-spacing:1px;text-transform:uppercase;background-color:transparent;span{margin:0 6px;color:inherit;font-size:inherit;}}}}}&.Opta-Stats-Bars{margin-bottom:20px;}}}}"],l.colours.functional.brandColour,l.fonts.supporting,l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium,l.colours.section.sport,l.colours.section.sport,l.colours.functional.brandColour,l.fonts.supporting,l.colours.section.sport,l.fonts.supporting);function Qo(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Lo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Lo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Lo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const qo=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.full_width,l=e.heightSm,s=e.heightMd,c=e.heightLg;const d=i.a.createRef(),p=Qo(Object(a.useState)(!1),2),m=p[0],u=p[1];return Object(a.useEffect)(()=>{Si(),Fi("rugby"),Ti().then(()=>{d.current&&(d.current.innerHTML=zi("opta-widget",{sport:"rugby",widget:"matchstats",season:t,competition:n,match:o,template:"custom",graph_style:"relative",stats_categories:"Category 1|tries,passes,tackles,carries,metres,lineouts_won_percent,scrums_won_percent,turnovers_conceded,yellow_cards,red_cards",live:!0,show_match_header:!0,show_halftime_score:!0,show_competition_name:!0,show_date:!0,show_crests:!0,date_format:"DD/MM/YYYY",breakpoints:"520"}).outerHTML,Ni(),u(!0))})},[]),i.a.createElement(Ri,{fullWidth:r,heightSm:l,heightMd:s,heightLg:c},i.a.createElement(Ho,{ref:d}),!m&&i.a.createElement(Pi,null,i.a.createElement(J.Placeholder,null)))});var Wo=n(10),Jo=n.n(Wo),Xo=n(19);const Go=e=>e.map(e=>({url:e.url,ratio:e.aspectRatio})),Uo=e=>{if(e){if(e.crops)return Go(e.crops);if(e.posterImage&&e.posterImage.crops)return Go(e.posterImage.crops)}return[]},Vo=e=>{return{url:e.categoryPath,label:e.label,byline:(n=e.bylines,n?n.map(e=>"author"===e.type?e.name:e.value).join(""):void 0),headline:e.headline,summary:(t=e.summary,t&&t.children?t.children.map(e=>e.text).join("")+"...":void 0),datePublished:e.publishedDateTime,images:{alt:e.headline,crops:Uo(e.media)}};var t,n},Zo=e=>{switch(e){case 1:return"RELATED_ARTICLE_1";case 2:return"RELATED_ARTICLE_2";default:return"RELATED_ARTICLE_3"}},Yo=e=>({name:Zo(e.length),children:e.map(e=>({article:Vo(e)})).slice(0,3)}),Ko=r.a.div.withConfig({displayName:"styles__Header",componentId:"sc-12jqlbd-0"})(["margin-bottom:12px;padding:16px 12px 12px 12px;color:",";font-family:",";font-size:24px;line-height:24px;font-weight:normal;text-align:center;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;"],l.colours.functional.brandColour,l.fonts.headline),$o=e=>{let t=e.heading;const n=$(),a=n.loading,o=n.error,r=n.data;if(a||o)return null;const l=Jo()(r,"recommendations.articles");if(!l||!l.length)return null;const s=q().fireAnalyticsEvent;return i.a.createElement("div",{id:"recommended-articles"},i.a.createElement(Ko,null,t),i.a.createElement(Xo.Slice,{slice:Yo(l),clickHandler:(e,t)=>{s&&s({action:"Clicked",attrs:{article_parent_name:t.headline}})}}))};function er(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return tr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return tr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function tr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const nr=e=>{let t=e.articleId,n=e.articleHeadline,o=e.articleSection;const r=er(Object(a.useState)(!1),2),l=r[0],s=r[1];Object(a.useEffect)(()=>{try{const e=window.nuk.getCookieValue("acs_tnl"),t=window.__TIMES_CONFIG__.environmentName;e&&["local-prod","pr","uat","staging","prod"].includes(t)&&s(!0)}catch(e){console.log(e)}},[]);return l?i.a.createElement(K,{url:"/api/recommended-articles/".concat(t,"/todays_section")},i.a.createElement(W,{context:{object:"RecommendedArticles",attrs:{event_navigation_action:"navigation",event_navigation_name:"widget:relevant article",event_navigation_browsing_method:"click",section_details:"section : ".concat(o),article_name:n,widget_headline:"Read more".toLowerCase(),widget_section:o,widget_type:"today's section"}}},i.a.createElement($o,{heading:"Read more"}))):null},ar={background:"#bedeed",foreground:"#1573a2"},ir={background:"#ffeecc",foreground:"#ffa300"},or={background:"#ffd6d6",foreground:"#df0000"},rr=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1lbbpaf-0"})(["display:flex;margin-top:50px;&.info{background-color:",";border-left:4px solid ",";svg{fill:",";}}&.warning{background-color:",";border-left:4px solid ",";svg{fill:",";}}&.error{background-color:",";border-left:4px solid ",";svg{fill:",";}}"],ar.background,ar.foreground,ar.foreground,ir.background,ir.foreground,ir.foreground,or.background,or.foreground,or.foreground),lr=r.a.div.withConfig({displayName:"styles__IconContainer",componentId:"sc-1lbbpaf-1"})(["margin:12px 0 45px 12px;"]),sr=r.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"sc-1lbbpaf-2"})(["margin:12px;"]),cr=r.a.div.withConfig({displayName:"styles__Title",componentId:"sc-1lbbpaf-3"})(["font-family:",";font-weight:700;font-size:15px;line-height:16px;margin-bottom:6px;"],l.fonts.supporting),dr=r.a.div.withConfig({displayName:"styles__Description",componentId:"sc-1lbbpaf-4"})(["font-family:",";font-weight:500;font-size:13px;line-height:20px;& a{color:#333333;text-decoration:underline;}"],l.fonts.supporting),pr=e=>{let t=e.size,n=void 0===t?{width:"20",height:"20"}:t;return i.a.createElement("svg",{width:n.width,height:n.height,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM9 15V9H11V15H9ZM9 5V7H11V5H9Z"}))},mr=e=>{let t=e.title,n=e.type,a=e.children;return i.a.createElement(rr,{className:n},i.a.createElement(lr,null,i.a.createElement(pr,null)),i.a.createElement(sr,null,i.a.createElement(cr,null,t),i.a.createElement(dr,null,a)))},ur=r.a.div.withConfig({displayName:"styles__Container",componentId:"kqn9c8-0"})(["display:flex;flex-direction:column;align-items:center;padding-bottom:28px;@media (min-width:","px){padding-bottom:48px;padding-top:20px;}"],l.breakpoints.medium),hr=r.a.div.withConfig({displayName:"styles__ContentContainer",componentId:"kqn9c8-1"})(["max-width:343px;display:flex;flex-direction:column;align-items:center;@media (min-width:","px){max-width:403px;}"],l.breakpoints.medium),fr=r.a.div.withConfig({displayName:"styles__Title",componentId:"kqn9c8-2"})(["font-family:",";font-weight:700;font-color:#333333;font-size:28px;line-height:32px;letter-spacing:0;text-align:center;padding:8px;"],l.fonts.headlineRegular),gr=r.a.div.withConfig({displayName:"styles__Description",componentId:"kqn9c8-3"})(["font-family:",";font-weight:400;font-color:#333333;font-size:18px;line-height:27px;letter-spacing:0;text-align:center;max-width:660px;"],l.fonts.supporting),br=r.a.a.withConfig({displayName:"styles__Button",componentId:"kqn9c8-4"})(["display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;background-color:#005c8a;color:white;font-family:",";width:100%;height:48px;padding:18.5px 0;font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:0;margin:16px;"],l.fonts.cta),yr=e=>{let t=e.title,n=e.href,a=void 0===n?"#":n,o=e.onClick,r=e.buttonText,l=e.children;return i.a.createElement(ur,null,i.a.createElement(hr,null,i.a.createElement(fr,null,t),i.a.createElement(gr,null,l),i.a.createElement(br,{href:a,onClick:o},r)))};var wr=n(20),xr=n.n(wr),vr=n(21),Cr=n.n(vr),kr=n(12),Ar=n.n(kr);var Er=e=>{try{return decodeURIComponent(e)}catch(t){return e}};const Ir=r.a.div.withConfig({displayName:"styles__Container",componentId:"uvi9j3-0"})(["display:flex;flex-direction:column;justify-content:center;margin:48px 10px 24px 10px;padding-top:",";border-top:2px solid #9f0000;@media (min-width:","px){width:80.8%;margin:64px 0 24px 10%;}@media (min-width:","px){width:56.2%;margin:64px 0 24px 22%;}"],e=>e.isBreaking?"8px":"5px",l.breakpoints.medium,l.breakpoints.wide),Or=r.a.div.withConfig({displayName:"styles__UpdatesContainer",componentId:"uvi9j3-1"})(["display:flex;flex-direction:row;justify-content:space-between;"]),jr=r.a.div.withConfig({displayName:"styles__TimeSincePublishingContainer",componentId:"uvi9j3-2"})(["display:flex;flex-direction:row;"]),_r=r.a.div.withConfig({displayName:"styles__TimeSincePublishing",componentId:"uvi9j3-3"})(["color:",";font-family:",";font-size:13px;line-height:18px;"],l.colours.functional.brandColour,l.fonts.supporting),Sr=Object(o.css)(["color:",";font-family:",";font-size:13px;line-height:18px;"],l.colours.functional.secondary,l.fonts.supporting),Fr=r.a.div.withConfig({displayName:"styles__UpdatedTimeItems",componentId:"uvi9j3-4"})(["display:flex;justify-content:space-between;align-items:baseline;"]),Tr=r.a.div.withConfig({displayName:"styles__UpdatedTime",componentId:"uvi9j3-5"})(["",";"],Sr),zr=r.a.div.withConfig({displayName:"styles__UpdatedDate",componentId:"uvi9j3-6"})([""," justify-content:end;padding:0 4px 0 0;"],Sr),Nr=r.a.div.withConfig({displayName:"styles__Divider",componentId:"uvi9j3-7"})(["background-color:",";width:1px;margin:2px 8px 6px 8px;"],l.colours.functional.greyLabel),Br=r.a.h2.withConfig({displayName:"styles__Headline",componentId:"uvi9j3-8"})(["color:",";font-family:",";font-size:28px;line-height:28px;margin-top:22px;margin-bottom:0px;font-weight:400;@media (min-width:","px){font-size:36px;line-height:36px;margin-top:20px;margin-bottom:0px;}"],l.colours.functional.brandColour,l.fonts.headline,l.breakpoints.medium),Mr=r.a.div.withConfig({displayName:"styles__FlagContainer",componentId:"uvi9j3-9"})(["margin-right:8px;"]),Rr=r.a.div.withConfig({displayName:"styles__BylineBlockContainer",componentId:"uvi9j3-10"})(["display:flex;align-items:center;margin-top:24px;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:16px;"]),Pr=r.a.div.withConfig({displayName:"styles__BylineBlockImgContainer",componentId:"uvi9j3-11"})(["border-radius:50%;width:50px;height:50px;overflow:hidden;margin-right:10px;"]),Dr=r.a.img.withConfig({displayName:"styles__BylineBlockImg",componentId:"uvi9j3-12"})(["height:100%;width:100%;"]),Hr=r.a.div.withConfig({displayName:"styles__BylineBlockContent",componentId:"uvi9j3-13"})(["display:flex;flex-direction:column;"]),Qr=r.a.div.withConfig({displayName:"styles__BylineBlockAuthorContent",componentId:"uvi9j3-14"})(["display:flex;align-items:center;margin-bottom:2px;"]),Lr=r.a.p.withConfig({displayName:"styles__BylineBlockAuthorName",componentId:"uvi9j3-15"})(["color:#069;margin-right:5px;margin-block:0;"]),qr=r.a.p.withConfig({displayName:"styles__BylineBlockAuthorJobTitle",componentId:"uvi9j3-16"})(["color:#696969;margin-block:0;"]),Wr=r.a.p.withConfig({displayName:"styles__BylineBlockDescription",componentId:"uvi9j3-17"})(["color:#696969;font-weight:500;margin-block:0;"]),Jr=e=>{let t=e.authorData,n=e.description;return t&&t.name||t&&t.image||n?i.a.createElement(Rr,null,t&&t.image&&i.a.createElement(Pr,null,i.a.createElement(Dr,{src:t.image,alt:t.name})),i.a.createElement(Hr,null,i.a.createElement(Qr,null,t&&t.name&&i.a.createElement(Lr,null,t.name),t&&t.jobTitle&&i.a.createElement(qr,null,t.jobTitle)),n&&i.a.createElement(Wr,null,n))):null};function Xr(e,t,n,a,i,o,r){try{var l=e[o](r),s=l.value}catch(e){return void n(e)}l.done?t(s):Promise.resolve(s).then(a,i)}function Gr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ur(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ur(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ur(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var Vr=e=>{let t=e.updated,n=e.breaking,o=e.headline,r=e.authorSlug,l=e.description;const s=Gr(Object(a.useState)(""),2),c=s[0],d=s[1],p=Gr(Object(a.useState)(),2),m=p[0],u=p[1],h=new Date,f=new Date(t),g=Cr()(f,"Europe/London");Object(a.useEffect)(()=>{"Europe/London"!==Intl.DateTimeFormat().resolvedOptions().timeZone&&d(Ar()(g,"zzz",{timeZone:"Europe/London"}))}),Object(a.useEffect)(()=>{if(void 0===r)return void u(null);(function(){var e,t=(e=function*(){try{const e=yield fetch("/api/author-profile/".concat(r)),t=yield e.json();u(t)}catch(e){console.log(e)}},function(){var t=this,n=arguments;return new Promise((function(a,i){var o=e.apply(t,n);function r(e){Xr(o,a,i,r,l,"next",e)}function l(e){Xr(o,a,i,r,l,"throw",e)}r(void 0)}))});return function(){return t.apply(this,arguments)}})()()},[r]);const b=A()(f,h,{roundingMethod:"floor"})+" ago",y=C()(h,f),w=y<60,x=y<3600,v=y<46800,k=xr()(h,g)>=1,E=!!n&&Boolean("true"===n.toLowerCase()),I=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=/\D+/g,a=e.replace(n,""),i=/\b(\w)/g,o=t.match(i),r=null===o?"":o.join("");return"u_".concat(a).concat(r)}(t,o);return i.a.createElement(Ir,{isBreaking:E&&x,id:I},i.a.createElement(Or,null,i.a.createElement(Fr,null,E&&x?i.a.createElement(Mr,null,i.a.createElement(N,null)):null,!w&&v?i.a.createElement(jr,null,i.a.createElement(_r,{"data-testId":"TimeSincePublishing"},b),i.a.createElement(Nr,null)):null,i.a.createElement(Tr,{isLessThan13Hours:!w&&v},"".concat(Ar()(g,"h.mmaaa")," ").concat(c))),k?i.a.createElement(zr,null,Ar()(g,"MMMM d")):null),o&&i.a.createElement(Br,null,Er(o)),m&&i.a.createElement(Jr,{authorData:m,description:l}))};const Zr="520px",Yr="768px",Kr="1024px",$r="1320px",el="#005C8A",tl="#333333",nl="#696969",al="#E4E4E4",il="#FFEECF",ol="#FFB329",rl="#9F0000",ll="#236FA3",sl="#FFFFFF",cl=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1ql42e4-0"})(["max-width:100%;margin:0 auto;padding:80px 0 40px;@media (min-width:","){max-width:var( --wp--style--global--content-size,"," );}@media (min-width:","){max-width:var( --wp--style--global--content-size,"," );}@media (min-width:","){max-width:var( --wp--style--global--content-size,"," );}@media (max-width:","){padding:40px 0 0 ",";}"],Yr,e=>e.tablet||"100%",Kr,e=>e.desktop||"100%",$r,e=>e.xl||"100%",Yr,e=>e.mobile?"10px":"20px"),dl=r.a.div.withConfig({displayName:"styles__TitleSection",componentId:"sc-1ql42e4-1"})(["padding:0;margin-bottom:16px;"]),pl=r.a.div.withConfig({displayName:"styles__TitleBar",componentId:"sc-1ql42e4-2"})(["display:flex;flex-direction:row;align-items:center;gap:12px;border-top:1px dashed ",";border-bottom:1px dashed ",";padding:20px "," 20px 0px;@media (max-width:","){justify-content:space-between;}"],al,al,e=>e.applyRightPadding?"10px":"20px",Yr),ml=r.a.div.withConfig({displayName:"styles__TitleContent",componentId:"sc-1ql42e4-3"})(["display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:8px;"]),ul=r.a.h2.withConfig({displayName:"styles__Title",componentId:"sc-1ql42e4-4"})(["font-family:'Times Modern',serif;font-size:24px;font-weight:800;line-height:1.13;color:#145683;margin:0;"]),hl=r.a.p.withConfig({displayName:"styles__Subtitle",componentId:"sc-1ql42e4-5"})(["font-family:'Times Modern',serif;font-size:20px;font-weight:400;line-height:1.13;color:#333333;margin:0;vertical-align:bottom;"]),fl=r.a.a.withConfig({displayName:"styles__TitleLink",componentId:"sc-1ql42e4-6"})(["display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;background:#eeeeee;border-radius:33.33px;text-decoration:none;transition:background-color 0.2s ease;flex-shrink:0;&:hover{background:#dddddd;}svg{width:16px;height:16px;color:",";}"],tl),gl=(r.a.p.withConfig({displayName:"styles__Description",componentId:"sc-1ql42e4-7"})(["font-family:'Roboto',sans-serif;font-size:16px;line-height:1.5;color:",";margin:0 0 20px 0;"],nl),r.a.div.withConfig({displayName:"styles__StaticCardsGrid",componentId:"sc-1ql42e4-8"})(["display:flex;gap:20px;padding:0;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;align-items:stretch;&::-webkit-scrollbar{display:none;}> *{flex:0 0 ",";min-width:",";scroll-snap-align:start;display:flex;flex-direction:column;}@media (min-width:","){overflow-x:visible;> *{flex:1 1 0;min-width:0;max-width:calc(50% - 10px);}}@media (min-width:","){> *{flex:1 1 0;min-width:0;max-width:",";}}@media (min-width:","){> *{flex:1 1 0;min-width:0;max-width:",";}}"],e=>e.$minWidthMobile||"90%",e=>e.$minWidthMobile||"280px",Yr,Kr,e=>e.$minWidthDesktop||"calc(50% - 10px)",$r,e=>e.$minWidthXl||"calc(50% - 10px)")),bl=r.a.div.withConfig({displayName:"styles__CardContainer",componentId:"sc-1ql42e4-9"})(["flex:1;border:1.2px solid ",";background:",";overflow:hidden;display:flex;flex-direction:column;"],al,sl),yl=r.a.div.withConfig({displayName:"styles__ImageContainer",componentId:"sc-1ql42e4-10"})(["position:relative;width:auto;aspect-ratio:3 / 2;height:",";overflow:hidden;flex-shrink:0;",";"],e=>{let t=e.isStaticGrid,n=e.$heightXs;return!t&&n?n:"100%"},e=>{let t=e.isStaticGrid,n=e.$heightSm,a=e.$heightMd,i=e.$heightLg,o=e.$heightXl;return!t&&"\n\n @media (min-width: ".concat(Zr,") {\n ").concat(n&&"height: ".concat(n,";"),"\n }\n\n @media (min-width: ").concat(Yr,") {\n ").concat(a&&"height: ".concat(a,";"),"\n }\n\n @media (min-width: ").concat(Kr,") {\n ").concat(i&&"height: ".concat(i,";"),"\n }\n\n @media (min-width: ").concat($r,") {\n ").concat(o&&"height: ".concat(o,";"),"\n }\n ")}),wl=r.a.img.withConfig({displayName:"styles__CardImage",componentId:"sc-1ql42e4-11"})(["position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:",";"],e=>e.isLoaded?"block":"none"),xl=r.a.a.withConfig({displayName:"styles__StyledLink",componentId:"sc-1ql42e4-12"})(["text-decoration:none;color:inherit;"]),vl=r.a.div.withConfig({displayName:"styles__OfferLabel",componentId:"sc-1ql42e4-13"})(["position:absolute;bottom:12px;left:0;background:",";border-left:1.2px solid ",";padding:12px 16px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:",";"],il,ol,tl),Cl=r.a.div.withConfig({displayName:"styles__GiftBanner",componentId:"sc-1ql42e4-14"})(["position:absolute;bottom:12px;left:0;max-width:80%;background:",";padding:12px 16px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:",";text-align:left;"],il,tl),kl=r.a.div.withConfig({displayName:"styles__CardContent",componentId:"sc-1ql42e4-15"})(["display:flex;flex-direction:column;flex:1;padding:20px 16px 16px 16px;gap:32px;"]),Al=r.a.div.withConfig({displayName:"styles__TopContainer",componentId:"sc-1ql42e4-16"})(["display:flex;flex-direction:column;gap:16px;flex:1;"]),El=r.a.div.withConfig({displayName:"styles__BottomContainer",componentId:"sc-1ql42e4-17"})(["display:flex;flex-direction:column;gap:16px;"]),Il=r.a.h3.withConfig({displayName:"styles__Headline",componentId:"sc-1ql42e4-18"})(["font-family:'Times Modern',serif;font-size:20px;font-weight:700;line-height:1.125;color:",";margin:0;"],tl),Ol=r.a.div.withConfig({displayName:"styles__DataPointsList",componentId:"sc-1ql42e4-19"})(["display:flex;flex-direction:column;gap:2px;"]),jl=r.a.div.withConfig({displayName:"styles__DataPoint",componentId:"sc-1ql42e4-20"})(["display:flex;align-items:center;gap:8px;font-family:'Roboto',sans-serif;font-size:14px;line-height:1.5;color:",";min-height:21px;"],nl),_l=r.a.span.withConfig({displayName:"styles__DataIcon",componentId:"sc-1ql42e4-21"})(["width:17px;height:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:",";font-size:17px;"],ll),Sl=r.a.div.withConfig({displayName:"styles__PriceSection",componentId:"sc-1ql42e4-22"})(["display:flex;flex-direction:row;align-items:center;gap:12px;"]),Fl=r.a.div.withConfig({displayName:"styles__PriceContainer",componentId:"sc-1ql42e4-23"})(["display:flex;flex-direction:column;gap:12px;flex:1;"]),Tl=r.a.div.withConfig({displayName:"styles__OfferContainer",componentId:"sc-1ql42e4-24"})(["display:flex;align-items:center;gap:4px;"]),zl=r.a.span.withConfig({displayName:"styles__PriceLabel",componentId:"sc-1ql42e4-25"})(["font-family:'Roboto',sans-serif;font-size:14px;line-height:1.5;color:",";"],nl),Nl=r.a.span.withConfig({displayName:"styles__OriginalPrice",componentId:"sc-1ql42e4-26"})(["font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;line-height:1.5;color:",";text-decoration:line-through;"],rl),Bl=r.a.span.withConfig({displayName:"styles__CurrentPrice",componentId:"sc-1ql42e4-27"})(["font-family:'Times Modern',serif;font-size:",";font-weight:300;line-height:1.125;color:",";"],e=>e.$isEnquire?"24px":"32px",tl),Ml=r.a.span.withConfig({displayName:"styles__PriceSuffix",componentId:"sc-1ql42e4-28"})(["font-family:'Times Modern',serif;font-size:24px;font-weight:300;line-height:1.125;color:",";"],tl),Rl=r.a.div.withConfig({displayName:"styles__LogoContainer",componentId:"sc-1ql42e4-29"})(["width:88px;height:44px;display:flex;align-items:center;a{display:flex;align-items:center;width:100%;height:100%;}img{max-width:100%;max-height:100%;object-fit:contain;}"]),Pl=r.a.a.withConfig({displayName:"styles__CTAButton",componentId:"sc-1ql42e4-30"})(["display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;background:",";color:",";font-family:'Roboto',sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-decoration:none;transition:background 0.2s ease;&:hover{background:#004a6e;}"],el,sl),Dl=(r.a.div.withConfig({displayName:"styles__LoadingContainer",componentId:"sc-1ql42e4-31"})(["display:flex;justify-content:center;align-items:center;min-height:400px;font-family:'Roboto',sans-serif;color:",";"],nl),r.a.div.withConfig({displayName:"styles__ErrorContainer",componentId:"sc-1ql42e4-32"})(["display:flex;justify-content:center;align-items:center;min-height:200px;font-family:'Roboto',sans-serif;color:",";"],rl),e=>a.createElement("svg",Object.assign({width:"15",height:"16",viewBox:"0 0 15 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),a.createElement("path",{d:"M2.78887 3.51093V6.29999L6.98887 4.92187L11.1889 6.29999V3.51093H2.78887ZM1.34512 12.6L0.0326173 7.94062C0.0107423 7.89687 -0.000195216 7.82031 -0.000195216 7.71093C-0.000195216 7.40468 0.163867 7.18593 0.491992 7.05468L1.37793 6.75937V3.51093C1.37793 3.13906 1.52012 2.81093 1.80449 2.52656C2.08887 2.24218 2.41699 2.09999 2.78887 2.09999H4.88887V-7.20099e-06H9.08887V2.09999H11.1889C11.5607 2.09999 11.8889 2.24218 12.1732 2.52656C12.4576 2.81093 12.5998 3.13906 12.5998 3.51093V6.75937L13.4857 7.05468C13.9451 7.20781 14.0982 7.50312 13.9451 7.94062L12.6326 12.6H12.5998C11.5279 12.6 10.5873 12.1406 9.77793 11.2219C8.96856 12.1406 8.03887 12.6 6.98887 12.6C5.93887 12.6 5.00918 12.1406 4.19981 11.2219C3.39043 12.1406 2.4498 12.6 1.37793 12.6H1.34512ZM12.5998 14.0109H13.9779V15.4219H12.5998C11.6154 15.4219 10.6748 15.1922 9.77793 14.7328C8.90293 15.1703 7.97324 15.3891 6.98887 15.3891C6.00449 15.3891 5.07481 15.1703 4.19981 14.7328C3.30293 15.1922 2.3623 15.4219 1.37793 15.4219H-0.000195216V14.0109H1.37793C2.38418 14.0109 3.32481 13.7047 4.19981 13.0922C5.05293 13.6828 5.98262 13.9781 6.98887 13.9781C7.99512 13.9781 8.92481 13.6828 9.77793 13.0922C10.6529 13.7047 11.5936 14.0109 12.5998 14.0109Z",fill:"currentColor"}))),Hl=e=>a.createElement("svg",Object.assign({width:"13",height:"14",viewBox:"0 0 13 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),a.createElement("path",{d:"M11.189 12.6V4.88907H1.41084V12.6H11.189ZM11.189 1.37813C11.5608 1.37813 11.889 1.52032 12.1733 1.80469C12.4577 2.08907 12.5999 2.41719 12.5999 2.78907V12.6C12.5999 12.9719 12.4577 13.3 12.1733 13.5844C11.889 13.8469 11.5608 13.9781 11.189 13.9781H1.41084C1.01709 13.9781 0.678028 13.8469 0.393653 13.5844C0.131152 13.3219 -9.75132e-05 12.9938 -9.75132e-05 12.6V2.78907C-9.75132e-05 2.41719 0.131152 2.08907 0.393653 1.80469C0.678028 1.52032 1.01709 1.37813 1.41084 1.37813H2.0999V5.05522e-06H3.51084V1.37813H9.08897V5.05522e-06H10.4999V1.37813H11.189ZM9.81084 6.30001V7.67813H8.3999V6.30001H9.81084ZM6.98897 6.30001V7.67813H5.61084V6.30001H6.98897ZM4.1999 6.30001V7.67813H2.78897V6.30001H4.1999Z",fill:"currentColor"})),Ql=e=>a.createElement("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),a.createElement("path",{d:"M6 12L10 8L6 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),Ll=e=>a.createElement("svg",Object.assign({width:"10",height:"14",viewBox:"0 0 10 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),a.createElement("path",{d:"M3.64238 6.13594C3.99238 6.46407 4.40801 6.62813 4.88926 6.62813C5.37051 6.62813 5.7752 6.46407 6.10332 6.13594C6.45332 5.78594 6.62832 5.37032 6.62832 4.88907C6.62832 4.40782 6.45332 4.00313 6.10332 3.67501C5.7752 3.32501 5.37051 3.15001 4.88926 3.15001C4.40801 3.15001 3.99238 3.32501 3.64238 3.67501C3.31426 4.00313 3.1502 4.40782 3.1502 4.88907C3.1502 5.37032 3.31426 5.78594 3.64238 6.13594ZM1.41113 1.44376C2.37363 0.481255 3.53301 5.05522e-06 4.88926 5.05522e-06C6.24551 5.05522e-06 7.39395 0.481255 8.33457 1.44376C9.29707 2.38438 9.77832 3.53282 9.77832 4.88907C9.77832 5.56719 9.60332 6.34376 9.25332 7.21876C8.9252 8.09376 8.52051 8.91407 8.03926 9.67969C7.55801 10.4453 7.07676 11.1672 6.59551 11.8453C6.13613 12.5016 5.74238 13.0266 5.41426 13.4203L4.88926 13.9781C4.75801 13.825 4.58301 13.6281 4.36426 13.3875C4.14551 13.125 3.75176 12.6219 3.18301 11.8781C2.61426 11.1125 2.11113 10.3797 1.67363 9.67969C1.25801 8.95782 0.875196 8.14844 0.525196 7.25157C0.175196 6.35469 0.000195552 5.56719 0.000195552 4.88907C0.000195552 3.53282 0.470508 2.38438 1.41113 1.44376Z",fill:"currentColor"})),ql=e=>a.createElement("svg",Object.assign({width:"14",height:"15",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),a.createElement("path",{d:"M7.21856 0.0656178C6.69356 0.984368 6.38731 1.92499 6.29981 2.88749C6.21231 3.84999 6.31074 4.77968 6.59512 5.67656C6.90137 6.57343 7.36074 7.38281 7.97324 8.10468C8.58574 8.82656 9.31856 9.40624 10.1717 9.84374C11.0467 10.2812 12.0092 10.5109 13.0592 10.5328C12.6436 11.2328 12.1295 11.8453 11.517 12.3703C10.9045 12.8953 10.2154 13.3109 9.44981 13.6172C8.68418 13.9016 7.86387 14.0437 6.98887 14.0437C6.02637 14.0437 5.11856 13.8687 4.26543 13.5187C3.43418 13.1469 2.69043 12.6437 2.03418 12.0094C1.3998 11.3531 0.89668 10.6094 0.524805 9.77812C0.174805 8.92499 -0.000195216 8.01718 -0.000195216 7.05468C-0.000195216 6.07031 0.185742 5.15156 0.557617 4.29843C0.929492 3.44531 1.44355 2.70156 2.0998 2.06718C2.75605 1.41093 3.52168 0.907805 4.39668 0.557805C5.27168 0.18593 6.21231 0.0218678 7.21856 0.0656178Z",fill:"currentColor"}));function Wl(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function Jl(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Wl(Object(n),!0).forEach((function(t){Xl(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Wl(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Xl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Gl=function(e,t,n,a,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};window.utag&&window.utag.link?window.utag.link(Jl({event_navigation_name:e,event_navigation_action:t,event_navigation_browsing_method:n,article_parent_name:a,section_details:i},o)):console.error("Tealium tracking is not available.")};function Ul(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Vl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Vl(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Zl=e=>{let t=e.card,n=e.isStaticGrid,o=e.imgHeight,r=void 0===o?{}:o;const l=Ul(Object(a.useState)(!1),2),s=l[0],c=l[1],d=e=>{Gl(e,"navigation","click",t.headline,void 0,{app_content_location:wa()})},p=e=>()=>d("headline"===e?"trip card: ".concat(t.headline):"trip card: img click");return i.a.createElement(bl,null,i.a.createElement(xl,{href:t.cta_url,target:"_blank",rel:"noopener noreferrer",onClick:p("img")},i.a.createElement(yl,Object.assign({isStaticGrid:n},r),!s&&i.a.createElement(J.Placeholder,null),i.a.createElement(wl,{src:t.image,alt:t.headline,onLoad:()=>c(!0),isLoaded:s}),t.offer_label&&i.a.createElement(vl,null,t.offer_label),t.gift_banner&&i.a.createElement(Cl,null,t.gift_banner))),i.a.createElement(kl,null,i.a.createElement(Al,null,i.a.createElement(xl,{href:t.cta_url,target:"_blank",rel:"noopener noreferrer",onClick:p("headline")},i.a.createElement(Il,null,t.headline)),i.a.createElement(Ol,null,t.date&&i.a.createElement(jl,null,i.a.createElement(_l,null,i.a.createElement(Hl,null)),i.a.createElement("span",null,t.date)),t.duration&&i.a.createElement(jl,null,i.a.createElement(_l,null,i.a.createElement(ql,null)),i.a.createElement("span",null,t.duration)),t.route&&i.a.createElement(jl,null,i.a.createElement(_l,null,i.a.createElement(Ll,null)),i.a.createElement("span",null,t.route)),t.ship&&i.a.createElement(jl,null,i.a.createElement(_l,null,i.a.createElement(Dl,null)),i.a.createElement("span",null,t.ship)))),i.a.createElement(El,null,i.a.createElement(Sl,null,i.a.createElement(Fl,null,"Enquire now"!==t.price&&i.a.createElement(Tl,null,i.a.createElement(zl,null,"From"),t.original_price&&i.a.createElement(Nl,null,t.original_price)),i.a.createElement(Bl,{$isEnquire:"Enquire now"===t.price},t.price,"Enquire now"!==t.price&&i.a.createElement(Ml,null,"pp"))),t.logo&&i.a.createElement(Rl,null,i.a.createElement("a",{href:t.logo_url,target:"_blank",rel:"noopener noreferrer",onClick:()=>d("trip card: ".concat(t.logo_name))},i.a.createElement("img",{src:t.logo,alt:"Partner logo"})))),i.a.createElement(Pl,{href:t.cta_url,target:"_blank",rel:"noopener noreferrer",onClick:()=>d("trip card: ".concat(t.cta_text||"View Itinerary"))},t.cta_text||"View Itinerary"))))},Yl=Object(o.css)(["background:linear-gradient( to right,#f0f0f0 0%,#f5f2f2 20%,#f0f0f0 40%,#f0f0f0 100% );background-size:800px 104px;"]),Kl=r.a.div.withConfig({displayName:"skeletonStyles__SkeletonLine",componentId:"sc-1jvs47i-0"})([""," height:16px;width:",";margin-bottom:",";"],Yl,e=>e.width||"100%",e=>e.marginBottom||"0"),$l=r.a.div.withConfig({displayName:"skeletonStyles__SkeletonHeadline",componentId:"sc-1jvs47i-1"})([""," height:48px;width:100%;margin-bottom:16px;"],Yl),es=r.a.div.withConfig({displayName:"skeletonStyles__SkeletonPrice",componentId:"sc-1jvs47i-2"})([""," height:28px;width:120px;"],Yl),ts=r()(Pl).withConfig({displayName:"skeletonStyles__SkeletonButton",componentId:"sc-1jvs47i-3"})([""," height:48px;width:100%;pointer-events:none;border:none;&:hover{transform:none;}"],Yl);function ns(e,t,n,a,i,o,r){try{var l=e[o](r),s=l.value}catch(e){return void n(e)}l.done?t(s):Promise.resolve(s).then(a,i)}const as=e=>{const t=document.createElement("textarea");return t.innerHTML=e,t.value},is=e=>{try{const t=e=>0===e||"Enquire now"===e?"Enquire now":"string"==typeof e?e:"£".concat(e),n=e=>e.length<=2?e.join(" → "):"".concat(e[0]," → ").concat(e[e.length-1]),a=e=>{if(e&&0!==e&&"Enquire now"!==e)return"string"==typeof e?e:"£".concat(e)},i=()=>{if(!e.was_prices||!e.prices)return null;const t=e.prices.cheapest_price,n=["inside","outside","balcony","suite"];for(const a of n){const n=e.prices[a];if(Number(n)===Number(t))return a}return null},o=()=>{if(!e.was_prices)return;const t=i();return t&&e.was_prices[t]?a(e.was_prices[t]):void 0};return{cruise_id:String(e.cruise_id),image:e.ship&&e.ship.image||"",offer_label:e.campaigns&&e.campaigns.length>0?e.campaigns[0]:void 0,headline:as(e.cruise_title||""),date:e.extras&&e.extras.date||e.departs,duration:e.extras&&e.extras.duration||(e.duration?e.duration.toString():""),route:n(e.itinerary||[]),ship:e.ship&&e.ship.name||"",original_price:o(),price:t(void 0!==(e.prices&&e.prices.cheapest_price)?e.prices.cheapest_price:0),logo:e.cruise_line&&e.cruise_line.logo||"",logo_url:e.cruise_line&&e.cruise_line.link||"",logo_name:e.cruise_line&&e.cruise_line.name||"",cta_url:e.link||"",cta_text:"View Itinerary"}}catch(e){throw new Error("Failed to transform cruise data: ".concat(e))}},os=e=>{try{const t=atob(e),n=JSON.parse(t);return Array.isArray(n)?n:[]}catch(e){return[]}},rs={$heightXs:"153px",$heightSm:"213px",$heightMd:"213px",$heightLg:"210px",$heightXl:"245px"},ls=function(){var e,t=(e=function*(e,t){const n=new FormData;n.append("action","results"),n.append("cruise_ids",e.join(","));const a=t&&t.includes("thetimes.com")&&!t.includes("-thetimes")?"https://www.thetimes.com/holidays/wp-admin/admin-ajax.php":"https://www.staging-thetimes.com/holidays/wp-admin/admin-ajax.php",i=yield fetch(a,{method:"POST",body:n});if(!i.ok)throw new Error("HTTP error! status: ".concat(i.status));const o=yield i.json();if(o.results&&Array.isArray(o.results)){const t=o.results.filter(e=>(e=>{if(e.departs){const t=new Date(e.departs);if(isNaN(t.getTime()))return!1;t.setHours(0,0,0,0);const n=new Date;if(n.setHours(0,0,0,0),t<n)return!1}return!0})(e)).map(e=>is(e));return e.map(e=>t.find(t=>t.cruise_id===String(e))).filter(Boolean)}throw new Error("Invalid API response format")},function(){var t=this,n=arguments;return new Promise((function(a,i){var o=e.apply(t,n);function r(e){ns(o,a,i,r,l,"next",e)}function l(e){ns(o,a,i,r,l,"throw",e)}r(void 0)}))});return function(e,n){return t.apply(this,arguments)}}();function ss(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function cs(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ss(Object(n),!0).forEach((function(t){ds(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ss(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ds(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ps=e=>{let t=e.isStaticGrid,n=e.imgHeight,a=void 0===n?{}:n,o=e.forceStaticGrid;return i.a.createElement(bl,{"data-testid":"skeleton-card-container"},i.a.createElement(yl,Object.assign({"data-testid":"skeleton-image-container",isStaticGrid:t&&!o},cs(cs({},rs),a)),i.a.createElement(J.Placeholder,null)),i.a.createElement(kl,{"data-testid":"skeleton-card-content"},i.a.createElement(Al,{"data-testid":"skeleton-top-container"},i.a.createElement($l,{"data-testid":"skeleton-headline"}),i.a.createElement(Ol,{"data-testid":"skeleton-data-points-list"},[1,2,3,4].map(e=>i.a.createElement(jl,{key:e,"data-testid":"skeleton-data-point-".concat(e)},i.a.createElement(Kl,{width:"80px","data-testid":"skeleton-line-".concat(e)}))))),i.a.createElement(El,{"data-testid":"skeleton-bottom-container"},i.a.createElement(Sl,{"data-testid":"skeleton-price-section"},i.a.createElement(Fl,{"data-testid":"skeleton-price-container"},i.a.createElement(Kl,{width:"40px",marginBottom:"4px","data-testid":"skeleton-price-label"}),i.a.createElement(es,{"data-testid":"skeleton-price"}))),i.a.createElement(ts,{as:"div","data-testid":"skeleton-button"}))))};function ms(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return us(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return us(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function us(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const hs="520px",fs="768px",gs="1024px",bs="1320px",ys="#005C8A",ws="#FFFFFF",xs=r.a.div.withConfig({displayName:"styles__ItemContainer",componentId:"sc-5a6cxc-0"})(["scroll-snap-align:start;display:flex;flex-direction:column;align-self:stretch;"," ",";"],e=>{if(!e.widthItemConfig)return"";const t=e.widthItemConfig,n=t.xs,a=t.mobile,i=t.tablet,r=t.desktop,l=t.xl;return Object(o.css)([""," "," "," "," ",""],n&&"flex: 0 0 ".concat(n,";"),a&&"\n @media (min-width: ".concat(hs,") {\n flex: 0 0 ").concat(a,";\n }\n "),i&&"\n @media (min-width: ".concat(fs,") {\n flex: 0 0 ").concat(i,";\n }\n "),r&&"\n @media (min-width: ".concat(gs,") {\n flex: 0 0 ").concat(r,";\n }\n "),l&&"\n @media (min-width: ".concat(bs,") {\n flex: 0 0 ").concat(l,";\n }\n "))},e=>{if(!e.maxWidthItemConfig)return"";const t=e.maxWidthItemConfig,n=t.xs,a=t.mobile,i=t.tablet,r=t.desktop,l=t.xl;return Object(o.css)([""," "," "," "," ",""],n&&"max-width: ".concat(n,";"),a&&"\n @media (min-width: ".concat(hs,") {\n max-width: ").concat(a,";\n }\n "),i&&"\n @media (min-width: ".concat(fs,") {\n max-width: ").concat(i,";\n }\n "),r&&"\n @media (min-width: ".concat(gs,") {\n max-width: ").concat(r,";\n }\n "),l&&"\n @media (min-width: ".concat(bs,") {\n max-width: ").concat(l,";\n }\n "))}),vs=r.a.div.withConfig({displayName:"styles__CarouselContainer",componentId:"sc-5a6cxc-1"})(["width:100%;"]),Cs=r.a.div.withConfig({displayName:"styles__CarouselWrapper",componentId:"sc-5a6cxc-2"})(["position:relative;width:100%;"]),ks=r.a.div.withConfig({displayName:"styles__CarouselContent",componentId:"sc-5a6cxc-3"})(["overflow:hidden;"]),As=r.a.div.withConfig({displayName:"styles__CardsRow",componentId:"sc-5a6cxc-4"})(["display:flex;gap:20px;overflow-x:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:0;scroll-behavior:smooth;cursor:grab;user-select:none;align-items:stretch;&::-webkit-scrollbar{display:none;}&:active{cursor:grabbing;}"]),Es=r.a.div.withConfig({displayName:"styles__PageControl",componentId:"sc-5a6cxc-5"})(["display:flex;justify-content:center;align-items:center;gap:10px;padding:12px;background:",";"],ws),Is=r.a.button.withConfig({displayName:"styles__NavigationArrowButton",componentId:"sc-5a6cxc-6"})(["display:none;position:absolute;top:50%;transform:translateY(-50%);"," z-index:10;width:48px;height:48px;border:none;border-radius:50%;background:",";cursor:",";align-items:center;justify-content:center;transition:background 0.2s ease;pointer-events:",";svg{width:24px;height:24px;}svg path{stroke:",";}&:hover:not(:disabled){background:#004a6e;}@media (min-width:","){display:flex;}"],e=>"left"===e.direction?"left: -68px;":"right: -68px;",e=>e.disabled?"#CCCCCC":ys,e=>e.disabled?"default":"pointer",e=>e.disabled?"none":"auto",ws,gs),Os=r.a.button.withConfig({displayName:"styles__PageDotButton",componentId:"sc-5a6cxc-7"})(["width:8px;height:8px;border-radius:1000px;border:none;padding:0;background:",";cursor:pointer;transition:background 0.2s ease;&:hover{background:#01000d;}"],e=>e.active?"#01000D":"#AAAAAA"),js=e=>{let t=e.direction,n=e.onClick,a=e.disabled;return i.a.createElement(Is,{direction:t,onClick:n,disabled:a,"aria-label":"".concat("left"===t?"Previous":"Next"," items")},i.a.createElement("svg",{width:"24",height:"24",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{d:"left"===t?"M10 12L6 8L10 4":"M6 12L10 8L6 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})))},_s=e=>{let t=e.active,n=e.onClick,a=e.index;return i.a.createElement(Os,{active:t,onClick:n,"aria-label":"Go to page ".concat(a+1)})},Ss=e=>{let t=e.children,n=e.widthItemConfig,a=void 0===n?{xs:"85%",mobile:"85%",tablet:"70%",desktop:"calc(50% - 10px)",xl:"calc(50% - 10px)"}:n,o=e.maxWidthItemConfig,r=e.className;return i.a.createElement(xs,{widthItemConfig:a,maxWidthItemConfig:o,className:r},t)},Fs=e=>{let t=e.items,n=e.options,o=e.showArrows,r=void 0===o||o,l=e.showDots,s=void 0===l||l,c=e.arrowComponent,d=e.dotComponent,p=e.className;const m=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=t.itemsPerPage,i=void 0===n?2:n,o=t.onPageChange,r=Object(a.useState)(0),l=ms(r,2),s=l[0],c=l[1],d=Object(a.useRef)(null),p=Object(a.useRef)(!1),m=Object(a.useRef)(!1),u=Object(a.useRef)(0),h=Object(a.useRef)(null),f=Object(a.useRef)(null),g=Object(a.useRef)(!1),b=Object(a.useRef)(null),y=Math.ceil(e/i),w=Object(a.useCallback)(e=>{if(d.current){const t=d.current.children;if(t.length>0){p.current=!0;const n=d.current,a=t[e*i];if(a){const t=a.offsetLeft;n.scrollTo({left:t,behavior:"smooth"}),c(e),o&&o(e),setTimeout(()=>{p.current=!1},400)}}}},[i,o]),x=Object(a.useCallback)(()=>{const e=Math.max(0,s-1);w(e)},[s,w]),v=Object(a.useCallback)(()=>{const e=Math.min(y-1,s+1);w(e)},[s,y,w]),C=Object(a.useCallback)(e=>{Math.abs(e)>50&&(e>0?v():x())},[v,x]),k=Object(a.useCallback)(e=>{d.current&&(e.preventDefault(),m.current=!0,u.current=e.pageX,d.current.style.cursor="grabbing")},[]),A=Object(a.useCallback)(e=>{if(m.current&&(m.current=!1,d.current)){d.current.style.cursor="grab";const t=e.pageX,n=u.current-t;C(n)}},[C]),E=Object(a.useCallback)(e=>{if(m.current&&(m.current=!1,d.current)){d.current.style.cursor="grab";const t=e.pageX,n=u.current-t;C(n)}},[C]),I=e=>{d.current&&(h.current=e.touches[0].clientX,f.current=e.touches[0].clientY,g.current=!1)},O=e=>{if(null===h.current||null===f.current||g.current)return;const t=e.touches[0].clientX,n=e.touches[0].clientY,a=h.current-t,i=f.current-n;Math.abs(a)>1.2*Math.abs(i)&&e.cancelable&&e.preventDefault(),Math.abs(a)>50&&Math.abs(a)>1.2*Math.abs(i)&&(e.cancelable&&e.preventDefault(),g.current=!0,C(a))},j=()=>{h.current=null,f.current=null,g.current=!1},_=Object(a.useCallback)(()=>{p.current||(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{if(d.current){const e=d.current,t=e.children;if(0===t.length)return;const n=e.scrollLeft;let a=0,r=1/0;for(let e=0;e<y;e++){const o=e*i;if(o<t.length){const i=t[o],l=Math.abs(i.offsetLeft-n);l<r&&(r=l,a=e)}}a!==s&&(c(a),o&&o(a))}},50))},[y,i,o,s]);return Object(a.useEffect)(()=>{const e=d.current;if(e)return e.addEventListener("scroll",_),()=>e.removeEventListener("scroll",_)},[_]),{currentPage:s,totalPages:y,carouselRef:d,isScrolling:p.current,handlePrevious:x,handleNext:v,scrollToPage:w,handleMouseDown:k,handleMouseUp:A,handleMouseLeave:E,handleTouchStart:I,handleTouchMove:O,handleTouchEnd:j}}(t.length,n),u=m.currentPage,h=m.totalPages,f=m.carouselRef,g=m.handlePrevious,b=m.handleNext,y=m.scrollToPage,w=m.handleMouseDown,x=m.handleMouseUp,v=m.handleMouseLeave,C=m.handleTouchStart,k=m.handleTouchMove,A=m.handleTouchEnd,E=c||js,I=d||_s;return i.a.createElement(vs,{className:p},i.a.createElement(Cs,null,r&&i.a.createElement(E,{direction:"left",onClick:g,disabled:0===u}),i.a.createElement(ks,null,i.a.createElement(As,{ref:f,onMouseDown:w,onMouseUp:x,onMouseLeave:v,onTouchStart:C,onTouchMove:k,onTouchEnd:A},t)),r&&i.a.createElement(E,{direction:"right",onClick:b,disabled:u>=h-1})),s&&h>1&&i.a.createElement(Es,null,Array.from({length:h}).map((e,t)=>i.a.createElement(I,{key:t,active:t===u,onClick:()=>y(t),index:t}))))};function Ts(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return zs(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return zs(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function zs(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Ns=e=>{let t=e.element,n=e.items,o=e.CardComponent,r=e.itemsPerPage,l=e.widthContainerConfig,s=void 0===l?{}:l,c=e.widthItemConfig,d=e.maxWidthItemConfig,p=e.imgHeight,m=e.forceStaticGrid;const u=t.titleurl,h=t.title,f=t.description,g=Object(a.useRef)(null),b=Ts(Object(a.useState)(!1),2),y=b[0],w=b[1],x=Ts(Object(a.useState)(!1),2),v=x[0],C=x[1],k=2===n.length||m;Object(a.useEffect)(()=>{const e=window.matchMedia("(max-width: 1024px)"),t=e=>{C(e.matches)};return t(e),e.addEventListener("change",t),()=>{e.removeEventListener("change",t)}},[]),Object(a.useEffect)(()=>{if(!k||!g.current)return void w(!1);const e=()=>{if(g.current){const e=g.current.scrollWidth>g.current.clientWidth;w(e)}};e();const t=new ResizeObserver(e);return t.observe(g.current),()=>{t.disconnect()}},[k,n.length]);const A=v&&n.length>=3||!k||y,E=()=>{Gl("trip cards component: ".concat(h),"navigation","click",void 0,void 0,{app_content_location:wa()})};return i.a.createElement(cl,Object.assign({"data-testid":"trip-cards-container"},s),i.a.createElement(dl,{"data-testid":"title-section"},i.a.createElement(pl,{"data-testid":"title-bar",applyRightPadding:!!s.mobile},i.a.createElement(ml,{"data-testid":"title-content"},u?i.a.createElement(xl,{href:u,target:"_blank",rel:"noopener noreferrer",onClick:E,"data-testid":"trip-cards-title-link"},i.a.createElement(ul,{"data-testid":"trip-cards-title"},h)):i.a.createElement(ul,{"data-testid":"trip-cards-title"},h),i.a.createElement(hl,{"data-testid":"trip-cards-subtitle"},f)),u&&i.a.createElement(fl,{href:u,target:"_blank",rel:"noopener noreferrer","data-testid":"title-link",onClick:E},i.a.createElement(Ql,null)))),A?i.a.createElement(Fs,{items:n.map(e=>i.a.createElement(Ss,{key:e.id,widthItemConfig:c,maxWidthItemConfig:d},i.a.createElement(o,{card:e.data,imgHeight:p}))),options:{itemsPerPage:r},showArrows:!k,showDots:!0}):i.a.createElement(gl,{"data-testid":"static-cards-grid",ref:g},n.map(e=>i.a.createElement(o,{imgHeight:p,key:e.id,card:e.data,isStaticGrid:!0,forceStaticGrid:m}))))},Bs=[{post_id:34246,cruise_id:2074350,cruise_title:"Mediterranean from Barcelona",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Seaside",link:"https://www.staging-thetimes.com/holidays/ships/msc-seaside/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1595507284-scaled-1024x683.jpg"},departs:"2025-10-21",ends:"2025-10-28",date_label:"Oct 21 - Oct 28, 2025",destination:["Mediterranean"],duration:7,itinerary:["Barcelona","La Goulette","Palermo (Monreale), Italy","Naples (Pompeii), Italy","Livorno(Florence), Italy","Marseille (Provence), France"],prices:{cheapest_price:2e3,inside:"Enquire now",outside:"Enquire now",balcony:"2000",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:2500,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/mediterranean-from-barcelona-msc-seaside-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Oct 2025",duration:"Seven Days",destination:"Mediterranean",info:"Seven nights onboard a four-star ship"}},{post_id:37835,cruise_id:2140335,cruise_title:"Mediterranean from Genoa",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Poesia",link:"https://www.staging-thetimes.com/holidays/ships/msc-poesia/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1595507127-scaled-1024x518.jpg"},departs:"2025-10-21",ends:"2025-10-25",date_label:"Oct 21 - Oct 25, 2025",destination:["Mediterranean"],duration:4,itinerary:["Genoa (Portofino), Italy","Barcelona","Marseille (Provence), France"],prices:{cheapest_price:0,inside:"Enquire now",outside:"Enquire now",balcony:"Enquire now",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/mediterranean-from-genoa-msc-poesia-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Oct 2025",duration:"Four Days",destination:"Mediterranean",info:"Four nights onboard a four-star ship"}},{post_id:41162,cruise_id:2177685,cruise_title:"MSC Grand Voyages from Barcelona",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Euribia",link:"https://www.staging-thetimes.com/holidays/ships/msc-euribia/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1650819843-1024x579.jpg"},departs:"2025-10-21",ends:"2025-11-12",date_label:"Oct 21 - Nov 12, 2025",destination:["Mediterranean","Iberian Peninsula","Dubai & Emirates","Egypt & Red Sea"],duration:22,itinerary:["Barcelona","Marseille (Provence), France","Civitavecchia (Rome), Italy","Alexandria","Suez Canal Transit","Aqaba","Muscat","Doha, Qatar","Dubai","Bahrain","Abu Dhabi"],prices:{cheapest_price:0,inside:"Enquire now",outside:"Enquire now",balcony:"Enquire now",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/msc-grand-voyages-from-barcelona-msc-euribia-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Nov 2025",duration:"Twenty-two Days",destination:"Mediterranean, Iberian Peninsula, Dubai & Emirates, Egypt & Red Sea",info:"Twenty-two nights onboard a five-star ship"}},{post_id:34246,cruise_id:2074351,cruise_title:"Mediterranean from Barcelona",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Seaside",link:"https://www.staging-thetimes.com/holidays/ships/msc-seaside/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1595507284-scaled-1024x683.jpg"},departs:"2025-10-21",ends:"2025-10-28",date_label:"Oct 21 - Oct 28, 2025",destination:["Mediterranean"],duration:7,itinerary:["Barcelona","La Goulette","Palermo (Monreale), Italy","Naples (Pompeii), Italy","Livorno(Florence), Italy","Marseille (Provence), France"],prices:{cheapest_price:4550,inside:"Enquire now",outside:"Enquire now",balcony:"4550",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/mediterranean-from-barcelona-msc-seaside-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Oct 2025",duration:"Seven Days",destination:"Mediterranean",info:"Seven nights onboard a four-star ship"}},{post_id:37835,cruise_id:2140336,cruise_title:"Mediterranean from Genoa",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Poesia",link:"https://www.staging-thetimes.com/holidays/ships/msc-poesia/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1595507127-scaled-1024x518.jpg"},departs:"2025-10-21",ends:"2025-10-25",date_label:"Oct 21 - Oct 25, 2025",destination:["Mediterranean"],duration:4,itinerary:["Genoa (Portofino), Italy","Barcelona","Marseille (Provence), France"],prices:{cheapest_price:0,inside:"Enquire now",outside:"Enquire now",balcony:"Enquire now",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/mediterranean-from-genoa-msc-poesia-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Oct 2025",duration:"Four Days",destination:"Mediterranean",info:"Four nights onboard a four-star ship"}},{post_id:41162,cruise_id:2177686,cruise_title:"MSC Grand Voyages from Barcelona",cruise_line:{name:"MSC Cruises",link:"https://www.staging-thetimes.com/holidays/cruise-lines/msc-cruises/",logo:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/MSC.png"},ship:{name:"MSC Euribia",link:"https://www.staging-thetimes.com/holidays/ships/msc-euribia/",image:"https://www.staging-thetimes.com/holidays/wp-content/uploads/2025/05/1650819843-1024x579.jpg"},departs:"2025-10-21",ends:"2025-11-12",date_label:"Oct 21 - Nov 12, 2025",destination:["Mediterranean","Iberian Peninsula","Dubai & Emirates","Egypt & Red Sea"],duration:22,itinerary:["Barcelona","Marseille (Provence), France","Civitavecchia (Rome), Italy","Alexandria","Suez Canal Transit","Aqaba","Muscat","Doha, Qatar","Dubai","Bahrain","Abu Dhabi"],prices:{cheapest_price:0,inside:"Enquire now",outside:"Enquire now",balcony:"Enquire now",suite:"Enquire now"},was_prices:{inside:0,outside:0,balcony:0,suite:0},link:"https://www.staging-thetimes.com/holidays/cruises/msc-grand-voyages-from-barcelona-msc-euribia-2025-10-21/",campaigns:[],extras:{date:"Oct 2025 - Nov 2025",duration:"Twenty-two Days",destination:"Mediterranean, Iberian Peninsula, Dubai & Emirates, Egypt & Red Sea",info:"Twenty-two nights onboard a five-star ship"}}];function Ms(e,t,n,a,i,o,r){try{var l=e[o](r),s=l.value}catch(e){return void n(e)}l.done?t(s):Promise.resolve(s).then(a,i)}function Rs(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ps(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ps(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ps(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Ds=e=>{let t=e.element,n=e.useMockData,o=void 0!==n&&n,r=e.widthContainerConfig,l=e.widthItemConfig,s=e.maxWidthItemConfig,c=e.imgHeight,d=e.forceStaticGrid,p=e.hostName;const m=Rs(Object(a.useState)([]),2),u=m[0],h=m[1],f=Rs(Object(a.useState)(!0),2),g=f[0],b=f[1],y=Rs(Object(a.useState)(null),2),w=y[0],x=y[1],v=Rs(Object(a.useState)(2),2),C=v[0],k=v[1],A=[...os(t.tripcards||"")].filter((e,t,n)=>n.indexOf(e)===t);if(Object(a.useEffect)(()=>{(function(){var e,t=(e=function*(){if(0===A.length)return b(!1),void x("No valid cruise IDs provided");if(o)return h((e=>{const t=Bs.map(is);return e?t.slice(0,e):t})(A.length)),void b(!1);try{const e=yield ls(A,p);h(e)}catch(e){x(e instanceof Error?e.message:"Failed to load cruises")}finally{b(!1)}},function(){var t=this,n=arguments;return new Promise((function(a,i){var o=e.apply(t,n);function r(e){Ms(o,a,i,r,l,"next",e)}function l(e){Ms(o,a,i,r,l,"throw",e)}r(void 0)}))});return function(){return t.apply(this,arguments)}})()()},[t.tripcards,o]),Object(a.useEffect)(()=>{const e=window.matchMedia("(max-width: 767px)"),t=e=>{k(e.matches?1:2)};return t(e),e.addEventListener("change",t),()=>{e.removeEventListener("change",t)}},[]),g&&A.length>1){const e=Array.from({length:A.length||2},(e,t)=>({id:"skeleton-".concat(t)}));return i.a.createElement(Ns,{element:t,items:e,CardComponent:ps,itemsPerPage:C,widthContainerConfig:r,widthItemConfig:l,maxWidthItemConfig:s,imgHeight:c,forceStaticGrid:d})}if(w||A.length<2||u.length<2)return null;const E=u.map((e,t)=>({id:"".concat(e.cruise_id,"-").concat(t),data:e}));return i.a.createElement(Ns,{element:t,items:E,CardComponent:Zl,itemsPerPage:C,widthContainerConfig:r,widthItemConfig:l,maxWidthItemConfig:s,imgHeight:c,forceStaticGrid:d})};const Hs=r.a.div.withConfig({displayName:"styles__WelcomeBannerContainer",componentId:"sc-1dq6agu-0"})(["display:flex;flex-direction:column;justify-content:center;width:100%;margin-bottom:16px;padding:18px 16px;background-color:",";"],l.colours.functional.bannerBackground),Qs=r.a.div.withConfig({displayName:"styles__Title",componentId:"sc-1dq6agu-1"})(["color:",";font-family:",";font-size:40px;line-height:45px;text-align:left;br.mobile{display:inline;}br.larger-breakpoints{display:none;}@media (min-width:","px){text-align:center;br.mobile{display:none;}br.larger-breakpoints{display:inline;}}"],l.colours.functional.greyText,l.fonts.headline,l.breakpoints.medium),Ls=r.a.div.withConfig({displayName:"styles__Text",componentId:"sc-1dq6agu-2"})(["margin-top:6px;color:",";font-family:",";font-size:18px;line-height:27px;text-align:left;@media (min-width:","px){text-align:center;}"],l.colours.functional.primary,l.fonts.supporting,l.breakpoints.medium);function qs(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ws(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ws(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ws(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Js=()=>{const e=qs(Object(a.useState)(!1),2),t=e[0],n=e[1];return Object(a.useEffect)(()=>{window.sessionStorage.getItem("showWelcomeBanner")&&(window.sessionStorage.removeItem("showWelcomeBanner"),n(!0))},[]),t?i.a.createElement(Hs,null,i.a.createElement(Qs,{"data-testId":"title"},"Welcome to ",i.a.createElement("br",{className:"mobile"}),"The Times ",i.a.createElement("br",{className:"larger-breakpoints"})," and"," ",i.a.createElement("br",{className:"mobile"}),"The Sunday Times"),i.a.createElement(Ls,{"data-testId":"text"},"We hope you enjoy your free content")):null};var Xs=e=>a.createElement("svg",Object.assign({viewBox:"0 0 24 24","aria-hidden":"true",fill:"currentcolor",xmlns:"http://www.w3.org/2000/svg"},e),a.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),a.createElement("path",{fill:"currentcolor",d:"m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"}));const Gs=r()(Xs).withConfig({displayName:"styles__ChevronRightIcon",componentId:"sc-1my13dk-0"})(["transform:rotate(90deg);width:16px;height:16px;"]),Us=r.a.div.withConfig({displayName:"styles__Container",componentId:"sc-1my13dk-1"})(["padding-top:12px;border-style:solid none none none;border-width:3px;border-color:#c05729;"]),Vs=r.a.p.withConfig({displayName:"styles__Description",componentId:"sc-1my13dk-2"})(["display:block;font-family:'Roboto';font-weight:400;line-height:1.5;font-size:1.4rem;letter-spacing:0em;margin:7px 0 4px;"]),Zs=r.a.hr.withConfig({displayName:"styles__Divider",componentId:"sc-1my13dk-3"})(["margin:16px 0;border-style:dashed none none none;border-width:1px;border-color:#01000d;&:first-of-type{margin-top:11px;}"]),Ys=r.a.a.withConfig({displayName:"styles__Link",componentId:"sc-1my13dk-4"})(["display:block;text-decoration:none;&:hover{button{background-color:#e4e4e4;}h3{color:#00527a;}}h3{color:#c05729;}"]),Ks=r.a.div.withConfig({displayName:"styles__TitleIconContainer",componentId:"sc-1my13dk-5"})(["display:flex;flex-direction:row;justify-content:space-between;"]),$s=r.a.h3.withConfig({displayName:"styles__Title",componentId:"sc-1my13dk-6"})(["font-family:'Times Modern';font-weight:800;line-height:1.125;font-size:1.8rem;letter-spacing:0em;margin:2px 0 0;"]),ec=r.a.button.withConfig({displayName:"styles__ChevronButton",componentId:"sc-1my13dk-7"})(["background-color:#eeeeee;color:#c05729;border-radius:50%;border:none;cursor:pointer;width:24px;height:24px;padding:0;display:flex;justify-content:center;align-items:center;"]),tc=r.a.p.withConfig({displayName:"styles__ItemTitle",componentId:"sc-1my13dk-8"})(["font-family:'Times Modern';font-weight:400;line-height:1;font-size:1.6rem;letter-spacing:0em;margin:12px 0;"]),nc=r.a.a.withConfig({displayName:"styles__PuzzleContainer",componentId:"sc-1my13dk-9"})(["display:flex;align-items:center;margin-top:16px;text-decoration:none;color:#01000d;:hover{color:#00527a;}"]),ac=r.a.img.withConfig({displayName:"styles__PuzzleImage",componentId:"sc-1my13dk-10"})(["height:40px;width:40px;margin:0 16px 0 0;"]);function ic(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function oc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ic(Object(n),!0).forEach((function(t){rc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ic(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function rc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const lc=(e,t,n)=>{e&&e(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return{object:"ArticleSidebar",action:"Clicked",attrs:oc({event_navigation_action:"navigation",event_navigation_name:"".concat(e),event_navigation_browsing_method:"click",component_name:"Article Sidebar"},t&&{article_parent_name:t.toLowerCase()})}}(t,n))},sc=e=>{let t=e.sectionTitle,n=e.data,a=e.pageLink;const o=q().fireAnalyticsEvent;return i.a.createElement(Us,{"data-testid":"puzzleSidebar"},i.a.createElement(Ys,{href:a,onClick:()=>lc(o,"puzzle sidebar: header selected"),className:"trigger"},i.a.createElement(Ks,null,i.a.createElement($s,null,t),i.a.createElement(ec,null,i.a.createElement(Gs,null)))),i.a.createElement(Vs,null,"Challenge yourself with today’s puzzles."),i.a.createElement(Zs,null),n.map(e=>{let t=e.title,n=e.url,a=e.imgUrl;return i.a.createElement(i.a.Fragment,{key:t},i.a.createElement(nc,{href:n,onClick:()=>lc(o,"puzzle sidebar: puzzle selected","".concat(t)),className:"trigger-card-link"},i.a.createElement(ac,{src:a,alt:"Puzzle category thumbnail"}),i.a.createElement(tc,null,t)),i.a.createElement(Zs,null))}))},cc=r.a.div.withConfig({displayName:"styles__Container",componentId:"lhknes-0"})(["padding-top:12px;border-style:solid none none none;border-width:3px;border-color:#c05729;min-width:160px;min-height:340px;"]),dc=(r.a.p.withConfig({displayName:"styles__Description",componentId:"lhknes-1"})(["display:block;font-family:'Roboto';font-weight:400;line-height:1.5;font-size:1.4rem;letter-spacing:0em;margin:7px 0 4px;"]),r.a.hr.withConfig({displayName:"styles__Divider",componentId:"lhknes-2"})(["margin:12px 0;border-style:dashed none none none;border-width:1px;border-color:#01000d;&:first-of-type{margin-top:12px;}"])),pc=r.a.a.withConfig({displayName:"styles__Link",componentId:"lhknes-3"})(["display:block;text-decoration:none;&:hover{button{background-color:#e4e4e4;}h3{color:#00527a;}}h3{color:#c05729;}"]),mc=r.a.div.withConfig({displayName:"styles__TitleIconContainer",componentId:"lhknes-4"})(["display:flex;flex-direction:row;justify-content:space-between;& .question-icon{width:37.652px;height:40px;margin-left:8px;}& .titleWrapper{display:flex;align-items:center;}"]),uc=r.a.h3.withConfig({displayName:"styles__Title",componentId:"lhknes-5"})(["font-family:'Times Modern';font-weight:800;line-height:1.125;font-size:1.8rem;letter-spacing:0em;margin:2px 0 0;"]),hc=r.a.div.withConfig({displayName:"styles__Bottom",componentId:"lhknes-6"})(['display:flex;flex-direction:column;align-items:flex-start;padding:8px 0 0;min-height:90px;justify-content:space-between;& .q-icon{position:absolute;color:#C74600;font-family:TimesModern-Regular,TimesModern-Regular-fallback,serif;font-size:24px;font-style:normal;font-weight:700;line-height:150%;left:-28px;top:-7px;}& .q-arrow{width:16px;height:16px;background-image:url(\'data:image/svg+xml; charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.67999 4L5.73999 4.94L8.79332 8L5.73999 11.06L6.67999 12L10.68 8L6.67999 4Z" fill="%23C74600"/></svg>\');background-size:contain;background-repeat:no-repeat;display:inline-block;background-position:-3px 4px;margin-left:4px;}& p{position:relative;color:#333;font-family:Roboto-Regular,Roboto-Regular-fallback,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin:0 0 20px;text-indent:28px;}& a{position:relative;width:100%;color:#C74600;font-family:Roboto-Regular,Roboto-Regular-fallback,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:112.5%;text-decoration:none;&:hover{color:#00527A;& .q-arrow{background-image:url(\'data:image/svg+xml; charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.67999 4L5.73999 4.94L8.79332 8L5.73999 11.06L6.67999 12L10.68 8L6.67999 4Z" fill="%2300527A"/></svg>\')}}']),fc=(e,t)=>{e&&e((e=>({object:"QuizleSidebar",action:"Clicked",attrs:{event_navigation_action:"navigation",event_navigation_name:"".concat(e),event_navigation_browsing_method:"click",component_name:"Quizle Sidebar"}}))(t))};function gc(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return bc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return bc(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function bc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const yc=e=>{let t=e.sectionTitle,n=e.pageLink,o=e.quizleQuestion;const r=q().fireAnalyticsEvent,l=gc(Object(a.useState)(null),2),s=l[0],c=l[1];return Object(a.useEffect)(()=>{o&&c(o)},[o]),i.a.createElement(cc,{"data-testid":"quizleSidebar"},i.a.createElement(i.a.Fragment,null,i.a.createElement(mc,null,i.a.createElement("div",{className:"titleWrapper"},i.a.createElement(pc,{href:n,onClick:()=>fc(r,"quizle sidebar: title selected"),className:"trigger"},i.a.createElement(uc,null,t))),i.a.createElement("img",{src:"https://www.thetimes.com/d/img/puzzles/new-svg-icons/quizle-a15f1f6b66.svg",className:"question-icon"}))),i.a.createElement(dc,null),i.a.createElement(hc,null,i.a.createElement("p",null,i.a.createElement("span",{className:"q-icon"},"Q: "),s),i.a.createElement(pc,{href:n,onClick:()=>fc(r,"quizle sidebar: test your knowledge"),className:"quizle-link"},"Test your knowledge",i.a.createElement("span",{className:"q-arrow"}))),i.a.createElement(dc,null))},wc=r.a.button.withConfig({displayName:"styles__AudioButton",componentId:"sc-1pn7kal-0"})(["background-color:unset;border-radius:0;padding:7px 11px;border:1px solid ",";display:flex;align-items:center;color:",";font-family:Roboto;font-weight:500;font-size:14px;line-height:18px;svg{margin-right:8px;}span{margin-left:4px;font-size:12px;color:",";}"],l.colours.functional.primary,l.colours.functional.primary,l.colours.functional.secondary);var xc;Object(o.createGlobalStyle)(xc||(vc=["\n *, *::before, *::after {\n box-sizing: border-box;\n }\n"],Cc||(Cc=vc.slice(0)),xc=Object.freeze(Object.defineProperties(vc,{raw:{value:Object.freeze(Cc)}}))));var vc,Cc;const kc=r.a.div.withConfig({displayName:"styles__AudioPlayerContainer",componentId:"w3kg01-0"})(["position:fixed;bottom:0;left:0;width:100%;height:",";background-color:",";color:",";box-shadow:0px -2px 4px 0px #0000001a;border-top-left-radius:10px;border-top-right-radius:10px;transition:height 0.3s ease,transform 0.3s ease;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:16px;transform:",";@media (max-width:","){width:100%;}"],e=>{let t=e.isExpanded,n=e.isModalOpen;return t?n?"370px":"221px":"48px"},l.colours.functional.white,l.colours.functional.primary,e=>e.isExpanded?"translateY(0)":"translateY(calc(100% - 48px))",l.breakpoints.small),Ac=r.a.div.withConfig({displayName:"styles__Row",componentId:"w3kg01-1"})(["width:100%;display:flex;justify-content:center;align-items:center;"]),Ec=r.a.button.withConfig({displayName:"styles__CollapseButton",componentId:"w3kg01-2"})(["background:none;border:none;cursor:pointer;padding:0;"]),Ic=r.a.div.withConfig({displayName:"styles__Title",componentId:"w3kg01-3"})(["font-family:",";font-size:16px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;position:relative;width:90%;margin-top:16px;& > div{display:inline-block;padding-left:100%;animation:scroll 10s linear infinite;}@keyframes scroll{0%{transform:translateX(0);}100%{transform:translateX(-100%);}}"],l.fonts.supporting),Oc=r.a.input.withConfig({displayName:"styles__StyledSeekBar",componentId:"w3kg01-4"})(["width:90%;height:4px;border-radius:2px;background:",";outline:none;appearance:none;margin:16px 0 6px 0;&::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:",";cursor:pointer;border:1px solid ",";margin-top:-6px;transition:background 0.3s ease;}&::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:",";cursor:pointer;border:1px solid ",";transition:background 0.3s ease;}&::-webkit-slider-runnable-track{height:4px;background:transparent;border:none;}&::-moz-range-track{height:4px;background:transparent;border:none;}&:disabled{opacity:0.5;cursor:not-allowed;}"],e=>{let t=e.progress;return"linear-gradient(to right, ".concat("#1573A2"," 0%, ").concat("#1573A2"," ").concat(t,"%, ").concat(l.colours.functional.whiteGrey," ").concat(t,"%, ").concat(l.colours.functional.whiteGrey," 100%)")},"#1573A2","#1573A2","#1573A2","#1573A2"),jc=r.a.div.withConfig({displayName:"styles__StyledTimeDisplay",componentId:"w3kg01-5"})(["font-family:",";font-size:14px;font-weight:500;text-align:right;width:90%;display:flex;justify-content:space-between;margin-top:6px;margin-bottom:30px;"],l.fonts.supporting),_c=r.a.div.withConfig({displayName:"styles__Controls",componentId:"w3kg01-6"})(["width:90%;display:flex;justify-content:center;align-items:center;position:relative;@media (max-width:","){gap:16px;}"],l.breakpoints.small),Sc=r.a.div.withConfig({displayName:"styles__PlaybackButtonsContainer",componentId:"w3kg01-7"})(["display:flex;justify-content:center;align-items:center;gap:8px;@media (min-width:","){gap:16px;}"],l.breakpoints.small),Fc=r.a.button.withConfig({displayName:"styles__ControlButton",componentId:"w3kg01-8"})(["background:none;border:none;cursor:pointer;padding:0;svg{width:24px;height:24px;fill:",";}&:disabled{opacity:0.5;cursor:not-allowed;}"],l.colours.functional.primary),Tc=r.a.button.withConfig({displayName:"styles__PlayPauseButton",componentId:"w3kg01-9"})(["width:48px;height:48px;border:none;border-radius:50%;background-color:#01000d;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0;position:relative;&:hover{background-color:#02020f;}&:disabled{opacity:0.5;cursor:not-allowed;}svg{width:24px;height:24px;position:absolute;}"]),zc=r.a.button.withConfig({displayName:"styles__SpeedButton",componentId:"w3kg01-10"})(["background:none;border:1px solid ",";cursor:pointer;font-family:",";font-size:14px;font-weight:500;color:",";margin-left:16px;position:absolute;right:-10px;padding:8px 16px;@media (min-width:","){position:absolute;right:0;margin-left:0;}&:hover{background-color:",";}&:disabled{opacity:0.5;cursor:not-allowed;}"],l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.breakpoints.small,l.colours.functional.border),Nc=r.a.div.withConfig({displayName:"styles__SpeedSelectModal",componentId:"w3kg01-11"})(["background:",";z-index:1000;display:flex;flex-direction:column;overflow:hidden;",";"],l.colours.functional.white,e=>e.isMobile?"\n position: absolute;\n top: 40px;\n left: 0;\n width: 100%;\n height: calc(100% - 40px);\n border: none;\n padding: 16px;\n ":"\n position: absolute;\n bottom: calc(100% + 18px);\n left: 50%;\n transform: translateX(-50%);\n width: 160px;\n height: 256px;\n border: 1px solid ".concat(l.colours.functional.greyLabel,";\n padding: 16px 0px;\n box-shadow: 0px 20px 32px 0px #0A0A0A14;\n overflow: unset;\n\n &::after {\n content: '';\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translateX(-50%);\n border-width: 16px 16px 0 16px;\n border-style: solid;\n border-color: ").concat(l.colours.functional.white," transparent transparent transparent;\n width: 0;\n height: 0;\n }\n ")),Bc=r.a.div.withConfig({displayName:"styles__SpeedOptionsContainer",componentId:"w3kg01-12"})(["flex:1;width:100%;display:flex;flex-direction:column;align-items:center;"]),Mc=r.a.div.withConfig({displayName:"styles__SpeedOptionItem",componentId:"w3kg01-13"})(["display:flex;justify-content:space-between;align-items:center;background:",";padding:8px 12px;cursor:pointer;width:",";font-family:",";font-size:16px;font-weight:500;color:",";svg{width:20px;height:20px;fill:",";}&:hover{background:",";}"],e=>e.selected?l.colours.functional.bannerBackground:"transparent",e=>e.isMobile?"80%;":"100%",l.fonts.supporting,e=>e.selected?l.colours.functional.brandColour:l.colours.functional.secondary,l.colours.functional.brandColour,e=>e.selected?l.colours.functional.bannerBackground:l.colours.functional.border),Rc=r.a.button.withConfig({displayName:"styles__CloseButton",componentId:"w3kg01-14"})(["background:none;border:none;cursor:pointer;font-family:",";font-size:16px;font-weight:500;color:",";padding:12px 0;align-self:center;&:hover{text-decoration:underline;}"],l.fonts.supporting,l.colours.functional.primary),Pc=(r.a.div.withConfig({displayName:"styles__VolumeControlContainer",componentId:"w3kg01-15"})(["display:flex;align-items:center;width:90%;padding:5px 0;"]),r.a.label.withConfig({displayName:"styles__VolumeLabel",componentId:"w3kg01-16"})(["margin-right:10px;font-family:",";font-size:14px;font-weight:500;"],l.fonts.supporting),r.a.input.withConfig({displayName:"styles__VolumeSlider",componentId:"w3kg01-17"})(["width:100%;height:4px;border-radius:2px;background:",";outline:none;appearance:none;&::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:",";cursor:pointer;border:1px solid ",";margin-top:-6px;}&::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:",";cursor:pointer;border:1px solid ",";}&::-webkit-slider-runnable-track{height:4px;background:",";border:none;}&::-moz-range-track{height:4px;background:",";border:none;}"],l.colours.functional.whiteGrey,"#1573A2","#1573A2","#1573A2","#1573A2",l.colours.functional.whiteGrey,l.colours.functional.whiteGrey),r.a.div.withConfig({displayName:"styles__TabletDesktopWrapper",componentId:"w3kg01-18"})(["width:100%;padding:16px 20px;position:fixed;bottom:0;left:0;background-color:",";box-shadow:0px -2px 4px 0px #0000001a;display:flex;align-items:center;justify-content:center;z-index:1000;"],l.colours.functional.white)),Dc=r.a.div.withConfig({displayName:"styles__TabletDesktopInnerWrapper",componentId:"w3kg01-19"})(["max-width:1440px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;"]),Hc=r.a.div.withConfig({displayName:"styles__LeftControls",componentId:"w3kg01-20"})(["display:flex;align-items:center;"]),Qc=r.a.div.withConfig({displayName:"styles__CenterControls",componentId:"w3kg01-21"})(["display:flex;align-items:center;flex-grow:1;margin:0 16px;"]),Lc=r.a.div.withConfig({displayName:"styles__RightControls",componentId:"w3kg01-22"})(["display:flex;align-items:center;"]),qc=r.a.button.withConfig({displayName:"styles__TabletDesktopPlayPauseButton",componentId:"w3kg01-23"})(["background:none;border:none;cursor:pointer;padding:0 8px;svg{width:32px;height:32px;fill:",";}"],l.colours.functional.primary),Wc=r.a.span.withConfig({displayName:"styles__TabletDesktopStatusText",componentId:"w3kg01-24"})(["font-family:",";font-size:16px;font-weight:500;margin:0 16px;"],l.fonts.supporting),Jc=r.a.div.withConfig({displayName:"styles__TabletDesktopVolumeControlContainer",componentId:"w3kg01-25"})(["display:flex;align-items:center;margin:0 16px;"]),Xc=r.a.button.withConfig({displayName:"styles__TabletDesktopVolumeButton",componentId:"w3kg01-26"})(["background:none;border:none;cursor:pointer;padding:0 8px;svg{width:24px;height:24px;fill:",";}"],l.colours.functional.primary),Gc=r.a.input.withConfig({displayName:"styles__TabletDesktopVolumeSlider",componentId:"w3kg01-27"})(["width:100px;margin-left:8px;height:4px;background:",";outline:none;appearance:none;&::-webkit-slider-thumb{appearance:none;width:12px;height:12px;background:",";cursor:pointer;border-radius:50%;border:1px solid ",";margin-top:-4px;}"],l.colours.functional.whiteGrey,"#1573A2","#1573A2"),Uc=r.a.div.withConfig({displayName:"styles__TabletDesktopTimeDisplay",componentId:"w3kg01-28"})(["display:flex;align-items:center;font-family:",";font-size:14px;font-weight:500;span{margin:0 4px;}"],l.fonts.supporting),Vc=r.a.input.withConfig({displayName:"styles__TabletDesktopSeekBar",componentId:"w3kg01-29"})(["flex-grow:1;height:4px;background:",";outline:none;appearance:none;margin:0 8px;&::-webkit-slider-thumb{appearance:none;width:12px;height:12px;background:",";cursor:pointer;border-radius:50%;border:1px solid ",";margin-top:-4px;}&::-moz-range-thumb{width:12px;height:12px;background:",";cursor:pointer;border-radius:50%;border:1px solid ",";}&:disabled{opacity:0.5;cursor:not-allowed;}"],e=>{let t=e.progress;return"linear-gradient(to right, ".concat("#1573A2"," 0%, ").concat("#1573A2"," ").concat(t,"%, ").concat(l.colours.functional.whiteGrey," ").concat(t,"%, ").concat(l.colours.functional.whiteGrey," 100%)")},"#1573A2","#1573A2","#1573A2","#1573A2"),Zc=r.a.button.withConfig({displayName:"styles__TabletDesktopSpeedButton",componentId:"w3kg01-30"})(["background:none;border:1px solid ",";cursor:pointer;font-family:",";font-size:14px;font-weight:500;color:",";padding:8px 16px;margin:0 16px;&:hover{background-color:",";}&:disabled{opacity:0.5;cursor:not-allowed;}"],l.colours.functional.primary,l.fonts.supporting,l.colours.functional.primary,l.colours.functional.border),Yc=r.a.div.withConfig({displayName:"styles__SpeedButtonContainer",componentId:"w3kg01-31"})(["position:relative;"]),Kc=r.a.button.withConfig({displayName:"styles__TabletDesktopCloseButton",componentId:"w3kg01-32"})(["background:none;border:none;cursor:pointer;padding:0 8px;svg{width:24px;height:24px;fill:",";}"],l.colours.functional.primary),$c=e=>{let t=e.isExpanded,n=e.toggleExpand;return e.allowExpandCollapse?i.a.createElement(Ac,null,i.a.createElement(Ec,{onClick:n,"aria-label":t?"Collapse Player":"Expand Player"},i.a.createElement(re.PlayerModalIcon,null))):null},ed=e=>{let t=e.title;return i.a.createElement(Ac,null,i.a.createElement(Ic,null,i.a.createElement("div",{"data-testid":"title-content"},t)))},td=e=>{let t=e.currentTime,n=e.duration,a=e.onSeek,o=e.allowSeek;const r=n>0?t/n*100:0;return i.a.createElement(Ac,null,i.a.createElement(Oc,{type:"range",min:"0",max:n,value:t,onChange:e=>a(parseFloat(e.target.value)),disabled:!o,"aria-label":"Seek Bar",progress:r}))},nd=e=>{const t=Math.floor(e/60),n=Math.floor(e%60);return"".concat(t,":").concat(n<10?"0":"").concat(n)},ad=e=>{let t=e.currentTime,n=e.duration;return i.a.createElement(Ac,null,i.a.createElement(jc,null,i.a.createElement("span",{"data-testid":"current-time"},nd(t)),i.a.createElement("span",{"data-testid":"duration"},nd(n))))},id=e=>{let t=e.isPlaying,n=e.togglePlayPause,a=e.rewind,o=e.forward,r=e.speed,l=e.onSpeedChange,s=e.allowTogglePlay,c=e.allowSeek,d=e.allowPlaybackRateChange,p=e.isSpeedModalOpen,m=e.setIsSpeedModalOpen,u=e.isMobile;return i.a.createElement(Ac,null,i.a.createElement(_c,null,i.a.createElement(Sc,null,i.a.createElement(Fc,{onClick:a,disabled:!c,"aria-label":"Rewind 10 seconds"},i.a.createElement(re.PlayerBack,null)),i.a.createElement(Tc,{onClick:n,disabled:!s,"aria-label":t?"Pause":"Play"},t?i.a.createElement(re.PauseIcon,{fill:"white"}):i.a.createElement(re.PlayIcon,{fill:"white"})),i.a.createElement(Fc,{onClick:o,disabled:!c,"aria-label":"Forward 10 seconds"},i.a.createElement(re.PlayerFront,null))),i.a.createElement(zc,{onClick:()=>{d&&m(!p)},"aria-label":"Change Playback Speed"},"Speed")),p&&i.a.createElement(Nc,{isMobile:u},i.a.createElement(Bc,null,[.5,.8,1,1.2,1.5,2].map(e=>i.a.createElement(Mc,{key:e,selected:e===r,onClick:()=>(l(e),void m(!1))},i.a.createElement("span",null,e,"x"),e===r&&i.a.createElement(re.IconCheck,null)))),i.a.createElement(Rc,{onClick:()=>m(!1)},"Close")))},od=e=>{let t=e.isPlaying,n=e.togglePlayPause,a=e.currentTime,o=e.duration,r=e.allowTogglePlay,l=e.allowSeek,s=e.allowVolumeChange,c=e.volume,d=e.handleSeek,p=e.handleVolumeChange,m=e.speed,u=e.allowPlaybackRateChange,h=e.isSpeedModalOpen,f=e.setIsSpeedModalOpen,g=e.speedOptions,b=e.handleSpeedSelect,y=e.isVolumeSliderVisible,w=e.setIsVolumeSliderVisible,x=e.onClose,v=e.allowExpandCollapse,C=e.isMobile;return i.a.createElement(Pc,null,i.a.createElement(Dc,null,i.a.createElement(Hc,null,i.a.createElement(qc,{onClick:n,disabled:!r,"aria-label":t?"Pause":"Play"},t?i.a.createElement(re.PauseIcon,null):i.a.createElement(re.PlayIcon,null)),i.a.createElement(Wc,null,t?"Playing":"Paused"),s&&i.a.createElement(Jc,null,i.a.createElement(Xc,{onClick:()=>w(!y),"aria-label":"Volume Control"},i.a.createElement(re.IconVolume,null)),y&&i.a.createElement(Gc,{type:"range",min:"0",max:"1",step:"0.01",value:c,onChange:e=>p(parseFloat(e.target.value))}))),i.a.createElement(Qc,null,i.a.createElement(Uc,null,i.a.createElement("span",null,nd(a))),i.a.createElement(Vc,{type:"range",min:"0",max:o,value:a,onChange:e=>d(parseFloat(e.target.value)),disabled:!l,"aria-label":"Seek Bar",progress:o>0?a/o*100:0}),i.a.createElement(Uc,null,i.a.createElement("span",null,nd(o)))),i.a.createElement(Lc,null,u&&i.a.createElement(Yc,null,i.a.createElement(Zc,{onClick:()=>{u&&f(!h)},"aria-label":"Change Playback Speed"},"Speed"),h&&i.a.createElement(Nc,{isMobile:C},i.a.createElement(Bc,null,g.map(e=>i.a.createElement(Mc,{key:e,selected:e===m,onClick:()=>b(e)},i.a.createElement("span",null,e,"x"),e===m&&i.a.createElement(re.IconCheck,null)))))),v&&i.a.createElement(Kc,{onClick:x,"aria-label":"Close Player"},i.a.createElement(re.AudioCloseIcon,{fill:"black"})))))};function rd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ld(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ld(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ld(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const sd=Object(a.forwardRef)((e,t)=>{let n=e.src,o=e.title,r=void 0===o?"Audio Title":o,l=e.autoPlay,s=void 0!==l&&l,c=e.initialVolume,d=void 0===c?1:c,p=e.playbackRate,m=void 0===p?1:p,u=e.isPlayingProp,h=e.isExpandedProp,f=e.allowTogglePlay,g=void 0===f||f,b=e.allowSeek,y=void 0===b||b,w=e.allowVolumeChange,x=void 0===w||w,v=e.allowPlaybackRateChange,C=void 0===v||v,k=e.allowExpandCollapse,A=void 0===k||k,E=e.onPlay,I=e.onPause,O=e.onEnded,j=e.onTimeUpdate,_=e.onVolumeChange,S=e.onPlaybackRateChange,F=e.onSeek,T=e.onClose;const z=Object(a.useRef)(null),N=rd(Object(a.useState)(null!=u?u:s),2),B=N[0],M=N[1],R=rd(Object(a.useState)(null==h||h),2),P=R[0],D=R[1],H=rd(Object(a.useState)(0),2),Q=H[0],L=H[1],q=rd(Object(a.useState)(0),2),W=q[0],J=q[1],X=rd(Object(a.useState)(d),2),G=X[0],U=X[1],V=rd(Object(a.useState)(m),2),Z=V[0],Y=V[1],K=rd(Object(a.useState)(!1),2),$=K[0],ee=K[1],te=rd(Object(a.useState)(!1),2),ne=te[0],ae=te[1],ie=rd(Object(a.useState)("undefined"==typeof window||window.innerWidth<=520),2),oe=ie[0],re=ie[1];Object(a.useEffect)(()=>{const e=()=>{"undefined"!=typeof window&&re(window.innerWidth<=520)};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),Object(a.useImperativeHandle)(t,()=>({parentControlToggle:()=>{le()}})),Object(a.useEffect)(()=>{z.current&&(z.current.volume=G,z.current.playbackRate=Z)},[G,Z]),Object(a.useEffect)(()=>{"boolean"==typeof u&&(u&&z.current?z.current.play().then(()=>{M(!0)}).catch(()=>{throw Error("Error attempting to play:")}):z.current&&(z.current.pause(),M(!1)))},[u]),Object(a.useEffect)(()=>{"boolean"==typeof h&&D(h)},[h]);const le=()=>{g&&(z.current&&z.current.paused?z.current.play().then(()=>{M(!0),E&&E()}).catch(()=>{throw Error("Error attempting to play:")}):z.current&&(z.current.pause(),M(!1),I&&I()))},se=e=>{if(y&&z.current){const t=Math.min(Math.max(e,0),W);z.current.currentTime=t,L(t),F&&F(t)}},ce=e=>{x&&(U(e),z.current&&(z.current.volume=e),_&&_(e))},de=e=>{C&&(Y(e),z.current&&(z.current.playbackRate=e),S&&S(e))};return i.a.createElement(i.a.Fragment,null,i.a.createElement("audio",{ref:z,src:n,autoPlay:s,onTimeUpdate:()=>{if(!y)return;const e=z.current&&void 0!==z.current.currentTime&&null!==z.current.currentTime?z.current.currentTime:0;L(e),j&&j(e)},onLoadedMetadata:()=>{const e=z.current&&void 0!==z.current.duration&&null!==z.current.duration?z.current.duration:0;J(e)},onEnded:O}),oe?i.a.createElement(kc,{isExpanded:P,isModalOpen:$},i.a.createElement($c,{isExpanded:P,toggleExpand:()=>{A&&D(!P)},allowExpandCollapse:A}),P&&i.a.createElement(i.a.Fragment,null,i.a.createElement(ed,{title:r}),i.a.createElement(td,{currentTime:Q,duration:W,onSeek:se,allowSeek:y}),i.a.createElement(ad,{currentTime:Q,duration:W}),i.a.createElement(id,{isPlaying:B,togglePlayPause:le,rewind:()=>{se(Q-10)},forward:()=>{se(Q+10)},speed:Z,onSpeedChange:de,allowTogglePlay:g,allowSeek:y,allowPlaybackRateChange:C,isSpeedModalOpen:$,setIsSpeedModalOpen:ee,isMobile:oe}))):i.a.createElement(od,{audioRef:z,isPlaying:B,togglePlayPause:le,currentTime:Q,duration:W,allowTogglePlay:g,allowSeek:y,allowVolumeChange:x,volume:G,setVolume:ce,handleSeek:se,handleVolumeChange:ce,speed:Z,handleSpeedChange:de,allowPlaybackRateChange:C,isSpeedModalOpen:$,setIsSpeedModalOpen:ee,speedOptions:[.5,.8,1,1.2,1.5,2],handleSpeedSelect:e=>{de(e),ee(!1)},isVolumeSliderVisible:ne,setIsVolumeSliderVisible:ae,onClose:T,allowExpandCollapse:A,isMobile:oe}))});function cd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return dd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return dd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function dd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const pd=e=>{let t=e.audioSrc;const n=cd(Object(a.useState)("not-started"),2),o=n[0],r=n[1],l=cd(Object(a.useState)(!1),2),s=l[0],c=l[1],d=cd(Object(a.useState)(null),2),p=d[0],m=d[1],u=Object(a.useRef)(null);return i.a.createElement("div",null,i.a.createElement("audio",{ref:u,src:t,onLoadedMetadata:()=>{if(u.current){const e=Math.floor(u.current.duration),t=Math.floor(e/60)+1;m("".concat(t))}},preload:"metadata"}),i.a.createElement(wc,{onClick:()=>{c(!0),r("playing"===o?"paused":"playing")},style:{backgroundColor:"not-started"!==o?"#1D1D1B":"unset",color:"not-started"===o?"#333":"#fff"}},"playing"===o?i.a.createElement(i.a.Fragment,null,i.a.createElement(re.PauseIcon,{width:16,height:16,fill:"#fff"})," Playing"):"paused"===o?i.a.createElement(i.a.Fragment,null,i.a.createElement(re.PlayIcon,{width:16,height:16,fill:"#fff"})," Paused"):i.a.createElement(i.a.Fragment,null,i.a.createElement(re.PlayIcon,{width:16,height:16})," Listen"),i.a.createElement("span",{style:{color:"not-started"===o?"#696969":"#fff"}}," ",p," min")),s&&i.a.createElement(sd,{src:t,isPlayingProp:"playing"===o,onPlay:()=>r("playing"),onPause:()=>r("paused"),onEnded:()=>r("not-started"),onClose:()=>{c(!1)}}))};const md=r.a.div.withConfig({displayName:"styles__FeaturesCarouselContainer",componentId:"li7f4o-0"})(["position:relative;width:100%;scrollbar-width:none;overflow:hidden;overflow-x:auto;"]),ud=r.a.div.withConfig({displayName:"styles__FeaturesCarouselWindow",componentId:"li7f4o-1"})(["position:relative;width:max-content;min-width:100%;display:grid;grid-template-columns:200px 200px 200px;grid-auto-rows:1fr;grid-gap:16px;padding-left:10px;padding-right:10px;"]),hd=r.a.a.withConfig({displayName:"styles__CarouselItem",componentId:"li7f4o-2"})(["border:1px solid #e4e4e4;border-radius:4px;display:flex;flex-direction:column;justify-content:center;float:left;text-align:center;text-decoration:none;img{height:80px;width:auto;margin:8px auto;}"]),fd=r.a.div.withConfig({displayName:"styles__CarouselContent",componentId:"li7f4o-3"})(["background:",";flex-grow:1;padding:0 16px;width:100%;h3{color:",";font-family:'Roboto';font-size:12px;font-weight:700;line-height:14px;margin:8px;text-transform:uppercase;}p{color:#000;font-family:'Times Modern';font-size:20px;font-weight:300;line-height:23px;margin:8px;}"],e=>e.colours.bg,e=>e.colours.title),gd=r.a.div.withConfig({displayName:"styles__Header",componentId:"li7f4o-4"})(["margin-bottom:12px;padding:16px 12px 12px 12px;font-family:",";font-size:24px;line-height:24px;font-weight:normal;text-align:center;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;"],l.fonts.headline),bd=e=>{let t=e.title,n=e.text,a=e.image,o=e.color,r=e.url;return i.a.createElement(hd,{href:r},i.a.createElement("img",{src:a,alt:t}),i.a.createElement(fd,{colours:o},i.a.createElement("h3",null,t),i.a.createElement("p",null,n)))},yd=e=>{let t=e.heading,n=e.carouselItems,a=e.hideHeading;return n?i.a.createElement("div",{id:"benefits-carousel"},!a&&i.a.createElement(gd,null,t),i.a.createElement(md,null,i.a.createElement(ud,null,n.map(e=>i.a.createElement(bd,Object.assign({},e)))))):null},wd=r.a.a.withConfig({displayName:"styles__Link",componentId:"sc-1yp248t-0"})(["width:fit-content;height:48px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;border:none;border-radius:0;padding:12px 16px;background-color:#005c8a;color:#ffffff;display:flex;text-decoration:none;align-items:center;"]),xd=e=>{let t=e.attributes;return t&&t.text.trim()&&t.url.trim()?i.a.createElement(wd,{href:t.url,target:t.target||"_blank",className:t.className,onClick:()=>Gl("affiliate cta clicked","navigation","click",t.url,t.text.toLowerCase()),rel:"nofollow",style:{display:t.className&&t.className.includes("js-cta-experiment-variation")?"none":"block"}},t.text):null},vd=r.a.div.withConfig({displayName:"styles__CardContainer",componentId:"sc-12n1gx9-0"})(["padding:24px;height:auto;width:auto;border:1px solid #e4e4e4;background-color:#f5f5f5;margin:0;max-width:460px;"]),Cd=r.a.div.withConfig({displayName:"styles__Header",componentId:"sc-12n1gx9-1"})(["display:flex;"]),kd=r()(un).withConfig({displayName:"styles__CustomIconContainer",componentId:"sc-12n1gx9-2"})(["height:auto;width:auto;margin-right:8px;svg{fill:#1573a2;width:20px;height:20px;}"]),Ad=r.a.h1.withConfig({displayName:"styles__Title",componentId:"sc-12n1gx9-3"})(["color:#005c8a;font-family:Roboto;font-size:20px;font-style:normal;font-weight:700;line-height:112.5%;margin:0;@media (max-width:","px){font-size:18px;}"],l.breakpoints.medium),Ed=r.a.p.withConfig({displayName:"styles__Paragraph",componentId:"sc-12n1gx9-4"})(["color:#333;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin:24px 0;@media (max-width:","px){font-size:16px;}"],l.breakpoints.medium),Id=r.a.button.withConfig({displayName:"styles__EnableButton",componentId:"sc-12n1gx9-5"})(["display:flex;align-items:flex-start;align-self:stretch;background-color:#005c8a;padding:8px 12px;width:100%;justify-content:center;color:#ffffff;border:none;"]),Od=r.a.button.withConfig({displayName:"styles__AllowButton",componentId:"sc-12n1gx9-6"})(["display:flex;align-items:flex-start;align-self:stretch;color:#333333;width:100%;justify-content:center;margin-top:12px;padding:8px 12px;border-radius:0px;border-width:1px;"]),jd=r.a.a.withConfig({displayName:"styles__LinkPrivacyManager",componentId:"sc-12n1gx9-7"})(["color:#00527a;"]),_d=r.a.blockquote.withConfig({displayName:"styles__InstagramContainer",componentId:"sc-12n1gx9-8"})(["background:#fff;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);margin:1px;max-width:540px;min-width:326px;padding:0;width:calc(100% - 2px);position:relative;"]),Sd={twitter:{id:"5fab0c31a22863611c5f8764",status:"pending",title:"X (Twitter)"},youtube:{id:"5e7ac3fae30e7d1bc1ebf5e8",status:"pending",title:"Youtube"},tiktok:{id:"5e7f6927b8e05c4e491e7380",status:"pending",title:"Tiktok"},instagram:{id:"5e717c8e69966540e4554f05",status:"pending",title:"Instagram"}};function Fd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function Td(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Fd(Object(n),!0).forEach((function(t){zd(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fd(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function zd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Nd="gdpr",Bd="tcloaded",Md="useractioncomplete";function Rd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Pd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Pd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Dd=Object(a.createContext)(void 0),Hd=e=>{let t=e.children;const n=Rd(Object(a.useState)({instagram:!1,twitter:!1,tiktok:!1,youtube:!1}),2),o=n[0],r=n[1],l=Rd(Object(a.useState)({instagram:!1,twitter:!1,tiktok:!1,youtube:!1}),2),s=l[0],c=l[1];return Object(a.useEffect)(()=>{c({instagram:o.instagram,twitter:o.twitter,tiktok:o.tiktok,youtube:o.youtube})},[o]),i.a.createElement(Dd.Provider,{value:{isSocialEmbedAllowed:o,setIsSocialEmbedAllowed:r,isAllowedOnce:s,setIsAllowedOnce:c}},t)},Qd=()=>{const e=Object(a.useContext)(Dd);if(!e)throw new Error("useSocialEmbedsContext must be used within a SocialEmbedsProvider");return e};function Ld(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function qd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ld(Object(n),!0).forEach((function(t){Wd(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ld(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Wd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Jd=e=>{let t=e.vendorName;const n=Qd(),a=n.setIsSocialEmbedAllowed,o=n.setIsAllowedOnce;return i.a.createElement(vd,null,i.a.createElement(Cd,null,i.a.createElement(kd,null,i.a.createElement(pr,null)),i.a.createElement(Ad,null,((e,t)=>"twitter"===e?"X (Twitter)":t[e].title)(t,Sd)," content blocked")),i.a.createElement(Ed,null,"Please enable cookies and other technologies to view this content. You can update your cookies preferences any time using"," ",i.a.createElement(jd,{href:"#",onClick:e=>{e.preventDefault(),((e,t)=>{const n=Jo()(window,"_sp_.".concat(e,".loadPrivacyManagerModal"));n?n(t):console.warn("Sourcepoint LoadPrivacyManagerModal is not available")})(Nd,window.__TIMES_CONFIG__.sourcepoint.gdprMessageId)}},"privacy manager.")),i.a.createElement(Id,{onClick:()=>{((e,t)=>{const n=(n,a)=>a?(t(t=>Td(Td({},t),{},{[e]:!0})),!0):(t(t=>Td(Td({},t),{},{[e]:!1})),null),a=Sd[e].id;window.__tcfapi&&a&&window.__tcfapi("getCustomVendorConsents",2,(i,o)=>{o&&i&&i.grants[a]?window.__tcfapi("postCustomConsent",2,n,[a],Object.keys(i.grants[a].purposeGrants),[]):t(t=>Td(Td({},t),{},{[e]:!1}))})})(t,a)}},"Enable cookies"),i.a.createElement(Od,{onClick:()=>{o(e=>qd(qd({},e),{},{[t]:!0}))}},"Allow cookies once"))},Xd={twitter:e=>{let t=e.url;return i.a.createElement("blockquote",{className:"twitter-tweet","data-testid":"twitter-embed"},i.a.createElement("a",{href:t}))},youtube:e=>{let t=e.url;return i.a.createElement("iframe",{width:"560",height:"315",src:t,title:"YouTube video player",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"})},tiktok:e=>{let t=e.url;Object(a.useEffect)(()=>{const e=document.createElement("script");return e.src="https://www.tiktok.com/embed.js",e.async=!0,document.body.appendChild(e),()=>{document.body.removeChild(e)}},[]);const n=new URL(t).pathname.split("/").pop(),o=new URL(t).origin+t;return i.a.createElement("blockquote",{className:"tiktok-embed",cite:o,"data-video-id":n,style:{maxWidth:"605px",minWidth:"325px"},"data-testid":"tiktok-embed"},i.a.createElement("section",null))},instagram:e=>{let t=e.url;return Object(a.useEffect)(()=>{const e=document.createElement("script");return e.src="https://www.instagram.com/embed.js",e.async=!0,document.body.appendChild(e),()=>{document.body.removeChild(e)}},[]),i.a.createElement(_d,{className:"instagram-media","data-instgrm-captioned":!0,"data-instgrm-permalink":"".concat(t,"?utm_source=ig_embed&amp;utm_campaign=loading"),"data-instgrm-version":"14"},i.a.createElement(J.Placeholder,null))}},Gd=e=>{let t=e.vendorName,n=e.url;const a=Xd[t];return i.a.createElement(a,{url:n})};function Ud(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function Vd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ud(Object(n),!0).forEach((function(t){Zd(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ud(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Zd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Yd=e=>{let t=e.id,n=e.url,o=e.vendorName;const r=Qd(),l=r.setIsSocialEmbedAllowed,s=r.isAllowedOnce,c=r.isSocialEmbedAllowed;return Object(a.useEffect)(()=>{window.__tcfapi&&window.__tcfapi("addEventListener",2,(e,t)=>{if(t&&(e.eventStatus===Bd||e.eventStatus===Md)){const e=(e=>{let t=!1;return window.__tcfapi&&window.__tcfapi("getCustomVendorConsents",2,(n,a)=>{a&&n&&n.consentedVendors?t=n.consentedVendors.some(t=>t.name.toLowerCase()===e.toLowerCase()):(console.log("Error fetching consent data or ".concat(e," embed not allowed")),t=!1)}),t})(o);l(t=>Vd(Vd({},t),{},{[o]:e}))}})},[o,l]),c[o]||s[o]?i.a.createElement("div",{id:t},i.a.createElement(Gd,{vendorName:o,url:n})):i.a.createElement(Jd,{vendorName:o})},Kd=r.a.div.withConfig({displayName:"styles__Container",componentId:"o29w9b-0"})(["height:auto;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:30px 0 60px 0;padding:1px 1px 10px;"]),$d=r.a.div.withConfig({displayName:"styles__Disclaimer",componentId:"o29w9b-1"})(["text-align:center;padding:14px 0;margin:5px 0;display:flex;flex-direction:column;align-items:center;.shortcode-disclaimer_text{display:inline;clear:both;font-size:1.8rem;line-height:1.5;color:#1d1d1b;padding:0;font-weight:400;margin:0;}.shortcode-disclaimer__toggle{font-weight:400;word-wrap:break-word;margin-left:8px;font-family:Roboto,sans-serif;font-size:12px;line-height:1.5;font-weight:400;color:rgb(105,105,105) !important;font-style:normal;text-decoration:none !important;display:inline-flex;margin-top:5px;}"]),ep=r.a.div.withConfig({displayName:"styles__TextContainer",componentId:"o29w9b-2"})(["overflow:hidden;transition:height 0.3s ease-in-out;p{text-align:center;margin:0 !important;clear:both;font-size:1.8rem;line-height:1.6;color:rgb(105,105,105) !important;padding:0 5px 30px;font-weight:400;font-family:TimesDigitalW04-Regular,TimesDigitalW04-Regular-fallback,serif;}"]);function tp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return np(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return np(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function np(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const ap=e=>{const t=e.attributes,n=tp(Object(a.useState)(!1),2),o=n[0],r=n[1],l=Object(a.useRef)(null);return i.a.createElement(Kd,null,i.a.createElement($d,null,i.a.createElement("p",{className:"shortcode-disclaimer_text"},decodeURIComponent(t.disclaimer_text)),i.a.createElement("a",{className:"shortcode-disclaimer__toggle",href:"#",onClick:e=>{e.preventDefault(),r(!o)}},o?decodeURIComponent(t.toggle_active_text):decodeURIComponent(t.toggle_inactive_text))),i.a.createElement(ep,{style:{height:o&&l.current?"".concat(l.current.getBoundingClientRect().height,"px"):"0px"}},i.a.createElement("p",{ref:l},decodeURIComponent(t.disclaimer_full_text))))},ip=r.a.div.withConfig({displayName:"styles__Hidden",componentId:"z2gbsu-0"})([""," "," "," ",""],e=>e.xs&&"\n @media (max-width: 767px) {\n display: none;\n}\n ",e=>e.sm&&"\n @media (min-width: 768px) and (max-width: 1023px) {\n display: none;\n }\n ",e=>e.md&&"\n @media (min-width: 1024px) and (max-width: 1439px) {\n display: none;\n }\n ",e=>e.lg&&"\n @media (min-width: 1440px) {\n display: none;\n }\n "),op=r.a.div.withConfig({displayName:"styles__StyledCard",componentId:"z2gbsu-1"})(["display:flex;flex-direction:column;@media (min-width:768px){position:relative;",";}@media (min-width:1024px){",";}"],e=>e.$numOfArticles>1&&"\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: -16px;\n width: 1px;\n height: 100%;\n background-color: #e4e4e4;\n }\n\n &:nth-of-type(4n),\n &:last-child {\n &::after {\n display: none;\n }\n }\n ",e=>1===e.$numOfArticles&&"\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n grid-template-areas: 'media content';\n column-gap: 32px;\n "),rp=r.a.div.withConfig({displayName:"styles__StyledMedia",componentId:"z2gbsu-2"})(["display:flex;justify-content:center;"]),lp=r.a.picture.withConfig({displayName:"styles__StyledPicture",componentId:"z2gbsu-3"})(["display:block;width:100%;height:auto;"]),sp=r.a.img.withConfig({displayName:"styles__StyledImg",componentId:"z2gbsu-4"})(["width:100%;height:100%;object-fit:cover;display:inline-block;@media (min-width:1440px){",";",";",";}@media (min-width:1024px) and (max-width:1439px){",";",";",";}@media (min-width:768px) and (max-width:1023px){",";",";",";",";}@media (max-width:375px){min-height:199px;}"],e=>4===e.$numOfArticles&&"\n min-height: 147px;\n ",e=>3===e.$numOfArticles&&"\n min-height: 202px;\n ",e=>e.$numOfArticles<=2&&"\n min-height: 312px;\n ",e=>4===e.$numOfArticles&&"\n min-height: 124px;\n ",e=>3===e.$numOfArticles&&"\n min-height: 172px;\n ",e=>e.$numOfArticles<=2&&"\n min-height: 267px;\n ",e=>4===e.$numOfArticles&&"\n min-height: 87px;\n ",e=>3===e.$numOfArticles&&"\n min-height: 123px;\n ",e=>1===e.$numOfArticles&&"\n min-height: 405px;\n ",e=>2===e.$numOfArticles&&"\n min-height: 193px;\n "),cp=r.a.div.withConfig({displayName:"styles__StyledContent",componentId:"z2gbsu-5"})(["display:flex;flex-direction:column;justify-content:center;@media (max-width:375px){&:nth-of-type(1){margin-block-start:15px;}&:not(:nth-of-type(1)){margin-block-start:0;}}@media (min-width:768px){margin-block-start:15px;}@media (min-width:1024px){",";}@media (min-width:768px) and (max-width:1023px){margin-block-start:12px;}"],e=>1===e.$numOfArticles&&"\n display: flex;\n flex-direction: column;\n justify-content: center;\n "),dp=r.a.span.withConfig({displayName:"styles__StyledText",componentId:"z2gbsu-6"})(["color:rgb(105,105,105);font-family:'Times Digital W04 Regular';font-size:1.4rem;font-weight:400;padding:0.5px 0px;margin-block-start:20px;line-height:2.1rem;letter-spacing:0em;padding:0.5px 0px;&::before{display:block;content:'';margin-top:-0.393em;}&::after{display:block;content:'';margin-top:-0.415em;}@media (max-width:767px){display:none;",";}"],e=>1===e.$numOfArticles&&"\n display: block;\n "),pp=r.a.hr.withConfig({displayName:"styles__StyledDivider",componentId:"z2gbsu-7"})(["border-style:dashed;border-color:#cccccc;border-width:1px 0px 0px;margin-block:20px;width:100%;@media (min-width:768px){display:none;}"]),mp=r.a.a.withConfig({displayName:"styles__StyledLink",componentId:"z2gbsu-8"})(["font-weight:700;font-family:'Times Modern';font-size:20px;line-height:23px;text-decoration:none;color:#01000d;letter-spacing:0em;padding:0.5px 0px;font-stretch:normal;&::before{display:block;content:'';margin-top:-0.216em;}&::after{display:block;content:'';margin-top:-0.234em;}@media (max-width:375px){font-size:1.25rem;}@media (max-width:767px){font-size:2rem;line-height:2.25rem;&::before{display:block;content:'';margin-top:-0.2035em;}&::after{display:block;content:'';margin-top:-0.2215em;}}@media (min-width:1024px){font-size:2.8rem;line-height:3.15rem;",";}@media (min-width:767px) and (max-width:1023px){font-size:2.8rem;line-height:3.15rem;",";}"],e=>e.$numOfArticles>=3&&"\n font-size: 20px;\n line-height: 23px;\n ",e=>e.$numOfArticles>=2&&"\n font-size: 20px;\n line-height: 23px;\n "),up=(e,t)=>{global.window.utag&&global.window.utag.link({event_navigation_action:"navigation",event_navigation_name:"travel contents card selection",event_navigation_browsing_method:"click",article_parent_name:"".concat(e),section_details:"".concat(t)})},hp=e=>{if(!e)return"";return new URL(e).pathname};var fp=e=>{const t=e.article,n=e.numOfArticles,a=e.isLeadingArticle,o=e.isLastCard,r=e=>e?"".concat(e).concat(e.includes("?")?"&":"?","resize=750"):"";return i.a.createElement(op,{$numOfArticles:n},a?i.a.createElement("a",{href:hp(t.url),onClick:()=>{up(t.headline,t.headline)}},i.a.createElement(rp,null,i.a.createElement(lp,null,i.a.createElement(sp,{loading:"lazy",src:r(t.image.url),$numOfArticles:n})))):i.a.createElement(ip,{xs:!0},i.a.createElement("a",{href:hp(t.url),onClick:()=>{up(t.headline,t.headline)}},i.a.createElement(rp,null,i.a.createElement(lp,null,i.a.createElement(sp,{loading:"lazy",src:r(t.image.url),$numOfArticles:n}))))),i.a.createElement(cp,{$numOfArticles:n},i.a.createElement(mp,{$numOfArticles:n,href:hp(t.url),onClick:()=>up(t.headline,t.headline)},t.headline),i.a.createElement(dp,{$numOfArticles:n},((e,t)=>{if(e.length<=t)return e;let n=e.slice(0,t);const a=n.lastIndexOf(" ");return a>0&&(n=n.slice(0,a)),"".concat(n,"...")})(t.summary,160)),!o&&i.a.createElement(pp,null)))};const gp=r.a.div.withConfig({displayName:"styles__Container",componentId:"l5v2oa-0"})(["max-width:1144px;margin:0 auto;padding-block-end:24px;@media (max-width:767px){padding-inline:10px;}@media (min-width:768px) and (max-width:1023px){padding-inline:24px;}@media (min-width:1024px) and (max-width:1319px){padding-inline:20px;}"]),bp=r.a.span.withConfig({displayName:"styles__Title",componentId:"l5v2oa-1"})(["display:block;margin-block:24px 23px;font-family:'Times Modern';font-size:2.4rem;font-weight:800;color:#01000d;letter-spacing:0em;&::before{display:block;content:'';margin-top:-0.2035em;}&::after{display:block;content:'';margin-top:-0.2215em;}@media (min-width:768px){font-size:2.8rem;line-height:3.15rem;}@media (max-width:767px){margin-block:20px 19px;}"]),yp=r.a.div.withConfig({displayName:"styles__Grid",componentId:"l5v2oa-2"})(["display:grid;grid-template-columns:repeat(",",1fr);gap:20px;@media (max-width:767px){grid-template-columns:1fr;gap:0px;}@media (min-width:768px){gap:32px;}"],e=>e.columns),wp=r.a.hr.withConfig({displayName:"styles__Divider",componentId:"l5v2oa-3"})(["border-bottom:1px solid #01000d;border-top:0px;margin:0px;align-self:stretch;border-radius:0px;@media (max-width:767px){border-bottom:3px solid rgb(1,0,13);}"]),xp=e=>{let t=e.element;const n=e=>{try{const t=atob(e),n=new TextDecoder("utf-8"),a=Uint8Array.from(t,e=>e.charCodeAt(0));return n.decode(a)}catch(t){return console.error("Failed to decode base64 string:",e,t),e}},o=JSON.parse(atob(t.articles||"")).map(e=>({id:n(e.id),headline:n(e.headline),summary:n(e.summary),label:n(e.label),url:n(e.url),image:{alt:n(e.image.alt),url:n(e.image.url)}})),r=o.length;return i.a.createElement(gp,null,i.a.createElement(wp,null),i.a.createElement(bp,null,t.title),i.a.createElement(yp,{columns:r},o.map((e,t)=>i.a.createElement(a.Fragment,{key:e.id},i.a.createElement(fp,{article:e,sectionTitle:e.headline,numOfArticles:r,isLeadingArticle:0===t,isLastCard:t===r-1})))))};var vp=n(15),Cp=n.n(vp);const kp=(e,t)=>{const n=(()=>{try{const e=localStorage.getItem("algoliaUserHash");if(e)return e;const t=(()=>"undefined"!=typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=Math.floor(16*Math.random());return("x"===e?t:Math.floor(t%4)+8).toString(16)}))();return localStorage.setItem("algoliaUserHash",t),t}catch(e){return null}})(),a={appId:e,apiKey:t};n&&(a.userToken=n),Cp()("init",a)},Ap=()=>{try{const e=window.location.pathname,t=localStorage.getItem("algoliaConversions");if(t){const n=JSON.parse(t);if(Array.isArray(n)){const t=n.find(t=>t.articleUrl===e);if(t&&Ep(t))return t}}return null}catch(e){return null}},Ep=e=>e&&e.eventName&&e.queryID&&e.objectID&&e.indexName&&e.applicationId&&e.apiKey&&e.articleUrl,Ip=e=>{const t=localStorage.getItem("algoliaConversions");if(t){const n=JSON.parse(t);if(Array.isArray(n)){const t=n.filter(t=>t.articleUrl!==e);0===t.length?localStorage.removeItem("algoliaConversions"):localStorage.setItem("algoliaConversions",JSON.stringify(t))}}},Op=e=>{try{kp(e.applicationId,e.apiKey)}catch(e){return}let t=!1,n=Date.now(),a=0,i=!document.hidden;const o=()=>{t||((e=>{let t=e.eventName,n=e.objectID,a=e.queryID,i=e.indexName;const o=(e=>{const t=e.replace(/[^\x20-\x7E]/g,"");return t.length>64?t.substring(0,60)+"...":t})(t);i&&a&&n&&Cp()("convertedObjectIDsAfterSearch",{eventName:o,index:i,queryID:a,objectIDs:[n],analyticsTags:["web"]})})({eventName:e.eventName,indexName:e.indexName,queryID:e.queryID,objectID:e.objectID}),t=!0,Ip(e.articleUrl))},r=()=>((()=>{if(i){const e=Date.now();a+=e-n,n=e}})(),a>=8e3&&(o(),!0)),l=()=>{const e=Date.now();if(document.hidden&&i){a+=e-n,i=!1}else document.hidden||i||(n=e,i=!0)},s=()=>{r()||Ip(e.articleUrl)};document.addEventListener("visibilitychange",l),window.addEventListener("beforeunload",s);const c=setInterval(()=>{(t||r())&&(clearInterval(c),document.removeEventListener("visibilitychange",l),window.removeEventListener("beforeunload",s))},1e3)},jp=l.colours.functional.white,_p=l.colours.functional.black,Sp=l.colours.functional.white,Fp=(l.breakpoints.medium&&"number"==typeof l.breakpoints.medium?l.breakpoints.medium:768)-1,Tp=r.a.div.withConfig({displayName:"styles__WidgetWrapper",componentId:"dme2w3-0"})(["background-color:",";color:",";"," border:1px solid ",";border-radius:8px;overflow:hidden;@media (max-width:","px){border-radius:",";}"," h3{text-align:center;font-family:",";font-size:24px;font-weight:800;padding-top:24px;padding-bottom:8px;margin:0;@media (max-width:","px){display:none;}","}"],jp,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),"#C9D9CC",Fp,e=>e.roundedCorners?"0px 0px 8px 8px":"0px",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-color: ".concat("#333333",";\n }\n "),l.fonts.headline,Fp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp," !important;\n }\n ")),zp=r.a.div.withConfig({displayName:"WidgetContainer",componentId:"sc-1097p4q-0"})(["background-color:",";border:1px solid ",";border-radius:8px;"," @media (max-width:","px){border-radius:8px 8px 0 0;}.Opta>.Opta_W{margin-bottom:0px !important;border-radius:8px;}.Opta-MatchHeader tbody{display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid ",";"," tr:nth-of-type(1){order:2;width:100%;display:flex;align-items:center;padding-inline:20px;@media (max-width:","px){justify-content:center;padding-inline:0px;padding-bottom:44px;.Opta-Crest,.Opta-Crest img{padding:0;height:44px;width:44px;}.Opta-Crest.Opta-Home{margin-right:auto;margin-left:8px;}.Opta-Crest.Opta-Away{margin-left:auto;margin-right:8px;}}td{height:auto;@media (max-width:","px){padding-top:16px;padding-inline:8px;padding-bottom:0px;}}.Opta-Team{flex:1;font-family:",";font-size:20px;font-weight:800;color:",";@media (min-width:","px){font-size:24px;}"," @media (max-width:","px){position:absolute;top:78px;width:50%;&.Opta-Home{left:0px;text-align:left;}&.Opta-Away{right:0px;text-align:right;}font-family:",";font-size:16px;font-weight:700;}}.Opta-Score{padding:0;margin-inline:16px;height:64px;width:64px;@media (max-width:","px){height:44px;width:44px;margin-inline:8px;}&.Opta-Home span{background-color:"," !important;","}&.Opta-Away span{background-color:"," !important;","}}.Opta-Team-Score{float:none !important;display:flex;height:64px;align-items:center;justify-content:center;font-size:40px;font-weight:800;font-family:",";color:",";border-radius:8px;padding:0;@media (max-width:","px){height:44px;width:44px;font-size:24px;}}@media (max-width:","px){.Opta-Divider.Opta-Dash{display:none;}}}tr:nth-of-type(2){order:3;padding:0;margin-top:12px;margin-bottom:4px;@media (max-width:","px){margin-top:12px;}&.Opta-Score-Extras{span,abbr{font-family:",";font-size:14px;color:",";"," margin-top:16px;@media (max-width:","px){font-family:",";font-size:14px;font-weight:700;}}}}tr:nth-of-type(3){order:1;display:flex;width:100%;justify-content:center;padding-bottom:14px;span{letter-spacing:1px;}@media (max-width:","px){padding-bottom:8px;}}.Opta-MatchHeader-Venue,.Opta-Competition{@media (max-width:","px){display:none;}}}tr.Opta-MatchHeader-Details{td > div{background-color:"," !important;","}span{margin:0 4px !important;letter-spacing:5%;}.Opta-Date{@media (min-width:","px){font-weight:700;&::before{content:'- ';}}}.Opta-MatchHeader-VenueLabel{font-weight:700;}font-family:",";font-size:12px;color:",";"," text-transform:uppercase;}.Opta-Matchdata{display:none;}.Opta-Cf{padding-bottom:0px !important;"," .Opta-Event-Text{display:flex;align-items:center;&.Opta-Home{li{flex-direction:row-reverse;}}}@media (max-width:","px){.Opta-Events{li{display:flex;text-align:right;}&.Opta-Home{.Opta-Event-Player{text-align:left;}}&.Opta-Away{.Opta-Event-Player{text-align:right;}}}.Opta-Event-Text{display:flex;align-items:center;&.Opta-Home{li{flex-direction:row-reverse;}}}}.Opta-Events.Opta-Home{padding-right:20px;@media (max-width:","px){padding-right:0;li{float:left !important;.Opta-Icon{display:block;aspect-ratio:1 / 1;padding-left:2px;margin-left:8px;margin-right:8px !important;}.Opta-Event-Time{margin-right:4px !important;}}}}.Opta-Events.Opta-Away{padding-left:20px;@media (max-width:","px){padding-left:0;li{flex-direction:row-reverse;float:right !important;.Opta-Icon{display:block;aspect-ratio:1 / 1;padding-right:2px;margin-right:8px;margin-left:8px !important;}.Opta-Event-Time{font-size:12px;margin-left:4px !important;}}}}.Opta-Event-Text span{font-family:",";font-size:14px;color:",";",' font-weight:400;}.Opta-Event-Time{&::before{content:"(";}&::after{content:")";}}}}'],jp,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n border-color: ").concat("#333333"," !important;\n }\n "),Fp,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-color: ".concat("#333333"," !important;\n }\n "),Fp,Fp,l.fonts.headline,_p,1024,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp," !important;\n }\n "),Fp,l.fonts.supporting,Fp,e=>e.homeTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat(e.homeTeamColor.dark," !important;\n }\n "),e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat(e.awayTeamColor.dark," !important;\n }\n "),l.fonts.headline,l.colours.functional.white,Fp,Fp,Fp,l.fonts.supporting,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp," !important;\n }\n "),Fp,l.fonts.supporting,Fp,Fp,jp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),l.breakpoints.medium,l.fonts.supporting,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp," !important;\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),Fp,Fp,Fp,l.fonts.supporting,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp," !important;\n }\n ")),Np=e=>{let t=0;const n=setInterval(()=>{if(t>=25&&clearInterval(n),t++,!e.current)return;const a=e.current.querySelector(".Opta-Matchdata"),i=e.current.querySelector(".Opta-MatchHeader-Details div");if(a&&i){const e=a.querySelector("dd");if(e){const t=e.textContent,a=document.createElement("span");a.classList.add("Opta-MatchHeader-Venue"),a.textContent="VENUE: ";const o=document.createElement("span");o.classList.add("Opta-MatchHeader-VenueLabel"),o.textContent=t||"",a.appendChild(o),i.appendChild(a),clearInterval(n)}}},500)};function Bp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Mp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Mp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Mp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Rp=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.isApp,l=void 0!==r&&r,s=e.homeTeamColor,c=void 0===s?{light:"#000000",dark:"#333333"}:s,d=e.awayTeamColor,p=void 0===d?{light:"#007A3F",dark:"#007A3F"}:d;const m=i.a.createRef(),u=Bp(Object(a.useState)(!1),2),h=u[0],f=u[1];return(e=>{Object(a.useEffect)(()=>{Np(e)},[e])})(m),Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{m.current&&(m.current.innerHTML=zi("opta-widget",{sport:"football",widget:"match_summary",season:t,competition:n,match:o,template:"normal",live:!0,show_match_header:!0,show_score:!0,show_attendance:!1,show_date:!0,date_format:"lll",narrow_date_format:"llll",show_cards:"red",show_crests:!0,show_team_formation:!1,show_goals:!0,show_goals_combined:!1,show_penalties_missed:!0,show_halftime_score:!0,show_referee:!1,show_subs:!1,show_venue:!0,show_shootouts:!0,show_tooltips:!1,show_images:!1,show_competition_name:!0,competition_naming:"full",team_naming:"full",player_naming:"last_name",show_live:!1,show_logo:!1,show_title:!1}).outerHTML,Ni())}).then(()=>{f(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement(zp,{ref:m,isApp:l,homeTeamColor:c,awayTeamColor:p}),!h&&i.a.createElement(Pi,{"data-testid":"placeholder"},i.a.createElement(J.Placeholder,null)))}),Pp=r.a.div.withConfig({displayName:"WidgetContainer",componentId:"umplje-0"})([""," .Opta-Cf.Opta-js-main{","}.Opta>.Opta_W{margin-top:0px !important;margin-bottom:0px !important;}.Opta-Nav{background-color:",";border-bottom:1px solid ",";"," ul{display:flex;justify-content:center;gap:12px;padding:16px;background-color:"," !important;"," @media (max-width:","px){padding:16px 0px;overflow:visible !important;overflow-x:scroll !important;justify-content:flex-start;&::-webkit-scrollbar{display:none;}}li{border:1px solid ",";border-radius:100px;overflow:hidden;height:40px;@media(min-width:","px){&:hover{border:1px solid ",";","}}"," @media (max-width:","px){flex:1;overflow:visible !important;border:none;&:nth-of-type(1){margin-left:16px;}&:nth-last-of-type(1){margin-right:16px;}a{border:1px solid ",";border-radius:100px;","}}a{-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center;height:40px;background-color:",";padding:2px 20px;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;transform:translateY(-1px);color:",";@media (max-width:","px){padding-inline:20px !important;}"," &:hover{background-color:",";","}}&.Opta-On{border:1px solid ",";"," a{background-color:",";color:",";"," &:hover{background-color:",";","}}@media (max-width:","px){border:none;a{border:1px solid ",";","}}}}}}.Opta-Stats-Bars-Text{font-family:Roboto,sans-serif;font-weight:600;font-size:16px;color:",";&:first-of-type{padding-top:20px;}@media (max-width:","px){font-weight:500;padding-inline:60px !important;}","}.Opta-Percent.Opta-Home{background:"," !important;"," position:relative;&::after{content:' ';display:inline-block;width:2px;height:100%;background-color:",";"," position:absolute;right:0;top:0;@media (max-width:","px){width:1px;}}}.Opta-Percent.Opta-Away{background:"," !important;"," padding-left:3px;position:relative;&::before{content:' ';display:inline-block;width:2px;height:100%;background-color:",";"," position:absolute;left:0;top:0;@media (max-width:","px){width:1px;}}}.Opta-Stats-Bars{margin-top:12px;"," tr{td:nth-of-type(1){color:",";"," &.Opta-Outer-bigger{border-radius:100px;background-color:",";","}@media (max-width:","px){color:",";"," left:0;transform:translateY(-25px);&.Opta-Outer-bigger{background-color:unset;}}}td:nth-of-type(2){width:100%;padding-inline:0px;@media (max-width:","px){padding-inline:16px;}.Opta-Bars-Full{border-radius:100px;height:8px;.Opta-Percent{height:8px;}}}td:nth-of-type(3){color:",";"," &.Opta-Outer-bigger{background-color:",";","}@media (max-width:","px){color:",";"," right:0;transform:translateY(-25px);&.Opta-Outer-bigger{background-color:unset;}}}}.Opta-Outer{display:flex;align-items:center;justify-content:center;font-family:Roboto,sans-serif;font-weight:800;font-size:16px !important;padding:8px 10px !important;margin-inline:20px;margin-top:2px;width:auto !important;@media (max-width:","px){position:absolute;padding:0px !important;font-weight:600;}@media (min-width:","px){&.Opta-Outer-bigger{color:white;border-radius:100px;}}}}}"],e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),jp,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-color: ".concat("#333333"," !important;\n }\n "),jp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n }\n "),Fp,"#C9D9CC",l.breakpoints.medium,l.colours.functional.black,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat(l.colours.functional.white,";\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat("#333333",";\n }\n "),Fp,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat("#333333",";\n }\n "),l.colours.functional.white,_p,Fp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n color: ").concat(Sp," !important;\n }\n "),l.colours.functional.white,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),l.colours.functional.black,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat(l.colours.functional.white,";\n }\n "),jp,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),l.colours.functional.white,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),Fp,l.colours.functional.black,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border: 1px solid ".concat(l.colours.functional.white,";\n }\n "),_p,Fp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp,";\n }\n "),e=>e.homeTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background: ".concat(e.homeTeamColor.dark," !important;\n }\n "),jp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),Fp,e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background: ".concat(e.awayTeamColor.dark," !important;\n }\n "),jp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),Fp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n .Opta-Bars-Full {\n background-color: ").concat("#121212"," !important;\n }\n }\n "),e=>e.homeTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(e.homeTeamColor.dark,";\n }\n "),e=>e.homeTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat(e.homeTeamColor.dark,";\n }\n "),Fp,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp,";\n }\n "),Fp,e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(e.awayTeamColor.dark,";\n }\n "),e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat(e.awayTeamColor.dark,";\n }\n "),Fp,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp,";\n }\n "),Fp,l.breakpoints.medium);function Dp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Hp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Hp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Hp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Qp=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.isApp,l=void 0!==r&&r,s=e.homeTeamColor,c=void 0===s?{light:"#000000",dark:"#a19c9cff"}:s,d=e.awayTeamColor,p=void 0===d?{light:"#007A3F",dark:"#007A3F"}:d;const m=i.a.createRef(),u=Dp(Object(a.useState)(!1),2),h=u[0],f=u[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{m.current&&(m.current.innerHTML=zi("opta-widget",{sport:"football",widget:"matchstats",season:t,competition:n,match:o,template:"team_graphs",live:!0,navigation:"tabs",default_nav:"1",show_match_header:!1,show_score:!1,show_halftime_score:!1,show_crests:!1,show_team_formation:!1,show_competition_name:!1,graph_style:"full",show_date:!1,date_format:"dddd D MMMM YYYY",narrow_date_format:"DD/MM/YY",show_social:!1,show_var:!1,rounding:"1",competition_naming:"full",team_naming:"full",show_live:!1,show_logo:!1,show_title:!1,breakpoints:"400, 700"}).outerHTML,Ni())}).then(()=>{f(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement(Tp,{isApp:l,roundedCorners:!0},i.a.createElement("h3",null,"Match Stats"),i.a.createElement(Pp,{ref:m,isApp:l,homeTeamColor:c,awayTeamColor:p})),!h&&i.a.createElement(Pi,{"data-testid":"placeholder"},i.a.createElement(J.Placeholder,null)))}),Lp=r.a.div.withConfig({displayName:"WidgetContainer",componentId:"sc-9e83yy-0"})([""," .Opta_W{margin-block:16px !important;@media (max-width:","px){margin-block:0px !important;}}.Opta-Cf.Opta-Events{padding-bottom:0px !important;}span.Opta-comment{color:",";"," padding:8px 16px;padding-left:0px;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:150%;margin:0;flex:1;@media (max-width:","px){font-weight:400;padding-right:0px;}span{font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:150%;@media (max-width:","px){font-weight:400;}}}ul.Opta-Striped{"," li{background-color:#e5f0ea !important;border-radius:4px;margin-bottom:2px;margin-inline:16px;display:flex;align-items:center;"," @media (max-width:","px){margin:0px;border-radius:0px;flex-direction:column;align-items:flex-start;background-color:"," !important;border-bottom:1px solid ",";padding:16px;","}.Opta-Time{background-color:",";width:67px;text-align:center;padding:8px 16px;margin-right:calc(25px + 16px);border-radius:100px;font-family:Roboto,sans-serif;font-weight:500;font-size:14px;color:",";@media (max-width:","px){background-color:#e5f0ea;border:1px solid ",";padding:6px 16px;}}&.Opta-goal{background-color:"," !important;"," @media (max-width:","px){background-color:#e5f0ea !important;","}.Opta-Time{background-color:",";color:",";@media (max-width:","px){border:1px solid ",";}}.Opta-comment{font-weight:400 !important;}}.Opta-comment-VAR{order:6;@media (max-width:","px){display:none;}}.Opta-Time--empty{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e5f0ea !important;"," @media (max-width:","px){background-color:"," !important;border:1px solid ",";","}}.Opta-Event.Opta-Icon{margin:0px;position:absolute;left:calc(15px + 8px + 67px);top:50%;transform:translateY(-50%);@media (max-width:","px){top:32px;}}.Opta-IconWhistle{margin-top:3px !important;}@media (max-width:","px){.Opta-Time--empty{&+.Opta-Event.Opta-Icon{left:16px;}}}}"],e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),Fp,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp," !important;\n }\n "),Fp,Fp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: #333 !important;\n }\n ",Fp,jp,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n border-bottom: 1px solid ").concat("#333333"," !important;\n }\n "),jp,_p,Fp,"#C9D9CC",jp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: #2f2f2fff !important;\n }\n ",Fp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: #2f2f2fff !important;\n }\n ",l.colours.functional.black,l.colours.functional.white,Fp,l.colours.functional.black,Fp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: #333 !important;\n }\n ",Fp,jp,jp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n border: 1px solid ").concat("#121212",";\n }\n "),Fp,Fp),qp=e=>{let t=0;const n=setInterval(()=>{if(t>=25&&clearInterval(n),t++,!e.current)return;const a=e.current.querySelectorAll(".Opta-Time");a&&a.length>0&&(a.forEach(e=>{e&&e.innerHTML&&e.innerHTML.includes("nbsp;")&&e.classList.add("Opta-Time--empty")}),clearInterval(n))},500)};function Wp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Jp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Jp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Jp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Xp=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.isApp,l=void 0!==r&&r,s=e.homeTeamColor,c=void 0===s?{light:"#000000",dark:"#a19c9cff"}:s,d=e.awayTeamColor,p=void 0===d?{light:"#007A3F",dark:"#007A3F"}:d;const m=i.a.createRef(),u=Wp(Object(a.useState)(!1),2),h=u[0],f=u[1];return(e=>{Object(a.useEffect)(()=>{qp(e)},[e])})(m),Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{m.current&&(m.current.innerHTML=zi("opta-widget",{sport:"football",widget:"commentary",season:t,competition:n,match:o,template:"normal",live:!0,data_type:"auto",order_by:"time_descending",show_event_icons:!0,show_minor_events:!0,fixed_height_comments:"0",show_live:!1,show_logo:!1,show_title:!1}).outerHTML,Ni())}).then(()=>{f(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement(Tp,{isApp:l},i.a.createElement("h3",null,"Commentary"),i.a.createElement(Lp,{ref:m,isApp:l,homeTeamColor:c,awayTeamColor:p})),!h&&i.a.createElement(Pi,{"data-testid":"placeholder"},i.a.createElement(J.Placeholder,null)))}),Gp=r.a.div.withConfig({displayName:"WidgetContainer",componentId:"e2gjck-0"})([""," .Opta-Cf.Opta-js-main{",";}.Opta > .Opta_W{margin-top:0px !important;margin-bottom:0px !important;}.Opta-Cf{display:flex;flex-direction:column;",";}.Opta-Score,.Opta-Divider{display:none !important;}.Opta-Matchdata{order:-1;margin-top:8px !important;margin-bottom:0px !important;border-top:1px solid ",";border-bottom:1px solid ",";background-color:"," !important;dd,dt{font-family:Roboto,sans-serif;font-weight:400;line-height:150%;color:#333;}",";}.Opta-MatchHeader{margin-bottom:0;tr{display:flex;gap:20px;align-items:center;padding:16px;}.Opta-Team{font-family:Roboto,sans-serif;font-weight:700;font-size:20px;line-height:150%;color:",";display:flex;align-items:center;",";&.Opta-Home{order:2;}&.Opta-Away{order:5;}}.Opta-Crest{display:contents;.Opta-Image-Team img{height:48px;width:48px;}.Opta-TeamFormation{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0.08px;color:",";",";}&:first-of-type{.Opta-Image-Team{order:1;}.Opta-TeamFormation{order:3;margin:0;margin-right:auto;}}&:last-of-type{.Opta-Image-Team{order:6;}.Opta-TeamFormation{order:4;margin:0;margin-left:auto;}}}}.Opta-FootballPitch{margin-inline:16px;margin-bottom:16px;border-radius:8px;background:none !important;background-image:repeating-linear-gradient( 90deg,#d4e3db 0,#d4e3db 28px,#e5f0ea 28px,#e5f0ea 56px ) !important;background-size:56px 100% !important;circle{stroke:none !important;&.Opta-Home{fill:"," !important;}&.Opta-Away{fill:"," !important;}}.Opta-JerseyNumber{font-family:",";font-weight:800;font-size:16px;line-height:112.99999%;transform:translateY(-1px);}.Opta-PlayerName{fill:"," !important;filter:none;font-family:Roboto,sans-serif;font-weight:600;font-size:13px;line-height:100%;}}.Opta-Subs-Wrap{border-top:1px solid ",";",";thead{th{background-color:"," !important;color:",";font-family:Roboto,sans-serif;font-weight:500;font-size:18px;line-height:112.999%;padding-block:32px;",";}}.Opta-FootballPitch-Subplayers{margin:0;tr{display:flex;justify-content:center;}td{display:flex;flex-direction:column;height:auto;.Opta-Sub{display:flex;align-items:center;&.Opta-Home{span.Opta-Circle{border:2px solid ",";color:",";}}&.Opta-Away{span.Opta-Circle{border:2px solid ",";color:"," !important;}}",";&.Opta-Unused{opacity:1;}span.Opta-Circle{background-color:",";font-family:",";font-weight:800;font-size:16px;line-height:112.99999%;margin-bottom:0;min-width:32px;margin-right:12px;",";& + span.Opta-PlayerName{padding-right:4px;width:max-content;font-size:14px !important;white-space:nowrap;& + span.Opta-PlayerName{width:max-content;font-size:14px !important;}}}span.Opta-PlayerName{font-family:Roboto,sans-serif;font-weight:500;font-size:14px !important;line-height:100%;}span.Opta-MatcheventsIcons{display:flex;gap:4px;margin-top:0;}}}}}.Opta-Overlayer{background-color:rgb(229 240 234 / 50%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}.Opta-Overlay{border-radius:8px;overflow:hidden;border:1px solid #696969 !important;.Opta-Cf{ul{background-color:#e5f0ea;margin:0 !important;padding:16px;display:flex !important;flex-direction:column;align-items:center;text-align:center;.Opta-Circle{font-family:"," !important;font-weight:800 !important;font-size:20px !important;line-height:112.99999% !important;color:",";height:48px !important;width:48px !important;display:flex !important;align-items:center;justify-content:center;margin-bottom:16px !important;&.Opta-Home{background-color:"," !important;}&.Opta-Away{background-color:"," !important;}& + li{color:",";font-family:Roboto,sans-serif;font-weight:600;font-size:20px;line-height:100%;margin-bottom:16px;& + li{color:"," !important;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;margin-bottom:8px;}}}.Opta-MatchEvent{display:flex;align-items:center;.Opta-Icon{&.Opta-IconGoal{margin-top:2px;}&.Opta-IconOff,&.Opta-IconOn{margin-top:6px;}}span{color:"," !important;font-family:Roboto,sans-serif !important;font-weight:400 !important;font-size:16px !important;}}}}.Opta-Flex{display:grid;grid-template-rows:1fr;padding-inline:32px;padding-block:32px;padding-bottom:16px;",";}.Opta-Flex-Group{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}.Opta-Flex-Item{display:flex !important;width:100% !important;height:100% !important;padding:0 !important;padding-bottom:16px !important;}.Opta-Stat{flex-grow:1 !important;background-color:#e5f0ea !important;border-radius:8px;padding-block:16px;padding-inline:8px;margin:0 !important;.Opta-Value{color:"," !important;font-family:"," !important;font-weight:800;font-size:28px;line-height:112.999%;padding-bottom:4px;}.Opta-Label{color:"," !important;font-family:Roboto,sans-serif !important;font-weight:500;font-size:16px;line-height:112.999%;}}.Opta-Close{background:none !important;top:16px !important;right:16px !important;position:relative;&::before{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;content:'\\00D7';font-size:32px;color:",";}}}@media (max-width:","px){.Opta-Cf{display:flex;flex-direction:column;",";.Opta-MatchHeader{order:1;border-top:1px solid ",";border-bottom:1px solid ",";",";tr{justify-content:center;}.Opta-Team{font-size:0;padding:0;}.Opta-TeamFormation{font-family:Roboto,sans-serif;font-weight:700;font-size:16px;line-height:150%;&::before{content:'Formation: ';font-size:16px;font-family:Roboto,sans-serif;font-weight:400;line-height:150%;}",";}}.Opta-FootballPitch{order:2;margin:0;border-radius:0;background:none !important;background-image:repeating-linear-gradient( 0deg,#d4e3db 0,#d4e3db 56px,#e5f0ea 56px,#e5f0ea 112px ) !important;.Opta-PlayerNumber{circle{stroke:#ffffff !important;stroke-width:3px !important;r:26px !important;border:2px solid "," !important;-webkit-tap-highlight-color:transparent;}.Opta-JerseyNumber{font-size:24px;-webkit-tap-highlight-color:transparent;}}.Opta-PlayerName{font-size:18px;transform:translateY(14px);& + .Opta-PlayerName{transform:translateY(20px);& + .Opta-Icon{transform:translateY(30px);}}}.Opta-Icon{transform:translateY(20px);}}.Opta-Matchdata{order:3;margin:0 !important;padding:16px !important;border-bottom:none !important;dt{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:150%;}dd{font-family:Roboto,sans-serif;font-weight:700;font-size:16px;line-height:150%;}",";}.Opta-Subs-Wrap{order:4;thead{th{font-family:",";font-size:24px;font-weight:800;padding-block:40px;display:flex;justify-content:center;align-items:center;",";}}tbody{tr{justify-content:flex-start;td{padding:0;}.Opta-Sub{display:flex;flex-direction:row;align-items:center;margin-top:0;margin-left:16px;margin-bottom:16px;.Opta-Circle{aspect-ratio:1 / 1;height:30px !important;width:30px !important;font-size:16px !important;display:flex;justify-content:center;align-items:center;margin-right:8px;border-width:1px !important;padding-top:3px;-webkit-tap-highlight-color:transparent;}.Opta-PlayerName{padding-right:4px !important;white-space:nowrap;font-size:16px !important;}.Opta-MatcheventsIcons{margin-top:0;}}}}}}.Opta-Overlay{.Opta-Circle{padding-top:3px;}}.Opta-Subs-Wrap .Opta-FootballPitch-Subplayers td .Opta-Sub span.Opta-Circle{color:"," !important;border-color:"," !important;",";}.Opta-Subs-Wrap .Opta-FootballPitch-Subplayers td .Opta-Sub.Opta-Away span.Opta-Circle{color:"," !important;border-color:"," !important;",";}&.home-widget-container{.Opta-MatchHeader{.Opta-Away{display:none;}}}&.away-widget-container{.Opta-MatchHeader{.Opta-Home{display:none;}}}}"],e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),"#C9D9CC","#C9D9CC",jp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n border-top: 1px solid ").concat("#333333",";\n border-bottom: 1px solid ").concat("#333333",";\n dd, dt {\n color: ").concat(Sp,";\n }\n }\n "),_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp,";\n }\n "),_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp,";\n }\n "),e=>e.homeTeamColor.light,e=>e.awayTeamColor.light,l.fonts.headline,_p,"#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-top: 1px solid ".concat("#333333",";\n }\n "),jp,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp,";\n }\n "),e=>e.homeTeamColor.light,e=>e.homeTeamColor.light,e=>e.awayTeamColor.light,e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n &.Opta-Home {\n span.Opta-Circle {\n border: 2px solid ".concat(e.homeTeamColor.dark,";\n color: ").concat(e.homeTeamColor.dark,";\n }\n }\n\n &.Opta-Away {\n span.Opta-Circle {\n border: 2px solid ").concat(e.awayTeamColor.dark,";\n color: ").concat(e.awayTeamColor.dark," !important;\n }\n }\n }\n "),jp,l.fonts.headline,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),l.fonts.headline,l.colours.functional.white,e=>e.homeTeamColor.light,e=>e.awayTeamColor.light,_p,_p,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),_p,l.fonts.headline,_p,_p,Fp,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n color: ").concat(Sp," !important;\n }\n "),"#C9D9CC","#C9D9CC",e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n border-top: 1px solid ".concat("#333333",";\n border-bottom: 1px solid ").concat("#333333",";\n }\n "),e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp,";\n &::before {\n color: ").concat(Sp,";\n }\n }\n "),l.colours.functional.white,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n background-color: ".concat("#121212"," !important;\n dt, dd {\n color: ").concat(Sp,";\n }\n }\n "),l.fonts.headline,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp,";\n background-color: ").concat("#121212"," !important;\n }\n "),_p,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp," !important;\n border-color: ").concat(Sp," !important;\n }\n "),_p,_p,e=>e.isApp&&"\n @media(prefers-color-scheme: dark) {\n color: ".concat(Sp," !important;\n border-color: ").concat(Sp," !important;\n }\n "));function Up(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Vp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Vp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Zp=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.isApp,l=void 0!==r&&r,s=e.homeTeamColor,c=void 0===s?{light:"#000000",dark:"#a19c9cff"}:s,d=e.awayTeamColor,p=void 0===d?{light:"#007A3F",dark:"#007A3F"}:d;const m=i.a.createRef(),u=Up(Object(a.useState)(!1),2),h=u[0],f=u[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{m.current&&(m.current.innerHTML=zi("opta-widget",{sport:"football",widget:"matchday_live",season:t,competition:n,match:o,template:"normal",live:!0,orientation:"horizontal",side:"both",show_match_header:!0,show_crests:!0,show_pitch_crests:!1,show_team_formation:!0,show_score:!1,show_halftime_score:!1,show_competition_name:!1,show_date:!1,date_format:"dddd D MMMM YYYY",narrow_date_format:"DD/MM/YY",show_referee:!0,show_venue:!0,show_attendance:!0,show_images:!1,show_pitch_images:!1,show_team_sheets:!1,show_event_icons:!0,show_player_names:!0,show_player_stats:!0,show_subs:"all",competition_naming:"brief",team_naming:"full",player_naming:"last_name",show_live:!1,show_logo:!1,show_title:!1,breakpoints:"400, 700"}).outerHTML,Ni())}).then(()=>{f(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement(Tp,{isApp:l,className:"matchday-live-widget-desktop"},i.a.createElement("h3",null,"Line-ups"),i.a.createElement(Gp,{ref:m,isApp:l,homeTeamColor:c,awayTeamColor:p})),!h&&i.a.createElement(Pi,{"data-testid":"placeholder"},i.a.createElement(J.Placeholder,null)))}),Yp=r.a.div.withConfig({displayName:"NavigationWrapper",componentId:"if2yq7-0"})(["background-color:",";"," .navigation-buttons{display:grid;grid-template-columns:1fr 1fr;button{-webkit-tap-highlight-color:transparent;background:none;border:none;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:150%;padding:16px 8px;cursor:pointer;border-bottom:2px solid ",";color:",";&.active{&.home{border-bottom:2px solid ",";color:",";}&.away{border-bottom:2px solid ",";color:",";}}",";}}.home-widget-container{visibility:",";height:",";}.away-widget-container{visibility:",";height:",";}"],jp,e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n background-color: ".concat("#121212",";\n }\n "),jp,_p,e=>e.homeTeamColor.light,e=>e.homeTeamColor.light,e=>e.awayTeamColor.light,e=>e.awayTeamColor.light,e=>e.isApp&&"\n @media (prefers-color-scheme: dark) {\n border-bottom: 2px solid ".concat("#121212",";\n color: ").concat(Sp,";\n &.active {\n &.home {\n border-bottom: 2px solid ").concat(e.homeTeamColor.dark,";\n color: ").concat(e.homeTeamColor.dark,";\n }\n &.away {\n border-bottom: 2px solid ").concat(e.awayTeamColor.dark,";\n color: ").concat(e.awayTeamColor.dark,";\n }\n }\n }\n "),e=>"home"===e.activeTeam?"visible":"hidden",e=>"home"===e.activeTeam?"auto":"0",e=>"away"===e.activeTeam?"visible":"hidden",e=>"away"===e.activeTeam?"auto":"0");function Kp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function $p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Kp(Object(n),!0).forEach((function(t){em(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Kp(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function em(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function tm(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return nm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return nm(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function nm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const am={widget:"matchday_live",template:"normal",live:!0,orientation:"vertical",show_match_header:!0,show_crests:!1,show_pitch_crests:!1,show_team_formation:!0,show_score:!1,show_halftime_score:!1,show_competition_name:!1,show_date:!1,date_format:"dddd D MMMM YYYY",narrow_date_format:"DD/MM/YY",show_referee:!0,show_venue:!1,show_attendance:!1,show_images:!1,show_pitch_images:!1,show_team_sheets:!1,show_event_icons:!0,show_player_names:!0,show_player_stats:!0,show_subs:"all",competition_naming:"brief",team_naming:"full",player_naming:"last_name",show_live:!1,show_logo:!1,show_title:!1},im=i.a.memo(e=>{let t=e.season,n=e.competition,o=e.match,r=e.isApp,l=void 0!==r&&r,s=e.homeTeamColor,c=void 0===s?{light:"#000000",dark:"#a19c9cff"}:s,d=e.awayTeamColor,p=void 0===d?{light:"#007A3F",dark:"#007A3F"}:d,m=e.homeTeamName,u=e.awayTeamName;const h=i.a.createRef(),f=i.a.createRef(),g=tm(Object(a.useState)(!1),2),b=g[0],y=g[1],w=tm(Object(a.useState)("home"),2),x=w[0],v=w[1];return Object(a.useEffect)(()=>{Si(),Fi("football"),Ti().then(()=>{h.current&&(h.current.innerHTML=zi("opta-widget",$p($p({},am),{},{sport:"football",season:t,competition:n,match:o,side:"home"})).outerHTML,Ni())}).then(()=>{f.current&&(f.current.innerHTML=zi("opta-widget",$p($p({},am),{},{sport:"football",season:t,competition:n,match:o,side:"away"})).outerHTML,Ni())}).finally(()=>{y(!0)})},[]),i.a.createElement(i.a.Fragment,null,i.a.createElement("div",{className:"matchday-live-widget-mobile"},i.a.createElement(Yp,{"data-testid":"mobile-navigation-wrapper",activeTeam:x,homeTeamColor:c,awayTeamColor:p,isApp:l},i.a.createElement("div",{className:"navigation-buttons"},i.a.createElement("button",{className:"home"===x?"active home":"home",onClick:()=>v("home")},m),i.a.createElement("button",{className:"away"===x?"active away":"away",onClick:()=>v("away")},u)),i.a.createElement(Gp,{className:"home-widget-container",ref:h,isApp:l,homeTeamColor:c,awayTeamColor:p}),i.a.createElement(Gp,{className:"away-widget-container",ref:f,isApp:l,homeTeamColor:c,awayTeamColor:p}),!b&&i.a.createElement(Pi,{"data-testid":"placeholder"},i.a.createElement(J.Placeholder,null)))))}),om=r.a.div.withConfig({displayName:"MatchdayLiveController",componentId:"sc-4trjoe-0"})([".matchday-live-widget-mobile{display:block;}.matchday-live-widget-desktop{display:none;}@media (min-width:","px){.matchday-live-widget-mobile{display:none;}.matchday-live-widget-desktop{display:block;}}"],l.breakpoints.medium),rm=i.a.memo(e=>i.a.createElement(om,null,i.a.createElement(Zp,Object.assign({},e)),i.a.createElement(im,Object.assign({},e)))),lm=r.a.div.withConfig({displayName:"styles__PageContainer",componentId:"sc-6n3rvu-0"})(["display:grid;place-items:center;font-family:Roboto,sans-serif;margin:20px auto 0 auto;h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0;}"]),sm=r.a.div.withConfig({displayName:"styles__Card",componentId:"sc-6n3rvu-1"})(["position:relative;width:100%;max-width:680px;margin:auto;color:",";background-color:#fafafa;",";@media (min-width:769px){min-width:680px;}"],e=>e.isApp?"#fff":"#000",e=>!e.embedded&&"max-width: 680px; margin: 0 auto;"),cm=r.a.div.withConfig({displayName:"styles__TopBar",componentId:"sc-6n3rvu-2"})(["width:100%;height:3px;background:",";"],e=>e.isApp?"#fff":"#000"),dm=r.a.div.withConfig({displayName:"styles__Section",componentId:"sc-6n3rvu-3"})(["padding:16px;@media (min-width:768px){padding:32px;}"]),pm=r.a.div.withConfig({displayName:"styles__HeroRow",componentId:"sc-6n3rvu-4"})(["text-align:center;"]),mm=r.a.div.withConfig({displayName:"styles__TitleGroup",componentId:"sc-6n3rvu-5"})(["margin-bottom:20px;"]),um=r.a.div.withConfig({displayName:"styles__TitleContainer",componentId:"sc-6n3rvu-6"})(["display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:8px;"]),hm=r.a.h1.withConfig({displayName:"styles__H1",componentId:"sc-6n3rvu-7"})(["font-size:32px;font-family:Times Modern;font-weight:700;line-height:1.12;color:#1a1a1a;"]),fm=r.a.h2.withConfig({displayName:"styles__H2",componentId:"sc-6n3rvu-8"})(["font-size:20px;font-weight:400;font-family:Times Modern,sans-serif;line-height:1.12;color:#737373;padding:0 16px;"]),gm=r.a.h3.withConfig({displayName:"styles__ArticlesHeading",componentId:"sc-6n3rvu-9"})(["font-family:Times Modern;font-size:24px;font-weight:400;color:#1a1a1a;"]),bm=r.a.span.withConfig({displayName:"styles__TopicCount",componentId:"sc-6n3rvu-10"})(["font-size:14px;line-height:1.5;font-weight:500;font-family:Roboto,sans-serif;color:#737373;"]),ym=r.a.div.withConfig({displayName:"styles__CategoryHeader",componentId:"sc-6n3rvu-11"})(["display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;@media (max-width:768px){flex-direction:column;align-items:flex-start;text-align:left;gap:4px;}"]),wm=r.a.h3.withConfig({displayName:"styles__CategorySubheading",componentId:"sc-6n3rvu-12"})(["margin-bottom:16px;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;line-height:1.25;color:#1a1a1a;"]),xm=(r.a.div.withConfig({displayName:"styles__TopicsRow",componentId:"sc-6n3rvu-13"})(["display:flex;justify-content:space-between;gap:16px;"]),r.a.div.withConfig({displayName:"styles__TopicsWrap",componentId:"sc-6n3rvu-14"})(["display:flex;flex-wrap:wrap;gap:8px;"])),vm=r.a.div.withConfig({displayName:"styles__CategoryRowContainer",componentId:"sc-6n3rvu-15"})(["border:1px solid #e6e6e6;border-radius:4px;padding:16px;margin-bottom:16px;background:#ffffff;position:relative;"]),Cm=r.a.button.withConfig({displayName:"styles__CategoryTopicButton",componentId:"sc-6n3rvu-16"})(["border:1px solid #cccccc;color:#404040;padding:5px 12px;background:#ffffff;font-size:16px;font-weight:400;text-transform:none;border-radius:16px;cursor:pointer;&:hover{background:#f3f4f6;}"]),km=r.a.div.withConfig({displayName:"styles__ShowMoreButtonContainer",componentId:"sc-6n3rvu-17"})(["display:flex;align-items:center;margin-top:16px;&[aria-expanded='true'] svg{transform:rotate(180deg);}"]),Am=r.a.button.withConfig({displayName:"styles__ShowMoreButton",componentId:"sc-6n3rvu-18"})(["border:none;background:transparent;color:#005c8a;font-size:14px;cursor:pointer;text-decoration:underline;&:hover{opacity:0.9;}"]),Em=r.a.button.withConfig({displayName:"styles__TopicButton",componentId:"sc-6n3rvu-19"})(["border:1px solid ",";color:",";background:transparent;padding:4px 8px;font-size:124x;font-weight:600;text-transform:uppercase;cursor:pointer;&:hover{background:",";}"],e=>e.isApp?"#fff":"#0f766e",e=>e.isApp?"#fff":"#000",e=>e.isApp?"#1f2937":"#e5e7eb"),Im=(r.a.button.withConfig({displayName:"styles__IconButton",componentId:"sc-6n3rvu-20"})(["border:none;background:transparent;cursor:pointer;color:",";&:hover{color:",";}"],e=>e.isApp?"#fff":"#0f766e",e=>e.isApp?"#e5e7eb":"#1f2937"),r.a.div.withConfig({displayName:"styles__CarouselRow",componentId:"sc-6n3rvu-21"})(["margin-top:8px;position:relative;"]),r.a.div.withConfig({displayName:"styles__CarouselTrack",componentId:"sc-6n3rvu-22"})(["display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-bottom:8px;margin-right:40px;&::-webkit-scrollbar{height:6px;}"]),r()(Em).withConfig({displayName:"styles__CarouselItemButton",componentId:"sc-6n3rvu-23"})(["flex:0 0 auto;scroll-snap-align:start;"]),r.a.button.withConfig({displayName:"styles__CarouselNavButton",componentId:"sc-6n3rvu-24"})(["position:absolute;top:0;"," display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:0;border:1px solid ",";color:",";font-size:14px;font-weight:600;text-transform:uppercase;z-index:2;cursor:pointer;opacity:",";pointer-events:",";transition:opacity 200ms ease;&:hover{background:",";}"],e=>"left"===e.side?"left: 0px;":"right: 0px;",e=>e.isApp?"#fff":"#000",e=>e.isApp?"#fff":"#000",e=>e.visible?1:0,e=>e.visible?"auto":"none",e=>e.isApp?"#1f2937":"#e5e7eb"),r.a.div.withConfig({displayName:"styles__CardFooter",componentId:"sc-6n3rvu-25"})(["display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:20px;@media (min-width:768px){flex-direction:row;width:100%;gap:20px;justify-content:center;}"])),Om=r.a.div.withConfig({displayName:"styles__Disclaimer",componentId:"sc-6n3rvu-26"})(["display:flex;align-items:center;justify-content:center;gap:4px;margin-top:",";span{font-family:Roboto,sans-serif;text-align:center;font-size:12px;line-height:1.5;font-weight:400;color:#404040;}"],e=>void 0!==e.marginTop?"".concat(e.marginTop,"px"):"0"),jm=Object(o.keyframes)(["0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}"]),_m=r.a.div.withConfig({displayName:"styles__Overlay",componentId:"sc-6n3rvu-27"})(["position:absolute;inset:0;z-index:3;background:",";"],e=>e.isApp?"#0f172a":"#ffffff"),Sm=r.a.div.withConfig({displayName:"styles__Spinner",componentId:"sc-6n3rvu-28"})(["width:40px;height:40px;border:3px solid ",";border-top-color:transparent;border-radius:9999px;animation:"," 1s linear infinite;margin-bottom:24px;"],e=>e.isApp?"#fff":"#1a1a1a",jm),Fm=r.a.div.withConfig({displayName:"styles__ProgressBarShell",componentId:"sc-6n3rvu-29"})(["height:3px;background:",";width:",";transition:width 300ms ease;"],e=>e.isApp?"#fff":"#1a1a1a",e=>void 0!==e.width&&null!==e.width?"".concat(e.width,"%"):"100%"),Tm=r.a.button.withConfig({displayName:"styles__BackButton",componentId:"sc-6n3rvu-30"})(["display:inline-flex;align-items:center;gap:8px;font-weight:700;text-transform:uppercase;font-size:14px;color:",";background:",";padding:12px 16px;border:none;cursor:pointer;&:hover{opacity:0.9;}"],e=>(e.isApp,"#fff"),e=>(e.isApp,"#005c8a")),zm=r.a.h2.withConfig({displayName:"styles__Label",componentId:"sc-6n3rvu-31"})(["display:inline-block;font-size:12px;font-weight:400;text-transform:uppercase;font-family:Roboto,sans-serif;letter-spacing:0.08em;color:#404040;padding-bottom:8px !important;"]),Nm=r.a.p.withConfig({displayName:"styles__Description",componentId:"sc-6n3rvu-32"})(["color:#737373;font-family:Roboto,sans-serif;text-align:left;margin-top:8px !important;margin-bottom:20px !important;font-size:16px;"]),Bm=r.a.a.withConfig({displayName:"styles__ArticleCard",componentId:"sc-6n3rvu-33"})(["display:block;margin-top:16px;padding:16px;border-radius:4px;border:1px solid #e6e6e6;text-decoration:none;background:#ffffff;position:relative;color:inherit;",";"],e=>e.clickable&&"cursor: pointer; &:hover { background: ".concat(e.isApp?"#1f2937":"#f9fafb","; border-color: ").concat(e.isApp?"#fff":"#000","; }")),Mm=r.a.div.withConfig({displayName:"styles__ArticleRow",componentId:"sc-6n3rvu-34"})(["display:flex;justify-content:space-between;"]),Rm=r.a.p.withConfig({displayName:"styles__ArticleDate",componentId:"sc-6n3rvu-35"})(["font-size:14px;font-weight:500;line-height:1.5;margin:0 0 12px 0 !important;color:#727272;"]),Pm=r.a.p.withConfig({displayName:"styles__ArticleHeadline",componentId:"sc-6n3rvu-36"})(["font-size:24px;font-weight:400;font-family:Times Modern;margin:0 0 12px 0 !important;color:#1a1a1a;"]),Dm=r.a.p.withConfig({displayName:"styles__ArticleSnippet",componentId:"sc-6n3rvu-37"})(["font-style:italic;color:#404040;font-size:16px;"]),Hm=r.a.div.withConfig({displayName:"styles__QuoteBlock",componentId:"sc-6n3rvu-38"})(["position:relative;margin-top:16px;padding:64px 16px;border-radius:12px;background:",";color:",";"],e=>e.isApp?"#1f2937":"#e5e7eb",e=>e.isApp?"#e5e7eb":"#1f2937"),Qm=r.a.span.withConfig({displayName:"styles__QuoteMark",componentId:"sc-6n3rvu-39"})(["position:absolute;pointer-events:none;"," font-family:Georgia,serif;font-size:108px;height:64px;line-height:0.8;color:",";"],e=>"left"===e.position?"left: 8px; top: 0; transform: translateY(-20px);":"right: 8px; bottom: 16px;",e=>e.isApp?"#64748b":"#9ca3af"),Lm=r.a.span.withConfig({displayName:"styles__Signature",componentId:"sc-6n3rvu-40"})(["position:absolute;left:16px;bottom:8px;font-weight:600;color:",";"],e=>e.isApp?"#fff":"#000"),qm=r.a.div.withConfig({displayName:"styles__ResponseCardFooter",componentId:"sc-6n3rvu-41"})(["display:flex;flex-direction:column;align-items:center;margin-top:32px;"]),Wm=["Searching The Times archive...","Visiting Diddly squat farm...","Kicking the tires...","Looking under the hood...","Rewatching Top Gear episodes...","Arguing about electric cars...","Feeding the cows...","Tilling the soil..."];function Jm(e){const t=e.replace(/\\u([0-9a-fA-F]{4})/g,(e,t)=>String.fromCharCode(parseInt(t,16)));let n="";for(let e=0;e<t.length;e++){const a=t.charCodeAt(e);a>=32&&127!==a&&(n+=t[e])}return n}function Xm(e){return e?e.startsWith('"')&&e.endsWith('"')?Jm(e):'"'.concat(Jm(e),'"'):""}function Gm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function Um(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Gm(Object(n),!0).forEach((function(t){Vm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Gm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Vm(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Zm=r.a.div.withConfig({displayName:"GradientOverlay__Wrapper",componentId:"sc-1qbgynk-0"})({position:"absolute",top:"-20px",left:"50%",transform:"translateX(-50%)",width:"100%",maxWidth:"1045px",height:"432px",overflow:"hidden",pointerEvents:"none"}),Ym=r.a.div.withConfig({displayName:"GradientOverlay__Inner",componentId:"sc-1qbgynk-1"})({position:"relative",width:"100%",maxWidth:"1015px",height:"264px",transform:"rotate(9.714deg)",margin:"2rem auto 0",opacity:.3}),Km={position:"absolute",borderRadius:"9999px",filter:"blur(57px)"},$m=r.a.div.withConfig({displayName:"GradientOverlay__Blob1",componentId:"sc-1qbgynk-2"})(Um(Um({},Km),{},{width:"251px",height:"83px",background:"#00E5FF",top:"154px",left:"564px",transform:"matrix(0.988304, -0.152496, 0.400202, 0.916427, 0, 0)"})),eu=r.a.div.withConfig({displayName:"GradientOverlay__Blob2",componentId:"sc-1qbgynk-3"})(Um(Um({},Km),{},{width:"254px",height:"99px",background:"#CCB2F7",top:"187px",left:"269px",transform:"matrix(0.985307, -0.170793, 0.440438, 0.897783, 0, 0)"})),tu=r.a.div.withConfig({displayName:"GradientOverlay__Blob3",componentId:"sc-1qbgynk-4"})(Um(Um({},Km),{},{width:"68px",height:"96px",background:"#FF007E",opacity:.6,top:"207px",left:"130px",transform:"matrix(0.746322, 0.665585, -0.786773, 0.617243, 0, 0)"})),nu=r.a.div.withConfig({displayName:"GradientOverlay__Blob4",componentId:"sc-1qbgynk-5"})(Um(Um({},Km),{},{width:"136px",height:"128px",background:"#97B6FF",top:"123px",left:"862px",transform:"matrix(0.831079, -0.556154, 0.730325, 0.6831, 0, 0)"}));function au(){return i.a.createElement(Zm,null,i.a.createElement(Ym,null,i.a.createElement($m,null),i.a.createElement(eu,null),i.a.createElement(tu,null),i.a.createElement(nu,null)))}function iu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ou(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ou(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ou(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function ru(e){let t=e.isApp,n=e.progress,o=e.selectedTopic;const r=iu(Object(a.useState)(0),2),l=r[0],s=r[1];return Object(a.useEffect)(()=>{const e=setInterval(()=>{s(e=>(e+1)%Wm.length)},2e3);return()=>clearInterval(e)},[]),i.a.createElement(_m,{isApp:t},i.a.createElement(au,null),i.a.createElement(Fm,{isApp:t,width:n}),i.a.createElement("div",{style:{height:"100%",display:"flex",flexDirection:"column",justifyContent:"flex-start",alignItems:"center",padding:"48px 16px 16px"}},i.a.createElement(Sm,{isApp:t}),o&&i.a.createElement("p",{style:{fontSize:32,marginBlockEnd:24,fontWeight:600,fontFamily:"Times Modern, serif",color:t?"#fff":"#1a1a1a"}},o[0].toUpperCase()+o.slice(1)),i.a.createElement("p",{style:{color:t?"#9ca3af":"#727272",fontFamily:"Roboto, sans-serif",fontSize:16,textAlign:"center",maxWidth:300}},Wm[l])))}function lu(e){let t=e.isApp,n=e.resetResponse;return i.a.createElement(_m,{isApp:t},i.a.createElement(cm,{isApp:t}),i.a.createElement("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",padding:32,height:"100%",width:"100%"}},i.a.createElement("p",{style:{color:t?"#fca5a5":"#ef4444",fontSize:18,fontWeight:600,textAlign:"center"}},"Something went wrong.",i.a.createElement("br",null)," If the problem persists, please try again later."),i.a.createElement(Tm,{isApp:t,onClick:n},i.a.createElement("span",{style:{fontWeight:700,fontSize:20,lineHeight:1}},"←"),i.a.createElement("span",null,"Go back"))))}function su(e){let t=e.isApp,n=e.isEmbeddedMode,a=e.resetResponse,o=e.response;return i.a.createElement(sm,{isApp:t,embedded:!n},i.a.createElement(au,null),i.a.createElement(cm,{isApp:t}),i.a.createElement(dm,null,i.a.createElement(pm,null,i.a.createElement(zm,{isApp:t},o.label),i.a.createElement(hm,null,o.title),i.a.createElement(Nm,{isApp:t},o.description)),i.a.createElement("div",null,(()=>{const e=o.articles||[],n=e.filter(e=>0===(e.headline||"").trim().length),a=e.filter(e=>(e.headline||"").trim().length>0);return i.a.createElement(i.a.Fragment,null,n.map((e,n)=>i.a.createElement(Hm,{key:"q-".concat(n),isApp:t},i.a.createElement(Qm,{isApp:t,position:"left"},"“"),i.a.createElement(Dm,{isApp:t},i.a.createElement("span",null,Xm(e.snippet))),i.a.createElement(Lm,{isApp:t},"Jeremy Clarkson"),i.a.createElement(Qm,{isApp:t,position:"right"},"”"))),a.length>0&&i.a.createElement(gm,null,"Related Articles"),a.map((e,n)=>{const a=!!e.url;return i.a.createElement(Bm,{key:"a-".concat(n),href:e.url||void 0,target:a?"_blank":void 0,isApp:t,clickable:a},i.a.createElement(Mm,null,i.a.createElement("div",null,i.a.createElement(Rm,{isApp:t},e.publishedDate),i.a.createElement(Pm,{isApp:t},e.headline)),a&&i.a.createElement("div",null,i.a.createElement("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M18 14v4.833A1.166 1.166 0 0 1 16.833 20H5.167A1.167 1.167 0 0 1 4 18.833V7.167A1.166 1.166 0 0 1 5.167 6h4.618m4.447-2H20v5.768m-7.889 2.121 7.778-7.778"})))),i.a.createElement(Dm,{isApp:t},i.a.createElement("span",null,Xm(e.snippet))))}))})()),i.a.createElement(qm,null,i.a.createElement(Tm,{isApp:t,onClick:a},i.a.createElement("span",null,"Search other topics")),i.a.createElement(Om,{isApp:t,marginTop:32},"This response was generated by AI"))))}const cu=()=>i.a.createElement("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},i.a.createElement("rect",{width:"40",height:"40",fill:"url(#pattern0_8547_143321)"}),i.a.createElement("defs",null,i.a.createElement("pattern",{id:"pattern0_8547_143321",patternContentUnits:"objectBoundingBox",width:"1",height:"1"},i.a.createElement("use",{xlinkHref:"#image0_8547_143321",transform:"translate(-0.00516529) scale(0.00206612)"})),i.a.createElement("image",{id:"image0_8547_143321",width:"489",height:"484",preserveAspectRatio:"none",xlinkHref:"data:image/png;base64,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"})));function du(e){let t=e.isApp;return i.a.createElement(pm,null,i.a.createElement(mm,null,i.a.createElement(um,null,i.a.createElement(hm,null,"Clarkson Says"),i.a.createElement(cu,null)),i.a.createElement(fm,{isApp:t},"Curious what Jeremy Clarkson really thinks? Explore his views on the topics below.")))}var pu=n(11);const mu=()=>i.a.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("mask",{id:"mask0_8576_2",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"16",height:"16"},i.a.createElement("path",{d:"M11.06 5.72656L8 8.7799L4.94 5.72656L4 6.66656L8 10.6666L12 6.66656L11.06 5.72656Z",fill:"#0A0A0A"})),i.a.createElement("g",{mask:"url(#mask0_8576_2)"},i.a.createElement("rect",{width:"16",height:"16",fill:"#005C8A"})));function uu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function hu(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?uu(Object(n),!0).forEach((function(t){fu(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):uu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function fu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function gu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return bu(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return bu(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function bu(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function yu(e){let t=e.topics,n=e.handleTopicClick;const o=pu.categories||[],r=Object(a.useMemo)(()=>{const e=new Map;return t.forEach(t=>e.set(t.title,t)),e},[t]),l=gu(Object(a.useState)({}),2),s=l[0],c=l[1];return i.a.createElement("div",null,o.map(e=>{const t=e.topics.map(e=>r.get(e)).filter(Boolean);if(0===t.length)return null;const a=!!s[e.id],o=a?t:t.slice(0,4),l=Math.max(t.length-4,0);return i.a.createElement(vm,{key:e.id},i.a.createElement(ym,null,i.a.createElement(wm,null,e.title),i.a.createElement(bm,null,t.length," topics")),i.a.createElement(xm,null,o.map(e=>i.a.createElement(Cm,{key:e.title,onClick:()=>n(e)},e.title))),l>0&&i.a.createElement(km,{"aria-expanded":a},i.a.createElement(Am,{onClick:()=>{return t=e.id,void c(e=>hu(hu({},e),{},{[t]:!e[t]}));var t},"aria-expanded":a},a?"Hide additional topics":"Show ".concat(l," more topics")),i.a.createElement(mu,null)))}))}const wu=()=>i.a.createElement("svg",{width:"59",height:"16",viewBox:"0 0 59 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},i.a.createElement("rect",{width:"59",height:"16",fill:"url(#pattern0_8547_147345)"}),i.a.createElement("defs",null,i.a.createElement("pattern",{id:"pattern0_8547_147345",patternContentUnits:"objectBoundingBox",width:"1",height:"1"},i.a.createElement("use",{xlinkHref:"#image0_8547_147345",transform:"matrix(0.00104167 0 0 0.00384115 0 -0.00126953)"})),i.a.createElement("image",{id:"image0_8547_147345",width:"960",height:"261",preserveAspectRatio:"none",xlinkHref:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8AAAAEFCAYAAAAsbI61AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAADwKADAAQAAAABAAABBQAAAABNFFCmAABAAElEQVR4Ae2dB9hcRfXGDQkhkFBC6C0JvSMgvSTSe5XeEpoCUkQBQYUAIoiFJiJ/RCAgVZSi9N5D770kISGE0CGEqv/3Jd/CZrPlljNzZ+59z/O83367O/fMmd/c3XvPzNy73b4ji4HAHAhycag/tECdZsf/faHu0ExQT6g3RPsY+gKaBL0DvQu9BY2GXoNGQs91/f8/PMpEQAREQAREQAREQAREQAREoNQEupW6dXE2bhaEvRq0Yp3md9iUD+H7SehR6G7oHuhNSCYCIiACIiACIiACIiACIiACIiACpgQ4CLE8dBTEBJSztpyRLVIvoP5TofUhzirLREAEREAEREAEREAEREAEREAERCAzgVWw5Z+gcVCRyW6nujlDfBG0CTQtJBMBERABERABERABERABERABERCBjgTmQ4mfQ89CnRLPEN/nNcSnQItBMhEQAREQAREQAREQAREQAREQARGYisD38MoV0FdQiIlt2pj+i3bcDG0B6TpyQJCJgAiIgAiIgAiIgAiIgAiIQNUJrAkA10JpE8yYyj+N9u0O9YBkIiACIiACIiACIiACIiACIiACFSMwGO19CIopkc0b64to7w8gzQgDgkwEREAEREAEREAEREAEREAEyk5gUTTwKihvMhnz9vej/WuUvaPVPhEQAREQAREQAREQAREQARGoKoGZ0fDToM+hmJNXq9h5jfDfoNkgmQiIgAiIgAiIgAiIgAiIgAiIQEkIbIh2jIaskscy+XkbXPYoST+rGSIgAiIgAiIgAiIgAiIgAiJQWQIzoeVnQ5ztLFPS6qIt14HR3JBMBERABERABERABERABERABEQgMgJrId6RkItksaw+3wSvjSGZCIiACIiACIiACIiACIiACIhAJAT2RZy61jdb8s/Z8pOg7pH0tcIUAREQAREQAREQAREQAREQgUoS6I1WXwyVdYbWZ7tuBMe+ldyL1GgREAEREAEREAEREAEREAERCJzAgojvKchnklj2up4DT3KViYAIiIAIiIAIiIAIiIAIiIAIBEJgWcTxBlT2hLSI9r0FrqsG0s8KQwREQAREQAREQAREQAREoOQEupW8fXmbtyYcXAvNkteRwfZMUPlzSy92iTOor0LvQBO79AEeP4Fm6FIvPDL2uSDOtlIDoWW6/sdD4cbYt4JuKTwSBSACIiACIiACIiACIiACIiACFSWwKdrN5KyImVHWyRtGPQmdBm0JWV8zOyd8bgH9BhoBFflzTpNQ/2aQTAREQAREQAREQAREQAREQAREwDMBJmNF3OmZSehd0N7Q7JBPmxeV7QfdBBXRdta5OSQTAREQAREQAREQAREQAREQAScEtAR6aqyD8NL10PRTv+XsFS5lHg5dCPH/om1uBMAknD/5NJ/HYD5FXZtAtzepkzPgTNI5c80l3XN0PbZanv4+3n8Perfrkb9D/DI0DpKJgAiIgAiIgAiIgAiIgAhUkIAS4Ck7fUU8vQ2aacqXnT3jnaVPhC6HvnJWS3bH/L1ezsoeBq2e3U2qLT9C6SFQH2hpiDchWwqySsTp/6UuPYPH+6EHoI8hmQiIgAiIgAiIgAiIgAiIgAhUgsBiaCXvSuzjml9ec8vrb2MagOA10Y944uOjD+rr+BLtehQ6A/oBxORbJgIiIAIiIAIiIAIiIAIiIAKlJDAzWvUCVJ8Uufify3B3h2JKfBHuN8a4mSCOhFzwCcUnb8r1b2gfiEuuZSIgAiIgAiIgAiIgAiIgAiJQCgLToBXXQC6TL84wngm1ul4Vb0VlnCH9I8R2ueQWgm8uTb8V2gHqCclEQAREQAREQAREQAREQAREIFoCRyNyl4nWi/C/UrR02ge+It5+HHLJLyTf49HWk6FFIJkIiIAIiIAIiIAIiIAIiIAIREWA17Vyhs9VknUxfM8YFZH0wfbCJmdDrhiG6Pe/aO+/oOUhmQiIgAiIgAiIgAiIgAiIgAgET2A2RMgZPRcJFq8hPTh4ArYB7gJ3H0MueIbs82a0eRVblPImAiIgAiIgAiIgAiIgAiIgArYEroQ7F4kVb3TFpcFVM17ffAXkgmkMPq9F27U0ump7vdorAiIgAiIgAiIgAiIgAhEQ2AkxukiqXoHfhSNov2WI/K3gH0K+fkLKRb9Z+fwUHH4D9YZkIiACIiACIiACIiACIiACIlA4gbkRwTuQVdJT88ObQdF3lWwwGlulm2DV+rrT4+vgsn2VdgS1VQREQAREQAREQAREQAREIEwClyCsTglM2vcfhk/+lnBVbCAa+g8oLaeqlSejflXZKdROERABERABERABERABERCBsAisinB4B1/LROxl+JszrGY6i2YGeB4G8SZflgzL7IvXhPNu4zIREAEREAEREAEREAEREAER8EagG2q6H7JMtt6AP86Glt3IbjdoDGTJryq+OOhyKjQdJBMBERABERABERABERABERAB5wR2RA2WCdcH8Les86iLr2BlhGA9cGDZDzH5uhcsq7JaoPg9VxGIgAiIgAiIgAiIgAiIQEUJcOZtJGSZLP2g5CznQfsugKyXjFv2QYy+RoHpd0u+76h5IiACIiACIiACIiACIiACBRLYG3VbJkt/KrAtrqvuiQoOhjjDbclMvr7l+THYbgvJREAEREAEREAEREAEREAEPBLgtZ1lt2nQwGegxY0a+ij8rA59ZuQvJDfbIJjfQQuGFFRdLEyiX+vS23jkz1nVxJlq3qSLNj3E3+Llz1L17xJntPmbxaEY23IgdGYoASkOERABERABERABERABERCB+AlshSYw2bDQRPhZOH4kU7WA1zLfClkwsvTxBGI6BdoLWgliUpvVemBDDoIMgf4C8feLv4Qs403ri0n7TyGZCIiACIiACIiACIiACIiACJgQuA9e0iYmrcofaRJROE5mQyh/hopOBGu830Usl0JDIc7YurYZUcF20MVQkUu+j3LdUPkXAREQAREQAREQAREQAREoP4HV0MRacpX38Tn44vWxZbBp0Qhe58uEMy+XvNtzFvQWaCeoF1SU8UZpG0MXQZ9BeduVdvthqFMmAiIgAiIgAiIgAiIgAiIgApkJnI0t0yYircqvkzmKsDbcEOE8a8ilFa9Or/Pa3ROgEK83ngtxDYPGQZ3aYfn+AahPJgIiIAIiIAIiIAIiIAIiIAKpCXA28T3IIkG5LHXt4W2wCEK61ohHHqZcajwMmhkK3TjjPwTiTxflaXPSbbkUfUtIJgIiIAIiIAIiIAIiIAIiIAKpCPDazqSJR7tyXKK7dKqawyrMRJN3di5iWW89V/70z4nQrFBsxsGUwyGrAZV6Lo3/80Zrq8YGSPGKgAiIgAiIgAiIgAiIgAgUS+AaVN+YXGR5/q9im5G5dv78097Qm1CWdlttwwGE4ZCPm1qhGqfWD95Ph76CrPg08/MW/A+EZCIgAiIg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"})));function xu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return vu(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vu(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vu(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Cu=r.a.div.withConfig({displayName:"ProductBetaBadge__Wrap",componentId:"sc-182zfvq-0"})(["display:inline-flex;align-items:center;gap:8px;"]),ku=r.a.div.withConfig({displayName:"ProductBetaBadge__Badge",componentId:"sc-182zfvq-1"})(["display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:4px 12px;color:#1a1a1a;border-radius:",";transition:transform 200ms ease,box-shadow 200ms ease;",";"],e=>e.isPill?"9999px":"6px",e=>e.interactive&&"&:hover { transform: scale(1); cursor: default; }"),Au=r.a.span.withConfig({displayName:"ProductBetaBadge__Brand",componentId:"sc-182zfvq-2"})(["display:inline-flex;gap:8px;font-size:12px;line-height:18px;"]),Eu=r.a.span.withConfig({displayName:"ProductBetaBadge__BrandTimes",componentId:"sc-182zfvq-3"})(["font-family:Times Modern;font-weight:700;letter-spacing:0.02em;padding-top:2px !important;"]),Iu=r.a.span.withConfig({displayName:"ProductBetaBadge__BrandLabs",componentId:"sc-182zfvq-4"})(["color:",";"],e=>e.accent),Ou=r.a.span.withConfig({displayName:"ProductBetaBadge__Separator",componentId:"sc-182zfvq-5"})(["opacity:0.7;"]),ju=r.a.span.withConfig({displayName:"ProductBetaBadge__BetaText",componentId:"sc-182zfvq-6"})(["font-family:Roboto,sans-serif;font-weight:500;letter-spacing:0.05em;padding-top:1px !important;"]),_u=r.a.div.withConfig({displayName:"ProductBetaBadge__TooltipBubble",componentId:"sc-182zfvq-7"})(["position:absolute;bottom:0px;left:50%;transform:translate(-50%,calc(100% + 10px));background:#1a1a1a;color:#ffffff;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,0.25);font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:1.5;padding:12px 16px;max-width:420px;min-width:320px;z-index:50;@media (max-width:768px){display:none;}opacity:0;transform-origin:bottom center;animation:fadeIn 0.3s forwards;@keyframes fadeIn{to{opacity:1;}}"]),Su=r.a.div.withConfig({displayName:"ProductBetaBadge__TooltipArrow",componentId:"sc-182zfvq-8"})(["position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(180deg);z-index:51;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1a1a1a;"]),Fu=r.a.div.withConfig({displayName:"ProductBetaBadge__TooltipAnchor",componentId:"sc-182zfvq-9"})(["position:relative;display:inline-flex;"]),Tu=r.a.button.withConfig({displayName:"ProductBetaBadge__InfoButton",componentId:"sc-182zfvq-10"})(["display:inline-flex;align-items:center;justify-content:center;padding:4px;border:none;border-radius:9999px;background:transparent;cursor:pointer;transition:background-color 200ms ease;-webkit-tap-highlight-color:transparent;&:active{background:rgba(0,0,0,0.06);}@media (min-width:769px){display:none;}"]),zu=r.a.div.withConfig({displayName:"ProductBetaBadge__ModalOverlay",componentId:"sc-182zfvq-11"})(["position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:50;"]),Nu=r.a.div.withConfig({displayName:"ProductBetaBadge__ModalContent",componentId:"sc-182zfvq-12"})(["position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffff;border-radius:12px;box-shadow:0 12px 24px rgba(0,0,0,0.25);padding:24px;max-width:480px;width:calc(100vw - 32px);z-index:51;"]),Bu=r.a.h3.withConfig({displayName:"ProductBetaBadge__ModalTitle",componentId:"sc-182zfvq-13"})(["font-size:18px;font-weight:600;margin:0 0 12px 0 !important;font-family:Times Modern;"]),Mu=r.a.p.withConfig({displayName:"ProductBetaBadge__ModalDescription",componentId:"sc-182zfvq-14"})(["font-size:14px;margin:0 0 16px 0 !important;color:#374151;line-height:1.5;font-family:Roboto,sans-serif;"]),Ru=r.a.button.withConfig({displayName:"ProductBetaBadge__ModalClose",componentId:"sc-182zfvq-15"})(["width:100%;padding:10px 16px;border:none;border-radius:8px;color:#ffffff;font-weight:500;font-family:Roboto,sans-serif;background:",";cursor:pointer;transition:opacity 200ms ease;&:hover{opacity:0.9;}"],e=>e.bg),Pu=e=>{let t=e.color;return i.a.createElement("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i.a.createElement("circle",{cx:"12",cy:"12",r:"10",stroke:t,strokeWidth:"2"}),i.a.createElement("path",{d:"M12 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",fill:t}),i.a.createElement("path",{d:"M11 11h2v7h-2z",fill:t}))},Du="#000000",Hu="#1a1a1a",Qu="#ffffff",Lu="#ff0000";function qu(e){let t=e.variant,n=void 0===t?"pill":t,o=e.className;const r="pill"===n,l=xu(Object(a.useState)(!1),2),s=l[0],c=l[1],d=xu(Object(a.useState)(!1),2),p=d[0],m=d[1],u=xu(Object(a.useState)(!1),2),h=u[0],f=u[1],g=Object(a.useRef)(null);return Object(a.useEffect)(()=>{const e=()=>c(window.innerWidth<768);return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),i.a.createElement(Cu,{className:o},i.a.createElement(Fu,{onMouseEnter:()=>{g.current=setTimeout(()=>f(!0),500)},onMouseLeave:()=>{g.current&&(clearTimeout(g.current),g.current=null),f(!1)}},i.a.createElement(ku,{isPill:r,bg:Du,border:Hu,text:Qu,interactive:!s,role:s?void 0:"button","aria-label":s?void 0:"Experimental feature information"},i.a.createElement(Au,{accent:Lu},i.a.createElement(Eu,null,"TIMES ",i.a.createElement(Iu,{accent:Lu},"LABS")),i.a.createElement(Ou,null,"|"),i.a.createElement(ju,null,"BETA"))),h&&i.a.createElement(_u,null,"Experimental feature. Refining based on reader feedback.",i.a.createElement(Su,null))),i.a.createElement(Tu,{"aria-label":"More information about this experimental feature",onClick:()=>m(!0)},i.a.createElement(Pu,{color:Du})),p&&i.a.createElement(i.a.Fragment,null,i.a.createElement(zu,{onClick:()=>m(!1)}),i.a.createElement(Nu,{role:"dialog","aria-modal":"true","aria-labelledby":"beta-modal-title"},i.a.createElement(Bu,{id:"beta-modal-title"},"Experimental Feature"),i.a.createElement(Mu,null,"Experimental feature. Refining based on reader feedback."),i.a.createElement(Ru,{bg:Du,onClick:()=>m(!1)},"Got it"))))}function Wu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var a,i,o=[],r=!0,l=!1;try{for(n=n.call(e);!(r=(a=n.next()).done)&&(o.push(a.value),!t||o.length!==t);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==n.return||n.return()}finally{if(l)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ju(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ju(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ju(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}const Xu=pu.data;function Gu(e){let t=e.isEmbeddedMode,n=void 0!==t&&t,o=e.isApp,r=void 0!==o&&o;const l=Wu(Object(a.useState)(null),2),s=l[0],c=l[1],d=Wu(Object(a.useState)(null),2),p=d[0],m=d[1],u=Wu(Object(a.useState)(!1),2),h=u[0],f=u[1],g=Wu(Object(a.useState)(!1),2),b=g[0],y=g[1],w=Object(a.useRef)(null);function x(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:80;if(w.current)try{const t=w.current.getBoundingClientRect(),n=Math.max(0,window.scrollY+t.top-e);window.scrollTo({top:n,behavior:"smooth"})}catch(e){}}function v(){y(!1),m(null),setTimeout(()=>x(120),0)}const C=Wu(Object(a.useState)(0),2),k=C[0],A=C[1];return Object(a.useEffect)(()=>{if(!h)return;A(0);const e=setInterval(()=>{A(t=>t>=99?(clearInterval(e),99):t+Math.random()*(99-t)*.1)},100);return()=>clearInterval(e)},[h]),i.a.createElement(lm,{isEmbeddedMode:n},!p&&i.a.createElement(sm,{ref:w,isApp:r,embedded:!n},i.a.createElement(au,null),i.a.createElement(cm,{isApp:r}),i.a.createElement(dm,null,i.a.createElement(du,{isApp:r}),i.a.createElement(yu,{topics:Xu,isLoading:h,handleTopicClick:function(e){c(e.title),f(!0),x(120),setTimeout(()=>{f(!1),m(e)},3500)}}),i.a.createElement(Im,null,i.a.createElement(Om,{isApp:r},i.a.createElement("span",null,"Powered by")," ",i.a.createElement(wu,null)),i.a.createElement(qu,null))),h&&i.a.createElement(ru,{isApp:r,progress:k,selectedTopic:s||void 0}),b&&i.a.createElement(lu,{isApp:r,resetResponse:v})),p&&i.a.createElement(su,{isApp:r,response:p,resetResponse:v}))}n.d(t,"BreakingArticleFlag",(function(){return N})),n.d(t,"LiveArticleFlag",(function(){return z})),n.d(t,"TrackingContextProvider",(function(){return W})),n.d(t,"InArticlePuff",(function(){return Ie})),n.d(t,"InfoCard",(function(){return $e})),n.d(t,"GalleryCarousel",(function(){return xt})),n.d(t,"InfoCardBulletPoints",(function(){return zt})),n.d(t,"BigNumbers",(function(){return Wt})),n.d(t,"ArticleFlag",(function(){return Xt})),n.d(t,"ArticleFlags",(function(){return $t})),n.d(t,"NewArticleFlag",(function(){return Gt})),n.d(t,"UpdatedArticleFlag",(function(){return Ut})),n.d(t,"ExclusiveArticleFlag",(function(){return Vt})),n.d(t,"SponsoredArticleFlag",(function(){return Zt})),n.d(t,"LongReadArticleFlag",(function(){return Yt})),n.d(t,"Timelines",(function(){return mn})),n.d(t,"SaveStar",(function(){return kn})),n.d(t,"Breadcrumb",(function(){return _n})),n.d(t,"UpdateButton",(function(){return Nn})),n.d(t,"UpdateButtonWithDelay",(function(){return Ln})),n.d(t,"Banner",(function(){return ta})),n.d(t,"JobTitle",(function(){return fa})),n.d(t,"TravelMiniCTA",(function(){return Wa})),n.d(t,"AutoNewsletterPuff",(function(){return ji})),n.d(t,"InlineNewsletterPuff",(function(){return Oi})),n.d(t,"PreviewNewsletterPuff",(function(){return _i})),n.d(t,"OptaCricketScorecard",(function(){return Gi})),n.d(t,"OptaFixturesTicker",(function(){return ao})),n.d(t,"OptaFootballFixtures",(function(){return lo})),n.d(t,"OptaFootballFixturesTournament",(function(){return mo})),n.d(t,"OptaFootballStandings",(function(){return go})),n.d(t,"OptaFootballSummary",(function(){return xo})),n.d(t,"OptaFootballMatchStats",(function(){return Ao})),n.d(t,"OptaFootballPlayerStats",(function(){return jo})),n.d(t,"OptaRugbyFixtures",(function(){return To})),n.d(t,"OptaRugbyStandings",(function(){return Mo})),n.d(t,"OptaRugbySummary",(function(){return Do})),n.d(t,"OptaRugbyMatchStats",(function(){return qo})),n.d(t,"RecommendedFetch",(function(){return nr})),n.d(t,"FetchProvider",(function(){return K})),n.d(t,"ViewCountWrapper",(function(){return ei})),n.d(t,"HiddenDiv",(function(){return me})),n.d(t,"InlineMessage",(function(){return mr})),n.d(t,"InlineDialog",(function(){return yr})),n.d(t,"ArticleHeader",(function(){return Vr})),n.d(t,"TripCards",(function(){return Ds})),n.d(t,"UpdatedTimestamp",(function(){return _})),n.d(t,"UpdatedTimeProvider",(function(){return F})),n.d(t,"WelcomeBanner",(function(){return Js})),n.d(t,"safeDecodeURIComponent",(function(){return Er})),n.d(t,"ArticleSidebar",(function(){return sc})),n.d(t,"QuizleSidebar",(function(){return yc})),n.d(t,"ArticleAudio",(function(){return pd})),n.d(t,"FeaturesCarousel",(function(){return yd})),n.d(t,"CtaButton",(function(){return xd})),n.d(t,"SocialMediaEmbed",(function(){return Yd})),n.d(t,"useSocialEmbedsContext",(function(){return Qd})),n.d(t,"SocialEmbedsProvider",(function(){return Hd})),n.d(t,"AffiliateLinkDisclaimer",(function(){return ap})),n.d(t,"ArticleCard",(function(){return xp})),n.d(t,"trackAlgoliaConversionWithDwellTime",(function(){return Op})),n.d(t,"getValidConversionData",(function(){return Ap})),n.d(t,"OptaMatchStatsSummary",(function(){return Rp})),n.d(t,"OptaMatchStatsGraphs",(function(){return Qp})),n.d(t,"OptaMatchStatsCommentary",(function(){return Xp})),n.d(t,"OptaMatchStatsMatchdayLive",(function(){return rm})),n.d(t,"ClarksonSays",(function(){return Gu}))}]);