CINXE.COM
Culture in Quarantine - BBC Arts
<!DOCTYPE html><html lang="en" class="b-pw-1280 b-reith-sans-font b-reith-serif-font"><head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/arts","20210207192743","https://web.archive.org/","web","/_static/", "1612726063"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script> window.orb_fig_blocking = false window.bbcredirection = { geo: false, device: false }; </script> <script src="https://web.archive.org/web/20210207192743js_/https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/js/require.min.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20210207192743cs_/https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/css/orb-ltr.min.css"> <!-- Orbit: 3.0.0-1349.d9523c7f --> <!-- Environment: live --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script> // nav-orbit-pollyfills // Promise polyfill from https://github.com/bramstein/promis (function(){'use strict';var f,g=[];function l(a){g.push(a);1==g.length&&f()}function m(){for(;g.length;)g[0](),g.shift()}f=function(){setTimeout(m)};function n(a){this.a=p;this.b=void 0;this.f=[];var b=this;try{a(function(a){q(b,a)},function(a){r(b,a)})}catch(c){r(b,c)}}var p=2;function t(a){return new n(function(b,c){c(a)})}function u(a){return new n(function(b){b(a)})}function q(a,b){if(a.a==p){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&"object"==typeof b&&"function"==typeof d){d.call(b,function(b){c||q(a,b);c=!0},function(b){c||r(a,b);c=!0});return}}catch(e){c||r(a,e);return}a.a=0;a.b=b;v(a)}} function r(a,b){if(a.a==p){if(b==a)throw new TypeError;a.a=1;a.b=b;v(a)}}function v(a){l(function(){if(a.a!=p)for(;a.f.length;){var b=a.f.shift(),c=b[0],d=b[1],e=b[2],b=b[3];try{0==a.a?"function"==typeof c?e(c.call(void 0,a.b)):e(a.b):1==a.a&&("function"==typeof d?e(d.call(void 0,a.b)):b(a.b))}catch(h){b(h)}}})}n.prototype.g=function(a){return this.c(void 0,a)};n.prototype.c=function(a,b){var c=this;return new n(function(d,e){c.f.push([a,b,d,e]);v(c)})}; function w(a){return new n(function(b,c){function d(c){return function(d){h[c]=d;e+=1;e==a.length&&b(h)}}var e=0,h=[];0==a.length&&b(h);for(var k=0;k<a.length;k+=1)u(a[k]).c(d(k),c)})}function x(a){return new n(function(b,c){for(var d=0;d<a.length;d+=1)u(a[d]).c(b,c)})};window.Promise||(window.Promise=n,window.Promise.resolve=u,window.Promise.reject=t,window.Promise.race=x,window.Promise.all=w,window.Promise.prototype.then=n.prototype.c,window.Promise.prototype["catch"]=n.prototype.g);}()); // Polyfill Event constructor for IE ref: https://jira.dev.bbc.co.uk/browse/ORBITEN-919 // see: https://stackoverflow.com/questions/26596123 (function () { if (typeof window.CustomEvent === "function") { return false; } function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: undefined }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.Event = CustomEvent; })(); //Element.prototype.matches polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; } //NodeList.forEach Polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach; } // Object.assign polyfill from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill if (typeof Object.assign != 'function') { // Must be writable: true, enumerable: false, configurable: true Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { // .length of function is 2 'use strict'; if (target == null) { // TypeError if undefined or null throw new TypeError('Cannot convert undefined or null to object'); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { // Skip over if undefined or null for (var nextKey in nextSource) { // Avoid bugs when hasOwnProperty is shadowed if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } // window.fetch polyfill https://github.com/github/fetch/blob/v0.11.0/fetch.js - chosen for IE9 compatibility if(typeof window.fetch !== 'function') { (function(self){"use strict";if(self.fetch){return}function normalizeName(name){if(typeof name!=="string"){name=String(name)}if(/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(name)){throw new TypeError("Invalid character in header field name")}return name.toLowerCase()}function normalizeValue(value){if(typeof value!=="string"){value=String(value)}return value}function Headers(headers){this.map={};if(headers instanceof Headers){headers.forEach(function(value,name){this.append(name,value)},this)}else if(headers){Object.getOwnPropertyNames(headers).forEach(function(name){this.append(name,headers[name])},this)}}Headers.prototype.append=function(name,value){name=normalizeName(name);value=normalizeValue(value);var list=this.map[name];if(!list){list=[];this.map[name]=list}list.push(value)};Headers.prototype["delete"]=function(name){delete this.map[normalizeName(name)]};Headers.prototype.get=function(name){var values=this.map[normalizeName(name)];return values?values[0]:null};Headers.prototype.getAll=function(name){return this.map[normalizeName(name)]||[]};Headers.prototype.has=function(name){return this.map.hasOwnProperty(normalizeName(name))};Headers.prototype.set=function(name,value){this.map[normalizeName(name)]=[normalizeValue(value)]};Headers.prototype.forEach=function(callback,thisArg){Object.getOwnPropertyNames(this.map).forEach(function(name){this.map[name].forEach(function(value){callback.call(thisArg,value,name,this)},this)},this)};function consumed(body){if(body.bodyUsed){return Promise.reject(new TypeError("Already read"))}body.bodyUsed=true}function fileReaderReady(reader){return new Promise(function(resolve,reject){reader.onload=function(){resolve(reader.result)};reader.onerror=function(){reject(reader.error)}})}function readBlobAsArrayBuffer(blob){var reader=new FileReader;reader.readAsArrayBuffer(blob);return fileReaderReady(reader)}function readBlobAsText(blob){var reader=new FileReader;reader.readAsText(blob);return fileReaderReady(reader)}var support={blob:"FileReader"in self&&"Blob"in self&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in self,arrayBuffer:"ArrayBuffer"in self};function Body(){this.bodyUsed=false;this._initBody=function(body){this._bodyInit=body;if(typeof body==="string"){this._bodyText=body}else if(support.blob&&Blob.prototype.isPrototypeOf(body)){this._bodyBlob=body}else if(support.formData&&FormData.prototype.isPrototypeOf(body)){this._bodyFormData=body}else if(!body){this._bodyText=""}else if(support.arrayBuffer&&ArrayBuffer.prototype.isPrototypeOf(body)){}else{throw new Error("unsupported BodyInit type")}if(!this.headers.get("content-type")){if(typeof body==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}}};if(support.blob){this.blob=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){return this.blob().then(readBlobAsArrayBuffer)};this.text=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return readBlobAsText(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}}}else{this.text=function(){var rejected=consumed(this);return rejected?rejected:Promise.resolve(this._bodyText)}}if(support.formData){this.formData=function(){return this.text().then(decode)}}this.json=function(){return this.text().then(JSON.parse)};return this}var methods=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function normalizeMethod(method){var upcased=method.toUpperCase();return methods.indexOf(upcased)>-1?upcased:method}function Request(input,options){options=options||{};var body=options.body;if(Request.prototype.isPrototypeOf(input)){if(input.bodyUsed){throw new TypeError("Already read")}this.url=input.url;this.credentials=input.credentials;if(!options.headers){this.headers=new Headers(input.headers)}this.method=input.method;this.mode=input.mode;if(!body){body=input._bodyInit;input.bodyUsed=true}}else{this.url=input}this.credentials=options.credentials||this.credentials||"omit";if(options.headers||!this.headers){this.headers=new Headers(options.headers)}this.method=normalizeMethod(options.method||this.method||"GET");this.mode=options.mode||this.mode||null;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&body){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(body)}Request.prototype.clone=function(){return new Request(this)};function decode(body){var form=new FormData;body.trim().split("&").forEach(function(bytes){if(bytes){var split=bytes.split("=");var name=split.shift().replace(/\+/g," ");var value=split.join("=").replace(/\+/g," ");form.append(decodeURIComponent(name),decodeURIComponent(value))}});return form}function headers(xhr){var head=new Headers;var pairs=xhr.getAllResponseHeaders().trim().split("\n");pairs.forEach(function(header){var split=header.trim().split(":");var key=split.shift().trim();var value=split.join(":").trim();head.append(key,value)});return head}Body.call(Request.prototype);function Response(bodyInit,options){if(!options){options={}}this.type="default";this.status=options.status;this.ok=this.status>=200&&this.status<300;this.statusText=options.statusText;this.headers=options.headers instanceof Headers?options.headers:new Headers(options.headers);this.url=options.url||"";this._initBody(bodyInit)}Body.call(Response.prototype);Response.prototype.clone=function(){return new Response(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Headers(this.headers),url:this.url})};Response.error=function(){var response=new Response(null,{status:0,statusText:""});response.type="error";return response};var redirectStatuses=[301,302,303,307,308];Response.redirect=function(url,status){if(redirectStatuses.indexOf(status)===-1){throw new RangeError("Invalid status code")}return new Response(null,{status:status,headers:{location:url}})};self.Headers=Headers;self.Request=Request;self.Response=Response;self.fetch=function(input,init){return new Promise(function(resolve,reject){var request;if(Request.prototype.isPrototypeOf(input)&&!init){request=input}else{request=new Request(input,init)}var xhr=new XMLHttpRequest;function responseURL(){if("responseURL"in xhr){return xhr.responseURL}if(/^X-Request-URL:/m.test(xhr.getAllResponseHeaders())){return xhr.getResponseHeader("X-Request-URL")}return}xhr.onload=function(){var status=xhr.status===1223?204:xhr.status;if(status<100||status>599){reject(new TypeError("Network request failed"));return}var options={status:status,statusText:xhr.statusText,headers:headers(xhr),url:responseURL()};var body="response"in xhr?xhr.response:xhr.responseText;resolve(new Response(body,options))};xhr.onerror=function(){reject(new TypeError("Network request failed"))};xhr.open(request.method,request.url,true);if(request.credentials==="include"){xhr.withCredentials=true}if("responseType"in xhr&&support.blob){xhr.responseType="blob"}request.headers.forEach(function(value,name){xhr.setRequestHeader(name,value)});xhr.send(typeof request._bodyInit==="undefined"?null:request._bodyInit)})};self.fetch.polyfill=true})(typeof self!=="undefined"?self:this); } if (typeof window.CustomEvent !== 'function') { function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: null }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.CustomEvent = CustomEvent; } </script> <script> window.orbitData = {}; var additionalPageProperties = {}; additionalPageProperties['app_category'] = 'kl'; additionalPageProperties['app_name'] = 'arts'; window.orbitData.partialCookieOvenUrl = 'https://web.archive.org/web/20210207192743/https://cookie-oven.api.bbc'; window.orbitData.language = 'en'; window.orbitData.language = 'en'; window.orbitData.userProfileUrl = "https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/userprofile"; window.orbitData.modal = false; function generateCountername() { if (window.location.protocol === 'file:') { return 'local.file'; } var pathName = window.location.pathname .replace(/\/$/, "") .replace(/^\//, "") .replace(/\//g, '.'); return pathName + '.page'; } window.orbitData.page = { name: 'kl.arts.index.home.page' || generateCountername(), destination: 'DEFAULT' || null, producer: 'BBC' || null, section: '' || null, site: '' || null, contentId: 'urn:bbc:arts:home' || null, contentType: 'index-home' || null, edition: 'domestic' || null, additionalProperties: additionalPageProperties }; window.orb = { worldwideNavlinks: '<li class="orb-nav-homedotcom"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/">Home</a></li><li class="orb-nav-newsdotcom"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/sport">Sport</a></li><li class="orb-nav-reeldotcom"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/reel">Reel</a></li><li class="orb-nav-worklife"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/worklife">Worklife</a></li><li class="orb-nav-traveldotcom"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/travel">Travel</a></li><li class="orb-nav-future"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/future">Future</a></li><li class="orb-nav-culture"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/culture">Culture</a></li><li class="orb-nav-music"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/culture/music">Music</a></li><li class="orb-nav-tv"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/schedules/p00fzl9m">TV</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/weather">Weather</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds">Sounds</a></li>', } function updatePageData(newData) { window.orbitData.page = Object.assign(window.orbitData.page, newData); } document.addEventListener('bbc-page-reset', function(event) { if (event.detail && event.detail.page) { updatePageData(event.detail.page); } document.dispatchEvent(new Event('bbc-page-updated')); }); </script> <script type="text/javascript">!function(){var t={1391:function(t){var r={getName:function(){return Promise.resolve(window.orbitData.page.name)},getLanguage:function(){return Promise.resolve(window.orbitData.language)},getDestination:function(){return Promise.resolve(window.orbitData.page.destination)},getProducer:function(){return Promise.resolve(window.orbitData.page.producer)},getSection:function(){return Promise.resolve(window.orbitData.page.section)},getContentType:function(){return Promise.resolve(window.orbitData.page.contentType)},getContentId:function(){return Promise.resolve(window.orbitData.page.contentId)},getReferrer:function(){return Promise.resolve(window.orb&&null!==window.orb.referrer&&void 0!==window.orb.referrer?window.orb.referrer:document.referrer)},getAdditionalProperties:function(){return Promise.resolve(window.orbitData.page.additionalProperties)},loadCSS:function(t){return new Promise((function(r,e){var n=document.createElement("link");n.type="text/css",n.rel="stylesheet",n.onload=function(){r()},n.href=t,document.getElementsByTagName("head")[0].appendChild(n)}))},isModal:function(){return Promise.resolve(window.orbitData.modal)}};window.bbcpage=r,t.exports={bbcpage:r}},9135:function(t){function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function e(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function n(t,e){return!e||"object"!==r(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function o(t){var r="function"==typeof Map?new Map:void 0;return(o=function(t){if(null===t||(e=t,-1===Function.toString.call(e).indexOf("[native code]")))return t;var e;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(t))return r.get(t);r.set(t,n)}function n(){return i(t,arguments,c(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),a(n,t)})(t)}function i(t,r,e){return(i=u()?Reflect.construct:function(t,r,e){var n=[null];n.push.apply(n,r);var o=new(Function.bind.apply(t,n));return e&&a(o,e.prototype),o}).apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function a(t,r){return(a=Object.setPrototypeOf||function(t,r){return t.__proto__=r,t})(t,r)}function c(t){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var s=function(t){!function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(r&&r.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),r&&a(t,r)}(s,t);var r,o,i=(r=s,o=u(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),i.apply(this,arguments)}return s}(o(Error));function f(t){return new Promise((function(r,e){window.require(t,(function(){r.apply(this,arguments)}),(function(t){e(t)}))}))}var l,p=null;function h(){if(window.orbitData&&window.orbitData.user&&["X-Country","X-Ip_is_advertise_combined","X-Ip_is_uk_combined"].every((function(t){return!!window.orbitData.user[t]})))return Promise.resolve(window.orbitData.user);if(!p){var t=window.location.hostname.endsWith(".com")?"com":"co.uk";p=fetch("https://web.archive.org/web/20210207192743/https://www.bbc.".concat(t,"/userinfo")).then((function(t){return t.json()}))}return p}function d(t){if(t.status>=200&&t.status<300)return t;var r=new Error(t.statusText);throw r.response=t,r}function v(t){return t.json()}function g(){if(window.orbitData.user&&window.orbitData.user.ageBand)return Promise.resolve(window.orbitData.user);if(!l){if("undefined"==typeof XMLHttpRequest||!("withCredentials"in new XMLHttpRequest))return Promise.resolve(window.orbitData.user);l=f(["idcta-v2/idcta-1"]).then((function(t){return t.initiateTokenRefresh().then((function(){return window.fetch(window.orbitData.userProfileUrl,{credentials:"include"}).then(d).then(v).then((function(t){return void 0===window.orbitData.user?window.orbitData.user=t:Object.assign(window.orbitData.user,t),window.orbitData.user}))}))}))}return l}var y={getHashedId:function(){return f(["idcta-v2/idcta-1"]).then((function(t){return t.getCookieInstance().getHidFromCookie()}))},isSignedIn:function(){return f(["idcta-v2/idcta-1"]).then((function(t){return t&&t.getCookieInstance().hasCookie()}))},getCountry:function(){return h().then((function(t){return t["X-Country"]||"gb"}))},isUKCombined:function(){return h().then((function(t){if(!t["X-Ip_is_uk_combined"])throw new s("missing isUKCombined from userinfo response");return"yes"===t["X-Ip_is_uk_combined"].toLowerCase()}))},canSeeAdverts:function(){return h().then((function(t){if(!t["X-Ip_is_advertise_combined"])throw new s("missing canSeeAdverts from userinfo response");return"yes"===t["X-Ip_is_advertise_combined"].toLowerCase()}))},getAgeBand:function(){return h().then((function(t){return t["X-Age-Band"]?Promise.resolve(t["X-Age-Band"]):y.isSignedIn().then((function(r){if(r)return g().then((function(r){return t["X-Age-Band"]=r["X-Age-Band"],t["X-Age-Band"]||void 0})).catch((function(r){return t["X-Age-Band"]||void 0}))}))}))},allowsPerformanceCookies:function(){return f(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("performance")}))},allowsFunctionalCookies:function(){return f(["orb/cookies"]).then((function(t){return!!t.cookiesEnabled()&&!!t.readPolicy("personalisation")}))},getCookieValue:function(t){return f(["orb/cookies"]).then((function(r){return r.get(t)}))}};window.bbcuser=y,t.exports={bbcuser:y,BBCUserError:s}},7633:function(t,r,e){e(9170),e(1539),e(8674),e(7922),e(4668),e(7727),e(8783),e(3948);var n=e(857);t.exports=n.Promise},1111:function(t,r,e){e(4916),e(4953),e(8992),e(9841),e(7852),e(2023),e(4723),e(6373),e(6528),e(3112),e(2481),e(5306),e(8757),e(4765),e(3123),e(3157),e(3210),e(5674),e(8702),e(8783),e(5218),e(4475),e(7929),e(915),e(9253),e(2125),e(8830),e(8734),e(9254),e(7268),e(7397),e(86),e(623);var n=e(857);t.exports=n.String},3099:function(t){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},6077:function(t,r,e){var n=e(111);t.exports=function(t){if(!n(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},1223:function(t,r,e){var n=e(5112),o=e(30),i=e(3070),u=n("unscopables"),a=Array.prototype;null==a[u]&&i.f(a,u,{configurable:!0,value:o(null)}),t.exports=function(t){a[u][t]=!0}},1530:function(t,r,e){"use strict";var n=e(8710).charAt;t.exports=function(t,r,e){return r+(e?n(t,r).length:1)}},5787:function(t){t.exports=function(t,r,e){if(!(t instanceof r))throw TypeError("Incorrect "+(e?e+" ":"")+"invocation");return t}},9670:function(t,r,e){var n=e(111);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},1318:function(t,r,e){var n=e(5656),o=e(7466),i=e(1400),u=function(t){return function(r,e,u){var a,c=n(r),s=o(c.length),f=i(u,s);if(t&&e!=e){for(;s>f;)if((a=c[f++])!=a)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===e)return t||f||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},7072:function(t,r,e){var n=e(5112)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[n]=function(){return this},Array.from(u,(function(){throw 2}))}catch(t){}t.exports=function(t,r){if(!r&&!o)return!1;var e=!1;try{var i={};i[n]=function(){return{next:function(){return{done:e=!0}}}},t(i)}catch(t){}return e}},4326:function(t){var r={}.toString;t.exports=function(t){return r.call(t).slice(8,-1)}},648:function(t,r,e){var n=e(1694),o=e(4326),i=e(5112)("toStringTag"),u="Arguments"==o(function(){return arguments}());t.exports=n?o:function(t){var r,e,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,r){try{return t[r]}catch(t){}}(r=Object(t),i))?e:u?o(r):"Object"==(n=o(r))&&"function"==typeof r.callee?"Arguments":n}},9920:function(t,r,e){var n=e(6656),o=e(3887),i=e(1236),u=e(3070);t.exports=function(t,r){for(var e=o(r),a=u.f,c=i.f,s=0;s<e.length;s++){var f=e[s];n(t,f)||a(t,f,c(r,f))}}},4964:function(t,r,e){var n=e(5112)("match");t.exports=function(t){var r=/./;try{"/./"[t](r)}catch(e){try{return r[n]=!1,"/./"[t](r)}catch(t){}}return!1}},8544:function(t,r,e){var n=e(7293);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},4230:function(t,r,e){var n=e(4488),o=/"/g;t.exports=function(t,r,e,i){var u=String(n(t)),a="<"+r;return""!==e&&(a+=" "+e+'="'+String(i).replace(o,""")+'"'),a+">"+u+"</"+r+">"}},4994:function(t,r,e){"use strict";var n=e(3383).IteratorPrototype,o=e(30),i=e(9114),u=e(8003),a=e(7497),c=function(){return this};t.exports=function(t,r,e){var s=r+" Iterator";return t.prototype=o(n,{next:i(1,e)}),u(t,s,!1,!0),a[s]=c,t}},8880:function(t,r,e){var n=e(9781),o=e(3070),i=e(9114);t.exports=n?function(t,r,e){return o.f(t,r,i(1,e))}:function(t,r,e){return t[r]=e,t}},9114:function(t){t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},654:function(t,r,e){"use strict";var n=e(2109),o=e(4994),i=e(9518),u=e(7674),a=e(8003),c=e(8880),s=e(1320),f=e(5112),l=e(1913),p=e(7497),h=e(3383),d=h.IteratorPrototype,v=h.BUGGY_SAFARI_ITERATORS,g=f("iterator"),y="keys",b="values",m="entries",w=function(){return this};t.exports=function(t,r,e,f,h,x,S){o(e,r,f);var E,T,O,_=function(t){if(t===h&&R)return R;if(!v&&t in j)return j[t];switch(t){case y:case b:case m:return function(){return new e(this,t)}}return function(){return new e(this)}},P=r+" Iterator",A=!1,j=t.prototype,I=j[g]||j["@@iterator"]||h&&j[h],R=!v&&I||_(h),L="Array"==r&&j.entries||I;if(L&&(E=i(L.call(new t)),d!==Object.prototype&&E.next&&(l||i(E)===d||(u?u(E,d):"function"!=typeof E[g]&&c(E,g,w)),a(E,P,!0,!0),l&&(p[P]=w))),h==b&&I&&I.name!==b&&(A=!0,R=function(){return I.call(this)}),l&&!S||j[g]===R||c(j,g,R),p[r]=R,h)if(T={values:_(b),keys:x?R:_(y),entries:_(m)},S)for(O in T)(v||A||!(O in j))&&s(j,O,T[O]);else n({target:r,proto:!0,forced:v||A},T);return T}},9781:function(t,r,e){var n=e(7293);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,r,e){var n=e(7854),o=e(111),i=n.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},8324:function(t){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},6833:function(t,r,e){var n=e(8113);t.exports=/(iphone|ipod|ipad).*applewebkit/i.test(n)},5268:function(t,r,e){var n=e(4326),o=e(7854);t.exports="process"==n(o.process)},1036:function(t,r,e){var n=e(8113);t.exports=/web0s(?!.*chrome)/i.test(n)},8113:function(t,r,e){var n=e(5005);t.exports=n("navigator","userAgent")||""},7392:function(t,r,e){var n,o,i=e(7854),u=e(8113),a=i.process,c=a&&a.versions,s=c&&c.v8;s?o=(n=s.split("."))[0]+n[1]:u&&(!(n=u.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=u.match(/Chrome\/(\d+)/))&&(o=n[1]),t.exports=o&&+o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,r,e){var n=e(7854),o=e(1236).f,i=e(8880),u=e(1320),a=e(3505),c=e(9920),s=e(4705);t.exports=function(t,r){var e,f,l,p,h,d=t.target,v=t.global,g=t.stat;if(e=v?n:g?n[d]||a(d,{}):(n[d]||{}).prototype)for(f in r){if(p=r[f],l=t.noTargetGet?(h=o(e,f))&&h.value:e[f],!s(v?f:d+(g?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),u(e,f,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},7007:function(t,r,e){"use strict";e(4916);var n=e(1320),o=e(7293),i=e(5112),u=e(2261),a=e(8880),c=i("species"),s=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),f="$0"==="a".replace(/./,"$0"),l=i("replace"),p=!!/./[l]&&""===/./[l]("a","$0"),h=!o((function(){var t=/(?:)/,r=t.exec;t.exec=function(){return r.apply(this,arguments)};var e="ab".split(t);return 2!==e.length||"a"!==e[0]||"b"!==e[1]}));t.exports=function(t,r,e,l){var d=i(t),v=!o((function(){var r={};return r[d]=function(){return 7},7!=""[t](r)})),g=v&&!o((function(){var r=!1,e=/a/;return"split"===t&&((e={}).constructor={},e.constructor[c]=function(){return e},e.flags="",e[d]=/./[d]),e.exec=function(){return r=!0,null},e[d](""),!r}));if(!v||!g||"replace"===t&&(!s||!f||p)||"split"===t&&!h){var y=/./[d],b=e(d,""[t],(function(t,r,e,n,o){return r.exec===u?v&&!o?{done:!0,value:y.call(r,e,n)}:{done:!0,value:t.call(e,r,n)}:{done:!1}}),{REPLACE_KEEPS_$0:f,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),m=b[0],w=b[1];n(String.prototype,t,m),n(RegExp.prototype,d,2==r?function(t,r){return w.call(t,this,r)}:function(t){return w.call(t,this)})}l&&a(RegExp.prototype[d],"sham",!0)}},9974:function(t,r,e){var n=e(3099);t.exports=function(t,r,e){if(n(t),void 0===r)return t;switch(e){case 0:return function(){return t.call(r)};case 1:return function(e){return t.call(r,e)};case 2:return function(e,n){return t.call(r,e,n)};case 3:return function(e,n,o){return t.call(r,e,n,o)}}return function(){return t.apply(r,arguments)}}},5005:function(t,r,e){var n=e(857),o=e(7854),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,r){return arguments.length<2?i(n[t])||i(o[t]):n[t]&&n[t][r]||o[t]&&o[t][r]}},1246:function(t,r,e){var n=e(648),o=e(7497),i=e(5112)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[n(t)]}},647:function(t,r,e){var n=e(7908),o=Math.floor,i="".replace,u=/\$([$&'`]|\d\d?|<[^>]*>)/g,a=/\$([$&'`]|\d\d?)/g;t.exports=function(t,r,e,c,s,f){var l=e+t.length,p=c.length,h=a;return void 0!==s&&(s=n(s),h=u),i.call(f,h,(function(n,i){var u;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return r.slice(0,e);case"'":return r.slice(l);case"<":u=s[i.slice(1,-1)];break;default:var a=+i;if(0===a)return n;if(a>p){var f=o(a/10);return 0===f?n:f<=p?void 0===c[f-1]?i.charAt(1):c[f-1]+i.charAt(1):n}u=c[a-1]}return void 0===u?"":u}))}},7854:function(t,r,e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},6656:function(t){var r={}.hasOwnProperty;t.exports=function(t,e){return r.call(t,e)}},3501:function(t){t.exports={}},842:function(t,r,e){var n=e(7854);t.exports=function(t,r){var e=n.console;e&&e.error&&(1===arguments.length?e.error(t):e.error(t,r))}},490:function(t,r,e){var n=e(5005);t.exports=n("document","documentElement")},4664:function(t,r,e){var n=e(9781),o=e(7293),i=e(317);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,r,e){var n=e(7293),o=e(4326),i="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},2788:function(t,r,e){var n=e(5465),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},9909:function(t,r,e){var n,o,i,u=e(8536),a=e(7854),c=e(111),s=e(8880),f=e(6656),l=e(5465),p=e(6200),h=e(3501),d=a.WeakMap;if(u){var v=l.state||(l.state=new d),g=v.get,y=v.has,b=v.set;n=function(t,r){return r.facade=t,b.call(v,t,r),r},o=function(t){return g.call(v,t)||{}},i=function(t){return y.call(v,t)}}else{var m=p("state");h[m]=!0,n=function(t,r){return r.facade=t,s(t,m,r),r},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(r){var e;if(!c(r)||(e=o(r)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return e}}}},7659:function(t,r,e){var n=e(5112),o=e(7497),i=n("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},4705:function(t,r,e){var n=e(7293),o=/#|\.prototype\./,i=function(t,r){var e=a[u(t)];return e==s||e!=c&&("function"==typeof r?n(r):!!r)},u=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},a=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},111:function(t){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},1913:function(t){t.exports=!1},7850:function(t,r,e){var n=e(111),o=e(4326),i=e(5112)("match");t.exports=function(t){var r;return n(t)&&(void 0!==(r=t[i])?!!r:"RegExp"==o(t))}},408:function(t,r,e){var n=e(9670),o=e(7659),i=e(7466),u=e(9974),a=e(1246),c=e(9212),s=function(t,r){this.stopped=t,this.result=r};t.exports=function(t,r,e){var f,l,p,h,d,v,g,y=e&&e.that,b=!(!e||!e.AS_ENTRIES),m=!(!e||!e.IS_ITERATOR),w=!(!e||!e.INTERRUPTED),x=u(r,y,1+b+w),S=function(t){return f&&c(f),new s(!0,t)},E=function(t){return b?(n(t),w?x(t[0],t[1],S):x(t[0],t[1])):w?x(t,S):x(t)};if(m)f=t;else{if("function"!=typeof(l=a(t)))throw TypeError("Target is not iterable");if(o(l)){for(p=0,h=i(t.length);h>p;p++)if((d=E(t[p]))&&d instanceof s)return d;return new s(!1)}f=l.call(t)}for(v=f.next;!(g=v.call(f)).done;){try{d=E(g.value)}catch(t){throw c(f),t}if("object"==typeof d&&d&&d instanceof s)return d}return new s(!1)}},9212:function(t,r,e){var n=e(9670);t.exports=function(t){var r=t.return;if(void 0!==r)return n(r.call(t)).value}},3383:function(t,r,e){"use strict";var n,o,i,u=e(7293),a=e(9518),c=e(8880),s=e(6656),f=e(5112),l=e(1913),p=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(n=o):h=!0);var d=null==n||u((function(){var t={};return n[p].call(t)!==t}));d&&(n={}),l&&!d||s(n,p)||c(n,p,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:h}},7497:function(t){t.exports={}},5948:function(t,r,e){var n,o,i,u,a,c,s,f,l=e(7854),p=e(1236).f,h=e(261).set,d=e(6833),v=e(1036),g=e(5268),y=l.MutationObserver||l.WebKitMutationObserver,b=l.document,m=l.process,w=l.Promise,x=p(l,"queueMicrotask"),S=x&&x.value;S||(n=function(){var t,r;for(g&&(t=m.domain)&&t.exit();o;){r=o.fn,o=o.next;try{r()}catch(t){throw o?u():i=void 0,t}}i=void 0,t&&t.enter()},d||g||v||!y||!b?w&&w.resolve?(s=w.resolve(void 0),f=s.then,u=function(){f.call(s,n)}):u=g?function(){m.nextTick(n)}:function(){h.call(l,n)}:(a=!0,c=b.createTextNode(""),new y(n).observe(c,{characterData:!0}),u=function(){c.data=a=!a})),t.exports=S||function(t){var r={fn:t,next:void 0};i&&(i.next=r),o||(o=r,u()),i=r}},3366:function(t,r,e){var n=e(7854);t.exports=n.Promise},133:function(t,r,e){var n=e(7293);t.exports=!!Object.getOwnPropertySymbols&&!n((function(){return!String(Symbol())}))},8536:function(t,r,e){var n=e(7854),o=e(2788),i=n.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},8523:function(t,r,e){"use strict";var n=e(3099),o=function(t){var r,e;this.promise=new t((function(t,n){if(void 0!==r||void 0!==e)throw TypeError("Bad Promise constructor");r=t,e=n})),this.resolve=n(r),this.reject=n(e)};t.exports.f=function(t){return new o(t)}},3929:function(t,r,e){var n=e(7850);t.exports=function(t){if(n(t))throw TypeError("The method doesn't accept regular expressions");return t}},30:function(t,r,e){var n,o=e(9670),i=e(6048),u=e(748),a=e(3501),c=e(490),s=e(317),f=e(6200),l=f("IE_PROTO"),p=function(){},h=function(t){return"<script>"+t+"</"+"script>"},d=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,r;d=n?function(t){t.write(h("")),t.close();var r=t.parentWindow.Object;return t=null,r}(n):((r=s("iframe")).style.display="none",c.appendChild(r),r.src=String("javascript:"),(t=r.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F);for(var e=u.length;e--;)delete d.prototype[u[e]];return d()};a[l]=!0,t.exports=Object.create||function(t,r){var e;return null!==t?(p.prototype=o(t),e=new p,p.prototype=null,e[l]=t):e=d(),void 0===r?e:i(e,r)}},6048:function(t,r,e){var n=e(9781),o=e(3070),i=e(9670),u=e(1956);t.exports=n?Object.defineProperties:function(t,r){i(t);for(var e,n=u(r),a=n.length,c=0;a>c;)o.f(t,e=n[c++],r[e]);return t}},3070:function(t,r,e){var n=e(9781),o=e(4664),i=e(9670),u=e(7593),a=Object.defineProperty;r.f=n?a:function(t,r,e){if(i(t),r=u(r,!0),i(e),o)try{return a(t,r,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported");return"value"in e&&(t[r]=e.value),t}},1236:function(t,r,e){var n=e(9781),o=e(5296),i=e(9114),u=e(5656),a=e(7593),c=e(6656),s=e(4664),f=Object.getOwnPropertyDescriptor;r.f=n?f:function(t,r){if(t=u(t),r=a(r,!0),s)try{return f(t,r)}catch(t){}if(c(t,r))return i(!o.f.call(t,r),t[r])}},8006:function(t,r,e){var n=e(6324),o=e(748).concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},5181:function(t,r){r.f=Object.getOwnPropertySymbols},9518:function(t,r,e){var n=e(6656),o=e(7908),i=e(6200),u=e(8544),a=i("IE_PROTO"),c=Object.prototype;t.exports=u?Object.getPrototypeOf:function(t){return t=o(t),n(t,a)?t[a]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},6324:function(t,r,e){var n=e(6656),o=e(5656),i=e(1318).indexOf,u=e(3501);t.exports=function(t,r){var e,a=o(t),c=0,s=[];for(e in a)!n(u,e)&&n(a,e)&&s.push(e);for(;r.length>c;)n(a,e=r[c++])&&(~i(s,e)||s.push(e));return s}},1956:function(t,r,e){var n=e(6324),o=e(748);t.exports=Object.keys||function(t){return n(t,o)}},5296:function(t,r){"use strict";var e={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!e.call({1:2},1);r.f=o?function(t){var r=n(this,t);return!!r&&r.enumerable}:e},7674:function(t,r,e){var n=e(9670),o=e(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r=!1,e={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),r=e instanceof Array}catch(t){}return function(e,i){return n(e),o(i),r?t.call(e,i):e.__proto__=i,e}}():void 0)},288:function(t,r,e){"use strict";var n=e(1694),o=e(648);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},3887:function(t,r,e){var n=e(5005),o=e(8006),i=e(5181),u=e(9670);t.exports=n("Reflect","ownKeys")||function(t){var r=o.f(u(t)),e=i.f;return e?r.concat(e(t)):r}},857:function(t,r,e){var n=e(7854);t.exports=n},2534:function(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},9478:function(t,r,e){var n=e(9670),o=e(111),i=e(8523);t.exports=function(t,r){if(n(t),o(r)&&r.constructor===t)return r;var e=i.f(t);return(0,e.resolve)(r),e.promise}},2248:function(t,r,e){var n=e(1320);t.exports=function(t,r,e){for(var o in r)n(t,o,r[o],e);return t}},1320:function(t,r,e){var n=e(7854),o=e(8880),i=e(6656),u=e(3505),a=e(2788),c=e(9909),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,r,e,a){var c,s=!!a&&!!a.unsafe,p=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet;"function"==typeof e&&("string"!=typeof r||i(e,"name")||o(e,"name",r),(c=f(e)).source||(c.source=l.join("string"==typeof r?r:""))),t!==n?(s?!h&&t[r]&&(p=!0):delete t[r],p?t[r]=e:o(t,r,e)):p?t[r]=e:u(r,e)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||a(this)}))},7651:function(t,r,e){var n=e(4326),o=e(2261);t.exports=function(t,r){var e=t.exec;if("function"==typeof e){var i=e.call(t,r);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==n(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,r)}},2261:function(t,r,e){"use strict";var n,o,i=e(7066),u=e(2999),a=RegExp.prototype.exec,c=String.prototype.replace,s=a,f=(n=/a/,o=/b*/g,a.call(n,"a"),a.call(o,"a"),0!==n.lastIndex||0!==o.lastIndex),l=u.UNSUPPORTED_Y||u.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(f||p||l)&&(s=function(t){var r,e,n,o,u=this,s=l&&u.sticky,h=i.call(u),d=u.source,v=0,g=t;return s&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),g=String(t).slice(u.lastIndex),u.lastIndex>0&&(!u.multiline||u.multiline&&"\n"!==t[u.lastIndex-1])&&(d="(?: "+d+")",g=" "+g,v++),e=new RegExp("^(?:"+d+")",h)),p&&(e=new RegExp("^"+d+"$(?!\\s)",h)),f&&(r=u.lastIndex),n=a.call(s?e:u,g),s?n?(n.input=n.input.slice(v),n[0]=n[0].slice(v),n.index=u.lastIndex,u.lastIndex+=n[0].length):u.lastIndex=0:f&&n&&(u.lastIndex=u.global?n.index+n[0].length:r),p&&n&&n.length>1&&c.call(n[0],e,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(n[o]=void 0)})),n}),t.exports=s},7066:function(t,r,e){"use strict";var n=e(9670);t.exports=function(){var t=n(this),r="";return t.global&&(r+="g"),t.ignoreCase&&(r+="i"),t.multiline&&(r+="m"),t.dotAll&&(r+="s"),t.unicode&&(r+="u"),t.sticky&&(r+="y"),r}},2999:function(t,r,e){"use strict";var n=e(7293);function o(t,r){return RegExp(t,r)}r.UNSUPPORTED_Y=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),r.BROKEN_CARET=n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},4488:function(t){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},6029:function(t){t.exports=Object.is||function(t,r){return t===r?0!==t||1/t==1/r:t!=t&&r!=r}},3505:function(t,r,e){var n=e(7854),o=e(8880);t.exports=function(t,r){try{o(n,t,r)}catch(e){n[t]=r}return r}},6340:function(t,r,e){"use strict";var n=e(5005),o=e(3070),i=e(5112),u=e(9781),a=i("species");t.exports=function(t){var r=n(t),e=o.f;u&&r&&!r[a]&&e(r,a,{configurable:!0,get:function(){return this}})}},8003:function(t,r,e){var n=e(3070).f,o=e(6656),i=e(5112)("toStringTag");t.exports=function(t,r,e){t&&!o(t=e?t:t.prototype,i)&&n(t,i,{configurable:!0,value:r})}},6200:function(t,r,e){var n=e(2309),o=e(9711),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,r,e){var n=e(7854),o=e(3505),i="__core-js_shared__",u=n[i]||o(i,{});t.exports=u},2309:function(t,r,e){var n=e(1913),o=e(5465);(t.exports=function(t,r){return o[t]||(o[t]=void 0!==r?r:{})})("versions",[]).push({version:"3.8.3",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(t,r,e){var n=e(9670),o=e(3099),i=e(5112)("species");t.exports=function(t,r){var e,u=n(t).constructor;return void 0===u||null==(e=n(u)[i])?r:o(e)}},3429:function(t,r,e){var n=e(7293);t.exports=function(t){return n((function(){var r=""[t]('"');return r!==r.toLowerCase()||r.split('"').length>3}))}},8710:function(t,r,e){var n=e(9958),o=e(4488),i=function(t){return function(r,e){var i,u,a=String(o(r)),c=n(e),s=a.length;return c<0||c>=s?t?"":void 0:(i=a.charCodeAt(c))<55296||i>56319||c+1===s||(u=a.charCodeAt(c+1))<56320||u>57343?t?a.charAt(c):i:t?a.slice(c,c+2):u-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},4986:function(t,r,e){var n=e(8113);t.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(n)},6650:function(t,r,e){var n=e(7466),o=e(8415),i=e(4488),u=Math.ceil,a=function(t){return function(r,e,a){var c,s,f=String(i(r)),l=f.length,p=void 0===a?" ":String(a),h=n(e);return h<=l||""==p?f:(c=h-l,(s=o.call(p,u(c/p.length))).length>c&&(s=s.slice(0,c)),t?f+s:s+f)}};t.exports={start:a(!1),end:a(!0)}},8415:function(t,r,e){"use strict";var n=e(9958),o=e(4488);t.exports="".repeat||function(t){var r=String(o(this)),e="",i=n(t);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;i>0;(i>>>=1)&&(r+=r))1&i&&(e+=r);return e}},6091:function(t,r,e){var n=e(7293),o=e(1361);t.exports=function(t){return n((function(){return!!o[t]()||" "!=" "[t]()||o[t].name!==t}))}},3111:function(t,r,e){var n=e(4488),o="["+e(1361)+"]",i=RegExp("^"+o+o+"*"),u=RegExp(o+o+"*$"),a=function(t){return function(r){var e=String(n(r));return 1&t&&(e=e.replace(i,"")),2&t&&(e=e.replace(u,"")),e}};t.exports={start:a(1),end:a(2),trim:a(3)}},261:function(t,r,e){var n,o,i,u=e(7854),a=e(7293),c=e(9974),s=e(490),f=e(317),l=e(6833),p=e(5268),h=u.location,d=u.setImmediate,v=u.clearImmediate,g=u.process,y=u.MessageChannel,b=u.Dispatch,m=0,w={},x="onreadystatechange",S=function(t){if(w.hasOwnProperty(t)){var r=w[t];delete w[t],r()}},E=function(t){return function(){S(t)}},T=function(t){S(t.data)},O=function(t){u.postMessage(t+"",h.protocol+"//"+h.host)};d&&v||(d=function(t){for(var r=[],e=1;arguments.length>e;)r.push(arguments[e++]);return w[++m]=function(){("function"==typeof t?t:Function(t)).apply(void 0,r)},n(m),m},v=function(t){delete w[t]},p?n=function(t){g.nextTick(E(t))}:b&&b.now?n=function(t){b.now(E(t))}:y&&!l?(i=(o=new y).port2,o.port1.onmessage=T,n=c(i.postMessage,i,1)):u.addEventListener&&"function"==typeof postMessage&&!u.importScripts&&h&&"file:"!==h.protocol&&!a(O)?(n=O,u.addEventListener("message",T,!1)):n=x in f("script")?function(t){s.appendChild(f("script")).onreadystatechange=function(){s.removeChild(this),S(t)}}:function(t){setTimeout(E(t),0)}),t.exports={set:d,clear:v}},1400:function(t,r,e){var n=e(9958),o=Math.max,i=Math.min;t.exports=function(t,r){var e=n(t);return e<0?o(e+r,0):i(e,r)}},5656:function(t,r,e){var n=e(8361),o=e(4488);t.exports=function(t){return n(o(t))}},9958:function(t){var r=Math.ceil,e=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?e:r)(t)}},7466:function(t,r,e){var n=e(9958),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},7908:function(t,r,e){var n=e(4488);t.exports=function(t){return Object(n(t))}},7593:function(t,r,e){var n=e(111);t.exports=function(t,r){if(!n(t))return t;var e,o;if(r&&"function"==typeof(e=t.toString)&&!n(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!n(o=e.call(t)))return o;if(!r&&"function"==typeof(e=t.toString)&&!n(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},1694:function(t,r,e){var n={};n[e(5112)("toStringTag")]="z",t.exports="[object z]"===String(n)},9711:function(t){var r=0,e=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+e).toString(36)}},3307:function(t,r,e){var n=e(133);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,r,e){var n=e(7854),o=e(2309),i=e(6656),u=e(9711),a=e(133),c=e(3307),s=o("wks"),f=n.Symbol,l=c?f:f&&f.withoutSetter||u;t.exports=function(t){return i(s,t)||(a&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},1361:function(t){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},9170:function(t,r,e){"use strict";var n=e(2109),o=e(9518),i=e(7674),u=e(30),a=e(8880),c=e(9114),s=e(408),f=function(t,r){var e=this;if(!(e instanceof f))return new f(t,r);i&&(e=i(new Error(void 0),o(e))),void 0!==r&&a(e,"message",String(r));var n=[];return s(t,n.push,{that:n}),a(e,"errors",n),e};f.prototype=u(Error.prototype,{constructor:c(5,f),message:c(5,""),name:c(5,"AggregateError")}),n({global:!0},{AggregateError:f})},6992:function(t,r,e){"use strict";var n=e(5656),o=e(1223),i=e(7497),u=e(9909),a=e(654),c="Array Iterator",s=u.set,f=u.getterFor(c);t.exports=a(Array,"Array",(function(t,r){s(this,{type:c,target:n(t),index:0,kind:r})}),(function(){var t=f(this),r=t.target,e=t.kind,n=t.index++;return!r||n>=r.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==e?{value:n,done:!1}:"values"==e?{value:r[n],done:!1}:{value:[n,r[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},1539:function(t,r,e){var n=e(1694),o=e(1320),i=e(288);n||o(Object.prototype,"toString",i,{unsafe:!0})},7922:function(t,r,e){"use strict";var n=e(2109),o=e(3099),i=e(8523),u=e(2534),a=e(408);n({target:"Promise",stat:!0},{allSettled:function(t){var r=this,e=i.f(r),n=e.resolve,c=e.reject,s=u((function(){var e=o(r.resolve),i=[],u=0,c=1;a(t,(function(t){var o=u++,a=!1;i.push(void 0),c++,e.call(r,t).then((function(t){a||(a=!0,i[o]={status:"fulfilled",value:t},--c||n(i))}),(function(t){a||(a=!0,i[o]={status:"rejected",reason:t},--c||n(i))}))})),--c||n(i)}));return s.error&&c(s.value),e.promise}})},4668:function(t,r,e){"use strict";var n=e(2109),o=e(3099),i=e(5005),u=e(8523),a=e(2534),c=e(408),s="No one promise resolved";n({target:"Promise",stat:!0},{any:function(t){var r=this,e=u.f(r),n=e.resolve,f=e.reject,l=a((function(){var e=o(r.resolve),u=[],a=0,l=1,p=!1;c(t,(function(t){var o=a++,c=!1;u.push(void 0),l++,e.call(r,t).then((function(t){c||p||(p=!0,n(t))}),(function(t){c||p||(c=!0,u[o]=t,--l||f(new(i("AggregateError"))(u,s)))}))})),--l||f(new(i("AggregateError"))(u,s))}));return l.error&&f(l.value),e.promise}})},7727:function(t,r,e){"use strict";var n=e(2109),o=e(1913),i=e(3366),u=e(7293),a=e(5005),c=e(6707),s=e(9478),f=e(1320);n({target:"Promise",proto:!0,real:!0,forced:!!i&&u((function(){i.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var r=c(this,a("Promise")),e="function"==typeof t;return this.then(e?function(e){return s(r,t()).then((function(){return e}))}:t,e?function(e){return s(r,t()).then((function(){throw e}))}:t)}}),o||"function"!=typeof i||i.prototype.finally||f(i.prototype,"finally",a("Promise").prototype.finally)},8674:function(t,r,e){"use strict";var n,o,i,u,a=e(2109),c=e(1913),s=e(7854),f=e(5005),l=e(3366),p=e(1320),h=e(2248),d=e(8003),v=e(6340),g=e(111),y=e(3099),b=e(5787),m=e(2788),w=e(408),x=e(7072),S=e(6707),E=e(261).set,T=e(5948),O=e(9478),_=e(842),P=e(8523),A=e(2534),j=e(9909),I=e(4705),R=e(5112),L=e(5268),k=e(7392),C=R("species"),D="Promise",B=j.get,U=j.set,M=j.getterFor(D),F=l,N=s.TypeError,G=s.document,X=s.process,H=f("fetch"),$=P.f,q=$,W=!!(G&&G.createEvent&&s.dispatchEvent),V="function"==typeof PromiseRejectionEvent,z="unhandledrejection",K=I(D,(function(){if(!(m(F)!==String(F))){if(66===k)return!0;if(!L&&!V)return!0}if(c&&!F.prototype.finally)return!0;if(k>=51&&/native code/.test(F))return!1;var t=F.resolve(1),r=function(t){t((function(){}),(function(){}))};return(t.constructor={})[C]=r,!(t.then((function(){}))instanceof r)})),Y=K||!x((function(t){F.all(t).catch((function(){}))})),J=function(t){var r;return!(!g(t)||"function"!=typeof(r=t.then))&&r},Q=function(t,r){if(!t.notified){t.notified=!0;var e=t.reactions;T((function(){for(var n=t.value,o=1==t.state,i=0;e.length>i;){var u,a,c,s=e[i++],f=o?s.ok:s.fail,l=s.resolve,p=s.reject,h=s.domain;try{f?(o||(2===t.rejection&&et(t),t.rejection=1),!0===f?u=n:(h&&h.enter(),u=f(n),h&&(h.exit(),c=!0)),u===s.promise?p(N("Promise-chain cycle")):(a=J(u))?a.call(u,l,p):l(u)):p(n)}catch(t){h&&!c&&h.exit(),p(t)}}t.reactions=[],t.notified=!1,r&&!t.rejection&&tt(t)}))}},Z=function(t,r,e){var n,o;W?((n=G.createEvent("Event")).promise=r,n.reason=e,n.initEvent(t,!1,!0),s.dispatchEvent(n)):n={promise:r,reason:e},!V&&(o=s["on"+t])?o(n):t===z&&_("Unhandled promise rejection",e)},tt=function(t){E.call(s,(function(){var r,e=t.facade,n=t.value;if(rt(t)&&(r=A((function(){L?X.emit("unhandledRejection",n,e):Z(z,e,n)})),t.rejection=L||rt(t)?2:1,r.error))throw r.value}))},rt=function(t){return 1!==t.rejection&&!t.parent},et=function(t){E.call(s,(function(){var r=t.facade;L?X.emit("rejectionHandled",r):Z("rejectionhandled",r,t.value)}))},nt=function(t,r,e){return function(n){t(r,n,e)}},ot=function(t,r,e){t.done||(t.done=!0,e&&(t=e),t.value=r,t.state=2,Q(t,!0))},it=function(t,r,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===r)throw N("Promise can't be resolved itself");var n=J(r);n?T((function(){var e={done:!1};try{n.call(r,nt(it,e,t),nt(ot,e,t))}catch(r){ot(e,r,t)}})):(t.value=r,t.state=1,Q(t,!1))}catch(r){ot({done:!1},r,t)}}};K&&(F=function(t){b(this,F,D),y(t),n.call(this);var r=B(this);try{t(nt(it,r),nt(ot,r))}catch(t){ot(r,t)}},(n=function(t){U(this,{type:D,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=h(F.prototype,{then:function(t,r){var e=M(this),n=$(S(this,F));return n.ok="function"!=typeof t||t,n.fail="function"==typeof r&&r,n.domain=L?X.domain:void 0,e.parent=!0,e.reactions.push(n),0!=e.state&&Q(e,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new n,r=B(t);this.promise=t,this.resolve=nt(it,r),this.reject=nt(ot,r)},P.f=$=function(t){return t===F||t===i?new o(t):q(t)},c||"function"!=typeof l||(u=l.prototype.then,p(l.prototype,"then",(function(t,r){var e=this;return new F((function(t,r){u.call(e,t,r)})).then(t,r)}),{unsafe:!0}),"function"==typeof H&&a({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return O(F,H.apply(s,arguments))}}))),a({global:!0,wrap:!0,forced:K},{Promise:F}),d(F,D,!1,!0),v(D),i=f(D),a({target:D,stat:!0,forced:K},{reject:function(t){var r=$(this);return r.reject.call(void 0,t),r.promise}}),a({target:D,stat:!0,forced:c||K},{resolve:function(t){return O(c&&this===i?F:this,t)}}),a({target:D,stat:!0,forced:Y},{all:function(t){var r=this,e=$(r),n=e.resolve,o=e.reject,i=A((function(){var e=y(r.resolve),i=[],u=0,a=1;w(t,(function(t){var c=u++,s=!1;i.push(void 0),a++,e.call(r,t).then((function(t){s||(s=!0,i[c]=t,--a||n(i))}),o)})),--a||n(i)}));return i.error&&o(i.value),e.promise},race:function(t){var r=this,e=$(r),n=e.reject,o=A((function(){var o=y(r.resolve);w(t,(function(t){o.call(r,t).then(e.resolve,n)}))}));return o.error&&n(o.value),e.promise}})},4916:function(t,r,e){"use strict";var n=e(2109),o=e(2261);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},5218:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},4475:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("big")},{big:function(){return o(this,"big","","")}})},7929:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("blink")},{blink:function(){return o(this,"blink","","")}})},915:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("bold")},{bold:function(){return o(this,"b","","")}})},9841:function(t,r,e){"use strict";var n=e(2109),o=e(8710).codeAt;n({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},7852:function(t,r,e){"use strict";var n,o=e(2109),i=e(1236).f,u=e(7466),a=e(3929),c=e(4488),s=e(4964),f=e(1913),l="".endsWith,p=Math.min,h=s("endsWith");o({target:"String",proto:!0,forced:!!(f||h||(n=i(String.prototype,"endsWith"),!n||n.writable))&&!h},{endsWith:function(t){var r=String(c(this));a(t);var e=arguments.length>1?arguments[1]:void 0,n=u(r.length),o=void 0===e?n:p(u(e),n),i=String(t);return l?l.call(r,i,o):r.slice(o-i.length,o)===i}})},9253:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fixed")},{fixed:function(){return o(this,"tt","","")}})},2125:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},8830:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},4953:function(t,r,e){var n=e(2109),o=e(1400),i=String.fromCharCode,u=String.fromCodePoint;n({target:"String",stat:!0,forced:!!u&&1!=u.length},{fromCodePoint:function(t){for(var r,e=[],n=arguments.length,u=0;n>u;){if(r=+arguments[u++],o(r,1114111)!==r)throw RangeError(r+" is not a valid code point");e.push(r<65536?i(r):i(55296+((r-=65536)>>10),r%1024+56320))}return e.join("")}})},2023:function(t,r,e){"use strict";var n=e(2109),o=e(3929),i=e(4488);n({target:"String",proto:!0,forced:!e(4964)("includes")},{includes:function(t){return!!~String(i(this)).indexOf(o(t),arguments.length>1?arguments[1]:void 0)}})},8734:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("italics")},{italics:function(){return o(this,"i","","")}})},8783:function(t,r,e){"use strict";var n=e(8710).charAt,o=e(9909),i=e(654),u="String Iterator",a=o.set,c=o.getterFor(u);i(String,"String",(function(t){a(this,{type:u,string:String(t),index:0})}),(function(){var t,r=c(this),e=r.string,o=r.index;return o>=e.length?{value:void 0,done:!0}:(t=n(e,o),r.index+=t.length,{value:t,done:!1})}))},9254:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("link")},{link:function(t){return o(this,"a","href",t)}})},6373:function(t,r,e){"use strict";var n=e(2109),o=e(4994),i=e(4488),u=e(7466),a=e(3099),c=e(9670),s=e(4326),f=e(7850),l=e(7066),p=e(8880),h=e(7293),d=e(5112),v=e(6707),g=e(1530),y=e(9909),b=e(1913),m=d("matchAll"),w="RegExp String",x="RegExp String Iterator",S=y.set,E=y.getterFor(x),T=RegExp.prototype,O=T.exec,_="".matchAll,P=!!_&&!h((function(){"a".matchAll(/./)})),A=o((function(t,r,e,n){S(this,{type:x,regexp:t,string:r,global:e,unicode:n,done:!1})}),w,(function(){var t=E(this);if(t.done)return{value:void 0,done:!0};var r=t.regexp,e=t.string,n=function(t,r){var e,n=t.exec;if("function"==typeof n){if("object"!=typeof(e=n.call(t,r)))throw TypeError("Incorrect exec result");return e}return O.call(t,r)}(r,e);return null===n?{value:void 0,done:t.done=!0}:t.global?(""==String(n[0])&&(r.lastIndex=g(e,u(r.lastIndex),t.unicode)),{value:n,done:!1}):(t.done=!0,{value:n,done:!1})})),j=function(t){var r,e,n,o,i,a,s=c(this),f=String(t);return r=v(s,RegExp),void 0===(e=s.flags)&&s instanceof RegExp&&!("flags"in T)&&(e=l.call(s)),n=void 0===e?"":String(e),o=new r(r===RegExp?s.source:s,n),i=!!~n.indexOf("g"),a=!!~n.indexOf("u"),o.lastIndex=u(s.lastIndex),new A(o,f,i,a)};n({target:"String",proto:!0,forced:P},{matchAll:function(t){var r,e,n,o=i(this);if(null!=t){if(f(t)&&!~String(i("flags"in T?t.flags:l.call(t))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(P)return _.apply(o,arguments);if(void 0===(e=t[m])&&b&&"RegExp"==s(t)&&(e=j),null!=e)return a(e).call(t,o)}else if(P)return _.apply(o,arguments);return r=String(o),n=new RegExp(t,"g"),b?j.call(n,r):n[m](r)}}),b||m in T||p(T,m,j)},4723:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(7466),u=e(4488),a=e(1530),c=e(7651);n("match",1,(function(t,r,e){return[function(r){var e=u(this),n=null==r?void 0:r[t];return void 0!==n?n.call(r,e):new RegExp(r)[t](String(e))},function(t){var n=e(r,t,this);if(n.done)return n.value;var u=o(t),s=String(this);if(!u.global)return c(u,s);var f=u.unicode;u.lastIndex=0;for(var l,p=[],h=0;null!==(l=c(u,s));){var d=String(l[0]);p[h]=d,""===d&&(u.lastIndex=a(s,i(u.lastIndex),f)),h++}return 0===h?null:p}]}))},6528:function(t,r,e){"use strict";var n=e(2109),o=e(6650).end;n({target:"String",proto:!0,forced:e(4986)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},3112:function(t,r,e){"use strict";var n=e(2109),o=e(6650).start;n({target:"String",proto:!0,forced:e(4986)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},8992:function(t,r,e){var n=e(2109),o=e(5656),i=e(7466);n({target:"String",stat:!0},{raw:function(t){for(var r=o(t.raw),e=i(r.length),n=arguments.length,u=[],a=0;e>a;)u.push(String(r[a++])),a<n&&u.push(String(arguments[a]));return u.join("")}})},2481:function(t,r,e){e(2109)({target:"String",proto:!0},{repeat:e(8415)})},8757:function(t,r,e){"use strict";var n=e(2109),o=e(4488),i=e(7850),u=e(7066),a=e(647),c=e(5112),s=e(1913),f=c("replace"),l=RegExp.prototype,p=Math.max,h=function(t,r,e){return e>t.length?-1:""===r?e:t.indexOf(r,e)};n({target:"String",proto:!0},{replaceAll:function(t,r){var e,n,c,d,v,g,y,b,m=o(this),w=0,x=0,S="";if(null!=t){if((e=i(t))&&!~String(o("flags"in l?t.flags:u.call(t))).indexOf("g"))throw TypeError("`.replaceAll` does not allow non-global regexes");if(void 0!==(n=t[f]))return n.call(t,m,r);if(s&&e)return String(m).replace(t,r)}for(c=String(m),d=String(t),(v="function"==typeof r)||(r=String(r)),g=d.length,y=p(1,g),w=h(c,d,0);-1!==w;)b=v?String(r(d,w,c)):a(d,c,w,[],void 0,r),S+=c.slice(x,w)+b,x=w+g,w=h(c,d,w+y);return x<c.length&&(S+=c.slice(x)),S}})},5306:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(7466),u=e(9958),a=e(4488),c=e(1530),s=e(647),f=e(7651),l=Math.max,p=Math.min;n("replace",2,(function(t,r,e,n){var h=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,d=n.REPLACE_KEEPS_$0,v=h?"$":"$0";return[function(e,n){var o=a(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,o,n):r.call(String(o),e,n)},function(t,n){if(!h&&d||"string"==typeof n&&-1===n.indexOf(v)){var a=e(r,t,this,n);if(a.done)return a.value}var g=o(t),y=String(this),b="function"==typeof n;b||(n=String(n));var m=g.global;if(m){var w=g.unicode;g.lastIndex=0}for(var x=[];;){var S=f(g,y);if(null===S)break;if(x.push(S),!m)break;""===String(S[0])&&(g.lastIndex=c(y,i(g.lastIndex),w))}for(var E,T="",O=0,_=0;_<x.length;_++){S=x[_];for(var P=String(S[0]),A=l(p(u(S.index),y.length),0),j=[],I=1;I<S.length;I++)j.push(void 0===(E=S[I])?E:String(E));var R=S.groups;if(b){var L=[P].concat(j,A,y);void 0!==R&&L.push(R);var k=String(n.apply(void 0,L))}else k=s(P,y,A,j,R,n);A>=O&&(T+=y.slice(O,A)+k,O=A+P.length)}return T+y.slice(O)}]}))},4765:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(4488),u=e(6029),a=e(7651);n("search",1,(function(t,r,e){return[function(r){var e=i(this),n=null==r?void 0:r[t];return void 0!==n?n.call(r,e):new RegExp(r)[t](String(e))},function(t){var n=e(r,t,this);if(n.done)return n.value;var i=o(t),c=String(this),s=i.lastIndex;u(s,0)||(i.lastIndex=0);var f=a(i,c);return u(i.lastIndex,s)||(i.lastIndex=s),null===f?-1:f.index}]}))},7268:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("small")},{small:function(){return o(this,"small","","")}})},3123:function(t,r,e){"use strict";var n=e(7007),o=e(7850),i=e(9670),u=e(4488),a=e(6707),c=e(1530),s=e(7466),f=e(7651),l=e(2261),p=e(7293),h=[].push,d=Math.min,v=4294967295,g=!p((function(){return!RegExp(v,"y")}));n("split",2,(function(t,r,e){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,e){var n=String(u(this)),i=void 0===e?v:e>>>0;if(0===i)return[];if(void 0===t)return[n];if(!o(t))return r.call(n,t,i);for(var a,c,s,f=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,g=new RegExp(t.source,p+"g");(a=l.call(g,n))&&!((c=g.lastIndex)>d&&(f.push(n.slice(d,a.index)),a.length>1&&a.index<n.length&&h.apply(f,a.slice(1)),s=a[0].length,d=c,f.length>=i));)g.lastIndex===a.index&&g.lastIndex++;return d===n.length?!s&&g.test("")||f.push(""):f.push(n.slice(d)),f.length>i?f.slice(0,i):f}:"0".split(void 0,0).length?function(t,e){return void 0===t&&0===e?[]:r.call(this,t,e)}:r,[function(r,e){var o=u(this),i=null==r?void 0:r[t];return void 0!==i?i.call(r,o,e):n.call(String(o),r,e)},function(t,o){var u=e(n,t,this,o,n!==r);if(u.done)return u.value;var l=i(t),p=String(this),h=a(l,RegExp),y=l.unicode,b=(l.ignoreCase?"i":"")+(l.multiline?"m":"")+(l.unicode?"u":"")+(g?"y":"g"),m=new h(g?l:"^(?:"+l.source+")",b),w=void 0===o?v:o>>>0;if(0===w)return[];if(0===p.length)return null===f(m,p)?[p]:[];for(var x=0,S=0,E=[];S<p.length;){m.lastIndex=g?S:0;var T,O=f(m,g?p:p.slice(S));if(null===O||(T=d(s(m.lastIndex+(g?0:S)),p.length))===x)S=c(p,S,y);else{if(E.push(p.slice(x,S)),E.length===w)return E;for(var _=1;_<=O.length-1;_++)if(E.push(O[_]),E.length===w)return E;S=x=T}}return E.push(p.slice(x)),E}]}),!g)},3157:function(t,r,e){"use strict";var n,o=e(2109),i=e(1236).f,u=e(7466),a=e(3929),c=e(4488),s=e(4964),f=e(1913),l="".startsWith,p=Math.min,h=s("startsWith");o({target:"String",proto:!0,forced:!!(f||h||(n=i(String.prototype,"startsWith"),!n||n.writable))&&!h},{startsWith:function(t){var r=String(c(this));a(t);var e=u(p(arguments.length>1?arguments[1]:void 0,r.length)),n=String(t);return l?l.call(r,n,e):r.slice(e,e+n.length)===n}})},7397:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("strike")},{strike:function(){return o(this,"strike","","")}})},86:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("sub")},{sub:function(){return o(this,"sub","","")}})},623:function(t,r,e){"use strict";var n=e(2109),o=e(4230);n({target:"String",proto:!0,forced:e(3429)("sup")},{sup:function(){return o(this,"sup","","")}})},8702:function(t,r,e){"use strict";var n=e(2109),o=e(3111).end,i=e(6091)("trimEnd"),u=i?function(){return o(this)}:"".trimEnd;n({target:"String",proto:!0,forced:i},{trimEnd:u,trimRight:u})},5674:function(t,r,e){"use strict";var n=e(2109),o=e(3111).start,i=e(6091)("trimStart"),u=i?function(){return o(this)}:"".trimStart;n({target:"String",proto:!0,forced:i},{trimStart:u,trimLeft:u})},3210:function(t,r,e){"use strict";var n=e(2109),o=e(3111).trim;n({target:"String",proto:!0,forced:e(6091)("trim")},{trim:function(){return o(this)}})},3948:function(t,r,e){var n=e(7854),o=e(8324),i=e(6992),u=e(8880),a=e(5112),c=a("iterator"),s=a("toStringTag"),f=i.values;for(var l in o){var p=n[l],h=p&&p.prototype;if(h){if(h[c]!==f)try{u(h,c,f)}catch(t){h[c]=f}if(h[s]||u(h,s,l),o[l])for(var d in i)if(h[d]!==i[d])try{u(h,d,i[d])}catch(t){h[d]=i[d]}}}},1150:function(t,r,e){var n=e(7633);t.exports=n},9712:function(t,r,e){var n=e(1111);t.exports=n},5666:function(t){var r=function(t){"use strict";var r,e=Object.prototype,n=e.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",u=o.asyncIterator||"@@asyncIterator",a=o.toStringTag||"@@toStringTag";function c(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{c({},"")}catch(t){c=function(t,r,e){return t[r]=e}}function s(t,r,e,n){var o=r&&r.prototype instanceof g?r:g,i=Object.create(o.prototype),u=new A(n||[]);return i._invoke=function(t,r,e){var n=l;return function(o,i){if(n===h)throw new Error("Generator is already running");if(n===d){if("throw"===o)throw i;return I()}for(e.method=o,e.arg=i;;){var u=e.delegate;if(u){var a=O(u,e);if(a){if(a===v)continue;return a}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(n===l)throw n=d,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);n=h;var c=f(t,r,e);if("normal"===c.type){if(n=e.done?d:p,c.arg===v)continue;return{value:c.arg,done:e.done}}"throw"===c.type&&(n=d,e.method="throw",e.arg=c.arg)}}}(t,e,u),i}function f(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l="suspendedStart",p="suspendedYield",h="executing",d="completed",v={};function g(){}function y(){}function b(){}var m={};m[i]=function(){return this};var w=Object.getPrototypeOf,x=w&&w(w(j([])));x&&x!==e&&n.call(x,i)&&(m=x);var S=b.prototype=g.prototype=Object.create(m);function E(t){["next","throw","return"].forEach((function(r){c(t,r,(function(t){return this._invoke(r,t)}))}))}function T(t,r){function e(o,i,u,a){var c=f(t[o],t,i);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&n.call(l,"__await")?r.resolve(l.__await).then((function(t){e("next",t,u,a)}),(function(t){e("throw",t,u,a)})):r.resolve(l).then((function(t){s.value=t,u(s)}),(function(t){return e("throw",t,u,a)}))}a(c.arg)}var o;this._invoke=function(t,n){function i(){return new r((function(r,o){e(t,n,r,o)}))}return o=o?o.then(i,i):i()}}function O(t,e){var n=t.iterator[e.method];if(n===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=r,O(t,e),"throw"===e.method))return v;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=f(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,v;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=r),e.delegate=null,v):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,v)}function _(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function P(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function j(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,u=function e(){for(;++o<t.length;)if(n.call(t,o))return e.value=t[o],e.done=!1,e;return e.value=r,e.done=!0,e};return u.next=u}}return{next:I}}function I(){return{value:r,done:!0}}return y.prototype=S.constructor=b,b.constructor=y,y.displayName=c(b,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===y||"GeneratorFunction"===(r.displayName||r.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,c(t,a,"GeneratorFunction")),t.prototype=Object.create(S),t},t.awrap=function(t){return{__await:t}},E(T.prototype),T.prototype[u]=function(){return this},t.AsyncIterator=T,t.async=function(r,e,n,o,i){void 0===i&&(i=Promise);var u=new T(s(r,e,n,o),i);return t.isGeneratorFunction(e)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},E(S),c(S,a,"Generator"),S[i]=function(){return this},S.toString=function(){return"[object Generator]"},t.keys=function(t){var r=[];for(var e in t)r.push(e);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=j,A.prototype={constructor:A,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(P),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function o(n,o){return a.type="throw",a.arg=t,e.next=n,o&&(e.method="next",e.arg=r),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=n.call(u,"catchLoc"),s=n.call(u,"finallyLoc");if(c&&s){if(this.prev<u.catchLoc)return o(u.catchLoc,!0);if(this.prev<u.finallyLoc)return o(u.finallyLoc)}else if(c){if(this.prev<u.catchLoc)return o(u.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<u.finallyLoc)return o(u.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=r&&r<=i.finallyLoc&&(i=null);var u=i?i.completion:{};return u.type=t,u.arg=r,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(u)},complete:function(t,r){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&r&&(this.next=r),v},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),P(e),v}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;P(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:j(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=r),v}},t}(t.exports);try{regeneratorRuntime=r}catch(t){Function("r","regeneratorRuntime = r")(r)}},7147:function(t,r,e){"use strict";var n="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==n&&n,o="URLSearchParams"in n,i="Symbol"in n&&"iterator"in Symbol,u="FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch(t){return!1}}(),a="FormData"in n,c="ArrayBuffer"in n;if(c)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],f=ArrayBuffer.isView||function(t){return t&&s.indexOf(Object.prototype.toString.call(t))>-1};function l(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t)||""===t)throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function p(t){return"string"!=typeof t&&(t=String(t)),t}function h(t){var r={next:function(){var r=t.shift();return{done:void 0===r,value:r}}};return i&&(r[Symbol.iterator]=function(){return r}),r}function d(t){this.map={},t instanceof d?t.forEach((function(t,r){this.append(r,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(r){this.append(r,t[r])}),this)}function v(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function g(t){return new Promise((function(r,e){t.onload=function(){r(t.result)},t.onerror=function(){e(t.error)}}))}function y(t){var r=new FileReader,e=g(r);return r.readAsArrayBuffer(t),e}function b(t){if(t.slice)return t.slice(0);var r=new Uint8Array(t.byteLength);return r.set(new Uint8Array(t)),r.buffer}function m(){return this.bodyUsed=!1,this._initBody=function(t){var r;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:u&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:a&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():c&&u&&((r=t)&&DataView.prototype.isPrototypeOf(r))?(this._bodyArrayBuffer=b(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):c&&(ArrayBuffer.prototype.isPrototypeOf(t)||f(t))?this._bodyArrayBuffer=b(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},u&&(this.blob=function(){var t=v(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=v(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(y)}),this.text=function(){var t,r,e,n=v(this);if(n)return n;if(this._bodyBlob)return t=this._bodyBlob,r=new FileReader,e=g(r),r.readAsText(t),e;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var r=new Uint8Array(t),e=new Array(r.length),n=0;n<r.length;n++)e[n]=String.fromCharCode(r[n]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a&&(this.formData=function(){return this.text().then(S)}),this.json=function(){return this.text().then(JSON.parse)},this}d.prototype.append=function(t,r){t=l(t),r=p(r);var e=this.map[t];this.map[t]=e?e+", "+r:r},d.prototype.delete=function(t){delete this.map[l(t)]},d.prototype.get=function(t){return t=l(t),this.has(t)?this.map[t]:null},d.prototype.has=function(t){return this.map.hasOwnProperty(l(t))},d.prototype.set=function(t,r){this.map[l(t)]=p(r)},d.prototype.forEach=function(t,r){for(var e in this.map)this.map.hasOwnProperty(e)&&t.call(r,this.map[e],e,this)},d.prototype.keys=function(){var t=[];return this.forEach((function(r,e){t.push(e)})),h(t)},d.prototype.values=function(){var t=[];return this.forEach((function(r){t.push(r)})),h(t)},d.prototype.entries=function(){var t=[];return this.forEach((function(r,e){t.push([e,r])})),h(t)},i&&(d.prototype[Symbol.iterator]=d.prototype.entries);var w=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function x(t,r){if(!(this instanceof x))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var e,n,o=(r=r||{}).body;if(t instanceof x){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,r.headers||(this.headers=new d(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,o||null==t._bodyInit||(o=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=r.credentials||this.credentials||"same-origin",!r.headers&&this.headers||(this.headers=new d(r.headers)),this.method=(e=r.method||this.method||"GET",n=e.toUpperCase(),w.indexOf(n)>-1?n:e),this.mode=r.mode||this.mode||null,this.signal=r.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==r.cache&&"no-cache"!==r.cache)){var i=/([?&])_=[^&]*/;if(i.test(this.url))this.url=this.url.replace(i,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function S(t){var r=new FormData;return t.trim().split("&").forEach((function(t){if(t){var e=t.split("="),n=e.shift().replace(/\+/g," "),o=e.join("=").replace(/\+/g," ");r.append(decodeURIComponent(n),decodeURIComponent(o))}})),r}function E(t,r){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');r||(r={}),this.type="default",this.status=void 0===r.status?200:r.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in r?r.statusText:"",this.headers=new d(r.headers),this.url=r.url||"",this._initBody(t)}x.prototype.clone=function(){return new x(this,{body:this._bodyInit})},m.call(x.prototype),m.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},E.error=function(){var t=new E(null,{status:0,statusText:""});return t.type="error",t};var T=[301,302,303,307,308];E.redirect=function(t,r){if(-1===T.indexOf(r))throw new RangeError("Invalid status code");return new E(null,{status:r,headers:{location:t}})};var O=n.DOMException;try{new O}catch(t){(O=function(t,r){this.message=t,this.name=r;var e=Error(t);this.stack=e.stack}).prototype=Object.create(Error.prototype),O.prototype.constructor=O}function _(t,r){return new Promise((function(e,o){var i=new x(t,r);if(i.signal&&i.signal.aborted)return o(new O("Aborted","AbortError"));var a=new XMLHttpRequest;function s(){a.abort()}a.onload=function(){var t,r,n={status:a.status,statusText:a.statusText,headers:(t=a.getAllResponseHeaders()||"",r=new d,t.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(t){return 0===t.indexOf("\n")?t.substr(1,t.length):t})).forEach((function(t){var e=t.split(":"),n=e.shift().trim();if(n){var o=e.join(":").trim();r.append(n,o)}})),r)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var o="response"in a?a.response:a.responseText;setTimeout((function(){e(new E(o,n))}),0)},a.onerror=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},a.ontimeout=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},a.onabort=function(){setTimeout((function(){o(new O("Aborted","AbortError"))}),0)},a.open(i.method,function(t){try{return""===t&&n.location.href?n.location.href:t}catch(r){return t}}(i.url),!0),"include"===i.credentials?a.withCredentials=!0:"omit"===i.credentials&&(a.withCredentials=!1),"responseType"in a&&(u?a.responseType="blob":c&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(a.responseType="arraybuffer")),!r||"object"!=typeof r.headers||r.headers instanceof d?i.headers.forEach((function(t,r){a.setRequestHeader(r,t)})):Object.getOwnPropertyNames(r.headers).forEach((function(t){a.setRequestHeader(t,p(r.headers[t]))})),i.signal&&(i.signal.addEventListener("abort",s),a.onreadystatechange=function(){4===a.readyState&&i.signal.removeEventListener("abort",s)}),a.send(void 0===i._bodyInit?null:i._bodyInit)}))}_.polyfill=!0,n.fetch||(n.fetch=_,n.Headers=d,n.Request=x,n.Response=E)}},r={};function e(n){if(r[n])return r[n].exports;var o=r[n]={exports:{}};return t[n](o,o.exports,e),o.exports}e.d=function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e(5666),e(1150),e(9712),e(7147),e(1391),e(9135)}();</script> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_It.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_It.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_BdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_BdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Lt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Lt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_LtIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_LtIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_ExBd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_ExBd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_ExBdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_ExBdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Md.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Md.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_MdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_MdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="stylesheet" href="https://web.archive.org/web/20210207192743cs_/https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/css/orb-ltr.min.css"> <script src="https://web.archive.org/web/20210207192743js_/https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/js/api-forge-free.min.js"></script> <!-- navid Web Module: 0.2.0-49.8fc6bb9 --> <!-- searchbox Web Module: 3.0.0-220.8c1cc11 --> <!-- navpromo Web Module: 3.0.0-182.54a2d3e --> <!-- cookiebanner Web Module: 0.0.2-577.130979a --> <!-- useractivityhelper Web Module: 1.0.0-117.f5a171d --> <!-- reverb Web Module: 2.0.3 --> <link rel="stylesheet" href="https://web.archive.org/web/20210207192743cs_/https://static.files.bbci.co.uk/account/id-cta/1.53.19/style/id-cta.css"/><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.53.19/style/ie8.css" rel="stylesheet"/> <![endif]--><script type="text/javascript">(function() {if (!window.require) {throw new Error('idcta: could not find require module');}if (typeof(map) == 'undefined') {var map = {};}if (!!document.createElementNS && !!document.createElementNS('http://www.w3.org/2000/svg', 'svg').createSVGRect) {document.documentElement.className += ' id-svg';}var ptrt = new RegExp("[\\?&]ptrt=([^&]*)").exec(document.location.href);var ENDPOINT_URL = 'https://web.archive.org/web/20210207192743/https://idcta.api.bbc.co.uk';var ENDPOINT_CONFIG = ('/idcta/config?callback=&ptrt=' + (ptrt ? ptrt[1] : encodeURIComponent(document.location.href))).replace(/\&/g, '&');var ENDPOINT_TRANSLATIONS = '/idcta/translations?callback=';function hasPromise() {var P = window.Promise;var promiseToString = null;if (P) {try {promiseToString = Object.prototype.toString.call(P.resolve());} catch(e) {/*silently ignored*/}}return (promiseToString === '[object Promise]' && !P.cast);}if (hasPromise()) {define('idcta/es6-promise', function() {return window.Promise;});define('idcta-v2/es6-promise', function() {return window.Promise;});}map['idcta-v2'] = 'https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/account/id-cta/1.53.19/modules/idcta-v2';map['idcta-v2/config'] = ENDPOINT_URL + ENDPOINT_CONFIG;map['idcta-v2/translations'] = ENDPOINT_URL + ENDPOINT_TRANSLATIONS;map['idcta'] = 'https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/account/id-cta/1.53.19/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20210207192743/https://cdn.optimizely.com/public/4621041136/s/idcta_live';const idctaShim = {deps: ['idcta-v2/idcta-1'],};require({shim: {'idcta-v2/statusbar': idctaShim,'idcta-v2/id-config': idctaShim},map: {'*': {'idcta/idcta-1': 'idcta-v2/idcta-1','idcta': 'idcta-v2',}},paths: map});window.idctaBaseUrl = ENDPOINT_URL;define('idcta/config', ['idcta-v2/config'], function(data) {return data;});define('idcta/translations', ['idcta-v2/translations'], function(data) {return data;});})();</script> <script type="text/javascript"> // Globally available search context window.SEARCHBOX={"variant":"default","locale":"en","feature":"","navSearchboxStaticPrefix":"https://web.archive.org/web/20210207192743/https://nav.files.bbci.co.uk/searchbox/e9ff1f476bd0916bdea190a830436c38/","searchboxAppStaticPrefix":"https://web.archive.org/web/20210207192743/https://nav.files.bbci.co.uk/searchbox/e9ff1f476bd0916bdea190a830436c38/drawer","searchFormHtml":"<div tabindex=\"-1\"><div><section class=\"se-searchbox-panel\"><div class=\"se-g-wrap\"><div class=\"se-g-layout\"><div class=\"se-g-layout__item se-searchbox-title\" aria-hidden=\"true\">search</div><div class=\"se-g-layout__item se-searchbox\"><form accept-charset=\"utf-8\" id=\"searchboxDrawerForm\" method=\"get\" action=\"https://search.bbc.co.uk/search\"><label class=\"se-searchbox__input\" for=\"se-searchbox-input-field\"><span class=\"se-sr-only\">Search Term</span><div><input type=\"text\" name=\"q\" value=\"\" id=\"se-searchbox-input-field\" class=\"se-searchbox__input__field\" maxLength=\"100\" autoComplete=\"off\" autoCorrect=\"off\" autoCapitalize=\"off\" spellcheck=\"false\" tabindex=\"0\"/></div></label><input type=\"hidden\" name=\"scope\" value=\"\"/><button type=\"submit\" class=\"se-searchbox__submit\" tabindex=\"0\" data-bbc-container=\"se-searchbox-panel\" data-bbc-title=\"search-icon\" data-bbc-metadata=\"{"PAR":"form::1","CHD":"button::1"}\" data-bbc-personalisation=\"{"QRY":""}\">Search</button><button type=\"button\" class=\"se-searchbox__clear se-searchbox__clear--visible\" tabindex=\"0\" data-bbc-container=\"se-searchbox-panel\" data-bbc-title=\"clear-icon\" data-bbc-metadata=\"{"PAR":"form::1","CHD":"button::2"}\" data-bbc-personalisation=\"{"QRY":""}\">Close</button></form></div></div></div></section><div aria-live=\"polite\" aria-atomic=\"true\" class=\"se-suggestions-container\"><section class=\"se-g-wrap\"></section></div></div></div>","searchScopePlaceholder":"","searchScopeParam":"","searchScopeTemplate":"","searchPlaceholderWrapperStart":"","searchPlaceholderWrapperEnd":""}; window.SEARCHBOX.searchScope = SEARCHBOX.searchScopeTemplate.split('-')[0]; </script> <link rel="stylesheet" href="https://web.archive.org/web/20210207192743cs_/https://nav.files.bbci.co.uk/searchbox/e9ff1f476bd0916bdea190a830436c38/css/main.css"> <!--[if IE 8]> <script type="text/javascript" src="https://nav.files.bbci.co.uk/searchbox/e9ff1f476bd0916bdea190a830436c38/script/html5shiv.min.js"></script> <script type="text/javascript">window['searchboxIEVersion'] = 8;</script> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/searchbox/e9ff1f476bd0916bdea190a830436c38/css/ie8.css"> <![endif]--> <!--[if IE 9]> <script type="text/javascript">window['searchboxIEVersion'] = 9;</script> <![endif]--> <script src="https://web.archive.org/web/20210207192743js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-577.130979a/cookie-banner/cookie-library.bundle.js"></script><script type="text/javascript">void 0!==window.define&&define("orb/cookies",function(){return window.bbccookies})</script> <script type="text/javascript">window.__detectview={clickManagementEnabled:false};</script> <script type="text/javascript">"use strict";!function(){window.__reverbStaticLocation="https://web.archive.org/web/20210207192743/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/",window.__smarttagVersion="5.27.0",window.__reverb={},window.__reverb.__reverbLoadedPromise=new Promise(function(e,i){window.__reverb.__resolveReverbLoaded=e,window.__reverb.__rejectReverbLoaded=i}),window.__reverb.__reverbTimeout=setTimeout(function(){window.__reverb.__rejectReverbLoaded()},5e3);var i=function(d,a){window.__reverb.__reverbLoadedPromise.then(function(e){if(d&&d.detail){var i=!!d.detail.item,t=d.detail.label,n=i?"viewability":d.detail.type,o=d.detail.elem,r=d.detail.originalEvent;d.detail.isClick&&(a=d.detail.isClick),e.userActionEvent(n,t,d.detail,o,r,a)}},function(){console.log("Reverb failed to load. Event not sent")})};document.addEventListener("bbc-user-event",function(e){i(e,!1)}),document.addEventListener("bbc-user-click",function(e){i(e,!0)}),document.addEventListener("bbc-page-updated",function(){window.__reverb.__reverbLoadedPromise.then(function(e){e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Reverb failed to load. Event not sent")})})}();</script><script type="text/javascript" src="https://web.archive.org/web/20210207192743js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-2.0.3.js" async></script> <title>Culture in Quarantine - BBC Arts</title> <meta property="og:title" content="Culture in Quarantine - BBC Arts"> <meta name="description" content="The homepage for Arts on the BBC, with film, features and events showcasing the arts in the UK and beyond."> <meta property="og:description" content="The homepage for Arts on the BBC, with film, features and events showcasing the arts in the UK and beyond."> <meta property="og:site_name" content="BBC Arts"> <meta property="og:locale" content="en_GB"> <link rel="icon" href="https://web.archive.org/web/20210207192743im_/https://www.bbc.co.uk/favicon.ico"/><script>(function(){var hasTouch="ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch||window.hasOwnProperty&&(window.hasOwnProperty("ontouchstart")||navigator.msMaxTouchPoints);if(!hasTouch){document.documentElement.className+=" no-touch"}})();</script><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>/*! We are only supporting enhanced browsers, and the site looks poor if enhanced is false. Re-enable when such support is required **/.gel-wrap{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px}@media (min-width:25em){.gel-wrap{padding-left:16px;padding-right:16px}}@media (min-width:80em){.gel-wrap{max-width:1280px}}.gel-layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.gel-layout{margin-left:-16px}}.gel-layout__item{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top}@media (min-width:37.5em){.gel-layout__item{padding-left:16px}}.gel-layout--flush{margin-left:0}.gel-layout--flush>.gel-layout__item{padding-left:0}.gel-layout--rev{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.no-flexbox .gel-layout--rev{direction:rtl;text-align:left}.no-flexbox .gel-layout--rev>.gel-layout__item{direction:ltr;text-align:left}.gel-layout--middle{-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.gel-layout--middle>.gel-layout__item{vertical-align:middle}.gel-layout--bottom{-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.gel-layout--bottom>.gel-layout__item{vertical-align:bottom}.gel-layout--right{text-align:right;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.gel-layout--right>.gel-layout__item{text-align:left}.gel-layout--center{text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.gel-layout--center>.gel-layout__item{text-align:left}.gel-layout--auto>.gel-layout__item{width:auto}.gel-layout--no-flex{min-width:100%}.gel-layout--no-flex,.gel-layout--no-flex>.gel-layout__item{display:block;display:inline-block}.gel-layout--equal>.gel-layout__item{display:-webkit-flex;display:flex}.gel-layout--fit>.gel-layout__item{width:auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gel-layout__item--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.gel-layout__item--center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.gel-layout__item--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.gel-1\/1{width:100%!important}.gel-1\/2{width:50%!important}.gel-1\/3{width:33.33333%!important}.gel-2\/3{width:66.66667%!important}.gel-1\/4{width:25%!important}.gel-2\/4{width:50%!important}.gel-3\/4{width:75%!important}.gel-1\/5{width:20%!important}.gel-2\/5{width:40%!important}.gel-3\/5{width:60%!important}.gel-4\/5{width:80%!important}.gel-1\/8{width:12.5%!important}.gel-2\/8{width:25%!important}.gel-3\/8{width:37.5%!important}.gel-4\/8{width:50%!important}.gel-5\/8{width:62.5%!important}.gel-6\/8{width:75%!important}.gel-7\/8{width:87.5%!important}.gel-1\/10{width:10%!important}.gel-2\/10{width:20%!important}.gel-3\/10{width:30%!important}.gel-4\/10{width:40%!important}.gel-5\/10{width:50%!important}.gel-6\/10{width:60%!important}.gel-7\/10{width:70%!important}.gel-8\/10{width:80%!important}.gel-9\/10{width:90%!important}.gel-1\/12{width:8.33333%!important}.gel-2\/12{width:16.66667%!important}.gel-3\/12{width:25%!important}.gel-4\/12{width:33.33333%!important}.gel-5\/12{width:41.66667%!important}.gel-6\/12{width:50%!important}.gel-7\/12{width:58.33333%!important}.gel-8\/12{width:66.66667%!important}.gel-9\/12{width:75%!important}.gel-10\/12{width:83.33333%!important}.gel-11\/12{width:91.66667%!important}.gel-1\/24{width:4.16667%!important}.gel-2\/24{width:8.33333%!important}.gel-3\/24{width:12.5%!important}.gel-4\/24{width:16.66667%!important}.gel-5\/24{width:20.83333%!important}.gel-6\/24{width:25%!important}.gel-7\/24{width:29.16667%!important}.gel-8\/24{width:33.33333%!important}.gel-9\/24{width:37.5%!important}.gel-10\/24{width:41.66667%!important}.gel-11\/24{width:45.83333%!important}.gel-12\/24{width:50%!important}.gel-13\/24{width:54.16667%!important}.gel-14\/24{width:58.33333%!important}.gel-15\/24{width:62.5%!important}.gel-16\/24{width:66.66667%!important}.gel-17\/24{width:70.83333%!important}.gel-18\/24{width:75%!important}.gel-19\/24{width:79.16667%!important}.gel-20\/24{width:83.33333%!important}.gel-21\/24{width:87.5%!important}.gel-22\/24{width:91.66667%!important}.gel-23\/24{width:95.83333%!important}@media (min-width:25em){.gel-1\/1\@s{width:100%!important}.gel-1\/2\@s{width:50%!important}.gel-1\/3\@s{width:33.33333%!important}.gel-2\/3\@s{width:66.66667%!important}.gel-1\/4\@s{width:25%!important}.gel-2\/4\@s{width:50%!important}.gel-3\/4\@s{width:75%!important}.gel-1\/5\@s{width:20%!important}.gel-2\/5\@s{width:40%!important}.gel-3\/5\@s{width:60%!important}.gel-4\/5\@s{width:80%!important}.gel-1\/8\@s{width:12.5%!important}.gel-2\/8\@s{width:25%!important}.gel-3\/8\@s{width:37.5%!important}.gel-4\/8\@s{width:50%!important}.gel-5\/8\@s{width:62.5%!important}.gel-6\/8\@s{width:75%!important}.gel-7\/8\@s{width:87.5%!important}.gel-1\/10\@s{width:10%!important}.gel-2\/10\@s{width:20%!important}.gel-3\/10\@s{width:30%!important}.gel-4\/10\@s{width:40%!important}.gel-5\/10\@s{width:50%!important}.gel-6\/10\@s{width:60%!important}.gel-7\/10\@s{width:70%!important}.gel-8\/10\@s{width:80%!important}.gel-9\/10\@s{width:90%!important}.gel-1\/12\@s{width:8.33333%!important}.gel-2\/12\@s{width:16.66667%!important}.gel-3\/12\@s{width:25%!important}.gel-4\/12\@s{width:33.33333%!important}.gel-5\/12\@s{width:41.66667%!important}.gel-6\/12\@s{width:50%!important}.gel-7\/12\@s{width:58.33333%!important}.gel-8\/12\@s{width:66.66667%!important}.gel-9\/12\@s{width:75%!important}.gel-10\/12\@s{width:83.33333%!important}.gel-11\/12\@s{width:91.66667%!important}.gel-1\/24\@s{width:4.16667%!important}.gel-2\/24\@s{width:8.33333%!important}.gel-3\/24\@s{width:12.5%!important}.gel-4\/24\@s{width:16.66667%!important}.gel-5\/24\@s{width:20.83333%!important}.gel-6\/24\@s{width:25%!important}.gel-7\/24\@s{width:29.16667%!important}.gel-8\/24\@s{width:33.33333%!important}.gel-9\/24\@s{width:37.5%!important}.gel-10\/24\@s{width:41.66667%!important}.gel-11\/24\@s{width:45.83333%!important}.gel-12\/24\@s{width:50%!important}.gel-13\/24\@s{width:54.16667%!important}.gel-14\/24\@s{width:58.33333%!important}.gel-15\/24\@s{width:62.5%!important}.gel-16\/24\@s{width:66.66667%!important}.gel-17\/24\@s{width:70.83333%!important}.gel-18\/24\@s{width:75%!important}.gel-19\/24\@s{width:79.16667%!important}.gel-20\/24\@s{width:83.33333%!important}.gel-21\/24\@s{width:87.5%!important}.gel-22\/24\@s{width:91.66667%!important}.gel-23\/24\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\/1\@m{width:100%!important}.gel-1\/2\@m{width:50%!important}.gel-1\/3\@m{width:33.33333%!important}.gel-2\/3\@m{width:66.66667%!important}.gel-1\/4\@m{width:25%!important}.gel-2\/4\@m{width:50%!important}.gel-3\/4\@m{width:75%!important}.gel-1\/5\@m{width:20%!important}.gel-2\/5\@m{width:40%!important}.gel-3\/5\@m{width:60%!important}.gel-4\/5\@m{width:80%!important}.gel-1\/8\@m{width:12.5%!important}.gel-2\/8\@m{width:25%!important}.gel-3\/8\@m{width:37.5%!important}.gel-4\/8\@m{width:50%!important}.gel-5\/8\@m{width:62.5%!important}.gel-6\/8\@m{width:75%!important}.gel-7\/8\@m{width:87.5%!important}.gel-1\/10\@m{width:10%!important}.gel-2\/10\@m{width:20%!important}.gel-3\/10\@m{width:30%!important}.gel-4\/10\@m{width:40%!important}.gel-5\/10\@m{width:50%!important}.gel-6\/10\@m{width:60%!important}.gel-7\/10\@m{width:70%!important}.gel-8\/10\@m{width:80%!important}.gel-9\/10\@m{width:90%!important}.gel-1\/12\@m{width:8.33333%!important}.gel-2\/12\@m{width:16.66667%!important}.gel-3\/12\@m{width:25%!important}.gel-4\/12\@m{width:33.33333%!important}.gel-5\/12\@m{width:41.66667%!important}.gel-6\/12\@m{width:50%!important}.gel-7\/12\@m{width:58.33333%!important}.gel-8\/12\@m{width:66.66667%!important}.gel-9\/12\@m{width:75%!important}.gel-10\/12\@m{width:83.33333%!important}.gel-11\/12\@m{width:91.66667%!important}.gel-1\/24\@m{width:4.16667%!important}.gel-2\/24\@m{width:8.33333%!important}.gel-3\/24\@m{width:12.5%!important}.gel-4\/24\@m{width:16.66667%!important}.gel-5\/24\@m{width:20.83333%!important}.gel-6\/24\@m{width:25%!important}.gel-7\/24\@m{width:29.16667%!important}.gel-8\/24\@m{width:33.33333%!important}.gel-9\/24\@m{width:37.5%!important}.gel-10\/24\@m{width:41.66667%!important}.gel-11\/24\@m{width:45.83333%!important}.gel-12\/24\@m{width:50%!important}.gel-13\/24\@m{width:54.16667%!important}.gel-14\/24\@m{width:58.33333%!important}.gel-15\/24\@m{width:62.5%!important}.gel-16\/24\@m{width:66.66667%!important}.gel-17\/24\@m{width:70.83333%!important}.gel-18\/24\@m{width:75%!important}.gel-19\/24\@m{width:79.16667%!important}.gel-20\/24\@m{width:83.33333%!important}.gel-21\/24\@m{width:87.5%!important}.gel-22\/24\@m{width:91.66667%!important}.gel-23\/24\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\/1\@l{width:100%!important}.gel-1\/2\@l{width:50%!important}.gel-1\/3\@l{width:33.33333%!important}.gel-2\/3\@l{width:66.66667%!important}.gel-1\/4\@l{width:25%!important}.gel-2\/4\@l{width:50%!important}.gel-3\/4\@l{width:75%!important}.gel-1\/5\@l{width:20%!important}.gel-2\/5\@l{width:40%!important}.gel-3\/5\@l{width:60%!important}.gel-4\/5\@l{width:80%!important}.gel-1\/8\@l{width:12.5%!important}.gel-2\/8\@l{width:25%!important}.gel-3\/8\@l{width:37.5%!important}.gel-4\/8\@l{width:50%!important}.gel-5\/8\@l{width:62.5%!important}.gel-6\/8\@l{width:75%!important}.gel-7\/8\@l{width:87.5%!important}.gel-1\/10\@l{width:10%!important}.gel-2\/10\@l{width:20%!important}.gel-3\/10\@l{width:30%!important}.gel-4\/10\@l{width:40%!important}.gel-5\/10\@l{width:50%!important}.gel-6\/10\@l{width:60%!important}.gel-7\/10\@l{width:70%!important}.gel-8\/10\@l{width:80%!important}.gel-9\/10\@l{width:90%!important}.gel-1\/12\@l{width:8.33333%!important}.gel-2\/12\@l{width:16.66667%!important}.gel-3\/12\@l{width:25%!important}.gel-4\/12\@l{width:33.33333%!important}.gel-5\/12\@l{width:41.66667%!important}.gel-6\/12\@l{width:50%!important}.gel-7\/12\@l{width:58.33333%!important}.gel-8\/12\@l{width:66.66667%!important}.gel-9\/12\@l{width:75%!important}.gel-10\/12\@l{width:83.33333%!important}.gel-11\/12\@l{width:91.66667%!important}.gel-1\/24\@l{width:4.16667%!important}.gel-2\/24\@l{width:8.33333%!important}.gel-3\/24\@l{width:12.5%!important}.gel-4\/24\@l{width:16.66667%!important}.gel-5\/24\@l{width:20.83333%!important}.gel-6\/24\@l{width:25%!important}.gel-7\/24\@l{width:29.16667%!important}.gel-8\/24\@l{width:33.33333%!important}.gel-9\/24\@l{width:37.5%!important}.gel-10\/24\@l{width:41.66667%!important}.gel-11\/24\@l{width:45.83333%!important}.gel-12\/24\@l{width:50%!important}.gel-13\/24\@l{width:54.16667%!important}.gel-14\/24\@l{width:58.33333%!important}.gel-15\/24\@l{width:62.5%!important}.gel-16\/24\@l{width:66.66667%!important}.gel-17\/24\@l{width:70.83333%!important}.gel-18\/24\@l{width:75%!important}.gel-19\/24\@l{width:79.16667%!important}.gel-20\/24\@l{width:83.33333%!important}.gel-21\/24\@l{width:87.5%!important}.gel-22\/24\@l{width:91.66667%!important}.gel-23\/24\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\/1\@xl{width:100%!important}.gel-1\/2\@xl{width:50%!important}.gel-1\/3\@xl{width:33.33333%!important}.gel-2\/3\@xl{width:66.66667%!important}.gel-1\/4\@xl{width:25%!important}.gel-2\/4\@xl{width:50%!important}.gel-3\/4\@xl{width:75%!important}.gel-1\/5\@xl{width:20%!important}.gel-2\/5\@xl{width:40%!important}.gel-3\/5\@xl{width:60%!important}.gel-4\/5\@xl{width:80%!important}.gel-1\/8\@xl{width:12.5%!important}.gel-2\/8\@xl{width:25%!important}.gel-3\/8\@xl{width:37.5%!important}.gel-4\/8\@xl{width:50%!important}.gel-5\/8\@xl{width:62.5%!important}.gel-6\/8\@xl{width:75%!important}.gel-7\/8\@xl{width:87.5%!important}.gel-1\/10\@xl{width:10%!important}.gel-2\/10\@xl{width:20%!important}.gel-3\/10\@xl{width:30%!important}.gel-4\/10\@xl{width:40%!important}.gel-5\/10\@xl{width:50%!important}.gel-6\/10\@xl{width:60%!important}.gel-7\/10\@xl{width:70%!important}.gel-8\/10\@xl{width:80%!important}.gel-9\/10\@xl{width:90%!important}.gel-1\/12\@xl{width:8.33333%!important}.gel-2\/12\@xl{width:16.66667%!important}.gel-3\/12\@xl{width:25%!important}.gel-4\/12\@xl{width:33.33333%!important}.gel-5\/12\@xl{width:41.66667%!important}.gel-6\/12\@xl{width:50%!important}.gel-7\/12\@xl{width:58.33333%!important}.gel-8\/12\@xl{width:66.66667%!important}.gel-9\/12\@xl{width:75%!important}.gel-10\/12\@xl{width:83.33333%!important}.gel-11\/12\@xl{width:91.66667%!important}.gel-1\/24\@xl{width:4.16667%!important}.gel-2\/24\@xl{width:8.33333%!important}.gel-3\/24\@xl{width:12.5%!important}.gel-4\/24\@xl{width:16.66667%!important}.gel-5\/24\@xl{width:20.83333%!important}.gel-6\/24\@xl{width:25%!important}.gel-7\/24\@xl{width:29.16667%!important}.gel-8\/24\@xl{width:33.33333%!important}.gel-9\/24\@xl{width:37.5%!important}.gel-10\/24\@xl{width:41.66667%!important}.gel-11\/24\@xl{width:45.83333%!important}.gel-12\/24\@xl{width:50%!important}.gel-13\/24\@xl{width:54.16667%!important}.gel-14\/24\@xl{width:58.33333%!important}.gel-15\/24\@xl{width:62.5%!important}.gel-16\/24\@xl{width:66.66667%!important}.gel-17\/24\@xl{width:70.83333%!important}.gel-18\/24\@xl{width:75%!important}.gel-19\/24\@xl{width:79.16667%!important}.gel-20\/24\@xl{width:83.33333%!important}.gel-21\/24\@xl{width:87.5%!important}.gel-22\/24\@xl{width:91.66667%!important}.gel-23\/24\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\/1\@xxl{width:100%!important}.gel-1\/2\@xxl{width:50%!important}.gel-1\/3\@xxl{width:33.33333%!important}.gel-2\/3\@xxl{width:66.66667%!important}.gel-1\/4\@xxl{width:25%!important}.gel-2\/4\@xxl{width:50%!important}.gel-3\/4\@xxl{width:75%!important}.gel-1\/5\@xxl{width:20%!important}.gel-2\/5\@xxl{width:40%!important}.gel-3\/5\@xxl{width:60%!important}.gel-4\/5\@xxl{width:80%!important}.gel-1\/8\@xxl{width:12.5%!important}.gel-2\/8\@xxl{width:25%!important}.gel-3\/8\@xxl{width:37.5%!important}.gel-4\/8\@xxl{width:50%!important}.gel-5\/8\@xxl{width:62.5%!important}.gel-6\/8\@xxl{width:75%!important}.gel-7\/8\@xxl{width:87.5%!important}.gel-1\/10\@xxl{width:10%!important}.gel-2\/10\@xxl{width:20%!important}.gel-3\/10\@xxl{width:30%!important}.gel-4\/10\@xxl{width:40%!important}.gel-5\/10\@xxl{width:50%!important}.gel-6\/10\@xxl{width:60%!important}.gel-7\/10\@xxl{width:70%!important}.gel-8\/10\@xxl{width:80%!important}.gel-9\/10\@xxl{width:90%!important}.gel-1\/12\@xxl{width:8.33333%!important}.gel-2\/12\@xxl{width:16.66667%!important}.gel-3\/12\@xxl{width:25%!important}.gel-4\/12\@xxl{width:33.33333%!important}.gel-5\/12\@xxl{width:41.66667%!important}.gel-6\/12\@xxl{width:50%!important}.gel-7\/12\@xxl{width:58.33333%!important}.gel-8\/12\@xxl{width:66.66667%!important}.gel-9\/12\@xxl{width:75%!important}.gel-10\/12\@xxl{width:83.33333%!important}.gel-11\/12\@xxl{width:91.66667%!important}.gel-1\/24\@xxl{width:4.16667%!important}.gel-2\/24\@xxl{width:8.33333%!important}.gel-3\/24\@xxl{width:12.5%!important}.gel-4\/24\@xxl{width:16.66667%!important}.gel-5\/24\@xxl{width:20.83333%!important}.gel-6\/24\@xxl{width:25%!important}.gel-7\/24\@xxl{width:29.16667%!important}.gel-8\/24\@xxl{width:33.33333%!important}.gel-9\/24\@xxl{width:37.5%!important}.gel-10\/24\@xxl{width:41.66667%!important}.gel-11\/24\@xxl{width:45.83333%!important}.gel-12\/24\@xxl{width:50%!important}.gel-13\/24\@xxl{width:54.16667%!important}.gel-14\/24\@xxl{width:58.33333%!important}.gel-15\/24\@xxl{width:62.5%!important}.gel-16\/24\@xxl{width:66.66667%!important}.gel-17\/24\@xxl{width:70.83333%!important}.gel-18\/24\@xxl{width:75%!important}.gel-19\/24\@xxl{width:79.16667%!important}.gel-20\/24\@xxl{width:83.33333%!important}.gel-21\/24\@xxl{width:87.5%!important}.gel-22\/24\@xxl{width:91.66667%!important}.gel-23\/24\@xxl{width:95.83333%!important}}.baseplate-canon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}@media (min-width:20em){.baseplate-canon{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-canon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-canon-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon-bold{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon-bold{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-trafalgar{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-trafalgar{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-trafalgar-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-trafalgar-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar-bold{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-paragon{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-paragon{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-paragon-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-paragon-bold{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon-bold{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-double-pica{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:37.5em){.baseplate-double-pica{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-double-pica-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:37.5em){.baseplate-double-pica-bold{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-great-primer{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}@media (min-width:37.5em){.baseplate-great-primer{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer{font-size:20px;font-size:1.25rem}}.baseplate-great-primer-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;font-weight:700}@media (min-width:20em){.baseplate-great-primer-bold{letter-spacing:-1px;letter-spacing:-.0625rem}}@media (min-width:37.5em){.baseplate-great-primer-bold{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer-bold{font-size:20px;font-size:1.25rem}}.baseplate-pica{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-pica-bold{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700}@media (min-width:20em){.baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-long-primer{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem}@media (min-width:37.5em){.baseplate-long-primer{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-long-primer-bold{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700}@media (min-width:37.5em){.baseplate-long-primer-bold{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer-bold{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-brevier{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem}@media (min-width:20em){.baseplate-brevier{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-brevier-bold{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;font-weight:700}@media (min-width:20em){.baseplate-brevier-bold{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier-bold{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-minion{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase}@media (min-width:37.5em){.baseplate-minion{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion{font-size:12px;font-size:.75rem}}.baseplate-minion-bold{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase;font-weight:700}@media (min-width:37.5em){.baseplate-minion-bold{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion-bold{font-size:12px;font-size:.75rem}}.baseplate-body-copy{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.baseplate-body-copy{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}body{margin:0} /*! * HEADER */.baseplate-global-header{background-color:#003} /*! * 1. Set relative to allow menu button to be positioned absolute */.baseplate-global-header__inner{position:relative;box-sizing:border-box;display:block;padding-bottom:16px}@media (min-width:56.25em){.baseplate-global-header__inner{display:flex}}.baseplate-global-header__link{background-position:50%;background-repeat:no-repeat;display:inline-block;height:40px;margin-top:16px;margin-right:16px;margin-bottom:16px;text-transform:capitalize;text-decoration:none;color:#fff;font-size:32px}@media (min-width:56.25em){.baseplate-global-header__link{font-size:48px}} /*! * 1. Hide menu button from medium upwards. * 2. Position menu button to right hand side. * 3. Set font size as gel type does not handle this type size. * 4. Remove button default styling. */.baseplate-global-header__menu-button,.baseplate-global-header__search-button{position:absolute;top:21px;margin:0;font-size:16px;line-height:16px;cursor:pointer;color:#fff;border:1px solid #fff;background:#003;appearance:none}@media (min-width:56.25em){.baseplate-global-header__menu-button,.baseplate-global-header__search-button{display:none}}@media (min-width:25em){.baseplate-global-header__menu-button,.baseplate-global-header__search-button{right:16px}}.no-touch .baseplate-global-header__menu-button,.no-touch .baseplate-global-header__search-button{font-size:15px;line-height:15px}.baseplate-global-header__menu-button.selected,.baseplate-global-header__search-button.selected{background:#282454}@media (max-width:37.49em){.baseplate-global-header__menu-button.hidden-mobile,.baseplate-global-header__search-button.hidden-mobile{display:none}}.baseplate-global-header__menu-button{padding:8px;right:8px}.baseplate-global-header__search-button{padding:7px 16px;right:80px}@media (min-width:37.5em){.baseplate-global-header__search-button{display:none}}.baseplate-global-header__search-button-icon{fill:#fff;height:16px;width:16px} /*! * NAVIGATION * * Based on https://github.com/bbc/morph-modules/blob/master/sport-navigation/sass/_component.navigation.scss */.baseplate-navigation__wrap{height:100%} /*! * 1. Hide Primary navigation below large. */.baseplate-navigation--primary{display:none;font-weight:300;height:100%;position:absolute;right:0}@media (min-width:56.25em){.baseplate-navigation--primary{display:block}} /*! * 1. Remove default browser styling. * 2. Pull 1st item in navigation back inline with page. */.baseplate-navigation__items{height:100%;margin:0;padding-left:0!important;list-style:none;white-space:nowrap} /*! * Remove divider on last item. */.baseplate-navigation__item{display:inline-block;height:100%}.baseplate-navigation__item:first-child .baseplate-navigation__link:after{width:0} /*! * 1. Add divider between each link. */.baseplate-navigation__link{display:block;position:relative;padding:28px 12px;color:#fff;text-decoration:none;font-size:15px;line-height:16px}.baseplate-navigation__link--selected,.baseplate-navigation__link:focus,.baseplate-navigation__link:hover{cursor:pointer}.baseplate-navigation__link--selected:before,.baseplate-navigation__link:focus:before,.baseplate-navigation__link:hover:before{position:absolute;bottom:0;left:0;content:"";width:100%;height:4px;background-color:#fff} /*! * FLYOUT * * Handles the flyout nav menu when collapsed to the burger menu. */.baseplate-flyout{display:none} /*! * 1. Hide flyout navigation above large. */.baseplate-flyout--expanded{background-color:#282454;display:block;margin:0 -16px}@media (min-width:56.25em){.baseplate-flyout--expanded{display:none}} /*! * 1. Remove default browser styling. */.baseplate-flyout__items{margin:0 16px;padding:0;width:100%;list-style:none}.baseplate-flyout__item:first-of-type{margin-top:16px}.baseplate-flyout__item:first-of-type .baseplate-flyout__link:after{border-top:2px solid hsla(0,0%,100%,.66)}.baseplate-flyout__item:last-of-type{margin-bottom:-16px}.baseplate-flyout__link{display:block;width:100%;color:#fff;text-decoration:none;font-size:16px;line-height:16px;padding:12px 0;position:relative}.baseplate-flyout__link--selected:before{border-left:4px solid #7eaac4}.baseplate-flyout__link:after{border-top:2px solid hsla(0,0%,100%,.33);height:100%;margin-left:-16px;top:0}.baseplate-flyout__link:after,.baseplate-flyout__link:before{content:"";display:block;position:absolute;width:calc(100% + 32px)}.baseplate-flyout__link:before{height:calc(100% - 2px);margin-left:-8px;margin-top:-10px}@media (min-width:25em){.baseplate-flyout__link:before{margin-left:-16px}}.baseplate-global-header__search{display:flex;margin-top:16px;position:relative}.baseplate-global-header__search__input,.baseplate-global-header__search__submit{background:#fff;border:0;box-sizing:content-box;height:40px;margin:0;padding:0}@media (min-width:37.5em){.baseplate-global-header__search{display:inline-flex;width:calc(100% - 210px)}}@media (min-width:56.25em){.baseplate-global-header__search{width:calc(100% - 670px)}}@media (max-width:37.49em){.baseplate-global-header__search.hidden-mobile{display:none}}.baseplate-global-header__search__input{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;border-right:0;color:#000;font-weight:700;padding-left:16px;width:100%;appearance:none;border-radius:0}@media (min-width:37.5em){.baseplate-global-header__search__input{line-height:20px;line-height:1.25rem}.no-touch .baseplate-global-header__search__input{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-global-header__search__input:focus{outline:none}.baseplate-global-header__search__input::placeholder{color:#000}.baseplate-global-header__search__input:-webkit-autofill{background-color:#fff!important;transition:background-color 5000s ease-in-out 0s}input[type]{-webkit-appearance:none;-moz-appearance:none}.baseplate-global-header__search__submit{border-left:0;cursor:pointer;position:absolute;right:40px;width:48px}@media (min-width:37.5em){.baseplate-global-header__search__submit{right:0}}.baseplate-global-header__search__submit-icon{height:24px;width:24px}.baseplate-global-header__button-clear{background-color:transparent;border:0;cursor:pointer;padding-right:0;width:48px}@media (min-width:37.5em){.baseplate-global-header__button-clear{display:none}}.baseplate-global-header__button-clear-icon{fill:#fff;height:24px;width:24px}.baseplate-global-header__brand-logo-container{box-sizing:border-box}.baseplate-global-header__brand-logo{background-origin:content-box;box-sizing:border-box;padding-top:16px;margin-right:8px}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-baseplate-header-view/3.17.0"]=true; Morph.styleSrc.push("<style>.gel-wrap{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px}@media (min-width:25em){.gel-wrap{padding-left:16px;padding-right:16px}}@media (min-width:80em){.gel-wrap{max-width:1280px}}.gel-layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.gel-layout{margin-left:-16px}}.gel-layout__item{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top}@media (min-width:37.5em){.gel-layout__item{padding-left:16px}}.gel-layout--flush{margin-left:0}.gel-layout--flush>.gel-layout__item{padding-left:0}.gel-layout--rev{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.no-flexbox .gel-layout--rev{direction:rtl;text-align:left}.no-flexbox .gel-layout--rev>.gel-layout__item{direction:ltr;text-align:left}.gel-layout--middle{-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.gel-layout--middle>.gel-layout__item{vertical-align:middle}.gel-layout--bottom{-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.gel-layout--bottom>.gel-layout__item{vertical-align:bottom}.gel-layout--right{text-align:right;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.gel-layout--right>.gel-layout__item{text-align:left}.gel-layout--center{text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.gel-layout--center>.gel-layout__item{text-align:left}.gel-layout--auto>.gel-layout__item{width:auto}.gel-layout--no-flex{min-width:100%}.gel-layout--no-flex,.gel-layout--no-flex>.gel-layout__item{display:block;display:inline-block}.gel-layout--equal>.gel-layout__item{display:-webkit-flex;display:flex}.gel-layout--fit>.gel-layout__item{width:auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gel-layout__item--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.gel-layout__item--center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.gel-layout__item--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.gel-1\\/1{width:100%!important}.gel-1\\/2{width:50%!important}.gel-1\\/3{width:33.33333%!important}.gel-2\\/3{width:66.66667%!important}.gel-1\\/4{width:25%!important}.gel-2\\/4{width:50%!important}.gel-3\\/4{width:75%!important}.gel-1\\/5{width:20%!important}.gel-2\\/5{width:40%!important}.gel-3\\/5{width:60%!important}.gel-4\\/5{width:80%!important}.gel-1\\/8{width:12.5%!important}.gel-2\\/8{width:25%!important}.gel-3\\/8{width:37.5%!important}.gel-4\\/8{width:50%!important}.gel-5\\/8{width:62.5%!important}.gel-6\\/8{width:75%!important}.gel-7\\/8{width:87.5%!important}.gel-1\\/10{width:10%!important}.gel-2\\/10{width:20%!important}.gel-3\\/10{width:30%!important}.gel-4\\/10{width:40%!important}.gel-5\\/10{width:50%!important}.gel-6\\/10{width:60%!important}.gel-7\\/10{width:70%!important}.gel-8\\/10{width:80%!important}.gel-9\\/10{width:90%!important}.gel-1\\/12{width:8.33333%!important}.gel-2\\/12{width:16.66667%!important}.gel-3\\/12{width:25%!important}.gel-4\\/12{width:33.33333%!important}.gel-5\\/12{width:41.66667%!important}.gel-6\\/12{width:50%!important}.gel-7\\/12{width:58.33333%!important}.gel-8\\/12{width:66.66667%!important}.gel-9\\/12{width:75%!important}.gel-10\\/12{width:83.33333%!important}.gel-11\\/12{width:91.66667%!important}.gel-1\\/24{width:4.16667%!important}.gel-2\\/24{width:8.33333%!important}.gel-3\\/24{width:12.5%!important}.gel-4\\/24{width:16.66667%!important}.gel-5\\/24{width:20.83333%!important}.gel-6\\/24{width:25%!important}.gel-7\\/24{width:29.16667%!important}.gel-8\\/24{width:33.33333%!important}.gel-9\\/24{width:37.5%!important}.gel-10\\/24{width:41.66667%!important}.gel-11\\/24{width:45.83333%!important}.gel-12\\/24{width:50%!important}.gel-13\\/24{width:54.16667%!important}.gel-14\\/24{width:58.33333%!important}.gel-15\\/24{width:62.5%!important}.gel-16\\/24{width:66.66667%!important}.gel-17\\/24{width:70.83333%!important}.gel-18\\/24{width:75%!important}.gel-19\\/24{width:79.16667%!important}.gel-20\\/24{width:83.33333%!important}.gel-21\\/24{width:87.5%!important}.gel-22\\/24{width:91.66667%!important}.gel-23\\/24{width:95.83333%!important}@media (min-width:25em){.gel-1\\/1\\@s{width:100%!important}.gel-1\\/2\\@s{width:50%!important}.gel-1\\/3\\@s{width:33.33333%!important}.gel-2\\/3\\@s{width:66.66667%!important}.gel-1\\/4\\@s{width:25%!important}.gel-2\\/4\\@s{width:50%!important}.gel-3\\/4\\@s{width:75%!important}.gel-1\\/5\\@s{width:20%!important}.gel-2\\/5\\@s{width:40%!important}.gel-3\\/5\\@s{width:60%!important}.gel-4\\/5\\@s{width:80%!important}.gel-1\\/8\\@s{width:12.5%!important}.gel-2\\/8\\@s{width:25%!important}.gel-3\\/8\\@s{width:37.5%!important}.gel-4\\/8\\@s{width:50%!important}.gel-5\\/8\\@s{width:62.5%!important}.gel-6\\/8\\@s{width:75%!important}.gel-7\\/8\\@s{width:87.5%!important}.gel-1\\/10\\@s{width:10%!important}.gel-2\\/10\\@s{width:20%!important}.gel-3\\/10\\@s{width:30%!important}.gel-4\\/10\\@s{width:40%!important}.gel-5\\/10\\@s{width:50%!important}.gel-6\\/10\\@s{width:60%!important}.gel-7\\/10\\@s{width:70%!important}.gel-8\\/10\\@s{width:80%!important}.gel-9\\/10\\@s{width:90%!important}.gel-1\\/12\\@s{width:8.33333%!important}.gel-2\\/12\\@s{width:16.66667%!important}.gel-3\\/12\\@s{width:25%!important}.gel-4\\/12\\@s{width:33.33333%!important}.gel-5\\/12\\@s{width:41.66667%!important}.gel-6\\/12\\@s{width:50%!important}.gel-7\\/12\\@s{width:58.33333%!important}.gel-8\\/12\\@s{width:66.66667%!important}.gel-9\\/12\\@s{width:75%!important}.gel-10\\/12\\@s{width:83.33333%!important}.gel-11\\/12\\@s{width:91.66667%!important}.gel-1\\/24\\@s{width:4.16667%!important}.gel-2\\/24\\@s{width:8.33333%!important}.gel-3\\/24\\@s{width:12.5%!important}.gel-4\\/24\\@s{width:16.66667%!important}.gel-5\\/24\\@s{width:20.83333%!important}.gel-6\\/24\\@s{width:25%!important}.gel-7\\/24\\@s{width:29.16667%!important}.gel-8\\/24\\@s{width:33.33333%!important}.gel-9\\/24\\@s{width:37.5%!important}.gel-10\\/24\\@s{width:41.66667%!important}.gel-11\\/24\\@s{width:45.83333%!important}.gel-12\\/24\\@s{width:50%!important}.gel-13\\/24\\@s{width:54.16667%!important}.gel-14\\/24\\@s{width:58.33333%!important}.gel-15\\/24\\@s{width:62.5%!important}.gel-16\\/24\\@s{width:66.66667%!important}.gel-17\\/24\\@s{width:70.83333%!important}.gel-18\\/24\\@s{width:75%!important}.gel-19\\/24\\@s{width:79.16667%!important}.gel-20\\/24\\@s{width:83.33333%!important}.gel-21\\/24\\@s{width:87.5%!important}.gel-22\\/24\\@s{width:91.66667%!important}.gel-23\\/24\\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\\/1\\@m{width:100%!important}.gel-1\\/2\\@m{width:50%!important}.gel-1\\/3\\@m{width:33.33333%!important}.gel-2\\/3\\@m{width:66.66667%!important}.gel-1\\/4\\@m{width:25%!important}.gel-2\\/4\\@m{width:50%!important}.gel-3\\/4\\@m{width:75%!important}.gel-1\\/5\\@m{width:20%!important}.gel-2\\/5\\@m{width:40%!important}.gel-3\\/5\\@m{width:60%!important}.gel-4\\/5\\@m{width:80%!important}.gel-1\\/8\\@m{width:12.5%!important}.gel-2\\/8\\@m{width:25%!important}.gel-3\\/8\\@m{width:37.5%!important}.gel-4\\/8\\@m{width:50%!important}.gel-5\\/8\\@m{width:62.5%!important}.gel-6\\/8\\@m{width:75%!important}.gel-7\\/8\\@m{width:87.5%!important}.gel-1\\/10\\@m{width:10%!important}.gel-2\\/10\\@m{width:20%!important}.gel-3\\/10\\@m{width:30%!important}.gel-4\\/10\\@m{width:40%!important}.gel-5\\/10\\@m{width:50%!important}.gel-6\\/10\\@m{width:60%!important}.gel-7\\/10\\@m{width:70%!important}.gel-8\\/10\\@m{width:80%!important}.gel-9\\/10\\@m{width:90%!important}.gel-1\\/12\\@m{width:8.33333%!important}.gel-2\\/12\\@m{width:16.66667%!important}.gel-3\\/12\\@m{width:25%!important}.gel-4\\/12\\@m{width:33.33333%!important}.gel-5\\/12\\@m{width:41.66667%!important}.gel-6\\/12\\@m{width:50%!important}.gel-7\\/12\\@m{width:58.33333%!important}.gel-8\\/12\\@m{width:66.66667%!important}.gel-9\\/12\\@m{width:75%!important}.gel-10\\/12\\@m{width:83.33333%!important}.gel-11\\/12\\@m{width:91.66667%!important}.gel-1\\/24\\@m{width:4.16667%!important}.gel-2\\/24\\@m{width:8.33333%!important}.gel-3\\/24\\@m{width:12.5%!important}.gel-4\\/24\\@m{width:16.66667%!important}.gel-5\\/24\\@m{width:20.83333%!important}.gel-6\\/24\\@m{width:25%!important}.gel-7\\/24\\@m{width:29.16667%!important}.gel-8\\/24\\@m{width:33.33333%!important}.gel-9\\/24\\@m{width:37.5%!important}.gel-10\\/24\\@m{width:41.66667%!important}.gel-11\\/24\\@m{width:45.83333%!important}.gel-12\\/24\\@m{width:50%!important}.gel-13\\/24\\@m{width:54.16667%!important}.gel-14\\/24\\@m{width:58.33333%!important}.gel-15\\/24\\@m{width:62.5%!important}.gel-16\\/24\\@m{width:66.66667%!important}.gel-17\\/24\\@m{width:70.83333%!important}.gel-18\\/24\\@m{width:75%!important}.gel-19\\/24\\@m{width:79.16667%!important}.gel-20\\/24\\@m{width:83.33333%!important}.gel-21\\/24\\@m{width:87.5%!important}.gel-22\\/24\\@m{width:91.66667%!important}.gel-23\\/24\\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\\/1\\@l{width:100%!important}.gel-1\\/2\\@l{width:50%!important}.gel-1\\/3\\@l{width:33.33333%!important}.gel-2\\/3\\@l{width:66.66667%!important}.gel-1\\/4\\@l{width:25%!important}.gel-2\\/4\\@l{width:50%!important}.gel-3\\/4\\@l{width:75%!important}.gel-1\\/5\\@l{width:20%!important}.gel-2\\/5\\@l{width:40%!important}.gel-3\\/5\\@l{width:60%!important}.gel-4\\/5\\@l{width:80%!important}.gel-1\\/8\\@l{width:12.5%!important}.gel-2\\/8\\@l{width:25%!important}.gel-3\\/8\\@l{width:37.5%!important}.gel-4\\/8\\@l{width:50%!important}.gel-5\\/8\\@l{width:62.5%!important}.gel-6\\/8\\@l{width:75%!important}.gel-7\\/8\\@l{width:87.5%!important}.gel-1\\/10\\@l{width:10%!important}.gel-2\\/10\\@l{width:20%!important}.gel-3\\/10\\@l{width:30%!important}.gel-4\\/10\\@l{width:40%!important}.gel-5\\/10\\@l{width:50%!important}.gel-6\\/10\\@l{width:60%!important}.gel-7\\/10\\@l{width:70%!important}.gel-8\\/10\\@l{width:80%!important}.gel-9\\/10\\@l{width:90%!important}.gel-1\\/12\\@l{width:8.33333%!important}.gel-2\\/12\\@l{width:16.66667%!important}.gel-3\\/12\\@l{width:25%!important}.gel-4\\/12\\@l{width:33.33333%!important}.gel-5\\/12\\@l{width:41.66667%!important}.gel-6\\/12\\@l{width:50%!important}.gel-7\\/12\\@l{width:58.33333%!important}.gel-8\\/12\\@l{width:66.66667%!important}.gel-9\\/12\\@l{width:75%!important}.gel-10\\/12\\@l{width:83.33333%!important}.gel-11\\/12\\@l{width:91.66667%!important}.gel-1\\/24\\@l{width:4.16667%!important}.gel-2\\/24\\@l{width:8.33333%!important}.gel-3\\/24\\@l{width:12.5%!important}.gel-4\\/24\\@l{width:16.66667%!important}.gel-5\\/24\\@l{width:20.83333%!important}.gel-6\\/24\\@l{width:25%!important}.gel-7\\/24\\@l{width:29.16667%!important}.gel-8\\/24\\@l{width:33.33333%!important}.gel-9\\/24\\@l{width:37.5%!important}.gel-10\\/24\\@l{width:41.66667%!important}.gel-11\\/24\\@l{width:45.83333%!important}.gel-12\\/24\\@l{width:50%!important}.gel-13\\/24\\@l{width:54.16667%!important}.gel-14\\/24\\@l{width:58.33333%!important}.gel-15\\/24\\@l{width:62.5%!important}.gel-16\\/24\\@l{width:66.66667%!important}.gel-17\\/24\\@l{width:70.83333%!important}.gel-18\\/24\\@l{width:75%!important}.gel-19\\/24\\@l{width:79.16667%!important}.gel-20\\/24\\@l{width:83.33333%!important}.gel-21\\/24\\@l{width:87.5%!important}.gel-22\\/24\\@l{width:91.66667%!important}.gel-23\\/24\\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\\/1\\@xl{width:100%!important}.gel-1\\/2\\@xl{width:50%!important}.gel-1\\/3\\@xl{width:33.33333%!important}.gel-2\\/3\\@xl{width:66.66667%!important}.gel-1\\/4\\@xl{width:25%!important}.gel-2\\/4\\@xl{width:50%!important}.gel-3\\/4\\@xl{width:75%!important}.gel-1\\/5\\@xl{width:20%!important}.gel-2\\/5\\@xl{width:40%!important}.gel-3\\/5\\@xl{width:60%!important}.gel-4\\/5\\@xl{width:80%!important}.gel-1\\/8\\@xl{width:12.5%!important}.gel-2\\/8\\@xl{width:25%!important}.gel-3\\/8\\@xl{width:37.5%!important}.gel-4\\/8\\@xl{width:50%!important}.gel-5\\/8\\@xl{width:62.5%!important}.gel-6\\/8\\@xl{width:75%!important}.gel-7\\/8\\@xl{width:87.5%!important}.gel-1\\/10\\@xl{width:10%!important}.gel-2\\/10\\@xl{width:20%!important}.gel-3\\/10\\@xl{width:30%!important}.gel-4\\/10\\@xl{width:40%!important}.gel-5\\/10\\@xl{width:50%!important}.gel-6\\/10\\@xl{width:60%!important}.gel-7\\/10\\@xl{width:70%!important}.gel-8\\/10\\@xl{width:80%!important}.gel-9\\/10\\@xl{width:90%!important}.gel-1\\/12\\@xl{width:8.33333%!important}.gel-2\\/12\\@xl{width:16.66667%!important}.gel-3\\/12\\@xl{width:25%!important}.gel-4\\/12\\@xl{width:33.33333%!important}.gel-5\\/12\\@xl{width:41.66667%!important}.gel-6\\/12\\@xl{width:50%!important}.gel-7\\/12\\@xl{width:58.33333%!important}.gel-8\\/12\\@xl{width:66.66667%!important}.gel-9\\/12\\@xl{width:75%!important}.gel-10\\/12\\@xl{width:83.33333%!important}.gel-11\\/12\\@xl{width:91.66667%!important}.gel-1\\/24\\@xl{width:4.16667%!important}.gel-2\\/24\\@xl{width:8.33333%!important}.gel-3\\/24\\@xl{width:12.5%!important}.gel-4\\/24\\@xl{width:16.66667%!important}.gel-5\\/24\\@xl{width:20.83333%!important}.gel-6\\/24\\@xl{width:25%!important}.gel-7\\/24\\@xl{width:29.16667%!important}.gel-8\\/24\\@xl{width:33.33333%!important}.gel-9\\/24\\@xl{width:37.5%!important}.gel-10\\/24\\@xl{width:41.66667%!important}.gel-11\\/24\\@xl{width:45.83333%!important}.gel-12\\/24\\@xl{width:50%!important}.gel-13\\/24\\@xl{width:54.16667%!important}.gel-14\\/24\\@xl{width:58.33333%!important}.gel-15\\/24\\@xl{width:62.5%!important}.gel-16\\/24\\@xl{width:66.66667%!important}.gel-17\\/24\\@xl{width:70.83333%!important}.gel-18\\/24\\@xl{width:75%!important}.gel-19\\/24\\@xl{width:79.16667%!important}.gel-20\\/24\\@xl{width:83.33333%!important}.gel-21\\/24\\@xl{width:87.5%!important}.gel-22\\/24\\@xl{width:91.66667%!important}.gel-23\\/24\\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\\/1\\@xxl{width:100%!important}.gel-1\\/2\\@xxl{width:50%!important}.gel-1\\/3\\@xxl{width:33.33333%!important}.gel-2\\/3\\@xxl{width:66.66667%!important}.gel-1\\/4\\@xxl{width:25%!important}.gel-2\\/4\\@xxl{width:50%!important}.gel-3\\/4\\@xxl{width:75%!important}.gel-1\\/5\\@xxl{width:20%!important}.gel-2\\/5\\@xxl{width:40%!important}.gel-3\\/5\\@xxl{width:60%!important}.gel-4\\/5\\@xxl{width:80%!important}.gel-1\\/8\\@xxl{width:12.5%!important}.gel-2\\/8\\@xxl{width:25%!important}.gel-3\\/8\\@xxl{width:37.5%!important}.gel-4\\/8\\@xxl{width:50%!important}.gel-5\\/8\\@xxl{width:62.5%!important}.gel-6\\/8\\@xxl{width:75%!important}.gel-7\\/8\\@xxl{width:87.5%!important}.gel-1\\/10\\@xxl{width:10%!important}.gel-2\\/10\\@xxl{width:20%!important}.gel-3\\/10\\@xxl{width:30%!important}.gel-4\\/10\\@xxl{width:40%!important}.gel-5\\/10\\@xxl{width:50%!important}.gel-6\\/10\\@xxl{width:60%!important}.gel-7\\/10\\@xxl{width:70%!important}.gel-8\\/10\\@xxl{width:80%!important}.gel-9\\/10\\@xxl{width:90%!important}.gel-1\\/12\\@xxl{width:8.33333%!important}.gel-2\\/12\\@xxl{width:16.66667%!important}.gel-3\\/12\\@xxl{width:25%!important}.gel-4\\/12\\@xxl{width:33.33333%!important}.gel-5\\/12\\@xxl{width:41.66667%!important}.gel-6\\/12\\@xxl{width:50%!important}.gel-7\\/12\\@xxl{width:58.33333%!important}.gel-8\\/12\\@xxl{width:66.66667%!important}.gel-9\\/12\\@xxl{width:75%!important}.gel-10\\/12\\@xxl{width:83.33333%!important}.gel-11\\/12\\@xxl{width:91.66667%!important}.gel-1\\/24\\@xxl{width:4.16667%!important}.gel-2\\/24\\@xxl{width:8.33333%!important}.gel-3\\/24\\@xxl{width:12.5%!important}.gel-4\\/24\\@xxl{width:16.66667%!important}.gel-5\\/24\\@xxl{width:20.83333%!important}.gel-6\\/24\\@xxl{width:25%!important}.gel-7\\/24\\@xxl{width:29.16667%!important}.gel-8\\/24\\@xxl{width:33.33333%!important}.gel-9\\/24\\@xxl{width:37.5%!important}.gel-10\\/24\\@xxl{width:41.66667%!important}.gel-11\\/24\\@xxl{width:45.83333%!important}.gel-12\\/24\\@xxl{width:50%!important}.gel-13\\/24\\@xxl{width:54.16667%!important}.gel-14\\/24\\@xxl{width:58.33333%!important}.gel-15\\/24\\@xxl{width:62.5%!important}.gel-16\\/24\\@xxl{width:66.66667%!important}.gel-17\\/24\\@xxl{width:70.83333%!important}.gel-18\\/24\\@xxl{width:75%!important}.gel-19\\/24\\@xxl{width:79.16667%!important}.gel-20\\/24\\@xxl{width:83.33333%!important}.gel-21\\/24\\@xxl{width:87.5%!important}.gel-22\\/24\\@xxl{width:91.66667%!important}.gel-23\\/24\\@xxl{width:95.83333%!important}}.baseplate-canon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}@media (min-width:20em){.baseplate-canon{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-canon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-canon-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon-bold{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon-bold{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-trafalgar{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-trafalgar{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-trafalgar-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-trafalgar-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar-bold{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-paragon{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-paragon{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-paragon-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-paragon-bold{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon-bold{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-double-pica{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:37.5em){.baseplate-double-pica{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-double-pica-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:37.5em){.baseplate-double-pica-bold{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-great-primer{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}@media (min-width:37.5em){.baseplate-great-primer{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer{font-size:20px;font-size:1.25rem}}.baseplate-great-primer-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;font-weight:700}@media (min-width:20em){.baseplate-great-primer-bold{letter-spacing:-1px;letter-spacing:-.0625rem}}@media (min-width:37.5em){.baseplate-great-primer-bold{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer-bold{font-size:20px;font-size:1.25rem}}.baseplate-pica{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-pica-bold{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700}@media (min-width:20em){.baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-long-primer{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem}@media (min-width:37.5em){.baseplate-long-primer{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-long-primer-bold{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700}@media (min-width:37.5em){.baseplate-long-primer-bold{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer-bold{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-brevier{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem}@media (min-width:20em){.baseplate-brevier{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-brevier-bold{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;font-weight:700}@media (min-width:20em){.baseplate-brevier-bold{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier-bold{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-minion{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase}@media (min-width:37.5em){.baseplate-minion{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion{font-size:12px;font-size:.75rem}}.baseplate-minion-bold{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase;font-weight:700}@media (min-width:37.5em){.baseplate-minion-bold{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion-bold{font-size:12px;font-size:.75rem}}.baseplate-body-copy{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.baseplate-body-copy{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}body{margin:0}\n\n/*!\n * HEADER\n */.baseplate-global-header{background-color:#003}\n\n/*!\n * 1. Set relative to allow menu button to be positioned absolute\n */.baseplate-global-header__inner{position:relative;box-sizing:border-box;display:block;padding-bottom:16px}@media (min-width:56.25em){.baseplate-global-header__inner{display:flex}}.baseplate-global-header__link{background-position:50%;background-repeat:no-repeat;display:inline-block;height:40px;margin-top:16px;margin-right:16px;margin-bottom:16px;text-transform:capitalize;text-decoration:none;color:#fff;font-size:32px}@media (min-width:56.25em){.baseplate-global-header__link{font-size:48px}}\n\n/*!\n * 1. Hide menu button from medium upwards.\n * 2. Position menu button to right hand side.\n * 3. Set font size as gel type does not handle this type size.\n * 4. Remove button default styling.\n */.baseplate-global-header__menu-button,.baseplate-global-header__search-button{position:absolute;top:21px;margin:0;font-size:16px;line-height:16px;cursor:pointer;color:#fff;border:1px solid #fff;background:#003;appearance:none}@media (min-width:56.25em){.baseplate-global-header__menu-button,.baseplate-global-header__search-button{display:none}}@media (min-width:25em){.baseplate-global-header__menu-button,.baseplate-global-header__search-button{right:16px}}.no-touch .baseplate-global-header__menu-button,.no-touch .baseplate-global-header__search-button{font-size:15px;line-height:15px}.baseplate-global-header__menu-button.selected,.baseplate-global-header__search-button.selected{background:#282454}@media (max-width:37.49em){.baseplate-global-header__menu-button.hidden-mobile,.baseplate-global-header__search-button.hidden-mobile{display:none}}.baseplate-global-header__menu-button{padding:8px;right:8px}.baseplate-global-header__search-button{padding:7px 16px;right:80px}@media (min-width:37.5em){.baseplate-global-header__search-button{display:none}}.baseplate-global-header__search-button-icon{fill:#fff;height:16px;width:16px}\n\n/*!\n * NAVIGATION\n *\n * Based on https://github.com/bbc/morph-modules/blob/master/sport-navigation/sass/_component.navigation.scss\n */.baseplate-navigation__wrap{height:100%}\n\n/*!\n * 1. Hide Primary navigation below large.\n */.baseplate-navigation--primary{display:none;font-weight:300;height:100%;position:absolute;right:0}@media (min-width:56.25em){.baseplate-navigation--primary{display:block}}\n\n/*!\n * 1. Remove default browser styling.\n * 2. Pull 1st item in navigation back inline with page.\n */.baseplate-navigation__items{height:100%;margin:0;padding-left:0!important;list-style:none;white-space:nowrap}\n\n/*!\n * Remove divider on last item.\n */.baseplate-navigation__item{display:inline-block;height:100%}.baseplate-navigation__item:first-child .baseplate-navigation__link:after{width:0}\n\n/*!\n * 1. Add divider between each link.\n */.baseplate-navigation__link{display:block;position:relative;padding:28px 12px;color:#fff;text-decoration:none;font-size:15px;line-height:16px}.baseplate-navigation__link--selected,.baseplate-navigation__link:focus,.baseplate-navigation__link:hover{cursor:pointer}.baseplate-navigation__link--selected:before,.baseplate-navigation__link:focus:before,.baseplate-navigation__link:hover:before{position:absolute;bottom:0;left:0;content:\"\";width:100%;height:4px;background-color:#fff}\n\n/*!\n * FLYOUT\n *\n * Handles the flyout nav menu when collapsed to the burger menu.\n */.baseplate-flyout{display:none}\n\n/*!\n * 1. Hide flyout navigation above large.\n */.baseplate-flyout--expanded{background-color:#282454;display:block;margin:0 -16px}@media (min-width:56.25em){.baseplate-flyout--expanded{display:none}}\n\n/*!\n * 1. Remove default browser styling.\n */.baseplate-flyout__items{margin:0 16px;padding:0;width:100%;list-style:none}.baseplate-flyout__item:first-of-type{margin-top:16px}.baseplate-flyout__item:first-of-type .baseplate-flyout__link:after{border-top:2px solid hsla(0,0%,100%,.66)}.baseplate-flyout__item:last-of-type{margin-bottom:-16px}.baseplate-flyout__link{display:block;width:100%;color:#fff;text-decoration:none;font-size:16px;line-height:16px;padding:12px 0;position:relative}.baseplate-flyout__link--selected:before{border-left:4px solid #7eaac4}.baseplate-flyout__link:after{border-top:2px solid hsla(0,0%,100%,.33);height:100%;margin-left:-16px;top:0}.baseplate-flyout__link:after,.baseplate-flyout__link:before{content:\"\";display:block;position:absolute;width:calc(100% + 32px)}.baseplate-flyout__link:before{height:calc(100% - 2px);margin-left:-8px;margin-top:-10px}@media (min-width:25em){.baseplate-flyout__link:before{margin-left:-16px}}.baseplate-global-header__search{display:flex;margin-top:16px;position:relative}.baseplate-global-header__search__input,.baseplate-global-header__search__submit{background:#fff;border:0;box-sizing:content-box;height:40px;margin:0;padding:0}@media (min-width:37.5em){.baseplate-global-header__search{display:inline-flex;width:calc(100% - 210px)}}@media (min-width:56.25em){.baseplate-global-header__search{width:calc(100% - 670px)}}@media (max-width:37.49em){.baseplate-global-header__search.hidden-mobile{display:none}}.baseplate-global-header__search__input{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;border-right:0;color:#000;font-weight:700;padding-left:16px;width:100%;appearance:none;border-radius:0}@media (min-width:37.5em){.baseplate-global-header__search__input{line-height:20px;line-height:1.25rem}.no-touch .baseplate-global-header__search__input{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-global-header__search__input:focus{outline:none}.baseplate-global-header__search__input::placeholder{color:#000}.baseplate-global-header__search__input:-webkit-autofill{background-color:#fff!important;transition:background-color 5000s ease-in-out 0s}input[type]{-webkit-appearance:none;-moz-appearance:none}.baseplate-global-header__search__submit{border-left:0;cursor:pointer;position:absolute;right:40px;width:48px}@media (min-width:37.5em){.baseplate-global-header__search__submit{right:0}}.baseplate-global-header__search__submit-icon{height:24px;width:24px}.baseplate-global-header__button-clear{background-color:transparent;border:0;cursor:pointer;padding-right:0;width:48px}@media (min-width:37.5em){.baseplate-global-header__button-clear{display:none}}.baseplate-global-header__button-clear-icon{fill:#fff;height:24px;width:24px}.baseplate-global-header__brand-logo-container{box-sizing:border-box}.baseplate-global-header__brand-logo{background-origin:content-box;box-sizing:border-box;padding-top:16px;margin-right:8px}</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u06241929791034129 */</script><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>.gel-2\/4{width:50%!important}.gel-2\/8{width:25%!important}.gel-4\/8{width:50%!important}.gel-6\/8{width:75%!important}.gel-2\/10{width:20%!important}.gel-4\/10{width:40%!important}.gel-5\/10{width:50%!important}.gel-6\/10{width:60%!important}.gel-8\/10{width:80%!important}.gel-3\/12{width:25%!important}.gel-4\/12{width:33.33333%!important}.gel-6\/12{width:50%!important}.gel-8\/12{width:66.66667%!important}.gel-9\/12{width:75%!important}.gel-2\/24{width:8.33333%!important}.gel-3\/24{width:12.5%!important}.gel-4\/24{width:16.66667%!important}.gel-6\/24{width:25%!important}.gel-8\/24{width:33.33333%!important}.gel-9\/24{width:37.5%!important}.gel-10\/24{width:41.66667%!important}.gel-12\/24{width:50%!important}.gel-14\/24{width:58.33333%!important}.gel-15\/24{width:62.5%!important}.gel-16\/24{width:66.66667%!important}.gel-18\/24{width:75%!important}.gel-20\/24{width:83.33333%!important}.gel-21\/24{width:87.5%!important}.gel-22\/24{width:91.66667%!important}@media (min-width:25em){.gel-1\/1\@s{width:100%!important}.gel-1\/2\@s{width:50%!important}.gel-1\/3\@s{width:33.33333%!important}.gel-2\/3\@s{width:66.66667%!important}.gel-1\/4\@s{width:25%!important}.gel-2\/4\@s{width:50%!important}.gel-3\/4\@s{width:75%!important}.gel-1\/5\@s{width:20%!important}.gel-2\/5\@s{width:40%!important}.gel-3\/5\@s{width:60%!important}.gel-4\/5\@s{width:80%!important}.gel-1\/8\@s{width:12.5%!important}.gel-2\/8\@s{width:25%!important}.gel-3\/8\@s{width:37.5%!important}.gel-4\/8\@s{width:50%!important}.gel-5\/8\@s{width:62.5%!important}.gel-6\/8\@s{width:75%!important}.gel-7\/8\@s{width:87.5%!important}.gel-1\/10\@s{width:10%!important}.gel-2\/10\@s{width:20%!important}.gel-3\/10\@s{width:30%!important}.gel-4\/10\@s{width:40%!important}.gel-5\/10\@s{width:50%!important}.gel-6\/10\@s{width:60%!important}.gel-7\/10\@s{width:70%!important}.gel-8\/10\@s{width:80%!important}.gel-9\/10\@s{width:90%!important}.gel-1\/12\@s{width:8.33333%!important}.gel-2\/12\@s{width:16.66667%!important}.gel-3\/12\@s{width:25%!important}.gel-4\/12\@s{width:33.33333%!important}.gel-5\/12\@s{width:41.66667%!important}.gel-6\/12\@s{width:50%!important}.gel-7\/12\@s{width:58.33333%!important}.gel-8\/12\@s{width:66.66667%!important}.gel-9\/12\@s{width:75%!important}.gel-10\/12\@s{width:83.33333%!important}.gel-11\/12\@s{width:91.66667%!important}.gel-1\/24\@s{width:4.16667%!important}.gel-2\/24\@s{width:8.33333%!important}.gel-3\/24\@s{width:12.5%!important}.gel-4\/24\@s{width:16.66667%!important}.gel-5\/24\@s{width:20.83333%!important}.gel-6\/24\@s{width:25%!important}.gel-7\/24\@s{width:29.16667%!important}.gel-8\/24\@s{width:33.33333%!important}.gel-9\/24\@s{width:37.5%!important}.gel-10\/24\@s{width:41.66667%!important}.gel-11\/24\@s{width:45.83333%!important}.gel-12\/24\@s{width:50%!important}.gel-13\/24\@s{width:54.16667%!important}.gel-14\/24\@s{width:58.33333%!important}.gel-15\/24\@s{width:62.5%!important}.gel-16\/24\@s{width:66.66667%!important}.gel-17\/24\@s{width:70.83333%!important}.gel-18\/24\@s{width:75%!important}.gel-19\/24\@s{width:79.16667%!important}.gel-20\/24\@s{width:83.33333%!important}.gel-21\/24\@s{width:87.5%!important}.gel-22\/24\@s{width:91.66667%!important}.gel-23\/24\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\/1\@m{width:100%!important}.gel-1\/2\@m{width:50%!important}.gel-1\/3\@m{width:33.33333%!important}.gel-2\/3\@m{width:66.66667%!important}.gel-1\/4\@m{width:25%!important}.gel-2\/4\@m{width:50%!important}.gel-3\/4\@m{width:75%!important}.gel-1\/5\@m{width:20%!important}.gel-2\/5\@m{width:40%!important}.gel-3\/5\@m{width:60%!important}.gel-4\/5\@m{width:80%!important}.gel-1\/8\@m{width:12.5%!important}.gel-2\/8\@m{width:25%!important}.gel-3\/8\@m{width:37.5%!important}.gel-4\/8\@m{width:50%!important}.gel-5\/8\@m{width:62.5%!important}.gel-6\/8\@m{width:75%!important}.gel-7\/8\@m{width:87.5%!important}.gel-1\/10\@m{width:10%!important}.gel-2\/10\@m{width:20%!important}.gel-3\/10\@m{width:30%!important}.gel-4\/10\@m{width:40%!important}.gel-5\/10\@m{width:50%!important}.gel-6\/10\@m{width:60%!important}.gel-7\/10\@m{width:70%!important}.gel-8\/10\@m{width:80%!important}.gel-9\/10\@m{width:90%!important}.gel-1\/12\@m{width:8.33333%!important}.gel-2\/12\@m{width:16.66667%!important}.gel-3\/12\@m{width:25%!important}.gel-4\/12\@m{width:33.33333%!important}.gel-5\/12\@m{width:41.66667%!important}.gel-6\/12\@m{width:50%!important}.gel-7\/12\@m{width:58.33333%!important}.gel-8\/12\@m{width:66.66667%!important}.gel-9\/12\@m{width:75%!important}.gel-10\/12\@m{width:83.33333%!important}.gel-11\/12\@m{width:91.66667%!important}.gel-1\/24\@m{width:4.16667%!important}.gel-2\/24\@m{width:8.33333%!important}.gel-3\/24\@m{width:12.5%!important}.gel-4\/24\@m{width:16.66667%!important}.gel-5\/24\@m{width:20.83333%!important}.gel-6\/24\@m{width:25%!important}.gel-7\/24\@m{width:29.16667%!important}.gel-8\/24\@m{width:33.33333%!important}.gel-9\/24\@m{width:37.5%!important}.gel-10\/24\@m{width:41.66667%!important}.gel-11\/24\@m{width:45.83333%!important}.gel-12\/24\@m{width:50%!important}.gel-13\/24\@m{width:54.16667%!important}.gel-14\/24\@m{width:58.33333%!important}.gel-15\/24\@m{width:62.5%!important}.gel-16\/24\@m{width:66.66667%!important}.gel-17\/24\@m{width:70.83333%!important}.gel-18\/24\@m{width:75%!important}.gel-19\/24\@m{width:79.16667%!important}.gel-20\/24\@m{width:83.33333%!important}.gel-21\/24\@m{width:87.5%!important}.gel-22\/24\@m{width:91.66667%!important}.gel-23\/24\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\/1\@l{width:100%!important}.gel-1\/2\@l{width:50%!important}.gel-1\/3\@l{width:33.33333%!important}.gel-2\/3\@l{width:66.66667%!important}.gel-1\/4\@l{width:25%!important}.gel-2\/4\@l{width:50%!important}.gel-3\/4\@l{width:75%!important}.gel-1\/5\@l{width:20%!important}.gel-2\/5\@l{width:40%!important}.gel-3\/5\@l{width:60%!important}.gel-4\/5\@l{width:80%!important}.gel-1\/8\@l{width:12.5%!important}.gel-2\/8\@l{width:25%!important}.gel-3\/8\@l{width:37.5%!important}.gel-4\/8\@l{width:50%!important}.gel-5\/8\@l{width:62.5%!important}.gel-6\/8\@l{width:75%!important}.gel-7\/8\@l{width:87.5%!important}.gel-1\/10\@l{width:10%!important}.gel-2\/10\@l{width:20%!important}.gel-3\/10\@l{width:30%!important}.gel-4\/10\@l{width:40%!important}.gel-5\/10\@l{width:50%!important}.gel-6\/10\@l{width:60%!important}.gel-7\/10\@l{width:70%!important}.gel-8\/10\@l{width:80%!important}.gel-9\/10\@l{width:90%!important}.gel-1\/12\@l{width:8.33333%!important}.gel-2\/12\@l{width:16.66667%!important}.gel-3\/12\@l{width:25%!important}.gel-4\/12\@l{width:33.33333%!important}.gel-5\/12\@l{width:41.66667%!important}.gel-6\/12\@l{width:50%!important}.gel-7\/12\@l{width:58.33333%!important}.gel-8\/12\@l{width:66.66667%!important}.gel-9\/12\@l{width:75%!important}.gel-10\/12\@l{width:83.33333%!important}.gel-11\/12\@l{width:91.66667%!important}.gel-1\/24\@l{width:4.16667%!important}.gel-2\/24\@l{width:8.33333%!important}.gel-3\/24\@l{width:12.5%!important}.gel-4\/24\@l{width:16.66667%!important}.gel-5\/24\@l{width:20.83333%!important}.gel-6\/24\@l{width:25%!important}.gel-7\/24\@l{width:29.16667%!important}.gel-8\/24\@l{width:33.33333%!important}.gel-9\/24\@l{width:37.5%!important}.gel-10\/24\@l{width:41.66667%!important}.gel-11\/24\@l{width:45.83333%!important}.gel-12\/24\@l{width:50%!important}.gel-13\/24\@l{width:54.16667%!important}.gel-14\/24\@l{width:58.33333%!important}.gel-15\/24\@l{width:62.5%!important}.gel-16\/24\@l{width:66.66667%!important}.gel-17\/24\@l{width:70.83333%!important}.gel-18\/24\@l{width:75%!important}.gel-19\/24\@l{width:79.16667%!important}.gel-20\/24\@l{width:83.33333%!important}.gel-21\/24\@l{width:87.5%!important}.gel-22\/24\@l{width:91.66667%!important}.gel-23\/24\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\/1\@xl{width:100%!important}.gel-1\/2\@xl{width:50%!important}.gel-1\/3\@xl{width:33.33333%!important}.gel-2\/3\@xl{width:66.66667%!important}.gel-1\/4\@xl{width:25%!important}.gel-2\/4\@xl{width:50%!important}.gel-3\/4\@xl{width:75%!important}.gel-1\/5\@xl{width:20%!important}.gel-2\/5\@xl{width:40%!important}.gel-3\/5\@xl{width:60%!important}.gel-4\/5\@xl{width:80%!important}.gel-1\/8\@xl{width:12.5%!important}.gel-2\/8\@xl{width:25%!important}.gel-3\/8\@xl{width:37.5%!important}.gel-4\/8\@xl{width:50%!important}.gel-5\/8\@xl{width:62.5%!important}.gel-6\/8\@xl{width:75%!important}.gel-7\/8\@xl{width:87.5%!important}.gel-1\/10\@xl{width:10%!important}.gel-2\/10\@xl{width:20%!important}.gel-3\/10\@xl{width:30%!important}.gel-4\/10\@xl{width:40%!important}.gel-5\/10\@xl{width:50%!important}.gel-6\/10\@xl{width:60%!important}.gel-7\/10\@xl{width:70%!important}.gel-8\/10\@xl{width:80%!important}.gel-9\/10\@xl{width:90%!important}.gel-1\/12\@xl{width:8.33333%!important}.gel-2\/12\@xl{width:16.66667%!important}.gel-3\/12\@xl{width:25%!important}.gel-4\/12\@xl{width:33.33333%!important}.gel-5\/12\@xl{width:41.66667%!important}.gel-6\/12\@xl{width:50%!important}.gel-7\/12\@xl{width:58.33333%!important}.gel-8\/12\@xl{width:66.66667%!important}.gel-9\/12\@xl{width:75%!important}.gel-10\/12\@xl{width:83.33333%!important}.gel-11\/12\@xl{width:91.66667%!important}.gel-1\/24\@xl{width:4.16667%!important}.gel-2\/24\@xl{width:8.33333%!important}.gel-3\/24\@xl{width:12.5%!important}.gel-4\/24\@xl{width:16.66667%!important}.gel-5\/24\@xl{width:20.83333%!important}.gel-6\/24\@xl{width:25%!important}.gel-7\/24\@xl{width:29.16667%!important}.gel-8\/24\@xl{width:33.33333%!important}.gel-9\/24\@xl{width:37.5%!important}.gel-10\/24\@xl{width:41.66667%!important}.gel-11\/24\@xl{width:45.83333%!important}.gel-12\/24\@xl{width:50%!important}.gel-13\/24\@xl{width:54.16667%!important}.gel-14\/24\@xl{width:58.33333%!important}.gel-15\/24\@xl{width:62.5%!important}.gel-16\/24\@xl{width:66.66667%!important}.gel-17\/24\@xl{width:70.83333%!important}.gel-18\/24\@xl{width:75%!important}.gel-19\/24\@xl{width:79.16667%!important}.gel-20\/24\@xl{width:83.33333%!important}.gel-21\/24\@xl{width:87.5%!important}.gel-22\/24\@xl{width:91.66667%!important}.gel-23\/24\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\/1\@xxl{width:100%!important}.gel-1\/2\@xxl{width:50%!important}.gel-1\/3\@xxl{width:33.33333%!important}.gel-2\/3\@xxl{width:66.66667%!important}.gel-1\/4\@xxl{width:25%!important}.gel-2\/4\@xxl{width:50%!important}.gel-3\/4\@xxl{width:75%!important}.gel-1\/5\@xxl{width:20%!important}.gel-2\/5\@xxl{width:40%!important}.gel-3\/5\@xxl{width:60%!important}.gel-4\/5\@xxl{width:80%!important}.gel-1\/8\@xxl{width:12.5%!important}.gel-2\/8\@xxl{width:25%!important}.gel-3\/8\@xxl{width:37.5%!important}.gel-4\/8\@xxl{width:50%!important}.gel-5\/8\@xxl{width:62.5%!important}.gel-6\/8\@xxl{width:75%!important}.gel-7\/8\@xxl{width:87.5%!important}.gel-1\/10\@xxl{width:10%!important}.gel-2\/10\@xxl{width:20%!important}.gel-3\/10\@xxl{width:30%!important}.gel-4\/10\@xxl{width:40%!important}.gel-5\/10\@xxl{width:50%!important}.gel-6\/10\@xxl{width:60%!important}.gel-7\/10\@xxl{width:70%!important}.gel-8\/10\@xxl{width:80%!important}.gel-9\/10\@xxl{width:90%!important}.gel-1\/12\@xxl{width:8.33333%!important}.gel-2\/12\@xxl{width:16.66667%!important}.gel-3\/12\@xxl{width:25%!important}.gel-4\/12\@xxl{width:33.33333%!important}.gel-5\/12\@xxl{width:41.66667%!important}.gel-6\/12\@xxl{width:50%!important}.gel-7\/12\@xxl{width:58.33333%!important}.gel-8\/12\@xxl{width:66.66667%!important}.gel-9\/12\@xxl{width:75%!important}.gel-10\/12\@xxl{width:83.33333%!important}.gel-11\/12\@xxl{width:91.66667%!important}.gel-1\/24\@xxl{width:4.16667%!important}.gel-2\/24\@xxl{width:8.33333%!important}.gel-3\/24\@xxl{width:12.5%!important}.gel-4\/24\@xxl{width:16.66667%!important}.gel-5\/24\@xxl{width:20.83333%!important}.gel-6\/24\@xxl{width:25%!important}.gel-7\/24\@xxl{width:29.16667%!important}.gel-8\/24\@xxl{width:33.33333%!important}.gel-9\/24\@xxl{width:37.5%!important}.gel-10\/24\@xxl{width:41.66667%!important}.gel-11\/24\@xxl{width:45.83333%!important}.gel-12\/24\@xxl{width:50%!important}.gel-13\/24\@xxl{width:54.16667%!important}.gel-14\/24\@xxl{width:58.33333%!important}.gel-15\/24\@xxl{width:62.5%!important}.gel-16\/24\@xxl{width:66.66667%!important}.gel-17\/24\@xxl{width:70.83333%!important}.gel-18\/24\@xxl{width:75%!important}.gel-19\/24\@xxl{width:79.16667%!important}.gel-20\/24\@xxl{width:83.33333%!important}.gel-21\/24\@xxl{width:87.5%!important}.gel-22\/24\@xxl{width:91.66667%!important}.gel-23\/24\@xxl{width:95.83333%!important}}.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px}@media (min-width:25em){.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{padding-left:16px;padding-right:16px}}@media (min-width:80em){.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{max-width:1280px}}.gel-layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.gel-layout{margin-left:-16px}}.gel-layout__item{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top}@media (min-width:37.5em){.gel-layout__item{padding-left:16px}}.gel-layout--flush{margin-left:0}.gel-layout--flush>.gel-layout__item{padding-left:0}.gel-layout--rev{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.no-flexbox .gel-layout--rev{direction:rtl;text-align:left}.no-flexbox .gel-layout--rev>.gel-layout__item{direction:ltr;text-align:left}.gel-layout--middle{-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.gel-layout--middle>.gel-layout__item{vertical-align:middle}.gel-layout--bottom{-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.gel-layout--bottom>.gel-layout__item{vertical-align:bottom}.gel-layout--right{text-align:right;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.gel-layout--right>.gel-layout__item{text-align:left}.gel-layout--center{text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.gel-layout--center>.gel-layout__item{text-align:left}.gel-layout--auto>.gel-layout__item{width:auto}.gel-layout--no-flex{min-width:100%}.gel-layout--no-flex,.gel-layout--no-flex>.gel-layout__item{display:block;display:inline-block}.gel-layout--equal>.gel-layout__item{display:-webkit-flex;display:flex}.gel-layout--fit>.gel-layout__item{width:auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gel-layout__item--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.gel-layout__item--center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.gel-layout__item--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.gel-1\/1{width:100%!important}.gel-1\/2{width:50%!important}.gel-1\/3{width:33.33333%!important}.gel-2\/3{width:66.66667%!important}.gel-1\/4{width:25%!important}.gel-3\/4{width:75%!important}.gel-1\/5{width:20%!important}.gel-2\/5{width:40%!important}.gel-3\/5{width:60%!important}.gel-4\/5{width:80%!important}.gel-1\/8{width:12.5%!important}.gel-3\/8{width:37.5%!important}.gel-5\/8{width:62.5%!important}.gel-7\/8{width:87.5%!important}.gel-1\/10{width:10%!important}.gel-3\/10{width:30%!important}.gel-7\/10{width:70%!important}.gel-9\/10{width:90%!important}.gel-1\/12{width:8.33333%!important}.gel-2\/12{width:16.66667%!important}.gel-5\/12{width:41.66667%!important}.gel-7\/12{width:58.33333%!important}.gel-10\/12{width:83.33333%!important}.gel-11\/12{width:91.66667%!important}.gel-1\/24{width:4.16667%!important}.gel-5\/24{width:20.83333%!important}.gel-7\/24{width:29.16667%!important}.gel-11\/24{width:45.83333%!important}.gel-13\/24{width:54.16667%!important}.gel-17\/24{width:70.83333%!important}.gel-19\/24{width:79.16667%!important}.gel-23\/24{width:95.83333%!important}@media (min-width:25em){.gel-1\/1\@s{width:100%!important}.gel-1\/2\@s{width:50%!important}.gel-1\/3\@s{width:33.33333%!important}.gel-2\/3\@s{width:66.66667%!important}.gel-1\/4\@s{width:25%!important}.gel-3\/4\@s{width:75%!important}.gel-1\/5\@s{width:20%!important}.gel-2\/5\@s{width:40%!important}.gel-3\/5\@s{width:60%!important}.gel-4\/5\@s{width:80%!important}.gel-1\/8\@s{width:12.5%!important}.gel-3\/8\@s{width:37.5%!important}.gel-5\/8\@s{width:62.5%!important}.gel-7\/8\@s{width:87.5%!important}.gel-1\/10\@s{width:10%!important}.gel-3\/10\@s{width:30%!important}.gel-7\/10\@s{width:70%!important}.gel-9\/10\@s{width:90%!important}.gel-1\/12\@s{width:8.33333%!important}.gel-2\/12\@s{width:16.66667%!important}.gel-5\/12\@s{width:41.66667%!important}.gel-7\/12\@s{width:58.33333%!important}.gel-10\/12\@s{width:83.33333%!important}.gel-11\/12\@s{width:91.66667%!important}.gel-1\/24\@s{width:4.16667%!important}.gel-5\/24\@s{width:20.83333%!important}.gel-7\/24\@s{width:29.16667%!important}.gel-11\/24\@s{width:45.83333%!important}.gel-13\/24\@s{width:54.16667%!important}.gel-17\/24\@s{width:70.83333%!important}.gel-19\/24\@s{width:79.16667%!important}.gel-23\/24\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\/1\@m{width:100%!important}.gel-1\/2\@m{width:50%!important}.gel-1\/3\@m{width:33.33333%!important}.gel-2\/3\@m{width:66.66667%!important}.gel-1\/4\@m{width:25%!important}.gel-3\/4\@m{width:75%!important}.gel-1\/5\@m{width:20%!important}.gel-2\/5\@m{width:40%!important}.gel-3\/5\@m{width:60%!important}.gel-4\/5\@m{width:80%!important}.gel-1\/8\@m{width:12.5%!important}.gel-3\/8\@m{width:37.5%!important}.gel-5\/8\@m{width:62.5%!important}.gel-7\/8\@m{width:87.5%!important}.gel-1\/10\@m{width:10%!important}.gel-3\/10\@m{width:30%!important}.gel-7\/10\@m{width:70%!important}.gel-9\/10\@m{width:90%!important}.gel-1\/12\@m{width:8.33333%!important}.gel-2\/12\@m{width:16.66667%!important}.gel-5\/12\@m{width:41.66667%!important}.gel-7\/12\@m{width:58.33333%!important}.gel-10\/12\@m{width:83.33333%!important}.gel-11\/12\@m{width:91.66667%!important}.gel-1\/24\@m{width:4.16667%!important}.gel-5\/24\@m{width:20.83333%!important}.gel-7\/24\@m{width:29.16667%!important}.gel-11\/24\@m{width:45.83333%!important}.gel-13\/24\@m{width:54.16667%!important}.gel-17\/24\@m{width:70.83333%!important}.gel-19\/24\@m{width:79.16667%!important}.gel-23\/24\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\/1\@l{width:100%!important}.gel-1\/2\@l{width:50%!important}.gel-1\/3\@l{width:33.33333%!important}.gel-2\/3\@l{width:66.66667%!important}.gel-1\/4\@l{width:25%!important}.gel-3\/4\@l{width:75%!important}.gel-1\/5\@l{width:20%!important}.gel-2\/5\@l{width:40%!important}.gel-3\/5\@l{width:60%!important}.gel-4\/5\@l{width:80%!important}.gel-1\/8\@l{width:12.5%!important}.gel-3\/8\@l{width:37.5%!important}.gel-5\/8\@l{width:62.5%!important}.gel-7\/8\@l{width:87.5%!important}.gel-1\/10\@l{width:10%!important}.gel-3\/10\@l{width:30%!important}.gel-7\/10\@l{width:70%!important}.gel-9\/10\@l{width:90%!important}.gel-1\/12\@l{width:8.33333%!important}.gel-2\/12\@l{width:16.66667%!important}.gel-5\/12\@l{width:41.66667%!important}.gel-7\/12\@l{width:58.33333%!important}.gel-10\/12\@l{width:83.33333%!important}.gel-11\/12\@l{width:91.66667%!important}.gel-1\/24\@l{width:4.16667%!important}.gel-5\/24\@l{width:20.83333%!important}.gel-7\/24\@l{width:29.16667%!important}.gel-11\/24\@l{width:45.83333%!important}.gel-13\/24\@l{width:54.16667%!important}.gel-17\/24\@l{width:70.83333%!important}.gel-19\/24\@l{width:79.16667%!important}.gel-23\/24\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\/1\@xl{width:100%!important}.gel-1\/2\@xl{width:50%!important}.gel-1\/3\@xl{width:33.33333%!important}.gel-2\/3\@xl{width:66.66667%!important}.gel-1\/4\@xl{width:25%!important}.gel-3\/4\@xl{width:75%!important}.gel-1\/5\@xl{width:20%!important}.gel-2\/5\@xl{width:40%!important}.gel-3\/5\@xl{width:60%!important}.gel-4\/5\@xl{width:80%!important}.gel-1\/8\@xl{width:12.5%!important}.gel-3\/8\@xl{width:37.5%!important}.gel-5\/8\@xl{width:62.5%!important}.gel-7\/8\@xl{width:87.5%!important}.gel-1\/10\@xl{width:10%!important}.gel-3\/10\@xl{width:30%!important}.gel-7\/10\@xl{width:70%!important}.gel-9\/10\@xl{width:90%!important}.gel-1\/12\@xl{width:8.33333%!important}.gel-2\/12\@xl{width:16.66667%!important}.gel-5\/12\@xl{width:41.66667%!important}.gel-7\/12\@xl{width:58.33333%!important}.gel-10\/12\@xl{width:83.33333%!important}.gel-11\/12\@xl{width:91.66667%!important}.gel-1\/24\@xl{width:4.16667%!important}.gel-5\/24\@xl{width:20.83333%!important}.gel-7\/24\@xl{width:29.16667%!important}.gel-11\/24\@xl{width:45.83333%!important}.gel-13\/24\@xl{width:54.16667%!important}.gel-17\/24\@xl{width:70.83333%!important}.gel-19\/24\@xl{width:79.16667%!important}.gel-23\/24\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\/1\@xxl{width:100%!important}.gel-1\/2\@xxl{width:50%!important}.gel-1\/3\@xxl{width:33.33333%!important}.gel-2\/3\@xxl{width:66.66667%!important}.gel-1\/4\@xxl{width:25%!important}.gel-3\/4\@xxl{width:75%!important}.gel-1\/5\@xxl{width:20%!important}.gel-2\/5\@xxl{width:40%!important}.gel-3\/5\@xxl{width:60%!important}.gel-4\/5\@xxl{width:80%!important}.gel-1\/8\@xxl{width:12.5%!important}.gel-3\/8\@xxl{width:37.5%!important}.gel-5\/8\@xxl{width:62.5%!important}.gel-7\/8\@xxl{width:87.5%!important}.gel-1\/10\@xxl{width:10%!important}.gel-3\/10\@xxl{width:30%!important}.gel-7\/10\@xxl{width:70%!important}.gel-9\/10\@xxl{width:90%!important}.gel-1\/12\@xxl{width:8.33333%!important}.gel-2\/12\@xxl{width:16.66667%!important}.gel-5\/12\@xxl{width:41.66667%!important}.gel-7\/12\@xxl{width:58.33333%!important}.gel-10\/12\@xxl{width:83.33333%!important}.gel-11\/12\@xxl{width:91.66667%!important}.gel-1\/24\@xxl{width:4.16667%!important}.gel-5\/24\@xxl{width:20.83333%!important}.gel-7\/24\@xxl{width:29.16667%!important}.gel-11\/24\@xxl{width:45.83333%!important}.gel-13\/24\@xxl{width:54.16667%!important}.gel-17\/24\@xxl{width:70.83333%!important}.gel-19\/24\@xxl{width:79.16667%!important}.gel-23\/24\@xxl{width:95.83333%!important}}.ec-icon{fill:currentColor;height:1em;position:relative;top:2px;width:1em}.ec-icon svg{height:inherit;width:inherit}.ec-pagination{display:flex;padding-bottom:24px}.ec-pagination__list{display:inline-block;list-style:none;margin:0 auto;padding:0}.ec-pagination__list-item{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700;display:none;padding-left:8px;padding-top:8px}@media (min-width:20em){.ec-pagination__list-item{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination__list-item{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .ec-pagination__list-item{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.ec-pagination__list-item:first-child{padding-left:0}.ec-pagination__list-item.ec-pagination__priority--0{display:inline}@media (min-width:37.5em){.ec-pagination__list-item.ec-pagination__priority--1{display:inline}}@media (min-width:56.25em){.ec-pagination__list-item.ec-pagination__priority--2{display:inline}}@media (min-width:63em){.ec-pagination__list-item.ec-pagination__priority--3{display:inline}}.ec-pagination__ellipsis{display:inline}.ec-pagination__ellipsis:after{content:"..."}@media (min-width:63em){.ec-pagination__ellipsis--priority-1{display:none}}@media (min-width:56.25em){.ec-pagination__ellipsis--priority-2{display:none}}@media (min-width:37.5em){.ec-pagination__ellipsis--priority-3{display:none}}.ec-pagination__ellipsis--priority-4{display:none}.ec-pagination__link{background-color:#eee;color:#252525;display:inline-block;line-height:44px;text-align:center;text-decoration:none;width:44px}.ec-pagination__link:visited{color:#706d66}.ec-pagination__link:focus,.ec-pagination__link:hover{background-color:#252525;color:#eee;text-decoration:underline}.ec-pagination__link--disabled{color:#dbdbdb}.ec-pagination__link--disabled:focus,.ec-pagination__link--disabled:hover{background-color:#eee;color:#dbdbdb;text-decoration:none}.ec-pagination__link--selected{background-color:#0073bb;color:#fff}.ec-pagination__link .ec-icon{top:0}.ec-pagination__link .ec-icon svg{height:12px;width:12px}.ec-pagination-summary{padding-bottom:16px;padding-top:24px}.ec-pagination-summary__text{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.ec-pagination-summary__text{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination-summary__text{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .ec-pagination-summary__text{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination-summary{padding-bottom:24px}}.ec-pagination--bitesize .ec-pagination__link{background-color:#fff;text-decoration:underline;text-decoration-color:#e5640f}.ec-pagination--bitesize .ec-pagination__link--arrow{background-color:#e5640f;color:#fff}.ec-pagination--bitesize .ec-pagination__link--arrow:focus,.ec-pagination--bitesize .ec-pagination__link--arrow:hover{background-color:#252525;color:#fff}.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled,.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled:focus,.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled:hover{background-color:#eee;color:#fff}.ec-pagination--bitesize .ec-pagination__link:focus,.ec-pagination--bitesize .ec-pagination__link:hover{background-color:#fff;color:#e5640f;text-decoration:none}.ec-pagination--bitesize .ec-pagination__link--selected{background-color:#252525;text-decoration:none}.ec-pagination--bitesize .ec-pagination__link--selected:focus,.ec-pagination--bitesize .ec-pagination__link--selected:hover{background-color:#252525;color:#fff}.baseplate-canon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}@media (min-width:20em){.baseplate-canon{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-canon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-canon-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon-bold{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon-bold{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-trafalgar{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-trafalgar{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-trafalgar-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-trafalgar-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar-bold{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-paragon{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-paragon{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-paragon-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-paragon-bold{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon-bold{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-double-pica{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:37.5em){.baseplate-double-pica{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-double-pica-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:37.5em){.baseplate-double-pica-bold{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-great-primer{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}@media (min-width:37.5em){.baseplate-great-primer{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer{font-size:20px;font-size:1.25rem}}.baseplate-great-primer-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;font-weight:700}@media (min-width:20em){.baseplate-great-primer-bold{letter-spacing:-1px;letter-spacing:-.0625rem}}@media (min-width:37.5em){.baseplate-great-primer-bold{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer-bold{font-size:20px;font-size:1.25rem}}.baseplate-pica{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-pica-bold{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700}@media (min-width:20em){.baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-long-primer{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem}@media (min-width:37.5em){.baseplate-long-primer{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-long-primer-bold{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700}@media (min-width:37.5em){.baseplate-long-primer-bold{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer-bold{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-brevier{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem}@media (min-width:20em){.baseplate-brevier{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-brevier-bold{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;font-weight:700}@media (min-width:20em){.baseplate-brevier-bold{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier-bold{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-minion{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase}@media (min-width:37.5em){.baseplate-minion{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion{font-size:12px;font-size:.75rem}}.baseplate-minion-bold{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase;font-weight:700}@media (min-width:37.5em){.baseplate-minion-bold{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion-bold{font-size:12px;font-size:.75rem}}.baseplate-body-copy{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.baseplate-body-copy{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.education-link__invisible--my-bitesize{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.education-link__link--my-bitesize{text-decoration:none}.education-link__link--my-bitesize:visited .education-link__link-title--my-bitesize{color:#fff}.education-link__link--my-bitesize:focus .education-link__link-panel--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-panel--my-bitesize{background-color:#231f20}.education-link__link--my-bitesize:focus .education-link__link-title--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-title--my-bitesize{color:#fff;font-weight:400;text-decoration:underline}.education-link__link--my-bitesize:focus .education-link__link-subtitle--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-subtitle--my-bitesize{color:#fff;font-weight:400;text-decoration:none}.education-link__link--my-bitesize:focus .education-link__link-icon--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-icon--my-bitesize{fill:#fff}.education-link__link--my-bitesize:focus svg,.education-link__link--my-bitesize:hover svg{pointer-events:none}.education-link__link-panel--my-bitesize{background-color:#e5640f;margin-bottom:3px;padding:12px}.education-link__link-text-wrapper--my-bitesize{display:table-cell;width:100%}.education-link__link-title--my-bitesize{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#fff;font-weight:400;text-decoration:none}@media (min-width:37.5em){.education-link__link-title--my-bitesize{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .education-link__link-title--my-bitesize{font-size:20px;font-size:1.25rem}}.education-link__link-subtitle--my-bitesize{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;font-weight:400;margin-top:4px;text-decoration:none}@media (min-width:20em){.education-link__link-subtitle--my-bitesize{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.education-link__link-subtitle--my-bitesize{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .education-link__link-subtitle--my-bitesize{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.education-link__link-icon-wrapper--my-bitesize{display:table-cell;vertical-align:middle}.education-link__link-icon--my-bitesize{fill:#fff;height:16px;padding-top:3px;padding-left:8px;width:16px}@media (min-width:37.5em){.education-link__link-icon--my-bitesize{padding-top:4px}}svg{pointer-events:none}body{margin:0}.promo{width:100%;box-sizing:border-box;margin-bottom:16px}.promo .promo-link{flex-direction:column;background:#f1f1f1;border:none;color:#fff;line-height:0;margin:0;text-decoration:none;padding:0;width:100%;display:flex}.promo:hover .promo-link{background:#333}.promo:hover .promo-link .promo-title{text-decoration:underline}.promo:hover .promo-image-container .gel-icon{background:#333}.promo .promo-image-container{width:100%;background-color:#f0f0f0;background-image:url(https://web.archive.org/web/20210207192743im_/https://bitesize.files.bbci.co.uk/images/svgs/furniture/bbc-blocks-image-placeholder.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;flex:none;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.promo .promo-image-container .gel-icon{display:block;position:absolute;bottom:0;left:0;background:#f1f1f1;height:54px;width:54px;color:#000;padding:16px 0;box-sizing:border-box}.promo .promo-image-container .gel-icon svg{height:20px!important}.promo .promo-image{width:100%;margin:0;border:none;position:absolute}.promo .promo-image--lazyload+.gel-icon{display:none}.promo .promo-label-container{background-color:#000;left:0;position:absolute;top:0}.promo .promo-label{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#fff;display:inline-block;padding:8px;text-transform:uppercase}@media (min-width:37.5em){.promo .promo-label{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-label{font-size:12px;font-size:.75rem}}.promo .promo-footer{width:100%;display:flex;flex-grow:1;flex-direction:column}.promo .promo-title{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;border:none;margin:16px;padding:0}@media (min-width:20em){.promo .promo-title{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.promo .promo-title{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .promo .promo-title{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.promo .promo-description,.promo .promo-synopsis{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;border:none;margin:16px;margin-top:0;padding:0}@media (min-width:37.5em){.promo .promo-description,.promo .promo-synopsis{line-height:20px;line-height:1.25rem}.no-touch .promo .promo-description,.no-touch .promo .promo-synopsis{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.promo .promo-attribution{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;margin:16px;margin-top:auto;padding:0;text-transform:uppercase;font-weight:400}@media (min-width:37.5em){.promo .promo-attribution{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-attribution{font-size:12px;font-size:.75rem}}.promo .promo-label--live{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#fff;display:inline-block;font-weight:700;padding:8px;text-transform:uppercase}@media (min-width:37.5em){.promo .promo-label--live{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-label--live{font-size:12px;font-size:.75rem}}@keyframes pulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.promo .promo-label--live__icon-outer{padding-left:8px;vertical-align:text-top}.promo .promo-label--live__icon-center{display:inline-block;will-change:opacity;animation:pulse 1.7s ease infinite}@supports (-ms-ime-align:auto){.promo{overflow:hidden}.promo-image-container{display:table}.promo-link{height:100%}.promo-footer{position:relative}}.collection .collection-content{box-sizing:border-box;padding-bottom:16px;padding-top:28px}.collection .collection-title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;margin-bottom:18px;margin-top:0}@media (min-width:37.5em){.collection .collection-title{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .collection .collection-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.collection .collection-title--light{color:#fff!important}.collection .collection-title .collection-title-link{color:#000;text-decoration:none}.collection .collection-title .collection-title-link:hover{color:#1074b9;text-decoration:underline}.collection .collection-title .collection-title-link .gel-icon{margin-left:8px;width:.6em;height:.6em}.error-container{box-sizing:border-box;padding:16px;background:#fff}.error-container .gel-icon--loading{padding:16px}.error-container .gel-icon--loading,.error-container svg{height:64px;width:64px}.error-container h2{font-size:2rem;max-width:800px}.error-container p{font-size:1rem;font-weight:400;max-width:800px}.error-container ul{list-style:none;margin-left:0;padding-left:0;font-size:1rem}.error-container ul a{color:#000;font-weight:700}@media (min-width:37.5em){.error-container h2{font-size:2.75rem}}.index-page{box-sizing:border-box;margin-top:16px}.index-page.sr-only{position:absolute;padding:0;margin:-1px;clip:rect(0,0,0,0);width:1px;height:1px;border:0;overflow:hidden}.index-page .index-page-title{box-sizing:border-box;padding-bottom:16px;font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.index-page .index-page-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.index-page .index-page-title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .index-page .index-page-title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.index-page .index-page__short-description{box-sizing:border-box;padding-bottom:16px;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.index-page .index-page__short-description{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.index-page .index-page__short-description{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .index-page .index-page__short-description{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.index-page .index-page__call-to-action{box-sizing:border-box;padding-bottom:16px}.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{box-sizing:border-box;margin-top:-30px;padding:0 8px}@media (min-width:37.5em){.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{margin-left:16px;margin-right:16px;padding:0 16px}}@media (min-width:66em){.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{margin-left:auto;margin-right:auto;max-width:1008px}}.index-page .index-page__collection-search-bar-wrapper{background-color:#fff;padding-top:8px}@media (min-width:37.5em){.index-page .index-page__collection-search-bar-wrapper{padding:16px}}.layout-hero-2 .promo{width:50%}.layout-hero-2 .promo:first-child{width:100%}.layout-hero-2 .promo .promo-link{flex-direction:column}.layout-hero-2 .promo .promo-footer,.layout-hero-2 .promo .promo-image-container{width:100%}.layout-branding-image-3{background-size:cover}.layout-pocket .layout-pocket__row--hidden{display:none}.layout-pocket .layout-pocket__row--last{height:50px;overflow:hidden}.layout-pocket .layout-pocket__mask{box-shadow:inset 0 -10px 7px 0 rgba(0,0,0,.2);width:100%;content:" ";position:relative;bottom:0;box-shadow:inset -16px 16px -8px rgba(0,0,0,.3);text-align:center;top:-50px;height:50px;margin-bottom:-34px}.layout-pocket .layout-pocket__show-more{font-size:18px;padding:12px;background:#333;border:0;color:#fff;cursor:pointer;margin-top:22px;position:relative}.layout-pocket .layout-pocket__show-more:focus,.layout-pocket .layout-pocket__show-more:hover{background:#262626;text-decoration:underline}.layout-pocket .gel-icon--down svg{vertical-align:middle;height:12px;width:12px;padding-left:8px}.layout-2-with-links .promo-container{box-sizing:border-box;flex-direction:column}.layout-2-with-links .promo-container .collection-title:empty{margin-top:0;margin-bottom:0}.layout-2-with-links .promo-container .collection-title:empty:before{display:none}.layout-2-with-links .promo-container .promo{display:flex;flex:1 1 auto}.layout-branding-colour-three-with-link{padding-bottom:32px;direction:rtl}.layout-branding-colour-three-with-link .link-container{display:table-cell;padding:11px 0 13px;direction:ltr}@media (min-width:37.5em){.promo .promo-link{flex-direction:column}.promo .promo-footer,.promo .promo-image-container{width:100%}.layout-hero-2 .promo{width:50%}.layout-hero-2 .promo:first-child{width:100%}.layout-hero-2 .promo:first-child .promo-link{flex-direction:row}.layout-hero-2 .promo:first-child .promo-image-container{width:66.66667%}.layout-branding-colour-3 .promo,.layout-branding-image-3 .promo,.layout-hero-2 .promo:first-child .promo-footer{width:33.33333%}.layout-branding-colour-3 .promo .promo-link,.layout-branding-image-3 .promo .promo-link{flex-direction:column}.layout-branding-colour-3 .promo .promo-footer,.layout-branding-colour-3 .promo .promo-image-container,.layout-branding-image-3 .promo .promo-footer,.layout-branding-image-3 .promo .promo-image-container{width:100%}.layout-pocket .layout-pocket__row--last{height:180px}.layout-pocket .layout-pocket__mask{top:-180px;height:180px;margin-bottom:-164px}.layout-pocket .layout-pocket__show-more{margin-top:152px}.layout-2-with-links .promo-container{width:50%}.layout-2-with-links .promo-container .collection-title:empty{margin-bottom:18px}.layout-2-with-links .promo-container .collection-title:empty:before{content:"\A0";display:block}.index-page .index-page__short-description{padding-right:25%}}@media (min-width:48em){.layout-hero-2 .promo{width:25%}.layout-hero-2 .promo:first-child{width:50%}.layout-hero-2 .promo:first-child .promo-link{flex-direction:column}.layout-hero-2 .promo:first-child .promo-footer,.layout-hero-2 .promo:first-child .promo-image-container{width:100%}.layout-branding-colour-3,.layout-branding-image-3{padding:0 16px}.layout-branding-colour-3 .collection-title,.layout-branding-image-3 .collection-title{width:75%;color:#fff;padding-left:32px}.layout-branding-colour-3 .promo,.layout-branding-image-3 .promo{width:25%}.layout-branding-colour-3 .promo .promo-link,.layout-branding-image-3 .promo .promo-link{flex-direction:column}.layout-branding-colour-3 .promo .promo-footer,.layout-branding-colour-3 .promo .promo-image-container,.layout-branding-image-3 .promo .promo-footer,.layout-branding-image-3 .promo .promo-image-container{width:100%}.layout-branding-image-3 .promo:hover .promo-link .promo-title{text-decoration:underline}.layout-row-4 .promo{width:25%}.layout-pocket .layout-pocket__row--last{height:80px}.layout-pocket .layout-pocket__mask{top:-80px;height:80px;margin-bottom:-48px}.layout-pocket .layout-pocket__show-more{margin-top:52px}}.index-page__search-bar-wrapper{margin-top:-30px}.index-page.bitesize-secondary-index{background-color:#fff}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-baseplate-content-view/5.32.0"]=true; Morph.styleSrc.push("<style>.gel-2\\/4{width:50%!important}.gel-2\\/8{width:25%!important}.gel-4\\/8{width:50%!important}.gel-6\\/8{width:75%!important}.gel-2\\/10{width:20%!important}.gel-4\\/10{width:40%!important}.gel-5\\/10{width:50%!important}.gel-6\\/10{width:60%!important}.gel-8\\/10{width:80%!important}.gel-3\\/12{width:25%!important}.gel-4\\/12{width:33.33333%!important}.gel-6\\/12{width:50%!important}.gel-8\\/12{width:66.66667%!important}.gel-9\\/12{width:75%!important}.gel-2\\/24{width:8.33333%!important}.gel-3\\/24{width:12.5%!important}.gel-4\\/24{width:16.66667%!important}.gel-6\\/24{width:25%!important}.gel-8\\/24{width:33.33333%!important}.gel-9\\/24{width:37.5%!important}.gel-10\\/24{width:41.66667%!important}.gel-12\\/24{width:50%!important}.gel-14\\/24{width:58.33333%!important}.gel-15\\/24{width:62.5%!important}.gel-16\\/24{width:66.66667%!important}.gel-18\\/24{width:75%!important}.gel-20\\/24{width:83.33333%!important}.gel-21\\/24{width:87.5%!important}.gel-22\\/24{width:91.66667%!important}@media (min-width:25em){.gel-1\\/1\\@s{width:100%!important}.gel-1\\/2\\@s{width:50%!important}.gel-1\\/3\\@s{width:33.33333%!important}.gel-2\\/3\\@s{width:66.66667%!important}.gel-1\\/4\\@s{width:25%!important}.gel-2\\/4\\@s{width:50%!important}.gel-3\\/4\\@s{width:75%!important}.gel-1\\/5\\@s{width:20%!important}.gel-2\\/5\\@s{width:40%!important}.gel-3\\/5\\@s{width:60%!important}.gel-4\\/5\\@s{width:80%!important}.gel-1\\/8\\@s{width:12.5%!important}.gel-2\\/8\\@s{width:25%!important}.gel-3\\/8\\@s{width:37.5%!important}.gel-4\\/8\\@s{width:50%!important}.gel-5\\/8\\@s{width:62.5%!important}.gel-6\\/8\\@s{width:75%!important}.gel-7\\/8\\@s{width:87.5%!important}.gel-1\\/10\\@s{width:10%!important}.gel-2\\/10\\@s{width:20%!important}.gel-3\\/10\\@s{width:30%!important}.gel-4\\/10\\@s{width:40%!important}.gel-5\\/10\\@s{width:50%!important}.gel-6\\/10\\@s{width:60%!important}.gel-7\\/10\\@s{width:70%!important}.gel-8\\/10\\@s{width:80%!important}.gel-9\\/10\\@s{width:90%!important}.gel-1\\/12\\@s{width:8.33333%!important}.gel-2\\/12\\@s{width:16.66667%!important}.gel-3\\/12\\@s{width:25%!important}.gel-4\\/12\\@s{width:33.33333%!important}.gel-5\\/12\\@s{width:41.66667%!important}.gel-6\\/12\\@s{width:50%!important}.gel-7\\/12\\@s{width:58.33333%!important}.gel-8\\/12\\@s{width:66.66667%!important}.gel-9\\/12\\@s{width:75%!important}.gel-10\\/12\\@s{width:83.33333%!important}.gel-11\\/12\\@s{width:91.66667%!important}.gel-1\\/24\\@s{width:4.16667%!important}.gel-2\\/24\\@s{width:8.33333%!important}.gel-3\\/24\\@s{width:12.5%!important}.gel-4\\/24\\@s{width:16.66667%!important}.gel-5\\/24\\@s{width:20.83333%!important}.gel-6\\/24\\@s{width:25%!important}.gel-7\\/24\\@s{width:29.16667%!important}.gel-8\\/24\\@s{width:33.33333%!important}.gel-9\\/24\\@s{width:37.5%!important}.gel-10\\/24\\@s{width:41.66667%!important}.gel-11\\/24\\@s{width:45.83333%!important}.gel-12\\/24\\@s{width:50%!important}.gel-13\\/24\\@s{width:54.16667%!important}.gel-14\\/24\\@s{width:58.33333%!important}.gel-15\\/24\\@s{width:62.5%!important}.gel-16\\/24\\@s{width:66.66667%!important}.gel-17\\/24\\@s{width:70.83333%!important}.gel-18\\/24\\@s{width:75%!important}.gel-19\\/24\\@s{width:79.16667%!important}.gel-20\\/24\\@s{width:83.33333%!important}.gel-21\\/24\\@s{width:87.5%!important}.gel-22\\/24\\@s{width:91.66667%!important}.gel-23\\/24\\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\\/1\\@m{width:100%!important}.gel-1\\/2\\@m{width:50%!important}.gel-1\\/3\\@m{width:33.33333%!important}.gel-2\\/3\\@m{width:66.66667%!important}.gel-1\\/4\\@m{width:25%!important}.gel-2\\/4\\@m{width:50%!important}.gel-3\\/4\\@m{width:75%!important}.gel-1\\/5\\@m{width:20%!important}.gel-2\\/5\\@m{width:40%!important}.gel-3\\/5\\@m{width:60%!important}.gel-4\\/5\\@m{width:80%!important}.gel-1\\/8\\@m{width:12.5%!important}.gel-2\\/8\\@m{width:25%!important}.gel-3\\/8\\@m{width:37.5%!important}.gel-4\\/8\\@m{width:50%!important}.gel-5\\/8\\@m{width:62.5%!important}.gel-6\\/8\\@m{width:75%!important}.gel-7\\/8\\@m{width:87.5%!important}.gel-1\\/10\\@m{width:10%!important}.gel-2\\/10\\@m{width:20%!important}.gel-3\\/10\\@m{width:30%!important}.gel-4\\/10\\@m{width:40%!important}.gel-5\\/10\\@m{width:50%!important}.gel-6\\/10\\@m{width:60%!important}.gel-7\\/10\\@m{width:70%!important}.gel-8\\/10\\@m{width:80%!important}.gel-9\\/10\\@m{width:90%!important}.gel-1\\/12\\@m{width:8.33333%!important}.gel-2\\/12\\@m{width:16.66667%!important}.gel-3\\/12\\@m{width:25%!important}.gel-4\\/12\\@m{width:33.33333%!important}.gel-5\\/12\\@m{width:41.66667%!important}.gel-6\\/12\\@m{width:50%!important}.gel-7\\/12\\@m{width:58.33333%!important}.gel-8\\/12\\@m{width:66.66667%!important}.gel-9\\/12\\@m{width:75%!important}.gel-10\\/12\\@m{width:83.33333%!important}.gel-11\\/12\\@m{width:91.66667%!important}.gel-1\\/24\\@m{width:4.16667%!important}.gel-2\\/24\\@m{width:8.33333%!important}.gel-3\\/24\\@m{width:12.5%!important}.gel-4\\/24\\@m{width:16.66667%!important}.gel-5\\/24\\@m{width:20.83333%!important}.gel-6\\/24\\@m{width:25%!important}.gel-7\\/24\\@m{width:29.16667%!important}.gel-8\\/24\\@m{width:33.33333%!important}.gel-9\\/24\\@m{width:37.5%!important}.gel-10\\/24\\@m{width:41.66667%!important}.gel-11\\/24\\@m{width:45.83333%!important}.gel-12\\/24\\@m{width:50%!important}.gel-13\\/24\\@m{width:54.16667%!important}.gel-14\\/24\\@m{width:58.33333%!important}.gel-15\\/24\\@m{width:62.5%!important}.gel-16\\/24\\@m{width:66.66667%!important}.gel-17\\/24\\@m{width:70.83333%!important}.gel-18\\/24\\@m{width:75%!important}.gel-19\\/24\\@m{width:79.16667%!important}.gel-20\\/24\\@m{width:83.33333%!important}.gel-21\\/24\\@m{width:87.5%!important}.gel-22\\/24\\@m{width:91.66667%!important}.gel-23\\/24\\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\\/1\\@l{width:100%!important}.gel-1\\/2\\@l{width:50%!important}.gel-1\\/3\\@l{width:33.33333%!important}.gel-2\\/3\\@l{width:66.66667%!important}.gel-1\\/4\\@l{width:25%!important}.gel-2\\/4\\@l{width:50%!important}.gel-3\\/4\\@l{width:75%!important}.gel-1\\/5\\@l{width:20%!important}.gel-2\\/5\\@l{width:40%!important}.gel-3\\/5\\@l{width:60%!important}.gel-4\\/5\\@l{width:80%!important}.gel-1\\/8\\@l{width:12.5%!important}.gel-2\\/8\\@l{width:25%!important}.gel-3\\/8\\@l{width:37.5%!important}.gel-4\\/8\\@l{width:50%!important}.gel-5\\/8\\@l{width:62.5%!important}.gel-6\\/8\\@l{width:75%!important}.gel-7\\/8\\@l{width:87.5%!important}.gel-1\\/10\\@l{width:10%!important}.gel-2\\/10\\@l{width:20%!important}.gel-3\\/10\\@l{width:30%!important}.gel-4\\/10\\@l{width:40%!important}.gel-5\\/10\\@l{width:50%!important}.gel-6\\/10\\@l{width:60%!important}.gel-7\\/10\\@l{width:70%!important}.gel-8\\/10\\@l{width:80%!important}.gel-9\\/10\\@l{width:90%!important}.gel-1\\/12\\@l{width:8.33333%!important}.gel-2\\/12\\@l{width:16.66667%!important}.gel-3\\/12\\@l{width:25%!important}.gel-4\\/12\\@l{width:33.33333%!important}.gel-5\\/12\\@l{width:41.66667%!important}.gel-6\\/12\\@l{width:50%!important}.gel-7\\/12\\@l{width:58.33333%!important}.gel-8\\/12\\@l{width:66.66667%!important}.gel-9\\/12\\@l{width:75%!important}.gel-10\\/12\\@l{width:83.33333%!important}.gel-11\\/12\\@l{width:91.66667%!important}.gel-1\\/24\\@l{width:4.16667%!important}.gel-2\\/24\\@l{width:8.33333%!important}.gel-3\\/24\\@l{width:12.5%!important}.gel-4\\/24\\@l{width:16.66667%!important}.gel-5\\/24\\@l{width:20.83333%!important}.gel-6\\/24\\@l{width:25%!important}.gel-7\\/24\\@l{width:29.16667%!important}.gel-8\\/24\\@l{width:33.33333%!important}.gel-9\\/24\\@l{width:37.5%!important}.gel-10\\/24\\@l{width:41.66667%!important}.gel-11\\/24\\@l{width:45.83333%!important}.gel-12\\/24\\@l{width:50%!important}.gel-13\\/24\\@l{width:54.16667%!important}.gel-14\\/24\\@l{width:58.33333%!important}.gel-15\\/24\\@l{width:62.5%!important}.gel-16\\/24\\@l{width:66.66667%!important}.gel-17\\/24\\@l{width:70.83333%!important}.gel-18\\/24\\@l{width:75%!important}.gel-19\\/24\\@l{width:79.16667%!important}.gel-20\\/24\\@l{width:83.33333%!important}.gel-21\\/24\\@l{width:87.5%!important}.gel-22\\/24\\@l{width:91.66667%!important}.gel-23\\/24\\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\\/1\\@xl{width:100%!important}.gel-1\\/2\\@xl{width:50%!important}.gel-1\\/3\\@xl{width:33.33333%!important}.gel-2\\/3\\@xl{width:66.66667%!important}.gel-1\\/4\\@xl{width:25%!important}.gel-2\\/4\\@xl{width:50%!important}.gel-3\\/4\\@xl{width:75%!important}.gel-1\\/5\\@xl{width:20%!important}.gel-2\\/5\\@xl{width:40%!important}.gel-3\\/5\\@xl{width:60%!important}.gel-4\\/5\\@xl{width:80%!important}.gel-1\\/8\\@xl{width:12.5%!important}.gel-2\\/8\\@xl{width:25%!important}.gel-3\\/8\\@xl{width:37.5%!important}.gel-4\\/8\\@xl{width:50%!important}.gel-5\\/8\\@xl{width:62.5%!important}.gel-6\\/8\\@xl{width:75%!important}.gel-7\\/8\\@xl{width:87.5%!important}.gel-1\\/10\\@xl{width:10%!important}.gel-2\\/10\\@xl{width:20%!important}.gel-3\\/10\\@xl{width:30%!important}.gel-4\\/10\\@xl{width:40%!important}.gel-5\\/10\\@xl{width:50%!important}.gel-6\\/10\\@xl{width:60%!important}.gel-7\\/10\\@xl{width:70%!important}.gel-8\\/10\\@xl{width:80%!important}.gel-9\\/10\\@xl{width:90%!important}.gel-1\\/12\\@xl{width:8.33333%!important}.gel-2\\/12\\@xl{width:16.66667%!important}.gel-3\\/12\\@xl{width:25%!important}.gel-4\\/12\\@xl{width:33.33333%!important}.gel-5\\/12\\@xl{width:41.66667%!important}.gel-6\\/12\\@xl{width:50%!important}.gel-7\\/12\\@xl{width:58.33333%!important}.gel-8\\/12\\@xl{width:66.66667%!important}.gel-9\\/12\\@xl{width:75%!important}.gel-10\\/12\\@xl{width:83.33333%!important}.gel-11\\/12\\@xl{width:91.66667%!important}.gel-1\\/24\\@xl{width:4.16667%!important}.gel-2\\/24\\@xl{width:8.33333%!important}.gel-3\\/24\\@xl{width:12.5%!important}.gel-4\\/24\\@xl{width:16.66667%!important}.gel-5\\/24\\@xl{width:20.83333%!important}.gel-6\\/24\\@xl{width:25%!important}.gel-7\\/24\\@xl{width:29.16667%!important}.gel-8\\/24\\@xl{width:33.33333%!important}.gel-9\\/24\\@xl{width:37.5%!important}.gel-10\\/24\\@xl{width:41.66667%!important}.gel-11\\/24\\@xl{width:45.83333%!important}.gel-12\\/24\\@xl{width:50%!important}.gel-13\\/24\\@xl{width:54.16667%!important}.gel-14\\/24\\@xl{width:58.33333%!important}.gel-15\\/24\\@xl{width:62.5%!important}.gel-16\\/24\\@xl{width:66.66667%!important}.gel-17\\/24\\@xl{width:70.83333%!important}.gel-18\\/24\\@xl{width:75%!important}.gel-19\\/24\\@xl{width:79.16667%!important}.gel-20\\/24\\@xl{width:83.33333%!important}.gel-21\\/24\\@xl{width:87.5%!important}.gel-22\\/24\\@xl{width:91.66667%!important}.gel-23\\/24\\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\\/1\\@xxl{width:100%!important}.gel-1\\/2\\@xxl{width:50%!important}.gel-1\\/3\\@xxl{width:33.33333%!important}.gel-2\\/3\\@xxl{width:66.66667%!important}.gel-1\\/4\\@xxl{width:25%!important}.gel-2\\/4\\@xxl{width:50%!important}.gel-3\\/4\\@xxl{width:75%!important}.gel-1\\/5\\@xxl{width:20%!important}.gel-2\\/5\\@xxl{width:40%!important}.gel-3\\/5\\@xxl{width:60%!important}.gel-4\\/5\\@xxl{width:80%!important}.gel-1\\/8\\@xxl{width:12.5%!important}.gel-2\\/8\\@xxl{width:25%!important}.gel-3\\/8\\@xxl{width:37.5%!important}.gel-4\\/8\\@xxl{width:50%!important}.gel-5\\/8\\@xxl{width:62.5%!important}.gel-6\\/8\\@xxl{width:75%!important}.gel-7\\/8\\@xxl{width:87.5%!important}.gel-1\\/10\\@xxl{width:10%!important}.gel-2\\/10\\@xxl{width:20%!important}.gel-3\\/10\\@xxl{width:30%!important}.gel-4\\/10\\@xxl{width:40%!important}.gel-5\\/10\\@xxl{width:50%!important}.gel-6\\/10\\@xxl{width:60%!important}.gel-7\\/10\\@xxl{width:70%!important}.gel-8\\/10\\@xxl{width:80%!important}.gel-9\\/10\\@xxl{width:90%!important}.gel-1\\/12\\@xxl{width:8.33333%!important}.gel-2\\/12\\@xxl{width:16.66667%!important}.gel-3\\/12\\@xxl{width:25%!important}.gel-4\\/12\\@xxl{width:33.33333%!important}.gel-5\\/12\\@xxl{width:41.66667%!important}.gel-6\\/12\\@xxl{width:50%!important}.gel-7\\/12\\@xxl{width:58.33333%!important}.gel-8\\/12\\@xxl{width:66.66667%!important}.gel-9\\/12\\@xxl{width:75%!important}.gel-10\\/12\\@xxl{width:83.33333%!important}.gel-11\\/12\\@xxl{width:91.66667%!important}.gel-1\\/24\\@xxl{width:4.16667%!important}.gel-2\\/24\\@xxl{width:8.33333%!important}.gel-3\\/24\\@xxl{width:12.5%!important}.gel-4\\/24\\@xxl{width:16.66667%!important}.gel-5\\/24\\@xxl{width:20.83333%!important}.gel-6\\/24\\@xxl{width:25%!important}.gel-7\\/24\\@xxl{width:29.16667%!important}.gel-8\\/24\\@xxl{width:33.33333%!important}.gel-9\\/24\\@xxl{width:37.5%!important}.gel-10\\/24\\@xxl{width:41.66667%!important}.gel-11\\/24\\@xxl{width:45.83333%!important}.gel-12\\/24\\@xxl{width:50%!important}.gel-13\\/24\\@xxl{width:54.16667%!important}.gel-14\\/24\\@xxl{width:58.33333%!important}.gel-15\\/24\\@xxl{width:62.5%!important}.gel-16\\/24\\@xxl{width:66.66667%!important}.gel-17\\/24\\@xxl{width:70.83333%!important}.gel-18\\/24\\@xxl{width:75%!important}.gel-19\\/24\\@xxl{width:79.16667%!important}.gel-20\\/24\\@xxl{width:83.33333%!important}.gel-21\\/24\\@xxl{width:87.5%!important}.gel-22\\/24\\@xxl{width:91.66667%!important}.gel-23\\/24\\@xxl{width:95.83333%!important}}.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px}@media (min-width:25em){.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{padding-left:16px;padding-right:16px}}@media (min-width:80em){.collection .collection-content,.error-container,.gel-wrap,.index-page .index-page-title,.index-page .index-page__call-to-action,.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper,.index-page .index-page__short-description{max-width:1280px}}.gel-layout{list-style:none;direction:ltr;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;margin-right:0;margin-left:-8px;padding-right:0;padding-left:0}@media (min-width:37.5em){.gel-layout{margin-left:-16px}}.gel-layout__item{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top}@media (min-width:37.5em){.gel-layout__item{padding-left:16px}}.gel-layout--flush{margin-left:0}.gel-layout--flush>.gel-layout__item{padding-left:0}.gel-layout--rev{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.no-flexbox .gel-layout--rev{direction:rtl;text-align:left}.no-flexbox .gel-layout--rev>.gel-layout__item{direction:ltr;text-align:left}.gel-layout--middle{-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.gel-layout--middle>.gel-layout__item{vertical-align:middle}.gel-layout--bottom{-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.gel-layout--bottom>.gel-layout__item{vertical-align:bottom}.gel-layout--right{text-align:right;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.gel-layout--right>.gel-layout__item{text-align:left}.gel-layout--center{text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.gel-layout--center>.gel-layout__item{text-align:left}.gel-layout--auto>.gel-layout__item{width:auto}.gel-layout--no-flex{min-width:100%}.gel-layout--no-flex,.gel-layout--no-flex>.gel-layout__item{display:block;display:inline-block}.gel-layout--equal>.gel-layout__item{display:-webkit-flex;display:flex}.gel-layout--fit>.gel-layout__item{width:auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gel-layout__item--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.gel-layout__item--center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.gel-layout__item--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.gel-1\\/1{width:100%!important}.gel-1\\/2{width:50%!important}.gel-1\\/3{width:33.33333%!important}.gel-2\\/3{width:66.66667%!important}.gel-1\\/4{width:25%!important}.gel-3\\/4{width:75%!important}.gel-1\\/5{width:20%!important}.gel-2\\/5{width:40%!important}.gel-3\\/5{width:60%!important}.gel-4\\/5{width:80%!important}.gel-1\\/8{width:12.5%!important}.gel-3\\/8{width:37.5%!important}.gel-5\\/8{width:62.5%!important}.gel-7\\/8{width:87.5%!important}.gel-1\\/10{width:10%!important}.gel-3\\/10{width:30%!important}.gel-7\\/10{width:70%!important}.gel-9\\/10{width:90%!important}.gel-1\\/12{width:8.33333%!important}.gel-2\\/12{width:16.66667%!important}.gel-5\\/12{width:41.66667%!important}.gel-7\\/12{width:58.33333%!important}.gel-10\\/12{width:83.33333%!important}.gel-11\\/12{width:91.66667%!important}.gel-1\\/24{width:4.16667%!important}.gel-5\\/24{width:20.83333%!important}.gel-7\\/24{width:29.16667%!important}.gel-11\\/24{width:45.83333%!important}.gel-13\\/24{width:54.16667%!important}.gel-17\\/24{width:70.83333%!important}.gel-19\\/24{width:79.16667%!important}.gel-23\\/24{width:95.83333%!important}@media (min-width:25em){.gel-1\\/1\\@s{width:100%!important}.gel-1\\/2\\@s{width:50%!important}.gel-1\\/3\\@s{width:33.33333%!important}.gel-2\\/3\\@s{width:66.66667%!important}.gel-1\\/4\\@s{width:25%!important}.gel-3\\/4\\@s{width:75%!important}.gel-1\\/5\\@s{width:20%!important}.gel-2\\/5\\@s{width:40%!important}.gel-3\\/5\\@s{width:60%!important}.gel-4\\/5\\@s{width:80%!important}.gel-1\\/8\\@s{width:12.5%!important}.gel-3\\/8\\@s{width:37.5%!important}.gel-5\\/8\\@s{width:62.5%!important}.gel-7\\/8\\@s{width:87.5%!important}.gel-1\\/10\\@s{width:10%!important}.gel-3\\/10\\@s{width:30%!important}.gel-7\\/10\\@s{width:70%!important}.gel-9\\/10\\@s{width:90%!important}.gel-1\\/12\\@s{width:8.33333%!important}.gel-2\\/12\\@s{width:16.66667%!important}.gel-5\\/12\\@s{width:41.66667%!important}.gel-7\\/12\\@s{width:58.33333%!important}.gel-10\\/12\\@s{width:83.33333%!important}.gel-11\\/12\\@s{width:91.66667%!important}.gel-1\\/24\\@s{width:4.16667%!important}.gel-5\\/24\\@s{width:20.83333%!important}.gel-7\\/24\\@s{width:29.16667%!important}.gel-11\\/24\\@s{width:45.83333%!important}.gel-13\\/24\\@s{width:54.16667%!important}.gel-17\\/24\\@s{width:70.83333%!important}.gel-19\\/24\\@s{width:79.16667%!important}.gel-23\\/24\\@s{width:95.83333%!important}}@media (min-width:37.5em){.gel-1\\/1\\@m{width:100%!important}.gel-1\\/2\\@m{width:50%!important}.gel-1\\/3\\@m{width:33.33333%!important}.gel-2\\/3\\@m{width:66.66667%!important}.gel-1\\/4\\@m{width:25%!important}.gel-3\\/4\\@m{width:75%!important}.gel-1\\/5\\@m{width:20%!important}.gel-2\\/5\\@m{width:40%!important}.gel-3\\/5\\@m{width:60%!important}.gel-4\\/5\\@m{width:80%!important}.gel-1\\/8\\@m{width:12.5%!important}.gel-3\\/8\\@m{width:37.5%!important}.gel-5\\/8\\@m{width:62.5%!important}.gel-7\\/8\\@m{width:87.5%!important}.gel-1\\/10\\@m{width:10%!important}.gel-3\\/10\\@m{width:30%!important}.gel-7\\/10\\@m{width:70%!important}.gel-9\\/10\\@m{width:90%!important}.gel-1\\/12\\@m{width:8.33333%!important}.gel-2\\/12\\@m{width:16.66667%!important}.gel-5\\/12\\@m{width:41.66667%!important}.gel-7\\/12\\@m{width:58.33333%!important}.gel-10\\/12\\@m{width:83.33333%!important}.gel-11\\/12\\@m{width:91.66667%!important}.gel-1\\/24\\@m{width:4.16667%!important}.gel-5\\/24\\@m{width:20.83333%!important}.gel-7\\/24\\@m{width:29.16667%!important}.gel-11\\/24\\@m{width:45.83333%!important}.gel-13\\/24\\@m{width:54.16667%!important}.gel-17\\/24\\@m{width:70.83333%!important}.gel-19\\/24\\@m{width:79.16667%!important}.gel-23\\/24\\@m{width:95.83333%!important}}@media (min-width:56.25em){.gel-1\\/1\\@l{width:100%!important}.gel-1\\/2\\@l{width:50%!important}.gel-1\\/3\\@l{width:33.33333%!important}.gel-2\\/3\\@l{width:66.66667%!important}.gel-1\\/4\\@l{width:25%!important}.gel-3\\/4\\@l{width:75%!important}.gel-1\\/5\\@l{width:20%!important}.gel-2\\/5\\@l{width:40%!important}.gel-3\\/5\\@l{width:60%!important}.gel-4\\/5\\@l{width:80%!important}.gel-1\\/8\\@l{width:12.5%!important}.gel-3\\/8\\@l{width:37.5%!important}.gel-5\\/8\\@l{width:62.5%!important}.gel-7\\/8\\@l{width:87.5%!important}.gel-1\\/10\\@l{width:10%!important}.gel-3\\/10\\@l{width:30%!important}.gel-7\\/10\\@l{width:70%!important}.gel-9\\/10\\@l{width:90%!important}.gel-1\\/12\\@l{width:8.33333%!important}.gel-2\\/12\\@l{width:16.66667%!important}.gel-5\\/12\\@l{width:41.66667%!important}.gel-7\\/12\\@l{width:58.33333%!important}.gel-10\\/12\\@l{width:83.33333%!important}.gel-11\\/12\\@l{width:91.66667%!important}.gel-1\\/24\\@l{width:4.16667%!important}.gel-5\\/24\\@l{width:20.83333%!important}.gel-7\\/24\\@l{width:29.16667%!important}.gel-11\\/24\\@l{width:45.83333%!important}.gel-13\\/24\\@l{width:54.16667%!important}.gel-17\\/24\\@l{width:70.83333%!important}.gel-19\\/24\\@l{width:79.16667%!important}.gel-23\\/24\\@l{width:95.83333%!important}}@media (min-width:63em){.gel-1\\/1\\@xl{width:100%!important}.gel-1\\/2\\@xl{width:50%!important}.gel-1\\/3\\@xl{width:33.33333%!important}.gel-2\\/3\\@xl{width:66.66667%!important}.gel-1\\/4\\@xl{width:25%!important}.gel-3\\/4\\@xl{width:75%!important}.gel-1\\/5\\@xl{width:20%!important}.gel-2\\/5\\@xl{width:40%!important}.gel-3\\/5\\@xl{width:60%!important}.gel-4\\/5\\@xl{width:80%!important}.gel-1\\/8\\@xl{width:12.5%!important}.gel-3\\/8\\@xl{width:37.5%!important}.gel-5\\/8\\@xl{width:62.5%!important}.gel-7\\/8\\@xl{width:87.5%!important}.gel-1\\/10\\@xl{width:10%!important}.gel-3\\/10\\@xl{width:30%!important}.gel-7\\/10\\@xl{width:70%!important}.gel-9\\/10\\@xl{width:90%!important}.gel-1\\/12\\@xl{width:8.33333%!important}.gel-2\\/12\\@xl{width:16.66667%!important}.gel-5\\/12\\@xl{width:41.66667%!important}.gel-7\\/12\\@xl{width:58.33333%!important}.gel-10\\/12\\@xl{width:83.33333%!important}.gel-11\\/12\\@xl{width:91.66667%!important}.gel-1\\/24\\@xl{width:4.16667%!important}.gel-5\\/24\\@xl{width:20.83333%!important}.gel-7\\/24\\@xl{width:29.16667%!important}.gel-11\\/24\\@xl{width:45.83333%!important}.gel-13\\/24\\@xl{width:54.16667%!important}.gel-17\\/24\\@xl{width:70.83333%!important}.gel-19\\/24\\@xl{width:79.16667%!important}.gel-23\\/24\\@xl{width:95.83333%!important}}@media (min-width:80em){.gel-1\\/1\\@xxl{width:100%!important}.gel-1\\/2\\@xxl{width:50%!important}.gel-1\\/3\\@xxl{width:33.33333%!important}.gel-2\\/3\\@xxl{width:66.66667%!important}.gel-1\\/4\\@xxl{width:25%!important}.gel-3\\/4\\@xxl{width:75%!important}.gel-1\\/5\\@xxl{width:20%!important}.gel-2\\/5\\@xxl{width:40%!important}.gel-3\\/5\\@xxl{width:60%!important}.gel-4\\/5\\@xxl{width:80%!important}.gel-1\\/8\\@xxl{width:12.5%!important}.gel-3\\/8\\@xxl{width:37.5%!important}.gel-5\\/8\\@xxl{width:62.5%!important}.gel-7\\/8\\@xxl{width:87.5%!important}.gel-1\\/10\\@xxl{width:10%!important}.gel-3\\/10\\@xxl{width:30%!important}.gel-7\\/10\\@xxl{width:70%!important}.gel-9\\/10\\@xxl{width:90%!important}.gel-1\\/12\\@xxl{width:8.33333%!important}.gel-2\\/12\\@xxl{width:16.66667%!important}.gel-5\\/12\\@xxl{width:41.66667%!important}.gel-7\\/12\\@xxl{width:58.33333%!important}.gel-10\\/12\\@xxl{width:83.33333%!important}.gel-11\\/12\\@xxl{width:91.66667%!important}.gel-1\\/24\\@xxl{width:4.16667%!important}.gel-5\\/24\\@xxl{width:20.83333%!important}.gel-7\\/24\\@xxl{width:29.16667%!important}.gel-11\\/24\\@xxl{width:45.83333%!important}.gel-13\\/24\\@xxl{width:54.16667%!important}.gel-17\\/24\\@xxl{width:70.83333%!important}.gel-19\\/24\\@xxl{width:79.16667%!important}.gel-23\\/24\\@xxl{width:95.83333%!important}}.ec-icon{fill:currentColor;height:1em;position:relative;top:2px;width:1em}.ec-icon svg{height:inherit;width:inherit}.ec-pagination{display:flex;padding-bottom:24px}.ec-pagination__list{display:inline-block;list-style:none;margin:0 auto;padding:0}.ec-pagination__list-item{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700;display:none;padding-left:8px;padding-top:8px}@media (min-width:20em){.ec-pagination__list-item{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination__list-item{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .ec-pagination__list-item{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.ec-pagination__list-item:first-child{padding-left:0}.ec-pagination__list-item.ec-pagination__priority--0{display:inline}@media (min-width:37.5em){.ec-pagination__list-item.ec-pagination__priority--1{display:inline}}@media (min-width:56.25em){.ec-pagination__list-item.ec-pagination__priority--2{display:inline}}@media (min-width:63em){.ec-pagination__list-item.ec-pagination__priority--3{display:inline}}.ec-pagination__ellipsis{display:inline}.ec-pagination__ellipsis:after{content:\"...\"}@media (min-width:63em){.ec-pagination__ellipsis--priority-1{display:none}}@media (min-width:56.25em){.ec-pagination__ellipsis--priority-2{display:none}}@media (min-width:37.5em){.ec-pagination__ellipsis--priority-3{display:none}}.ec-pagination__ellipsis--priority-4{display:none}.ec-pagination__link{background-color:#eee;color:#252525;display:inline-block;line-height:44px;text-align:center;text-decoration:none;width:44px}.ec-pagination__link:visited{color:#706d66}.ec-pagination__link:focus,.ec-pagination__link:hover{background-color:#252525;color:#eee;text-decoration:underline}.ec-pagination__link--disabled{color:#dbdbdb}.ec-pagination__link--disabled:focus,.ec-pagination__link--disabled:hover{background-color:#eee;color:#dbdbdb;text-decoration:none}.ec-pagination__link--selected{background-color:#0073bb;color:#fff}.ec-pagination__link .ec-icon{top:0}.ec-pagination__link .ec-icon svg{height:12px;width:12px}.ec-pagination-summary{padding-bottom:16px;padding-top:24px}.ec-pagination-summary__text{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.ec-pagination-summary__text{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination-summary__text{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .ec-pagination-summary__text{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.ec-pagination-summary{padding-bottom:24px}}.ec-pagination--bitesize .ec-pagination__link{background-color:#fff;text-decoration:underline;text-decoration-color:#e5640f}.ec-pagination--bitesize .ec-pagination__link--arrow{background-color:#e5640f;color:#fff}.ec-pagination--bitesize .ec-pagination__link--arrow:focus,.ec-pagination--bitesize .ec-pagination__link--arrow:hover{background-color:#252525;color:#fff}.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled,.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled:focus,.ec-pagination--bitesize .ec-pagination__link--arrow.ec-pagination__link--disabled:hover{background-color:#eee;color:#fff}.ec-pagination--bitesize .ec-pagination__link:focus,.ec-pagination--bitesize .ec-pagination__link:hover{background-color:#fff;color:#e5640f;text-decoration:none}.ec-pagination--bitesize .ec-pagination__link--selected{background-color:#252525;text-decoration:none}.ec-pagination--bitesize .ec-pagination__link--selected:focus,.ec-pagination--bitesize .ec-pagination__link--selected:hover{background-color:#252525;color:#fff}.baseplate-canon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}@media (min-width:20em){.baseplate-canon{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-canon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-canon-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.baseplate-canon-bold{font-size:52px;font-size:3.25rem;line-height:56px;line-height:3.5rem}.no-touch .baseplate-canon-bold{font-size:44px;font-size:2.75rem;line-height:48px;line-height:3rem}}.baseplate-trafalgar{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-trafalgar{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-trafalgar-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-trafalgar-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.baseplate-trafalgar-bold{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .baseplate-trafalgar-bold{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.baseplate-paragon{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.baseplate-paragon{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-paragon-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:20em){.baseplate-paragon-bold{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem}}@media (min-width:37.5em){.baseplate-paragon-bold{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}.no-touch .baseplate-paragon-bold{font-size:28px;font-size:1.75rem;line-height:32px;line-height:2rem}}.baseplate-double-pica{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:37.5em){.baseplate-double-pica{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-double-pica-bold{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;font-weight:700;letter-spacing:-1px;letter-spacing:-.0625rem}@media (min-width:37.5em){.baseplate-double-pica-bold{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .baseplate-double-pica-bold{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.baseplate-great-primer{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}@media (min-width:37.5em){.baseplate-great-primer{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer{font-size:20px;font-size:1.25rem}}.baseplate-great-primer-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;font-weight:700}@media (min-width:20em){.baseplate-great-primer-bold{letter-spacing:-1px;letter-spacing:-.0625rem}}@media (min-width:37.5em){.baseplate-great-primer-bold{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-great-primer-bold{font-size:20px;font-size:1.25rem}}.baseplate-pica{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-pica-bold{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700}@media (min-width:20em){.baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.baseplate-pica-bold{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .baseplate-pica-bold{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.baseplate-long-primer{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem}@media (min-width:37.5em){.baseplate-long-primer{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-long-primer-bold{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700}@media (min-width:37.5em){.baseplate-long-primer-bold{line-height:20px;line-height:1.25rem}.no-touch .baseplate-long-primer-bold{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.baseplate-brevier{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem}@media (min-width:20em){.baseplate-brevier{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-brevier-bold{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;font-weight:700}@media (min-width:20em){.baseplate-brevier-bold{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.no-touch .baseplate-brevier-bold{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.baseplate-minion{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase}@media (min-width:37.5em){.baseplate-minion{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion{font-size:12px;font-size:.75rem}}.baseplate-minion-bold{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-transform:uppercase;font-weight:700}@media (min-width:37.5em){.baseplate-minion-bold{font-size:13px;font-size:.8125rem}.no-touch .baseplate-minion-bold{font-size:12px;font-size:.75rem}}.baseplate-body-copy{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.baseplate-body-copy{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .baseplate-body-copy{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.education-link__invisible--my-bitesize{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.education-link__link--my-bitesize{text-decoration:none}.education-link__link--my-bitesize:visited .education-link__link-title--my-bitesize{color:#fff}.education-link__link--my-bitesize:focus .education-link__link-panel--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-panel--my-bitesize{background-color:#231f20}.education-link__link--my-bitesize:focus .education-link__link-title--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-title--my-bitesize{color:#fff;font-weight:400;text-decoration:underline}.education-link__link--my-bitesize:focus .education-link__link-subtitle--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-subtitle--my-bitesize{color:#fff;font-weight:400;text-decoration:none}.education-link__link--my-bitesize:focus .education-link__link-icon--my-bitesize,.education-link__link--my-bitesize:hover .education-link__link-icon--my-bitesize{fill:#fff}.education-link__link--my-bitesize:focus svg,.education-link__link--my-bitesize:hover svg{pointer-events:none}.education-link__link-panel--my-bitesize{background-color:#e5640f;margin-bottom:3px;padding:12px}.education-link__link-text-wrapper--my-bitesize{display:table-cell;width:100%}.education-link__link-title--my-bitesize{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#fff;font-weight:400;text-decoration:none}@media (min-width:37.5em){.education-link__link-title--my-bitesize{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.no-touch .education-link__link-title--my-bitesize{font-size:20px;font-size:1.25rem}}.education-link__link-subtitle--my-bitesize{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;font-weight:400;margin-top:4px;text-decoration:none}@media (min-width:20em){.education-link__link-subtitle--my-bitesize{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.education-link__link-subtitle--my-bitesize{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .education-link__link-subtitle--my-bitesize{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.education-link__link-icon-wrapper--my-bitesize{display:table-cell;vertical-align:middle}.education-link__link-icon--my-bitesize{fill:#fff;height:16px;padding-top:3px;padding-left:8px;width:16px}@media (min-width:37.5em){.education-link__link-icon--my-bitesize{padding-top:4px}}svg{pointer-events:none}body{margin:0}.promo{width:100%;box-sizing:border-box;margin-bottom:16px}.promo .promo-link{flex-direction:column;background:#f1f1f1;border:none;color:#fff;line-height:0;margin:0;text-decoration:none;padding:0;width:100%;display:flex}.promo:hover .promo-link{background:#333}.promo:hover .promo-link .promo-title{text-decoration:underline}.promo:hover .promo-image-container .gel-icon{background:#333}.promo .promo-image-container{width:100%;background-color:#f0f0f0;background-image:url(https://bitesize.files.bbci.co.uk/images/svgs/furniture/bbc-blocks-image-placeholder.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;flex:none;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.promo .promo-image-container .gel-icon{display:block;position:absolute;bottom:0;left:0;background:#f1f1f1;height:54px;width:54px;color:#000;padding:16px 0;box-sizing:border-box}.promo .promo-image-container .gel-icon svg{height:20px!important}.promo .promo-image{width:100%;margin:0;border:none;position:absolute}.promo .promo-image--lazyload+.gel-icon{display:none}.promo .promo-label-container{background-color:#000;left:0;position:absolute;top:0}.promo .promo-label{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#fff;display:inline-block;padding:8px;text-transform:uppercase}@media (min-width:37.5em){.promo .promo-label{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-label{font-size:12px;font-size:.75rem}}.promo .promo-footer{width:100%;display:flex;flex-grow:1;flex-direction:column}.promo .promo-title{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;border:none;margin:16px;padding:0}@media (min-width:20em){.promo .promo-title{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.promo .promo-title{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.no-touch .promo .promo-title{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.promo .promo-description,.promo .promo-synopsis{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;border:none;margin:16px;margin-top:0;padding:0}@media (min-width:37.5em){.promo .promo-description,.promo .promo-synopsis{line-height:20px;line-height:1.25rem}.no-touch .promo .promo-description,.no-touch .promo .promo-synopsis{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.promo .promo-attribution{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;margin:16px;margin-top:auto;padding:0;text-transform:uppercase;font-weight:400}@media (min-width:37.5em){.promo .promo-attribution{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-attribution{font-size:12px;font-size:.75rem}}.promo .promo-label--live{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#fff;display:inline-block;font-weight:700;padding:8px;text-transform:uppercase}@media (min-width:37.5em){.promo .promo-label--live{font-size:13px;font-size:.8125rem}.no-touch .promo .promo-label--live{font-size:12px;font-size:.75rem}}@keyframes pulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.promo .promo-label--live__icon-outer{padding-left:8px;vertical-align:text-top}.promo .promo-label--live__icon-center{display:inline-block;will-change:opacity;animation:pulse 1.7s ease infinite}@supports (-ms-ime-align:auto){.promo{overflow:hidden}.promo-image-container{display:table}.promo-link{height:100%}.promo-footer{position:relative}}.collection .collection-content{box-sizing:border-box;padding-bottom:16px;padding-top:28px}.collection .collection-title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;margin-bottom:18px;margin-top:0}@media (min-width:37.5em){.collection .collection-title{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.no-touch .collection .collection-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}.collection .collection-title--light{color:#fff!important}.collection .collection-title .collection-title-link{color:#000;text-decoration:none}.collection .collection-title .collection-title-link:hover{color:#1074b9;text-decoration:underline}.collection .collection-title .collection-title-link .gel-icon{margin-left:8px;width:.6em;height:.6em}.error-container{box-sizing:border-box;padding:16px;background:#fff}.error-container .gel-icon--loading{padding:16px}.error-container .gel-icon--loading,.error-container svg{height:64px;width:64px}.error-container h2{font-size:2rem;max-width:800px}.error-container p{font-size:1rem;font-weight:400;max-width:800px}.error-container ul{list-style:none;margin-left:0;padding-left:0;font-size:1rem}.error-container ul a{color:#000;font-weight:700}@media (min-width:37.5em){.error-container h2{font-size:2.75rem}}.index-page{box-sizing:border-box;margin-top:16px}.index-page.sr-only{position:absolute;padding:0;margin:-1px;clip:rect(0,0,0,0);width:1px;height:1px;border:0;overflow:hidden}.index-page .index-page-title{box-sizing:border-box;padding-bottom:16px;font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem}@media (min-width:20em){.index-page .index-page-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.index-page .index-page-title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.no-touch .index-page .index-page-title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.index-page .index-page__short-description{box-sizing:border-box;padding-bottom:16px;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:20em){.index-page .index-page__short-description{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.index-page .index-page__short-description{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.no-touch .index-page .index-page__short-description{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.index-page .index-page__call-to-action{box-sizing:border-box;padding-bottom:16px}.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{box-sizing:border-box;margin-top:-30px;padding:0 8px}@media (min-width:37.5em){.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{margin-left:16px;margin-right:16px;padding:0 16px}}@media (min-width:66em){.index-page .index-page__collection-search-bar-wrapper,.index-page .index-page__search-bar-wrapper{margin-left:auto;margin-right:auto;max-width:1008px}}.index-page .index-page__collection-search-bar-wrapper{background-color:#fff;padding-top:8px}@media (min-width:37.5em){.index-page .index-page__collection-search-bar-wrapper{padding:16px}}.layout-hero-2 .promo{width:50%}.layout-hero-2 .promo:first-child{width:100%}.layout-hero-2 .promo .promo-link{flex-direction:column}.layout-hero-2 .promo .promo-footer,.layout-hero-2 .promo .promo-image-container{width:100%}.layout-branding-image-3{background-size:cover}.layout-pocket .layout-pocket__row--hidden{display:none}.layout-pocket .layout-pocket__row--last{height:50px;overflow:hidden}.layout-pocket .layout-pocket__mask{box-shadow:inset 0 -10px 7px 0 rgba(0,0,0,.2);width:100%;content:\" \";position:relative;bottom:0;box-shadow:inset -16px 16px -8px rgba(0,0,0,.3);text-align:center;top:-50px;height:50px;margin-bottom:-34px}.layout-pocket .layout-pocket__show-more{font-size:18px;padding:12px;background:#333;border:0;color:#fff;cursor:pointer;margin-top:22px;position:relative}.layout-pocket .layout-pocket__show-more:focus,.layout-pocket .layout-pocket__show-more:hover{background:#262626;text-decoration:underline}.layout-pocket .gel-icon--down svg{vertical-align:middle;height:12px;width:12px;padding-left:8px}.layout-2-with-links .promo-container{box-sizing:border-box;flex-direction:column}.layout-2-with-links .promo-container .collection-title:empty{margin-top:0;margin-bottom:0}.layout-2-with-links .promo-container .collection-title:empty:before{display:none}.layout-2-with-links .promo-container .promo{display:flex;flex:1 1 auto}.layout-branding-colour-three-with-link{padding-bottom:32px;direction:rtl}.layout-branding-colour-three-with-link .link-container{display:table-cell;padding:11px 0 13px;direction:ltr}@media (min-width:37.5em){.promo .promo-link{flex-direction:column}.promo .promo-footer,.promo .promo-image-container{width:100%}.layout-hero-2 .promo{width:50%}.layout-hero-2 .promo:first-child{width:100%}.layout-hero-2 .promo:first-child .promo-link{flex-direction:row}.layout-hero-2 .promo:first-child .promo-image-container{width:66.66667%}.layout-branding-colour-3 .promo,.layout-branding-image-3 .promo,.layout-hero-2 .promo:first-child .promo-footer{width:33.33333%}.layout-branding-colour-3 .promo .promo-link,.layout-branding-image-3 .promo .promo-link{flex-direction:column}.layout-branding-colour-3 .promo .promo-footer,.layout-branding-colour-3 .promo .promo-image-container,.layout-branding-image-3 .promo .promo-footer,.layout-branding-image-3 .promo .promo-image-container{width:100%}.layout-pocket .layout-pocket__row--last{height:180px}.layout-pocket .layout-pocket__mask{top:-180px;height:180px;margin-bottom:-164px}.layout-pocket .layout-pocket__show-more{margin-top:152px}.layout-2-with-links .promo-container{width:50%}.layout-2-with-links .promo-container .collection-title:empty{margin-bottom:18px}.layout-2-with-links .promo-container .collection-title:empty:before{content:\"\\A0\";display:block}.index-page .index-page__short-description{padding-right:25%}}@media (min-width:48em){.layout-hero-2 .promo{width:25%}.layout-hero-2 .promo:first-child{width:50%}.layout-hero-2 .promo:first-child .promo-link{flex-direction:column}.layout-hero-2 .promo:first-child .promo-footer,.layout-hero-2 .promo:first-child .promo-image-container{width:100%}.layout-branding-colour-3,.layout-branding-image-3{padding:0 16px}.layout-branding-colour-3 .collection-title,.layout-branding-image-3 .collection-title{width:75%;color:#fff;padding-left:32px}.layout-branding-colour-3 .promo,.layout-branding-image-3 .promo{width:25%}.layout-branding-colour-3 .promo .promo-link,.layout-branding-image-3 .promo .promo-link{flex-direction:column}.layout-branding-colour-3 .promo .promo-footer,.layout-branding-colour-3 .promo .promo-image-container,.layout-branding-image-3 .promo .promo-footer,.layout-branding-image-3 .promo .promo-image-container{width:100%}.layout-branding-image-3 .promo:hover .promo-link .promo-title{text-decoration:underline}.layout-row-4 .promo{width:25%}.layout-pocket .layout-pocket__row--last{height:80px}.layout-pocket .layout-pocket__mask{top:-80px;height:80px;margin-bottom:-48px}.layout-pocket .layout-pocket__show-more{margin-top:52px}}.index-page__search-bar-wrapper{margin-top:-30px}.index-page.bitesize-secondary-index{background-color:#fff}</style>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>.ec-search-bar{background-color:#deddde;padding:8px;margin-top:12px;margin-bottom:16px}.ec-search-bar__form{position:relative}.ec-search-bar__querybox{border:none;box-sizing:border-box;font-family:inherit;font-feature-settings:inherit;font-size:16px;height:40px;line-height:1.15;padding:0 36px 0 8px;width:100%}.ec-search-bar__querybox:focus{outline:none}.ec-search-bar__querybox::-ms-clear{display:none}.ec-search-bar__results{list-style-type:none;padding-left:0;margin:0}.ec-search-bar__close-button{background-color:transparent;border:0;cursor:pointer;height:36px;position:absolute;right:0;top:2px;width:36px}.ec-search-bar__close-button>svg{height:16px;width:16px}.ec-search-bar__icon{height:36px;position:absolute;right:0;text-align:center;top:10px;width:36px}.ec-search-bar__icon>svg{height:16px;width:16px}.ec-search-bar__label{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.ec-search-bar__no-results-label{display:block;font-size:16px;padding:12px 8px;overflow-wrap:break-word}.ec-search-bar__result-item{border:0 solid #b8b8b8;border-bottom-width:1px;font-size:16px;padding:0}.ec-search-bar__result-item--active{background-color:#5a5a5a}.ec-search-bar__result-item:last-child{border:none}.ec-search-bar__result-item-link{padding:12px 8px;display:block;text-decoration:none;color:#231f20}.ec-search-bar__result-item-link:visited{color:#525252}.ec-search-bar__result-item-link--active{padding:12px 8px;display:block;text-decoration:none;color:#fff}.ec-search-bar__results:list-of-type{border:none}body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:"ss01"}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.bitesize-article-search-view-wrapper{margin:0 auto;max-width:1008px}.bitesize-article-search-view-wrapper .ec-search-bar{margin:0 16px}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-search-view/1.18.0"]=true; Morph.styleSrc.push("<style>.ec-search-bar{background-color:#deddde;padding:8px;margin-top:12px;margin-bottom:16px}.ec-search-bar__form{position:relative}.ec-search-bar__querybox{border:none;box-sizing:border-box;font-family:inherit;font-feature-settings:inherit;font-size:16px;height:40px;line-height:1.15;padding:0 36px 0 8px;width:100%}.ec-search-bar__querybox:focus{outline:none}.ec-search-bar__querybox::-ms-clear{display:none}.ec-search-bar__results{list-style-type:none;padding-left:0;margin:0}.ec-search-bar__close-button{background-color:transparent;border:0;cursor:pointer;height:36px;position:absolute;right:0;top:2px;width:36px}.ec-search-bar__close-button>svg{height:16px;width:16px}.ec-search-bar__icon{height:36px;position:absolute;right:0;text-align:center;top:10px;width:36px}.ec-search-bar__icon>svg{height:16px;width:16px}.ec-search-bar__label{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.ec-search-bar__no-results-label{display:block;font-size:16px;padding:12px 8px;overflow-wrap:break-word}.ec-search-bar__result-item{border:0 solid #b8b8b8;border-bottom-width:1px;font-size:16px;padding:0}.ec-search-bar__result-item--active{background-color:#5a5a5a}.ec-search-bar__result-item:last-child{border:none}.ec-search-bar__result-item-link{padding:12px 8px;display:block;text-decoration:none;color:#231f20}.ec-search-bar__result-item-link:visited{color:#525252}.ec-search-bar__result-item-link--active{padding:12px 8px;display:block;text-decoration:none;color:#fff}.ec-search-bar__results:list-of-type{border:none}body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:\"ss01\"}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.bitesize-article-search-view-wrapper{margin:0 auto;max-width:1008px}.bitesize-article-search-view-wrapper .ec-search-bar{margin:0 16px}</style>"); }</script><script>if (Morph.enhanced) { Morph.styles["bbc-morph-gel-icons/5.0.7"]=true; Morph.styleSrc.push("<style>.gel-icon{display:inline-block}.gel-icon svg{width:inherit;height:inherit;fill:currentColor}.gel-icon--loading{-webkit-animation-name:gel-spin;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:gel-spin;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:gel-spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@-moz-keyframes gel-spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes gel-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes gel-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}\n</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u5681234861433866 */</script><link rel="stylesheet" type="text/css" href="//web.archive.org/web/20210207192743cs_/https://m.files.bbci.co.uk/modules/bbc-morph-baseplate-page/9.21.0/branding/arts/styles/main.css"/><meta property="og:image" content="https://web.archive.org/web/20210207192743im_/https://m.files.bbci.co.uk/modules/bbc-morph-baseplate-page/9.21.0/branding/arts/images/meta-image.jpg"><meta property="twitter:card" content="summary_large_image"><meta property="twitter:image:src" content="https://web.archive.org/web/20210207192743im_/https://m.files.bbci.co.uk/modules/bbc-morph-baseplate-page/9.21.0/branding/arts/images/meta-image.jpg"><script type="text/javascript"> var domain = "co.uk"; var _sf_async_config = _sf_async_config || {}; var _sf_startpt=(new Date()).getTime(); _sf_async_config.domain = "www" + ".bbc." + domain; _sf_async_config.uid = 50924; _sf_async_config.title = window.document.title; _sf_async_config.path = "bbc." + domain + window.location.pathname + ""; _sf_async_config.sections = "baseplate.arts"; </script></head><body> <div id="cookiePrompt"></div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20210207192743im_/https://a1.api.bbc.co.uk/hit.xiti?&col=1&from=p&ptag=js&s=598253&p=kl.arts.index.home.page&x1=[urn:bbc:arts:home]&x2=[responsive]&x3=[bbc_website]&x4=[en]&x7=[index-home]&x8=[reverb-2.0.3-nojs]&x11=[DEFAULT]&x12=[BBC]" height="1" width="1" alt=""></p></noscript> <header id="orb-banner" role="banner" aria-label="BBC"><div id="orb-header" class="orb-nav-pri orb-nav-pri-white orb-nav-empty" dir="ltr"><div class="orb-nav-pri-container b-r b-g-p"><div class="orb-nav-section orb-nav-blocks"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/">Homepage</a></div><section><div class="orb-skip-links"><h2>Accessibility links</h2><ul><li><a href="#orb-modules">Skip to content</a></li><li><a id="orb-accessibility-help" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li></ul></div></section><div id="mybbc-wrapper" class="orb-nav-section orb-nav-id orb-nav-focus orb-nav-id-default"> <div id="idcta-statusbar" class="orb-nav-section orb-nav-focus" data-bbc-container="id-cta" data-bbc-event-type="click" data-bbc-ignore-views="1" data-bbc-metadata="{"id-cta-type": "statusbar-orb"}" data-bbc-source="responsive_web" data-bbc-title="id-cta-sign-in"><a id="idcta-link" href="https://web.archive.org/web/20210207192743/https://account.bbc.com/account"><span id="idcta-username">BBC Account</span></a></div><script type="text/javascript">require(['idcta/statusbar'], function (statusbar) {new statusbar.Statusbar({id: 'idcta-statusbar', publiclyCacheable: true});});</script><!-- Because we are now loading the notification bell CSS asynchronously, we need this inline style hack to ensure that the notification div is hidden by default, and shown only if and when the bell code is loaded from notification-ui --><a id="notification-link" class="js-notification-link animated three" href="#" style="display: none"><span class="hidden-span">Notifications</span><div class="notification-link--triangle"></div><div class="notification-link--triangle"></div><span id="not-num"></span></a> </div><nav role="navigation" aria-label="BBC" class="orb-nav"><div class="orb-nav-section orb-nav-links orb-nav-focus" id="orb-nav-links"><ul><li class="orb-nav-home"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bbcthree">Three</a></li><li id="orb-nav-more" style="width: 88px" aria-controls="orb-panel-more"><a href="#orb-footer" data-alt="More" class="istats-notrack">Menu<span class="orb-icon orb-icon-arrow"></span></a></li></ul></div></nav><div class="orb-nav-section orb-nav-search"> <a class="orb-search__button" href="https://web.archive.org/web/20210207192743/https://search.bbc.co.uk/search" title="Search the BBC">Search</a><form class="b-f" id="orb-search-form" role="search" method="get" action="https://web.archive.org/web/20210207192743/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><label for="orb-search-q">Search the BBC</label><input id="orb-search-q" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" maxlength="100" name="q" placeholder="Search"><button id="orb-search-button" class="orb-search__button">Search the BBC</button><input type="hidden" name="suggid" id="orb-search-suggid"></div></form> </div></div><div id="orb-panels"></div></div></header> <!-- Styling hook for shared modules only --> <div id="orb-modules"> <div id="u06241929791034129"><div class="nav-top" data-reactid=".ju8qtiycgi" data-react-checksum="91689880"><header class="baseplate-global-header" role="banner" data-reactid=".ju8qtiycgi.0"><div class="gel-wrap baseplate-global-header__inner" data-reactid=".ju8qtiycgi.0.0"><a class="baseplate-global-header__link" href="/web/20210207192743/https://www.bbc.co.uk/arts" data-reactid=".ju8qtiycgi.0.0.0">arts</a><nav class="baseplate-flyout " data-reactid=".ju8qtiycgi.0.0.2"><ul class="baseplate-flyout__items" data-reactid=".ju8qtiycgi.0.0.2.0"><li class="baseplate-flyout__item" data-reactid=".ju8qtiycgi.0.0.2.0.$Home"><a class="baseplate-flyout__link " href="/web/20210207192743/https://www.bbc.co.uk/arts" data-reactid=".ju8qtiycgi.0.0.2.0.$Home.0">Home</a></li><li class="baseplate-flyout__item" data-reactid=".ju8qtiycgi.0.0.2.0.$BBC Introducing Arts"><a class="baseplate-flyout__link " href="/web/20210207192743/https://www.bbc.co.uk/arts/bbc-introducing-arts" data-reactid=".ju8qtiycgi.0.0.2.0.$BBC Introducing Arts.0">BBC Introducing Arts</a></li><li class="baseplate-flyout__item" data-reactid=".ju8qtiycgi.0.0.2.0.$Books"><a class="baseplate-flyout__link " href="/web/20210207192743/https://www.bbc.co.uk/arts/arts-books" data-reactid=".ju8qtiycgi.0.0.2.0.$Books.0">Books</a></li></ul></nav><button class="baseplate-global-header__menu-button " role="menuitem" data-reactid=".ju8qtiycgi.0.0.4"><span class="baseplate-global-header__menu-button__text" data-reactid=".ju8qtiycgi.0.0.4.0">Menu</span></button><nav class="baseplate-navigation baseplate-navigation--primary" data-reactid=".ju8qtiycgi.0.0.5"><div class="gel-wrap baseplate-navigation__wrap" data-reactid=".ju8qtiycgi.0.0.5.0"><ul class="baseplate-navigation__items" data-reactid=".ju8qtiycgi.0.0.5.0.0"><li class="baseplate-navigation__item" data-reactid=".ju8qtiycgi.0.0.5.0.0.$Home"><a class="baseplate-navigation__link " href="/web/20210207192743/https://www.bbc.co.uk/arts" title="Home" data-reactid=".ju8qtiycgi.0.0.5.0.0.$Home.0">Home</a></li><li class="baseplate-navigation__item" data-reactid=".ju8qtiycgi.0.0.5.0.0.$BBC Introducing Arts"><a class="baseplate-navigation__link " href="/web/20210207192743/https://www.bbc.co.uk/arts/bbc-introducing-arts" title="BBC Introducing Arts" data-reactid=".ju8qtiycgi.0.0.5.0.0.$BBC Introducing Arts.0">BBC Introducing Arts</a></li><li class="baseplate-navigation__item" data-reactid=".ju8qtiycgi.0.0.5.0.0.$Books"><a class="baseplate-navigation__link " href="/web/20210207192743/https://www.bbc.co.uk/arts/arts-books" title="Books" data-reactid=".ju8qtiycgi.0.0.5.0.0.$Books.0">Books</a></li></ul></div></nav></div></header></div></div><div id="u5681234861433866"><div class="index-page" data-reactid=".1jpwc2pkvde" data-react-checksum="-1193344031"><h1 class="index-page-title" data-reactid=".1jpwc2pkvde.0">Culture in Quarantine</h1><p class="index-page__short-description" data-reactid=".1jpwc2pkvde.1">Bringing arts and culture into your home</p><span data-reactid=".1jpwc2pkvde.2"></span><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0"><span data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.0"></span><div class="gel-layout gel-layout--equal layout-hero-2" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/1Vr1ytbRvXq0CFpT8dlyvs7/dancing-nation-world-class-dance-now-on-bbc-iplayer" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09655hp.jpg" data-alt="Dancing Nation - Now on BBC iPlayer" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.1.0">Dancing Nation - Now on BBC iPlayer</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.1.1">Fifteen sensational performances from a thrilling line-up of UK artists, including Northern Ballet's States of Mind.</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zckbf82-0.0.1.2">BBC iPlayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p095v5bl/inside-cinema-shorts-51-beyond-aardman" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p095v6xb.jpg" data-alt="Inside Cinema: Beyond Aardman" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.1.0">Inside Cinema: Beyond Aardman</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.1.1">Alex Dudok de Wit explores the enduring appeal and power of hand-crafted stop-motion puppet animation</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh4c3j6-1.0.1.2">BBC Iplayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/p0964w6z" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p09656q8.jpg" data-alt="Collage-along with Sarah Maple" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.1.0">Collage-along with Sarah Maple</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.1.1">The #FrontRowGetCreative challenge continues, with visual artist Sarah Maple's guide to collage - do try at home.</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zsqgydm-0.0.1.$promo-zh6xqfr-2.0.1.2">BBC Radio 4</h5></div></a></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1"><div class="layout-branding-colour-3" style="background-color:#FF5733;" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.0.0">More from BBC Arts</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/5mPGlzwch7MPmnjqRC97gXP/your-frontrowgetcreative-art-inspired-by-edmund-de-waal" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p095cyyx.jpg" data-alt="Your #FrontRowGetCreative art" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.0.0"></div><div class="gel-icon gel-icon--image" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.0.2.0.0">image</title><path d="M9 5V3H4v2H0v24h32V5zm-2.5 8A2.5 2.5 0 119 10.5 2.5 2.5 0 016.5 13zM20 26a9 9 0 119-9 9 9 0 01-9 9z" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.0.2.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.0.2.0.2"></circle></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.1.0">Your #FrontRowGetCreative art</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.1.1">Here are some of the beautiful creations inspired by Edmund de Waal</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zs94bqt-0.0.1.2">BBC ARTS</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/m000rxn0/craftivism-making-a-difference" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p095958b.jpg" data-alt="Craftivism: Making a Difference" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.1.0">Craftivism: Making a Difference</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.1.1">Can you use craft to make the world a better place? Jenny Eclair meets the people making a statement with crafts</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-zw7q8hv-1.0.1.2">BBC Iplayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/m000rxmx/britains-lost-masterpieces-series-5-1-brighton" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0951zg6.jpg" data-alt="Britain's Lost Masterpieces: Brighton" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.1.0">Britain's Lost Masterpieces: Brighton</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.1.1">Bendor Grosvenor and Emma Dabiri visit Brighton Museum to uncover the origins of two religious paintings</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z8drf82-1.0.0.1.$promo-z7xmjsg-2.0.1.2">BBC IPlayer</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2"><div class="layout-branding-image-3" style="background-image:url("https://web.archive.org/web/20210207192743im_/https://ichef.bbci.co.uk/images/ic/1200xn/p08p55rw.jpg");" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.0.0">New Creatives</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/arts/bbc-introducing-arts" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08xhd1x.jpg" data-alt="BBC Introducing Arts with Gemma Cairney" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.0.0"></div><div class="gel-icon gel-icon--audio" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.0.2.0.0">audio</title><path d="M21.4 4.8L20 6.2a14 14 0 010 19.6l1.4 1.4a16 16 0 000-22.4z" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.0.2.0.1"></path><path d="M25.6.5L24.2 2a19.9 19.9 0 010 28.1l1.4 1.4a22 22 0 000-31zM16 4l-6 6H0v12h10l6 6V4z" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.1.0">BBC Introducing Arts with Gemma Cairney</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.1.1">Experimental music, soundscapes, spoken word and documentary from exciting, fresh and emerging British artists</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zf4vn9q-0.0.1.2">6 MUSIC ON BBC SOUNDS</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p084qj0y/new-creatives-anoraks" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p084qjc5.jpg" data-alt="Anoraks" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.1.0">Anoraks</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.1.1">Arthur & Gwen are obsessive Cornish re-enacters on a quest</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-z6227nb-1.0.1.2">BBC IPLAYER</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episodes/m000hqnp" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08b2pqp.jpg" data-alt="Get Animated!" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.1.0">Get Animated!</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.1.1">Plunge into exciting, strange and beautiful animated worlds </p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z44q8xs-2.0.0.1.$promo-zk4492p-2.0.1.2">BBC iPlayer</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3"><div class="layout-branding-image-3" style="background-image:url("https://web.archive.org/web/20210207192743im_/https://ichef.bbci.co.uk/images/ic/1200xn/p088j9fs.jpg");" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.0.0">Made in Lockdown</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/news/entertainment-arts-55831841" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p095q6y8.jpg" data-alt="The Great Big Art Exhibition " data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.0.0"></div><div class="gel-icon gel-icon--document" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.0.2.0.0">document</title><path d="M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.0.2.0.1"></path><path d="M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.1.0">The Great Big Art Exhibition </h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.1.1">Share your artworks. Leading artists invite the public to participate in the biggest art exhibition ever mounted</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zvfn6g8-0.0.1.2">BBC News</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds/play/m000m47x" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08p14vw.jpg" data-alt="The Soothing Presence of Strangers" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.0.0"></div><div class="gel-icon gel-icon--audio" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.0.2.0.0">audio</title><path d="M21.4 4.8L20 6.2a14 14 0 010 19.6l1.4 1.4a16 16 0 000-22.4z" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.0.2.0.1"></path><path d="M25.6.5L24.2 2a19.9 19.9 0 010 28.1l1.4 1.4a22 22 0 000-31zM16 4l-6 6H0v12h10l6 6V4z" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.1.0">The Soothing Presence of Strangers</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.1.1">A meditation on loneliness, usefulness, and the place a bus route can have in our lives</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zytvp4j-1.0.1.2">BBC Sounds</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p08knlx8/culture-in-quarantine-filmed-in-lockdown-treasure" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08knlzs.jpg" data-alt="Treasure" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.1.0">Treasure</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.1.1">A lockdown family treasure hunt uncovers a secret that threatens to tear a family apart</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zh4dr2p-3.0.0.1.$promo-zd928hv-2.0.1.2">BBC iPlayer</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4"><div class="layout-branding-colour-3" style="background-color:#d10235;" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.0.0">Get Creative at Home: Masterclasses</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p08c9mvg/culture-in-quarantine-get-creative-at-home-masterclasses-paul-smith" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08c9mz1.jpg" data-alt="Paul Smith" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.1.0">Paul Smith</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.1.1">The designer shows how he finds inspiration in everything from high art to everyday life</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zfjj7nb-0.0.1.2">BBC Iplayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p08dgv5k/culture-in-quarantine-get-creative-at-home-masterclasses-rana-begum" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08dgv8l.jpg" data-alt="Rana Begum" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.1.0">Rana Begum</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.1.1">The artist shows how she uses watercolours to get through lockdown isolation</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zf9bcqt-1.0.1.2">BBC Iplayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p08fql7c/culture-in-quarantine-get-creative-at-home-masterclasses-simon-callow" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08fqlhw.jpg" data-alt="Simon Callow " data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.1.0">Simon Callow </h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.1.1">The actor, writer and director explores the meaning of Shakespeare's Sonnets</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zn44kmn-4.0.0.1.$promo-zyvfm39-2.0.1.2">BBC Iplayer</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5"><div class="layout-branding-colour-3" style="background-color:#28D3AB;" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.0.0">Inside Cinema</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p07rfwjb/inside-cinema-shorts-16-cosy-cinema" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0872wv2.jpg" data-alt="Cosy Cinema" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.1.0">Cosy Cinema</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.1.1">What does a man's knitwear on screen say about his masculinity and his power?</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zc9c3j6-0.0.1.2">BBC Iplayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p08nwb4y/inside-cinema-shorts-45-lynchian-nightmares" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08p1785.jpg" data-alt="Lynchian Nightmares" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.1.0">Lynchian Nightmares</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.1.1">What lurks behind the white picket fence? Explore the uncanny world of David Lynch</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-zj2wcmn-1.0.1.2">BBC iPlayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p07psk4p/inside-cinema-2019-13-trixie-mattels-guide-to-drag-cinema" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07pskcv.jpg" data-alt="Trixie Mattel's Guide to Drag Cinema" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.1.0">Trixie Mattel's Guide to Drag Cinema</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.1.1">Category is: silver screen glamour realness. From the most sickening looks in golden-era cinema to divine cult hits</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z7j78hv-5.0.0.1.$promo-z6n6qp3-2.0.1.2">BBC iPlayer</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6"><div class="layout-branding-colour-3" style="background-color:#08bffc;" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.0.0">Animated Thinking on BBC iPlayer</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/p08z34fv" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08z34rw.jpg" data-alt="Grief & the Pandemic" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.1.0">Grief & the Pandemic</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.1.1">An animated study of the impact of restrictions on the human emotional experience during the Covid-19 pandemic</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zttrvwx-0.0.1.2">AHRC</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/p08z36ts" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08z3787.jpg" data-alt="Writing From the Shadows" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.1.0">Writing From the Shadows</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.1.1">This animation explores what writing and publishing can mean for people in prison</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-znn9g7h-1.0.1.2">AHRC</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p090q80k" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p090qkf3.jpg" data-alt="Across the Big Water" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.1.0">Across the Big Water</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.1.1">Exploring stories of indigenous visitors to Britain from what is now called North America</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-z7v67yc-6.0.0.1.$promo-zmbhm39-2.0.1.2">AHRC</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7"><div class="layout-branding-colour-3" style="background-color:#19198c;" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.0.0">Focus on Disability</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds/play/m000p603" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08ws1xq.jpg" data-alt="Bartholomew Abominations" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.0.0"></div><div class="gel-icon gel-icon--audio" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.0.2.0.0">audio</title><path d="M21.4 4.8L20 6.2a14 14 0 010 19.6l1.4 1.4a16 16 0 000-22.4z" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.0.2.0.1"></path><path d="M25.6.5L24.2 2a19.9 19.9 0 010 28.1l1.4 1.4a22 22 0 000-31zM16 4l-6 6H0v12h10l6 6V4z" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.1.0">Bartholomew Abominations</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.1.1">Paul Sirett's radical reworking of Ben Jonson's biting satire, reflecting on narrow-minded disability discrimination</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-z9w67yc-0.0.1.2">BBC Sounds</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds/play/m000p6d4" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08x4svk.jpg" data-alt="The Silence Of My Pain" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.0.0"></div><div class="gel-icon gel-icon--audio" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.0.2.0.0">audio</title><path d="M21.4 4.8L20 6.2a14 14 0 010 19.6l1.4 1.4a16 16 0 000-22.4z" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.0.2.0.1"></path><path d="M25.6.5L24.2 2a19.9 19.9 0 010 28.1l1.4 1.4a22 22 0 000-31zM16 4l-6 6H0v12h10l6 6V4z" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.1.0">The Silence Of My Pain</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.1.1">Hannah French explores the hidden disability of chronic pain and the therapeutic nature of music</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zyb8cmn-1.0.1.2">BBC Sounds</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episodes/m000p35p/criptales" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08wg99w.jpg" data-alt="Crip Tales" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.1.0">Crip Tales</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.1.1">A life-changing moment is captured in six powerful, dramatic monologues</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zhsrvwx-7.0.0.1.$promo-zkshm39-2.0.1.2">BBC Iplayer</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8"><div class="layout-branding-colour-3" style="background-color:#af174b;" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.0.0">Get Creative at Home</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/GdmdYj0CH1qkZRlTLbwphG/how-to-make-a-mosaic-door-plaque" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08751gs.jpg" data-alt="Craft harmony for your home" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.0.0"></div><div class="gel-icon gel-icon--interactive" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.0.2.0.0">interactive</title><path d="M12.5 0l-1 20-6-4-2 2 10 14h15V14l-3-1.4V17h-1v-4.8l-3-1.4V17h-1v-6.6l-3-1.4v8h-1V0h-4z" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.1.0">Craft harmony for your home</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.1.1">Turn your home into a project haven with this step-by-step guide to making a mosaic door plaque</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zvr66v4-0.0.1.2">MAKE! Craft Britain</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://getcreativeuk.com/" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08b0k41.jpg" data-alt="#GetCreativeAtHome" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.0.2.0.0">external-link</title><path d="M12 0v5h11.5l-5 5H0v22h22V17.5l-2 2V30H2V12h14.5l-7.8 7.7 3.6 3.6L27 8.5V20h5V0H12z" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.1.0">#GetCreativeAtHome</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.1.1">Search the site for creative activites to do at home, or add activites to listings if you are a creative organisation</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zd272sg-1.0.1.2">Get Creative at Home</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/ideas/videos/how-to-be-more-creative-in-daily-life/p06w92tk" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p06w9tq4.png" data-alt="How To be More Creative In Daily Life" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.1.0">How To be More Creative In Daily Life</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.1.1">Actor and writer Kayode Ewumi shares five tips for unleashing your inner creativity</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zfv77nb-8.0.0.1.$promo-zsypxbk-2.0.1.2">BBC ideas</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9"><div class="layout-branding-image-3" style="background-image:url("https://web.archive.org/web/20210207192743im_/https://ichef.bbci.co.uk/images/ic/1200xn/p07t17xd.jpg");" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.0.0">The Novels That Shaped Our World</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/4BVkZMWFwdMVDcqTQpfgyyN/finding-your-story-ten-remarkable-novels-about-identity" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p01gzmvf.jpg" data-alt="10 remarkable novels about identity" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.0.0"></div><div class="gel-icon gel-icon--document" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.0.2.0.0">document</title><path d="M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.0.2.0.1"></path><path d="M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.1.0">10 remarkable novels about identity</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.1.1">Stories about what makes us who we are and how we define ourselves and others</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z4x7dp3-0.0.1.2">Novels that shaped our world</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/22Xy7Kr76QcTdW854DXpXpH/get-passionate-over-these-ten-books-about-love-sex-and-romance" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p042jm8f.jpg" data-alt="10 passionate tales about love, sex and romance" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.0.0"></div><div class="gel-icon gel-icon--document" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.0.2.0.0">document</title><path d="M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.0.2.0.1"></path><path d="M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.1.0">10 passionate tales about love, sex and romance</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.1.1">Stories delving into affairs of the heart and the bedroom, including Forever and Riders</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-z3x7dp3-1.0.1.2">Novels that shaped our world</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/j2Y9BFGq0Y9YVzZkxSZBFy/spine-tingling-tales-10-of-the-best-adventure-stories-ever-told" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p05zmmpn.jpg" data-alt="10 of the best adventure stories ever told" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.0.0"></div><div class="gel-icon gel-icon--document" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.0.2.0.0">document</title><path d="M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.0.2.0.1"></path><path d="M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.1.0">10 of the best adventure stories ever told</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.1.1">Stories of exploration, quest and survival including The Hunger Games and His Dark Materials</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zcmq8hv-9.0.0.1.$promo-zjshm39-2.0.1.2">Novels that shaped our world</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10"><div class="layout-branding-image-3" style="background-image:url("https://web.archive.org/web/20210207192743im_/https://ichef.bbci.co.uk/images/ic/1200xn/p07t17sk.jpg");" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.0"></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/2JbZdCRlbL9mvy5cNm7k9Jq/the-view-from-elsewhere-ten-classic-stories-of-other-worlds" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p04s63b3.jpg" data-alt="10 classic stories of life, death and other worlds" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.0.0"></div><div class="gel-icon gel-icon--document" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.0.2.0.0">document</title><path d="M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.0.2.0.1"></path><path d="M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.1.0">10 classic stories of life, death and other worlds</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.1.1">Novels tackling the struggle to live in alternative universes or imagined futures </p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zrhxqfr-0.0.1.2">Novels that shaped our world</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/1vKxffY08WT6TTv36JcjV6T/living-together-what-10-classic-novels-tell-us-about-society" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p05w638w.jpg" data-alt="10 astute novels that tell us about class and society" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.0.0"></div><div class="gel-icon gel-icon--document" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.0.2.0.0">document</title><path d="M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.0.2.0.1"></path><path d="M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.1.0">10 astute novels that tell us about class and society</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.1.1">Stories examing how others live and how we live together, inlcuding Cannery Row and Our Mutual Friend</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcp67yc-1.0.1.2">Novels that shaped our world</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/494P41NCbVYHlY319VwGbxp/explore-the-list-of-100-novels-that-shaped-our-world" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07hswpx.jpg" data-alt="100 Novels That Shaped Our World" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.0.0"></div><div class="gel-icon gel-icon--list" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.0.2.0.0">list</title><path d="M0 0v8h32V0H0zM0 17v3h32v-8H0v5zM0 29v3h32v-8H0v5z" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.1.0">100 Novels That Shaped Our World</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.1.1">Explore the list of 100 novels whose stories have the power to change us</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zgtmjsg-10.0.0.1.$promo-zcrf6g8-2.0.1.2">BBC Arts</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11"><div class="layout-branding-image-3" style="background-image:url("https://web.archive.org/web/20210207192743im_/https://ichef.bbci.co.uk/images/ic/1200xn/p0890z9k.jpg");" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.0.0">Galleries, museums & archives: Culture in Quarantine</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p08fvdl6/culture-in-quarantine-exhibition-tours-3-ray-harryhausen-titan-of-cinema-the-exhibition" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08fwvp3.jpg" data-alt="Ray Harryhausen: Titan of Cinema - The Exhibition" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.1.0">Ray Harryhausen: Titan of Cinema - The Exhibition</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.1.1">A preview of the National Galleries of Scotland exhibition which reopens 1 February 2021</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zr8q4xs-0.0.1.2">BBC iPlayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p08bqpjb/culture-in-quarantine-exhibition-tours-2-art-deco-by-the-sea-the-exhibition" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08bqps2.jpg" data-alt="Art Deco By The Sea" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.1.0">Art Deco By The Sea</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.1.1">A tour of the Sainsbury Centre’s 2020 exhibition reveals the transformation of the British seaside in the 1920s and 30s</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zhgnf4j-1.0.1.2">BBC iPlayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/p08bqnvp/culture-in-quarantine-exhibition-tours-1-the-clash-london-calling-the-exhibition" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08bsmlv.jpg" data-alt="The Clash: London Calling" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.1.0">The Clash: London Calling</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.1.1">The Museum of London's 2020 exhibition of memorabilia and insights including rare studio footage, photos and performance</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zmy6hbk-11.0.0.1.$promo-zfnj7nb-2.0.1.2">BBC iPlayer</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12"><div class="layout-branding-image-3" style="background-image:url("https://web.archive.org/web/20210207192743im_/https://ichef.bbci.co.uk/images/ic/1200xn/p08g5sqm.jpg");" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.0.0">Performance: Culture in Quarantine</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/m000rs3k/burns-night-with-the-bbc-scottish-symphony-orchestra" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p094nwls.jpg" data-alt="Burns Night With the BBC Scottish Symphony Orchestra" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.1.0">Burns Night With the BBC Scottish Symphony Orchestra</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.1.1">Jamie MacDougall hosts a musical celebration, featuring Eddi Reader singing Burns classics inlcuding Ae Fond Kiss</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zmj8cmn-0.0.1.2">BBC iPlayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/1rGtgCWQQ3JFG900Jtfhq8f/why-are-sea-shanties-trending-on-social-media" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p093w5zw.jpg" data-alt="Why Are Sea Shanties Trending On Social Media?" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.0.0"></div><div class="gel-icon gel-icon--document" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.0.2.0.0">document</title><path d="M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.0.2.0.1"></path><path d="M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.1.0">Why Are Sea Shanties Trending On Social Media?</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.1.1">In Tune explores what's behind the Sea Shanty earworm phenomenon online</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-zdt2wnb-1.0.1.2">BBC Radio 3</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/m000qzlb/max-richters-sleep" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p091vys1.jpg" data-alt="Max Richter's Sleep" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.1.0">Max Richter's Sleep</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.1.1">Following the composer and Yulia Mahr as they navigate a performance of his celebrated eight-hour opus Sleep in LA</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zbyrcqt-12.0.0.1.$promo-z2q9g7h-2.0.1.2">BBC Four</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13"><div class="layout-branding-colour-3" style="background-color:#99A3A4;" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.0.0">More Arts on BBC iPlayer</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/m000rs9l/mills-and-boon-writing-for-love-in-northern-ireland" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p094flf6.jpg" data-alt="Mills and Boon: Writing for Love in Northern Ireland" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.1.0">Mills and Boon: Writing for Love in Northern Ireland</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.1.1">Pulling back the covers on one of the publishing industry’s most successful, but least discussed, genres</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zxx7dp3-0.0.1.2">BBC IPlayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episode/m000rr77/the-white-crow" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p094phpb.jpg" data-alt="The White Crow" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.1.0">The White Crow</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.1.1">Young Russian ballet dancer Rudolph Nureyev (Oleg Ivenko) visits Paris to perform and falls in love with the city</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zv2jkty-1.0.1.2">BBC Iplayer</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer/episodes/b088n7s9/sound-of-musicals-with-neil-brand" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p04nf048.jpg" data-alt="The Sound of Musicals with Neil Brand" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.0.0"></div><div class="gel-icon gel-icon--video" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.0.2.0.0">video</title><path d="M3 32l26-16L3 0v32z" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.1.0">The Sound of Musicals with Neil Brand</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.1.1">Neil explores how the modern muscial evolved over the last 100 years</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-znr3t39-13.0.0.1.$promo-zyqd4xs-2.0.1.2">BBC Iplayer</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14"><div class="layout-branding-colour-3" style="background-color:#F5B7B1;" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.0.0">More Arts on BBC Sounds</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds/play/p094qp4z" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p093t1fl.jpg" data-alt="Seriously - Dub Revolution: The Story of King Tubby" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.0.0"></div><div class="gel-icon gel-icon--audio" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.0.2.0.0">audio</title><path d="M21.4 4.8L20 6.2a14 14 0 010 19.6l1.4 1.4a16 16 0 000-22.4z" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.0.2.0.1"></path><path d="M25.6.5L24.2 2a19.9 19.9 0 010 28.1l1.4 1.4a22 22 0 000-31zM16 4l-6 6H0v12h10l6 6V4z" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.1.0">Seriously - Dub Revolution: The Story of King Tubby</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.1.1">Don Letts celebrates the sound engineer and godfather of Dub who inspired artists from Massive Attack to Primal Scream</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zqqd4xs-0.0.1.2">BBC Sounds</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds/play/m000r4cj" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p092d5js.jpg" data-alt="Bowie: Dancing Out In Space" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.0.0"></div><div class="gel-icon gel-icon--audio" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.0.2.0.0">audio</title><path d="M21.4 4.8L20 6.2a14 14 0 010 19.6l1.4 1.4a16 16 0 000-22.4z" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.0.2.0.1"></path><path d="M25.6.5L24.2 2a19.9 19.9 0 010 28.1l1.4 1.4a22 22 0 000-31zM16 4l-6 6H0v12h10l6 6V4z" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.1.0">Bowie: Dancing Out In Space</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.1.1">Broadcast simultaneously on Radio Four and 6Music, Stuart Maconie explores the impact of Bowie on the lives of others</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-z6dc3j6-1.0.1.2">BBC Radio Four & 6 Music</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds/play/p091pfzv" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0929c04.jpg" data-alt="Grounded With Louis Theroux: 16. Oliver Stone" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.0.0"></div><div class="gel-icon gel-icon--audio" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.0.2.0.0">audio</title><path d="M21.4 4.8L20 6.2a14 14 0 010 19.6l1.4 1.4a16 16 0 000-22.4z" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.0.2.0.1"></path><path d="M25.6.5L24.2 2a19.9 19.9 0 010 28.1l1.4 1.4a22 22 0 000-31zM16 4l-6 6H0v12h10l6 6V4z" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.1.0">Grounded With Louis Theroux: 16. Oliver Stone</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.1.1">Multi award-winning film director Oliver Stone talks to Louis about surviving Vietnam, drug addiction and US Presidents</p><h5 class="promo-attribution" data-reactid=".1jpwc2pkvde.4:$collection-zf8dbdm-14.0.0.1.$promo-zhj9g7h-2.0.1.2">BBC Radio 4</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15"><div class="layout-branding-colour-3" style="background-color:#d026ff;" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0"><div class="collection-content" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.0.0">BBC Arts on social media</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.facebook.com/BBCArtsOnline" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07fnzw9.jpg" data-alt="Facebook" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.0.2.0.0">external-link</title><path d="M12 0v5h11.5l-5 5H0v22h22V17.5l-2 2V30H2V12h14.5l-7.8 7.7 3.6 3.6L27 8.5V20h5V0H12z" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.1.0">Facebook</h2><span data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zrrm8xs-0.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.instagram.com/bbcarts" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07fnzv1.jpg" data-alt="Instagram" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.0.2.0.0">external-link</title><path d="M12 0v5h11.5l-5 5H0v22h22V17.5l-2 2V30H2V12h14.5l-7.8 7.7 3.6 3.6L27 8.5V20h5V0H12z" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.1.0">Instagram</h2><span data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-zkkhqp3-1.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://twitter.com/bbcarts" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07fnzsp.jpg" data-alt="Twitter" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.0.2.0.0">external-link</title><path d="M12 0v5h11.5l-5 5H0v22h22V17.5l-2 2V30H2V12h14.5l-7.8 7.7 3.6 3.6L27 8.5V20h5V0H12z" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.1.0">Twitter</h2><span data-reactid=".1jpwc2pkvde.4:$collection-zvvjcqt-15.0.0.1.$promo-z49tjhv-2.0.1.2"></span></div></a></div></div></div></div></div><div class="collection" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16"><div class="collection-content layout-pocket" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0"><h2 class="collection-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.0">More arts across the BBC</h2><div class="gel-layout gel-layout--equal layout-row-4 layout-pocket__row " data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zjgm8xs-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/b006pn88" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zjgm8xs-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zjgm8xs-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0165pfm.jpg" data-alt="Arena" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zjgm8xs-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zjgm8xs-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zjgm8xs-0.0.1.0">Arena</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zjgm8xs-0.0.1.1">The BBC's multi award-winning arts strand</p><span data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zjgm8xs-0.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zvpk382-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/http://www.bbc.co.uk/programmes/b0144txn" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zvpk382-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zvpk382-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p01pkp84.jpg" data-alt="Free Thinking" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zvpk382-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zvpk382-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zvpk382-1.0.1.0">Free Thinking</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zvpk382-1.0.1.1">The ideas shaping our lives today - with artists and thinkers in debates and interviews</p><span data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zvpk382-1.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zmwfxyc-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/b006qsq5" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zmwfxyc-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zmwfxyc-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p066743k.jpg" data-alt="Front Row" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zmwfxyc-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zmwfxyc-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zmwfxyc-2.0.1.0">Front Row</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zmwfxyc-2.0.1.1">Live magazine programme on the worlds of arts, literature, film, media and music</p><span data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zmwfxyc-2.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zd4tjhv-3"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/b007ght1" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zd4tjhv-3.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zd4tjhv-3.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p01lcn30.jpg" data-alt="imagine..." data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zd4tjhv-3.0.0.0"></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zd4tjhv-3.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zd4tjhv-3.0.1.0">imagine...</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zd4tjhv-3.0.1.1">The arts series edited and presented by Alan Yentob</p><span data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-0.$promo-zd4tjhv-3.0.1.2"></span></div></a></div></div><div class="gel-layout gel-layout--equal layout-row-4 layout-pocket__row " data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1"><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-z69hqp3-0"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/books" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-z69hqp3-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-z69hqp3-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07txpcb.jpg" data-alt="BBC Books" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-z69hqp3-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-z69hqp3-0.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-z69hqp3-0.0.1.0">BBC Books</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-z69hqp3-0.0.1.1">All of the BBC's coverage of the written word in one place</p><span data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-z69hqp3-0.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zft4y9q-1"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/p0778tx6" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zft4y9q-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zft4y9q-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p077jg9c.jpg" data-alt="Get Creative" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zft4y9q-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zft4y9q-1.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zft4y9q-1.0.1.0">Get Creative</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zft4y9q-1.0.1.1">The UK's biggest celebration of creative participation</p><span data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zft4y9q-1.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zkfwrj6-2"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/p07f7m9q" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zkfwrj6-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zkfwrj6-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07gj1ft.jpg" data-alt="Inside Cinema" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zkfwrj6-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zkfwrj6-2.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zkfwrj6-2.0.1.0">Inside Cinema</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zkfwrj6-2.0.1.1">Short films taking you to the heart of the movies</p><span data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zkfwrj6-2.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3"><a class="promo-link" href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/programmes/articles/dv58fGlBnBrX7m5c1z6fxJ/your-essential-guide-to-the-arts-in-one-handy-place" tabindex="0" aria-hidden="false" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210207192743oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p060x6w5.jpg" data-alt="Sign up to the newsletter" data-class="promo-image" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.0.0"></div><div class="gel-icon gel-icon--document" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.0.2.0"><title data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.0.2.0.0">document</title><path d="M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.0.2.0.1"></path><path d="M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.0.2.0.2"></path></svg></div></div><div class="promo-footer" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.1"><h2 class="promo-title" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.1.0">Sign up to the newsletter</h2><p class="promo-synopsis" data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.1.1">Your essential guide to arts on the BBC, via email</p><span data-reactid=".1jpwc2pkvde.4:$collection-z7gm8xs-16.0.1:$16-row-1.$promo-zfqvt39-3.0.1.2"></span></div></a></div></div></div></div></div></div></div> <script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/" src="https://web.archive.org/web/20210207192743js_/https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/js/orb.min.js"></script><div id="orb-footer" class="orb-footer" dir="ltr"> <div id="navp-orb-footer-promo"></div><script type="text/javascript">/*<![CDATA[*/ require(['orb/nav'], function(nav) { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { nav.loadJs('https://web.archive.org/web/20210207192743/https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/js/edr.min.js'); } }); }); /*]]>*/</script> <aside role="complementary"><div id="orb-aside" class="orb-nav-sec b-r b-g-p"><div class="orb-footer-inner" role="navigation" aria-label="BBC"><h2 class="orb-footer-lead">Explore the BBC</h2><div class="orb-footer-primary-links"><ul><li class="orb-nav-home"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bbcthree">Three</a></li></ul></div></div></div></aside><footer role="contentinfo"><div id="orb-contentinfo" class="orb-nav-sec b-r b-g-p"><script>window.orb.worldwideFooterlinks = '<li class="orb-footer-ads"><a href="https://web.archive.org/web/20210207192743/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.com/usingthebbc/cookies/how-can-i-change-my-bbc-cookie-settings/">AdChoices / Do Not Sell My Info<' + '/a><' + '/li>';</script><div class="orb-footer-inner"><div><ul><li class="orb-footer-terms"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bbcnewsletter">Get Personalised Newsletters</a></li></ul><small><em class="orb-hilight">Copyright © 2021 BBC.</em> The BBC is not responsible for the content of external sites. <span class="orb-footer-links"><a href="https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/help/web/links/" class="orb-hilight">Read about our approach to external linking.</a></span></small></div></div></div></footer></div><script src="https://web.archive.org/web/20210207192743js_/https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/js/nav.min.js"></script><script type="text/javascript" src="https://web.archive.org/web/20210207192743js_/https://static.files.bbci.co.uk/orbit/bfa5639f3b6fd55a1ca5cf367e00b184/js/redirect.bundle.js"></script> <script type="text/javascript">require.config({ paths: { "mybbc/templates": '//web.archive.org/web/20210207192743/https://mybbc.files.bbci.co.uk/notification-ui/4.2.11/templates', "mybbc/notifications": '//web.archive.org/web/20210207192743/https://mybbc.files.bbci.co.uk/notification-ui/4.2.11/js' } }); require(['mybbc/notifications/NotificationsMain', 'idcta/idcta-1'], function (NotificationsMain, idcta) { var loadNotifications = function (isUK) { if (isUK) { window.bbcpage.loadCSS('//web.archive.org/web/20210207192743/https://mybbc.files.bbci.co.uk/notification-ui/4.2.11/css/main.min.css').then(function() { NotificationsMain.run(idcta, '//web.archive.org/web/20210207192743/https://mybbc.files.bbci.co.uk/notification-ui/4.2.11/'); }); } }; window.bbcuser.isUKCombined().then(function(isUK) { loadNotifications(isUK); }); });</script> <script type="text/javascript">if (window.SEARCHBOX.locale) { require.config({ paths: { "search/searchbox": window.SEARCHBOX.searchboxAppStaticPrefix, } }); if (bbcuser && bbcuser.isUKCombined) { bbcuser.isUKCombined().then(function (isUK) { if (isUK) { require(['search/searchbox/searchboxDrawer'], function (SearchboxDrawer) { SearchboxDrawer.run(window.SEARCHBOX); }); } }); } }</script> <script type="text/javascript">require.config({ "paths": { "orb/async/_footerpromo": 'https://web.archive.org/web/20210207192743/https://nav.files.bbci.co.uk/navpromo/540f3f6dbf28b119bbe06e61544e3f22/js/async/_footerpromo' } }); (function() { document.addEventListener("DOMContentLoaded", function(event) { initialiseFooter(); }); var scrollCheckTimer; var didScroll; var previousPosition = 0; var delta = 5; var PROMO_SHOW_BREAKPOINT = 1500; var pageLength = 0; function getCookie(key) { if (!key) { return document.cookie; } return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent(key).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null; } function initialiseFooter() { // Suppress this feature on browsers we no longer test var myNav = navigator.userAgent.toLowerCase(); var oldIE = (myNav.indexOf('msie') !== -1) && parseInt(myNav.split('msie')[1], 10) <= 10; if (!oldIE) { var disabledByCookie = (parseInt(getCookie('ckns_nav_promofail')) || 0) >= 3; if (!disabledByCookie) { window.bbcpage.getLanguage().then(function(language) { if (language === 'en') { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { setUpLazyLoading(); } }); } }); } } } function setUpLazyLoading() { // offsetHeight is expensive to calculate, only do it once. pageLength = Math.abs(document.body.offsetHeight); if (pageLength < getViewportHeight() + 300 || pageLength - getCurrentPosition() < PROMO_SHOW_BREAKPOINT) { loadPromo(); } else { window.onscroll = function () { didScroll = true; }; scrollCheckTimer = setInterval(function () { if (didScroll) { hasScrolled(); didScroll = false; } }, 250); } } function loadPromo() { clearInterval(scrollCheckTimer); require(['orb/async/_footerpromo'], function(promo) { promo.init('https://web.archive.org/web/20210207192743/https://navpromo.api.bbci.co.uk', ''); }); } function getViewportHeight() { return window.innerHeight; } function getCurrentPosition() { return Math.abs(window.scrollY || document.body.scrollTop || document.documentElement.scrollTop); } function hasScrolled() { var currentPosition = getCurrentPosition(); if (Math.abs(previousPosition - currentPosition) <= delta) { return; } if (currentPosition > previousPosition) { if ((pageLength - currentPosition) <= PROMO_SHOW_BREAKPOINT) { loadPromo(); } } previousPosition = currentPosition; } })();</script> <script type="text/javascript">window.COOKIES_STATIC_HOST="https://web.archive.org/web/20210207192743/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-577.130979a/cookie-banner/cookie-prompt/"</script><script src="https://web.archive.org/web/20210207192743js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-577.130979a/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20210207192743js_/https://nav.files.bbci.co.uk//user-activity-helper/64646097e2556a259d246b2e48381785/js/detectview.bundle.js" async=""></script><script type="text/javascript">"use strict";window.__reverb.__reverbLoadedPromise.then(function(e){return e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Failed to load reverb. No event sent")});</script><script>require.config({"paths":{"bump-3":"//web.archive.org/web/20210207192743/https://emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//web.archive.org/web/20210207192743/https://emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//web.archive.org/web/20210207192743/https://static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//web.archive.org/web/20210207192743/https://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//web.archive.org/web/20210207192743/https://static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//web.archive.org/web/20210207192743/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//web.archive.org/web/20210207192743/https://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2","istats-1":"//web.archive.org/web/20210207192743/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-524.9a574c9/istats/istats-1"}})</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-baseplate-header-view@3.17.0"]={"bbc-morph-gel-icons":"3.0.0",lodash:"4.17.20","morph-static-prefix":"3.0.0",react:"0.14.7"},function(e){function t(n){if(r[n])return r[n].exports;var a=r[n]={exports:{},id:n,loaded:!1};return e[n].call(a.exports,a,a.exports,t),a.loaded=!0,a.exports}var r={};return t.m=e,t.c=r,t.p="",t(0)}([function(e,t,r){Morph.modules["bbc-morph-baseplate-header-view@3.17.0"]=r(1)},function(e,t,r){e.exports=function(e){function t(n){if(r[n])return r[n].exports;var a=r[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var r={};return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=2)}([function(e,t){e.exports=r(2)},function(e,t,r){"use strict";function n(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return n=function(){return e},e}function a(e){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=n();if(t&&t.has(e))return t.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=a?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=a(r(0)),i=function(e){var t=e.className;return o.default.createElement("svg",{className:t,viewBox:"0 0 32 32",id:"gel-icon-search",width:"100%",height:"100%"},o.default.createElement("path",{d:"M32 28.5l-8.2-8.2c3.4-5.1 2.9-12-1.6-16.4C19.7 1.3 16.3 0 13 0 9.7 0 6.3 1.3 3.8 3.8c-5.1 5.1-5.1 13.3 0 18.4C6.3 24.7 9.7 26 13 26c2.5 0 5.1-.7 7.3-2.2l8.2 8.2 3.5-3.5zM6.6 19.4C4.9 17.7 4 15.4 4 13s.9-4.7 2.6-6.4C8.3 4.9 10.6 4 13 4c2.4 0 4.7.9 6.4 2.6 3.5 3.5 3.5 9.2 0 12.7-1.7 1.7-4 2.6-6.4 2.6s-4.7-.8-6.4-2.5z"}))};i.propTypes={className:o.PropTypes.string},i.defaultProps={className:""};var c=i;t.default=c,e.exports=t.default},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}function a(){return a=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(0)),i=n(r(3)),c=function(e){try{return r(10)("./".concat(e,".json"))}catch(e){return[]}},l=function(e){return o.default.createElement(i.default,a({navItems:c(e.project)},e))};t.default=l,e.exports=t.default},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}function a(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return a=function(){return e},e}function o(e){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=a();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=n?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function c(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach(function(t){l(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function l(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function p(e,t,r){return t&&u(e.prototype,t),r&&u(e,r),e}function f(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function h(e){var t=v();return function(){var r,n=m(e);if(t){var a=m(this).constructor;r=Reflect.construct(n,arguments,a)}else r=n.apply(this,arguments);return y(this,r)}}function y(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?b(e):t}function b(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function v(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var g=o(r(0)),_=n(r(4)),j=n(r(5)),O=n(r(1)),P=n(r(6)),k=r(8),w=n(r(9)),x=function(e,t){return"teach"===e&&w.default.indexOf(t)>=0},E=function(e,t){return"teach"===e&&"true"===t},T=function(e){return"newsletters"===e?"/newsletters/email/zbdmwty":"/".concat(e)},N=function(e){var t=document.getElementById("orb-modules");t&&(e?t.classList.add("background-offset"):t.classList.remove("background-offset"))},M=function(e){function t(e){var n;return s(this,t),n=r.call(this,e),n.project=n.props.project,n.projectTitle=(0,k.displayProjectName)(n.props.project),n.navItems=e.navItems,n.handleMenuClick=n.handleMenuClick.bind(b(n)),n.handleSearchClick=n.handleSearchClick.bind(b(n)),n.state={menuIsActive:!1,searchIsActive:!1},n}f(t,e);var r=h(t);return p(t,[{key:"componentDidMount",value:function(){this.setPath(window.location.pathname)}},{key:"setPath",value:function(e){this.setState({path:e})}},{key:"isSelected",value:function(e){return!!this.state.path&&(this.state.path===e||e!==this.navItems[0].link&&0===this.state.path.indexOf(e))}},{key:"handleMenuClick",value:function(){this.setState(function(e){return N(!e.menuIsActive),{menuIsActive:!e.menuIsActive,searchIsActive:!1}})}},{key:"handleSearchClick",value:function(){this.setState(function(e){return N(!1),{searchIsActive:!e.searchIsActive,menuIsActive:!1}})}},{key:"render",value:function(){var e=this,t=this.navItems.map(function(t){return c(c({},t),{},{selected:e.isSelected(t.link)})}),r="class-clips-video"===this.props.brand?"class-clips":this.props.brand,n=E(this.project,this.props.showSearchBar),a=T(this.project);return g.default.createElement("div",{className:"nav-top"},g.default.createElement("header",{className:"baseplate-global-header",role:"banner"},g.default.createElement("div",{className:"gel-wrap baseplate-global-header__inner"},g.default.createElement("a",{className:"baseplate-global-header__link",href:a},this.projectTitle),n&&g.default.createElement(P.default,{className:this.state.searchIsActive?"":"hidden-mobile",project:this.project,onIconClearClick:this.handleSearchClick}),g.default.createElement(j.default,{project:this.project,navItems:t,menuIsActive:this.state.menuIsActive}),n&&g.default.createElement("button",{className:"baseplate-global-header__search-button ".concat(this.state.searchIsActive?"hidden-mobile":""),role:"menuitem",onClick:this.handleSearchClick},g.default.createElement(O.default,{className:"baseplate-global-header__search-button-icon"})),t.length>0&&g.default.createElement("button",{className:"baseplate-global-header__menu-button ".concat(this.state.menuIsActive?"selected":""," ").concat(this.state.searchIsActive?"hidden-mobile":""),role:"menuitem",onClick:this.handleMenuClick},g.default.createElement("span",{className:"baseplate-global-header__menu-button__text"},"Menu")),t.length>0&&g.default.createElement(_.default,{project:this.project,navItems:t}))),x(this.project,r)&&g.default.createElement("div",{className:"gel-wrap baseplate-global-header__brand-logo-container"},g.default.createElement("div",{className:"gel-layout"},g.default.createElement("a",{"aria-label":r,href:"/".concat(this.project,"/").concat(r),className:"gel-layout__item baseplate-global-header__brand-logo"}))))}}]),t}(g.Component);M.propTypes={brand:g.PropTypes.string,project:g.PropTypes.string.isRequired,navItems:g.PropTypes.arrayOf(g.PropTypes.shape({title:g.PropTypes.string.isRequired,link:g.PropTypes.string.isRequired})).isRequired,showSearchBar:g.PropTypes.string},M.defaultProps={brand:void 0,showSearchBar:"false"};var C=M;t.default=C,e.exports=t.default},function(e,t,r){"use strict";function n(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return n=function(){return e},e}function a(e){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=n();if(t&&t.has(e))return t.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=a?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=a(r(0)),i=function(e){var t=e.navItems;return o.default.createElement("nav",{className:"baseplate-navigation baseplate-navigation--primary"},o.default.createElement("div",{className:"gel-wrap baseplate-navigation__wrap"},o.default.createElement("ul",{className:"baseplate-navigation__items"},t.map(function(e){return o.default.createElement("li",{key:e.title,className:"baseplate-navigation__item"},o.default.createElement("a",{className:"baseplate-navigation__link ".concat(e.selected?"baseplate-navigation__link--selected":""),href:e.link,title:e.title},e.title))}))))};i.propTypes={navItems:o.PropTypes.arrayOf(o.PropTypes.shape({title:o.PropTypes.string.isRequired,link:o.PropTypes.string.isRequired})).isRequired},i.defaultProps={searchShunt:!1};var c=i;t.default=c,e.exports=t.default},function(e,t,r){"use strict";function n(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return n=function(){return e},e}function a(e){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=n();if(t&&t.has(e))return t.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=a?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=a(r(0)),i=function(e){var t=e.navItems,r=e.menuIsActive;return o.default.createElement("nav",{className:"baseplate-flyout ".concat(r?"baseplate-flyout--expanded":""," ")},o.default.createElement("ul",{className:"baseplate-flyout__items"},t.map(function(e){return o.default.createElement("li",{key:e.title,className:"baseplate-flyout__item"},o.default.createElement("a",{className:"baseplate-flyout__link ".concat(e.selected?"baseplate-flyout__link--selected":""),href:e.link},e.title))})))};i.propTypes={navItems:o.PropTypes.arrayOf(o.PropTypes.shape({title:o.PropTypes.string.isRequired,link:o.PropTypes.string.isRequired})).isRequired,menuIsActive:o.PropTypes.bool.isRequired};var c=i;t.default=c,e.exports=t.default},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}function a(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return a=function(){return e},e}function o(e){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=a();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=n?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function l(e,t,r){return t&&c(e.prototype,t),r&&c(e,r),e}function s(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&u(e,t)}function u(e,t){return(u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=h();return function(){var r,n=y(e);if(t){var a=y(this).constructor;r=Reflect.construct(n,arguments,a)}else r=n.apply(this,arguments);return f(this,r)}}function f(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?d(e):t}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function h(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var b=o(r(0)),v=n(r(7)),m=n(r(1)),g=function(e){function t(e){var n,a=e.project,o=e.searchText,c=void 0===o?"":o;return i(this,t),n=r.call(this,{project:a}),n.state={searchText:c},n.handleChange=n.handleChange.bind(d(n)),n}s(t,e);var r=p(t);return l(t,[{key:"handleChange",value:function(e){this.setState({searchText:e.target.value})}},{key:"render",value:function(){return b.default.createElement("form",{action:"/search",method:"get",className:"baseplate-global-header__search ".concat(this.props.className)},b.default.createElement("input",{name:"q",className:"baseplate-global-header__search__input",placeholder:"Find great BBC classroom content",type:"text",value:this.state.searchText,onChange:this.handleChange}),b.default.createElement("input",{name:"filter",className:"baseplate-global-header__search__filter",type:"hidden",value:this.props.project}),b.default.createElement("button",{type:"submit",className:"baseplate-global-header__search__submit"},b.default.createElement(m.default,{className:"baseplate-global-header__search__submit-icon"})),b.default.createElement("button",{type:"button",className:"baseplate-global-header__button-clear",onClick:this.props.onIconClearClick},b.default.createElement(v.default,{className:"baseplate-global-header__button-clear-icon"})))}}]),t}(b.Component);t.default=g,g.propTypes={className:b.PropTypes.string,searchText:b.PropTypes.string,onIconClearClick:b.PropTypes.func.isRequired,project:b.PropTypes.string.isRequired},g.defaultProps={className:"",searchText:""},e.exports=t.default},function(e,t,r){"use strict";function n(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return n=function(){return e},e}function a(e){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=n();if(t&&t.has(e))return t.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=a?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=a(r(0)),i=function(e){var t=e.className;return o.default.createElement("svg",{className:t,viewBox:"0 0 32 32",id:"gel-icon-search",width:"100%",height:"100%"},o.default.createElement("polygon",{points:"32 3.5 28.5 0 16 12.5 3.5 0 0 3.5 12.5 16 0 28.5 3.5 32 16 19.5 28.5 32 32 28.5 19.5 16 32 3.5"}))};i.propTypes={className:o.PropTypes.string},i.defaultProps={className:""};var c=i;t.default=c,e.exports=t.default},function(e,t,r){"use strict";e.exports={displayProjectName:function(e){return e.replace(new RegExp("-","g")," ")}}},function(e,t){e.exports=["class-clips","creative","live-lessons","school-radio","skillswise","ten-pieces","terrific-scientific","teacher-support","supermovers","bring-the-noise","young-reporter"]},function(e,t,r){function n(e){return r(a(e))}function a(e){var t=o[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var o={"./archive.json":11,"./arts.json":12,"./music.json":13,"./national-moments.json":14,"./stay-home.json":15,"./teach.json":16,"./tiny-happy-people.json":17};n.keys=function(){return Object.keys(o)},n.resolve=a,e.exports=n,n.id=10},function(e,t){e.exports=[{title:"Home",link:"/archive"},{title:"Collections",link:"/archive/collections"},{title:"Stuff We Do",link:"/archive/stuff-we-do"},{title:"Archive Services",link:"/archive/archive-services"}]},function(e,t){e.exports=[{title:"Home",link:"/arts"},{title:"BBC Introducing Arts",link:"/arts/bbc-introducing-arts"},{title:"Books",link:"/arts/arts-books"}]},function(e,t){e.exports=[{title:"Home",link:"/music/uk"}]},function(e,t){e.exports=[{title:"Home",link:"/national-moments/queen-elizabeth-ii"},{title:"View memories",link:"/national-moments/queen-elizabeth-ii/view-memories/z739pv4"},{title:"Add your memory",link:"/send/u17075977"}]},function(e,t){e.exports=[{title:"Home",link:"/stay-home"}]},function(e,t){e.exports=[{title:"Home",link:"/teach"},{title:"Primary",link:"/teach/primary/zd7p47h"},{title:"Secondary",link:"/teach/secondary/zkqp47h"},{title:"Skillswise",link:"/teach/skillswise"},{title:"School Radio",link:"/teach/school-radio"},{title:"Young Reporter",link:"/teach/young-reporter"},{title:"Teacher Support",link:"/teach/teacher-support"}]},function(e,t){e.exports=[{title:"Home",link:"/tiny-happy-people"},{title:"About",link:"/tiny-happy-people/what-is-tiny-happy-people/z6c9y9q"},{title:"Activities",link:"/tiny-happy-people/activities/zjh8hbk"},{title:"Tips and advice",link:"/tiny-happy-people/tips-and-advice"},{title:"Science and facts",link:"/tiny-happy-people/science-and-facts"}]}])},function(e,t){e.exports=React}]);; });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-baseplate-header-view","project":"arts","brand":"none","showSearchBar":"false","version":"3.17.0","_mrrVersion":"2.1.0"},'u06241929791034129'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle', 'live-push' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/morph-push-proxy-client/1.0.11/push-proxy' }, shim: { 'morph/react': { deps: ['morph/es5-shim', 'morph/es5-sham'] }, 'morph/es5-sham': { deps: ['morph/es5-shim'] } }, map: { 'morph/react-dom': { 'react': 'morph/react' } } }); } function attempt(fn) { fn(); } requirejs(['morph/react', 'morph/react-dom', 'morph/module/morph'], function(React, ReactDOM) { window.React = React; window.ReactDOM = ReactDOM; if (!Morph.toInitsCalled) { Morph.markPerformance('morph-init-core-deps-complete'); Morph.toInitsCalled = true; } Morph.toInit.bundles.forEach(attempt); Morph.toInit.bundles = []; Morph.markPerformance('morph-init-bundles-complete'); Morph.toInit.payloads.forEach(attempt); Morph.toInit.payloads = []; Morph.markPerformance('morph-init-payloads-complete'); Morph.toInit.registers.forEach(attempt); Morph.toInit.registers = []; Morph.markPerformance('morph-init-registers-complete'); }); };</script><script>if (!Morph.manualInit) { Morph.init(); } /* u06241929791034129 */</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-superagent@2.0.0"]={superagent:"3.5.2"},function(t){function e(s){if(r[s])return r[s].exports;var i=r[s]={exports:{},id:s,loaded:!1};return t[s].call(i.exports,i,i.exports,e),i.loaded=!0,i.exports}var r={};e.m=t,e.c=r,e.p="",e(0)}([function(t,e,r){Morph.modules["bbc-morph-superagent@2.0.0"]=r(1)},function(t,e,r){var s=r(2);t.exports=s},function(t,e,r){function s(){}function i(t){if(!y(t))return t;var e=[];for(var r in t)o(e,r,t[r]);return e.join("&")}function o(t,e,r){if(null!=r)if(Array.isArray(r))r.forEach(function(r){o(t,e,r)});else if(y(r))for(var s in r)o(t,e+"["+s+"]",r[s]);else t.push(encodeURIComponent(e)+"="+encodeURIComponent(r));else null===r&&t.push(encodeURIComponent(e))}function n(t){for(var e,r,s={},i=t.split("&"),o=0,n=i.length;o<n;++o)e=i[o],r=e.indexOf("="),-1==r?s[decodeURIComponent(e)]="":s[decodeURIComponent(e.slice(0,r))]=decodeURIComponent(e.slice(r+1));return s}function a(t){var e,r,s,i,o=t.split(/\r?\n/),n={};o.pop();for(var a=0,h=o.length;a<h;++a)r=o[a],e=r.indexOf(":"),s=r.slice(0,e).toLowerCase(),i=w(r.slice(e+1)),n[s]=i;return n}function h(t){return/[\/+]json\b/.test(t)}function u(t){this.req=t,this.xhr=this.req.xhr,this.text="HEAD"!=this.req.method&&(""===this.xhr.responseType||"text"===this.xhr.responseType)||void 0===this.xhr.responseType?this.xhr.responseText:null,this.statusText=this.req.xhr.statusText;var e=this.xhr.status;1223===e&&(e=204),this._setStatusProperties(e),this.header=this.headers=a(this.xhr.getAllResponseHeaders()),this.header["content-type"]=this.xhr.getResponseHeader("content-type"),this._setHeaderProperties(this.header),null===this.text&&t._responseType?this.body=this.xhr.response:this.body="HEAD"!=this.req.method?this._parseBody(this.text?this.text:this.xhr.response):null}function p(t,e){var r=this;this._query=this._query||[],this.method=t,this.url=e,this.header={},this._header={},this.on("end",function(){var t=null,e=null;try{e=new u(r)}catch(e){return t=new Error("Parser is unable to parse the response"),t.parse=!0,t.original=e,r.xhr?(t.rawResponse=void 0===r.xhr.responseType?r.xhr.responseText:r.xhr.response,t.status=r.xhr.status?r.xhr.status:null,t.statusCode=t.status):(t.rawResponse=null,t.status=null),r.callback(t)}r.emit("response",e);var s;try{r._isResponseOK(e)||(s=new Error(e.statusText||"Unsuccessful HTTP response"),s.original=t,s.response=e,s.status=e.status)}catch(t){s=t}s?r.callback(s,e):r.callback(null,e)})}function c(t,e,r){var s=v("DELETE",t);return"function"==typeof e&&(r=e,e=null),e&&s.send(e),r&&s.end(r),s}var l;"undefined"!=typeof window?l=window:"undefined"!=typeof self?l=self:(console.warn("Using browser-only version of superagent in non-browser environment"),l=this);var f=r(3),d=r(4),y=r(5),m=r(6),_=r(7),b=r(9),v=e=t.exports=function(t,r){return"function"==typeof r?new e.Request("GET",t).end(r):1==arguments.length?new e.Request("GET",t):new e.Request(t,r)};e.Request=p,v.getXHR=function(){if(!(!l.XMLHttpRequest||l.location&&"file:"==l.location.protocol&&l.ActiveXObject))return new XMLHttpRequest;try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(t){}try{return new ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(t){}try{return new ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(t){}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch(t){}throw Error("Browser-only verison of superagent could not find XHR")};var w="".trim?function(t){return t.trim()}:function(t){return t.replace(/(^\s*|\s*$)/g,"")};v.serializeObject=i,v.parseString=n,v.types={html:"text/html",json:"application/json",xml:"application/xml",urlencoded:"application/x-www-form-urlencoded",form:"application/x-www-form-urlencoded","form-data":"application/x-www-form-urlencoded"},v.serialize={"application/x-www-form-urlencoded":i,"application/json":JSON.stringify},v.parse={"application/x-www-form-urlencoded":n,"application/json":JSON.parse},_(u.prototype),u.prototype._parseBody=function(t){var e=v.parse[this.type];return this.req._parser?this.req._parser(this,t):(!e&&h(this.type)&&(e=v.parse["application/json"]),e&&t&&(t.length||t instanceof Object)?e(t):null)},u.prototype.toError=function(){var t=this.req,e=t.method,r=t.url,s="cannot "+e+" "+r+" ("+this.status+")",i=new Error(s);return i.status=this.status,i.method=e,i.url=r,i},v.Response=u,f(p.prototype),d(p.prototype),p.prototype.type=function(t){return this.set("Content-Type",v.types[t]||t),this},p.prototype.accept=function(t){return this.set("Accept",v.types[t]||t),this},p.prototype.auth=function(t,e,r){switch("object"==typeof e&&null!==e&&(r=e),r||(r={type:"function"==typeof btoa?"basic":"auto"}),r.type){case"basic":this.set("Authorization","Basic "+btoa(t+":"+e));break;case"auto":this.username=t,this.password=e;break;case"bearer":this.set("Authorization","Bearer "+t)}return this},p.prototype.query=function(t){return"string"!=typeof t&&(t=i(t)),t&&this._query.push(t),this},p.prototype.attach=function(t,e,r){if(e){if(this._data)throw Error("superagent can't mix .send() and .attach()");this._getFormData().append(t,e,r||e.name)}return this},p.prototype._getFormData=function(){return this._formData||(this._formData=new l.FormData),this._formData},p.prototype.callback=function(t,e){if(this._maxRetries&&this._retries++<this._maxRetries&&b(t,e))return this._retry();var r=this._callback;this.clearTimeout(),t&&(this._maxRetries&&(t.retries=this._retries-1),this.emit("error",t)),r(t,e)},p.prototype.crossDomainError=function(){var t=new Error("Request has been terminated\nPossible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.");t.crossDomain=!0,t.status=this.status,t.method=this.method,t.url=this.url,this.callback(t)},p.prototype.buffer=p.prototype.ca=p.prototype.agent=function(){return console.warn("This is not supported in browser version of superagent"),this},p.prototype.pipe=p.prototype.write=function(){throw Error("Streaming is not supported in browser version of superagent")},p.prototype._appendQueryString=function(){var t=this._query.join("&");if(t&&(this.url+=(this.url.indexOf("?")>=0?"&":"?")+t),this._sort){var e=this.url.indexOf("?");if(e>=0){var r=this.url.substring(e+1).split("&");m(this._sort)?r.sort(this._sort):r.sort(),this.url=this.url.substring(0,e)+"?"+r.join("&")}}},p.prototype._isHost=function(t){return t&&"object"==typeof t&&!Array.isArray(t)&&"[object Object]"!==Object.prototype.toString.call(t)},p.prototype.end=function(t){return this._endCalled&&console.warn("Warning: .end() was called twice. This is not supported in superagent"),this._endCalled=!0,this._callback=t||s,this._appendQueryString(),this._end()},p.prototype._end=function(){var t=this,e=this.xhr=v.getXHR(),r=this._formData||this._data;this._setTimeouts(),e.onreadystatechange=function(){var r=e.readyState;if(r>=2&&t._responseTimeoutTimer&&clearTimeout(t._responseTimeoutTimer),4==r){var s;try{s=e.status}catch(t){s=0}if(!s){if(t.timedout||t._aborted)return;return t.crossDomainError()}t.emit("end")}};var s=function(e,r){r.total>0&&(r.percent=r.loaded/r.total*100),r.direction=e,t.emit("progress",r)};if(this.hasListeners("progress"))try{e.onprogress=s.bind(null,"download"),e.upload&&(e.upload.onprogress=s.bind(null,"upload"))}catch(t){}try{this.username&&this.password?e.open(this.method,this.url,!0,this.username,this.password):e.open(this.method,this.url,!0)}catch(t){return this.callback(t)}if(this._withCredentials&&(e.withCredentials=!0),!this._formData&&"GET"!=this.method&&"HEAD"!=this.method&&"string"!=typeof r&&!this._isHost(r)){var i=this._header["content-type"],o=this._serializer||v.serialize[i?i.split(";")[0]:""];!o&&h(i)&&(o=v.serialize["application/json"]),o&&(r=o(r))}for(var n in this.header)null!=this.header[n]&&this.header.hasOwnProperty(n)&&e.setRequestHeader(n,this.header[n]);return this._responseType&&(e.responseType=this._responseType),this.emit("request",this),e.send(void 0!==r?r:null),this},v.get=function(t,e,r){var s=v("GET",t);return"function"==typeof e&&(r=e,e=null),e&&s.query(e),r&&s.end(r),s},v.head=function(t,e,r){var s=v("HEAD",t);return"function"==typeof e&&(r=e,e=null),e&&s.send(e),r&&s.end(r),s},v.options=function(t,e,r){var s=v("OPTIONS",t);return"function"==typeof e&&(r=e,e=null),e&&s.send(e),r&&s.end(r),s},v.del=c,v.delete=c,v.patch=function(t,e,r){var s=v("PATCH",t);return"function"==typeof e&&(r=e,e=null),e&&s.send(e),r&&s.end(r),s},v.post=function(t,e,r){var s=v("POST",t);return"function"==typeof e&&(r=e,e=null),e&&s.send(e),r&&s.end(r),s},v.put=function(t,e,r){var s=v("PUT",t);return"function"==typeof e&&(r=e,e=null),e&&s.send(e),r&&s.end(r),s}},function(t,e,r){function s(t){if(t)return i(t)}function i(t){for(var e in s.prototype)t[e]=s.prototype[e];return t}t.exports=s,s.prototype.on=s.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},s.prototype.once=function(t,e){function r(){this.off(t,r),e.apply(this,arguments)}return r.fn=e,this.on(t,r),this},s.prototype.off=s.prototype.removeListener=s.prototype.removeAllListeners=s.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var r=this._callbacks["$"+t];if(!r)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var s,i=0;i<r.length;i++)if((s=r[i])===e||s.fn===e){r.splice(i,1);break}return this},s.prototype.emit=function(t){this._callbacks=this._callbacks||{};var e=[].slice.call(arguments,1),r=this._callbacks["$"+t];if(r){r=r.slice(0);for(var s=0,i=r.length;s<i;++s)r[s].apply(this,e)}return this},s.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},s.prototype.hasListeners=function(t){return!!this.listeners(t).length}},function(t,e,r){function s(t){if(t)return i(t)}function i(t){for(var e in s.prototype)t[e]=s.prototype[e];return t}var o=r(5);t.exports=s,s.prototype.clearTimeout=function(){return clearTimeout(this._timer),clearTimeout(this._responseTimeoutTimer),delete this._timer,delete this._responseTimeoutTimer,this},s.prototype.parse=function(t){return this._parser=t,this},s.prototype.responseType=function(t){return this._responseType=t,this},s.prototype.serialize=function(t){return this._serializer=t,this},s.prototype.timeout=function(t){if(!t||"object"!=typeof t)return this._timeout=t,this._responseTimeout=0,this;for(var e in t)switch(e){case"deadline":this._timeout=t.deadline;break;case"response":this._responseTimeout=t.response;break;default:console.warn("Unknown timeout option",e)}return this},s.prototype.retry=function(t){return 0!==arguments.length&&!0!==t||(t=1),t<=0&&(t=0),this._maxRetries=t,this._retries=0,this},s.prototype._retry=function(){return this.clearTimeout(),this.req&&(this.req=null,this.req=this.request()),this._aborted=!1,this.timedout=!1,this._end()},s.prototype.then=function(t,e){if(!this._fullfilledPromise){var r=this;this._endCalled&&console.warn("Warning: superagent request was sent twice, because both .end() and .then() were called. Never call .end() if you use promises"),this._fullfilledPromise=new Promise(function(t,e){r.end(function(r,s){r?e(r):t(s)})})}return this._fullfilledPromise.then(t,e)},s.prototype.catch=function(t){return this.then(void 0,t)},s.prototype.use=function(t){return t(this),this},s.prototype.ok=function(t){if("function"!=typeof t)throw Error("Callback required");return this._okCallback=t,this},s.prototype._isResponseOK=function(t){return!!t&&(this._okCallback?this._okCallback(t):t.status>=200&&t.status<300)},s.prototype.get=function(t){return this._header[t.toLowerCase()]},s.prototype.getHeader=s.prototype.get,s.prototype.set=function(t,e){if(o(t)){for(var r in t)this.set(r,t[r]);return this}return this._header[t.toLowerCase()]=e,this.header[t]=e,this},s.prototype.unset=function(t){return delete this._header[t.toLowerCase()],delete this.header[t],this},s.prototype.field=function(t,e){if(null===t||void 0===t)throw new Error(".field(name, val) name can not be empty");if(this._data&&console.error(".field() can't be used if .send() is used. Please use only .send() or only .field() & .attach()"),o(t)){for(var r in t)this.field(r,t[r]);return this}if(Array.isArray(e)){for(var s in e)this.field(t,e[s]);return this}if(null===e||void 0===e)throw new Error(".field(name, val) val can not be empty");return"boolean"==typeof e&&(e=""+e),this._getFormData().append(t,e),this},s.prototype.abort=function(){return this._aborted?this:(this._aborted=!0,this.xhr&&this.xhr.abort(),this.req&&this.req.abort(),this.clearTimeout(),this.emit("abort"),this)},s.prototype.withCredentials=function(t){return void 0==t&&(t=!0),this._withCredentials=t,this},s.prototype.redirects=function(t){return this._maxRedirects=t,this},s.prototype.toJSON=function(){return{method:this.method,url:this.url,data:this._data,headers:this._header}},s.prototype.send=function(t){var e=o(t),r=this._header["content-type"];if(this._formData&&console.error(".send() can't be used if .attach() or .field() is used. Please use only .send() or only .field() & .attach()"),e&&!this._data)Array.isArray(t)?this._data=[]:this._isHost(t)||(this._data={});else if(t&&this._data&&this._isHost(this._data))throw Error("Can't merge these send calls");if(e&&o(this._data))for(var s in t)this._data[s]=t[s];else"string"==typeof t?(r||this.type("form"),r=this._header["content-type"],this._data="application/x-www-form-urlencoded"==r?this._data?this._data+"&"+t:t:(this._data||"")+t):this._data=t;return!e||this._isHost(t)?this:(r||this.type("json"),this)},s.prototype.sortQuery=function(t){return this._sort=void 0===t||t,this},s.prototype._timeoutError=function(t,e,r){if(!this._aborted){var s=new Error(t+e+"ms exceeded");s.timeout=e,s.code="ECONNABORTED",s.errno=r,this.timedout=!0,this.abort(),this.callback(s)}},s.prototype._setTimeouts=function(){var t=this;this._timeout&&!this._timer&&(this._timer=setTimeout(function(){t._timeoutError("Timeout of ",t._timeout,"ETIME")},this._timeout)),this._responseTimeout&&!this._responseTimeoutTimer&&(this._responseTimeoutTimer=setTimeout(function(){t._timeoutError("Response timeout of ",t._responseTimeout,"ETIMEDOUT")},this._responseTimeout))}},function(t,e){function r(t){return null!==t&&"object"==typeof t}t.exports=r},function(t,e,r){function s(t){return"[object Function]"===(i(t)?Object.prototype.toString.call(t):"")}var i=r(5);t.exports=s},function(t,e,r){function s(t){if(t)return i(t)}function i(t){for(var e in s.prototype)t[e]=s.prototype[e];return t}var o=r(8);t.exports=s,s.prototype.get=function(t){return this.header[t.toLowerCase()]},s.prototype._setHeaderProperties=function(t){var e=t["content-type"]||"";this.type=o.type(e);var r=o.params(e);for(var s in r)this[s]=r[s];this.links={};try{t.link&&(this.links=o.parseLinks(t.link))}catch(t){}},s.prototype._setStatusProperties=function(t){var e=t/100|0;this.status=this.statusCode=t,this.statusType=e,this.info=1==e,this.ok=2==e,this.redirect=3==e,this.clientError=4==e,this.serverError=5==e,this.error=(4==e||5==e)&&this.toError(),this.accepted=202==t,this.noContent=204==t,this.badRequest=400==t,this.unauthorized=401==t,this.notAcceptable=406==t,this.forbidden=403==t,this.notFound=404==t}},function(t,e){e.type=function(t){return t.split(/ *; */).shift()},e.params=function(t){return t.split(/ *; */).reduce(function(t,e){var r=e.split(/ *= */),s=r.shift(),i=r.shift();return s&&i&&(t[s]=i),t},{})},e.parseLinks=function(t){return t.split(/ *, */).reduce(function(t,e){var r=e.split(/ *; */),s=r[0].slice(1,-1);return t[r[1].split(/ *= */)[1].slice(1,-1)]=s,t},{})},e.cleanHeader=function(t,e){return delete t["content-type"],delete t["content-length"],delete t["transfer-encoding"],delete t.host,e&&delete t.cookie,t}},function(t,e){var r=["ECONNRESET","ETIMEDOUT","EADDRINFO","ESOCKETTIMEDOUT"];t.exports=function(t,e){return!!(t&&t.code&&~r.indexOf(t.code))||(!!(e&&e.status&&e.status>=500)||(!!(t&&"timeout"in t&&"ECONNABORTED"==t.code)||!!(t&&"crossDomain"in t)))}}]);; });</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-classnames@1.0.2"]={classnames:"2.2.5"},function(r){function o(s){if(n[s])return n[s].exports;var e=n[s]={exports:{},id:s,loaded:!1};return r[s].call(e.exports,e,e.exports,o),e.loaded=!0,e.exports}var n={};o.m=r,o.c=n,o.p="",o(0)}([function(r,o,n){Morph.modules["bbc-morph-classnames@1.0.2"]=n(1)},function(r,o,n){var s=n(2);r.exports=s},function(r,o,n){var s,e;!function(){"use strict";function n(){for(var r=[],o=0;o<arguments.length;o++){var s=arguments[o];if(s){var e=typeof s;if("string"===e||"number"===e)r.push(s);else if(Array.isArray(s))r.push(n.apply(null,s));else if("object"===e)for(var a in s)t.call(s,a)&&s[a]&&r.push(a)}}return r.join(" ")}var t={}.hasOwnProperty;void 0!==r&&r.exports?r.exports=n:(s=[],void 0!==(e=function(){return n}.apply(o,s))&&(r.exports=e))}()}]);; });</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-gel-icons@5.0.7"]={"bbc-morph-classnames":"1.0.2","morph-require":"5.2.1","react":"0.14.7"}; !function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";var r=function(e){return e&&e.__esModule?e:{default:e}}(n(1));Morph.modules["bbc-morph-gel-icons@5.0.7"]=r.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=r(n(3)),a=r(n(4)),l=i.default.createClass({displayName:"Icon",render:function(){var e=this.props,t=e.iconName,n=e.additionalClassNames,r=e.iconOnly,l="";try{var u=o.default.selfTransitiveThenUpdate("gel-icon-".concat(t),this);if(!u)throw new Error;l=i.default.createElement(u,null)}catch(e){l=i.default.createElement("noscript",null)}if(r)return l;var c=(0,a.default)("gel-icon","gel-icon--".concat(t),n);return i.default.createElement("div",{className:c},l)}});l.displayName="GEL__Icon",l.propTypes={iconName:i.default.PropTypes.string,additionalClassNames:i.default.PropTypes.string,wrapperElement:i.default.PropTypes.string},l.ensureIcon=function(e){"undefined"==typeof window&&o.default.selfTransitive("gel-icon-".concat(e),null)};var u=l;t.default=u},function(e,t){e.exports=React},function(e,t){e.exports={transitive:function(e,t){return Morph.requireTransitiveWithCaller("bbc-morph-gel-icons@5.0.7",e,t)},selfTransitive:function(e,t){return Morph.requireTransitiveWithCaller("bbc-morph-gel-icons@5.0.7",e,t,!0)},transitiveThenUpdate:function(e,t){return Morph.requireTransitiveWithCallerThenUpdate("bbc-morph-gel-icons@5.0.7",e,t)},selfTransitiveThenUpdate:function(e,t){return Morph.requireTransitiveWithCallerThenUpdate("bbc-morph-gel-icons@5.0.7",e,t,!0)}}},function(e,t){e.exports=Morph.modules["bbc-morph-classnames@1.0.2"]}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(s){if(i[s])return i[s].exports;var r=i[s]={i:s,l:!1,exports:{}};return e[s].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var i={};t.m=e,t.c=i,t.d=function(e,i,s){t.o(e,i)||Object.defineProperty(e,i,{configurable:!1,enumerable:!0,get:s})},t.n=function(e){var i=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(i,"a",i),i},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=85)}([function(e,t,i){(function(t){var i=function(e){return e&&e.Math==Math&&e};e.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(t,i(88))},function(e,t,i){var s=i(0),r=i(30),n=i(4),a=i(23),o=i(36),c=i(58),h=r("wks"),d=s.Symbol,u=c?d:d&&d.withoutSetter||a;e.exports=function(e){return n(h,e)||(o&&n(d,e)?h[e]=d[e]:h[e]=u("Symbol."+e)),h[e]}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var i={}.hasOwnProperty;e.exports=function(e,t){return i.call(e,t)}},function(e,t,i){var s=i(2);e.exports=function(e){if(!s(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,i){var s=i(0),r=i(15).f,n=i(9),a=i(10),o=i(27),c=i(53),h=i(35);e.exports=function(e,t){var i,d,u,l,w,b=e.target,p=e.global,g=e.stat;if(i=p?s:g?s[b]||o(b,{}):(s[b]||{}).prototype)for(d in t){if(l=t[d],e.noTargetGet?(w=r(i,d),u=w&&w.value):u=i[d],!h(p?d:b+(g?".":"#")+d,e.forced)&&void 0!==u){if(typeof l==typeof u)continue;c(l,u)}(e.sham||u&&u.sham)&&n(l,"sham",!0),a(i,d,l,e)}}},function(e,t,i){var s=i(3);e.exports=!s(function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})},function(e,t,i){var s=i(7),r=i(51),n=i(5),a=i(25),o=Object.defineProperty;t.f=s?o:function(e,t,i){if(n(e),t=a(t,!0),n(i),r)try{return o(e,t,i)}catch(e){}if("get"in i||"set"in i)throw TypeError("Accessors not supported");return"value"in i&&(e[t]=i.value),e}},function(e,t,i){var s=i(7),r=i(8),n=i(21);e.exports=s?function(e,t,i){return r.f(e,t,n(1,i))}:function(e,t,i){return e[t]=i,e}},function(e,t,i){var s=i(0),r=i(9),n=i(4),a=i(27),o=i(28),c=i(12),h=c.get,d=c.enforce,u=String(String).split("String");(e.exports=function(e,t,i,o){var c,h=!!o&&!!o.unsafe,l=!!o&&!!o.enumerable,w=!!o&&!!o.noTargetGet;if("function"==typeof i&&("string"!=typeof t||n(i,"name")||r(i,"name",t),c=d(i),c.source||(c.source=u.join("string"==typeof t?t:""))),e===s)return void(l?e[t]=i:a(t,i));h?!w&&e[t]&&(l=!0):delete e[t],l?e[t]=i:r(e,t,i)})(Function.prototype,"toString",function(){return"function"==typeof this&&h(this).source||o(this)})},function(e,t,i){var s=i(50),r=i(16);e.exports=function(e){return s(r(e))}},function(e,t,i){var s,r,n,a=i(52),o=i(0),c=i(2),h=i(9),d=i(4),u=i(29),l=i(22),w=i(18),b=o.WeakMap,p=function(e){return n(e)?r(e):s(e,{})},g=function(e){return function(t){var i;if(!c(t)||(i=r(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return i}};if(a){var m=u.state||(u.state=new b),z=m.get,f=m.has,y=m.set;s=function(e,t){return t.facade=e,y.call(m,e,t),t},r=function(e){return z.call(m,e)||{}},n=function(e){return f.call(m,e)}}else{var v=l("state");w[v]=!0,s=function(e,t){return t.facade=e,h(e,v,t),t},r=function(e){return d(e,v)?e[v]:{}},n=function(e){return d(e,v)}}e.exports={set:s,get:r,has:n,enforce:p,getterFor:g}},function(e,t){var i={}.toString;e.exports=function(e){return i.call(e).slice(8,-1)}},function(e,t,i){var s=i(54),r=i(0),n=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?n(s[e])||n(r[e]):s[e]&&s[e][t]||r[e]&&r[e][t]}},function(e,t,i){var s=i(7),r=i(49),n=i(21),a=i(11),o=i(25),c=i(4),h=i(51),d=Object.getOwnPropertyDescriptor;t.f=s?d:function(e,t){if(e=a(e),t=o(t,!0),h)try{return d(e,t)}catch(e){}if(c(e,t))return n(!r.f.call(e,t),e[t])}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports=!1},function(e,t){e.exports={}},function(e,t,i){var s=i(8).f,r=i(4),n=i(1),a=n("toStringTag");e.exports=function(e,t,i){e&&!r(e=i?e:e.prototype,a)&&s(e,a,{configurable:!0,value:t})}},function(e,t){e.exports={}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,i){var s=i(30),r=i(23),n=s("keys");e.exports=function(e){return n[e]||(n[e]=r(e))}},function(e,t){var i=0,s=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++i+s).toString(36)}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,i){var s=i(2);e.exports=function(e,t){if(!s(e))return e;var i,r;if(t&&"function"==typeof(i=e.toString)&&!s(r=i.call(e)))return r;if("function"==typeof(i=e.valueOf)&&!s(r=i.call(e)))return r;if(!t&&"function"==typeof(i=e.toString)&&!s(r=i.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t,i){var s=i(0),r=i(2),n=s.document,a=r(n)&&r(n.createElement);e.exports=function(e){return a?n.createElement(e):{}}},function(e,t,i){var s=i(0),r=i(9);e.exports=function(e,t){try{r(s,e,t)}catch(i){s[e]=t}return t}},function(e,t,i){var s=i(29),r=Function.toString;"function"!=typeof s.inspectSource&&(s.inspectSource=function(e){return r.call(e)}),e.exports=s.inspectSource},function(e,t,i){var s=i(0),r=i(27),n=s["__core-js_shared__"]||r("__core-js_shared__",{});e.exports=n},function(e,t,i){var s=i(17),r=i(29);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.7.0",mode:s?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t,i){var s=i(55),r=i(34),n=r.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return s(e,n)}},function(e,t,i){var s=i(33),r=Math.min;e.exports=function(e){return e>0?r(s(e),9007199254740991):0}},function(e,t){var i=Math.ceil,s=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?s:i)(e)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t,i){var s=i(3),r=/#|\.prototype\./,n=function(e,t){var i=o[a(e)];return i==h||i!=c&&("function"==typeof t?s(t):!!t)},a=n.normalize=function(e){return String(e).replace(r,".").toLowerCase()},o=n.data={},c=n.NATIVE="N",h=n.POLYFILL="P";e.exports=n},function(e,t,i){var s=i(3);e.exports=!!Object.getOwnPropertySymbols&&!s(function(){return!String(Symbol())})},function(e,t,i){var s=i(16);e.exports=function(e){return Object(s(e))}},function(e,t,i){var s,r=i(5),n=i(91),a=i(34),o=i(18),c=i(61),h=i(26),d=i(22),u=d("IE_PROTO"),l=function(){},w=function(e){return"<script>"+e+"<\/script>"},b=function(e){e.write(w("")),e.close();var t=e.parentWindow.Object;return e=null,t},p=function(){var e,t=h("iframe");return t.style.display="none",c.appendChild(t),t.src=String("javascript:"),e=t.contentWindow.document,e.open(),e.write(w("document.F=Object")),e.close(),e.F},g=function(){try{s=document.domain&&new ActiveXObject("htmlfile")}catch(e){}g=s?b(s):p();for(var e=a.length;e--;)delete g.prototype[a[e]];return g()};o[u]=!0,e.exports=Object.create||function(e,t){var i;return null!==e?(l.prototype=r(e),i=new l,l.prototype=null,i[u]=e):i=g(),void 0===t?i:n(i,t)}},function(e,t,i){var s=i(40),r=i(50),n=i(37),a=i(32),o=i(93),c=[].push,h=function(e){var t=1==e,i=2==e,h=3==e,d=4==e,u=6==e,l=5==e||u;return function(w,b,p,g){for(var m,z,f=n(w),y=r(f),v=s(b,p,3),k=a(y.length),x=0,j=g||o,q=t?j(w,k):i?j(w,0):void 0;k>x;x++)if((l||x in y)&&(m=y[x],z=v(m,x,f),e))if(t)q[x]=z;else if(z)switch(e){case 3:return!0;case 5:return m;case 6:return x;case 2:c.call(q,m)}else if(d)return!1;return u?-1:h||d?d:q}};e.exports={forEach:h(0),map:h(1),filter:h(2),some:h(3),every:h(4),find:h(5),findIndex:h(6)}},function(e,t,i){var s=i(24);e.exports=function(e,t,i){if(s(e),void 0===t)return e;switch(i){case 0:return function(){return e.call(t)};case 1:return function(i){return e.call(t,i)};case 2:return function(i,s){return e.call(t,i,s)};case 3:return function(i,s,r){return e.call(t,i,s,r)}}return function(){return e.apply(t,arguments)}}},function(e,t,i){var s=i(1),r=s("toStringTag"),n={};n[r]="z",e.exports="[object z]"===String(n)},function(e,t,i){var s=i(10);e.exports=function(e,t,i){for(var r in t)s(e,r,t[r],i);return e}},function(e,t){e.exports=function(e,t,i){if(!(e instanceof t))throw TypeError("Incorrect "+(i?i+" ":"")+"invocation");return e}},function(e,t,i){var s=i(5),r=i(104),n=i(32),a=i(40),o=i(105),c=i(106),h=function(e,t){this.stopped=e,this.result=t};e.exports=function(e,t,i){var d,u,l,w,b,p,g,m=i&&i.that,z=!(!i||!i.AS_ENTRIES),f=!(!i||!i.IS_ITERATOR),y=!(!i||!i.INTERRUPTED),v=a(t,m,1+z+y),k=function(e){return d&&c(d),new h(!0,e)},x=function(e){return z?(s(e),y?v(e[0],e[1],k):v(e[0],e[1])):y?v(e,k):v(e)};if(f)d=e;else{if("function"!=typeof(u=o(e)))throw TypeError("Target is not iterable");if(r(u)){for(l=0,w=n(e.length);w>l;l++)if((b=x(e[l]))&&b instanceof h)return b;return new h(!1)}d=u.call(e)}for(p=d.next;!(g=p.call(d)).done;){try{b=x(g.value)}catch(e){throw c(d),e}if("object"==typeof b&&b&&b instanceof h)return b}return new h(!1)}},function(e,t,i){var s=i(13),r=i(0);e.exports="process"==s(r.process)},function(e,t,i){"use strict";var s=i(6),r=i(47);s({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(e,t,i){"use strict";var s=i(112),r=i(113),n=RegExp.prototype.exec,a=String.prototype.replace,o=n,c=function(){var e=/a/,t=/b*/g;return n.call(e,"a"),n.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),h=r.UNSUPPORTED_Y||r.BROKEN_CARET,d=void 0!==/()??/.exec("")[1];(c||d||h)&&(o=function(e){var t,i,r,o,u=this,l=h&&u.sticky,w=s.call(u),b=u.source,p=0,g=e;return l&&(w=w.replace("y",""),-1===w.indexOf("g")&&(w+="g"),g=String(e).slice(u.lastIndex),u.lastIndex>0&&(!u.multiline||u.multiline&&"\n"!==e[u.lastIndex-1])&&(b="(?: "+b+")",g=" "+g,p++),i=new RegExp("^(?:"+b+")",w)),d&&(i=new RegExp("^"+b+"$(?!\\s)",w)),c&&(t=u.lastIndex),r=n.call(l?i:u,g),l?r?(r.input=r.input.slice(p),r[0]=r[0].slice(p),r.index=u.lastIndex,u.lastIndex+=r[0].length):u.lastIndex=0:c&&r&&(u.lastIndex=u.global?r.index+r[0].length:t),d&&r&&r.length>1&&a.call(r[0],i,function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)}),r}),e.exports=o},function(e,t,i){var s=i(18),r=i(2),n=i(4),a=i(8).f,o=i(23),c=i(123),h=o("meta"),d=0,u=Object.isExtensible||function(){return!0},l=function(e){a(e,h,{value:{objectID:"O"+ ++d,weakData:{}}})},w=function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!n(e,h)){if(!u(e))return"F";if(!t)return"E";l(e)}return e[h].objectID},b=function(e,t){if(!n(e,h)){if(!u(e))return!0;if(!t)return!1;l(e)}return e[h].weakData},p=function(e){return c&&g.REQUIRED&&u(e)&&!n(e,h)&&l(e),e},g=e.exports={REQUIRED:!1,fastKey:w,getWeakData:b,onFreeze:p};s[h]=!0},function(e,t,i){"use strict";var s={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,n=r&&!s.call({1:2},1);t.f=n?function(e){var t=r(this,e);return!!t&&t.enumerable}:s},function(e,t,i){var s=i(3),r=i(13),n="".split;e.exports=s(function(){return!Object("z").propertyIsEnumerable(0)})?function(e){return"String"==r(e)?n.call(e,""):Object(e)}:Object},function(e,t,i){var s=i(7),r=i(3),n=i(26);e.exports=!s&&!r(function(){return 7!=Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a})},function(e,t,i){var s=i(0),r=i(28),n=s.WeakMap;e.exports="function"==typeof n&&/native code/.test(r(n))},function(e,t,i){var s=i(4),r=i(89),n=i(15),a=i(8);e.exports=function(e,t){for(var i=r(t),o=a.f,c=n.f,h=0;h<i.length;h++){var d=i[h];s(e,d)||o(e,d,c(t,d))}}},function(e,t,i){var s=i(0);e.exports=s},function(e,t,i){var s=i(4),r=i(11),n=i(56).indexOf,a=i(18);e.exports=function(e,t){var i,o=r(e),c=0,h=[];for(i in o)!s(a,i)&&s(o,i)&&h.push(i);for(;t.length>c;)s(o,i=t[c++])&&(~n(h,i)||h.push(i));return h}},function(e,t,i){var s=i(11),r=i(32),n=i(90),a=function(e){return function(t,i,a){var o,c=s(t),h=r(c.length),d=n(a,h);if(e&&i!=i){for(;h>d;)if((o=c[d++])!=o)return!0}else for(;h>d;d++)if((e||d in c)&&c[d]===i)return e||d||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,i){var s=i(36);e.exports=s&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,i){var s=i(13);e.exports=Array.isArray||function(e){return"Array"==s(e)}},function(e,t,i){var s=i(55),r=i(34);e.exports=Object.keys||function(e){return s(e,r)}},function(e,t,i){var s=i(14);e.exports=s("document","documentElement")},function(e,t,i){var s=i(1);t.f=s},function(e,t,i){var s=i(54),r=i(4),n=i(62),a=i(8).f;e.exports=function(e){var t=s.Symbol||(s.Symbol={});r(t,e)||a(t,e,{value:n.f(e)})}},function(e,t,i){"use strict";var s=i(6),r=i(39).filter,n=i(96),a=i(67),o=n("filter"),c=a("filter");s({target:"Array",proto:!0,forced:!o||!c},{filter:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,i){var s,r,n=i(0),a=i(66),o=n.process,c=o&&o.versions,h=c&&c.v8;h?(s=h.split("."),r=s[0]+s[1]):a&&(!(s=a.match(/Edge\/(\d+)/))||s[1]>=74)&&(s=a.match(/Chrome\/(\d+)/))&&(r=s[1]),e.exports=r&&+r},function(e,t,i){var s=i(14);e.exports=s("navigator","userAgent")||""},function(e,t,i){var s=i(7),r=i(3),n=i(4),a=Object.defineProperty,o={},c=function(e){throw e};e.exports=function(e,t){if(n(o,e))return o[e];t||(t={});var i=[][e],h=!!n(t,"ACCESSORS")&&t.ACCESSORS,d=n(t,0)?t[0]:c,u=n(t,1)?t[1]:void 0;return o[e]=!!i&&!r(function(){if(h&&!s)return!0;var e={length:-1};h?a(e,1,{enumerable:!0,get:c}):e[1]=1,i.call(e,d,u)})}},function(e,t,i){"use strict";var s=i(6),r=i(56).includes,n=i(69);s({target:"Array",proto:!0,forced:!i(67)("indexOf",{ACCESSORS:!0,1:0})},{includes:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),n("includes")},function(e,t,i){var s=i(1),r=i(38),n=i(8),a=s("unscopables"),o=Array.prototype;void 0==o[a]&&n.f(o,a,{configurable:!0,value:r(null)}),e.exports=function(e){o[a][e]=!0}},function(e,t,i){"use strict";var s=i(11),r=i(69),n=i(20),a=i(12),o=i(71),c=a.set,h=a.getterFor("Array Iterator");e.exports=o(Array,"Array",function(e,t){c(this,{type:"Array Iterator",target:s(e),index:0,kind:t})},function(){var e=h(this),t=e.target,i=e.kind,s=e.index++;return!t||s>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==i?{value:s,done:!1}:"values"==i?{value:t[s],done:!1}:{value:[s,t[s]],done:!1}},"values"),n.Arguments=n.Array,r("keys"),r("values"),r("entries")},function(e,t,i){"use strict";var s=i(6),r=i(97),n=i(73),a=i(74),o=i(19),c=i(9),h=i(10),d=i(1),u=i(17),l=i(20),w=i(72),b=w.IteratorPrototype,p=w.BUGGY_SAFARI_ITERATORS,g=d("iterator"),m=function(){return this};e.exports=function(e,t,i,d,w,z,f){r(i,t,d);var y,v,k,x=function(e){if(e===w&&S)return S;if(!p&&e in T)return T[e];switch(e){case"keys":case"values":case"entries":return function(){return new i(this,e)}}return function(){return new i(this)}},j=t+" Iterator",q=!1,T=e.prototype,I=T[g]||T["@@iterator"]||w&&T[w],S=!p&&I||x(w),P="Array"==t?T.entries||I:I;if(P&&(y=n(P.call(new e)),b!==Object.prototype&&y.next&&(u||n(y)===b||(a?a(y,b):"function"!=typeof y[g]&&c(y,g,m)),o(y,j,!0,!0),u&&(l[j]=m))),"values"==w&&I&&"values"!==I.name&&(q=!0,S=function(){return I.call(this)}),u&&!f||T[g]===S||c(T,g,S),l[t]=S,w)if(v={values:x("values"),keys:z?S:x("keys"),entries:x("entries")},f)for(k in v)!p&&!q&&k in T||h(T,k,v[k]);else s({target:t,proto:!0,forced:p||q},v);return v}},function(e,t,i){"use strict";var s,r,n,a=i(73),o=i(9),c=i(4),h=i(1),d=i(17),u=h("iterator"),l=!1,w=function(){return this};[].keys&&(n=[].keys(),"next"in n?(r=a(a(n)))!==Object.prototype&&(s=r):l=!0),void 0==s&&(s={}),d||c(s,u)||o(s,u,w),e.exports={IteratorPrototype:s,BUGGY_SAFARI_ITERATORS:l}},function(e,t,i){var s=i(4),r=i(37),n=i(22),a=i(98),o=n("IE_PROTO"),c=Object.prototype;e.exports=a?Object.getPrototypeOf:function(e){return e=r(e),s(e,o)?e[o]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?c:null}},function(e,t,i){var s=i(5),r=i(99);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,i={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(i,[]),t=i instanceof Array}catch(e){}return function(i,n){return s(i),r(n),t?e.call(i,n):i.__proto__=n,i}}():void 0)},function(e,t,i){var s=i(41),r=i(10),n=i(101);s||r(Object.prototype,"toString",n,{unsafe:!0})},function(e,t,i){var s=i(41),r=i(13),n=i(1),a=n("toStringTag"),o="Arguments"==r(function(){return arguments}()),c=function(e,t){try{return e[t]}catch(e){}};e.exports=s?r:function(e){var t,i,s;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(i=c(t=Object(e),a))?i:o?r(t):"Object"==(s=r(t))&&"function"==typeof t.callee?"Arguments":s}},function(e,t,i){"use strict";var s,r,n,a,o=i(6),c=i(17),h=i(0),d=i(14),u=i(102),l=i(10),w=i(42),b=i(19),p=i(103),g=i(2),m=i(24),z=i(43),f=i(28),y=i(44),v=i(78),k=i(107),x=i(79).set,j=i(108),q=i(109),T=i(110),I=i(81),S=i(111),P=i(12),C=i(35),M=i(1),H=i(45),A=i(65),R=M("species"),E="Promise",O=P.get,W=P.set,D=P.getterFor(E),N=u,B=h.TypeError,L=h.document,K=h.process,F=d("fetch"),U=I.f,_=U,V=!!(L&&L.createEvent&&h.dispatchEvent),J="function"==typeof PromiseRejectionEvent,G=C(E,function(){if(f(N)===String(N)){if(66===A)return!0;if(!H&&!J)return!0}if(c&&!N.prototype.finally)return!0;if(A>=51&&/native code/.test(N))return!1;var e=N.resolve(1),t=function(e){e(function(){},function(){})},i=e.constructor={};return i[R]=t,!(e.then(function(){})instanceof t)}),Q=G||!v(function(e){N.all(e).catch(function(){})}),$=function(e){var t;return!(!g(e)||"function"!=typeof(t=e.then))&&t},Y=function(e,t){if(!e.notified){e.notified=!0;var i=e.reactions;j(function(){for(var s=e.value,r=1==e.state,n=0;i.length>n;){var a,o,c,h=i[n++],d=r?h.ok:h.fail,u=h.resolve,l=h.reject,w=h.domain;try{d?(r||(2===e.rejection&&te(e),e.rejection=1),!0===d?a=s:(w&&w.enter(),a=d(s),w&&(w.exit(),c=!0)),a===h.promise?l(B("Promise-chain cycle")):(o=$(a))?o.call(a,u,l):u(a)):l(s)}catch(e){w&&!c&&w.exit(),l(e)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&X(e)})}},Z=function(e,t,i){var s,r;V?(s=L.createEvent("Event"),s.promise=t,s.reason=i,s.initEvent(e,!1,!0),h.dispatchEvent(s)):s={promise:t,reason:i},!J&&(r=h["on"+e])?r(s):"unhandledrejection"===e&&T("Unhandled promise rejection",i)},X=function(e){x.call(h,function(){var t,i=e.facade,s=e.value,r=ee(e);if(r&&(t=S(function(){H?K.emit("unhandledRejection",s,i):Z("unhandledrejection",i,s)}),e.rejection=H||ee(e)?2:1,t.error))throw t.value})},ee=function(e){return 1!==e.rejection&&!e.parent},te=function(e){x.call(h,function(){var t=e.facade;H?K.emit("rejectionHandled",t):Z("rejectionhandled",t,e.value)})},ie=function(e,t,i){return function(s){e(t,s,i)}},se=function(e,t,i){e.done||(e.done=!0,i&&(e=i),e.value=t,e.state=2,Y(e,!0))},re=function(e,t,i){if(!e.done){e.done=!0,i&&(e=i);try{if(e.facade===t)throw B("Promise can't be resolved itself");var s=$(t);s?j(function(){var i={done:!1};try{s.call(t,ie(re,i,e),ie(se,i,e))}catch(t){se(i,t,e)}}):(e.value=t,e.state=1,Y(e,!1))}catch(t){se({done:!1},t,e)}}};G&&(N=function(e){z(this,N,E),m(e),s.call(this);var t=O(this);try{e(ie(re,t),ie(se,t))}catch(e){se(t,e)}},s=function(e){W(this,{type:E,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})},s.prototype=w(N.prototype,{then:function(e,t){var i=D(this),s=U(k(this,N));return s.ok="function"!=typeof e||e,s.fail="function"==typeof t&&t,s.domain=H?K.domain:void 0,i.parent=!0,i.reactions.push(s),0!=i.state&&Y(i,!1),s.promise},catch:function(e){return this.then(void 0,e)}}),r=function(){var e=new s,t=O(e);this.promise=e,this.resolve=ie(re,t),this.reject=ie(se,t)},I.f=U=function(e){return e===N||e===n?new r(e):_(e)},c||"function"!=typeof u||(a=u.prototype.then,l(u.prototype,"then",function(e,t){var i=this;return new N(function(e,t){a.call(i,e,t)}).then(e,t)},{unsafe:!0}),"function"==typeof F&&o({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return q(N,F.apply(h,arguments))}}))),o({global:!0,wrap:!0,forced:G},{Promise:N}),b(N,E,!1,!0),p(E),n=d(E),o({target:E,stat:!0,forced:G},{reject:function(e){var t=U(this);return t.reject.call(void 0,e),t.promise}}),o({target:E,stat:!0,forced:c||G},{resolve:function(e){return q(c&&this===n?N:this,e)}}),o({target:E,stat:!0,forced:Q},{all:function(e){var t=this,i=U(t),s=i.resolve,r=i.reject,n=S(function(){var i=m(t.resolve),n=[],a=0,o=1;y(e,function(e){var c=a++,h=!1;n.push(void 0),o++,i.call(t,e).then(function(e){h||(h=!0,n[c]=e,--o||s(n))},r)}),--o||s(n)});return n.error&&r(n.value),i.promise},race:function(e){var t=this,i=U(t),s=i.reject,r=S(function(){var r=m(t.resolve);y(e,function(e){r.call(t,e).then(i.resolve,s)})});return r.error&&s(r.value),i.promise}})},function(e,t,i){var s=i(1),r=s("iterator"),n=!1;try{var a=0,o={next:function(){return{done:!!a++}},return:function(){n=!0}};o[r]=function(){return this},Array.from(o,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!n)return!1;var i=!1;try{var s={};s[r]=function(){return{next:function(){return{done:i=!0}}}},e(s)}catch(e){}return i}},function(e,t,i){var s,r,n,a=i(0),o=i(3),c=i(40),h=i(61),d=i(26),u=i(80),l=i(45),w=a.location,b=a.setImmediate,p=a.clearImmediate,g=a.process,m=a.MessageChannel,z=a.Dispatch,f=0,y={},v=function(e){if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},k=function(e){return function(){v(e)}},x=function(e){v(e.data)},j=function(e){a.postMessage(e+"",w.protocol+"//"+w.host)};b&&p||(b=function(e){for(var t=[],i=1;arguments.length>i;)t.push(arguments[i++]);return y[++f]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},s(f),f},p=function(e){delete y[e]},l?s=function(e){g.nextTick(k(e))}:z&&z.now?s=function(e){z.now(k(e))}:m&&!u?(r=new m,n=r.port2,r.port1.onmessage=x,s=c(n.postMessage,n,1)):a.addEventListener&&"function"==typeof postMessage&&!a.importScripts&&w&&"file:"!==w.protocol&&!o(j)?(s=j,a.addEventListener("message",x,!1)):s="onreadystatechange"in d("script")?function(e){h.appendChild(d("script")).onreadystatechange=function(){h.removeChild(this),v(e)}}:function(e){setTimeout(k(e),0)}),e.exports={set:b,clear:p}},function(e,t,i){var s=i(66);e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(s)},function(e,t,i){"use strict";var s=i(24),r=function(e){var t,i;this.promise=new e(function(e,s){if(void 0!==t||void 0!==i)throw TypeError("Bad Promise constructor");t=e,i=s}),this.resolve=s(t),this.reject=s(i)};e.exports.f=function(e){return new r(e)}},function(e,t,i){"use strict";var s=i(6),r=i(114),n=i(16);s({target:"String",proto:!0,forced:!i(116)("includes")},{includes:function(e){return!!~String(n(this)).indexOf(r(e),arguments.length>1?arguments[1]:void 0)}})},function(e,t,i){"use strict";var s=i(119),r=i(5),n=i(16),a=i(120),o=i(121);s("search",1,function(e,t,i){return[function(t){var i=n(this),s=void 0==t?void 0:t[e];return void 0!==s?s.call(t,i):new RegExp(t)[e](String(i))},function(e){var s=i(t,e,this);if(s.done)return s.value;var n=r(e),c=String(this),h=n.lastIndex;a(h,0)||(n.lastIndex=0);var d=o(n,c);return a(n.lastIndex,h)||(n.lastIndex=h),null===d?-1:d.index}]})},function(e,t){e.exports=React},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=i(86),r=i.n(s);Morph.modules["bbc-morph-bitesize-search-view@1.18.0"]=r.a},function(e,t,i){"use strict";i(87),i(94),i(95),i(64),i(68),i(70),i(100),i(75),i(77),i(46),i(82),i(117),i(83),i(122),i(127),e.exports=function(e){function t(s){if(i[s])return i[s].exports;var r=i[s]={i:s,l:!1,exports:{}};return e[s].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var i={};return t.m=e,t.c=i,t.d=function(e,i,s){t.o(e,i)||Object.defineProperty(e,i,{configurable:!1,enumerable:!0,get:s})},t.n=function(e){var i=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(i,"a",i),i},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,i){function s(e){"@babel/helpers - typeof";return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function r(e){return e&&e.__esModule?e:{default:e}}function n(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return n=function(){return e},e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==s(e)&&"function"!=typeof e)return{default:e};var t=n();if(t&&t.has(e))return t.get(e);var i={},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var o=r?Object.getOwnPropertyDescriptor(e,a):null;o&&(o.get||o.set)?Object.defineProperty(i,a,o):i[a]=e[a]}return i.default=e,t&&t.set(e,i),i}(i(1)),o=r(i(2)),c=r(i(3)),h=function(e){var t=e.className,i=e.placeholderText,s=e.section,r=e.zid,n=!t||"careers"===s.toLowerCase();return a.default.createElement("div",{className:t},n&&a.default.createElement(o.default,{placeholderText:i,searchRequest:(0,c.default)(r),maxResults:20}))};h.defaultProps={className:"",placeholderText:"Search for a job or subject",section:"",zid:""},h.propTypes={className:a.PropTypes.string,placeholderText:a.PropTypes.string,section:a.PropTypes.string,zid:a.PropTypes.string};var d=h;t.default=d,e.exports=t.default},function(e,t){e.exports=i(84)},function(e,t){e.exports=i(129)},function(e,t,i){function s(e){return e&&e.__esModule?e:{default:e}}i(4),i(5),i(6),i(7),i(8),i(9),i(10),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(11)),n=s(i(12)),a=s(i(13)),o=s(i(14)),c=s(i(15)),h={z4882hv:n.default,zk26n39:a.default,zqhs34j:o.default,z3kw2hv:c.default},d=function(e){return function(t){var i=h[e]||r.default;return Promise.resolve(i.filter(function(e){return e.search.includes(t)}))}};t.default=d,e.exports=t.default},function(e,t){e.exports=i(64)},function(e,t){e.exports=i(68)},function(e,t){e.exports=i(75)},function(e,t){e.exports=i(77)},function(e,t){e.exports=i(46)},function(e,t){e.exports=i(82)},function(e,t){e.exports=i(83)},function(e,t){e.exports=[{id:"zvty7nb",headline:"Jobs that use Food and Nutrition",search:"jobs that use food and nutrition",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zvty7nb/jobs-that-use-food-and-nutrition/1"},{id:"zrsg6v4",headline:"Jobs that use Maths",search:"jobs that use maths",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zrsg6v4/jobs-that-use-maths/1"},{id:"zrrh8xs",headline:"CVs",search:"cvs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zrrh8xs/cvs/1"},{id:"znpwvk7",headline:"Interviews",search:"interviews",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/znpwvk7/interviews/1"},{id:"zn7h8xs",headline:"Jobs that use Design and Technology",search:"jobs that use design and technology",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zn7h8xs/jobs-that-use-design-and-technology/1"},{id:"zkjnwty",headline:"Jobs that use Art and Design",search:"jobs that use art and design",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zkjnwty/jobs-that-use-art-and-design/1"},{id:"zkh292p",headline:"Skills for work",search:"skills for work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zkh292p/skills-for-work/1"},{id:"zk39nrd",headline:"Jobs that use Modern Foreign Languages",search:"jobs that use modern foreign languages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zk39nrd/jobs-that-use-modern-foreign-languages/1"},{id:"zjcwvk7",headline:"Jobs that use PE",search:"jobs that use pe",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zjcwvk7/jobs-that-use-pe/1"},{id:"zjb8f4j",headline:"Jobs that use Science",search:"jobs that use science",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zjb8f4j/jobs-that-use-science/1"},{id:"zhj692p",headline:"Jobs that use Computing and ICT",search:"jobs that use computing and ict",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zhj692p/jobs-that-use-computing-and-ict/1"},{id:"zfmnwty",headline:"Jobs that use English and Drama",search:"jobs that use english and drama",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zfmnwty/jobs-that-use-english-and-drama/1"},{id:"zdg8f4j",headline:"Jobs that use Music",search:"jobs that use music",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zdg8f4j/jobs-that-use-music/1"},{id:"zd7fqp3",headline:"Jobs that use Business",search:"jobs that use business",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zd7fqp3/jobs-that-use-business/1"},{id:"zbp3mfr",headline:"Jobs that use Geography",search:"jobs that use geography",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/zbp3mfr/jobs-that-use-geography/1"},{id:"z7vct39",headline:"Apprenticeships",search:"apprenticeships",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/z7vct39/apprenticeships/1"},{id:"z7p6d6f",headline:"Jobs that use History",search:"jobs that use history",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/z7p6d6f/jobs-that-use-history/1"},{id:"z79qbdm",headline:"Jobs that use Religious Studies",search:"jobs that use religious studies",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/z79qbdm/jobs-that-use-religious-studies/1"},{id:"z4ychbk",headline:"Jobs that use Media Studies",search:"jobs that use media studies",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/z4ychbk/jobs-that-use-media-studies/1"},{id:"z46qcqt",headline:"The workplace",search:"the workplace",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/tags/z46qcqt/the-workplace/1"},{id:"zxcy6g8",headline:"Five top tips for acing online interviews",search:"five top tips for acing online interviews",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zxcy6g8"},{id:"zvwx92p",headline:"How to become a concept artist: Thomas' story",search:"how to become a concept artist thomas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvwx92p"},{id:"zvwn6v4",headline:"Can you have a business AND a life?",search:"can you have a business and a life",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvwn6v4"},{id:"zvvft39",headline:"How to become a media researcher: Mona's story",search:"how to become a media researcher monas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvvft39"},{id:"zvvchbk",headline:"How to become a broadcast assistant: Molly's story",search:"how to become a broadcast assistant mollys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvvchbk"},{id:"zvv4f4j",headline:"From volunteer to career: how giving your time could win your dream job",search:"from volunteer to career how giving your time could win your dream job",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvv4f4j"},{id:"zvts7nb",headline:"How to become a solicitor: Jacob's story",search:"how to become a solicitor jacobs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvts7nb"},{id:"zvtrscw",headline:"BBC Introducing: Jobs at music festivals and in the music industry",search:"bbc introducing jobs at music festivals and in the music industry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvtrscw"},{id:"zvsypg8",headline:"They say you're too young to run your own business? Meet Brandon Relph",search:"they say youre too young to run your own business meet brandon relph",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvsypg8"},{id:"zvsnd6f",headline:"Working out and working overtime got me a better life",search:"working out and working overtime got me a better life",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvsnd6f"},{id:"zvrxrj6",headline:"How to become a paper maker: Zoe's story",search:"how to become a paper maker zoes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvrxrj6"},{id:"zvrv7nb",headline:"How to become a conservation trainee: Liberty's story",search:"how to become a conservation trainee libertys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvrv7nb"},{id:"zvqyqp3",headline:"How to become an electrical engineer: Ciaran's story",search:"how to become an electrical engineer ciarans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvqyqp3"},{id:"zvp7y9q",headline:"How to become a fashion designer: Gemma's story",search:"how to become a fashion designer gemmas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvp7y9q"},{id:"zvnmgwx",headline:"How to become a bird of prey specialist: Florrie's story",search:"how to become a bird of prey specialist florries story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvnmgwx"},{id:"zvmjbdm",headline:"How to become a baker: Georgia's story",search:"how to become a baker georgias story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvmjbdm"},{id:"zvmcmfr",headline:"How to become a singer-songwriter: Lewis Capaldi's story",search:"how to become a singersongwriter lewis capaldis story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvmcmfr"},{id:"zvm8kmn",headline:"Alice Fevronia: How to become a secondary school Geography teacher",search:"alice fevronia how to become a secondary school geography teacher",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvm8kmn"},{id:"zvkqrj6",headline:"How to become a coroner's officer: Bryony's story",search:"how to become a coroners officer bryonys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvkqrj6"},{id:"zvk3jhv",headline:"How to become a Formula 1 engineer: Amy's story",search:"how to become a formula 1 engineer amys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvk3jhv"},{id:"zvk3hbk",headline:"How to become a DJ and presenter: Jaguar's story",search:"how to become a dj and presenter jaguars story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvk3hbk"},{id:"zvjt7nb",headline:"Can you guess these celebs' jobs before they were famous?",search:"can you guess these celebs jobs before they were famous",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvjt7nb"},{id:"zvhwrj6",headline:"How to become a professional tennis player",search:"how to become a professional tennis player",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvhwrj6"},{id:"zvhv7nb",headline:"Health problems kept me unemployed for 12 years - now I'm living the dream",search:"health problems kept me unemployed for 12 years now im living the dream",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvhv7nb"},{id:"zvfq8xs",headline:"How to become a creative technologist: Timea's story",search:"how to become a creative technologist timeas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvfq8xs"},{id:"zvfnxyc",headline:"How to become a development officer: Jenna's story",search:"how to become a development officer jennas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvfnxyc"},{id:"zvctjhv",headline:"Working for a music publisher: Simon's story",search:"working for a music publisher simons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvctjhv"},{id:"zvcf8xs",headline:"How to become a civil engineering technician: Sally's story",search:"how to become a civil engineering technician sallys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvcf8xs"},{id:"zvbdvk7",headline:"How to become a primary school teacher: Toby's story",search:"how to become a primary school teacher tobys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvbdvk7"},{id:"zvbct39",headline:"How to become a dental nurse assistant: Jemma's story",search:"how to become a dental nurse assistant jemmas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvbct39"},{id:"zv9wy9q",headline:"How to get into engineering: Rachael's story",search:"how to get into engineering rachaels story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv9wy9q"},{id:"zv8bqp3",headline:"How to become an energy assessor within construction: Aine's story",search:"how to become an energy assessor within construction aines story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv8bqp3"},{id:"zv88rj6",headline:"How to become a media assistant: Hayley's story",search:"how to become a media assistant hayleys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv88rj6"},{id:"zv7nd6f",headline:"How can you be yourself at work?",search:"how can you be yourself at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv7nd6f"},{id:"zv6knrd",headline:"How to become a secretary: Gemma's story",search:"how to become a secretary gemmas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv6knrd"},{id:"zv6jbdm",headline:"How to become a biomedical scientist: Hannah's story",search:"how to become a biomedical scientist hannahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv6jbdm"},{id:"zv6992p",headline:"Climate action: Jobs to protect the planet",search:"climate action jobs to protect the planet",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv6992p"},{id:"zv68cqt",headline:"How to become a senior systems engineer: Ben's story",search:"how to become a senior systems engineer bens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv68cqt"},{id:"zv63382",headline:"How to become a freelance music video director and stylist: Roisin’s story",search:"how to become a freelance music video director and stylist roisins story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv63382"},{id:"zv4t92p",headline:"How to make a great first impression at work",search:"how to make a great first impression at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv4t92p"},{id:"zv4kcqt",headline:"How to build a business with zero cash",search:"how to build a business with zero cash",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv4kcqt"},{id:"zv48scw",headline:"How to become a civil engineering apprentice: Kawsar's story",search:"how to become a civil engineering apprentice kawsars story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv48scw"},{id:"zv33nrd",headline:"How to become a senior research manager: Jennifer's story",search:"how to become a senior research manager jennifers story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv33nrd"},{id:"zv2skmn",headline:"How to become a research scientist: Jaz's story",search:"how to become a research scientist jazs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv2skmn"},{id:"zv27bdm",headline:"Manage your money while you study",search:"manage your money while you study",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv27bdm"},{id:"zsq2dp3",headline:"Meet Ray BLK and Charlie Hedges - Backstage with Bitesize at BBC Music Introducing LIVE 2020",search:"meet ray blk and charlie hedges backstage with bitesize at bbc music introducing live 2020",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zsq2dp3"},{id:"zsm74xs",headline:"What skills do I need to succeed in the music industry?",search:"what skills do i need to succeed in the music industry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zsm74xs"},{id:"zsbp7yc",headline:"Volunteering during lockdown: “Without it I don’t know where I’d be.”",search:"volunteering during lockdown without it i dont know where id be",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zsbp7yc"},{id:"zryxmfr",headline:"Visual effects: I worked on the VFX for Fantastic Beasts",search:"visual effects i worked on the vfx for fantastic beasts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zryxmfr"},{id:"zryq8xs",headline:"How to become a strategist: Nicola's story",search:"how to become a strategist nicolas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zryq8xs"},{id:"zrxmrj6",headline:"Transferable skills translator",search:"transferable skills translator",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrxmrj6"},{id:"zrx2cqt",headline:"How to become an educational wellbeing specialist: Erin's story",search:"how to become an educational wellbeing specialist erins story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrx2cqt"},{id:"zrwqy9q",headline:"How to become an engineering apprentice: Jade's story",search:"how to become an engineering apprentice jades story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrwqy9q"},{id:"zrw647h",headline:"Working on a nuclear site: Jack's story",search:"working on a nuclear site jacks story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrw647h"},{id:"zrv7d6f",headline:"How to become a professional dancer: Kieran's story",search:"how to become a professional dancer kierans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrv7d6f"},{id:"zrtqqp3",headline:"How to become a marketing manager: Tasha’s story",search:"how to become a marketing manager tashas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrtqqp3"},{id:"zrsqf4j",headline:"How to become a journalist: Sirin's story",search:"how to become a journalist sirins story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrsqf4j"},{id:"zrrjjhv",headline:"How do you get into film? Ask the expert Q&A part two",search:"how do you get into film ask the expert qa part two",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrrjjhv"},{id:"zrqst39",headline:"Jobs in construction",search:"jobs in construction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrqst39"},{id:"zrpskmn",headline:"How to become a tour manager: Meredith's story",search:"how to become a tour manager merediths story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrpskmn"},{id:"zrpfhbk",headline:"Jackie Fast: how to succeed in uncertain times",search:"jackie fast how to succeed in uncertain times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrpfhbk"},{id:"zrpdf4j",headline:"How to become an electrician: Ryan's story",search:"how to become an electrician ryans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrpdf4j"},{id:"zrpct39",headline:"How to become a technical theatre apprentice: Hosanna's story",search:"how to become a technical theatre apprentice hosannas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrpct39"},{id:"zrpcf4j",headline:"How to become a music festival volunteer: Betty's story",search:"how to become a music festival volunteer bettys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrpcf4j"},{id:"zrpbt39",headline:"Ramadan in the workplace 101 – What you need to know",search:"ramadan in the workplace 101 what you need to know",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrpbt39"},{id:"zrp4gwx",headline:"Ten things you need to know when building your ‘jigsaw’ career",search:"ten things you need to know when building your jigsaw career",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrp4gwx"},{id:"zrm2gwx",headline:"Here’s how to get the edge when looking for work",search:"heres how to get the edge when looking for work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrm2gwx"},{id:"zrk37nb",headline:"How to become a catchment officer: Liam's story",search:"how to become a catchment officer liams story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrk37nb"},{id:"zrht47h",headline:"How to become an apprentice joiner: Reid's story",search:"how to become an apprentice joiner reids story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrht47h"},{id:"zrhpwty",headline:"How to become an aircraft engineer: Balwant's story",search:"how to become an aircraft engineer balwants story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrhpwty"},{id:"zrgn92p",headline:"How to become a clinical research scientist: Zahra's story",search:"how to become a clinical research scientist zahras story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrgn92p"},{id:"zrfn7yc",headline:"Making music and making it happen",search:"making music and making it happen",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrfn7yc"},{id:"zrdvqp3",headline:"How to become a science apprentice: Georgia's story",search:"how to become a science apprentice georgias story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrdvqp3"},{id:"zrdswty",headline:"Top tips for teamwork",search:"top tips for teamwork",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrdswty"},{id:"zrdnd6f",headline:"How to become a mechanical engineer: Jack's story",search:"how to become a mechanical engineer jacks story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrdnd6f"},{id:"zrd7vk7",headline:"How to become a humanitarian worker: Camilla Thurlow's story",search:"how to become a humanitarian worker camilla thurlows story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrd7vk7"},{id:"zrd7bdm",headline:"How to become a YouTuber: Huw's story",search:"how to become a youtuber huws story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrd7bdm"},{id:"zrcskmn",headline:"Life as a medical app intern: Inshal's story",search:"life as a medical app intern inshals story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrcskmn"},{id:"zrcn2sg",headline:"How to become a pharmacist: Usman's story",search:"how to become a pharmacist usmans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrcn2sg"},{id:"zrc7y9q",headline:"How to become a volcano vlogger and guide: Chris' story",search:"how to become a volcano vlogger and guide chris story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrc7y9q"},{id:"zrbp47h",headline:"How to become a dance choreographer: Rachel's story",search:"how to become a dance choreographer rachels story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrbp47h"},{id:"zr92rj6",headline:"Four jobs you probably didn’t know existed",search:"four jobs you probably didnt know existed",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr92rj6"},{id:"zr8qkmn",headline:"How to become an events assistant: Emma's story",search:"how to become an events assistant emmas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr8qkmn"},{id:"zr8fjhv",headline:"How to become a prop maker: Miles' story",search:"how to become a prop maker miles story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr8fjhv"},{id:"zr7b6v4",headline:"How to become a digital marketing entrepreneur: Melissa's story",search:"how to become a digital marketing entrepreneur melissas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr7b6v4"},{id:"zr73pg8",headline:"World Entrepreneurs' Day: Being your own boss",search:"world entrepreneurs day being your own boss",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr73pg8"},{id:"zr6xrj6",headline:"How to become a waste warrior: Grace's story",search:"how to become a waste warrior graces story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr6xrj6"},{id:"zr3xwty",headline:"#changethegame: Life in online sports journalism",search:"changethegame life in online sports journalism",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr3xwty"},{id:"zr3x92p",headline:"How to become a landscape assistant: Florence's story",search:"how to become a landscape assistant florences story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr3x92p"},{id:"zr3wy9q",headline:"How to become a business administrator: Savannah's story",search:"how to become a business administrator savannahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr3wy9q"},{id:"zr3b7nb",headline:"How to become a physiotherapist: Deepa's story",search:"how to become a physiotherapist deepas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr3b7nb"},{id:"zqdf6g8",headline:"The rise and rise of online vintage fashion",search:"the rise and rise of online vintage fashion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zqdf6g8"},{id:"zq2mwnb",headline:"Quirky jobs: I make smells for a living",search:"quirky jobs i make smells for a living",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zq2mwnb"},{id:"zp7jr2p",headline:"Surviving school when you just love music",search:"surviving school when you just love music",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zp7jr2p"},{id:"znyyt39",headline:"Where could volunteering and charity work take you?",search:"where could volunteering and charity work take you",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znyyt39"},{id:"znxkpg8",headline:"How to become a woodworker: JoJo's story",search:"how to become a woodworker jojos story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znxkpg8"},{id:"znwtjhv",headline:"BBC One's Ambulance: meet the real life heroes",search:"bbc ones ambulance meet the real life heroes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znwtjhv"},{id:"znwdscw",headline:"How to become a knitwear designer: Terri's story",search:"how to become a knitwear designer terris story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znwdscw"},{id:"znr9nrd",headline:"How to become a handbag designer: Sophie's story",search:"how to become a handbag designer sophies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znr9nrd"},{id:"znqfhbk",headline:"How to pitch like a pro",search:"how to pitch like a pro",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znqfhbk"},{id:"znpknrd",headline:"How to become a veterinary nurse: Kirstie's story",search:"how to become a veterinary nurse kirsties story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znpknrd"},{id:"znmxrj6",headline:"How to become a wardrobe technician in a theatre: Sophie's story",search:"how to become a wardrobe technician in a theatre sophies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znmxrj6"},{id:"znmvwty",headline:"How to become a vet: Lucy's story",search:"how to become a vet lucys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znmvwty"},{id:"znmr6v4",headline:"How to become an architectural assistant: Hannah's story",search:"how to become an architectural assistant hannahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znmr6v4"},{id:"znj9scw",headline:"How to become an aerospace engineer: Ben's story",search:"how to become an aerospace engineer bens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znj9scw"},{id:"znhp92p",headline:"How to become a fundraising development officer: Stephanie's story",search:"how to become a fundraising development officer stephanies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znhp92p"},{id:"znh7y9q",headline:"How to become a music PR manager: Beth's story",search:"how to become a music pr manager beths story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znh7y9q"},{id:"zngpxyc",headline:"How to become a digital content producer: Liam's story",search:"how to become a digital content producer liams story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zngpxyc"},{id:"zngbxyc",headline:"How to become a training manager: Matthew's story",search:"how to become a training manager matthews story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zngbxyc"},{id:"znffjhv",headline:"How to become an entrepreneur: Ben's story",search:"how to become an entrepreneur bens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znffjhv"},{id:"zncfd6f",headline:"Making work work for you",search:"making work work for you",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zncfd6f"},{id:"zncdvk7",headline:"How to become an audio engineer: Tommy's story",search:"how to become an audio engineer tommys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zncdvk7"},{id:"znbgpg8",headline:"How to become a helicopter pilot: Lee's story",search:"how to become a helicopter pilot lees story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znbgpg8"},{id:"zn9k92p",headline:"Neurodiversity at work: It takes all kinds of minds",search:"neurodiversity at work it takes all kinds of minds",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn9k92p"},{id:"zn8gbdm",headline:"Costume continuity: I dress witches and wizards for Fantastic Beasts",search:"costume continuity i dress witches and wizards for fantastic beasts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn8gbdm"},{id:"zn8cmfr",headline:"How to be a music video director: Adam Powell's story",search:"how to be a music video director adam powells story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn8cmfr"},{id:"zn7ypg8",headline:"Young and in charge: is youth an advantage in business?",search:"young and in charge is youth an advantage in business",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn7ypg8"},{id:"zn7wf4j",headline:"Stacey Dooley: My tips to women starting out in their career",search:"stacey dooley my tips to women starting out in their career",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn7wf4j"},{id:"zn7chbk",headline:"How to become a farrier: Charlie's story",search:"how to become a farrier charlies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn7chbk"},{id:"zn64bdm",headline:"How to become a lighting director: Cate's story",search:"how to become a lighting director cates story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn64bdm"},{id:"zn4ct39",headline:"Maths myths that could be holding you back",search:"maths myths that could be holding you back",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn4ct39"},{id:"zn3ppg8",headline:"How to become a talent acquisition manager: Ray’s story",search:"how to become a talent acquisition manager rays story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn3ppg8"},{id:"zn377nb",headline:"Jobs in research",search:"jobs in research",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn377nb"},{id:"zmyyhbk",headline:"How to become a vlogger: Alice's story",search:"how to become a vlogger alices story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmyyhbk"},{id:"zmx7y9q",headline:"How to become a music curator: Jasmine's story",search:"how to become a music curator jasmines story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmx7y9q"},{id:"zmwxgwx",headline:"How not to let online negativity get you down",search:"how not to let online negativity get you down",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmwxgwx"},{id:"zmwsscw",headline:"How to become a paramedic",search:"how to become a paramedic",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmwsscw"},{id:"zmvmkmn",headline:"How to become an ambulance dispatcher: Emily's story",search:"how to become an ambulance dispatcher emilys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmvmkmn"},{id:"zmvgscw",headline:"How to become a festival programme director: Emma's story",search:"how to become a festival programme director emmas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmvgscw"},{id:"zmskpg8",headline:"What GCSEs should I take to become a... ?",search:"what gcses should i take to become a",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmskpg8"},{id:"zmqrhbk",headline:"How to become a communications intern: Alex's story",search:"how to become a communications intern alexs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmqrhbk"},{id:"zmq3jhv",headline:"How to become a coder: Pauline's story",search:"how to become a coder paulines story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmq3jhv"},{id:"zmpmgwx",headline:"How to become a filmmaker and vlogger: Isaac's story",search:"how to become a filmmaker and vlogger isaacs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmpmgwx"},{id:"zmn8scw",headline:"How to resolve conflict at work",search:"how to resolve conflict at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmn8scw"},{id:"zmmvxyc",headline:"Life as a digital degree apprentice with EY: Hassan's story",search:"life as a digital degree apprentice with ey hassans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmmvxyc"},{id:"zmmrscw",headline:"How to become a music photographer: Priti's story",search:"how to become a music photographer pritis story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmmrscw"},{id:"zmm9hbk",headline:"How to become a digital marketing specialist: Ben's story",search:"how to become a digital marketing specialist bens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmm9hbk"},{id:"zmkh92p",headline:"How to become a professional contemporary dancer: Connor's story",search:"how to become a professional contemporary dancer connors story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmkh92p"},{id:"zmjqvk7",headline:"How to become a photographer: Corinne's story",search:"how to become a photographer corinnes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmjqvk7"},{id:"zmhkf4j",headline:"How to become a Twitter Moments curator: Melina's story",search:"how to become a twitter moments curator melinas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmhkf4j"},{id:"zmh3hbk",headline:"How to become an urgent care desk paramedic: Becky's story",search:"how to become an urgent care desk paramedic beckys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmh3hbk"},{id:"zmgmgwx",headline:"How to run your own coding events: Adam's story",search:"how to run your own coding events adams story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmgmgwx"},{id:"zmg9f4j",headline:"How to become an outreach pastor: Jacob's story",search:"how to become an outreach pastor jacobs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmg9f4j"},{id:"zmg792p",headline:"How to become a DJ Producer: Tom's story",search:"how to become a dj producer toms story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmg792p"},{id:"zmfy7nb",headline:"How to become a degree apprentice process engineer: Alex's story",search:"how to become a degree apprentice process engineer alexs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmfy7nb"},{id:"zmfwy9q",headline:"How to stay positive at work",search:"how to stay positive at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmfwy9q"},{id:"zmfkrj6",headline:"Jobs in sports",search:"jobs in sports",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmfkrj6"},{id:"zmf8cqt",headline:"Growth mindset: an entrepreneur’s best friend",search:"growth mindset an entrepreneurs best friend",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmf8cqt"},{id:"zmdmrj6",headline:"How I went from redundancy to managing others",search:"how i went from redundancy to managing others",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmdmrj6"},{id:"zmdfhbk",headline:"How to become a jewellery designer: Chloe's story",search:"how to become a jewellery designer chloes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmdfhbk"},{id:"zmdct39",headline:"How to become a member of youth parliament: Dominic's story",search:"how to become a member of youth parliament dominics story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmdct39"},{id:"zmdc382",headline:"Explore careers by job sectors",search:"explore careers by job sectors",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmdc382"},{id:"zmcq382",headline:"What is leadership at work?",search:"what is leadership at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmcq382"},{id:"zmbrxyc",headline:"How to become a wedding dress designer: Deborah's story",search:"how to become a wedding dress designer deborahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmbrxyc"},{id:"zmb32sg",headline:"Help! I don’t have any skills…",search:"help i dont have any skills",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmb32sg"},{id:"zm9cvk7",headline:"Breaking stereotypes: The women leading the charge in STEM careers",search:"breaking stereotypes the women leading the charge in stem careers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm9cvk7"},{id:"zm8rhbk",headline:"How to become a corporate social responsibility coordinator: Ben's story",search:"how to become a corporate social responsibility coordinator bens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm8rhbk"},{id:"zm8rf4j",headline:"Making a difference: My job at Manchester Pride",search:"making a difference my job at manchester pride",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm8rf4j"},{id:"zm6wnrd",headline:"How to become a composer: Grace's story",search:"how to become a composer graces story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm6wnrd"},{id:"zm63xyc",headline:"Four jobs that could save the planet",search:"four jobs that could save the planet",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm63xyc"},{id:"zm3wnrd",headline:"How to become a restaurant owner: Tom's story",search:"how to become a restaurant owner toms story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm3wnrd"},{id:"zm2rvk7",headline:"How to become a user experience designer: Stephen's story",search:"how to become a user experience designer stephens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm2rvk7"},{id:"zkywf4j",headline:"How to become a globemaker: Eddy's story",search:"how to become a globemaker eddys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkywf4j"},{id:"zkyd47h",headline:"Do you have to be savage to be successful?",search:"do you have to be savage to be successful",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkyd47h"},{id:"zkx3scw",headline:"Jobs in IT",search:"jobs in it",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkx3scw"},{id:"zkwrt39",headline:"How to become a financial service administrator: Raphael's story",search:"how to become a financial service administrator raphaels story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkwrt39"},{id:"zkw6cqt",headline:"How to become a chemist: Saiful Islam's story",search:"how to become a chemist saiful islams story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkw6cqt"},{id:"zkv8scw",headline:"How to become a nanny: Nichol's story",search:"how to become a nanny nichols story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkv8scw"},{id:"zktkkmn",headline:"How to become a music director: Kojo’s story",search:"how to become a music director kojos story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zktkkmn"},{id:"zktbn9q",headline:"Portfolio careers – the new normal?",search:"portfolio careers the new normal",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zktbn9q"},{id:"zkt6cqt",headline:"How to become a politician: Jason's story",search:"how to become a politician jasons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkt6cqt"},{id:"zkrmrj6",headline:"How to become a product designer: Michael's story",search:"how to become a product designer michaels story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkrmrj6"},{id:"zkn3mfr",headline:"How to become a naval architect: Lawrence's story",search:"how to become a naval architect lawrences story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkn3mfr"},{id:"zkmvnrd",headline:"Jobs in law",search:"jobs in law",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkmvnrd"},{id:"zkmgxyc",headline:"How knowing your weaknesses could be your biggest strength",search:"how knowing your weaknesses could be your biggest strength",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkmgxyc"},{id:"zkmdbdm",headline:"I get paid to fight monsters",search:"i get paid to fight monsters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkmdbdm"},{id:"zkjcmfr",headline:"How to become an apprentice welder: Billy's story",search:"how to become an apprentice welder billys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkjcmfr"},{id:"zkj2rj6",headline:"How to become an audiologist: Amun's story",search:"how to become an audiologist amuns story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkj2rj6"},{id:"zkhct39",headline:"What skills do you need to work in a restaurant?",search:"what skills do you need to work in a restaurant",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkhct39"},{id:"zkhb6v4",headline:"How to become a director of photography: Toby's story",search:"how to become a director of photography tobys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkhb6v4"},{id:"zkggf4j",headline:"How to become a junior copywriter: Gail's story",search:"how to become a junior copywriter gails story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkggf4j"},{id:"zkgcvk7",headline:"Black History Month: British entrepreneurs from the past and present",search:"black history month british entrepreneurs from the past and present",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkgcvk7"},{id:"zkgbmfr",headline:"I balanced motherhood, work and study to pursue my dream job",search:"i balanced motherhood work and study to pursue my dream job",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkgbmfr"},{id:"zkgbhbk",headline:"The Nine to Five with Stacey Dooley",search:"the nine to five with stacey dooley",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkgbhbk"},{id:"zkd692p",headline:"How I turned my hobby into a career",search:"how i turned my hobby into a career",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkd692p"},{id:"zkcxxyc",headline:"Birds, anxiety and me: How I find peace in nature as an ornithologist",search:"birds anxiety and me how i find peace in nature as an ornithologist",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkcxxyc"},{id:"zkcwy9q",headline:"How to become a cleaner: Elliot's story",search:"how to become a cleaner elliots story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkcwy9q"},{id:"zkcsd6f",headline:"How to become a Carer: Bethany's story",search:"how to become a carer bethanys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkcsd6f"},{id:"zk8w8xs",headline:"How to become a nurse",search:"how to become a nurse",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zk8w8xs"},{id:"zk6v2sg",headline:"How to become a paramedic: Tanoh's story",search:"how to become a paramedic tanohs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zk6v2sg"},{id:"zk6p2sg",headline:"How to become a production manager: Byron's story",search:"how to become a production manager byrons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zk6p2sg"},{id:"zk44382",headline:"How to become an assistant media scheduler: Natasha's story",search:"how to become an assistant media scheduler natashas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zk44382"},{id:"zk3gmfr",headline:"How to become an advertising business owner: Ed's story",search:"how to become an advertising business owner eds story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zk3gmfr"},{id:"zk3b2sg",headline:"How to become a prosthetist: Becky's story",search:"how to become a prosthetist beckys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zk3b2sg"},{id:"zk32gwx",headline:"How to become a software engineer apprentice: Bode's story",search:"how to become a software engineer apprentice bodes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zk32gwx"},{id:"zk27382",headline:"How to become a florist: Emily's story",search:"how to become a florist emilys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zk27382"},{id:"zjyy2sg",headline:"How to become an estate agent: Samantha's story",search:"how to become an estate agent samanthas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjyy2sg"},{id:"zjyj8xs",headline:"How to make a million with your mates, and stay friends!",search:"how to make a million with your mates and stay friends",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjyj8xs"},{id:"zjwh8xs",headline:"How to become a production assistant: Mathilda's story",search:"how to become a production assistant mathildas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjwh8xs"},{id:"zjw7bdm",headline:"How to become an apprentice engineer: Jasmine's story",search:"how to become an apprentice engineer jasmines story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjw7bdm"},{id:"zjvf2sg",headline:"Life as a cyber security apprentice: Ellie's story",search:"life as a cyber security apprentice ellies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjvf2sg"},{id:"zjsn8xs",headline:"I returned to work after a decade of bringing up my children",search:"i returned to work after a decade of bringing up my children",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjsn8xs"},{id:"zjrx92p",headline:"How to become a marketing and communications intern: Lara's story",search:"how to become a marketing and communications intern laras story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjrx92p"},{id:"zjrgpg8",headline:"Alex Scott: How to make it as a pundit",search:"alex scott how to make it as a pundit",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjrgpg8"},{id:"zjq3jhv",headline:"How to become a wing designer: Zuzanna's story",search:"how to become a wing designer zuzannas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjq3jhv"},{id:"zjpc382",headline:"Jobs in science",search:"jobs in science",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjpc382"},{id:"zjnyqp3",headline:"How to become an innovation manager: Holly's story",search:"how to become an innovation manager hollys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjnyqp3"},{id:"zjnp8xs",headline:"Five simple steps to change your maths mindset",search:"five simple steps to change your maths mindset",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjnp8xs"},{id:"zjnj382",headline:"How to become a night shift manager: James' story",search:"how to become a night shift manager james story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjnj382"},{id:"zjmkpg8",headline:"How to set up a social enterprise: Alison's story",search:"how to set up a social enterprise alisons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjmkpg8"},{id:"zjmct39",headline:"How to become a chef: Isabel's story",search:"how to become a chef isabels story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjmct39"},{id:"zjmcscw",headline:"How to become an emergency medical technician: Ray's story",search:"how to become an emergency medical technician rays story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjmcscw"},{id:"zjmb2sg",headline:"How to become a production manager for festivals: Emily's story",search:"how to become a production manager for festivals emilys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjmb2sg"},{id:"zjhqf4j",headline:"Life as a StreetDoctor intern: Khadija's story",search:"life as a streetdoctor intern khadijas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjhqf4j"},{id:"zjgpwty",headline:"How to become a trainee film director: Alfie's story",search:"how to become a trainee film director alfies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjgpwty"},{id:"zjgc6v4",headline:"Life as a medical student: Kestra's story",search:"life as a medical student kestras story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjgc6v4"},{id:"zjdbqp3",headline:"Tamsin: camera operator",search:"tamsin camera operator",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjdbqp3"},{id:"zjbfjhv",headline:"How to become a home safety support worker: Sam's story",search:"how to become a home safety support worker sams story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjbfjhv"},{id:"zj9q8xs",headline:"How science can make you a better athlete",search:"how science can make you a better athlete",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj9q8xs"},{id:"zj8knrd",headline:"Working in the rain wasn't for me, but life is brighter as a barber",search:"working in the rain wasnt for me but life is brighter as a barber",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj8knrd"},{id:"zj73382",headline:'How a blocked toilet led to my "eureka moment": A sustainable business owner’s story',search:"how a blocked toilet led to my eureka moment a sustainable business owners story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj73382"},{id:"zj6s6v4",headline:"How to become a digital engagement apprentice: Phoebe's story",search:"how to become a digital engagement apprentice phoebes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj6s6v4"},{id:"zj6pxbk",headline:"Meet Lava La Rue, Jodie Harsh and Tag Warner - Backstage with Bitesize at BBC Music Introducing LIVE 2020",search:"meet lava la rue jodie harsh and tag warner backstage with bitesize at bbc music introducing live 2020",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj6pxbk"},{id:"zj6mgwx",headline:"How to grow a small business: Sam's story",search:"how to grow a small business sams story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj6mgwx"},{id:"zj6ct39",headline:"Understanding your role in a team",search:"understanding your role in a team",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj6ct39"},{id:"zj4q382",headline:"What does it mean to have a plan B?",search:"what does it mean to have a plan b",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj4q382"},{id:"zj2wy9q",headline:"How to become a youth worker: Callum's story",search:"how to become a youth worker callums story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj2wy9q"},{id:"zj2kt39",headline:"How to become a glass-maker: Jahday's story",search:"how to become a glassmaker jahdays story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj2kt39"},{id:"zhynjhv",headline:"How to become a nursery worker: Lucy's story",search:"how to become a nursery worker lucys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhynjhv"},{id:"zhyjvk7",headline:"How listening can help you win at work",search:"how listening can help you win at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhyjvk7"},{id:"zhyfqp3",headline:"How to become a community education coordinator: Annaleigh's story",search:"how to become a community education coordinator annaleighs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhyfqp3"},{id:"zhxt92p",headline:"Celebrities reveal the moments which inspired their careers",search:"celebrities reveal the moments which inspired their careers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhxt92p"},{id:"zhxc382",headline:"Life as part of a songwriting collective: Rick's story",search:"life as part of a songwriting collective ricks story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhxc382"},{id:"zhx6rj6",headline:"How to become a press officer: Jessica's story",search:"how to become a press officer jessicas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhx6rj6"},{id:"zhwgt39",headline:"How to become an associate producer: Ellie's story",search:"how to become an associate producer ellies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhwgt39"},{id:"zhvq382",headline:"How to get organised at work",search:"how to get organised at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhvq382"},{id:"zhst2sg",headline:"Where could your favourite subject take you?",search:"where could your favourite subject take you",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhst2sg"},{id:"zhs2bdm",headline:"How to become a football coach: Bryan's story",search:"how to become a football coach bryans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhs2bdm"},{id:"zhrxrj6",headline:"How to become a model: Natasha's story",search:"how to become a model natashas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhrxrj6"},{id:"zhrgmfr",headline:"How to own and run a sustainable business: Karina's story",search:"how to own and run a sustainable business karinas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhrgmfr"},{id:"zhqcvk7",headline:"The introverts' guide to negotiation: 14 steps to success!",search:"the introverts guide to negotiation 14 steps to success",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhqcvk7"},{id:"zhp9y9q",headline:"How to become a 999 call taker: Laura's story",search:"how to become a 999 call taker lauras story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhp9y9q"},{id:"zhnrpg8",headline:"How to become a ramp agent: Alex's story",search:"how to become a ramp agent alexs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhnrpg8"},{id:"zhmxqp3",headline:"4 school subjects that could help you become an entrepreneur",search:"4 school subjects that could help you become an entrepreneur",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhmxqp3"},{id:"zhmsmfr",headline:"How to become an apprentice mechanic: Elsa's story",search:"how to become an apprentice mechanic elsas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhmsmfr"},{id:"zhm2gwx",headline:"I enjoyed my work but retrained to improve my earning potential",search:"i enjoyed my work but retrained to improve my earning potential",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhm2gwx"},{id:"zhjhd6f",headline:"How to become a management accountant: Omar's story",search:"how to become a management accountant omars story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhjhd6f"},{id:"zhhpkmn",headline:"How to become a paralegal: Halimah's story",search:"how to become a paralegal halimahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhhpkmn"},{id:"zhhjy9q",headline:"How to become a minerals technology apprentice: Louis' story",search:"how to become a minerals technology apprentice louis story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhhjy9q"},{id:"zhgq47h",headline:"How to become a singer-songwriter: Jade Bird's story",search:"how to become a singersongwriter jade birds story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhgq47h"},{id:"zhgn92p",headline:"How to become an app developer: Jack's story",search:"how to become an app developer jacks story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhgn92p"},{id:"zhg8scw",headline:"I was glad to leave school, but returning as an adult changed my life",search:"i was glad to leave school but returning as an adult changed my life",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhg8scw"},{id:"zhfwy9q",headline:"How to strike the right tone in the workplace",search:"how to strike the right tone in the workplace",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhfwy9q"},{id:"zhf7qp3",headline:"Graphic design: I designed the graphic props for the Wizarding World",search:"graphic design i designed the graphic props for the wizarding world",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhf7qp3"},{id:"zhdxqp3",headline:"How to pitch yourself and your ideas: 6 tips from former ‘Dragon’ Jenny Campbell",search:"how to pitch yourself and your ideas 6 tips from former dragon jenny campbell",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhdxqp3"},{id:"zhd6pg8",headline:"How I redesigned my job during lockdown",search:"how i redesigned my job during lockdown",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhd6pg8"},{id:"zhd2382",headline:"The best advice I've ever been given",search:"the best advice ive ever been given",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhd2382"},{id:"zhcr6v4",headline:"Five steps to finding the right course for you",search:"five steps to finding the right course for you",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhcr6v4"},{id:"zhcpmfr",headline:"7 steps to 'owning' your personal brand",search:"7 steps to owning your personal brand",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhcpmfr"},{id:"zhcmwty",headline:"Five work lessons we've learnt from films",search:"five work lessons weve learnt from films",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhcmwty"},{id:"zhbjkmn",headline:"Jobs working with animals",search:"jobs working with animals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhbjkmn"},{id:"zhb4vk7",headline:"How to become a radio producer: Phillip's story",search:"how to become a radio producer phillips story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhb4vk7"},{id:"zhb2gwx",headline:"How taking calculated risks can come with great rewards",search:"how taking calculated risks can come with great rewards",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhb2gwx"},{id:"zh8fjhv",headline:"How to become an usher: Aisha's story",search:"how to become an usher aishas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh8fjhv"},{id:"zh8c382",headline:"How three young people have used their struggles to help others",search:"how three young people have used their struggles to help others",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh8c382"},{id:"zh7gt39",headline:"How to become an education support officer: Callum's story",search:"how to become an education support officer callums story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh7gt39"},{id:"zh7bqp3",headline:"How to become a trainee karate instructor: Shola's story",search:"how to become a trainee karate instructor sholas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh7bqp3"},{id:"zh796v4",headline:"How to become a music manager: Colin Lester's story",search:"how to become a music manager colin lesters story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh796v4"},{id:"zh6x92p",headline:"How to become a clinical photographer: Bethany's story",search:"how to become a clinical photographer bethanys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh6x92p"},{id:"zh6wnrd",headline:"How to become a features editor: Lisa's story",search:"how to become a features editor lisas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh6wnrd"},{id:"zh64y9q",headline:"How to become a music business owner: Ryan's story",search:"how to become a music business owner ryans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh64y9q"},{id:"zh3292p",headline:"How to become an air ambulance doctor: Matt's story",search:"how to become an air ambulance doctor matts story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh3292p"},{id:"zh2hwty",headline:"How to become a ramp agent: Shannon's story",search:"how to become a ramp agent shannons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh2hwty"},{id:"zh29hbk",headline:"How to become a recruitment apprentice: Vikas' story",search:"how to become a recruitment apprentice vikas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh29hbk"},{id:"zg6f6g8",headline:"Six tips if you’re leaving school or college during a pandemic",search:"six tips if youre leaving school or college during a pandemic",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zg6f6g8"},{id:"zfys6v4",headline:"How to become a promotions producer: Kim's story",search:"how to become a promotions producer kims story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfys6v4"},{id:"zfy37nb",headline:"How to become a silversmith: Varis' story",search:"how to become a silversmith varis story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfy37nb"},{id:"zfxs8xs",headline:"How do you cope with failure?",search:"how do you cope with failure",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfxs8xs"},{id:"zfx296f",headline:"Breaking into the music industry",search:"breaking into the music industry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfx296f"},{id:"zfwnjhv",headline:"How to become a clothing manufacturer: Ryan's story",search:"how to become a clothing manufacturer ryans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfwnjhv"},{id:"zfwdf4j",headline:"Returning to learning: three top tips",search:"returning to learning three top tips",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfwdf4j"},{id:"zfsyjhv",headline:"How to become a digital marketing assistant: Vanessa's story",search:"how to become a digital marketing assistant vanessas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfsyjhv"},{id:"zfswy9q",headline:"How to become a financial adviser: Chloe's story",search:"how to become a financial adviser chloes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfswy9q"},{id:"zfsk382",headline:"How to become a global pop music playlist editor: Dominic's story",search:"how to become a global pop music playlist editor dominics story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfsk382"},{id:"zfs9nrd",headline:"How to become a tendering engineer: Alice's story",search:"how to become a tendering engineer alices story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfs9nrd"},{id:"zfrq92p",headline:"Jobs in the performing arts",search:"jobs in the performing arts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfrq92p"},{id:"zfpxt39",headline:"Ten skills you might not know you had",search:"ten skills you might not know you had",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfpxt39"},{id:"zfpjkmn",headline:"How to become a digital marketing exec: Jenny's story",search:"how to become a digital marketing exec jennys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfpjkmn"},{id:"zfp792p",headline:"How to become a festival build manager: Willy's story",search:"how to become a festival build manager willys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfp792p"},{id:"zfnct39",headline:"How to become a recruitment consultant: Emily's story",search:"how to become a recruitment consultant emilys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfnct39"},{id:"zfn3nrd",headline:"How to become a songwriter (for Kylie!): Jon's story",search:"how to become a songwriter for kylie jons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfn3nrd"},{id:"zfmbmfr",headline:"How to become a software engineer: Ekansh's story",search:"how to become a software engineer ekanshs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfmbmfr"},{id:"zfkwy9q",headline:"How to become a maths teacher: Dina's story",search:"how to become a maths teacher dinas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfkwy9q"},{id:"zfgpkmn",headline:"How to become a community cohesion officer: Josh's story",search:"how to become a community cohesion officer joshs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfgpkmn"},{id:"zffm382",headline:"How to become a kitchenware maker: Dan's story",search:"how to become a kitchenware maker dans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zffm382"},{id:"zfdsd6f",headline:"How to become an apprentice conservation officer: Jade's story",search:"how to become an apprentice conservation officer jades story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfdsd6f"},{id:"zfd8nrd",headline:"How to become a craft woodworker: George's story",search:"how to become a craft woodworker georges story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfd8nrd"},{id:"zfbcy9q",headline:"How to become a music news reporter: Clare's story",search:"how to become a music news reporter clares story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfbcy9q"},{id:"zf7rgwx",headline:"Four jobs you didn't know existed in filmmaking",search:"four jobs you didnt know existed in filmmaking",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf7rgwx"},{id:"zf6p2sg",headline:"How to become a festival PR director: Jess' story",search:"how to become a festival pr director jess story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf6p2sg"},{id:"zf4y2sg",headline:"How to become a conservation apprentice: Lorna's story",search:"how to become a conservation apprentice lornas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf4y2sg"},{id:"zf4snrd",headline:"Costume design: I designed the costumes for Fantastic Beasts",search:"costume design i designed the costumes for fantastic beasts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf4snrd"},{id:"zf4mjhv",headline:"Jobs in finance",search:"jobs in finance",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf4mjhv"},{id:"zf4fhbk",headline:"How to become a marketing executive: Georgia's story",search:"how to become a marketing executive georgias story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf4fhbk"},{id:"zf4dnrd",headline:"How to become an social media chef: Gaz’s story",search:"how to become an social media chef gazs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf4dnrd"},{id:"zf4bmfr",headline:"How to become a construction manager: Abdullah's story",search:"how to become a construction manager abdullahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf4bmfr"},{id:"zf3vpg8",headline:"How to become a gaming company director: Mike's story",search:"how to become a gaming company director mikes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf3vpg8"},{id:"zf2r6v4",headline:"How to become a copy editor: Athena's story",search:"how to become a copy editor athenas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf2r6v4"},{id:"zf2mgwx",headline:"How to become a farmer: Aimee's story",search:"how to become a farmer aimees story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf2mgwx"},{id:"zdycscw",headline:"How I ran away with the circus (without performing)",search:"how i ran away with the circus without performing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdycscw"},{id:"zdxwy9q",headline:"4 key skills for success at work",search:"4 key skills for success at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdxwy9q"},{id:"zdxn8xs",headline:"How to become a physicist: Mark Richards' story",search:"how to become a physicist mark richards story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdxn8xs"},{id:"zdtgy9q",headline:"Jobs in teaching",search:"jobs in teaching",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdtgy9q"},{id:"zds3pg8",headline:"How to become a stage manager: Pete's story",search:"how to become a stage manager petes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zds3pg8"},{id:"zdrv7nb",headline:"How to become a firefighter: Elis' story",search:"how to become a firefighter elis story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdrv7nb"},{id:"zdr37nb",headline:"How to succeed at work? Believe in yourself!",search:"how to succeed at work believe in yourself",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdr37nb"},{id:"zdr28hv",headline:"What are T-levels? Get the lowdown",search:"what are tlevels get the lowdown",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdr28hv"},{id:"zdqnxyc",headline:"Careers A to Z: Find your perfect job",search:"careers a to z find your perfect job",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdqnxyc"},{id:"zdq6xyc",headline:"Jobs working in conservation",search:"jobs working in conservation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdq6xyc"},{id:"zdp32sg",headline:"Self-doubt held me back for years - now I help others shine",search:"selfdoubt held me back for years now i help others shine",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdp32sg"},{id:"zdnw382",headline:"How to become an ecologist: Gabrielle's story",search:"how to become an ecologist gabrielles story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdnw382"},{id:"zdnmkmn",headline:"Professional football: Top tips from England's Women's World Cup team",search:"professional football top tips from englands womens world cup team",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdnmkmn"},{id:"zdn8nrd",headline:"How to become a machine operator: Callum's story",search:"how to become a machine operator callums story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdn8nrd"},{id:"zdmt2sg",headline:"‘What tree would you be and why?’: Tackling weird interview questions",search:"what tree would you be and why tackling weird interview questions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdmt2sg"},{id:"zdkxcqt",headline:"How to become a horse riding instructor: Evie's story",search:"how to become a horse riding instructor evies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdkxcqt"},{id:"zdkn6v4",headline:"How to become a songwriter: Danny and Sarah's story",search:"how to become a songwriter danny and sarahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdkn6v4"},{id:"zdhhd6f",headline:"How to become a chocolate maker: Max's story",search:"how to become a chocolate maker maxs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdhhd6f"},{id:"zdfswty",headline:"Can I afford to study?",search:"can i afford to study",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdfswty"},{id:"zddg7nb",headline:"How to become an online entrepreneur: Poppy's story",search:"how to become an online entrepreneur poppys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zddg7nb"},{id:"zdd8rj6",headline:"Ask Jackie Fast: What makes a successful entrepreneur?",search:"ask jackie fast what makes a successful entrepreneur",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdd8rj6"},{id:"zdcvt39",headline:"How to become a mental health nurse: Jake's story",search:"how to become a mental health nurse jakes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdcvt39"},{id:"zdcj382",headline:"How to become a musician: Isabel's story",search:"how to become a musician isabels story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdcj382"},{id:"zdcb2sg",headline:"How to up your resilience game",search:"how to up your resilience game",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdcb2sg"},{id:"zdbq8xs",headline:"Reframing failure: making failure work for you",search:"reframing failure making failure work for you",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdbq8xs"},{id:"zdbjcqt",headline:"How to become a stage manager: Felix's story",search:"how to become a stage manager felixs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdbjcqt"},{id:"zd8dnrd",headline:"How to become an occupational therapy assistant: Sarah's story",search:"how to become an occupational therapy assistant sarahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd8dnrd"},{id:"zd7kt39",headline:"How to become an apprentice quantity surveyor: Josh's story",search:"how to become an apprentice quantity surveyor joshs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd7kt39"},{id:"zd778xs",headline:"How to become a radio presenter: Katie Thistleton's story",search:"how to become a radio presenter katie thistletons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd778xs"},{id:"zd77382",headline:"How to get a job you love? Get to know yourself!",search:"how to get a job you love get to know yourself",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd77382"},{id:"zd6nkmn",headline:"How to become a presenter and YouTuber: Riyadh Khalaf 's story",search:"how to become a presenter and youtuber riyadh khalaf s story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd6nkmn"},{id:"zd6ct39",headline:"Why you should never stop learning at work",search:"why you should never stop learning at work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd6ct39"},{id:"zd62bdm",headline:"How to become a farming union policy manager: Jenny's story",search:"how to become a farming union policy manager jennys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd62bdm"},{id:"zd3qrj6",headline:"How to become a lifeguard: Lucia's story",search:"how to become a lifeguard lucias story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd3qrj6"},{id:"zd2rxyc",headline:"How to become a rap workshop leader: Jaidon's story",search:"how to become a rap workshop leader jaidons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd2rxyc"},{id:"zcswr2p",headline:"What can I do now to prepare for my future?",search:"what can i do now to prepare for my future",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zcswr2p"},{id:"zcfrvwx",headline:"Meet Arlo Parks, Jess Aszatt, Sybil Bell and Alexandra Ampofo - Backstage with Bitesize at BBC Music Introducing LIVE 2020",search:"meet arlo parks jess aszatt sybil bell and alexandra ampofo backstage with bitesize at bbc music introducing live 2020",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zcfrvwx"},{id:"zbyt8xs",headline:"How to become a kitchen assistant: John-Jo's story",search:"how to become a kitchen assistant johnjos story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbyt8xs"},{id:"zbxx8xs",headline:"How to become a press officer: Alice's story",search:"how to become a press officer alices story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbxx8xs"},{id:"zbxt8xs",headline:"How to become a customer service apprentice: William's story",search:"how to become a customer service apprentice williams story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbxt8xs"},{id:"zbx2bdm",headline:"How to become a pet food business owner: Callum's story",search:"how to become a pet food business owner callums story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbx2bdm"},{id:"zbw692p",headline:"How to become an engineer: Josh's story",search:"how to become an engineer joshs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbw692p"},{id:"zbvgxyc",headline:"How to become an online business owner: Akshay's story",search:"how to become an online business owner akshays story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbvgxyc"},{id:"zbtsjhv",headline:"How to become an apprentice countryside officer: Amelia's story",search:"how to become an apprentice countryside officer amelias story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbtsjhv"},{id:"zbtqjhv",headline:"Post-production: I added the CGI for Fantastic Beasts",search:"postproduction i added the cgi for fantastic beasts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbtqjhv"},{id:"zbt8scw",headline:"How to become a filmmaker: Taylor's story",search:"how to become a filmmaker taylors story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbt8scw"},{id:"zbsyf4j",headline:"How do you get into film? Ask the expert Q&A",search:"how do you get into film ask the expert qa",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbsyf4j"},{id:"zbskpg8",headline:"How to become an alpine ski racer: Menna's story",search:"how to become an alpine ski racer mennas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbskpg8"},{id:"zbn8nrd",headline:"How to become a cosmetics creator: Rose's story",search:"how to become a cosmetics creator roses story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbn8nrd"},{id:"zbn4hbk",headline:"How to become a carpenter in a theatre: Paddy's story",search:"how to become a carpenter in a theatre paddys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbn4hbk"},{id:"zbkqbdm",headline:"How to become a tree surgeon: Daniel's story",search:"how to become a tree surgeon daniels story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbkqbdm"},{id:"zbk8382",headline:"How to become a community specialist paramedic: Sara's story",search:"how to become a community specialist paramedic saras story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbk8382"},{id:"zbjpwty",headline:"How to become a radio presenter: Chris' story",search:"how to become a radio presenter chris story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbjpwty"},{id:"zbjh7nb",headline:"How to become a sound engineer: Matilda's story",search:"how to become a sound engineer matildas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbjh7nb"},{id:"zbhyjhv",headline:"How to become a pharmacologist: Mah Hussain's story",search:"how to become a pharmacologist mah hussains story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbhyjhv"},{id:"zbgc6v4",headline:"How to become a freelance writer: Emily's story",search:"how to become a freelance writer emilys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbgc6v4"},{id:"zbg4scw",headline:"How to become a barista: Zach's story",search:"how to become a barista zachs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbg4scw"},{id:"zbfcpg8",headline:"How to become a stunt performer: Rick's story",search:"how to become a stunt performer ricks story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbfcpg8"},{id:"zbfc382",headline:"Which Apprentice candidate are you?",search:"which apprentice candidate are you",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbfc382"},{id:"zbdhmfr",headline:"Jobs in healthcare",search:"jobs in healthcare",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbdhmfr"},{id:"zbddvk7",headline:"How to become an apprentice plumber: Sophie's story",search:"how to become an apprentice plumber sophies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbddvk7"},{id:"zbddcqt",headline:"How to become a senior content executive: Nikky's story",search:"how to become a senior content executive nikkys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbddcqt"},{id:"zbd7vk7",headline:"How to become a music promoter: Sally's story",search:"how to become a music promoter sallys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbd7vk7"},{id:"zbcyd6f",headline:"How to become a receptionist: Francesca's story",search:"how to become a receptionist francescas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbcyd6f"},{id:"zbccvk7",headline:"How to become a graphic designer: Ste's story",search:"how to become a graphic designer stes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbccvk7"},{id:"zb9nd6f",headline:"How to become a software developer: Hannah's story",search:"how to become a software developer hannahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zb9nd6f"},{id:"zb6fjhv",headline:"Retraining helped me achieve",search:"retraining helped me achieve",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zb6fjhv"},{id:"zb3gmfr",headline:"How to become a police officer: Dylan's story",search:"how to become a police officer dylans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zb3gmfr"},{id:"zb38y9q",headline:"How to become a games designer: Rhianne's story",search:"how to become a games designer rhiannes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zb38y9q"},{id:"zb29nrd",headline:"How to become an electrical engineer apprentice: Ben's story",search:"how to become an electrical engineer apprentice bens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zb29nrd"},{id:"z8srydm",headline:"Five savvy ways to make money as a student",search:"five savvy ways to make money as a student",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z8srydm"},{id:"z7wdf4j",headline:"I retrained to get the security I needed",search:"i retrained to get the security i needed",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7wdf4j"},{id:"z7wb2sg",headline:"How to become an accounting technician: Damilare's story",search:"how to become an accounting technician damilares story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7wb2sg"},{id:"z7thd6f",headline:"How to become an architect: Tegan's story",search:"how to become an architect tegans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7thd6f"},{id:"z7t27nb",headline:"Making the Magic: Inside jobs in film",search:"making the magic inside jobs in film",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7t27nb"},{id:"z7ry7nb",headline:"How to become a junior soldier: Caitlyn's story",search:"how to become a junior soldier caitlyns story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7ry7nb"},{id:"z7rwvk7",headline:"A survival guide to office jargon",search:"a survival guide to office jargon",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7rwvk7"},{id:"z7pywty",headline:"How to become a TV presenter: Radzi Chinyanganya's story",search:"how to become a tv presenter radzi chinyanganyas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7pywty"},{id:"z7p6xyc",headline:"What's your perfect wizarding world career?",search:"whats your perfect wizarding world career",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7p6xyc"},{id:"z7n8scw",headline:"Don’t give up when times get tough",search:"dont give up when times get tough",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7n8scw"},{id:"z7n8nrd",headline:"How I got my first job in the media industry",search:"how i got my first job in the media industry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7n8nrd"},{id:"z7n4hbk",headline:"How to become a teaching assistant: Stacey's story",search:"how to become a teaching assistant staceys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7n4hbk"},{id:"z7n4bdm",headline:"Jobs in engineering",search:"jobs in engineering",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7n4bdm"},{id:"z7kx47h",headline:"What is National Careers Week?",search:"what is national careers week",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7kx47h"},{id:"z7jkbdm",headline:"'How maths scored me a job in fantasy football'",search:"how maths scored me a job in fantasy football",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7jkbdm"},{id:"z7jff4j",headline:"How to become a writer",search:"how to become a writer",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7jff4j"},{id:"z7fn8xs",headline:"How to become a digital marketing assistant: Jack's story",search:"how to become a digital marketing assistant jacks story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7fn8xs"},{id:"z7fjjhv",headline:"A bee sting nearly killed me – now I’m a beekeeper",search:"a bee sting nearly killed me now im a beekeeper",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7fjjhv"},{id:"z7dw47h",headline:"BBC Bitesize's Schools Tour 2019",search:"bbc bitesizes schools tour 2019",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7dw47h"},{id:"z7d947h",headline:"Think there are no jobs in film? Think again!",search:"think there are no jobs in film think again",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7d947h"},{id:"z7d8scw",headline:"Life threw me a curve ball – but I made the most of it!",search:"life threw me a curve ball but i made the most of it",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7d8scw"},{id:"z7d78xs",headline:"How to become an engagement manager: Farhana's story",search:"how to become an engagement manager farhanas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7d78xs"},{id:"z7d692p",headline:"How to become a marketing intern: Megan's story",search:"how to become a marketing intern megans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7d692p"},{id:"z7d3hbk",headline:"Wimbledon legends: what I learnt from pro tennis",search:"wimbledon legends what i learnt from pro tennis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7d3hbk"},{id:"z79h2sg",headline:"Workplace articles and quizzes",search:"workplace articles and quizzes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z79h2sg"},{id:"z78td6f",headline:"How to become an apprentice data and compliance manager: Catherine's story",search:"how to become an apprentice data and compliance manager catherines story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z78td6f"},{id:"z78h7nb",headline:"#changethegame: Behind the scenes of the women's summer of sport season",search:"changethegame behind the scenes of the womens summer of sport season",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z78h7nb"},{id:"z789bdm",headline:"The Apprentice candidates: What do their USPs REALLY mean?",search:"the apprentice candidates what do their usps really mean",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z789bdm"},{id:"z77xqfr",headline:"Meet Jamz Supernova, Biig Piig and Rianne Thompson - Backstage with Bitesize at BBC Music Introducing LIVE 2020",search:"meet jamz supernova biig piig and rianne thompson backstage with bitesize at bbc music introducing live 2020",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z77xqfr"},{id:"z77f7nb",headline:"How to become a shop owner: Lydia's story",search:"how to become a shop owner lydias story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z77f7nb"},{id:"z77bmfr",headline:"How to become a public relations account assistant: Bliss' story",search:"how to become a public relations account assistant bliss story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z77bmfr"},{id:"z76x92p",headline:"How to become a dental lab assistant: Tom's story",search:"how to become a dental lab assistant toms story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z76x92p"},{id:"z769hbk",headline:"How to become an illustrator: Anh's story",search:"how to become an illustrator anhs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z769hbk"},{id:"z74xqp3",headline:"The secrets to success",search:"the secrets to success",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z74xqp3"},{id:"z74vt39",headline:"How to become an artist manager: Ryan's story",search:"how to become an artist manager ryans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z74vt39"},{id:"z74njhv",headline:"How to become a jewellery maker: Niamh's story",search:"how to become a jewellery maker niamhs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z74njhv"},{id:"z74hkmn",headline:"How to become a trainee business analyst: Megan's story",search:"how to become a trainee business analyst megans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z74hkmn"},{id:"z738gwx",headline:"Melissa: Head of TV at Caroline International",search:"melissa head of tv at caroline international",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z738gwx"},{id:"z6yg2sg",headline:"How to become an actor: Aedan Duckworth's story",search:"how to become an actor aedan duckworths story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6yg2sg"},{id:"z6y2bdm",headline:"How to become a school administrator: Gemma's story",search:"how to become a school administrator gemmas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6y2bdm"},{id:"z6xgmfr",headline:"How to become a motorbike mechanic: Ewan's story",search:"how to become a motorbike mechanic ewans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6xgmfr"},{id:"z6w83j6",headline:"How to survive rejection in the music industry",search:"how to survive rejection in the music industry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6w83j6"},{id:"z6vvqp3",headline:"What does it mean to be a good team player?",search:"what does it mean to be a good team player",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6vvqp3"},{id:"z6vrmfr",headline:"How to become a model: Jada Sezer's story",search:"how to become a model jada sezers story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6vrmfr"},{id:"z6vq382",headline:"How activities outside work can help put you a step ahead",search:"how activities outside work can help put you a step ahead",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6vq382"},{id:"z6vjvk7",headline:"How to become a recruitment consultant: Hamzah's story",search:"how to become a recruitment consultant hamzahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6vjvk7"},{id:"z6sdf4j",headline:"If in doubt, ask!",search:"if in doubt ask",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6sdf4j"},{id:"z6rkscw",headline:"‘We’re doing jobs that didn’t exist 20 years ago’",search:"were doing jobs that didnt exist 20 years ago",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6rkscw"},{id:"z6rjvk7",headline:"How do you manage your own work?",search:"how do you manage your own work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6rjvk7"},{id:"z6rjgwx",headline:"How to become a soldier: Naomi's story",search:"how to become a soldier naomis story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6rjgwx"},{id:"z6qvvk7",headline:"Me and the big blue sea: A marine conservationist’s story",search:"me and the big blue sea a marine conservationists story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6qvvk7"},{id:"z6pwnrd",headline:"What is it like to be... a poet, writer and spoken word artist?",search:"what is it like to be a poet writer and spoken word artist",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6pwnrd"},{id:"z6pfqp3",headline:"How to become a writer: Louise's story",search:"how to become a writer louises story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6pfqp3"},{id:"z6n7d6f",headline:"How to become a senior creative: Richard's story",search:"how to become a senior creative richards story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6n7d6f"},{id:"z6n3mfr",headline:"How to become a firefighter: Izzy's story",search:"how to become a firefighter izzys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6n3mfr"},{id:"z6m9hbk",headline:"How to become a business owner: Jessica's story",search:"how to become a business owner jessicas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6m9hbk"},{id:"z6hqvk7",headline:"How to become a personal trainer: Louis' story",search:"how to become a personal trainer louis story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6hqvk7"},{id:"z6gn92p",headline:"How to become a science journalist: Rosie's story",search:"how to become a science journalist rosies story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6gn92p"},{id:"z6gjscw",headline:"How to become a solar farm manager: Manish's story",search:"how to become a solar farm manager manishs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6gjscw"},{id:"z6dpxyc",headline:"What is an entrepreneur?",search:"what is an entrepreneur",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6dpxyc"},{id:"z6cvt39",headline:"How to become a HART paramedic: Hannah's story",search:"how to become a hart paramedic hannahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6cvt39"},{id:"z6cr6v4",headline:"Earning and learning: top tips to make it work",search:"earning and learning top tips to make it work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6cr6v4"},{id:"z6by7nb",headline:"How to become a critical care nurse: Kate's story",search:"how to become a critical care nurse kates story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6by7nb"},{id:"z68fjhv",headline:"How to become an apprentice steel fabricator: Tom's story",search:"how to become an apprentice steel fabricator toms story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z68fjhv"},{id:"z6796v4",headline:"How to become an apprentice site engineer: Zoe's story",search:"how to become an apprentice site engineer zoes story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6796v4"},{id:"z672382",headline:"How to become an interpretation officer: Chris's story",search:"how to become an interpretation officer chriss story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z672382"},{id:"z62v2sg",headline:"The Gen Z women flying the flag for workplace confidence",search:"the gen z women flying the flag for workplace confidence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z62v2sg"},{id:"z62p92p",headline:"How do you stay resilient in your industry?",search:"how do you stay resilient in your industry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z62p92p"},{id:"z4ykscw",headline:"How to become a journalist: Hints and tips from BBC journos",search:"how to become a journalist hints and tips from bbc journos",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4ykscw"},{id:"z4yg6v4",headline:"How to become a medicine management technician: Korina's story",search:"how to become a medicine management technician korinas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4yg6v4"},{id:"z4xw92p",headline:"Sir Richard Branson’s secrets to success",search:"sir richard bransons secrets to success",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4xw92p"},{id:"z4xrrj6",headline:"How origami inspired my sustainable fashion business",search:"how origami inspired my sustainable fashion business",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4xrrj6"},{id:"z4wsd6f",headline:"How to become a professional gamer: Ozzy's story",search:"how to become a professional gamer ozzys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4wsd6f"},{id:"z4wfwty",headline:"How to become a lighting technician: Peter's story",search:"how to become a lighting technician peters story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4wfwty"},{id:"z4w6qp3",headline:"How to become a drummer (for Kylie!): Tom's story",search:"how to become a drummer for kylie toms story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4w6qp3"},{id:"z4vpd6f",headline:"How to become a business owner: Lauren's story",search:"how to become a business owner laurens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4vpd6f"},{id:"z4vjf4j",headline:"Seven essential freelancing tips from people who are making it work",search:"seven essential freelancing tips from people who are making it work",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4vjf4j"},{id:"z4v7bdm",headline:"How to become a restaurant assistant manager: Larissa's story",search:"how to become a restaurant assistant manager larissas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4v7bdm"},{id:"z4v3qp3",headline:"How to become an outreach officer in the fire service: Ludwig's story",search:"how to become an outreach officer in the fire service ludwigs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4v3qp3"},{id:"z4thd6f",headline:"How to become a field technician: Harry's story",search:"how to become a field technician harrys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4thd6f"},{id:"z4sm8xs",headline:"How to become a production manager: Jasmine's story",search:"how to become a production manager jasmines story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4sm8xs"},{id:"z4ryqp3",headline:"How to become a patient support and engagement team administrator : Ailish's story",search:"how to become a patient support and engagement team administrator ailishs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4ryqp3"},{id:"z4rry9q",headline:"How to become a junior creative: Aaron's story",search:"how to become a junior creative aarons story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4rry9q"},{id:"z4rmrj6",headline:"How to become a hairdresser: Jasmine's story",search:"how to become a hairdresser jasmines story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4rmrj6"},{id:"z4r4t39",headline:"How to become a founder of a makeup brand: Jessica's story",search:"how to become a founder of a makeup brand jessicas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4r4t39"},{id:"z4r2gwx",headline:"What skills do you need to work in care?",search:"what skills do you need to work in care",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4r2gwx"},{id:"z4pr6v4",headline:"How to become a shop shift leader: Monique's story",search:"how to become a shop shift leader moniques story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4pr6v4"},{id:"z4pmrj6",headline:"Founding a start-up company: George's story",search:"founding a startup company georges story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4pmrj6"},{id:"z4ph92p",headline:"How to become a membership coordinator in a museum: Ailsa's story",search:"how to become a membership coordinator in a museum ailsas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4ph92p"},{id:"z4p9t39",headline:"Six myths about freelancing: Busted!",search:"six myths about freelancing busted",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4p9t39"},{id:"z4nq8xs",headline:"How to become a drone operator: Carys' story",search:"how to become a drone operator carys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4nq8xs"},{id:"z4jyqp3",headline:"Why working together matters",search:"why working together matters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4jyqp3"},{id:"z4jn2sg",headline:"How to become a sound engineer: Raphael's story",search:"how to become a sound engineer raphaels story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4jn2sg"},{id:"z4hdcqt",headline:"Business buzzwords: Decoded",search:"business buzzwords decoded",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4hdcqt"},{id:"z4gjbdm",headline:"How to become a sales performance manager: Grant's story",search:"how to become a sales performance manager grants story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4gjbdm"},{id:"z4fq382",headline:"How to become a chef and food vlogger: Dominique's story",search:"how to become a chef and food vlogger dominiques story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4fq382"},{id:"z4fkscw",headline:"How to become a crèche assistant: Lia's story",search:"how to become a creche assistant lias story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4fkscw"},{id:"z4dm92p",headline:"Life as a director of a wholesale fashion company: Wasim's story",search:"life as a director of a wholesale fashion company wasims story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4dm92p"},{id:"z4bvpg8",headline:"How to become a radio and podcast presenter: Nick Bright's story",search:"how to become a radio and podcast presenter nick brights story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4bvpg8"},{id:"z49t92p",headline:"How to become a makeup artist: Amrita's story",search:"how to become a makeup artist amritas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z49t92p"},{id:"z49bmfr",headline:"How to become an executive assistant: Emily's story",search:"how to become an executive assistant emilys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z49bmfr"},{id:"z49b6v4",headline:"How to become a critical care staff nurse: Sarah's story",search:"how to become a critical care staff nurse sarahs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z49b6v4"},{id:"z499kmn",headline:"Ramadan: How I’m observing as a medical key worker",search:"ramadan how im observing as a medical key worker",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z499kmn"},{id:"z48m47h",headline:"How to become an assistant learning officer: Amy's story",search:"how to become an assistant learning officer amys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z48m47h"},{id:"z48kgwx",headline:"How to become an art director: Laura's story",search:"how to become an art director lauras story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z48kgwx"},{id:"z48dpg8",headline:"How to become a streaming manager: Rob's story",search:"how to become a streaming manager robs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z48dpg8"},{id:"z482382",headline:"How to become a screenwriter: Roanne Bardsley's story",search:"how to become a screenwriter roanne bardsleys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z482382"},{id:"z47tcqt",headline:"The advice I'd give to my younger self",search:"the advice id give to my younger self",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z47tcqt"},{id:"z47rxyc",headline:"How to become a drama facilitator: Megan's story",search:"how to become a drama facilitator megans story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z47rxyc"},{id:"z47qvk7",headline:"How to become a science officer: Lauren's story",search:"how to become a science officer laurens story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z47qvk7"},{id:"z47b2sg",headline:"How to become a business development intern: Nifemi's story",search:"how to become a business development intern nifemis story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z47b2sg"},{id:"z477382",headline:"Communication is about more than words",search:"communication is about more than words",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z477382"},{id:"z476rj6",headline:"How to become a commissioning and development executive: Craig Orr's story",search:"how to become a commissioning and development executive craig orrs story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z476rj6"},{id:"z4732sg",headline:"Top tips on taking the initiative",search:"top tips on taking the initiative",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4732sg"},{id:"z46p8xs",headline:"How to become an apprentice journalist: Natasha's story",search:"how to become an apprentice journalist natashas story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z46p8xs"},{id:"z46d47h",headline:"How to become a content editor: Henry's story",search:"how to become a content editor henrys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z46d47h"},{id:"z44dcqt",headline:"Five workplace perks you didn’t know you wanted",search:"five workplace perks you didnt know you wanted",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z44dcqt"},{id:"z439nrd",headline:"How to become a radio presenter: Swarzy's story",search:"how to become a radio presenter swarzys story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z439nrd"},{id:"z338g7h",headline:"How lockdown has changed the way I think about my career",search:"how lockdown has changed the way i think about my career",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z338g7h"},{id:"z2v28hv",headline:"From car boot sale to online fashion success: T’s story",search:"from car boot sale to online fashion success ts story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z2v28hv"},{id:"z2qqkty",headline:"Meet Angelle Joseph, Joy Crookes, Harpz Kaur and Ransom FA - Backstage with Bitesize at BBC Music Introducing LIVE 2020",search:"meet angelle joseph joy crookes harpz kaur and ransom fa backstage with bitesize at bbc music introducing live 2020",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z2qqkty"}]},function(e,t){e.exports=[{id:"zkv26yc",headline:"Darwin v Doudna: Who was the greatest scientist? (Inheritance and genetics)",search:"darwin v doudna who was the greatest scientist",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkv26yc"},{id:"z26xgdm",headline:"How to dissect a chicken leg (Living organisms)",search:"how to dissect a chicken leg",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z26xgdm"},{id:"z4nj2nb",headline:"How to make a model animal cell (Living organisms)",search:"how to make a model animal cell",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4nj2nb"},{id:"zrh8jty",headline:"How to make a model plant cell (Living organisms)",search:"how to make a model plant cell",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrh8jty"},{id:"z9wwsrd",headline:"How to measure photosynthesis (Respiration and gas exchange)",search:"how to measure photosynthesis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z9wwsrd"},{id:"zm3xh39",headline:"How to measure your lung capacity (Respiration and gas exchange)",search:"how to measure your lung capacity",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm3xh39"},{id:"zrm48mn",headline:"How to model digestion using tights (Nutrition, digestion and excretion)",search:"how to model digestion using tights",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrm48mn"},{id:"zbm48mn",headline:"How to observe cells under a microscope (Living organisms)",search:"how to observe cells under a microscope",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbm48mn"},{id:"z9gkfcw",headline:"How to turn starch into glucose (Nutrition, digestion and excretion)",search:"how to turn starch into glucose",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z9gkfcw"},{id:"z3p7gdm",headline:"Should extinct species be brought back to life? (Inheritance and genetics)",search:"should extinct species be brought back to life",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z3p7gdm"},{id:"z877v9q",headline:"Should sugary drinks be banned for under-18s? (Health and disease)",search:"should sugary drinks be banned for under18s",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z877v9q"},{id:"z4f26yc",headline:"What are bacteria? (Living organisms)",search:"what are bacteria",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4f26yc"},{id:"zfqg4qt",headline:"What are carbohydrates? (Nutrition, digestion and excretion)",search:"what are carbohydrates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfqg4qt"},{id:"zr69dxs",headline:"What are cells? (Living organisms)",search:"what are cells",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr69dxs"},{id:"zkhdqhv",headline:"What are lipids, oils and fats? (Nutrition, digestion and excretion)",search:"what are lipids oils and fats",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkhdqhv"},{id:"zfj3rwx",headline:"What are specialised cells? (Living organisms)",search:"what are specialised cells",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfj3rwx"},{id:"zmrtng8",headline:"What are the differences between animal and plant cells? (Living organisms)",search:"what are the differences between animal and plant cells",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmrtng8"},{id:"zjchsrd",headline:"What are the organs of a plant? (Living organisms)",search:"what are the organs of a plant",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjchsrd"},{id:"zbpdqhv",headline:"What are the organs of the human body? (Living organisms)",search:"what are the organs of the human body",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbpdqhv"},{id:"zf2ck2p",headline:"What are vitamins and minerals? (Nutrition, digestion and excretion)",search:"what are vitamins and minerals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf2ck2p"},{id:"zvwbcj6",headline:"What is DNA? (Inheritance and genetics)",search:"what is dna",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvwbcj6"},{id:"zmwvgdm",headline:"What is a healthy diet? (Nutrition, digestion and excretion)",search:"what is a healthy diet",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmwvgdm"},{id:"zth9ng8",headline:"What is aerobic respiration? (Respiration and gas exchange)",search:"what is aerobic respiration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zth9ng8"},{id:"zcsbmsg",headline:"What is anaerobic respiration? (Respiration and gas exchange)",search:"what is anaerobic respiration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zcsbmsg"},{id:"z2d2gdm",headline:"What is cellulose? (Living organisms)",search:"what is cellulose",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z2d2gdm"},{id:"z4f7xfr",headline:"What is dietary fibre? (Nutrition, digestion and excretion)",search:"what is dietary fibre",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4f7xfr"},{id:"z7gpfcw",headline:"What is digestion? (Nutrition, digestion and excretion)",search:"what is digestion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7gpfcw"},{id:"zm8yb82",headline:"What is food energy? (Nutrition, digestion and excretion)",search:"what is food energy",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zm8yb82"},{id:"zctyqhv",headline:"What is glucose or blood sugar? (Respiration and gas exchange)",search:"what is glucose or blood sugar",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zctyqhv"},{id:"ztdmrwx",headline:"What is lactic acid? (Respiration and gas exchange)",search:"what is lactic acid",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/ztdmrwx"},{id:"zms7xfr",headline:"What is malnutrition? (Health and disease)",search:"what is malnutrition",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zms7xfr"},{id:"z7hj2nb",headline:"What is natural selection? (Inheritance and genetics)",search:"what is natural selection",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7hj2nb"},{id:"zdx8jty",headline:"What is obesity? (Health and disease)",search:"what is obesity",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdx8jty"},{id:"zn4sv9q",headline:"What is photosynthesis? (Respiration and gas exchange)",search:"what is photosynthesis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn4sv9q"},{id:"zfcsv9q",headline:"What is poo? (Nutrition, digestion and excretion)",search:"what is poo",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfcsv9q"},{id:"zh2r97h",headline:"What is protein? (Nutrition, digestion and excretion)",search:"what is protein",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh2r97h"},{id:"zxwwsrd",headline:"What is starch? (Nutrition, digestion and excretion)",search:"what is starch",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zxwwsrd"},{id:"z6btng8",headline:"What is the structure of a leaf? (Living organisms)",search:"what is the structure of a leaf",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6btng8"},{id:"z6s26yc",headline:"What is variation? (Inheritance and genetics)",search:"what is variation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6s26yc"},{id:"z9hyvcw",headline:"Cells to systems (Living organisms)",search:"cells to systems",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9hyvcw"},{id:"z9hyvcw-3",headline:"Cells to systems: Animal cells and plant cells (Living organisms)",search:"animal cells and plant cells",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9hyvcw/revision/3"},{id:"z9hyvcw-2",headline:"Cells to systems: Cells (Living organisms)",search:"cells",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9hyvcw/revision/2"},{id:"z9hyvcw-4",headline:"Cells to systems: Cells and their functions (Living organisms)",search:"cells and their functions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9hyvcw/revision/4"},{id:"z9hyvcw-6",headline:"Cells to systems: Cells, tissues, organs and systems (Living organisms)",search:"cells tissues organs and systems",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9hyvcw/revision/6"},{id:"z9hyvcw-1",headline:"Cells to systems: Life processes (Living organisms)",search:"life processes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9hyvcw/revision/1"},{id:"z9hyvcw-5",headline:"Cells to systems: Unicellular organisms (Living organisms)",search:"unicellular organisms",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9hyvcw/revision/5"},{id:"zp7thyc",headline:"DNA (Inheritance and genetics)",search:"dna",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp7thyc"},{id:"zp7thyc-2",headline:"DNA: Chromosomes, DNA and genes (Inheritance and genetics)",search:"chromosomes dna and genes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp7thyc/revision/2"},{id:"zp7thyc-1",headline:"DNA: Structure of DNA (Inheritance and genetics)",search:"structure of dna",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp7thyc/revision/1"},{id:"zyjx6sg",headline:"Diet (Nutrition, digestion and excretion)",search:"diet",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyjx6sg"},{id:"zyjx6sg-3",headline:"Diet: Effects of a poor diet (Nutrition, digestion and excretion)",search:"effects of a poor diet",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyjx6sg/revision/3"},{id:"zyjx6sg-2",headline:"Diet: Energy needs (Nutrition, digestion and excretion)",search:"energy needs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyjx6sg/revision/2"},{id:"zyjx6sg-1",headline:"Diet: Nutrients (Nutrition, digestion and excretion)",search:"nutrients",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyjx6sg/revision/1"},{id:"z9pv34j",headline:"Digestive system (Nutrition, digestion and excretion)",search:"digestive system",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9pv34j"},{id:"z9pv34j-3",headline:"Digestive system: Absorption and egestion (Nutrition, digestion and excretion)",search:"absorption and egestion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9pv34j/revision/3"},{id:"z9pv34j-2",headline:"Digestive system: Digestion and enzymes (Nutrition, digestion and excretion)",search:"digestion and enzymes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9pv34j/revision/2"},{id:"z9pv34j-1",headline:"Digestive system: Human digestive system (Nutrition, digestion and excretion)",search:"human digestive system",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9pv34j/revision/1"},{id:"z9pv34j-4",headline:"Digestive system: Modelling the digestive system (Nutrition, digestion and excretion)",search:"modelling the digestive system",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9pv34j/revision/4"},{id:"zw9jq6f",headline:"Evolution, extinction and biodiversity (Inheritance and genetics)",search:"evolution extinction and biodiversity",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw9jq6f"},{id:"zw9jq6f-1",headline:"Evolution, extinction and biodiversity: Evolution (Inheritance and genetics)",search:"evolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw9jq6f/revision/1"},{id:"zw9jq6f-2",headline:"Evolution, extinction and biodiversity: Extinction (Inheritance and genetics)",search:"extinction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw9jq6f/revision/2"},{id:"zw9jq6f-3",headline:"Evolution, extinction and biodiversity: Maintaining biodiversity (Inheritance and genetics)",search:"maintaining biodiversity",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw9jq6f/revision/3"},{id:"zq4wjxs",headline:"Food chains and food webs (Ecosystems and habitats)",search:"food chains and food webs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq4wjxs"},{id:"zq4wjxs-4",headline:"Food chains and food webs: Changes to food webs (Ecosystems and habitats)",search:"changes to food webs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq4wjxs/revision/4"},{id:"zq4wjxs-1",headline:"Food chains and food webs: Food chains (Ecosystems and habitats)",search:"food chains",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq4wjxs/revision/1"},{id:"zq4wjxs-3",headline:"Food chains and food webs: Food webs (Ecosystems and habitats)",search:"food webs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq4wjxs/revision/3"},{id:"zq4wjxs-2",headline:"Food chains and food webs: Pyramids of numbers (Ecosystems and habitats)",search:"pyramids of numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq4wjxs/revision/2"},{id:"zq4wjxs-5",headline:"Food chains and food webs: Toxic materials in the food chain (Ecosystems and habitats)",search:"toxic materials in the food chain",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq4wjxs/revision/5"},{id:"zy2hpv4",headline:"Health (Health and disease)",search:"health",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2hpv4"},{id:"zy2hpv4-3",headline:"Health: Drugs (Health and disease)",search:"drugs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2hpv4/revision/3"},{id:"zy2hpv4-1",headline:"Health: Lungs and health (Health and disease)",search:"lungs and health",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2hpv4/revision/1"},{id:"zy2hpv4-2",headline:"Health: Smoking (Health and disease)",search:"smoking",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2hpv4/revision/2"},{id:"z9fgr82",headline:"Human reproduction (Reproduction)",search:"human reproduction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fgr82"},{id:"z9fgr82-5",headline:"Human reproduction: Fetal development and birth (Reproduction)",search:"fetal development and birth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fgr82/revision/5"},{id:"z9fgr82-4",headline:"Human reproduction: Gametes and fertilisation (Reproduction)",search:"gametes and fertilisation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fgr82/revision/4"},{id:"z9fgr82-6",headline:"Human reproduction: Puberty (Reproduction)",search:"puberty",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fgr82/revision/6"},{id:"z9fgr82-2",headline:"Human reproduction: The female reproductive system (Reproduction)",search:"the female reproductive system",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fgr82/revision/2"},{id:"z9fgr82-1",headline:"Human reproduction: The male reproductive system (Reproduction)",search:"the male reproductive system",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fgr82/revision/1"},{id:"z9fgr82-3",headline:"Human reproduction: The menstrual cycle (Reproduction)",search:"the menstrual cycle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fgr82/revision/3"},{id:"zpwmxnb",headline:"Photosynthesis (Respiration and gas exchange)",search:"photosynthesis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwmxnb"},{id:"zpwmxnb-2",headline:"Photosynthesis: Adaptations of the leaf (Respiration and gas exchange)",search:"adaptations of the leaf",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwmxnb/revision/2"},{id:"zpwmxnb-4",headline:"Photosynthesis: Investigating the rate of photosynthesis (Respiration and gas exchange)",search:"investigating the rate of photosynthesis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwmxnb/revision/4"},{id:"zpwmxnb-3",headline:"Photosynthesis: Photosynthesis and respiration in plants (Respiration and gas exchange)",search:"photosynthesis and respiration in plants",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwmxnb/revision/3"},{id:"zpwmxnb-1",headline:"Photosynthesis: What is photosynthesis? (Respiration and gas exchange)",search:"what is photosynthesis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwmxnb/revision/1"},{id:"zs7thyc",headline:"Plant reproduction (Reproduction)",search:"plant reproduction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zs7thyc"},{id:"zs7thyc-4",headline:"Plant reproduction: Dispersal (Reproduction)",search:"dispersal",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zs7thyc/revision/4"},{id:"zs7thyc-1",headline:"Plant reproduction: Flower structure (Reproduction)",search:"flower structure",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zs7thyc/revision/1"},{id:"zs7thyc-2",headline:"Plant reproduction: Pollination (Reproduction)",search:"pollination",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zs7thyc/revision/2"},{id:"zs7thyc-3",headline:"Plant reproduction: Seeds and fruit (Reproduction)",search:"seeds and fruit",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zs7thyc/revision/3"},{id:"zq349j6",headline:"Respiration (Respiration and gas exchange)",search:"respiration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq349j6"},{id:"zq349j6-3",headline:"Respiration: Gas exchange in the lungs (Respiration and gas exchange)",search:"gas exchange in the lungs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq349j6/revision/3"},{id:"zq349j6-1",headline:"Respiration: Respiration (Respiration and gas exchange)",search:"respiration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq349j6/revision/1"},{id:"zq349j6-2",headline:"Respiration: The human gas exchange system (Respiration and gas exchange)",search:"the human gas exchange system",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zq349j6/revision/2"},{id:"zpkq7ty",headline:"Skeletal and muscular systems (Living organisms)",search:"skeletal and muscular systems",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpkq7ty"},{id:"zpkq7ty-2",headline:"Skeletal and muscular systems: Joints (Living organisms)",search:"joints",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpkq7ty/revision/2"},{id:"zpkq7ty-3",headline:"Skeletal and muscular systems: Muscles (Living organisms)",search:"muscles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpkq7ty/revision/3"},{id:"zpkq7ty-1",headline:"Skeletal and muscular systems: The skeleton (Living organisms)",search:"the skeleton",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpkq7ty/revision/1"},{id:"zw4wjxs",headline:"Species and selective breeding (Inheritance and genetics)",search:"species and selective breeding",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw4wjxs"},{id:"zw4wjxs-2",headline:"Species and selective breeding: Selective breeding (Inheritance and genetics)",search:"selective breeding",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw4wjxs/revision/2"},{id:"zw4wjxs-1",headline:"Species and selective breeding: Species (Inheritance and genetics)",search:"species",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw4wjxs/revision/1"},{id:"z9gk87h",headline:"Variation (Inheritance and genetics)",search:"variation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9gk87h"},{id:"z9gk87h-3",headline:"Variation: Continuous and discontinuous variation (Inheritance and genetics)",search:"continuous and discontinuous variation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9gk87h/revision/3"},{id:"z9gk87h-2",headline:"Variation: Inherited and environmental variation (Inheritance and genetics)",search:"inherited and environmental variation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9gk87h/revision/2"},{id:"z9gk87h-1",headline:"Variation: What is variation? (Inheritance and genetics)",search:"what is variation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9gk87h/revision/1"},{id:"zxhhvcw",headline:"Ecosystems and habitats",search:"ecosystems and habitats",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zxhhvcw"},{id:"z6pp34j",headline:"Evolution",search:"evolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z6pp34j"},{id:"ztnnb9q",headline:"Health and disease",search:"health and disease",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/ztnnb9q"},{id:"zhssgk7",headline:"Humans and the environment",search:"humans and the environment",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zhssgk7"},{id:"zpffr82",headline:"Inheritance and genetics",search:"inheritance and genetics",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zpffr82"},{id:"znyycdm",headline:"Living organisms",search:"living organisms",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/znyycdm"},{id:"zsvv4wx",headline:"Nerves and hormones",search:"nerves and hormones",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zsvv4wx"},{id:"zf339j6",headline:"Nutrition, digestion and excretion",search:"nutrition digestion and excretion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zf339j6"},{id:"zybbkqt",headline:"Reproduction",search:"reproduction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zybbkqt"},{id:"zvrrd2p",headline:"Respiration and gas exchange",search:"respiration and gas exchange",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zvrrd2p"},{id:"z3ccwmn",headline:"Transport",search:"transport",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z3ccwmn"}]},function(e,t){e.exports=[{id:"zky82hv",headline:"Charles I, Civil War and the Restoration (Charles I)",search:"charles i civil war and the restoration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zky82hv"},{id:"zky82hv-1",headline:"Charles I, Civil War and the Restoration: A summary of Charles I, Civil War and the Restoration (Charles I)",search:"a summary of charles i civil war and the restoration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zky82hv/revision/1"},{id:"zky82hv-6",headline:"Charles I, Civil War and the Restoration: Consequences of Charles' actions, the Civil War and the Restoration (Charles I)",search:"consequences of charles actions the civil war and the restoration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zky82hv/revision/6"},{id:"zky82hv-7",headline:"Charles I, Civil War and the Restoration: Interpretations of Charles' actions, the Civil War and the Restoration (Charles I)",search:"interpretations of charles actions the civil war and the restoration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zky82hv/revision/7"},{id:"zky82hv-2",headline:"Charles I, Civil War and the Restoration: King and Parliament (Charles I)",search:"king and parliament",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zky82hv/revision/2"},{id:"zky82hv-4",headline:"Charles I, Civil War and the Restoration: The Civil War (Charles I)",search:"the civil war",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zky82hv/revision/4"},{id:"zky82hv-5",headline:"Charles I, Civil War and the Restoration: The Execution of Charles I (Charles I)",search:"the execution of charles i",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zky82hv/revision/5"},{id:"zky82hv-3",headline:"Charles I, Civil War and the Restoration: The steps to civil war (Charles I)",search:"the steps to civil war",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zky82hv/revision/3"},{id:"z6k6fg8",headline:"Conflicts through time (Conflict through time in the UK)",search:"conflicts through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6k6fg8"},{id:"z6k6fg8-1",headline:"Conflicts through time: A summary of conflicts through time (Conflict through time in the UK)",search:"a summary of conflicts through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6k6fg8/revision/1"},{id:"z6k6fg8-4",headline:"Conflicts through time: The 19th Century (Conflict through time in the UK)",search:"the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6k6fg8/revision/4"},{id:"z6k6fg8-5",headline:"Conflicts through time: The 20th century (Conflict through time in the UK)",search:"the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6k6fg8/revision/5"},{id:"z6k6fg8-2",headline:"Conflicts through time: The Middle Ages (Conflict through time in the UK)",search:"the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6k6fg8/revision/2"},{id:"z6k6fg8-3",headline:"Conflicts through time: Tudor and Stuart times (Conflict through time in the UK)",search:"tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6k6fg8/revision/3"},{id:"zcn4jxs",headline:"Elizabeth I (Elizabeth I)",search:"elizabeth i",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcn4jxs"},{id:"zcn4jxs-1",headline:"Elizabeth I: A summary of Elizabeth I (Elizabeth I)",search:"a summary of elizabeth i",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcn4jxs/revision/1"},{id:"zcn4jxs-4",headline:"Elizabeth I: Consequences of Elizabeth I's reign (Elizabeth I)",search:"consequences of elizabeth is reign",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcn4jxs/revision/4"},{id:"zcn4jxs-5",headline:"Elizabeth I: Interpretations of Elizabeth I's reign (Elizabeth I)",search:"interpretations of elizabeth is reign",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcn4jxs/revision/5"},{id:"zcn4jxs-2",headline:"Elizabeth I: Problems (Elizabeth I)",search:"problems",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcn4jxs/revision/2"},{id:"zcn4jxs-3",headline:"Elizabeth I: The power of the queen (Elizabeth I)",search:"the power of the queen",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcn4jxs/revision/3"},{id:"zwbj6sg",headline:"Everyday life in Tudor and Stuart times (Everyday life in Tudor and Stuart times)",search:"everyday life in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg"},{id:"zwbj6sg-1",headline:"Everyday life in Tudor and Stuart times: A summary of everyday life in Tudor and Stuart times (Everyday life in Tudor and Stuart times)",search:"a summary of everyday life in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg/revision/1"},{id:"zwbj6sg-5",headline:"Everyday life in Tudor and Stuart times: Entertainment in Tudor and Stuart times (Everyday life in Tudor and Stuart times)",search:"entertainment in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg/revision/5"},{id:"zwbj6sg-8",headline:"Everyday life in Tudor and Stuart times: Interpretations of life in Tudor and Stuart times (Everyday life in Tudor and Stuart times)",search:"interpretations of life in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg/revision/8"},{id:"zwbj6sg-3",headline:"Everyday life in Tudor and Stuart times: Life for the Stuart lords (Everyday life in Tudor and Stuart times)",search:"life for the stuart lords",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg/revision/3"},{id:"zwbj6sg-2",headline:"Everyday life in Tudor and Stuart times: Life for the Tudor lords (Everyday life in Tudor and Stuart times)",search:"life for the tudor lords",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg/revision/2"},{id:"zwbj6sg-7",headline:"Everyday life in Tudor and Stuart times: Life for the poor in Tudor and Stuart times (Everyday life in Tudor and Stuart times)",search:"life for the poor in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg/revision/7"},{id:"zwbj6sg-4",headline:"Everyday life in Tudor and Stuart times: Life in the towns in Tudor and Stuart times (Everyday life in Tudor and Stuart times)",search:"life in the towns in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg/revision/4"},{id:"zwbj6sg-6",headline:"Everyday life in Tudor and Stuart times: London in Tudor and Stuart times (Everyday life in Tudor and Stuart times)",search:"london in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwbj6sg/revision/6"},{id:"zqgjq6f",headline:"Everyday life in the 20th century (Everyday life in the 20th century)",search:"everyday life in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgjq6f"},{id:"zqgjq6f-1",headline:"Everyday life in the 20th century: A summary of everyday life in the 20th century (Everyday life in the 20th century)",search:"a summary of everyday life in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgjq6f/revision/1"},{id:"zqgjq6f-3",headline:"Everyday life in the 20th century: Economy (Everyday life in the 20th century)",search:"economy",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgjq6f/revision/3"},{id:"zqgjq6f-5",headline:"Everyday life in the 20th century: Society and private lives (Everyday life in the 20th century)",search:"society and private lives",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgjq6f/revision/5"},{id:"zqgjq6f-4",headline:"Everyday life in the 20th century: Society and the state (Everyday life in the 20th century)",search:"society and the state",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgjq6f/revision/4"},{id:"zqgjq6f-2",headline:"Everyday life in the 20th century: Technology and science (Everyday life in the 20th century)",search:"technology and science",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgjq6f/revision/2"},{id:"z3x39j6",headline:"Everyday life in the Industrial Era (British society)",search:"everyday life in the industrial era",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3x39j6"},{id:"z3x39j6-1",headline:"Everyday life in the Industrial Era: A summary of everyday life in the Industrial Era (British society)",search:"a summary of everyday life in the industrial era",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3x39j6/revision/1"},{id:"z3x39j6-3",headline:"Everyday life in the Industrial Era: Middle class life in the Industrial Era (British society)",search:"middle class life in the industrial era",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3x39j6/revision/3"},{id:"z3x39j6-2",headline:"Everyday life in the Industrial Era: Upper class life in the Industrial Era (British society)",search:"upper class life in the industrial era",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3x39j6/revision/2"},{id:"z3x39j6-5",headline:"Everyday life in the Industrial Era: What do you think? (British society)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3x39j6/revision/5"},{id:"z3x39j6-6",headline:"Everyday life in the Industrial Era: Where next? (British society)",search:"where next",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3x39j6/revision/6"},{id:"z3x39j6-4",headline:"Everyday life in the Industrial Era: Working class life in the Industrial Era (British society)",search:"working class life in the industrial era",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3x39j6/revision/4"},{id:"zm4mn39",headline:"Everyday life in the Middle Ages (The Middle Ages (12th to 15th century))",search:"everyday life in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zm4mn39"},{id:"zm4mn39-3",headline:"Everyday life in the Middle Ages: A day in the life of a medieval lord (The Middle Ages (12th to 15th century))",search:"a day in the life of a medieval lord",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zm4mn39/revision/3"},{id:"zm4mn39-5",headline:"Everyday life in the Middle Ages: A day in the life of a medieval town (The Middle Ages (12th to 15th century))",search:"a day in the life of a medieval town",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zm4mn39/revision/5"},{id:"zm4mn39-1",headline:"Everyday life in the Middle Ages: A summary of everyday life in the Middle Ages (The Middle Ages (12th to 15th century))",search:"a summary of everyday life in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zm4mn39/revision/1"},{id:"zm4mn39-2",headline:"Everyday life in the Middle Ages: Life in a castle (The Middle Ages (12th to 15th century))",search:"life in a castle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zm4mn39/revision/2"},{id:"zm4mn39-4",headline:"Everyday life in the Middle Ages: Life in a medieval town (The Middle Ages (12th to 15th century))",search:"life in a medieval town",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zm4mn39/revision/4"},{id:"zm4mn39-6",headline:"Everyday life in the Middle Ages: Life in a medieval village (The Middle Ages (12th to 15th century))",search:"life in a medieval village",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zm4mn39/revision/6"},{id:"zm4mn39-7",headline:"Everyday life in the Middle Ages: Literature, art and architecture in the Middle Ages (The Middle Ages (12th to 15th century))",search:"literature art and architecture in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zm4mn39/revision/7"},{id:"zghrd2p",headline:"Henry VIII (Henry VIII)",search:"henry viii",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zghrd2p"},{id:"zghrd2p-2",headline:"Henry VIII: A strong throne (Henry VIII)",search:"a strong throne",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zghrd2p/revision/2"},{id:"zghrd2p-1",headline:"Henry VIII: A summary of Henry VIII (Henry VIII)",search:"a summary of henry viii",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zghrd2p/revision/1"},{id:"zghrd2p-4",headline:"Henry VIII: Consequences of Henry VIII's reign (Henry VIII)",search:"consequences of henry viiis reign",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zghrd2p/revision/4"},{id:"zghrd2p-5",headline:"Henry VIII: Interpretations of Henry VIII's reign (Henry VIII)",search:"interpretations of henry viiis reign",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zghrd2p/revision/5"},{id:"zghrd2p-3",headline:"Henry VIII: Power of the king (Henry VIII)",search:"power of the king",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zghrd2p/revision/3"},{id:"zrhrd2p",headline:"Ireland in the 20th century (Northern Ireland)",search:"ireland in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p"},{id:"zrhrd2p-8",headline:"Ireland in the 20th century: 1980 - 1990s – Agreement, settlement and an end to the Troubles (Northern Ireland)",search:"1980 1990s agreement settlement and an end to the troubles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/8"},{id:"zrhrd2p-1",headline:"Ireland in the 20th century: A summary of Ireland during the 20th century (Northern Ireland)",search:"a summary of ireland during the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/1"},{id:"zrhrd2p-9",headline:"Ireland in the 20th century: Consequences of the conflict in Ireland (Northern Ireland)",search:"consequences of the conflict in ireland",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/9"},{id:"zrhrd2p-3",headline:"Ireland in the 20th century: Easter Rising 1916 (Northern Ireland)",search:"easter rising 1916",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/3"},{id:"zrhrd2p-2",headline:"Ireland in the 20th century: Home Rule Bill (Northern Ireland)",search:"home rule bill",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/2"},{id:"zrhrd2p-6",headline:"Ireland in the 20th century: Settlement 1923 - 1951 (Northern Ireland)",search:"settlement 1923 1951",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/6"},{id:"zrhrd2p-5",headline:"Ireland in the 20th century: The Civil War 1922 – 1923 (Northern Ireland)",search:"the civil war 1922 1923",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/5"},{id:"zrhrd2p-7",headline:"Ireland in the 20th century: The Troubles 1950s to 1970s (Northern Ireland)",search:"the troubles 1950s to 1970s",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/7"},{id:"zrhrd2p-4",headline:"Ireland in the 20th century: The War of Independence 1919 – 1921 (Northern Ireland)",search:"the war of independence 1919 1921",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/4"},{id:"zrhrd2p-10",headline:"Ireland in the 20th century: What do you think? (Northern Ireland)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrhrd2p/revision/10"},{id:"zqgqtfr",headline:"King John and Magna Carta (The Middle Ages (12th to 15th century))",search:"king john and magna carta",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgqtfr"},{id:"zqgqtfr-1",headline:"King John and Magna Carta: A summary of King John and Magna Carta (The Middle Ages (12th to 15th century))",search:"a summary of king john and magna carta",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgqtfr/revision/1"},{id:"zqgqtfr-4",headline:"King John and Magna Carta: Consequences of Magna Carta (The Middle Ages (12th to 15th century))",search:"consequences of magna carta",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgqtfr/revision/4"},{id:"zqgqtfr-3",headline:"King John and Magna Carta: Creation of Magna Carta (The Middle Ages (12th to 15th century))",search:"creation of magna carta",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgqtfr/revision/3"},{id:"zqgqtfr-6",headline:"King John and Magna Carta: Historical interpretations of King John (The Middle Ages (12th to 15th century))",search:"historical interpretations of king john",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgqtfr/revision/6"},{id:"zqgqtfr-5",headline:"King John and Magna Carta: Historical interpretations of Magna Carta (The Middle Ages (12th to 15th century))",search:"historical interpretations of magna carta",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgqtfr/revision/5"},{id:"zqgqtfr-2",headline:"King John and Magna Carta: John and the monarchy (The Middle Ages (12th to 15th century))",search:"john and the monarchy",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqgqtfr/revision/2"},{id:"zxg6wxs",headline:"Medicine through time (Medieval and Renaissance medicine)",search:"medicine through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs"},{id:"zp9n2p3",headline:"Medicine through time (Modern medicine)",search:"medicine through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3"},{id:"zxg6wxs-1",headline:"Medicine through time: A summary of medicine through time (Medieval and Renaissance medicine)",search:"a summary of medicine through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/1"},{id:"zp9n2p3-1",headline:"Medicine through time: A summary of medicine through time (Modern medicine)",search:"a summary of medicine through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/1"},{id:"zxg6wxs-6",headline:"Medicine through time: Medicine in the 19th century (Medieval and Renaissance medicine)",search:"medicine in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/6"},{id:"zxg6wxs-7",headline:"Medicine through time: Medicine in the 19th century (Medieval and Renaissance medicine)",search:"medicine in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/7"},{id:"zxg6wxs-8",headline:"Medicine through time: Medicine in the 19th century (Medieval and Renaissance medicine)",search:"medicine in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/8"},{id:"zp9n2p3-6",headline:"Medicine through time: Medicine in the 19th century (Modern medicine)",search:"medicine in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/6"},{id:"zp9n2p3-7",headline:"Medicine through time: Medicine in the 19th century (Modern medicine)",search:"medicine in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/7"},{id:"zp9n2p3-8",headline:"Medicine through time: Medicine in the 19th century (Modern medicine)",search:"medicine in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/8"},{id:"zxg6wxs-9",headline:"Medicine through time: Medicine in the 20th century (Medieval and Renaissance medicine)",search:"medicine in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/9"},{id:"zxg6wxs-10",headline:"Medicine through time: Medicine in the 20th century (Medieval and Renaissance medicine)",search:"medicine in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/10"},{id:"zp9n2p3-9",headline:"Medicine through time: Medicine in the 20th century (Modern medicine)",search:"medicine in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/9"},{id:"zp9n2p3-10",headline:"Medicine through time: Medicine in the 20th century (Modern medicine)",search:"medicine in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/10"},{id:"zxg6wxs-4",headline:"Medicine through time: Medicine in the Early Modern age (Medieval and Renaissance medicine)",search:"medicine in the early modern age",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/4"},{id:"zxg6wxs-5",headline:"Medicine through time: Medicine in the Early Modern age (Medieval and Renaissance medicine)",search:"medicine in the early modern age",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/5"},{id:"zp9n2p3-4",headline:"Medicine through time: Medicine in the Early Modern age (Modern medicine)",search:"medicine in the early modern age",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/4"},{id:"zp9n2p3-5",headline:"Medicine through time: Medicine in the Early Modern age (Modern medicine)",search:"medicine in the early modern age",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/5"},{id:"zxg6wxs-2",headline:"Medicine through time: Medicine in the Middle Ages (Medieval and Renaissance medicine)",search:"medicine in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/2"},{id:"zxg6wxs-3",headline:"Medicine through time: Medicine in the Middle Ages (Medieval and Renaissance medicine)",search:"medicine in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxg6wxs/revision/3"},{id:"zp9n2p3-2",headline:"Medicine through time: Medicine in the Middle Ages (Modern medicine)",search:"medicine in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/2"},{id:"zp9n2p3-3",headline:"Medicine through time: Medicine in the Middle Ages (Modern medicine)",search:"medicine in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp9n2p3/revision/3"},{id:"zgtg87h",headline:"Modern China (China)",search:"modern china",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgtg87h"},{id:"zgtg87h-1",headline:"Modern China: A summary of modern China (China)",search:"a summary of modern china",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgtg87h/revision/1"},{id:"zgtg87h-5",headline:"Modern China: China after Mao (China)",search:"china after mao",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgtg87h/revision/5"},{id:"zgtg87h-2",headline:"Modern China: China and Britain (1910-1950) (China)",search:"china and britain 19101950",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgtg87h/revision/2"},{id:"zgtg87h-3",headline:"Modern China: China and Britain (1950-1970) (China)",search:"china and britain 19501970",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgtg87h/revision/3"},{id:"zgtg87h-4",headline:"Modern China: Mao Zedong (China)",search:"mao zedong",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgtg87h/revision/4"},{id:"zgtg87h-6",headline:"Modern China: The development of modern China (China)",search:"the development of modern china",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgtg87h/revision/6"},{id:"zgtg87h-7",headline:"Modern China: What do you think? (China)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgtg87h/revision/7"},{id:"zt8tyrd",headline:"Movement and settlement in the UK (Movement and settlement in the UK)",search:"movement and settlement in the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd"},{id:"zt8tyrd-1",headline:"Movement and settlement in the UK: A summary of movement and settlement in the UK (Movement and settlement in the UK)",search:"a summary of movement and settlement in the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd/revision/1"},{id:"zt8tyrd-4",headline:"Movement and settlement in the UK: Black Britons (Movement and settlement in the UK)",search:"black britons",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd/revision/4"},{id:"zt8tyrd-6",headline:"Movement and settlement in the UK: Emigration (Movement and settlement in the UK)",search:"emigration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd/revision/6"},{id:"zt8tyrd-5",headline:"Movement and settlement in the UK: The 19th century (Movement and settlement in the UK)",search:"the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd/revision/5"},{id:"zt8tyrd-7",headline:"Movement and settlement in the UK: The 20th century (Movement and settlement in the UK)",search:"the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd/revision/7"},{id:"zt8tyrd-2",headline:"Movement and settlement in the UK: The Middle Ages (Movement and settlement in the UK)",search:"the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd/revision/2"},{id:"zt8tyrd-3",headline:"Movement and settlement in the UK: Tudor and Stuart times (Movement and settlement in the UK)",search:"tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd/revision/3"},{id:"zt8tyrd-8",headline:"Movement and settlement in the UK: What do you think? (Movement and settlement in the UK)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt8tyrd/revision/8"},{id:"z8vdmp3",headline:"Oliver Cromwell (Oliver Cromwell)",search:"oliver cromwell",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8vdmp3"},{id:"z8vdmp3-1",headline:"Oliver Cromwell: A summary of Oliver Cromwell (Oliver Cromwell)",search:"a summary of oliver cromwell",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8vdmp3/revision/1"},{id:"z8vdmp3-5",headline:"Oliver Cromwell: Consequences of Oliver Cromwell's rule (Oliver Cromwell)",search:"consequences of oliver cromwells rule",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8vdmp3/revision/5"},{id:"z8vdmp3-6",headline:"Oliver Cromwell: Interpretations of Oliver Cromwell (Oliver Cromwell)",search:"interpretations of oliver cromwell",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8vdmp3/revision/6"},{id:"z8vdmp3-3",headline:"Oliver Cromwell: Ireland and Scotland (Oliver Cromwell)",search:"ireland and scotland",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8vdmp3/revision/3"},{id:"z8vdmp3-4",headline:"Oliver Cromwell: The Protectorate (Oliver Cromwell)",search:"the protectorate",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8vdmp3/revision/4"},{id:"z8vdmp3-7",headline:"Oliver Cromwell: What do you think? (Oliver Cromwell)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8vdmp3/revision/7"},{id:"z8vdmp3-2",headline:"Oliver Cromwell: Who was Oliver Cromwell? (Oliver Cromwell)",search:"who was oliver cromwell",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8vdmp3/revision/2"},{id:"zpwp34j",headline:"Popular protests through time (Popular protest through time in the UK)",search:"popular protests through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j"},{id:"zpwp34j-1",headline:"Popular protests through time: A summary of popular protests in British history (Popular protest through time in the UK)",search:"a summary of popular protests in british history",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j/revision/1"},{id:"zpwp34j-3",headline:"Popular protests through time: Protest in Tudor and Stuart times (Popular protest through time in the UK)",search:"protest in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j/revision/3"},{id:"zpwp34j-6",headline:"Popular protests through time: Protest in the 19th century (Popular protest through time in the UK)",search:"protest in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j/revision/6"},{id:"zpwp34j-7",headline:"Popular protests through time: Protest in the 20th century (Popular protest through time in the UK)",search:"protest in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j/revision/7"},{id:"zpwp34j-2",headline:"Popular protests through time: Protest in the Middle Ages (Popular protest through time in the UK)",search:"protest in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j/revision/2"},{id:"zpwp34j-4",headline:"Popular protests through time: Protests in the 18th century (Popular protest through time in the UK)",search:"protests in the 18th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j/revision/4"},{id:"zpwp34j-5",headline:"Popular protests through time: The French Revolution (Popular protest through time in the UK)",search:"the french revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j/revision/5"},{id:"zpwp34j-8",headline:"Popular protests through time: What do you think? (Popular protest through time in the UK)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpwp34j/revision/8"},{id:"znjnb9q",headline:"Religion through time in the UK (Religion through time in the UK)",search:"religion through time in the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znjnb9q"},{id:"znjnb9q-1",headline:"Religion through time in the UK: A summary of religion through time in the UK (Religion through time in the UK)",search:"a summary of religion through time in the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znjnb9q/revision/1"},{id:"znjnb9q-4",headline:"Religion through time in the UK: Religion in Tudor and Stuart times (Religion through time in the UK)",search:"religion in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znjnb9q/revision/4"},{id:"znjnb9q-5",headline:"Religion through time in the UK: Religion in the 19th century (Religion through time in the UK)",search:"religion in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znjnb9q/revision/5"},{id:"znjnb9q-6",headline:"Religion through time in the UK: Religion in the 20th and 21st centuries (Religion through time in the UK)",search:"religion in the 20th and 21st centuries",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znjnb9q/revision/6"},{id:"znjnb9q-2",headline:"Religion through time in the UK: Religion in the Middle Ages (Religion through time in the UK)",search:"religion in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znjnb9q/revision/2"},{id:"znjnb9q-3",headline:"Religion through time in the UK: Religion in the Middle Ages - monks and nuns (Religion through time in the UK)",search:"religion in the middle ages monks and nuns",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znjnb9q/revision/3"},{id:"zsqsgk7",headline:"Shaping the UK (Shaping the UK)",search:"shaping the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7"},{id:"zsqsgk7-9",headline:"Shaping the UK: Devolution (Shaping the UK)",search:"devolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/9"},{id:"zsqsgk7-7",headline:"Shaping the UK: Ireland: 19th century (Shaping the UK)",search:"ireland 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/7"},{id:"zsqsgk7-8",headline:"Shaping the UK: Ireland: 20th century (Shaping the UK)",search:"ireland 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/8"},{id:"zsqsgk7-6",headline:"Shaping the UK: Ireland: The Middle Ages and Early Modern Age (Shaping the UK)",search:"ireland the middle ages and early modern age",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/6"},{id:"zsqsgk7-5",headline:"Shaping the UK: Scotland: 19th and 20th century (Shaping the UK)",search:"scotland 19th and 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/5"},{id:"zsqsgk7-4",headline:"Shaping the UK: Scotland: The Middle Ages and Early Modern Age (Shaping the UK)",search:"scotland the middle ages and early modern age",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/4"},{id:"zsqsgk7-1",headline:"Shaping the UK: Summary (Shaping the UK)",search:"summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/1"},{id:"zsqsgk7-3",headline:"Shaping the UK: Wales: 19th and 20th century (Shaping the UK)",search:"wales 19th and 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/3"},{id:"zsqsgk7-2",headline:"Shaping the UK: Wales: The Middle Ages and Early Modern Age (Shaping the UK)",search:"wales the middle ages and early modern age",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsqsgk7/revision/2"},{id:"z7r7hyc",headline:"The Black Death (The Middle Ages (12th to 15th century))",search:"the black death",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7r7hyc"},{id:"z7r7hyc-1",headline:"The Black Death: A summary of the Black Death (The Middle Ages (12th to 15th century))",search:"a summary of the black death",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7r7hyc/revision/1"},{id:"z7r7hyc-2",headline:"The Black Death: Causes of the Black Death (The Middle Ages (12th to 15th century))",search:"causes of the black death",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7r7hyc/revision/2"},{id:"z7r7hyc-5",headline:"The Black Death: Consequences of the Black Death (The Middle Ages (12th to 15th century))",search:"consequences of the black death",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7r7hyc/revision/5"},{id:"z7r7hyc-4",headline:"The Black Death: Cures for the Black Death (The Middle Ages (12th to 15th century))",search:"cures for the black death",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7r7hyc/revision/4"},{id:"z7r7hyc-6",headline:"The Black Death: Interpretations of the Black Death (The Middle Ages (12th to 15th century))",search:"interpretations of the black death",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7r7hyc/revision/6"},{id:"z7r7hyc-3",headline:"The Black Death: The spread of the Black Death (The Middle Ages (12th to 15th century))",search:"the spread of the black death",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7r7hyc/revision/3"},{id:"zf7fr82",headline:"The British Empire through time (The British Empire through time)",search:"the british empire through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zf7fr82"},{id:"zf7fr82-1",headline:"The British Empire through time: A summary of the British Empire through time (The British Empire through time)",search:"a summary of the british empire through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zf7fr82/revision/1"},{id:"zf7fr82-2",headline:"The British Empire through time: Background: Britain in the Middle Ages (The British Empire through time)",search:"background britain in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zf7fr82/revision/2"},{id:"zf7fr82-6",headline:"The British Empire through time: The British Empire after 1924 (The British Empire through time)",search:"the british empire after 1924",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zf7fr82/revision/6"},{id:"zf7fr82-3",headline:"The British Empire through time: The first British Empire: 1497-1763 (The British Empire through time)",search:"the first british empire 14971763",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zf7fr82/revision/3"},{id:"zf7fr82-4",headline:"The British Empire through time: The first British Empire: 1763-1783 (The British Empire through time)",search:"the first british empire 17631783",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zf7fr82/revision/4"},{id:"zf7fr82-5",headline:"The British Empire through time: The second British Empire: 1783-1924 (The British Empire through time)",search:"the second british empire 17831924",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zf7fr82/revision/5"},{id:"zf7fr82-7",headline:"The British Empire through time: What do you think? (The British Empire through time)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zf7fr82/revision/7"},{id:"zhdhvcw",headline:"The Chartists (Popular protest through time in the UK)",search:"the chartists",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhdhvcw"},{id:"zhdhvcw-1",headline:"The Chartists: A summary of the Chartist Movement (Popular protest through time in the UK)",search:"a summary of the chartist movement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhdhvcw/revision/1"},{id:"zhdhvcw-4",headline:"The Chartists: Consequences and significance of Chartism (Popular protest through time in the UK)",search:"consequences and significance of chartism",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhdhvcw/revision/4"},{id:"zhdhvcw-3",headline:"The Chartists: The Charters (Popular protest through time in the UK)",search:"the charters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhdhvcw/revision/3"},{id:"zhdhvcw-2",headline:"The Chartists: The roots of Chartism (Popular protest through time in the UK)",search:"the roots of chartism",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhdhvcw/revision/2"},{id:"zhdhvcw-5",headline:"The Chartists: What do you think? (Popular protest through time in the UK)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhdhvcw/revision/5"},{id:"zcpcwmn",headline:"The Civil Rights Movement in America (USA)",search:"the civil rights movement in america",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcpcwmn"},{id:"zcpcwmn-1",headline:"The Civil Rights Movement in America: A summary of the Civil Rights Movement in America (USA)",search:"a summary of the civil rights movement in america",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcpcwmn/revision/1"},{id:"zcpcwmn-2",headline:"The Civil Rights Movement in America: After slavery (USA)",search:"after slavery",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcpcwmn/revision/2"},{id:"zcpcwmn-4",headline:"The Civil Rights Movement in America: Consequences of the Civil Rights Movement (USA)",search:"consequences of the civil rights movement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcpcwmn/revision/4"},{id:"zcpcwmn-3",headline:"The Civil Rights Movement in America: The Path to Civil Rights (USA)",search:"the path to civil rights",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcpcwmn/revision/3"},{id:"zcpcwmn-5",headline:"The Civil Rights Movement in America: What do you think? (USA)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcpcwmn/revision/5"},{id:"zcpcwmn-6",headline:"The Civil Rights Movement in America: Where next? (USA)",search:"where next",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcpcwmn/revision/6"},{id:"zjbj6sg",headline:"The Crusades (The Middle Ages (12th to 15th century))",search:"the crusades",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjbj6sg"},{id:"zjbj6sg-1",headline:"The Crusades: How did the Crusades begin? (The Middle Ages (12th to 15th century))",search:"how did the crusades begin",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjbj6sg/revision/1"},{id:"zjbj6sg-5",headline:"The Crusades: How did the Crusades change the western world? (The Middle Ages (12th to 15th century))",search:"how did the crusades change the western world",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjbj6sg/revision/5"},{id:"zjbj6sg-2",headline:"The Crusades: Overview of the Crusades (The Middle Ages (12th to 15th century))",search:"overview of the crusades",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjbj6sg/revision/2"},{id:"zjbj6sg-4",headline:"The Crusades: Summary of key events of the Crusades (The Middle Ages (12th to 15th century))",search:"summary of key events of the crusades",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjbj6sg/revision/4"},{id:"zjbj6sg-6",headline:"The Crusades: Western and eastern interpretations of the Crusades (The Middle Ages (12th to 15th century))",search:"western and eastern interpretations of the crusades",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjbj6sg/revision/6"},{id:"zjbj6sg-3",headline:"The Crusades: What were the different motives for the Crusades? (The Middle Ages (12th to 15th century))",search:"what were the different motives for the crusades",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjbj6sg/revision/3"},{id:"z4n4jxs",headline:"The First World War (World War One)",search:"the first world war",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4n4jxs"},{id:"z4n4jxs-1",headline:"The First World War: A summary of the First World War (World War One)",search:"a summary of the first world war",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4n4jxs/revision/1"},{id:"z4n4jxs-3",headline:"The First World War: The Coming of War 1914 (World War One)",search:"the coming of war 1914",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4n4jxs/revision/3"},{id:"z4n4jxs-5",headline:"The First World War: The Consequences of the War (World War One)",search:"the consequences of the war",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4n4jxs/revision/5"},{id:"z4n4jxs-4",headline:"The First World War: The Course of the War 1914 − 1918 (World War One)",search:"the course of the war 1914 1918",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4n4jxs/revision/4"},{id:"z4n4jxs-6",headline:"The First World War: What do you think? (World War One)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4n4jxs/revision/6"},{id:"z4n4jxs-2",headline:"The First World War: Why did War break out? (World War One)",search:"why did war break out",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4n4jxs/revision/2"},{id:"zd3wxnb",headline:"The Great Plague (Everyday life in Tudor and Stuart times)",search:"the great plague",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd3wxnb"},{id:"zd3wxnb-4",headline:"The Great Plague: 'Ring-a-ring-o'-roses' (Everyday life in Tudor and Stuart times)",search:"ringaringoroses",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd3wxnb/revision/4"},{id:"zd3wxnb-1",headline:"The Great Plague: A summary of the Great Plague (Everyday life in Tudor and Stuart times)",search:"a summary of the great plague",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd3wxnb/revision/1"},{id:"zd3wxnb-6",headline:"The Great Plague: Consequences of the Great Plague (Everyday life in Tudor and Stuart times)",search:"consequences of the great plague",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd3wxnb/revision/6"},{id:"zd3wxnb-5",headline:"The Great Plague: Cures (Everyday life in Tudor and Stuart times)",search:"cures",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd3wxnb/revision/5"},{id:"zd3wxnb-2",headline:"The Great Plague: The causes (Everyday life in Tudor and Stuart times)",search:"the causes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd3wxnb/revision/2"},{id:"zd3wxnb-3",headline:"The Great Plague: The death toll rises (Everyday life in Tudor and Stuart times)",search:"the death toll rises",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd3wxnb/revision/3"},{id:"zd3wxnb-7",headline:"The Great Plague: What do you think? (Everyday life in Tudor and Stuart times)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd3wxnb/revision/7"},{id:"z9fk7ty",headline:"The Gunpowder Plot (The Gunpowder Plot)",search:"the gunpowder plot",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fk7ty"},{id:"z9fk7ty-1",headline:"The Gunpowder Plot: A summary of the Gunpowder Plot (The Gunpowder Plot)",search:"a summary of the gunpowder plot",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fk7ty/revision/1"},{id:"z9fk7ty-2",headline:"The Gunpowder Plot: After Elizabeth (The Gunpowder Plot)",search:"after elizabeth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fk7ty/revision/2"},{id:"z9fk7ty-4",headline:"The Gunpowder Plot: Consequences of the Gunpowder Plot (The Gunpowder Plot)",search:"consequences of the gunpowder plot",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fk7ty/revision/4"},{id:"z9fk7ty-5",headline:"The Gunpowder Plot: Interpretations of the Gunpowder Plot (The Gunpowder Plot)",search:"interpretations of the gunpowder plot",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fk7ty/revision/5"},{id:"z9fk7ty-3",headline:"The Gunpowder Plot: The plot (The Gunpowder Plot)",search:"the plot",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9fk7ty/revision/3"},{id:"zkfk7ty",headline:"The Holocaust (World War Two)",search:"the holocaust",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkfk7ty"},{id:"zkfk7ty-1",headline:"The Holocaust: A summary of the Holocaust (World War Two)",search:"a summary of the holocaust",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkfk7ty/revision/1"},{id:"zkfk7ty-5",headline:"The Holocaust: Consequences of the Holocaust (World War Two)",search:"consequences of the holocaust",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkfk7ty/revision/5"},{id:"zkfk7ty-4",headline:"The Holocaust: Genocide (World War Two)",search:"genocide",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkfk7ty/revision/4"},{id:"zkfk7ty-3",headline:"The Holocaust: Persecution (World War Two)",search:"persecution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkfk7ty/revision/3"},{id:"zkfk7ty-2",headline:"The Holocaust: The Holocaust (World War Two)",search:"the holocaust",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkfk7ty/revision/2"},{id:"zkfk7ty-6",headline:"The Holocaust: What do you think? (World War Two)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkfk7ty/revision/6"},{id:"zvmv4wx",headline:"The Industrial Revolution (The Industrial Revolution)",search:"the industrial revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx"},{id:"zvmv4wx-1",headline:"The Industrial Revolution: A summary of the Industrial Revolution (The Industrial Revolution)",search:"a summary of the industrial revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/1"},{id:"zvmv4wx-5",headline:"The Industrial Revolution: Agriculture in the Industrial Revolution (The Industrial Revolution)",search:"agriculture in the industrial revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/5"},{id:"zvmv4wx-6",headline:"The Industrial Revolution: Causes of the Industrial Revolution (The Industrial Revolution)",search:"causes of the industrial revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/6"},{id:"zvmv4wx-7",headline:"The Industrial Revolution: Consequences for industry (The Industrial Revolution)",search:"consequences for industry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/7"},{id:"zvmv4wx-4",headline:"The Industrial Revolution: Education during the Industrial Revolution (The Industrial Revolution)",search:"education during the industrial revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/4"},{id:"zvmv4wx-9",headline:"The Industrial Revolution: Effects of the Industrial Revolution on transport and communication (The Industrial Revolution)",search:"effects of the industrial revolution on transport and communication",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/9"},{id:"zvmv4wx-3",headline:"The Industrial Revolution: Scientific and technological developments in the Industrial Revolution (The Industrial Revolution)",search:"scientific and technological developments in the industrial revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/3"},{id:"zvmv4wx-2",headline:"The Industrial Revolution: The Industrial Revolution in context (The Industrial Revolution)",search:"the industrial revolution in context",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/2"},{id:"zvmv4wx-8",headline:"The Industrial Revolution: Transport and communications during the Industrial Revolution (The Industrial Revolution)",search:"transport and communications during the industrial revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/8"},{id:"zvmv4wx-10",headline:"The Industrial Revolution: What do you think? (The Industrial Revolution)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvmv4wx/revision/10"},{id:"zx9xsbk",headline:"The Islamic world in the Middle Ages (The Middle Ages (12th to 15th century))",search:"the islamic world in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk"},{id:"zx9xsbk-1",headline:"The Islamic world in the Middle Ages: A summary of the Islamic world in the Middle Ages (The Middle Ages (12th to 15th century))",search:"a summary of the islamic world in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk/revision/1"},{id:"zx9xsbk-3",headline:"The Islamic world in the Middle Ages: An empire of infighting and power struggles (The Middle Ages (12th to 15th century))",search:"an empire of infighting and power struggles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk/revision/3"},{id:"zx9xsbk-4",headline:"The Islamic world in the Middle Ages: Conflict in the Islamic world (The Middle Ages (12th to 15th century))",search:"conflict in the islamic world",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk/revision/4"},{id:"zx9xsbk-6",headline:"The Islamic world in the Middle Ages: Economy and trade in the Islamic world (The Middle Ages (12th to 15th century))",search:"economy and trade in the islamic world",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk/revision/6"},{id:"zx9xsbk-8",headline:"The Islamic world in the Middle Ages: Islamic influence on Western Europe (The Middle Ages (12th to 15th century))",search:"islamic influence on western europe",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk/revision/8"},{id:"zx9xsbk-5",headline:"The Islamic world in the Middle Ages: Movement and settlement in the Islamic world (The Middle Ages (12th to 15th century))",search:"movement and settlement in the islamic world",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk/revision/5"},{id:"zx9xsbk-7",headline:"The Islamic world in the Middle Ages: Science, medicine and everyday life in the Islamic world (The Middle Ages (12th to 15th century))",search:"science medicine and everyday life in the islamic world",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk/revision/7"},{id:"zx9xsbk-2",headline:"The Islamic world in the Middle Ages: The rapid expansion of the Ottoman Empire (The Middle Ages (12th to 15th century))",search:"the rapid expansion of the ottoman empire",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx9xsbk/revision/2"},{id:"zsjnb9q",headline:"The Norman Conquest (Normans)",search:"the norman conquest",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q"},{id:"zsjnb9q-1",headline:"The Norman Conquest: A summary of the Norman Conquest (Normans)",search:"a summary of the norman conquest",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q/revision/1"},{id:"zsjnb9q-3",headline:"The Norman Conquest: Harald Hardrada's bid to become King of England (Normans)",search:"harald hardradas bid to become king of england",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q/revision/3"},{id:"zsjnb9q-8",headline:"The Norman Conquest: Historical interpretations of The Norman Conquest (Normans)",search:"historical interpretations of the norman conquest",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q/revision/8"},{id:"zsjnb9q-7",headline:"The Norman Conquest: How The Norman Conquest changed England and Western Europe (Normans)",search:"how the norman conquest changed england and western europe",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q/revision/7"},{id:"zsjnb9q-6",headline:"The Norman Conquest: How did William take long term control of England? (Normans)",search:"how did william take long term control of england",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q/revision/6"},{id:"zsjnb9q-5",headline:"The Norman Conquest: The Harrying of the North in response to rebellion (Normans)",search:"the harrying of the north in response to rebellion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q/revision/5"},{id:"zsjnb9q-2",headline:"The Norman Conquest: The three rivals for the English throne in 1066 (Normans)",search:"the three rivals for the english throne in 1066",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q/revision/2"},{id:"zsjnb9q-4",headline:"The Norman Conquest: William and Harold meet at the Battle of Hastings (Normans)",search:"william and harold meet at the battle of hastings",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsjnb9q/revision/4"},{id:"zxp9kqt",headline:"The Peace Settlement (World War One)",search:"the peace settlement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxp9kqt"},{id:"zxp9kqt-1",headline:"The Peace Settlement: A summary of the Peace Settlement (World War One)",search:"a summary of the peace settlement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxp9kqt/revision/1"},{id:"zxp9kqt-2",headline:"The Peace Settlement: The leaders (World War One)",search:"the leaders",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxp9kqt/revision/2"},{id:"zxp9kqt-5",headline:"The Peace Settlement: What do you think? (World War One)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxp9kqt/revision/5"},{id:"zxp9kqt-3",headline:"The Peace Settlement: What was to be included in the Treaty? (World War One)",search:"what was to be included in the treaty",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxp9kqt/revision/3"},{id:"zxp9kqt-4",headline:"The Peace Settlement: What were the consequences of the Treaty of Versailles? (World War One)",search:"what were the consequences of the treaty of versailles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxp9kqt/revision/4"},{id:"z2c2pv4",headline:"The Peasants' Revolt (The Middle Ages (12th to 15th century))",search:"the peasants revolt",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2pv4"},{id:"z2c2pv4-1",headline:"The Peasants' Revolt: A summary of the Peasants' Revolt (The Middle Ages (12th to 15th century))",search:"a summary of the peasants revolt",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2pv4/revision/1"},{id:"z2c2pv4-4",headline:"The Peasants' Revolt: Consequences of the Peasants' Revolt (The Middle Ages (12th to 15th century))",search:"consequences of the peasants revolt",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2pv4/revision/4"},{id:"z2c2pv4-5",headline:"The Peasants' Revolt: Interpretations of the Peasants' Revolt (The Middle Ages (12th to 15th century))",search:"interpretations of the peasants revolt",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2pv4/revision/5"},{id:"z2c2pv4-2",headline:"The Peasants' Revolt: The causes of the Peasants' Revolt (The Middle Ages (12th to 15th century))",search:"the causes of the peasants revolt",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2pv4/revision/2"},{id:"z2c2pv4-3",headline:"The Peasants' Revolt: Timeline of the Peasants' Revolt (The Middle Ages (12th to 15th century))",search:"timeline of the peasants revolt",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2pv4/revision/3"},{id:"zrpcwmn",headline:"The Reformation (Mary Queen of Scots and the Reformation)",search:"the reformation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn"},{id:"zrpcwmn-1",headline:"The Reformation: A summary of the Reformation (Mary Queen of Scots and the Reformation)",search:"a summary of the reformation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/1"},{id:"zrpcwmn-2",headline:"The Reformation: Background to the Reformation (Mary Queen of Scots and the Reformation)",search:"background to the reformation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/2"},{id:"zrpcwmn-7",headline:"The Reformation: Consequences of the Reformation (Mary Queen of Scots and the Reformation)",search:"consequences of the reformation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/7"},{id:"zrpcwmn-5",headline:"The Reformation: From Edward VI to Mary I (Mary Queen of Scots and the Reformation)",search:"from edward vi to mary i",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/5"},{id:"zrpcwmn-4",headline:"The Reformation: From Henry VIII to Edward VI (Mary Queen of Scots and the Reformation)",search:"from henry viii to edward vi",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/4"},{id:"zrpcwmn-3",headline:"The Reformation: Henry VIII's split from Rome (Mary Queen of Scots and the Reformation)",search:"henry viiis split from rome",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/3"},{id:"zrpcwmn-8",headline:"The Reformation: Interpretations of the Reformation (Mary Queen of Scots and the Reformation)",search:"interpretations of the reformation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/8"},{id:"zrpcwmn-6",headline:"The Reformation: Mary I to Elizabeth I (Mary Queen of Scots and the Reformation)",search:"mary i to elizabeth i",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/6"},{id:"zrpcwmn-9",headline:"The Reformation: What do you think? (Mary Queen of Scots and the Reformation)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrpcwmn/revision/9"},{id:"zfqsgk7",headline:"The Roman Empire (Romans)",search:"the roman empire",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7"},{id:"zfqsgk7-5",headline:"The Roman Empire: Conflict (Romans)",search:"conflict",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/5"},{id:"zfqsgk7-9",headline:"The Roman Empire: Consequences (Romans)",search:"consequences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/9"},{id:"zfqsgk7-7",headline:"The Roman Empire: Economy and trade (Romans)",search:"economy and trade",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/7"},{id:"zfqsgk7-8",headline:"The Roman Empire: Life in the Roman Empire (Romans)",search:"life in the roman empire",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/8"},{id:"zfqsgk7-6",headline:"The Roman Empire: Movement and settlement (Romans)",search:"movement and settlement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/6"},{id:"zfqsgk7-3",headline:"The Roman Empire: Power (Romans)",search:"power",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/3"},{id:"zfqsgk7-4",headline:"The Roman Empire: Rulers of the Roman Empire (Romans)",search:"rulers of the roman empire",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/4"},{id:"zfqsgk7-1",headline:"The Roman Empire: Summary of the Roman Empire (Romans)",search:"summary of the roman empire",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/1"},{id:"zfqsgk7-2",headline:"The Roman Empire: The origins of Rome (Romans)",search:"the origins of rome",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfqsgk7/revision/2"},{id:"z4s9q6f",headline:"The Spanish Armada (Elizabeth I)",search:"the spanish armada",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4s9q6f"},{id:"z4s9q6f-1",headline:"The Spanish Armada: A summary of the Spanish Armada (Elizabeth I)",search:"a summary of the spanish armada",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4s9q6f/revision/1"},{id:"z4s9q6f-4",headline:"The Spanish Armada: Consequences of the Spanish Armada (Elizabeth I)",search:"consequences of the spanish armada",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4s9q6f/revision/4"},{id:"z4s9q6f-2",headline:"The Spanish Armada: England and Spain (Elizabeth I)",search:"england and spain",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4s9q6f/revision/2"},{id:"z4s9q6f-3",headline:"The Spanish Armada: The attack (Elizabeth I)",search:"the attack",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4s9q6f/revision/3"},{id:"z4s9q6f-5",headline:"The Spanish Armada: What do you think? (Elizabeth I)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4s9q6f/revision/5"},{id:"zbtg87h",headline:"The UK Government through time (Shaping the UK)",search:"the uk government through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbtg87h"},{id:"zbtg87h-1",headline:"The UK Government through time: A summary of the UK government through time (Shaping the UK)",search:"a summary of the uk government through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbtg87h/revision/1"},{id:"zbtg87h-3",headline:"The UK Government through time: UK government in Tudor and Stuart times (Shaping the UK)",search:"uk government in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbtg87h/revision/3"},{id:"zbtg87h-4",headline:"The UK Government through time: UK government in the 19th century (Shaping the UK)",search:"uk government in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbtg87h/revision/4"},{id:"zbtg87h-5",headline:"The UK Government through time: UK government in the 20th century (Shaping the UK)",search:"uk government in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbtg87h/revision/5"},{id:"zbtg87h-2",headline:"The UK Government through time: UK government in the Middle Ages (Shaping the UK)",search:"uk government in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbtg87h/revision/2"},{id:"zbtg87h-6",headline:"The UK Government through time: Where next? (Shaping the UK)",search:"where next",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbtg87h/revision/6"},{id:"zvx39j6",headline:"The UK economy through time (The UK economy through time)",search:"the uk economy through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvx39j6"},{id:"zvx39j6-1",headline:"The UK economy through time: A summary of the UK economy through time (The UK economy through time)",search:"a summary of the uk economy through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvx39j6/revision/1"},{id:"zvx39j6-3",headline:"The UK economy through time: Britain's economy 1500-1750 (The UK economy through time)",search:"britains economy 15001750",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvx39j6/revision/3"},{id:"zvx39j6-4",headline:"The UK economy through time: Britain's economy in the 19th century (The UK economy through time)",search:"britains economy in the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvx39j6/revision/4"},{id:"zvx39j6-5",headline:"The UK economy through time: Britain's economy in the 20th century (The UK economy through time)",search:"britains economy in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvx39j6/revision/5"},{id:"zvx39j6-2",headline:"The UK economy through time: Britain's economy in the Middle Ages (The UK economy through time)",search:"britains economy in the middle ages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvx39j6/revision/2"},{id:"zvx39j6-6",headline:"The UK economy through time: What do you think? (The UK economy through time)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvx39j6/revision/6"},{id:"z8y82hv",headline:"The bombing of Hiroshima (World War Two)",search:"the bombing of hiroshima",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8y82hv"},{id:"z8y82hv-1",headline:"The bombing of Hiroshima: A summary of the bombing of Hiroshima (World War Two)",search:"a summary of the bombing of hiroshima",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8y82hv/revision/1"},{id:"z8y82hv-4",headline:"The bombing of Hiroshima: Consequences/significance of the Hiroshima bombing (World War Two)",search:"consequencessignificance of the hiroshima bombing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8y82hv/revision/4"},{id:"z8y82hv-3",headline:"The bombing of Hiroshima: The Decision (World War Two)",search:"the decision",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8y82hv/revision/3"},{id:"z8y82hv-2",headline:"The bombing of Hiroshima: The road to the bomb (World War Two)",search:"the road to the bomb",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8y82hv/revision/2"},{id:"z8y82hv-5",headline:"The bombing of Hiroshima: What do you think? (World War Two)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8y82hv/revision/5"},{id:"zy2ycdm",headline:"The campaign for women's suffrage (The changing role of women in the twentieth century)",search:"the campaign for womens suffrage",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2ycdm"},{id:"zy2ycdm-1",headline:"The campaign for women's suffrage: A summary of the campaign for women's suffrage (The changing role of women in the twentieth century)",search:"a summary of the campaign for womens suffrage",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2ycdm/revision/1"},{id:"zy2ycdm-6",headline:"The campaign for women's suffrage: Consequences and significance of women getting the vote (The changing role of women in the twentieth century)",search:"consequences and significance of women getting the vote",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2ycdm/revision/6"},{id:"zy2ycdm-3",headline:"The campaign for women's suffrage: Key events leading to women getting the vote (The changing role of women in the twentieth century)",search:"key events leading to women getting the vote",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2ycdm/revision/3"},{id:"zy2ycdm-2",headline:"The campaign for women's suffrage: Life for women at the start of the 19th century (The changing role of women in the twentieth century)",search:"life for women at the start of the 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2ycdm/revision/2"},{id:"zy2ycdm-4",headline:"The campaign for women's suffrage: The Suffragettes (The changing role of women in the twentieth century)",search:"the suffragettes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2ycdm/revision/4"},{id:"zy2ycdm-7",headline:"The campaign for women's suffrage: What do you think? (The changing role of women in the twentieth century)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2ycdm/revision/7"},{id:"zy2ycdm-5",headline:"The campaign for women's suffrage: Women getting the vote (The changing role of women in the twentieth century)",search:"women getting the vote",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy2ycdm/revision/5"},{id:"zdvdmp3",headline:"The feudal system and the Domesday Book (The Middle Ages (12th to 15th century))",search:"the feudal system and the domesday book",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdvdmp3"},{id:"zdvdmp3-1",headline:"The feudal system and the Domesday Book: A summary of the feudal system and the Domesday Book (The Middle Ages (12th to 15th century))",search:"a summary of the feudal system and the domesday book",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdvdmp3/revision/1"},{id:"zdvdmp3-5",headline:"The feudal system and the Domesday Book: Historical interpretations of the feudal system (The Middle Ages (12th to 15th century))",search:"historical interpretations of the feudal system",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdvdmp3/revision/5"},{id:"zdvdmp3-3",headline:"The feudal system and the Domesday Book: How did the feudal system start? (The Middle Ages (12th to 15th century))",search:"how did the feudal system start",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdvdmp3/revision/3"},{id:"zdvdmp3-2",headline:"The feudal system and the Domesday Book: Reasons behind the feudal system (The Middle Ages (12th to 15th century))",search:"reasons behind the feudal system",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdvdmp3/revision/2"},{id:"zdvdmp3-4",headline:"The feudal system and the Domesday Book: What impact did the feudal system have on society? (The Middle Ages (12th to 15th century))",search:"what impact did the feudal system have on society",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdvdmp3/revision/4"},{id:"zy7fr82",headline:"The triangular slave trade (Slavery and its abolition)",search:"the triangular slave trade",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82"},{id:"zy7fr82-1",headline:"The triangular slave trade: A summary of the triangular slave trade (Slavery and its abolition)",search:"a summary of the triangular slave trade",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82/revision/1"},{id:"zy7fr82-4",headline:"The triangular slave trade: Abolition (Slavery and its abolition)",search:"abolition",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82/revision/4"},{id:"zy7fr82-5",headline:"The triangular slave trade: Abolition milestones (Slavery and its abolition)",search:"abolition milestones",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82/revision/5"},{id:"zy7fr82-6",headline:"The triangular slave trade: Consequences of the slave trade (Slavery and its abolition)",search:"consequences of the slave trade",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82/revision/6"},{id:"zy7fr82-7",headline:"The triangular slave trade: Interpretations of the slave trade (Slavery and its abolition)",search:"interpretations of the slave trade",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82/revision/7"},{id:"zy7fr82-2",headline:"The triangular slave trade: The beginning of the slave trade (Slavery and its abolition)",search:"the beginning of the slave trade",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82/revision/2"},{id:"zy7fr82-3",headline:"The triangular slave trade: The triangular trade (Slavery and its abolition)",search:"the triangular trade",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82/revision/3"},{id:"zy7fr82-8",headline:"The triangular slave trade: Where next? (Slavery and its abolition)",search:"where next",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zy7fr82/revision/8"},{id:"zw3wxnb",headline:"Thomas Becket and Henry II (The Middle Ages (12th to 15th century))",search:"thomas becket and henry ii",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw3wxnb"},{id:"zw3wxnb-4",headline:"Thomas Becket and Henry II: Consequences following Thomas Becket's Death (The Middle Ages (12th to 15th century))",search:"consequences following thomas beckets death",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw3wxnb/revision/4"},{id:"zw3wxnb-3",headline:"Thomas Becket and Henry II: Events in the lead up to Becket’s murder (The Middle Ages (12th to 15th century))",search:"events in the lead up to beckets murder",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw3wxnb/revision/3"},{id:"zw3wxnb-5",headline:"Thomas Becket and Henry II: Historical interpretations of Thomas Becket - saint or sinner? (The Middle Ages (12th to 15th century))",search:"historical interpretations of thomas becket saint or sinner",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw3wxnb/revision/5"},{id:"zw3wxnb-2",headline:"Thomas Becket and Henry II: Thomas Becket and Henry II - Church versus monarch (The Middle Ages (12th to 15th century))",search:"thomas becket and henry ii church versus monarch",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw3wxnb/revision/2"},{id:"zw3wxnb-1",headline:"Thomas Becket and Henry II: Why was Thomas Becket important to Henry II? (The Middle Ages (12th to 15th century))",search:"why was thomas becket important to henry ii",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw3wxnb/revision/1"},{id:"z9s9q6f",headline:"World War Two (World War Two)",search:"world war two",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9s9q6f"},{id:"z9s9q6f-1",headline:"World War Two: A summary of World War Two (World War Two)",search:"a summary of world war two",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9s9q6f/revision/1"},{id:"z9s9q6f-4",headline:"World War Two: Consequences of World War Two (World War Two)",search:"consequences of world war two",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9s9q6f/revision/4"},{id:"z9s9q6f-2",headline:"World War Two: The background to war (World War Two)",search:"the background to war",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9s9q6f/revision/2"},{id:"z9s9q6f-3",headline:"World War Two: The five phases (World War Two)",search:"the five phases",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9s9q6f/revision/3"},{id:"z9s9q6f-5",headline:"World War Two: What do you think? (World War Two)",search:"what do you think",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9s9q6f/revision/5"},{id:"z9s9q6f-6",headline:"World War Two: Where next? (World War Two)",search:"where next",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9s9q6f/revision/6"},{id:"zjwdmp3",headline:"Ancient medicine",search:"ancient medicine",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zjwdmp3"},{id:"zp6xsbk",headline:"Anglo-Saxons",search:"anglosaxons",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zp6xsbk"},{id:"zqwdmp3",headline:"British society",search:"british society",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zqwdmp3"},{id:"ztm2pv4",headline:"Celts",search:"celts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/ztm2pv4"},{id:"zdk9q6f",headline:"Change and conflict in Britain 1500-1760",search:"change and conflict in britain 15001760",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zdk9q6f"},{id:"zm27hyc",headline:"Changes in sport, leisure and tourism",search:"changes in sport leisure and tourism",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zm27hyc"},{id:"z4rg87h",headline:"Charles I",search:"charles i",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z4rg87h"},{id:"zsphvcw",headline:"China",search:"china",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zsphvcw"},{id:"zxm2pv4",headline:"Conflict through time in the UK",search:"conflict through time in the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zxm2pv4"},{id:"z6xmn39",headline:"Crime and punishment through time",search:"crime and punishment through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z6xmn39"},{id:"z627hyc",headline:"Early civilisations and empires (pre 12th century)",search:"early civilisations and empires pre 12th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z627hyc"},{id:"zbvycdm",headline:"Elizabeth I",search:"elizabeth i",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zbvycdm"},{id:"z894jxs",headline:"Everyday life in Tudor and Stuart times",search:"everyday life in tudor and stuart times",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z894jxs"},{id:"zn6v87h",headline:"Everyday life in the 20th century",search:"everyday life in the 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zn6v87h"},{id:"z7jwxnb",headline:"Farming and agriculture",search:"farming and agriculture",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z7jwxnb"},{id:"zfnp34j",headline:"Germany",search:"germany",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zfnp34j"},{id:"zysnb9q",headline:"Great Britain",search:"great britain",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zysnb9q"},{id:"zvfsgk7",headline:"Henry VII",search:"henry vii",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zvfsgk7"},{id:"z3yfr82",headline:"Henry VIII",search:"henry viii",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z3yfr82"},{id:"zvvycdm",headline:"Historical skills",search:"historical skills",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zvvycdm"},{id:"zjd82hv",headline:"Industrial and Victorian era (18th and 19th century)",search:"industrial and victorian era 18th and 19th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zjd82hv"},{id:"zg3v4wx",headline:"Mary Queen of Scots and the Reformation",search:"mary queen of scots and the reformation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zg3v4wx"},{id:"zwd82hv",headline:"Medicine through time",search:"medicine through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zwd82hv"},{id:"zqjwxnb",headline:"Medieval and Renaissance medicine",search:"medieval and renaissance medicine",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zqjwxnb"},{id:"znhtyrd",headline:"Modern World history (20th century)",search:"modern world history 20th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/znhtyrd"},{id:"z7qj6sg",headline:"Modern medicine",search:"modern medicine",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z7qj6sg"},{id:"zt6xsbk",headline:"Movement and settlement in the UK",search:"movement and settlement in the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zt6xsbk"},{id:"zshtyrd",headline:"Normans",search:"normans",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zshtyrd"},{id:"zvyfr82",headline:"Northern Ireland",search:"northern ireland",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zvyfr82"},{id:"zcgbkqt",headline:"Oliver Cromwell",search:"oliver cromwell",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zcgbkqt"},{id:"zht6fg8",headline:"Popular protest through time in the UK",search:"popular protest through time in the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zht6fg8"},{id:"zphtyrd",headline:"Religion through time in the UK",search:"religion through time in the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zphtyrd"},{id:"zhxmn39",headline:"Romans",search:"romans",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zhxmn39"},{id:"znphvcw",headline:"Shaping the UK",search:"shaping the uk",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/znphvcw"},{id:"z2qj6sg",headline:"Slavery and its abolition",search:"slavery and its abolition",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z2qj6sg"},{id:"z3vycdm",headline:"South Africa",search:"south africa",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z3vycdm"},{id:"zsnp34j",headline:"The British Empire through time",search:"the british empire through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zsnp34j"},{id:"z8k9q6f",headline:"The Cold War",search:"the cold war",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z8k9q6f"},{id:"zk4cwmn",headline:"The English Civil War",search:"the english civil war",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zk4cwmn"},{id:"zw8k7ty",headline:"The French Revolution (18th century)",search:"the french revolution 18th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zw8k7ty"},{id:"z9crd2p",headline:"The Gunpowder Plot",search:"the gunpowder plot",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z9crd2p"},{id:"zm7qtfr",headline:"The Industrial Revolution",search:"the industrial revolution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zm7qtfr"},{id:"zfphvcw",headline:"The Middle Ages (12th to 15th century)",search:"the middle ages 12th to 15th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zfphvcw"},{id:"zb3v4wx",headline:"The Middle East",search:"the middle east",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zb3v4wx"},{id:"zyfsgk7",headline:"The UK economy through time",search:"the uk economy through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zyfsgk7"},{id:"z27qtfr",headline:"The UK through time",search:"the uk through time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z27qtfr"},{id:"zfsnb9q",headline:"The changing role of women in the twentieth century",search:"the changing role of women in the twentieth century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zfsnb9q"},{id:"z94cwmn",headline:"The inter-war years",search:"the interwar years",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z94cwmn"},{id:"zynp34j",headline:"Tudors and Stuarts (15th to 17th century)",search:"tudors and stuarts 15th to 17th century",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zynp34j"},{id:"zgb39j6",headline:"USA",search:"usa",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zgb39j6"},{id:"zrgbkqt",headline:"USSR and Russia",search:"ussr and russia",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zrgbkqt"},{id:"zd8k7ty",headline:"Vietnam",search:"vietnam",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zd8k7ty"},{id:"znt6fg8",headline:"Vikings",search:"vikings",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/znt6fg8"},{id:"zcrg87h",headline:"Wales",search:"wales",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zcrg87h"},{id:"z4crd2p",headline:"World War One",search:"world war one",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z4crd2p"},{id:"zk94jxs",headline:"World War Two",search:"world war two",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zk94jxs"}]},function(e,t){e.exports=[{id:"zhbtng8",headline:"Calculating speed, distance and time (Equations)",search:"calculating speed distance and time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhbtng8"},{id:"z4jg4qt",headline:"How to add fractions (Fractions)",search:"how to add fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4jg4qt"},{id:"zkvxh39",headline:"How to collect like terms in algebra (Expressions and formulae)",search:"how to collect like terms in algebra",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkvxh39"},{id:"z3wndxs",headline:"How to construct a parabola (Graphs)",search:"how to construct a parabola",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z3wndxs"},{id:"zqg73k7",headline:"How to construct triangles (Shapes)",search:"how to construct triangles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zqg73k7"},{id:"zy6n7p3",headline:"How to convert between standard units (Measurement)",search:"how to convert between standard units",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zy6n7p3"},{id:"z4ymtv4",headline:"How to convert fractions to decimals (Operations (calculations/sums))",search:"how to convert fractions to decimals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4ymtv4"},{id:"z78vgdm",headline:"How to divide by a fraction using bar models (Fractions)",search:"how to divide by a fraction using bar models",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z78vgdm"},{id:"zbymtv4",headline:"How to divide using the array method (Prime numbers, factors and multiples)",search:"how to divide using the array method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbymtv4"},{id:"znghsrd",headline:"How to draw a distance-time graph (Graphs)",search:"how to draw a distancetime graph",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znghsrd"},{id:"zqp37p3",headline:"How to draw a golden spiral (Patterns and sequences)",search:"how to draw a golden spiral",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zqp37p3"},{id:"zkpj2nb",headline:"How to draw a graph of a linear equation (Graphs)",search:"how to draw a graph of a linear equation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkpj2nb"},{id:"z2skpbk",headline:"How to draw a perfect five-pointed star (Angles)",search:"how to draw a perfect fivepointed star",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z2skpbk"},{id:"z7cny4j",headline:"How to draw a quadratic graph (Graphs)",search:"how to draw a quadratic graph",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7cny4j"},{id:"z8p4tv4",headline:"How to draw a regular hexagon, square and triangle (Shapes)",search:"how to draw a regular hexagon square and triangle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z8p4tv4"},{id:"zp3wfcw",headline:"How to draw in perspective (Transformations)",search:"how to draw in perspective",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zp3wfcw"},{id:"zs6tw6f",headline:"How to draw inverse proportion (Graphs)",search:"how to draw inverse proportion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zs6tw6f"},{id:"z4rpfcw",headline:"How to estimate before you calculate (Rounding and estimating)",search:"how to estimate before you calculate",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4rpfcw"},{id:"zrghsrd",headline:"How to find the factors of a number with arrays (Prime numbers, factors and multiples)",search:"how to find the factors of a number with arrays",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrghsrd"},{id:"z3qfjty",headline:"How to find the missing angles on crossing lines (Angles)",search:"how to find the missing angles on crossing lines",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z3qfjty"},{id:"zf4sv9q",headline:"How to find the next term in an arithmetic sequence (Patterns and sequences)",search:"how to find the next term in an arithmetic sequence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zf4sv9q"},{id:"z8vs2nb",headline:"How to find the original value before % off (decimal method) (Percentages)",search:"how to find the original value before off decimal method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z8vs2nb"},{id:"zhw3rwx",headline:"How to make a logical paradox (Shape, space and measures)",search:"how to make a logical paradox",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhw3rwx"},{id:"zqffmsg",headline:"How to make a scale drawing of a football pitch (Measurement)",search:"how to make a scale drawing of a football pitch",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zqffmsg"},{id:"zbkyb82",headline:"How to multiply across a bracket (Expressions and formulae)",search:"how to multiply across a bracket",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbkyb82"},{id:"zd6dqhv",headline:"How to multiply fractions by folding paper (Operations (calculations/sums))",search:"how to multiply fractions by folding paper",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd6dqhv"},{id:"zfbhsrd",headline:"How to multiply using the array method (Place value)",search:"how to multiply using the array method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfbhsrd"},{id:"zvvmtv4",headline:"How to plot coordinates (Graphs)",search:"how to plot coordinates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvvmtv4"},{id:"zgf8ng8",headline:"How to prove Pythagoras' theorem (Pythagoras)",search:"how to prove pythagoras theorem",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zgf8ng8"},{id:"zqg7b82",headline:"How to prove a cone's surface area = π × r × slant length (Perimeter, Area, Volume)",search:"how to prove a cones surface area r slant length",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zqg7b82"},{id:"z3n9pbk",headline:"How to prove a cylinder's surface area is (2πr × h) + 2πr² (Perimeter, Area, Volume)",search:"how to prove a cylinders surface area is 2r h 2r2",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z3n9pbk"},{id:"zcp4h39",headline:"How to prove that there can only be five Platonic solids (Shapes)",search:"how to prove that there can only be five platonic solids",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zcp4h39"},{id:"zgkh97h",headline:"How to prove the area of a parallelogram is base × height (Perimeter, Area, Volume)",search:"how to prove the area of a parallelogram is base height",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zgkh97h"},{id:"z37vqhv",headline:"How to prove the formula for the area of a trapezium (Perimeter, Area, Volume)",search:"how to prove the formula for the area of a trapezium",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z37vqhv"},{id:"zcnkpbk",headline:"How to prove the volume of a cone is ⅓ height × πr² (Perimeter, Area, Volume)",search:"how to prove the volume of a cone is 13 height r2",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zcnkpbk"},{id:"zyg2b82",headline:"How to show angles in a n-sided polygon add to 180° × (n-2) (Angles)",search:"how to show angles in a nsided polygon add to 180 n2",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zyg2b82"},{id:"zph8ng8",headline:"How to show the angles in a triangle add up to 180 degrees (Angles)",search:"how to show the angles in a triangle add up to 180 degrees",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zph8ng8"},{id:"zsp37p3",headline:"How to show the area of a circle is π × r² (Perimeter, Area, Volume)",search:"how to show the area of a circle is r2",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zsp37p3"},{id:"zc4pk2p",headline:"How to show the area of a triangle is ½ × base × height (Perimeter, Area, Volume)",search:"how to show the area of a triangle is 12 base height",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zc4pk2p"},{id:"z34n8mn",headline:"How to show the circumference of a circle is π x diameter (Perimeter, Area, Volume)",search:"how to show the circumference of a circle is x diameter",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z34n8mn"},{id:"ztgdsrd",headline:"How to show the surface area of a sphere is 4πr² (Perimeter, Area, Volume)",search:"how to show the surface area of a sphere is 4r2",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/ztgdsrd"},{id:"z8b73k7",headline:"How to show the volume of a cuboid = length × width × height (Perimeter, Area, Volume)",search:"how to show the volume of a cuboid length width height",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z8b73k7"},{id:"zy88b82",headline:"How to simplify fractions (Fractions)",search:"how to simplify fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zy88b82"},{id:"zfpw7p3",headline:"How to solve algebraic equations using guess and check (Equations)",search:"how to solve algebraic equations using guess and check",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfpw7p3"},{id:"zrg6pbk",headline:"How to solve simple algebraic equations (Algebra)",search:"how to solve simple algebraic equations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrg6pbk"},{id:"zfxkw6f",headline:"How to solve simultaneous equations using bar models (Equations)",search:"how to solve simultaneous equations using bar models",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfxkw6f"},{id:"zbvxh39",headline:"How to solve simultaneous equations using graphs (Equations)",search:"how to solve simultaneous equations using graphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbvxh39"},{id:"z4rhsrd",headline:"How to subtract fractions (Fractions)",search:"how to subtract fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4rhsrd"},{id:"zstr6yc",headline:"How to turn a fraction into a percentage (Fractions)",search:"how to turn a fraction into a percentage",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zstr6yc"},{id:"zj29dxs",headline:"How to use BIDMAS to solve equations (Operations (calculations/sums))",search:"how to use bidmas to solve equations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj29dxs"},{id:"zv7r97h",headline:"How to use Singapore Bar Modelling (Equations)",search:"how to use singapore bar modelling",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv7r97h"},{id:"zytc6yc",headline:"How to use right-angled triangles to solve geometry problems (Angles)",search:"how to use rightangled triangles to solve geometry problems",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zytc6yc"},{id:"zfv6pbk",headline:"How to use the bar method to model and solve problems (Operations (calculations/sums))",search:"how to use the bar method to model and solve problems",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfv6pbk"},{id:"z47bcj6",headline:"How to visualise an arithmetic sequence (Patterns and sequences)",search:"how to visualise an arithmetic sequence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z47bcj6"},{id:"zv4sv9q",headline:"How to visualise division with an array (Operations (calculations/sums))",search:"how to visualise division with an array",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv4sv9q"},{id:"zmm9dxs",headline:"How to visualise multiplication with an array (Operations (calculations/sums))",search:"how to visualise multiplication with an array",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmm9dxs"},{id:"z33csrd",headline:"How to work out a fraction of an amount (Fractions)",search:"how to work out a fraction of an amount",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z33csrd"},{id:"zy7wgdm",headline:"How to work out a percentage decrease (decimal method) (Percentages)",search:"how to work out a percentage decrease decimal method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zy7wgdm"},{id:"zp9rng8",headline:"How to work out a percentage of an amount (1% method) (Percentages)",search:"how to work out a percentage of an amount 1 method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zp9rng8"},{id:"zqnhdxs",headline:"How to work out a percentage of an amount (Percentages)",search:"how to work out a percentage of an amount",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zqnhdxs"},{id:"z2jqcj6",headline:"How to work out a unit price (Operations (calculations/sums))",search:"how to work out a unit price",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z2jqcj6"},{id:"z9bgpbk",headline:"How to work out density (Measurement)",search:"how to work out density",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z9bgpbk"},{id:"zw8db82",headline:"How to work out interest (Looking after your finances)",search:"how to work out interest",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zw8db82"},{id:"zpkcsrd",headline:"How to work out percentage increase (decimal method) (Percentages)",search:"how to work out percentage increase decimal method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zpkcsrd"},{id:"z8k83k7",headline:"How to work out speed, time and distance (Time)",search:"how to work out speed time and distance",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z8k83k7"},{id:"z4ctng8",headline:"How to work out the gradient of a straight line (Shape, space and measures)",search:"how to work out the gradient of a straight line",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4ctng8"},{id:"zj8sv9q",headline:"How to write algebraic notation (Expressions and formulae)",search:"how to write algebraic notation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj8sv9q"},{id:"z7w3rwx",headline:"Reverse percentages (Percentages)",search:"reverse percentages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7w3rwx"},{id:"zpjh97h",headline:"What are angles? (Angles)",search:"what are angles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zpjh97h"},{id:"zw473k7",headline:"What are congruent and similar shapes? (Shapes)",search:"what are congruent and similar shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zw473k7"},{id:"zwjwgdm",headline:"What are equivalent fractions? (Fractions)",search:"what are equivalent fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zwjwgdm"},{id:"z3fs2nb",headline:"What are exchange rates? (Looking after your finances)",search:"what are exchange rates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z3fs2nb"},{id:"zq7mb82",headline:"What are fractions? (Fractions)",search:"what are fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zq7mb82"},{id:"zcwmk2p",headline:"What are percentages? (Percentages)",search:"what are percentages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zcwmk2p"},{id:"ztm297h",headline:"What are ratios? (Ratio and proportion)",search:"what are ratios",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/ztm297h"},{id:"zjm48mn",headline:"What are square and cube numbers? (Shape, space and measures)",search:"what are square and cube numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjm48mn"},{id:"zxtb2nb",headline:"What are the parts of a circle? (Shapes)",search:"what are the parts of a circle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zxtb2nb"},{id:"ztf9h39",headline:"What are the types of triangle? (Shapes)",search:"what are the types of triangle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/ztf9h39"},{id:"zqrkpbk",headline:"What are translation, rotation and reflection? (Transformations)",search:"what are translation rotation and reflection",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zqrkpbk"},{id:"z72r97h",headline:"What is a common factor? (Prime numbers, factors and multiples)",search:"what is a common factor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z72r97h"},{id:"zv9sv9q",headline:"What is a factor? (Prime numbers, factors and multiples)",search:"what is a factor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv9sv9q"},{id:"zntkw6f",headline:"What is a geometric sequence? (Patterns and sequences)",search:"what is a geometric sequence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zntkw6f"},{id:"zdhdqhv",headline:"What is a number line? (Place value)",search:"what is a number line",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdhdqhv"},{id:"z7dyb82",headline:"What is a parabola? (Graphs)",search:"what is a parabola",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7dyb82"},{id:"z6gtng8",headline:"What is a prime? (Prime numbers, factors and multiples)",search:"what is a prime",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6gtng8"},{id:"zgrn8mn",headline:"What is a scale factor? (Transformations)",search:"what is a scale factor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zgrn8mn"},{id:"zkf7xfr",headline:"What is algebra? (Expressions and formulae)",search:"what is algebra",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkf7xfr"},{id:"zv2ck2p",headline:"What is an equation? (Equations)",search:"what is an equation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zv2ck2p"},{id:"ztt6dxs",headline:"What is density? (Measurement)",search:"what is density",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/ztt6dxs"},{id:"zj66pbk",headline:"What is estimating? (Rounding and estimating)",search:"what is estimating",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj66pbk"},{id:"zwrkpbk",headline:"What is pi? (Perimeter, Area, Volume)",search:"what is pi",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zwrkpbk"},{id:"zcr3tv4",headline:"What is speed? (Distance, speed and time)",search:"what is speed",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zcr3tv4"},{id:"zh4ny4j",headline:"What is standard form? (Standard index form)",search:"what is standard form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zh4ny4j"},{id:"ztqsdxs",headline:"What is the volume of a cone, a sphere and a cylinder? (Perimeter, Area, Volume)",search:"what is the volume of a cone a sphere and a cylinder",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/ztqsdxs"},{id:"zj76fg8",headline:"2D and 3D shapes (Shapes)",search:"2d and 3d shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj76fg8"},{id:"zj76fg8-6",headline:"2D and 3D shapes: 2D representation of 3D shapes (Shapes)",search:"2d representation of 3d shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj76fg8/revision/6"},{id:"zj76fg8-3",headline:"2D and 3D shapes: 3D solid shapes (Shapes)",search:"3d solid shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj76fg8/revision/3"},{id:"zj76fg8-5",headline:"2D and 3D shapes: Drawing 3D shapes on isometric paper (Shapes)",search:"drawing 3d shapes on isometric paper",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj76fg8/revision/5"},{id:"zj76fg8-4",headline:"2D and 3D shapes: Nets (Shapes)",search:"nets",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj76fg8/revision/4"},{id:"zj76fg8-2",headline:"2D and 3D shapes: Properties of quadrilaterals (Shapes)",search:"properties of quadrilaterals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj76fg8/revision/2"},{id:"zj76fg8-1",headline:"2D and 3D shapes: Properties of triangles (Shapes)",search:"properties of triangles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj76fg8/revision/1"},{id:"z2xp34j",headline:"3D shapes (Shapes)",search:"3d shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2xp34j"},{id:"z2xp34j-3",headline:"3D shapes: Drawing 3D shapes on isometric paper (Shapes)",search:"drawing 3d shapes on isometric paper",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2xp34j/revision/3"},{id:"z2xp34j-2",headline:"3D shapes: Nets (Shapes)",search:"nets",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2xp34j/revision/2"},{id:"z2xp34j-1",headline:"3D shapes: Solid shapes (Shapes)",search:"solid shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2xp34j/revision/1"},{id:"zx7xsbk",headline:"Algebraic terms (Expressions and formulae)",search:"algebraic terms",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7xsbk"},{id:"zx7xsbk-2",headline:"Algebraic terms: Adding and subtracting like terms (Expressions and formulae)",search:"adding and subtracting like terms",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7xsbk/revision/2"},{id:"zx7xsbk-3",headline:"Algebraic terms: Collecting like terms (Expressions and formulae)",search:"collecting like terms",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7xsbk/revision/3"},{id:"zx7xsbk-5",headline:"Algebraic terms: Multiplying brackets (Expressions and formulae)",search:"multiplying brackets",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7xsbk/revision/5"},{id:"zx7xsbk-4",headline:"Algebraic terms: Multiplying terms and expressions (Expressions and formulae)",search:"multiplying terms and expressions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7xsbk/revision/4"},{id:"zx7xsbk-1",headline:"Algebraic terms: Understanding terms and expressions (Expressions and formulae)",search:"understanding terms and expressions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7xsbk/revision/1"},{id:"zrck7ty",headline:"Angles and triangles (Angles)",search:"angles and triangles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrck7ty"},{id:"zrck7ty-5",headline:"Angles and triangles: Angle sum (Angles)",search:"angle sum",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrck7ty/revision/5"},{id:"zrck7ty-1",headline:"Angles and triangles: Different types of angles (Angles)",search:"different types of angles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrck7ty/revision/1"},{id:"zrck7ty-3",headline:"Angles and triangles: Drawing angles (Angles)",search:"drawing angles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrck7ty/revision/3"},{id:"zrck7ty-6",headline:"Angles and triangles: Equilateral and isosceles triangles (Angles)",search:"equilateral and isosceles triangles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrck7ty/revision/6"},{id:"zrck7ty-2",headline:"Angles and triangles: Estimating angles (Angles)",search:"estimating angles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrck7ty/revision/2"},{id:"zrck7ty-4",headline:"Angles and triangles: Measuring angles (Angles)",search:"measuring angles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrck7ty/revision/4"},{id:"z2mtyrd",headline:"Area (Perimeter, Area, Volume)",search:"area",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2mtyrd"},{id:"z2mtyrd-7",headline:"Area: Area of a trapezium (Perimeter, Area, Volume)",search:"area of a trapezium",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2mtyrd/revision/7"},{id:"z2mtyrd-4",headline:"Area: Compound shapes (Perimeter, Area, Volume)",search:"compound shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2mtyrd/revision/4"},{id:"z2mtyrd-1",headline:"Area: Counting squares (Perimeter, Area, Volume)",search:"counting squares",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2mtyrd/revision/1"},{id:"z2mtyrd-5",headline:"Area: Parallelograms - area (Perimeter, Area, Volume)",search:"parallelograms area",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2mtyrd/revision/5"},{id:"z2mtyrd-6",headline:"Area: Parallelograms - base or height (Perimeter, Area, Volume)",search:"parallelograms base or height",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2mtyrd/revision/6"},{id:"z2mtyrd-2",headline:"Area: Rectangles (Perimeter, Area, Volume)",search:"rectangles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2mtyrd/revision/2"},{id:"z2mtyrd-3",headline:"Area: Triangles (Perimeter, Area, Volume)",search:"triangles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2mtyrd/revision/3"},{id:"zc9wxnb",headline:"Circles (Shapes)",search:"circles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zc9wxnb"},{id:"zc9wxnb-3",headline:"Circles: Area of a circle (Shapes)",search:"area of a circle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zc9wxnb/revision/3"},{id:"zc9wxnb-2",headline:"Circles: Circumference (Shapes)",search:"circumference",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zc9wxnb/revision/2"},{id:"zc9wxnb-1",headline:"Circles: What is pi? (Shapes)",search:"what is pi",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zc9wxnb/revision/1"},{id:"zvybkqt",headline:"Collecting and recording data (Collecting, recording and representing data)",search:"collecting and recording data",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvybkqt"},{id:"zvybkqt-5",headline:"Collecting and recording data: Continuous data (Collecting, recording and representing data)",search:"continuous data",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvybkqt/revision/5"},{id:"zvybkqt-6",headline:"Collecting and recording data: Grouping continuous data (Collecting, recording and representing data)",search:"grouping continuous data",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvybkqt/revision/6"},{id:"zvybkqt-3",headline:"Collecting and recording data: Grouping data (Collecting, recording and representing data)",search:"grouping data",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvybkqt/revision/3"},{id:"zvybkqt-7",headline:"Collecting and recording data: Stem and leaf diagrams (Collecting, recording and representing data)",search:"stem and leaf diagrams",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvybkqt/revision/7"},{id:"zvybkqt-2",headline:"Collecting and recording data: Tally chart and frequency chart (Collecting, recording and representing data)",search:"tally chart and frequency chart",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvybkqt/revision/2"},{id:"zvybkqt-1",headline:"Collecting and recording data: Tallying (Collecting, recording and representing data)",search:"tallying",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvybkqt/revision/1"},{id:"zvybkqt-4",headline:"Collecting and recording data: Two-way tables (Collecting, recording and representing data)",search:"twoway tables",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvybkqt/revision/4"},{id:"zj2tyrd",headline:"Constructing triangles (Angles)",search:"constructing triangles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj2tyrd"},{id:"zj2tyrd-2",headline:"Constructing triangles: Constructing a triangle using a compass (Angles)",search:"constructing a triangle using a compass",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj2tyrd/revision/2"},{id:"zj2tyrd-1",headline:"Constructing triangles: Constructing a triangle using a protractor (Angles)",search:"constructing a triangle using a protractor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj2tyrd/revision/1"},{id:"zjqmn39",headline:"Constructions, loci and three-figure bearings (Angles)",search:"constructions loci and threefigure bearings",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjqmn39"},{id:"zjqmn39-5",headline:"Constructions, loci and three-figure bearings: Angle bisector (Angles)",search:"angle bisector",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjqmn39/revision/5"},{id:"zjqmn39-1",headline:"Constructions, loci and three-figure bearings: Definitions of perpendicular, bisector and locus (Angles)",search:"definitions of perpendicular bisector and locus",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjqmn39/revision/1"},{id:"zjqmn39-3",headline:"Constructions, loci and three-figure bearings: Draw a perpendicular from a point to a line (Angles)",search:"draw a perpendicular from a point to a line",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjqmn39/revision/3"},{id:"zjqmn39-4",headline:"Constructions, loci and three-figure bearings: Draw a perpendicular through a point on a line (Angles)",search:"draw a perpendicular through a point on a line",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjqmn39/revision/4"},{id:"zjqmn39-6",headline:"Constructions, loci and three-figure bearings: Locus (Angles)",search:"locus",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjqmn39/revision/6"},{id:"zjqmn39-2",headline:"Constructions, loci and three-figure bearings: Perpendicular bisector of a line segment (Angles)",search:"perpendicular bisector of a line segment",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjqmn39/revision/2"},{id:"zjqmn39-7",headline:"Constructions, loci and three-figure bearings: Three-figure bearings (Angles)",search:"threefigure bearings",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjqmn39/revision/7"},{id:"zgg4jxs",headline:"Converting fractions, decimals and percentages (Operations (calculations/sums))",search:"converting fractions decimals and percentages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgg4jxs"},{id:"zgg4jxs-1",headline:"Converting fractions, decimals and percentages: Converting between decimals and fractions (Operations (calculations/sums))",search:"converting between decimals and fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgg4jxs/revision/1"},{id:"zgg4jxs-2",headline:"Converting fractions, decimals and percentages: Converting decimals to percentages (Operations (calculations/sums))",search:"converting decimals to percentages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgg4jxs/revision/2"},{id:"zgg4jxs-3",headline:"Converting fractions, decimals and percentages: Converting fractions to percentages (Operations (calculations/sums))",search:"converting fractions to percentages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgg4jxs/revision/3"},{id:"zgg4jxs-4",headline:"Converting fractions, decimals and percentages: Converting percentages to or from fractions and decimals (Operations (calculations/sums))",search:"converting percentages to or from fractions and decimals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgg4jxs/revision/4"},{id:"zg3rd2p",headline:"Coordinates (Graphs)",search:"coordinates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3rd2p"},{id:"zg3rd2p-1",headline:"Coordinates: Axes and coordinates (Graphs)",search:"axes and coordinates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3rd2p/revision/1"},{id:"zg3rd2p-2",headline:"Coordinates: Plotting coordinates (Graphs)",search:"plotting coordinates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3rd2p/revision/2"},{id:"zg3rd2p-3",headline:"Coordinates: Practise plotting coordinates (Graphs)",search:"practise plotting coordinates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3rd2p/revision/3"},{id:"zg3rd2p-4",headline:"Coordinates: The four quadrants (Graphs)",search:"the four quadrants",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3rd2p/revision/4"},{id:"z27xsbk",headline:"Decimals (Decimals)",search:"decimals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z27xsbk"},{id:"z27xsbk-2",headline:"Decimals: Adding and subtracting decimals (Decimals)",search:"adding and subtracting decimals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z27xsbk/revision/2"},{id:"z27xsbk-6",headline:"Decimals: Dividing a decimal by a whole number (Decimals)",search:"dividing a decimal by a whole number",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z27xsbk/revision/6"},{id:"z27xsbk-4",headline:"Decimals: Dividing decimals by 10, 100, 1,000 (Decimals)",search:"dividing decimals by 10 100 1000",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z27xsbk/revision/4"},{id:"z27xsbk-5",headline:"Decimals: Multiplying a decimal by a whole number (Decimals)",search:"multiplying a decimal by a whole number",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z27xsbk/revision/5"},{id:"z27xsbk-3",headline:"Decimals: Multiplying decimals by 10, 100 and 1,000 (Decimals)",search:"multiplying decimals by 10 100 and 1000",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z27xsbk/revision/3"},{id:"z27xsbk-1",headline:"Decimals: Place value and ordering decimals (Decimals)",search:"place value and ordering decimals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z27xsbk/revision/1"},{id:"zqdqtfr",headline:"Formulae (Expressions and formulae)",search:"formulae",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdqtfr"},{id:"zqdqtfr-4",headline:"Formulae: Changing the subject of a formula (Expressions and formulae)",search:"changing the subject of a formula",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdqtfr/revision/4"},{id:"zqdqtfr-2",headline:"Formulae: Constructing formulae (Expressions and formulae)",search:"constructing formulae",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdqtfr/revision/2"},{id:"zqdqtfr-3",headline:"Formulae: Substitution (Expressions and formulae)",search:"substitution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdqtfr/revision/3"},{id:"zqdqtfr-1",headline:"Formulae: Writing formulae in words (Expressions and formulae)",search:"writing formulae in words",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdqtfr/revision/1"},{id:"zt6p34j",headline:"Fractions (Fractions)",search:"fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j"},{id:"zt6p34j-7",headline:"Fractions: Adding and subtracting fractions (Fractions)",search:"adding and subtracting fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j/revision/7"},{id:"zt6p34j-3",headline:"Fractions: Equivalent fractions (Fractions)",search:"equivalent fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j/revision/3"},{id:"zt6p34j-1",headline:"Fractions: Introducing fractions (Fractions)",search:"introducing fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j/revision/1"},{id:"zt6p34j-5",headline:"Fractions: Mixed numbers and improper fractions (Fractions)",search:"mixed numbers and improper fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j/revision/5"},{id:"zt6p34j-8",headline:"Fractions: Multiplying and dividing fractions (Fractions)",search:"multiplying and dividing fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j/revision/8"},{id:"zt6p34j-6",headline:"Fractions: Ordering fractions (Fractions)",search:"ordering fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j/revision/6"},{id:"zt6p34j-4",headline:"Fractions: Simplest form (Fractions)",search:"simplest form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j/revision/4"},{id:"zt6p34j-2",headline:"Fractions: What is a fraction? (Fractions)",search:"what is a fraction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt6p34j/revision/2"},{id:"z9ck7ty",headline:"Inequalities (Inequalities)",search:"inequalities",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ck7ty"},{id:"z9ck7ty-1",headline:"Inequalities: Inequalities (Inequalities)",search:"inequalities",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ck7ty/revision/1"},{id:"z9ck7ty-2",headline:"Inequalities: Plotting inequalities on number lines (Inequalities)",search:"plotting inequalities on number lines",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ck7ty/revision/2"},{id:"z9ck7ty-3",headline:"Inequalities: Solving inequalities (Inequalities)",search:"solving inequalities",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ck7ty/revision/3"},{id:"zk8j6sg",headline:"Intersecting and parallel lines (Angles)",search:"intersecting and parallel lines",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk8j6sg"},{id:"zk8j6sg-1",headline:"Intersecting and parallel lines: Finding angles (Angles)",search:"finding angles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk8j6sg/revision/1"},{id:"zk8j6sg-2",headline:"Intersecting and parallel lines: Parallel and equal lines (Angles)",search:"parallel and equal lines",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk8j6sg/revision/2"},{id:"zbybkqt",headline:"Introduction to equations (Equations)",search:"introduction to equations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt"},{id:"zbybkqt-2",headline:"Introduction to equations: Balancing the equation (Equations)",search:"balancing the equation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt/revision/2"},{id:"zbybkqt-8",headline:"Introduction to equations: Equations with fractions on both sides (Equations)",search:"equations with fractions on both sides",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt/revision/8"},{id:"zbybkqt-5",headline:"Introduction to equations: Solving equations when the term in x is negative (Equations)",search:"solving equations when the term in x is negative",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt/revision/5"},{id:"zbybkqt-6",headline:"Introduction to equations: Solving equations with brackets (Equations)",search:"solving equations with brackets",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt/revision/6"},{id:"zbybkqt-4",headline:"Introduction to equations: Solving equations with x on both sides (Equations)",search:"solving equations with x on both sides",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt/revision/4"},{id:"zbybkqt-7",headline:"Introduction to equations: Solving equations written as fractions (Equations)",search:"solving equations written as fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt/revision/7"},{id:"zbybkqt-3",headline:"Introduction to equations: Solving more complex equations (Equations)",search:"solving more complex equations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt/revision/3"},{id:"zbybkqt-1",headline:"Introduction to equations: What are equations? (Equations)",search:"what are equations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbybkqt/revision/1"},{id:"z7j2pv4",headline:"Linear sequences (Patterns and sequences)",search:"linear sequences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7j2pv4"},{id:"z7j2pv4-1",headline:"Linear sequences: Exploring number patterns (Patterns and sequences)",search:"exploring number patterns",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7j2pv4/revision/1"},{id:"z7j2pv4-4",headline:"Linear sequences: Finding the nth term of a linear sequence (Patterns and sequences)",search:"finding the nth term of a linear sequence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7j2pv4/revision/4"},{id:"z7j2pv4-5",headline:"Linear sequences: More on finding the nth term (Patterns and sequences)",search:"more on finding the nth term",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7j2pv4/revision/5"},{id:"z7j2pv4-2",headline:"Linear sequences: Number patterns in diagrams (Patterns and sequences)",search:"number patterns in diagrams",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7j2pv4/revision/2"},{id:"z7j2pv4-3",headline:"Linear sequences: The common difference (Patterns and sequences)",search:"the common difference",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7j2pv4/revision/3"},{id:"z94k87h",headline:"Looking after your finances (Looking after your finances)",search:"looking after your finances",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z94k87h"},{id:"z94k87h-2",headline:"Looking after your finances: Deductions from wages or salaries (Looking after your finances)",search:"deductions from wages or salaries",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z94k87h/revision/2"},{id:"z94k87h-4",headline:"Looking after your finances: Other bills or contracts (Looking after your finances)",search:"other bills or contracts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z94k87h/revision/4"},{id:"z94k87h-5",headline:"Looking after your finances: School trips (Looking after your finances)",search:"school trips",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z94k87h/revision/5"},{id:"z94k87h-3",headline:"Looking after your finances: Utility bills (household bills) (Looking after your finances)",search:"utility bills household bills",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z94k87h/revision/3"},{id:"z94k87h-1",headline:"Looking after your finances: Wages and salaries (Looking after your finances)",search:"wages and salaries",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z94k87h/revision/1"},{id:"znhsgk7",headline:"Mean, median, mode and range (Averages)",search:"mean median mode and range",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znhsgk7"},{id:"znhsgk7-7",headline:"Mean, median, mode and range: Calculating the mean and modal class from grouped data (Averages)",search:"calculating the mean and modal class from grouped data",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znhsgk7/revision/7"},{id:"znhsgk7-6",headline:"Mean, median, mode and range: Calculating the mean from a frequency table (Averages)",search:"calculating the mean from a frequency table",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znhsgk7/revision/6"},{id:"znhsgk7-5",headline:"Mean, median, mode and range: Comparing distributions (Averages)",search:"comparing distributions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znhsgk7/revision/5"},{id:"znhsgk7-1",headline:"Mean, median, mode and range: Mean (Averages)",search:"mean",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znhsgk7/revision/1"},{id:"znhsgk7-2",headline:"Mean, median, mode and range: Median (Averages)",search:"median",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znhsgk7/revision/2"},{id:"znhsgk7-3",headline:"Mean, median, mode and range: Mode (Averages)",search:"mode",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znhsgk7/revision/3"},{id:"znhsgk7-4",headline:"Mean, median, mode and range: Range (Averages)",search:"range",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znhsgk7/revision/4"},{id:"zthsgk7",headline:"Measures (Measurement)",search:"measures",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthsgk7"},{id:"zthsgk7-5",headline:"Measures: Accuracy (Measurement)",search:"accuracy",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthsgk7/revision/5"},{id:"zthsgk7-1",headline:"Measures: Choosing appropriate units (Measurement)",search:"choosing appropriate units",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthsgk7/revision/1"},{id:"zthsgk7-3",headline:"Measures: Converting between units (Measurement)",search:"converting between units",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthsgk7/revision/3"},{id:"zthsgk7-4",headline:"Measures: Converting units for area and volume (Measurement)",search:"converting units for area and volume",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthsgk7/revision/4"},{id:"zthsgk7-2",headline:"Measures: Reading scales (Measurement)",search:"reading scales",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthsgk7/revision/2"},{id:"zthsgk7-6",headline:"Measures: Speed, distance and time (Measurement)",search:"speed distance and time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthsgk7/revision/6"},{id:"zvvg87h",headline:"Multiplication and division (Operations (calculations/sums))",search:"multiplication and division",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvvg87h"},{id:"zvvg87h-3",headline:"Multiplication and division: Multiplication - area method (Operations (calculations/sums))",search:"multiplication area method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvvg87h/revision/3"},{id:"zvvg87h-1",headline:"Multiplication and division: Multiplication - partition method (Operations (calculations/sums))",search:"multiplication partition method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvvg87h/revision/1"},{id:"zvvg87h-2",headline:"Multiplication and division: Multiplication – Napier’s method (Operations (calculations/sums))",search:"multiplication napiers method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvvg87h/revision/2"},{id:"zvvg87h-6",headline:"Multiplication and division: Multiplying and dividing by numbers between 0 and 1 (Operations (calculations/sums))",search:"multiplying and dividing by numbers between 0 and 1",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvvg87h/revision/6"},{id:"zvvg87h-5",headline:"Multiplication and division: Short division (Operations (calculations/sums))",search:"short division",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvvg87h/revision/5"},{id:"zvvg87h-4",headline:"Multiplication and division: Short multiplication (Operations (calculations/sums))",search:"short multiplication",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvvg87h/revision/4"},{id:"zdkwxnb",headline:"Number patterns (Patterns and sequences)",search:"number patterns",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdkwxnb"},{id:"zdkwxnb-3",headline:"Number patterns: Cube numbers (Patterns and sequences)",search:"cube numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdkwxnb/revision/3"},{id:"zdkwxnb-1",headline:"Number patterns: Even and odd numbers (Patterns and sequences)",search:"even and odd numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdkwxnb/revision/1"},{id:"zdkwxnb-5",headline:"Number patterns: Multiples (Patterns and sequences)",search:"multiples",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdkwxnb/revision/5"},{id:"zdkwxnb-2",headline:"Number patterns: Square numbers (Patterns and sequences)",search:"square numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdkwxnb/revision/2"},{id:"zdkwxnb-4",headline:"Number patterns: Triangle numbers (Patterns and sequences)",search:"triangle numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdkwxnb/revision/4"},{id:"zsnycdm",headline:"Order of operation (Operations (calculations/sums))",search:"order of operation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsnycdm"},{id:"zsnycdm-2",headline:"Order of operation: Practising using the BIDMAS rule (Operations (calculations/sums))",search:"practising using the bidmas rule",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsnycdm/revision/2"},{id:"zsnycdm-1",headline:"Order of operation: The BIDMAS rule (Operations (calculations/sums))",search:"the bidmas rule",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsnycdm/revision/1"},{id:"z4482hv",headline:"Percentages (Percentages)",search:"percentages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4482hv"},{id:"z4482hv-3",headline:"Percentages: Finding the percentage of a quantity (Percentages)",search:"finding the percentage of a quantity",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4482hv/revision/3"},{id:"z4482hv-1",headline:"Percentages: What are percentages? (Percentages)",search:"what are percentages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4482hv/revision/1"},{id:"z4482hv-2",headline:"Percentages: Writing one number as a percentage of another (Percentages)",search:"writing one number as a percentage of another",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4482hv/revision/2"},{id:"zsf39j6",headline:"Perimeter (Perimeter, Area, Volume)",search:"perimeter",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf39j6"},{id:"zsf39j6-2",headline:"Perimeter: Compound shapes (Perimeter, Area, Volume)",search:"compound shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf39j6/revision/2"},{id:"zsf39j6-1",headline:"Perimeter: Simple shapes (Perimeter, Area, Volume)",search:"simple shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf39j6/revision/1"},{id:"zddqtfr",headline:"Place value (Place value)",search:"place value",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zddqtfr"},{id:"zddqtfr-5",headline:"Place value: Dividing by 10, 100, and 1,000 (Place value)",search:"dividing by 10 100 and 1000",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zddqtfr/revision/5"},{id:"zddqtfr-4",headline:"Place value: Multiplying by 10, 100, 1,000 (Place value)",search:"multiplying by 10 100 1000",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zddqtfr/revision/4"},{id:"zddqtfr-3",headline:"Place value: Ordering whole numbers (Place value)",search:"ordering whole numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zddqtfr/revision/3"},{id:"zddqtfr-1",headline:"Place value: What is place value? (Place value)",search:"what is place value",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zddqtfr/revision/1"},{id:"zddqtfr-2",headline:"Place value: Writing and describing whole numbers (Place value)",search:"writing and describing whole numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zddqtfr/revision/2"},{id:"z8w2pv4",headline:"Polygons (Shapes)",search:"polygons",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8w2pv4"},{id:"z8w2pv4-4",headline:"Polygons: Angles of a regular polygon (Shapes)",search:"angles of a regular polygon",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8w2pv4/revision/4"},{id:"z8w2pv4-1",headline:"Polygons: Investigating polygons (Shapes)",search:"investigating polygons",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8w2pv4/revision/1"},{id:"z8w2pv4-2",headline:"Polygons: The exterior angle of a polygon (Shapes)",search:"the exterior angle of a polygon",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8w2pv4/revision/2"},{id:"z8w2pv4-3",headline:"Polygons: The interior angle of a polygon (Shapes)",search:"the interior angle of a polygon",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8w2pv4/revision/3"},{id:"z77xsbk",headline:"Positive and negative numbers (Positive and negative numbers)",search:"positive and negative numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z77xsbk"},{id:"z77xsbk-2",headline:"Positive and negative numbers: Adding and subtracting positive and negative numbers (Positive and negative numbers)",search:"adding and subtracting positive and negative numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z77xsbk/revision/2"},{id:"z77xsbk-3",headline:"Positive and negative numbers: Multiplying and dividing positive and negative numbers (Positive and negative numbers)",search:"multiplying and dividing positive and negative numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z77xsbk/revision/3"},{id:"z77xsbk-1",headline:"Positive and negative numbers: What are positive and negative numbers? (Positive and negative numbers)",search:"what are positive and negative numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z77xsbk/revision/1"},{id:"z66p34j",headline:"Power and roots (Powers and roots)",search:"power and roots",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z66p34j"},{id:"z66p34j-4",headline:"Power and roots: Index laws for multiplication and division (Powers and roots)",search:"index laws for multiplication and division",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z66p34j/revision/4"},{id:"z66p34j-1",headline:"Power and roots: Powers (Powers and roots)",search:"powers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z66p34j/revision/1"},{id:"z66p34j-2",headline:"Power and roots: Powers - using a calculator (Powers and roots)",search:"powers using a calculator",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z66p34j/revision/2"},{id:"z66p34j-3",headline:"Power and roots: Square root and cube root (Powers and roots)",search:"square root and cube root",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z66p34j/revision/3"},{id:"zp6p34j",headline:"Prime numbers, factors and multiples (Prime numbers, factors and multiples)",search:"prime numbers factors and multiples",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6p34j"},{id:"zp6p34j-3",headline:"Prime numbers, factors and multiples: Factor pairs (Prime numbers, factors and multiples)",search:"factor pairs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6p34j/revision/3"},{id:"zp6p34j-4",headline:"Prime numbers, factors and multiples: Factor trees (Prime numbers, factors and multiples)",search:"factor trees",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6p34j/revision/4"},{id:"zp6p34j-2",headline:"Prime numbers, factors and multiples: Factors and multiples (Prime numbers, factors and multiples)",search:"factors and multiples",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6p34j/revision/2"},{id:"zp6p34j-5",headline:"Prime numbers, factors and multiples: Highest common factor (HCF) (Prime numbers, factors and multiples)",search:"highest common factor hcf",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6p34j/revision/5"},{id:"zp6p34j-6",headline:"Prime numbers, factors and multiples: Lowest common multiple (LCM) (Prime numbers, factors and multiples)",search:"lowest common multiple lcm",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6p34j/revision/6"},{id:"zp6p34j-1",headline:"Prime numbers, factors and multiples: Prime numbers (Prime numbers, factors and multiples)",search:"prime numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6p34j/revision/1"},{id:"zk9dmp3",headline:"Probability (Probability)",search:"probability",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk9dmp3"},{id:"zk9dmp3-1",headline:"Probability: Describing probabilities and the probability scale (Probability)",search:"describing probabilities and the probability scale",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk9dmp3/revision/1"},{id:"zk9dmp3-3",headline:"Probability: Experimental probability (Probability)",search:"experimental probability",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk9dmp3/revision/3"},{id:"zk9dmp3-2",headline:"Probability: Finding probabilities (Probability)",search:"finding probabilities",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk9dmp3/revision/2"},{id:"zk9dmp3-6",headline:"Probability: Probability of combined events (Probability)",search:"probability of combined events",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk9dmp3/revision/6"},{id:"zk9dmp3-4",headline:"Probability: Probability surveys (Probability)",search:"probability surveys",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk9dmp3/revision/4"},{id:"zk9dmp3-5",headline:"Probability: Sum of probabilities (Probability)",search:"sum of probabilities",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zk9dmp3/revision/5"},{id:"z3g9q6f",headline:"Pythagoras' theorem (Pythagoras)",search:"pythagoras theorem",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3g9q6f"},{id:"z3g9q6f-3",headline:"Pythagoras' theorem: Calculating the length of another side of a triangle (Pythagoras)",search:"calculating the length of another side of a triangle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3g9q6f/revision/3"},{id:"z3g9q6f-4",headline:"Pythagoras' theorem: Length of a line segment (Pythagoras)",search:"length of a line segment",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3g9q6f/revision/4"},{id:"z3g9q6f-1",headline:"Pythagoras' theorem: Right-angled triangles (Pythagoras)",search:"rightangled triangles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3g9q6f/revision/1"},{id:"z3g9q6f-2",headline:"Pythagoras' theorem: Working out the hypotenuse (Pythagoras)",search:"working out the hypotenuse",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3g9q6f/revision/2"},{id:"z6mtyrd",headline:"Quadratic sequences (Patterns and sequences)",search:"quadratic sequences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6mtyrd"},{id:"z6mtyrd-1",headline:"Quadratic sequences: Finding the next term of a quadratic sequence (Patterns and sequences)",search:"finding the next term of a quadratic sequence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6mtyrd/revision/1"},{id:"z6mtyrd-2",headline:"Quadratic sequences: Finding the nth term of a quadratic sequence (Patterns and sequences)",search:"finding the nth term of a quadratic sequence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6mtyrd/revision/2"},{id:"z6mtyrd-3",headline:"Quadratic sequences: Multiples of powers (Patterns and sequences)",search:"multiples of powers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z6mtyrd/revision/3"},{id:"znnycdm",headline:"Ratio and proportion (Ratio and proportion)",search:"ratio and proportion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znnycdm"},{id:"znnycdm-2",headline:"Ratio and proportion: Division in a given ratio (Ratio and proportion)",search:"division in a given ratio",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znnycdm/revision/2"},{id:"znnycdm-1",headline:"Ratio and proportion: Equivalent ratios and simplest form (Ratio and proportion)",search:"equivalent ratios and simplest form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znnycdm/revision/1"},{id:"znnycdm-4",headline:"Ratio and proportion: Map scales (Ratio and proportion)",search:"map scales",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znnycdm/revision/4"},{id:"znnycdm-5",headline:"Ratio and proportion: Proportion (Ratio and proportion)",search:"proportion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znnycdm/revision/5"},{id:"znnycdm-3",headline:"Ratio and proportion: Using ratios (Ratio and proportion)",search:"using ratios",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/znnycdm/revision/3"},{id:"zjw7hyc",headline:"Relative frequency (Probability)",search:"relative frequency",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjw7hyc"},{id:"zjw7hyc-2",headline:"Relative frequency: Calculating relative frequency (Probability)",search:"calculating relative frequency",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjw7hyc/revision/2"},{id:"zjw7hyc-1",headline:"Relative frequency: Estimating probability (Probability)",search:"estimating probability",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjw7hyc/revision/1"},{id:"zrg4jxs",headline:"Representing data (Collecting, recording and representing data)",search:"representing data",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs"},{id:"zrg4jxs-2",headline:"Representing data: Bar charts (Collecting, recording and representing data)",search:"bar charts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/2"},{id:"zrg4jxs-6",headline:"Representing data: Constructing pie charts (Collecting, recording and representing data)",search:"constructing pie charts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/6"},{id:"zrg4jxs-7",headline:"Representing data: Frequency diagrams and frequency polygons (Collecting, recording and representing data)",search:"frequency diagrams and frequency polygons",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/7"},{id:"zrg4jxs-3",headline:"Representing data: Line graphs (Collecting, recording and representing data)",search:"line graphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/3"},{id:"zrg4jxs-4",headline:"Representing data: Pictograms (Collecting, recording and representing data)",search:"pictograms",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/4"},{id:"zrg4jxs-5",headline:"Representing data: Pie charts (Collecting, recording and representing data)",search:"pie charts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/5"},{id:"zrg4jxs-9",headline:"Representing data: Scatter diagrams - line of best fit (Collecting, recording and representing data)",search:"scatter diagrams line of best fit",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/9"},{id:"zrg4jxs-8",headline:"Representing data: Scatter diagrams - plotting and reading (Collecting, recording and representing data)",search:"scatter diagrams plotting and reading",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/8"},{id:"zrg4jxs-1",headline:"Representing data: Types of graphs and charts (Collecting, recording and representing data)",search:"types of graphs and charts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrg4jxs/revision/1"},{id:"zv3rd2p",headline:"Rounding and estimating (Rounding and estimating)",search:"rounding and estimating",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zv3rd2p"},{id:"zv3rd2p-2",headline:"Rounding and estimating: Making estimates (Rounding and estimating)",search:"making estimates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zv3rd2p/revision/2"},{id:"zv3rd2p-5",headline:"Rounding and estimating: Rounding significant figures (Rounding and estimating)",search:"rounding significant figures",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zv3rd2p/revision/5"},{id:"zv3rd2p-3",headline:"Rounding and estimating: Rounding to a given number of places (Rounding and estimating)",search:"rounding to a given number of places",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zv3rd2p/revision/3"},{id:"zv3rd2p-1",headline:"Rounding and estimating: Rounding to the nearest whole number (Rounding and estimating)",search:"rounding to the nearest whole number",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zv3rd2p/revision/1"},{id:"zv3rd2p-4",headline:"Rounding and estimating: Significant figures (Rounding and estimating)",search:"significant figures",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zv3rd2p/revision/4"},{id:"zv3rd2p-6",headline:"Rounding and estimating: Trial and improvement (Rounding and estimating)",search:"trial and improvement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zv3rd2p/revision/6"},{id:"zd9dmp3",headline:"Simultaneous equations (Equations)",search:"simultaneous equations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd9dmp3"},{id:"zd9dmp3-1",headline:"Simultaneous equations: Introducing simultaneous equations (Equations)",search:"introducing simultaneous equations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd9dmp3/revision/1"},{id:"zd9dmp3-3",headline:"Simultaneous equations: Solving simultaneous equations algebraically (Equations)",search:"solving simultaneous equations algebraically",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd9dmp3/revision/3"},{id:"zd9dmp3-2",headline:"Simultaneous equations: Solving simultaneous equations by substitution (Equations)",search:"solving simultaneous equations by substitution",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd9dmp3/revision/2"},{id:"zd9dmp3-4",headline:"Simultaneous equations: Solving simultaneous equations graphically (Equations)",search:"solving simultaneous equations graphically",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zd9dmp3/revision/4"},{id:"ztg987h",headline:"Standard index form (Standard index form)",search:"standard index form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztg987h"},{id:"ztg987h-3",headline:"Standard index form: Calculations in standard index form (Standard index form)",search:"calculations in standard index form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztg987h/revision/3"},{id:"ztg987h-4",headline:"Standard index form: Calculations in standard index form (Standard index form)",search:"calculations in standard index form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztg987h/revision/4"},{id:"ztg987h-1",headline:"Standard index form: Introducing standard index form (Standard index form)",search:"introducing standard index form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztg987h/revision/1"},{id:"ztg987h-2",headline:"Standard index form: Large and small numbers in standard index form (Standard index form)",search:"large and small numbers in standard index form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztg987h/revision/2"},{id:"zynycdm",headline:"Straight line graphs (Graphs)",search:"straight line graphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zynycdm"},{id:"zynycdm-2",headline:"Straight line graphs: Equations of other straight line graphs (Graphs)",search:"equations of other straight line graphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zynycdm/revision/2"},{id:"zynycdm-1",headline:"Straight line graphs: Horizontal and vertical lines (in the form y = c and x = c) (Graphs)",search:"horizontal and vertical lines in the form y c and x c",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zynycdm/revision/1"},{id:"zsktyrd",headline:"Symmetry (Symmetry)",search:"symmetry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsktyrd"},{id:"zsktyrd-1",headline:"Symmetry: Line symmetry (Symmetry)",search:"line symmetry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsktyrd/revision/1"},{id:"zsktyrd-3",headline:"Symmetry: Rotational symmetry (Symmetry)",search:"rotational symmetry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsktyrd/revision/3"},{id:"zsktyrd-2",headline:"Symmetry: Symmetry in regular polygons (Symmetry)",search:"symmetry in regular polygons",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsktyrd/revision/2"},{id:"z3rk7ty",headline:"Time (Time)",search:"time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3rk7ty"},{id:"z3rk7ty-2",headline:"Time: 12-hour and 24-hour clock (Time)",search:"12hour and 24hour clock",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3rk7ty/revision/2"},{id:"z3rk7ty-4",headline:"Time: Days, months and years (Time)",search:"days months and years",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3rk7ty/revision/4"},{id:"z3rk7ty-3",headline:"Time: Reading timetables (Time)",search:"reading timetables",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3rk7ty/revision/3"},{id:"z3rk7ty-1",headline:"Time: Units of time (Time)",search:"units of time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3rk7ty/revision/1"},{id:"zkw2pv4",headline:"Transformations and enlargements (Transformations)",search:"transformations and enlargements",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4"},{id:"zkw2pv4-7",headline:"Transformations and enlargements: Centre of enlargement (Transformations)",search:"centre of enlargement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4/revision/7"},{id:"zkw2pv4-1",headline:"Transformations and enlargements: Congruent shapes (Transformations)",search:"congruent shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4/revision/1"},{id:"zkw2pv4-5",headline:"Transformations and enlargements: Finding reflections using tracing paper (Transformations)",search:"finding reflections using tracing paper",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4/revision/5"},{id:"zkw2pv4-8",headline:"Transformations and enlargements: Fractional scale factor (Transformations)",search:"fractional scale factor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4/revision/8"},{id:"zkw2pv4-4",headline:"Transformations and enlargements: Reflection (Transformations)",search:"reflection",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4/revision/4"},{id:"zkw2pv4-3",headline:"Transformations and enlargements: Rotation (Transformations)",search:"rotation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4/revision/3"},{id:"zkw2pv4-6",headline:"Transformations and enlargements: Scale factor enlargement (Transformations)",search:"scale factor enlargement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4/revision/6"},{id:"zkw2pv4-2",headline:"Transformations and enlargements: Translation (Transformations)",search:"translation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkw2pv4/revision/2"},{id:"z26nb9q",headline:"Volume (Perimeter, Area, Volume)",search:"volume",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z26nb9q"},{id:"z26nb9q-1",headline:"Volume: Finding volume by counting cubes (Perimeter, Area, Volume)",search:"finding volume by counting cubes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z26nb9q/revision/1"},{id:"z26nb9q-2",headline:"Volume: Volume of a cuboid (Perimeter, Area, Volume)",search:"volume of a cuboid",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z26nb9q/revision/2"},{id:"z26nb9q-3",headline:"Volume: Volume of a prism (Perimeter, Area, Volume)",search:"volume of a prism",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z26nb9q/revision/3"},{id:"z4f3cdm",headline:"Algebra",search:"algebra",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z4f3cdm"},{id:"zdr9wmn",headline:"Angles",search:"angles",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zdr9wmn"},{id:"zbsvr82",headline:"Averages",search:"averages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zbsvr82"},{id:"z3nygk7",headline:"Collecting, recording and representing data",search:"collecting recording and representing data",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z3nygk7"},{id:"zh7xpv4",headline:"Decimals",search:"decimals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zh7xpv4"},{id:"z28jmp3",headline:"Distance, speed and time",search:"distance speed and time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z28jmp3"},{id:"z83rkqt",headline:"Equations",search:"equations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z83rkqt"},{id:"z9yb4wx",headline:"Expressions and formulae",search:"expressions and formulae",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z9yb4wx"},{id:"zsxhfg8",headline:"Fractions",search:"fractions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zsxhfg8"},{id:"zdbc87h",headline:"Graphs",search:"graphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zdbc87h"},{id:"zvpfb9q",headline:"Handling data",search:"handling data",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zvpfb9q"},{id:"zkvg9j6",headline:"Inequalities",search:"inequalities",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zkvg9j6"},{id:"zq7ncdm",headline:"Looking after your finances",search:"looking after your finances",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zq7ncdm"},{id:"z4vg9j6",headline:"Measurement",search:"measurement",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z4vg9j6"},{id:"z7kw2hv",headline:"Numbers",search:"numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z7kw2hv"},{id:"znmtsbk",headline:"Operations (calculations/sums)",search:"operations calculationssums",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/znmtsbk"},{id:"zwg4d2p",headline:"Patterns and sequences",search:"patterns and sequences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zwg4d2p"},{id:"zf6pyrd",headline:"Percentages",search:"percentages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zf6pyrd"},{id:"zrf3cdm",headline:"Perimeter, Area, Volume",search:"perimeter area volume",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zrf3cdm"},{id:"zc3d7ty",headline:"Place value",search:"place value",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zc3d7ty"},{id:"zp26n39",headline:"Positive and negative numbers",search:"positive and negative numbers",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zp26n39"},{id:"ztqmhyc",headline:"Powers and roots",search:"powers and roots",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/ztqmhyc"},{id:"z6j2tfr",headline:"Prime numbers, factors and multiples",search:"prime numbers factors and multiples",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z6j2tfr"},{id:"zgf3cdm",headline:"Probability",search:"probability",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zgf3cdm"},{id:"zkbc87h",headline:"Pythagoras",search:"pythagoras",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zkbc87h"},{id:"zxw76sg",headline:"Ratio and proportion",search:"ratio and proportion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zxw76sg"},{id:"zmdqxnb",headline:"Rounding and estimating",search:"rounding and estimating",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zmdqxnb"},{id:"zvhs34j",headline:"Shape, space and measures",search:"shape space and measures",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zvhs34j"},{id:"zwckjxs",headline:"Shapes",search:"shapes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zwckjxs"},{id:"z2mf9j6",headline:"Standard index form",search:"standard index form",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z2mf9j6"},{id:"zbnygk7",headline:"Symmetry",search:"symmetry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zbnygk7"},{id:"zfxhfg8",headline:"Think like a mathematician",search:"think like a mathematician",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zfxhfg8"},{id:"zj48q6f",headline:"Time",search:"time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zj48q6f"},{id:"z3pfb9q",headline:"Transformations",search:"transformations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z3pfb9q"},{id:"z93rkqt",headline:"Trigonometry",search:"trigonometry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z93rkqt"}]},function(e,t){e.exports=[{id:"zr726yc",headline:"Can language exist without grammar? (Grammar)",search:"can language exist without grammar",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr726yc"},{id:"zs87dxs",headline:"Drafting 'Anthem for Doomed Youth' (Understanding poetry)",search:"drafting anthem for doomed youth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zs87dxs"},{id:"z6n6gwx",headline:"How to build an argument (Non-fiction writing)",search:"how to build an argument",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6n6gwx"},{id:"zd7w7p3",headline:"How to check your apostrophes are correct (Punctuation)",search:"how to check your apostrophes are correct",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zd7w7p3"},{id:"zbmsd6f",headline:"How to compare fiction texts (Critical reading)",search:"how to compare fiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbmsd6f"},{id:"z7gdscw",headline:"How to compare non-fiction texts (Critical reading)",search:"how to compare nonfiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7gdscw"},{id:"zb4bqp3",headline:"How to draft your writing (Fiction writing)",search:"how to draft your writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zb4bqp3"},{id:"zrkr2sg",headline:"How to engage the reader in the opening paragraph (Fiction writing)",search:"how to engage the reader in the opening paragraph",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrkr2sg"},{id:"zn3skmn",headline:"How to identify form in poetry (Understanding poetry)",search:"how to identify form in poetry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn3skmn"},{id:"z6w4xyc",headline:"How to investigate language in fiction texts (Critical reading)",search:"how to investigate language in fiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6w4xyc"},{id:"z4d4xyc",headline:"How to investigate language in non-fiction texts (Critical reading)",search:"how to investigate language in nonfiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4d4xyc"},{id:"z48cmfr",headline:"How to investigate structure in fiction texts (Critical reading)",search:"how to investigate structure in fiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z48cmfr"},{id:"zjmjscw",headline:"How to investigate structure in non-fiction texts (Critical reading)",search:"how to investigate structure in nonfiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjmjscw"},{id:"zvh37nb",headline:"How to link ideas in sentences (Grammar)",search:"how to link ideas in sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvh37nb"},{id:"zjxqf4j",headline:"How to memorise tricky spellings (Spelling)",search:"how to memorise tricky spellings",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjxqf4j"},{id:"zr8cmfr",headline:"How to persuade a reader (Non-fiction writing)",search:"how to persuade a reader",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zr8cmfr"},{id:"z7vhsrd",headline:"How to proofread (Punctuation)",search:"how to proofread",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7vhsrd"},{id:"zrxxh39",headline:"How to punctuate independent clauses (Grammar)",search:"how to punctuate independent clauses",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zrxxh39"},{id:"zn2n8xs",headline:"How to punctuate quotations in an essay (Punctuation)",search:"how to punctuate quotations in an essay",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zn2n8xs"},{id:"zfqh92p",headline:"How to spell plural nouns (Spelling)",search:"how to spell plural nouns",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfqh92p"},{id:"zhqh92p",headline:"How to structure and punctuate direct speech in fiction (Punctuation)",search:"how to structure and punctuate direct speech in fiction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhqh92p"},{id:"zhyp47h",headline:"How to understand open and closed form in poetry (Understanding poetry)",search:"how to understand open and closed form in poetry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhyp47h"},{id:"zmpxbdm",headline:"How to understand rhythm in poetry (Understanding poetry)",search:"how to understand rhythm in poetry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmpxbdm"},{id:"zksrxyc",headline:"How to understand unfamiliar vocabulary (Critical reading)",search:"how to understand unfamiliar vocabulary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zksrxyc"},{id:"zjyyb82",headline:"How to use a dictionary (Spelling)",search:"how to use a dictionary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjyyb82"},{id:"zdq8hbk",headline:"How to use evidence from a text (Critical reading)",search:"how to use evidence from a text",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zdq8hbk"},{id:"zmt2vk7",headline:"How to use language for effect (Fiction writing)",search:"how to use language for effect",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zmt2vk7"},{id:"z697382",headline:"How to use linguistic devices in your writing (Fiction writing)",search:"how to use linguistic devices in your writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z697382"},{id:"z6w6cqt",headline:"How to use semicolons (Punctuation)",search:"how to use semicolons",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z6w6cqt"},{id:"zhntng8",headline:"How to use semicolons in a list (Punctuation)",search:"how to use semicolons in a list",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhntng8"},{id:"zhstrj6",headline:"How to use structure for effect (Fiction writing)",search:"how to use structure for effect",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zhstrj6"},{id:"zfphsrd",headline:"How to use subordinating conjunctions (Grammar)",search:"how to use subordinating conjunctions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfphsrd"},{id:"zjcjy9q",headline:"How to use suffixes in your writing (Spelling)",search:"how to use suffixes in your writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zjcjy9q"},{id:"z7t2vk7",headline:"How to use tenses (Grammar)",search:"how to use tenses",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7t2vk7"},{id:"zkttng8",headline:"How to use the passive voice to sound more objective (Grammar)",search:"how to use the passive voice to sound more objective",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkttng8"},{id:"zfxfwty",headline:"How to write a complex sentence (Grammar)",search:"how to write a complex sentence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfxfwty"},{id:"zvc3jhv",headline:"How to write a conclusion to an essay (Non-fiction writing)",search:"how to write a conclusion to an essay",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zvc3jhv"},{id:"zkq8hbk",headline:"How to write a formal letter (Non-fiction writing)",search:"how to write a formal letter",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zkq8hbk"},{id:"z4w96v4",headline:"How to write a speech (Non-fiction writing)",search:"how to write a speech",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4w96v4"},{id:"znvn92p",headline:"How to write an essay (Non-fiction writing)",search:"how to write an essay",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znvn92p"},{id:"zfbf8xs",headline:"How to write an introduction to an essay (Non-fiction writing)",search:"how to write an introduction to an essay",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfbf8xs"},{id:"zfbyb82",headline:"Modal verbs (Grammar)",search:"modal verbs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfbyb82"},{id:"znn6pbk",headline:"Past v present tense (Grammar)",search:"past v present tense",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znn6pbk"},{id:"zbjqmsg",headline:"What do the words we use say about us? (Spoken English)",search:"what do the words we use say about us",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zbjqmsg"},{id:"zfmmtv4",headline:"What is a comma? (Punctuation)",search:"what is a comma",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zfmmtv4"},{id:"znddqhv",headline:"What is a noun? (Grammar)",search:"what is a noun",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/znddqhv"},{id:"z4ppfcw",headline:"What is a verb? (Grammar)",search:"what is a verb",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z4ppfcw"},{id:"zj33rwx",headline:"What is an adjective? (Grammar)",search:"what is an adjective",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/zj33rwx"},{id:"z7fyb82",headline:"Why does language change over time? (Spoken English)",search:"why does language change over time",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/articles/z7fyb82"},{id:"zqjsyrd",headline:"Analysing persuasive texts (Reading skills)",search:"analysing persuasive texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqjsyrd"},{id:"zqjsyrd-4",headline:"Analysing persuasive texts : Analysing persuasive texts (Reading skills)",search:"analysing persuasive texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqjsyrd/revision/4"},{id:"zqjsyrd-3",headline:"Analysing persuasive texts : More persuasive techniques (Reading skills)",search:"more persuasive techniques",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqjsyrd/revision/3"},{id:"zqjsyrd-1",headline:"Analysing persuasive texts : Persuading the reader (Reading skills)",search:"persuading the reader",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqjsyrd/revision/1"},{id:"zqjsyrd-2",headline:"Analysing persuasive texts : Persuasive techniques (Reading skills)",search:"persuasive techniques",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqjsyrd/revision/2"},{id:"zqjsyrd-5",headline:"Analysing persuasive texts : The effect on the reader (Reading skills)",search:"the effect on the reader",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqjsyrd/revision/5"},{id:"zwnkd2p",headline:"Analysing spoken English (Spoken English)",search:"analysing spoken english",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwnkd2p"},{id:"zwnkd2p-5",headline:"Analysing spoken English: Analysing spoken English (Spoken English)",search:"analysing spoken english",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwnkd2p/revision/5"},{id:"zwnkd2p-3",headline:"Analysing spoken English: Context of production (Spoken English)",search:"context of production",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwnkd2p/revision/3"},{id:"zwnkd2p-4",headline:"Analysing spoken English: Language use (Spoken English)",search:"language use",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwnkd2p/revision/4"},{id:"zwnkd2p-1",headline:"Analysing spoken English: Spontaneous and planned (or scripted) speech (Spoken English)",search:"spontaneous and planned or scripted speech",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwnkd2p/revision/1"},{id:"zwnkd2p-2",headline:"Analysing spoken English: Why do we speak differently? (Spoken English)",search:"why do we speak differently",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwnkd2p/revision/2"},{id:"zwnkd2p-6",headline:"Analysing spoken English: Writing up your analysis (Spoken English)",search:"writing up your analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwnkd2p/revision/6"},{id:"z8ktpv4",headline:"Atmosphere and setting (Reading skills)",search:"atmosphere and setting",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8ktpv4"},{id:"z8ktpv4-3",headline:"Atmosphere and setting: Analysing explicit and implicit meaning (Reading skills)",search:"analysing explicit and implicit meaning",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8ktpv4/revision/3"},{id:"z8ktpv4-4",headline:"Atmosphere and setting: Analysing explicit and implicit meaning - task (Reading skills)",search:"analysing explicit and implicit meaning task",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8ktpv4/revision/4"},{id:"z8ktpv4-6",headline:"Atmosphere and setting: Atmosphere and setting - task (Reading skills)",search:"atmosphere and setting task",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8ktpv4/revision/6"},{id:"z8ktpv4-1",headline:"Atmosphere and setting: Explicit and implicit meaning (Reading skills)",search:"explicit and implicit meaning",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8ktpv4/revision/1"},{id:"z8ktpv4-2",headline:"Atmosphere and setting: Identifying meaning (Reading skills)",search:"identifying meaning",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8ktpv4/revision/2"},{id:"z8ktpv4-5",headline:"Atmosphere and setting: Using quotations and useful phrases (Reading skills)",search:"using quotations and useful phrases",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z8ktpv4/revision/5"},{id:"z2wp34j",headline:"Audience and social attitudes (About Shakespeare)",search:"audience and social attitudes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2wp34j"},{id:"z2wp34j-1",headline:"Audience and social attitudes: Audience and social attitudes (About Shakespeare)",search:"audience and social attitudes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2wp34j/revision/1"},{id:"z2wp34j-2",headline:"Audience and social attitudes: Class (About Shakespeare)",search:"class",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2wp34j/revision/2"},{id:"z2wp34j-4",headline:"Audience and social attitudes: Elizabethan entertainment (About Shakespeare)",search:"elizabethan entertainment",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2wp34j/revision/4"},{id:"z2wp34j-3",headline:"Audience and social attitudes: Women (About Shakespeare)",search:"women",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2wp34j/revision/3"},{id:"zmjnb9q",headline:"Beliefs and superstitions (About Shakespeare)",search:"beliefs and superstitions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zmjnb9q"},{id:"zmjnb9q-1",headline:"Beliefs and superstitions: Beliefs and superstitions (About Shakespeare)",search:"beliefs and superstitions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zmjnb9q/revision/1"},{id:"zmjnb9q-4",headline:"Beliefs and superstitions: The Body (About Shakespeare)",search:"the body",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zmjnb9q/revision/4"},{id:"zmjnb9q-2",headline:"Beliefs and superstitions: The Great Chain of Being (About Shakespeare)",search:"the great chain of being",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zmjnb9q/revision/2"},{id:"zmjnb9q-3",headline:"Beliefs and superstitions: Witches (About Shakespeare)",search:"witches",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zmjnb9q/revision/3"},{id:"z3vwq6f",headline:"Character (Reading skills)",search:"character",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3vwq6f"},{id:"z3vwq6f-1",headline:"Character: Analysing characters (Reading skills)",search:"analysing characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3vwq6f/revision/1"},{id:"z3vwq6f-4",headline:"Character: Analysing meaning (Reading skills)",search:"analysing meaning",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3vwq6f/revision/4"},{id:"z3vwq6f-2",headline:"Character: Beyond PEA (Reading skills)",search:"beyond pea",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3vwq6f/revision/2"},{id:"z3vwq6f-5",headline:"Character: First, second and third person accounts (Reading skills)",search:"first second and third person accounts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3vwq6f/revision/5"},{id:"z3vwq6f-6",headline:"Character: How to analyse characters (Reading skills)",search:"how to analyse characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3vwq6f/revision/6"},{id:"z3vwq6f-3",headline:"Character: Implicit meaning (Reading skills)",search:"implicit meaning",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3vwq6f/revision/3"},{id:"z3vwq6f-7",headline:"Character: Using quotations and useful phrases (Reading skills)",search:"using quotations and useful phrases",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3vwq6f/revision/7"},{id:"z3fk7ty",headline:"Characters (A Midsummer Night's Dream)",search:"characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty"},{id:"zpx39j6",headline:"Characters (Macbeth)",search:"characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpx39j6"},{id:"zqdhvcw",headline:"Characters (Much Ado about Nothing)",search:"characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdhvcw"},{id:"ztmv4wx",headline:"Characters (Richard III)",search:"characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx"},{id:"zyn4jxs",headline:"Characters (Romeo and Juliet)",search:"characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyn4jxs"},{id:"z9r7hyc",headline:"Characters (The Merchant of Venice)",search:"characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9r7hyc"},{id:"zcgqtfr",headline:"Characters (The Tempest)",search:"characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcgqtfr"},{id:"zw8tyrd",headline:"Characters (Twelfth Night)",search:"characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw8tyrd"},{id:"z3fk7ty-6",headline:"Characters: Additional characters (A Midsummer Night's Dream)",search:"additional characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty/revision/6"},{id:"zpx39j6-6",headline:"Characters: Additional characters (Macbeth)",search:"additional characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpx39j6/revision/6"},{id:"zqdhvcw-6",headline:"Characters: Additional characters (Much Ado about Nothing)",search:"additional characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdhvcw/revision/6"},{id:"zyn4jxs-6",headline:"Characters: Additional characters (Romeo and Juliet)",search:"additional characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyn4jxs/revision/6"},{id:"z9r7hyc-5",headline:"Characters: Additional characters (The Merchant of Venice)",search:"additional characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9r7hyc/revision/5"},{id:"zcgqtfr-6",headline:"Characters: Additional characters (The Tempest)",search:"additional characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcgqtfr/revision/6"},{id:"zw8tyrd-6",headline:"Characters: Additional characters (Twelfth Night)",search:"additional characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw8tyrd/revision/6"},{id:"z3fk7ty-7",headline:"Characters: Additional characters (continued) (A Midsummer Night's Dream)",search:"additional characters continued",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty/revision/7"},{id:"z3fk7ty-8",headline:"Characters: Additional characters (continued) (A Midsummer Night's Dream)",search:"additional characters continued",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty/revision/8"},{id:"zqdhvcw-7",headline:"Characters: Additional characters (continued) (Much Ado about Nothing)",search:"additional characters continued",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdhvcw/revision/7"},{id:"zpx39j6-7",headline:"Characters: Additional characters - continued (Macbeth)",search:"additional characters continued",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpx39j6/revision/7"},{id:"ztmv4wx-6",headline:"Characters: Additional characters - part 2 (Richard III)",search:"additional characters part 2",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx/revision/6"},{id:"ztmv4wx-7",headline:"Characters: Additional characters - part 3 (Richard III)",search:"additional characters part 3",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx/revision/7"},{id:"ztmv4wx-8",headline:"Characters: Additional characters - part 4 (Richard III)",search:"additional characters part 4",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx/revision/8"},{id:"ztmv4wx-5",headline:"Characters: Additional characters – part 1 (Richard III)",search:"additional characters part 1",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx/revision/5"},{id:"z9r7hyc-4",headline:"Characters: Antonio (The Merchant of Venice)",search:"antonio",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9r7hyc/revision/4"},{id:"zcgqtfr-5",headline:"Characters: Ariel (The Tempest)",search:"ariel",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcgqtfr/revision/5"},{id:"zpx39j6-4",headline:"Characters: Banquo (Macbeth)",search:"banquo",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpx39j6/revision/4"},{id:"zqdhvcw-2",headline:"Characters: Beatrice (Much Ado about Nothing)",search:"beatrice",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdhvcw/revision/2"},{id:"zqdhvcw-3",headline:"Characters: Benedick (Much Ado about Nothing)",search:"benedick",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdhvcw/revision/3"},{id:"zcgqtfr-3",headline:"Characters: Caliban (The Tempest)",search:"caliban",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcgqtfr/revision/3"},{id:"zqdhvcw-1",headline:"Characters: Character overview (Much Ado about Nothing)",search:"character overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdhvcw/revision/1"},{id:"zqdhvcw-4",headline:"Characters: Claudio (Much Ado about Nothing)",search:"claudio",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdhvcw/revision/4"},{id:"z3fk7ty-4",headline:"Characters: Demetrius (A Midsummer Night's Dream)",search:"demetrius",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty/revision/4"},{id:"zqdhvcw-5",headline:"Characters: Don John (Much Ado about Nothing)",search:"don john",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqdhvcw/revision/5"},{id:"zyn4jxs-4",headline:"Characters: Friar Lawrence (Romeo and Juliet)",search:"friar lawrence",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyn4jxs/revision/4"},{id:"z3fk7ty-5",headline:"Characters: Helena (A Midsummer Night's Dream)",search:"helena",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty/revision/5"},{id:"z3fk7ty-2",headline:"Characters: Hermia (A Midsummer Night's Dream)",search:"hermia",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty/revision/2"},{id:"zyn4jxs-3",headline:"Characters: Juliet (Romeo and Juliet)",search:"juliet",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyn4jxs/revision/3"},{id:"zpx39j6-3",headline:"Characters: Lady Macbeth (Macbeth)",search:"lady macbeth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpx39j6/revision/3"},{id:"z3fk7ty-3",headline:"Characters: Lysander (A Midsummer Night's Dream)",search:"lysander",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty/revision/3"},{id:"zpx39j6-2",headline:"Characters: Macbeth (Macbeth)",search:"macbeth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpx39j6/revision/2"},{id:"zpx39j6-5",headline:"Characters: Macduff (Macbeth)",search:"macduff",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpx39j6/revision/5"},{id:"zw8tyrd-5",headline:"Characters: Malvolio (Twelfth Night)",search:"malvolio",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw8tyrd/revision/5"},{id:"ztmv4wx-3",headline:"Characters: Margaret (Richard III)",search:"margaret",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx/revision/3"},{id:"zcgqtfr-4",headline:"Characters: Miranda (The Tempest)",search:"miranda",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcgqtfr/revision/4"},{id:"zw8tyrd-4",headline:"Characters: Olivia (Twelfth Night)",search:"olivia",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw8tyrd/revision/4"},{id:"zw8tyrd-3",headline:"Characters: Orsino (Twelfth Night)",search:"orsino",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw8tyrd/revision/3"},{id:"z3fk7ty-1",headline:"Characters: Overview of characters (A Midsummer Night's Dream)",search:"overview of characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3fk7ty/revision/1"},{id:"zpx39j6-1",headline:"Characters: Overview of characters (Macbeth)",search:"overview of characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpx39j6/revision/1"},{id:"ztmv4wx-1",headline:"Characters: Overview of characters (Richard III)",search:"overview of characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx/revision/1"},{id:"zyn4jxs-1",headline:"Characters: Overview of characters (Romeo and Juliet)",search:"overview of characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyn4jxs/revision/1"},{id:"z9r7hyc-1",headline:"Characters: Overview of characters (The Merchant of Venice)",search:"overview of characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9r7hyc/revision/1"},{id:"zcgqtfr-1",headline:"Characters: Overview of characters (The Tempest)",search:"overview of characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcgqtfr/revision/1"},{id:"zw8tyrd-1",headline:"Characters: Overview of characters (Twelfth Night)",search:"overview of characters",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw8tyrd/revision/1"},{id:"z9r7hyc-2",headline:"Characters: Portia (The Merchant of Venice)",search:"portia",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9r7hyc/revision/2"},{id:"zcgqtfr-2",headline:"Characters: Prospero (The Tempest)",search:"prospero",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcgqtfr/revision/2"},{id:"ztmv4wx-4",headline:"Characters: Queen Elizabeth (Richard III)",search:"queen elizabeth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx/revision/4"},{id:"ztmv4wx-2",headline:"Characters: Richard (Richard III)",search:"richard",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztmv4wx/revision/2"},{id:"zyn4jxs-2",headline:"Characters: Romeo (Romeo and Juliet)",search:"romeo",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyn4jxs/revision/2"},{id:"z9r7hyc-3",headline:"Characters: Shylock (The Merchant of Venice)",search:"shylock",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9r7hyc/revision/3"},{id:"zyn4jxs-5",headline:"Characters: The Nurse (Romeo and Juliet)",search:"the nurse",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyn4jxs/revision/5"},{id:"zw8tyrd-2",headline:"Characters: Viola (Twelfth Night)",search:"viola",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zw8tyrd/revision/2"},{id:"zwjsyrd",headline:"Creative and narrative writing (Writing skills)",search:"creative and narrative writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwjsyrd"},{id:"zwjsyrd-5",headline:"Creative and narrative writing: Ending a short story (Writing skills)",search:"ending a short story",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwjsyrd/revision/5"},{id:"zwjsyrd-4",headline:"Creative and narrative writing: Examples of narration (Writing skills)",search:"examples of narration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwjsyrd/revision/4"},{id:"zwjsyrd-1",headline:"Creative and narrative writing: Original ideas (Writing skills)",search:"original ideas",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwjsyrd/revision/1"},{id:"zwjsyrd-2",headline:"Creative and narrative writing: Short stories (Writing skills)",search:"short stories",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwjsyrd/revision/2"},{id:"zwjsyrd-3",headline:"Creative and narrative writing: Writing techniques (Writing skills)",search:"writing techniques",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwjsyrd/revision/3"},{id:"zthc9j6",headline:"Debating and arguing (Spoken English)",search:"debating and arguing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthc9j6"},{id:"zthc9j6-3",headline:"Debating and arguing: Arguing in a debate (Spoken English)",search:"arguing in a debate",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthc9j6/revision/3"},{id:"zthc9j6-2",headline:"Debating and arguing: Listening (Spoken English)",search:"listening",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthc9j6/revision/2"},{id:"zthc9j6-1",headline:"Debating and arguing: Participating in debates (Spoken English)",search:"participating in debates",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zthc9j6/revision/1"},{id:"zsf8wmn",headline:"Drama (Spoken English)",search:"drama",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf8wmn"},{id:"zsf8wmn-1",headline:"Drama: Drama essentials (Spoken English)",search:"drama essentials",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf8wmn/revision/1"},{id:"zsf8wmn-2",headline:"Drama: Hot seating (Spoken English)",search:"hot seating",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf8wmn/revision/2"},{id:"zsf8wmn-3",headline:"Drama: Improvisation or working from a script? (Spoken English)",search:"improvisation or working from a script",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf8wmn/revision/3"},{id:"zsf8wmn-4",headline:"Drama: Showing moods and emotions (Spoken English)",search:"showing moods and emotions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf8wmn/revision/4"},{id:"zsf8wmn-5",headline:"Drama: The stage (Spoken English)",search:"the stage",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsf8wmn/revision/5"},{id:"z996hyc",headline:"Formal and informal (Writing skills)",search:"formal and informal",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z996hyc"},{id:"z996hyc-4",headline:"Formal and informal: Adapting to audiences (Writing skills)",search:"adapting to audiences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z996hyc/revision/4"},{id:"z996hyc-1",headline:"Formal and informal: Formal language and Standard English (Writing skills)",search:"formal language and standard english",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z996hyc/revision/1"},{id:"z996hyc-3",headline:"Formal and informal: Informal writing (Writing skills)",search:"informal writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z996hyc/revision/3"},{id:"z996hyc-2",headline:"Formal and informal: Making your writing more formal (Writing skills)",search:"making your writing more formal",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z996hyc/revision/2"},{id:"zgvdmp3",headline:"Language (A Midsummer Night's Dream)",search:"language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgvdmp3"},{id:"zstg87h",headline:"Language (Macbeth)",search:"language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zstg87h"},{id:"z2jnb9q",headline:"Language (Much Ado about Nothing)",search:"language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2jnb9q"},{id:"zp6bkqt",headline:"Language (Richard III)",search:"language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6bkqt"},{id:"z3y82hv",headline:"Language (Romeo and Juliet)",search:"language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3y82hv"},{id:"z84mn39",headline:"Language (The Merchant of Venice)",search:"language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z84mn39"},{id:"z9c2pv4",headline:"Language (The Tempest)",search:"language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9c2pv4"},{id:"zqwp34j",headline:"Language (Twelfth Night)",search:"language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqwp34j"},{id:"z67fr82",headline:"Language and relevance (About Shakespeare)",search:"language and relevance",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z67fr82"},{id:"z67fr82-1",headline:"Language and relevance: Language and relevance (About Shakespeare)",search:"language and relevance",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z67fr82/revision/1"},{id:"z67fr82-3",headline:"Language and relevance: On the page (About Shakespeare)",search:"on the page",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z67fr82/revision/3"},{id:"z67fr82-2",headline:"Language and relevance: Rhythm (About Shakespeare)",search:"rhythm",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z67fr82/revision/2"},{id:"zgvdmp3-3",headline:"Language: Imagery and metaphor (A Midsummer Night's Dream)",search:"imagery and metaphor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgvdmp3/revision/3"},{id:"zstg87h-3",headline:"Language: Imagery and metaphor (Macbeth)",search:"imagery and metaphor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zstg87h/revision/3"},{id:"zp6bkqt-3",headline:"Language: Imagery and metaphor (Richard III)",search:"imagery and metaphor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6bkqt/revision/3"},{id:"z3y82hv-2",headline:"Language: Imagery and metaphor (Romeo and Juliet)",search:"imagery and metaphor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3y82hv/revision/2"},{id:"z84mn39-3",headline:"Language: Imagery and metaphor (The Merchant of Venice)",search:"imagery and metaphor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z84mn39/revision/3"},{id:"z9c2pv4-2",headline:"Language: Imagery and metaphor (The Tempest)",search:"imagery and metaphor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9c2pv4/revision/2"},{id:"zqwp34j-3",headline:"Language: Imagery and metaphor (Twelfth Night)",search:"imagery and metaphor",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqwp34j/revision/3"},{id:"z2jnb9q-3",headline:"Language: Imagery and metaphors (Much Ado about Nothing)",search:"imagery and metaphors",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2jnb9q/revision/3"},{id:"zgvdmp3-1",headline:"Language: Language overview (A Midsummer Night's Dream)",search:"language overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgvdmp3/revision/1"},{id:"zstg87h-1",headline:"Language: Language overview (Macbeth)",search:"language overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zstg87h/revision/1"},{id:"z2jnb9q-1",headline:"Language: Language overview (Much Ado about Nothing)",search:"language overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2jnb9q/revision/1"},{id:"zp6bkqt-1",headline:"Language: Language overview (Richard III)",search:"language overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6bkqt/revision/1"},{id:"z3y82hv-1",headline:"Language: Language overview (Romeo and Juliet)",search:"language overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3y82hv/revision/1"},{id:"z84mn39-1",headline:"Language: Language overview (The Merchant of Venice)",search:"language overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z84mn39/revision/1"},{id:"z9c2pv4-1",headline:"Language: Language overview (The Tempest)",search:"language overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9c2pv4/revision/1"},{id:"zqwp34j-1",headline:"Language: Language overview (Twelfth Night)",search:"language overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqwp34j/revision/1"},{id:"z3y82hv-3",headline:"Language: Opposites and oxymorons (Romeo and Juliet)",search:"opposites and oxymorons",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3y82hv/revision/3"},{id:"z2jnb9q-4",headline:"Language: Puns and wordplay (Much Ado about Nothing)",search:"puns and wordplay",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2jnb9q/revision/4"},{id:"zp6bkqt-4",headline:"Language: Puns and wordplay (Richard III)",search:"puns and wordplay",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6bkqt/revision/4"},{id:"zgvdmp3-2",headline:"Language: Rhythm and rhyme (A Midsummer Night's Dream)",search:"rhythm and rhyme",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgvdmp3/revision/2"},{id:"zstg87h-2",headline:"Language: Rhythm and rhyme (Macbeth)",search:"rhythm and rhyme",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zstg87h/revision/2"},{id:"z2jnb9q-2",headline:"Language: Rhythm and rhyme (Much Ado about Nothing)",search:"rhythm and rhyme",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2jnb9q/revision/2"},{id:"zp6bkqt-2",headline:"Language: Rhythm and rhyme (Richard III)",search:"rhythm and rhyme",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zp6bkqt/revision/2"},{id:"z3y82hv-4",headline:"Language: Rhythm and rhyme (Romeo and Juliet)",search:"rhythm and rhyme",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z3y82hv/revision/4"},{id:"z84mn39-2",headline:"Language: Rhythm and rhyme (The Merchant of Venice)",search:"rhythm and rhyme",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z84mn39/revision/2"},{id:"z9c2pv4-3",headline:"Language: Rhythm and rhyme (The Tempest)",search:"rhythm and rhyme",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9c2pv4/revision/3"},{id:"zqwp34j-2",headline:"Language: Rhythm and rhyme (Twelfth Night)",search:"rhythm and rhyme",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zqwp34j/revision/2"},{id:"z2c2xnb",headline:"Paragraphs (Reading skills)",search:"paragraphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2xnb"},{id:"z2c2xnb-3",headline:"Paragraphs: One-line paragraphs (Reading skills)",search:"oneline paragraphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2xnb/revision/3"},{id:"z2c2xnb-2",headline:"Paragraphs: Paragraph structure (Reading skills)",search:"paragraph structure",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2xnb/revision/2"},{id:"z2c2xnb-1",headline:"Paragraphs: Why use paragraphs? (Reading skills)",search:"why use paragraphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2c2xnb/revision/1"},{id:"zt2ycdm",headline:"Performance (About Shakespeare)",search:"performance",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt2ycdm"},{id:"zcbj6sg",headline:"Performance analysis (A Midsummer Night's Dream)",search:"performance analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcbj6sg"},{id:"zypcwmn",headline:"Performance analysis (Macbeth)",search:"performance analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zypcwmn"},{id:"zx7fr82",headline:"Performance analysis (Much Ado about Nothing)",search:"performance analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7fr82"},{id:"zshrd2p",headline:"Performance analysis (Richard III)",search:"performance analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zshrd2p"},{id:"zg3wxnb",headline:"Performance analysis (Romeo and Juliet)",search:"performance analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3wxnb"},{id:"zwk6fg8",headline:"Performance analysis (The Merchant of Venice)",search:"performance analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwk6fg8"},{id:"z89xsbk",headline:"Performance analysis (The Tempest)",search:"performance analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z89xsbk"},{id:"z2qsgk7",headline:"Performance analysis (Twelfth Night)",search:"performance analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2qsgk7"},{id:"zshrd2p-2",headline:"Performance analysis: Act 1 Scene 1 – Casting Richard (Richard III)",search:"act 1 scene 1 casting richard",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zshrd2p/revision/2"},{id:"z89xsbk-2",headline:"Performance analysis: Act 1 Scene 1 – The storm (The Tempest)",search:"act 1 scene 1 the storm",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z89xsbk/revision/2"},{id:"zwk6fg8-2",headline:"Performance analysis: Act 1 Scene 2 – Casting Portia (The Merchant of Venice)",search:"act 1 scene 2 casting portia",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwk6fg8/revision/2"},{id:"zcbj6sg-4",headline:"Performance analysis: Act 1 Scene 2 – Rehearsing Titania pampering Bottom in her fairy bower (A Midsummer Night's Dream)",search:"act 1 scene 2 rehearsing titania pampering bottom in her fairy bower",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcbj6sg/revision/4"},{id:"zcbj6sg-2",headline:"Performance analysis: Act 1 Scene 2 – Staging the argument between Oberon and Titania (A Midsummer Night's Dream)",search:"act 1 scene 2 staging the argument between oberon and titania",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcbj6sg/revision/2"},{id:"zypcwmn-4",headline:"Performance analysis: Act 1 Scene 3 –Casting the Witches (Macbeth)",search:"act 1 scene 3 casting the witches",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zypcwmn/revision/4"},{id:"z2qsgk7-2",headline:"Performance analysis: Act 1 Scene 5 – Rehearsing Cesario’s (Viola's) visit to Olivia (Twelfth Night)",search:"act 1 scene 5 rehearsing cesarios violas visit to olivia",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2qsgk7/revision/2"},{id:"zx7fr82-2",headline:"Performance analysis: Act 2 Scene 1 - Rehearsing the masked ball (Much Ado about Nothing)",search:"act 2 scene 1 rehearsing the masked ball",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7fr82/revision/2"},{id:"zypcwmn-2",headline:"Performance analysis: Act 2 Scene 1 – Staging the dagger scene (Macbeth)",search:"act 2 scene 1 staging the dagger scene",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zypcwmn/revision/2"},{id:"zg3wxnb-2",headline:"Performance analysis: Act 2 Scene 2 - The balcony scene (Romeo and Juliet)",search:"act 2 scene 2 the balcony scene",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3wxnb/revision/2"},{id:"z89xsbk-3",headline:"Performance analysis: Act 2 Scene 2 – Casting Caliban (The Tempest)",search:"act 2 scene 2 casting caliban",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z89xsbk/revision/3"},{id:"zx7fr82-3",headline:"Performance analysis: Act 2 Scene 2 – Rehearsing Borachio’s plan to trick Claudio (Much Ado about Nothing)",search:"act 2 scene 2 rehearsing borachios plan to trick claudio",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7fr82/revision/3"},{id:"zx7fr82-4",headline:"Performance analysis: Act 2 Scene 3 – Rehearsing the orchard scene (Much Ado about Nothing)",search:"act 2 scene 3 rehearsing the orchard scene",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7fr82/revision/4"},{id:"z2qsgk7-3",headline:"Performance analysis: Act 2 Scene 5 – Staging the 'box-tree' scene (Twelfth Night)",search:"act 2 scene 5 staging the boxtree scene",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2qsgk7/revision/3"},{id:"zg3wxnb-3",headline:"Performance analysis: Act 3 Scene 1 – Mercutio’s fight with Tybalt (Romeo and Juliet)",search:"act 3 scene 1 mercutios fight with tybalt",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3wxnb/revision/3"},{id:"z89xsbk-4",headline:"Performance analysis: Act 3 Scene 3 – The banquet (The Tempest)",search:"act 3 scene 3 the banquet",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z89xsbk/revision/4"},{id:"zypcwmn-3",headline:"Performance analysis: Act 3 Scene 4 – Rehearsing the ghost of Banquo (Macbeth)",search:"act 3 scene 4 rehearsing the ghost of banquo",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zypcwmn/revision/3"},{id:"zshrd2p-3",headline:"Performance analysis: Act 3 Scene 7 – Rehearsing Richard being offered the crown (Richard III)",search:"act 3 scene 7 rehearsing richard being offered the crown",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zshrd2p/revision/3"},{id:"zwk6fg8-3",headline:"Performance analysis: Act 4 Scene 1 – Rehearsing the court scene (The Merchant of Venice)",search:"act 4 scene 1 rehearsing the court scene",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwk6fg8/revision/3"},{id:"z2qsgk7-4",headline:"Performance analysis: Act 4 Scene 1 – Rehearsing the duel (Twelfth Night)",search:"act 4 scene 1 rehearsing the duel",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2qsgk7/revision/4"},{id:"zcbj6sg-3",headline:"Performance analysis: Act 4 Scene 1 – Rehearsing the lovers' fight (A Midsummer Night's Dream)",search:"act 4 scene 1 rehearsing the lovers fight",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcbj6sg/revision/3"},{id:"zwk6fg8-4",headline:"Performance analysis: Act 5 Scene 1 – Staging Portia’s reveal (The Merchant of Venice)",search:"act 5 scene 1 staging portias reveal",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwk6fg8/revision/4"},{id:"zshrd2p-4",headline:"Performance analysis: Act 5 Scene 3 – Staging the procession of ghosts (Richard III)",search:"act 5 scene 3 staging the procession of ghosts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zshrd2p/revision/4"},{id:"zg3wxnb-4",headline:"Performance analysis: Act 5 Scene 3 – The tomb (Romeo and Juliet)",search:"act 5 scene 3 the tomb",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3wxnb/revision/4"},{id:"zcbj6sg-1",headline:"Performance analysis: Scenes to explore (A Midsummer Night's Dream)",search:"scenes to explore",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zcbj6sg/revision/1"},{id:"zypcwmn-1",headline:"Performance analysis: Scenes to explore (Macbeth)",search:"scenes to explore",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zypcwmn/revision/1"},{id:"zx7fr82-1",headline:"Performance analysis: Scenes to explore (Much Ado about Nothing)",search:"scenes to explore",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zx7fr82/revision/1"},{id:"zshrd2p-1",headline:"Performance analysis: Scenes to explore (Richard III)",search:"scenes to explore",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zshrd2p/revision/1"},{id:"zg3wxnb-1",headline:"Performance analysis: Scenes to explore (Romeo and Juliet)",search:"scenes to explore",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zg3wxnb/revision/1"},{id:"zwk6fg8-1",headline:"Performance analysis: Scenes to explore (The Merchant of Venice)",search:"scenes to explore",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zwk6fg8/revision/1"},{id:"z89xsbk-1",headline:"Performance analysis: Scenes to explore (The Tempest)",search:"scenes to explore",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z89xsbk/revision/1"},{id:"z2qsgk7-1",headline:"Performance analysis: Scenes to explore (Twelfth Night)",search:"scenes to explore",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2qsgk7/revision/1"},{id:"zt2ycdm-3",headline:"Performance: Actors (About Shakespeare)",search:"actors",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt2ycdm/revision/3"},{id:"zt2ycdm-6",headline:"Performance: Costumes (About Shakespeare)",search:"costumes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt2ycdm/revision/6"},{id:"zt2ycdm-2",headline:"Performance: Patronage (About Shakespeare)",search:"patronage",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt2ycdm/revision/2"},{id:"zt2ycdm-1",headline:"Performance: Performance (About Shakespeare)",search:"performance",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt2ycdm/revision/1"},{id:"zt2ycdm-5",headline:"Performance: Sound and special effects (About Shakespeare)",search:"sound and special effects",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt2ycdm/revision/5"},{id:"zt2ycdm-4",headline:"Performance: The stage – Shakespeare’s Globe (About Shakespeare)",search:"the stage shakespeares globe",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zt2ycdm/revision/4"},{id:"zvs9q6f",headline:"Plot summary (A Midsummer Night's Dream)",search:"plot summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f"},{id:"zhmv4wx",headline:"Plot summary (Macbeth)",search:"plot summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx"},{id:"zj8tyrd",headline:"Plot summary (Much Ado about Nothing)",search:"plot summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd"},{id:"z62ycdm",headline:"Plot summary (Richard III)",search:"plot summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm"},{id:"zfpcwmn",headline:"Plot summary (Romeo and Juliet)",search:"plot summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn"},{id:"z4gqtfr",headline:"Plot summary (The Merchant of Venice)",search:"plot summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr"},{id:"zrbj6sg",headline:"Plot summary (The Tempest)",search:"plot summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg"},{id:"zdk6fg8",headline:"Plot summary (Twelfth Night)",search:"plot summary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdk6fg8"},{id:"zfpcwmn-2",headline:"Plot summary: A fight breaks out between Capulet and Montague servants (Romeo and Juliet)",search:"a fight breaks out between capulet and montague servants",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn/revision/2"},{id:"zrbj6sg-2",headline:"Plot summary: A ship is caught in a tempest and begins to sink (The Tempest)",search:"a ship is caught in a tempest and begins to sink",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/2"},{id:"zrbj6sg-5",headline:"Plot summary: Antonio and Sebastian plot to kill Alonso, the King of Naples (The Tempest)",search:"antonio and sebastian plot to kill alonso the king of naples",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/5"},{id:"z4gqtfr-6",headline:"Plot summary: Antonio’s investments are sunk and Shylock demands his arrest (The Merchant of Venice)",search:"antonios investments are sunk and shylock demands his arrest",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/6"},{id:"zrbj6sg-4",headline:"Plot summary: Ariel fetches Ferdinand, who falls in love with Miranda (The Tempest)",search:"ariel fetches ferdinand who falls in love with miranda",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/4"},{id:"z4gqtfr-9",headline:"Plot summary: Bassanio and Portia argue about the loss of a wedding ring (The Merchant of Venice)",search:"bassanio and portia argue about the loss of a wedding ring",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/9"},{id:"z4gqtfr-2",headline:"Plot summary: Bassanio asks his friend Antonio for a loan (The Merchant of Venice)",search:"bassanio asks his friend antonio for a loan",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/2"},{id:"z4gqtfr-7",headline:"Plot summary: Bassanio wins Portia as his wife (The Merchant of Venice)",search:"bassanio wins portia as his wife",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/7"},{id:"zj8tyrd-4",headline:"Plot summary: Beatrice and Benedick are set up and begin to fall in love (Much Ado about Nothing)",search:"beatrice and benedick are set up and begin to fall in love",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/4"},{id:"zj8tyrd-9",headline:"Plot summary: Beatrice and Benedick realise they were set up but still want to marry (Much Ado about Nothing)",search:"beatrice and benedick realise they were set up but still want to marry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/9"},{id:"zvs9q6f-5",headline:"Plot summary: Bottom gets the ears of an ass and Titania falls in love with him (A Midsummer Night's Dream)",search:"bottom gets the ears of an ass and titania falls in love with him",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/5"},{id:"z62ycdm-8",headline:"Plot summary: Buckingham asks for a reward for his loyalty and is executed (Richard III)",search:"buckingham asks for a reward for his loyalty and is executed",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/8"},{id:"zrbj6sg-7",headline:"Plot summary: Caliban suggests that they should kill Prospero, and Ariel overhears (The Tempest)",search:"caliban suggests that they should kill prospero and ariel overhears",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/7"},{id:"z62ycdm-5",headline:"Plot summary: Clarence is killed, King Edward IV dies and his son becomes his heir (Richard III)",search:"clarence is killed king edward iv dies and his son becomes his heir",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/5"},{id:"zj8tyrd-8",headline:"Plot summary: Claudio marries Hero’s cousin, but his bride turns out to be Hero (Much Ado about Nothing)",search:"claudio marries heros cousin but his bride turns out to be hero",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/8"},{id:"zj8tyrd-6",headline:"Plot summary: Claudio publicly shames Hero on their wedding day (Much Ado about Nothing)",search:"claudio publicly shames hero on their wedding day",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/6"},{id:"zj8tyrd-7",headline:"Plot summary: Dogberry’s men overhear Borachio boasting and arrest him (Much Ado about Nothing)",search:"dogberrys men overhear borachio boasting and arrest him",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/7"},{id:"zj8tyrd-5",headline:"Plot summary: Don John and Borachio trick Claudio and Don Pedro (Much Ado about Nothing)",search:"don john and borachio trick claudio and don pedro",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/5"},{id:"zj8tyrd-2",headline:"Plot summary: Don Pedro and his men arrive in Messina (Much Ado about Nothing)",search:"don pedro and his men arrive in messina",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/2"},{id:"zfpcwmn-6",headline:"Plot summary: Friar Lawrence and Juliet make a plan to reunite her with Romeo (Romeo and Juliet)",search:"friar lawrence and juliet make a plan to reunite her with romeo",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn/revision/6"},{id:"z62ycdm-4",headline:"Plot summary: Henry VI’s widow, Queen Margaret, puts curses on everyone (Richard III)",search:"henry vis widow queen margaret puts curses on everyone",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/4"},{id:"zvs9q6f-2",headline:"Plot summary: Hermia runs away with Lysander instead of marrying Demetrius (A Midsummer Night's Dream)",search:"hermia runs away with lysander instead of marrying demetrius",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/2"},{id:"z4gqtfr-5",headline:"Plot summary: Jessica, Shylock’s daughter, runs away from home to be with Lorenzo (The Merchant of Venice)",search:"jessica shylocks daughter runs away from home to be with lorenzo",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/5"},{id:"zhmv4wx-7",headline:"Plot summary: Lady Macbeth commits suicide (Macbeth)",search:"lady macbeth commits suicide",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx/revision/7"},{id:"zhmv4wx-3",headline:"Plot summary: Lady Macbeth persuades Macbeth to kill King Duncan to get the throne (Macbeth)",search:"lady macbeth persuades macbeth to kill king duncan to get the throne",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx/revision/3"},{id:"zhmv4wx-6",headline:"Plot summary: Macbeth begins to think that he’s invincible (Macbeth)",search:"macbeth begins to think that hes invincible",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx/revision/6"},{id:"zhmv4wx-5",headline:"Plot summary: Macbeth has his best friend, Banquo, murdered (Macbeth)",search:"macbeth has his best friend banquo murdered",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx/revision/5"},{id:"zhmv4wx-4",headline:"Plot summary: Macbeth kills King Duncan and becomes King of Scotland (Macbeth)",search:"macbeth kills king duncan and becomes king of scotland",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx/revision/4"},{id:"zdk6fg8-4",headline:"Plot summary: Maria plays a trick on Malvolio, Olivia’s strict steward (Twelfth Night)",search:"maria plays a trick on malvolio olivias strict steward",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdk6fg8/revision/4"},{id:"zvs9q6f-6",headline:"Plot summary: Oberon puts things right and wins the little boy from Titania (A Midsummer Night's Dream)",search:"oberon puts things right and wins the little boy from titania",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/6"},{id:"zdk6fg8-6",headline:"Plot summary: Olivia and Sebastian get married and Orsino is jealous (Twelfth Night)",search:"olivia and sebastian get married and orsino is jealous",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdk6fg8/revision/6"},{id:"zdk6fg8-3",headline:"Plot summary: Olivia falls in love with Cesario and she in turn falls for Orsino (Twelfth Night)",search:"olivia falls in love with cesario and she in turn falls for orsino",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdk6fg8/revision/3"},{id:"zfpcwmn-3",headline:"Plot summary: Paris asks for Juliet’s hand in marriage (Romeo and Juliet)",search:"paris asks for juliets hand in marriage",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn/revision/3"},{id:"zvs9q6f-1",headline:"Plot summary: Plot overview (A Midsummer Night's Dream)",search:"plot overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/1"},{id:"zhmv4wx-1",headline:"Plot summary: Plot overview (Macbeth)",search:"plot overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx/revision/1"},{id:"zj8tyrd-1",headline:"Plot summary: Plot overview (Much Ado about Nothing)",search:"plot overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/1"},{id:"z62ycdm-1",headline:"Plot summary: Plot overview (Richard III)",search:"plot overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/1"},{id:"zfpcwmn-1",headline:"Plot summary: Plot overview (Romeo and Juliet)",search:"plot overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn/revision/1"},{id:"z4gqtfr-1",headline:"Plot summary: Plot overview (The Merchant of Venice)",search:"plot overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/1"},{id:"zrbj6sg-1",headline:"Plot summary: Plot overview (The Tempest)",search:"plot overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/1"},{id:"zdk6fg8-1",headline:"Plot summary: Plot overview (Twelfth Night)",search:"plot overview",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdk6fg8/revision/1"},{id:"z4gqtfr-3",headline:"Plot summary: Portia is bound by her father’s will and cannot marry who she chooses (The Merchant of Venice)",search:"portia is bound by her fathers will and cannot marry who she chooses",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/3"},{id:"z4gqtfr-8",headline:"Plot summary: Portia, disguised as a lawyer, saves Antonio from his bond to Shylock (The Merchant of Venice)",search:"portia disguised as a lawyer saves antonio from his bond to shylock",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/8"},{id:"zrbj6sg-9",headline:"Plot summary: Prospero forgives the passengers for their former betrayals (The Tempest)",search:"prospero forgives the passengers for their former betrayals",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/9"},{id:"zrbj6sg-3",headline:"Plot summary: Prospero tells Miranda that he caused the storm (The Tempest)",search:"prospero tells miranda that he caused the storm",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/3"},{id:"zrbj6sg-8",headline:"Plot summary: Prospero uses magic to scare Alonso and spoil Caliban’s plot (The Tempest)",search:"prospero uses magic to scare alonso and spoil calibans plot",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/8"},{id:"zvs9q6f-4",headline:"Plot summary: Puck muddles up the lovers and causes havoc with a love potion (A Midsummer Night's Dream)",search:"puck muddles up the lovers and causes havoc with a love potion",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/4"},{id:"z62ycdm-6",headline:"Plot summary: Richard has Elizabeth’s relatives and Hastings killed. He becomes King (Richard III)",search:"richard has elizabeths relatives and hastings killed he becomes king",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/6"},{id:"z62ycdm-7",headline:"Plot summary: Richard has his nephews and wife killed, then he proposes to his niece (Richard III)",search:"richard has his nephews and wife killed then he proposes to his niece",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/7"},{id:"z62ycdm-3",headline:"Plot summary: Richard makes a pass at Lady Anne, despite him murdering her husband (Richard III)",search:"richard makes a pass at lady anne despite him murdering her husband",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/3"},{id:"z62ycdm-2",headline:"Plot summary: Richard sets up his brother Clarence who’s sent to prison for treason (Richard III)",search:"richard sets up his brother clarence whos sent to prison for treason",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/2"},{id:"z62ycdm-10",headline:"Plot summary: Richmond kills Richard, ending the conflict between York and Lancaster (Richard III)",search:"richmond kills richard ending the conflict between york and lancaster",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/10"},{id:"z62ycdm-9",headline:"Plot summary: Richmond promises to topple the King, and ghosts visit both men (Richard III)",search:"richmond promises to topple the king and ghosts visit both men",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z62ycdm/revision/9"},{id:"zfpcwmn-4",headline:"Plot summary: Romeo and Juliet fall in love and get married in secret (Romeo and Juliet)",search:"romeo and juliet fall in love and get married in secret",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn/revision/4"},{id:"zfpcwmn-7",headline:"Plot summary: Romeo kills himself, then Juliet does the same (Romeo and Juliet)",search:"romeo kills himself then juliet does the same",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn/revision/7"},{id:"zdk6fg8-7",headline:"Plot summary: Sebastian appears and all becomes clear at last (Twelfth Night)",search:"sebastian appears and all becomes clear at last",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdk6fg8/revision/7"},{id:"z4gqtfr-4",headline:"Plot summary: Shylock lends the money to Antonio with some slightly gory conditions (The Merchant of Venice)",search:"shylock lends the money to antonio with some slightly gory conditions",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4gqtfr/revision/4"},{id:"zdk6fg8-5",headline:"Plot summary: Sir Andrew is jealous of Cesario and challenges him to a duel (Twelfth Night)",search:"sir andrew is jealous of cesario and challenges him to a duel",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdk6fg8/revision/5"},{id:"zfpcwmn-8",headline:"Plot summary: The Capulets and Montagues agree to stop fighting (Romeo and Juliet)",search:"the capulets and montagues agree to stop fighting",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn/revision/8"},{id:"zvs9q6f-3",headline:"Plot summary: The King and Queen of the fairies fight over a little boy (A Midsummer Night's Dream)",search:"the king and queen of the fairies fight over a little boy",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/3"},{id:"zvs9q6f-9",headline:"Plot summary: The fairies bless the marriages (A Midsummer Night's Dream)",search:"the fairies bless the marriages",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/9"},{id:"zvs9q6f-7",headline:"Plot summary: The lovers get married and Bottom’s friends put on a play to celebrate (A Midsummer Night's Dream)",search:"the lovers get married and bottoms friends put on a play to celebrate",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/7"},{id:"zvs9q6f-8",headline:"Plot summary: The play is about Pyramus and Thisbe (A Midsummer Night's Dream)",search:"the play is about pyramus and thisbe",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvs9q6f/revision/8"},{id:"zrbj6sg-6",headline:"Plot summary: The ship’s jester and butler meet Caliban, and feed him alcohol (The Tempest)",search:"the ships jester and butler meet caliban and feed him alcohol",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zrbj6sg/revision/6"},{id:"zhmv4wx-8",headline:"Plot summary: There is a battle and Macduff decapitates Macbeth (Macbeth)",search:"there is a battle and macduff decapitates macbeth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx/revision/8"},{id:"zj8tyrd-3",headline:"Plot summary: There is a masked ball where Don John causes trouble (Much Ado about Nothing)",search:"there is a masked ball where don john causes trouble",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zj8tyrd/revision/3"},{id:"zhmv4wx-2",headline:"Plot summary: Three witches predict great things for Macbeth (Macbeth)",search:"three witches predict great things for macbeth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhmv4wx/revision/2"},{id:"zfpcwmn-5",headline:"Plot summary: Tybalt starts a street fight and Romeo is banished from Verona (Romeo and Juliet)",search:"tybalt starts a street fight and romeo is banished from verona",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zfpcwmn/revision/5"},{id:"zdk6fg8-2",headline:"Plot summary: Viola disguises herself as a boy to become Orsino's servant (Twelfth Night)",search:"viola disguises herself as a boy to become orsinos servant",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zdk6fg8/revision/2"},{id:"z96r4wx",headline:"Preparing and drafting (Writing skills)",search:"preparing and drafting",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx"},{id:"z96r4wx-2",headline:"Preparing and drafting: Context, audience and purpose (Writing skills)",search:"context audience and purpose",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx/revision/2"},{id:"z96r4wx-1",headline:"Preparing and drafting: Planning (Writing skills)",search:"planning",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx/revision/1"},{id:"z96r4wx-8",headline:"Preparing and drafting: Proof check five - Can I make it better? (Writing skills)",search:"proof check five can i make it better",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx/revision/8"},{id:"z96r4wx-7",headline:"Preparing and drafting: Proof check four - Check the paragraphs (Writing skills)",search:"proof check four check the paragraphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx/revision/7"},{id:"z96r4wx-4",headline:"Preparing and drafting: Proof check one - Context, audience and purpose (Writing skills)",search:"proof check one context audience and purpose",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx/revision/4"},{id:"z96r4wx-6",headline:"Preparing and drafting: Proof check three - Check the punctuation (Writing skills)",search:"proof check three check the punctuation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx/revision/6"},{id:"z96r4wx-5",headline:"Preparing and drafting: Proof check two - Check the spelling (Writing skills)",search:"proof check two check the spelling",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx/revision/5"},{id:"z96r4wx-3",headline:"Preparing and drafting: Task - Context, audience and purpose (Writing skills)",search:"task context audience and purpose",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z96r4wx/revision/3"},{id:"zbvdmp3",headline:"Sample question (Romeo and Juliet)",search:"sample question",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbvdmp3"},{id:"zbvdmp3-1",headline:"Sample question: Point, evidence and analysis (Romeo and Juliet)",search:"point evidence and analysis",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbvdmp3/revision/1"},{id:"zbvdmp3-2",headline:"Sample question: Question one (Romeo and Juliet)",search:"question one",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbvdmp3/revision/2"},{id:"zbvdmp3-3",headline:"Sample question: Question two (Romeo and Juliet)",search:"question two",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zbvdmp3/revision/3"},{id:"zpqnfg8",headline:"Sentences (Reading skills)",search:"sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8"},{id:"zxqnfg8",headline:"Sentences (Writing skills)",search:"sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqnfg8"},{id:"zpqnfg8-4",headline:"Sentences: Complex sentences (Reading skills)",search:"complex sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8/revision/4"},{id:"zxqnfg8-3",headline:"Sentences: Complex sentences (Writing skills)",search:"complex sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqnfg8/revision/3"},{id:"zpqnfg8-5",headline:"Sentences: Compound and complex sentences task (Reading skills)",search:"compound and complex sentences task",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8/revision/5"},{id:"zpqnfg8-3",headline:"Sentences: Compound sentences (Reading skills)",search:"compound sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8/revision/3"},{id:"zxqnfg8-4",headline:"Sentences: Compound sentences (Writing skills)",search:"compound sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqnfg8/revision/4"},{id:"zxqnfg8-5",headline:"Sentences: Fragments (Writing skills)",search:"fragments",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqnfg8/revision/5"},{id:"zxqnfg8-7",headline:"Sentences: Punctuation marks (Writing skills)",search:"punctuation marks",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqnfg8/revision/7"},{id:"zpqnfg8-6",headline:"Sentences: Purpose of sentences (Reading skills)",search:"purpose of sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8/revision/6"},{id:"zxqnfg8-6",headline:"Sentences: Repetition in sentences (Writing skills)",search:"repetition in sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqnfg8/revision/6"},{id:"zxqnfg8-1",headline:"Sentences: Sentence types (Writing skills)",search:"sentence types",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqnfg8/revision/1"},{id:"zpqnfg8-2",headline:"Sentences: Simple sentences (Reading skills)",search:"simple sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8/revision/2"},{id:"zxqnfg8-2",headline:"Sentences: Simple sentences (Writing skills)",search:"simple sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqnfg8/revision/2"},{id:"zpqnfg8-7",headline:"Sentences: Variety of sentences (Reading skills)",search:"variety of sentences",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8/revision/7"},{id:"zpqnfg8-8",headline:"Sentences: Variety of sentences task (Reading skills)",search:"variety of sentences task",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8/revision/8"},{id:"zpqnfg8-1",headline:"Sentences: Words, phrases and clauses (Reading skills)",search:"words phrases and clauses",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpqnfg8/revision/1"},{id:"zxqsgk7",headline:"Shakespeare's life and inspirations (About Shakespeare)",search:"shakespeares life and inspirations",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqsgk7"},{id:"zxqsgk7-2",headline:"Shakespeare's life and inspirations: Childhood and family (About Shakespeare)",search:"childhood and family",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqsgk7/revision/2"},{id:"zxqsgk7-1",headline:"Shakespeare's life and inspirations: Shakespeare’s life and inspiration (About Shakespeare)",search:"shakespeares life and inspiration",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqsgk7/revision/1"},{id:"zxqsgk7-3",headline:"Shakespeare's life and inspirations: Where did he get his ideas? (About Shakespeare)",search:"where did he get his ideas",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxqsgk7/revision/3"},{id:"z2m3gk7",headline:"Speaking (Spoken English)",search:"speaking",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2m3gk7"},{id:"z2m3gk7-6",headline:"Speaking: Presentations and reading aloud (Spoken English)",search:"presentations and reading aloud",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2m3gk7/revision/6"},{id:"z2m3gk7-5",headline:"Speaking: Speaking skills (Spoken English)",search:"speaking skills",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2m3gk7/revision/5"},{id:"z2m3gk7-4",headline:"Speaking: Speaking techniques (Spoken English)",search:"speaking techniques",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2m3gk7/revision/4"},{id:"z2m3gk7-1",headline:"Speaking: Spoken English (Spoken English)",search:"spoken english",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2m3gk7/revision/1"},{id:"z2m3gk7-2",headline:"Speaking: Spoken English (Spoken English)",search:"spoken english",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2m3gk7/revision/2"},{id:"z2m3gk7-3",headline:"Speaking: Writing a speech (Spoken English)",search:"writing a speech",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z2m3gk7/revision/3"},{id:"ztxbr82",headline:"Structure (Reading skills)",search:"structure",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82"},{id:"zphc9j6",headline:"Structure and paragraphs (Writing skills)",search:"structure and paragraphs",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zphc9j6"},{id:"zphc9j6-1",headline:"Structure and paragraphs: Beginning (Writing skills)",search:"beginning",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zphc9j6/revision/1"},{id:"zphc9j6-3",headline:"Structure and paragraphs: Ending (Writing skills)",search:"ending",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zphc9j6/revision/3"},{id:"zphc9j6-2",headline:"Structure and paragraphs: Middle (Writing skills)",search:"middle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zphc9j6/revision/2"},{id:"zphc9j6-4",headline:"Structure and paragraphs: Overall structure (Writing skills)",search:"overall structure",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zphc9j6/revision/4"},{id:"ztxbr82-3",headline:"Structure: Alternative openings (Reading skills)",search:"alternative openings",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82/revision/3"},{id:"ztxbr82-7",headline:"Structure: Analysing structure (Reading skills)",search:"analysing structure",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82/revision/7"},{id:"ztxbr82-5",headline:"Structure: Endings (Reading skills)",search:"endings",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82/revision/5"},{id:"ztxbr82-6",headline:"Structure: Layout (Reading skills)",search:"layout",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82/revision/6"},{id:"ztxbr82-4",headline:"Structure: Middle (Reading skills)",search:"middle",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82/revision/4"},{id:"ztxbr82-2",headline:"Structure: Openings (Reading skills)",search:"openings",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82/revision/2"},{id:"ztxbr82-8",headline:"Structure: Poems (Reading skills)",search:"poems",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82/revision/8"},{id:"ztxbr82-1",headline:"Structure: Sections of a text (Reading skills)",search:"sections of a text",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/ztxbr82/revision/1"},{id:"zs2fvcw",headline:"Summarising material (Reading skills)",search:"summarising material",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zs2fvcw"},{id:"zs2fvcw-1",headline:"Summarising material: How to summarise a text (Reading skills)",search:"how to summarise a text",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zs2fvcw/revision/1"},{id:"zs2fvcw-2",headline:"Summarising material: Skim and scan tasks (Reading skills)",search:"skim and scan tasks",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zs2fvcw/revision/2"},{id:"zsp4kqt",headline:"Text types (Reading skills)",search:"text types",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt"},{id:"zsp4kqt-2",headline:"Text types: Analysing a text (Reading skills)",search:"analysing a text",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/2"},{id:"zsp4kqt-11",headline:"Text types: Analysing non-fiction texts (Reading skills)",search:"analysing nonfiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/11"},{id:"zsp4kqt-4",headline:"Text types: Analysing prose (Reading skills)",search:"analysing prose",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/4"},{id:"zsp4kqt-6",headline:"Text types: Drama (Reading skills)",search:"drama",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/6"},{id:"zsp4kqt-3",headline:"Text types: Fiction (Reading skills)",search:"fiction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/3"},{id:"zsp4kqt-7",headline:"Text types: Non-fiction (Reading skills)",search:"nonfiction",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/7"},{id:"zsp4kqt-5",headline:"Text types: Poems (Reading skills)",search:"poems",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/5"},{id:"zsp4kqt-8",headline:"Text types: Types of non-fiction texts (1) (Reading skills)",search:"types of nonfiction texts 1",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/8"},{id:"zsp4kqt-9",headline:"Text types: Types of non-fiction texts (2) (Reading skills)",search:"types of nonfiction texts 2",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/9"},{id:"zsp4kqt-10",headline:"Text types: Types of non-fiction texts (3) (Reading skills)",search:"types of nonfiction texts 3",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/10"},{id:"zsp4kqt-1",headline:"Text types: What is a text? (Reading skills)",search:"what is a text",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zsp4kqt/revision/1"},{id:"zby82hv",headline:"Themes (A Midsummer Night's Dream)",search:"themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zby82hv"},{id:"zn6bkqt",headline:"Themes (Macbeth)",search:"themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zn6bkqt"},{id:"z7wp34j",headline:"Themes (Much Ado about Nothing)",search:"themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7wp34j"},{id:"zhx39j6",headline:"Themes (Richard III)",search:"themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhx39j6"},{id:"zvfk7ty",headline:"Themes (Romeo and Juliet)",search:"themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvfk7ty"},{id:"zkc2pv4",headline:"Themes (The Merchant of Venice)",search:"themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkc2pv4"},{id:"z4r7hyc",headline:"Themes (The Tempest)",search:"themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4r7hyc"},{id:"zjdhvcw",headline:"Themes (Twelfth Night)",search:"themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjdhvcw"},{id:"zn6bkqt-4",headline:"Themes: Ambition (Macbeth)",search:"ambition",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zn6bkqt/revision/4"},{id:"zjdhvcw-4",headline:"Themes: Ambition (Twelfth Night)",search:"ambition",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjdhvcw/revision/4"},{id:"z7wp34j-4",headline:"Themes: Appearance and Reality (Much Ado about Nothing)",search:"appearance and reality",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7wp34j/revision/4"},{id:"zby82hv-3",headline:"Themes: Appearance and reality (A Midsummer Night's Dream)",search:"appearance and reality",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zby82hv/revision/3"},{id:"zn6bkqt-3",headline:"Themes: Appearance and reality (Macbeth)",search:"appearance and reality",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zn6bkqt/revision/3"},{id:"zjdhvcw-3",headline:"Themes: Appearance and reality (Twelfth Night)",search:"appearance and reality",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjdhvcw/revision/3"},{id:"z7wp34j-3",headline:"Themes: Conflict (Much Ado about Nothing)",search:"conflict",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7wp34j/revision/3"},{id:"zvfk7ty-4",headline:"Themes: Duality (Romeo and Juliet)",search:"duality",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvfk7ty/revision/4"},{id:"z4r7hyc-3",headline:"Themes: Empathy and forgiveness (The Tempest)",search:"empathy and forgiveness",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4r7hyc/revision/3"},{id:"zhx39j6-3",headline:"Themes: Family and blood ties (Richard III)",search:"family and blood ties",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhx39j6/revision/3"},{id:"zn6bkqt-2",headline:"Themes: Fate (Macbeth)",search:"fate",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zn6bkqt/revision/2"},{id:"zhx39j6-4",headline:"Themes: Fate (Richard III)",search:"fate",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhx39j6/revision/4"},{id:"zvfk7ty-3",headline:"Themes: Fate (Romeo and Juliet)",search:"fate",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvfk7ty/revision/3"},{id:"z4r7hyc-2",headline:"Themes: Freedom (The Tempest)",search:"freedom",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4r7hyc/revision/2"},{id:"zkc2pv4-3",headline:"Themes: Justice (The Merchant of Venice)",search:"justice",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkc2pv4/revision/3"},{id:"zby82hv-1",headline:"Themes: Key themes (A Midsummer Night's Dream)",search:"key themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zby82hv/revision/1"},{id:"zn6bkqt-1",headline:"Themes: Key themes (Macbeth)",search:"key themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zn6bkqt/revision/1"},{id:"z7wp34j-1",headline:"Themes: Key themes (Much Ado about Nothing)",search:"key themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7wp34j/revision/1"},{id:"zhx39j6-1",headline:"Themes: Key themes (Richard III)",search:"key themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhx39j6/revision/1"},{id:"zvfk7ty-1",headline:"Themes: Key themes (Romeo and Juliet)",search:"key themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvfk7ty/revision/1"},{id:"zkc2pv4-1",headline:"Themes: Key themes (The Merchant of Venice)",search:"key themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkc2pv4/revision/1"},{id:"z4r7hyc-1",headline:"Themes: Key themes (The Tempest)",search:"key themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4r7hyc/revision/1"},{id:"zjdhvcw-1",headline:"Themes: Key themes (Twelfth Night)",search:"key themes",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjdhvcw/revision/1"},{id:"zhx39j6-2",headline:"Themes: Leadership (Richard III)",search:"leadership",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zhx39j6/revision/2"},{id:"zby82hv-2",headline:"Themes: Love (A Midsummer Night's Dream)",search:"love",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zby82hv/revision/2"},{id:"z7wp34j-2",headline:"Themes: Love (Much Ado about Nothing)",search:"love",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z7wp34j/revision/2"},{id:"zvfk7ty-2",headline:"Themes: Love (Romeo and Juliet)",search:"love",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zvfk7ty/revision/2"},{id:"zkc2pv4-4",headline:"Themes: Love (The Merchant of Venice)",search:"love",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkc2pv4/revision/4"},{id:"zjdhvcw-2",headline:"Themes: Love (Twelfth Night)",search:"love",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zjdhvcw/revision/2"},{id:"zkc2pv4-2",headline:"Themes: Money (The Merchant of Venice)",search:"money",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zkc2pv4/revision/2"},{id:"z4r7hyc-4",headline:"Themes: Nature versus nurture (The Tempest)",search:"nature versus nurture",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z4r7hyc/revision/4"},{id:"zby82hv-4",headline:"Themes: Order and disorder (A Midsummer Night's Dream)",search:"order and disorder",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zby82hv/revision/4"},{id:"z33j7ty",headline:"Tone and style (Writing skills)",search:"tone and style",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z33j7ty"},{id:"z33j7ty-3",headline:"Tone and style: Changing your vocabulary (Writing skills)",search:"changing your vocabulary",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z33j7ty/revision/3"},{id:"z33j7ty-2",headline:"Tone and style: Context, audience and purpose (Writing skills)",search:"context audience and purpose",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z33j7ty/revision/2"},{id:"z33j7ty-4",headline:"Tone and style: Style and genre (Writing skills)",search:"style and genre",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z33j7ty/revision/4"},{id:"z33j7ty-1",headline:"Tone and style: The writer's 'voice' (Writing skills)",search:"the writers voice",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z33j7ty/revision/1"},{id:"z9ktpv4",headline:"Writing to analyse (Writing skills)",search:"writing to analyse",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ktpv4"},{id:"z9ktpv4-1",headline:"Writing to analyse: Analysing a topic (Writing skills)",search:"analysing a topic",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ktpv4/revision/1"},{id:"z9ktpv4-3",headline:"Writing to analyse: Part two - The other side of the argument (Writing skills)",search:"part two the other side of the argument",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ktpv4/revision/3"},{id:"z9ktpv4-2",headline:"Writing to analyse: Task (Writing skills)",search:"task",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ktpv4/revision/2"},{id:"z9ktpv4-4",headline:"Writing to analyse: Useful phrases (Writing skills)",search:"useful phrases",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/z9ktpv4/revision/4"},{id:"zpp4kqt",headline:"Writing to describe (Writing skills)",search:"writing to describe",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpp4kqt"},{id:"zpp4kqt-3",headline:"Writing to describe: Appealing to the senses (Writing skills)",search:"appealing to the senses",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpp4kqt/revision/3"},{id:"zpp4kqt-4",headline:"Writing to describe: Improving your writing (Writing skills)",search:"improving your writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpp4kqt/revision/4"},{id:"zpp4kqt-5",headline:"Writing to describe: Structuring your writing - The photograph method (Writing skills)",search:"structuring your writing the photograph method",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpp4kqt/revision/5"},{id:"zpp4kqt-2",headline:"Writing to describe: Style models (Writing skills)",search:"style models",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpp4kqt/revision/2"},{id:"zpp4kqt-1",headline:"Writing to describe: Writing to describe (Writing skills)",search:"writing to describe",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zpp4kqt/revision/1"},{id:"zxxbr82",headline:"Writing to inform and explain (Writing skills)",search:"writing to inform and explain",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxxbr82"},{id:"zxxbr82-3",headline:"Writing to inform and explain: Planning your article (Writing skills)",search:"planning your article",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxxbr82/revision/3"},{id:"zxxbr82-4",headline:"Writing to inform and explain: The timeline technique (Writing skills)",search:"the timeline technique",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxxbr82/revision/4"},{id:"zxxbr82-2",headline:"Writing to inform and explain: Writing to inform and explain - language (Writing skills)",search:"writing to inform and explain language",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxxbr82/revision/2"},{id:"zxxbr82-1",headline:"Writing to inform and explain: Writing to inform and explain - structure (Writing skills)",search:"writing to inform and explain structure",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zxxbr82/revision/1"},{id:"zyydjxs",headline:"Writing to persuade, argue and advise (Writing skills)",search:"writing to persuade argue and advise",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyydjxs"},{id:"zyydjxs-4",headline:"Writing to persuade, argue and advise: The persuader's toolkit (Writing skills)",search:"the persuaders toolkit",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyydjxs/revision/4"},{id:"zyydjxs-5",headline:"Writing to persuade, argue and advise: Writing to advise (Writing skills)",search:"writing to advise",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyydjxs/revision/5"},{id:"zyydjxs-1",headline:"Writing to persuade, argue and advise: Writing to argue (Writing skills)",search:"writing to argue",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyydjxs/revision/1"},{id:"zyydjxs-2",headline:"Writing to persuade, argue and advise: Writing to argue - techniques (Writing skills)",search:"writing to argue techniques",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyydjxs/revision/2"},{id:"zyydjxs-3",headline:"Writing to persuade, argue and advise: Writing to persuade (Writing skills)",search:"writing to persuade",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zyydjxs/revision/3"},{id:"zgr2xnb",headline:"Writing to review and comment (Writing skills)",search:"writing to review and comment",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgr2xnb"},{id:"zgr2xnb-2",headline:"Writing to review and comment: Planning what to write (Writing skills)",search:"planning what to write",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgr2xnb/revision/2"},{id:"zgr2xnb-1",headline:"Writing to review and comment: Review writing and commentary writing (Writing skills)",search:"review writing and commentary writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/guides/zgr2xnb/revision/1"},{id:"zxgcwmn",headline:"A Midsummer Night's Dream",search:"a midsummer nights dream",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zxgcwmn"},{id:"z726yrd",headline:"About Shakespeare",search:"about shakespeare",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z726yrd"},{id:"zfdh8xs",headline:"Critical reading",search:"critical reading",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zfdh8xs"},{id:"zfwpd6f",headline:"Critical reading",search:"critical reading",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zfwpd6f"},{id:"zdn4pg8",headline:"Fiction texts",search:"fiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zdn4pg8"},{id:"zn8tkmn",headline:"Fiction writing",search:"fiction writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zn8tkmn"},{id:"z4hrt39",headline:"Grammar",search:"grammar",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z4hrt39"},{id:"zp982hv",headline:"Macbeth",search:"macbeth",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zp982hv"},{id:"znkdmp3",headline:"Much Ado about Nothing",search:"much ado about nothing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/znkdmp3"},{id:"zjfkscw",headline:"Non-fiction texts",search:"nonfiction texts",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zjfkscw"},{id:"zv7fqp3",headline:"Non-fiction writing",search:"nonfiction writing",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zv7fqp3"},{id:"zr6bxyc",headline:"Punctuation",search:"punctuation",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zr6bxyc"},{id:"zs8nv4j",headline:"Reading skills",search:"reading skills",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zs8nv4j"},{id:"zmxh34j",headline:"Richard III",search:"richard iii",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zmxh34j"},{id:"zfdj6sg",headline:"Romeo and Juliet",search:"romeo and juliet",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zfdj6sg"},{id:"zksycdm",headline:"Shakespeare",search:"shakespeare",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zksycdm"},{id:"zbmv2sg",headline:"Spelling",search:"spelling",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zbmv2sg"},{id:"z7vdy9q",headline:"Spelling, punctuation and grammar",search:"spelling punctuation and grammar",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z7vdy9q"},{id:"z86qsbk",headline:"Spoken English",search:"spoken english",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z86qsbk"},{id:"zywqtfr",headline:"The Merchant of Venice",search:"the merchant of venice",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zywqtfr"},{id:"z37mn39",headline:"The Tempest",search:"the tempest",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/z37mn39"},{id:"zb2xsbk",headline:"Twelfth Night",search:"twelfth night",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zb2xsbk"},{id:"zmbj382",headline:"Understanding poetry",search:"understanding poetry",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zmbj382"},{id:"zywfbk7",headline:"Writing skills",search:"writing skills",url:"https://web.archive.org/web/20210207192743/https://www.bbc.co.uk/bitesize/topics/zywfbk7"}]}])},function(e,t,i){"use strict";var s=i(6),r=i(0),n=i(14),a=i(17),o=i(7),c=i(36),h=i(58),d=i(3),u=i(4),l=i(59),w=i(2),b=i(5),p=i(37),g=i(11),m=i(25),z=i(21),f=i(38),y=i(60),v=i(31),k=i(92),x=i(57),j=i(15),q=i(8),T=i(49),I=i(9),S=i(10),P=i(30),C=i(22),M=i(18),H=i(23),A=i(1),R=i(62),E=i(63),O=i(19),W=i(12),D=i(39).forEach,N=C("hidden"),B=A("toPrimitive"),L=W.set,K=W.getterFor("Symbol"),F=Object.prototype,U=r.Symbol,_=n("JSON","stringify"),V=j.f,J=q.f,G=k.f,Q=T.f,$=P("symbols"),Y=P("op-symbols"),Z=P("string-to-symbol-registry"),X=P("symbol-to-string-registry"),ee=P("wks"),te=r.QObject,ie=!te||!te.prototype||!te.prototype.findChild,se=o&&d(function(){return 7!=f(J({},"a",{get:function(){return J(this,"a",{value:7}).a}})).a})?function(e,t,i){var s=V(F,t);s&&delete F[t],J(e,t,i),s&&e!==F&&J(F,t,s)}:J,re=function(e,t){var i=$[e]=f(U.prototype);return L(i,{type:"Symbol",tag:e,description:t}),o||(i.description=t),i},ne=h?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof U},ae=function(e,t,i){e===F&&ae(Y,t,i),b(e);var s=m(t,!0);return b(i),u($,s)?(i.enumerable?(u(e,N)&&e[N][s]&&(e[N][s]=!1),i=f(i,{enumerable:z(0,!1)})):(u(e,N)||J(e,N,z(1,{})),e[N][s]=!0),se(e,s,i)):J(e,s,i)},oe=function(e,t){b(e);var i=g(t),s=y(i).concat(le(i));return D(s,function(t){o&&!he.call(i,t)||ae(e,t,i[t])}),e},ce=function(e,t){return void 0===t?f(e):oe(f(e),t)},he=function(e){var t=m(e,!0),i=Q.call(this,t);return!(this===F&&u($,t)&&!u(Y,t))&&(!(i||!u(this,t)||!u($,t)||u(this,N)&&this[N][t])||i)},de=function(e,t){var i=g(e),s=m(t,!0);if(i!==F||!u($,s)||u(Y,s)){var r=V(i,s);return!r||!u($,s)||u(i,N)&&i[N][s]||(r.enumerable=!0),r}},ue=function(e){var t=G(g(e)),i=[];return D(t,function(e){u($,e)||u(M,e)||i.push(e)}),i},le=function(e){var t=e===F,i=G(t?Y:g(e)),s=[];return D(i,function(e){!u($,e)||t&&!u(F,e)||s.push($[e])}),s};if(c||(U=function(){if(this instanceof U)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=H(e),i=function(e){this===F&&i.call(Y,e),u(this,N)&&u(this[N],t)&&(this[N][t]=!1),se(this,t,z(1,e))};return o&&ie&&se(F,t,{configurable:!0,set:i}),re(t,e)},S(U.prototype,"toString",function(){return K(this).tag}),S(U,"withoutSetter",function(e){return re(H(e),e)}),T.f=he,q.f=ae,j.f=de,v.f=k.f=ue,x.f=le,R.f=function(e){return re(A(e),e)},o&&(J(U.prototype,"description",{configurable:!0,get:function(){return K(this).description}}),a||S(F,"propertyIsEnumerable",he,{unsafe:!0}))),s({global:!0,wrap:!0,forced:!c,sham:!c},{Symbol:U}),D(y(ee),function(e){E(e)}),s({target:"Symbol",stat:!0,forced:!c},{for:function(e){var t=String(e);if(u(Z,t))return Z[t];var i=U(t);return Z[t]=i,X[i]=t,i},keyFor:function(e){if(!ne(e))throw TypeError(e+" is not a symbol");if(u(X,e))return X[e]},useSetter:function(){ie=!0},useSimple:function(){ie=!1}}),s({target:"Object",stat:!0,forced:!c,sham:!o},{create:ce,defineProperty:ae,defineProperties:oe,getOwnPropertyDescriptor:de}),s({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:ue,getOwnPropertySymbols:le}),s({target:"Object",stat:!0,forced:d(function(){x.f(1)})},{getOwnPropertySymbols:function(e){return x.f(p(e))}}),_){s({target:"JSON",stat:!0,forced:!c||d(function(){var e=U();return"[null]"!=_([e])||"{}"!=_({a:e})||"{}"!=_(Object(e))})},{stringify:function(e,t,i){for(var s,r=[e],n=1;arguments.length>n;)r.push(arguments[n++]);if(s=t,(w(t)||void 0!==e)&&!ne(e))return l(t)||(t=function(e,t){if("function"==typeof s&&(t=s.call(this,e,t)),!ne(t))return t}),r[1]=t,_.apply(null,r)}})}U.prototype[B]||I(U.prototype,B,U.prototype.valueOf),O(U,"Symbol"),M[N]=!0},function(e,t){var i;i=function(){return this}();try{i=i||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(i=window)}e.exports=i},function(e,t,i){var s=i(14),r=i(31),n=i(57),a=i(5);e.exports=s("Reflect","ownKeys")||function(e){var t=r.f(a(e)),i=n.f;return i?t.concat(i(e)):t}},function(e,t,i){var s=i(33),r=Math.max,n=Math.min;e.exports=function(e,t){var i=s(e);return i<0?r(i+t,0):n(i,t)}},function(e,t,i){var s=i(7),r=i(8),n=i(5),a=i(60);e.exports=s?Object.defineProperties:function(e,t){n(e);for(var i,s=a(t),o=s.length,c=0;o>c;)r.f(e,i=s[c++],t[i]);return e}},function(e,t,i){var s=i(11),r=i(31).f,n={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(e){try{return r(e)}catch(e){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==n.call(e)?o(e):r(s(e))}},function(e,t,i){var s=i(2),r=i(59),n=i(1),a=n("species");e.exports=function(e,t){var i;return r(e)&&(i=e.constructor,"function"!=typeof i||i!==Array&&!r(i.prototype)?s(i)&&null===(i=i[a])&&(i=void 0):i=void 0),new(void 0===i?Array:i)(0===t?0:t)}},function(e,t,i){"use strict";var s=i(6),r=i(7),n=i(0),a=i(4),o=i(2),c=i(8).f,h=i(53),d=n.Symbol;if(r&&"function"==typeof d&&(!("description"in d.prototype)||void 0!==d().description)){var u={},l=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof l?new d(e):void 0===e?d():d(e);return""===e&&(u[t]=!0),t};h(l,d);var w=l.prototype=d.prototype;w.constructor=l;var b=w.toString,p="Symbol(test)"==String(d("test")),g=/^Symbol\((.*)\)[^)]+$/;c(w,"description",{configurable:!0,get:function(){var e=o(this)?this.valueOf():this,t=b.call(e);if(a(u,e))return"";var i=p?t.slice(7,-1):t.replace(g,"$1");return""===i?void 0:i}}),s({global:!0,forced:!0},{Symbol:l})}},function(e,t,i){i(63)("iterator")},function(e,t,i){var s=i(3),r=i(1),n=i(65),a=r("species");e.exports=function(e){return n>=51||!s(function(){var t=[],i=t.constructor={};return i[a]=function(){return{foo:1}},1!==t[e](Boolean).foo})}},function(e,t,i){"use strict";var s=i(72).IteratorPrototype,r=i(38),n=i(21),a=i(19),o=i(20),c=function(){return this};e.exports=function(e,t,i){var h=t+" Iterator";return e.prototype=r(s,{next:n(1,i)}),a(e,h,!1,!0),o[h]=c,e}},function(e,t,i){var s=i(3);e.exports=!s(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})},function(e,t,i){var s=i(2);e.exports=function(e){if(!s(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t,i){var s=i(6),r=i(3),n=i(11),a=i(15).f,o=i(7),c=r(function(){a(1)});s({target:"Object",stat:!0,forced:!o||c,sham:!o},{getOwnPropertyDescriptor:function(e,t){return a(n(e),t)}})},function(e,t,i){"use strict";var s=i(41),r=i(76);e.exports=s?{}.toString:function(){return"[object "+r(this)+"]"}},function(e,t,i){var s=i(0);e.exports=s.Promise},function(e,t,i){"use strict";var s=i(14),r=i(8),n=i(1),a=i(7),o=n("species");e.exports=function(e){var t=s(e),i=r.f;a&&t&&!t[o]&&i(t,o,{configurable:!0,get:function(){return this}})}},function(e,t,i){var s=i(1),r=i(20),n=s("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||a[n]===e)}},function(e,t,i){var s=i(76),r=i(20),n=i(1),a=n("iterator");e.exports=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||r[s(e)]}},function(e,t,i){var s=i(5);e.exports=function(e){var t=e.return;if(void 0!==t)return s(t.call(e)).value}},function(e,t,i){var s=i(5),r=i(24),n=i(1),a=n("species");e.exports=function(e,t){var i,n=s(e).constructor;return void 0===n||void 0==(i=s(n)[a])?t:r(i)}},function(e,t,i){var s,r,n,a,o,c,h,d,u=i(0),l=i(15).f,w=i(79).set,b=i(80),p=i(45),g=u.MutationObserver||u.WebKitMutationObserver,m=u.document,z=u.process,f=u.Promise,y=l(u,"queueMicrotask"),v=y&&y.value;v||(s=function(){var e,t;for(p&&(e=z.domain)&&e.exit();r;){t=r.fn,r=r.next;try{t()}catch(e){throw r?a():n=void 0,e}}n=void 0,e&&e.enter()},!b&&!p&&g&&m?(o=!0,c=m.createTextNode(""),new g(s).observe(c,{characterData:!0}),a=function(){c.data=o=!o}):f&&f.resolve?(h=f.resolve(void 0),d=h.then,a=function(){d.call(h,s)}):a=p?function(){z.nextTick(s)}:function(){w.call(u,s)}),e.exports=v||function(e){var t={fn:e,next:void 0};n&&(n.next=t),r||(r=t,a()),n=t}},function(e,t,i){var s=i(5),r=i(2),n=i(81);e.exports=function(e,t){if(s(e),r(t)&&t.constructor===e)return t;var i=n.f(e);return(0,i.resolve)(t),i.promise}},function(e,t,i){var s=i(0);e.exports=function(e,t){var i=s.console;i&&i.error&&(1===arguments.length?i.error(e):i.error(e,t))}},function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},function(e,t,i){"use strict";var s=i(5);e.exports=function(){var e=s(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,i){"use strict";function s(e,t){return RegExp(e,t)}var r=i(3);t.UNSUPPORTED_Y=r(function(){var e=s("a","y");return e.lastIndex=2,null!=e.exec("abcd")}),t.BROKEN_CARET=r(function(){var e=s("^r","gy");return e.lastIndex=2,null!=e.exec("str")})},function(e,t,i){var s=i(115);e.exports=function(e){if(s(e))throw TypeError("The method doesn't accept regular expressions");return e}},function(e,t,i){var s=i(2),r=i(13),n=i(1),a=n("match");e.exports=function(e){var t;return s(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==r(e))}},function(e,t,i){var s=i(1),r=s("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(i){try{return t[r]=!1,"/./"[e](t)}catch(e){}}return!1}},function(e,t,i){"use strict";var s=i(118).charAt,r=i(12),n=i(71),a=r.set,o=r.getterFor("String Iterator");n(String,"String",function(e){a(this,{type:"String Iterator",string:String(e),index:0})},function(){var e,t=o(this),i=t.string,r=t.index;return r>=i.length?{value:void 0,done:!0}:(e=s(i,r),t.index+=e.length,{value:e,done:!1})})},function(e,t,i){var s=i(33),r=i(16),n=function(e){return function(t,i){var n,a,o=String(r(t)),c=s(i),h=o.length;return c<0||c>=h?e?"":void 0:(n=o.charCodeAt(c),n<55296||n>56319||c+1===h||(a=o.charCodeAt(c+1))<56320||a>57343?e?o.charAt(c):n:e?o.slice(c,c+2):a-56320+(n-55296<<10)+65536)}};e.exports={codeAt:n(!1),charAt:n(!0)}},function(e,t,i){"use strict";i(46);var s=i(10),r=i(3),n=i(1),a=i(47),o=i(9),c=n("species"),h=!r(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}),d=function(){return"$0"==="a".replace(/./,"$0")}(),u=n("replace"),l=function(){return!!/./[u]&&""===/./[u]("a","$0")}(),w=!r(function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var i="ab".split(e);return 2!==i.length||"a"!==i[0]||"b"!==i[1]});e.exports=function(e,t,i,u){var b=n(e),p=!r(function(){var t={};return t[b]=function(){return 7},7!=""[e](t)}),g=p&&!r(function(){var t=!1,i=/a/;return"split"===e&&(i={},i.constructor={},i.constructor[c]=function(){return i},i.flags="",i[b]=/./[b]),i.exec=function(){return t=!0,null},i[b](""),!t});if(!p||!g||"replace"===e&&(!h||!d||l)||"split"===e&&!w){var m=/./[b],z=i(b,""[e],function(e,t,i,s,r){return t.exec===a?p&&!r?{done:!0,value:m.call(t,i,s)}:{done:!0,value:e.call(i,t,s)}:{done:!1}},{REPLACE_KEEPS_$0:d,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:l}),f=z[0],y=z[1];s(String.prototype,e,f),s(RegExp.prototype,b,2==t?function(e,t){return y.call(e,this,t)}:function(e){return y.call(e,this)})}u&&o(RegExp.prototype[b],"sham",!0)}},function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},function(e,t,i){var s=i(13),r=i(47);e.exports=function(e,t){var i=e.exec;if("function"==typeof i){var n=i.call(e,t);if("object"!=typeof n)throw TypeError("RegExp exec method returned something other than an Object or null");return n}if("RegExp"!==s(e))throw TypeError("RegExp#exec called on incompatible receiver");return r.call(e,t)}},function(e,t,i){"use strict";var s,r=i(0),n=i(42),a=i(48),o=i(124),c=i(126),h=i(2),d=i(12).enforce,u=i(52),l=!r.ActiveXObject&&"ActiveXObject"in r,w=Object.isExtensible,b=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},p=e.exports=o("WeakMap",b,c);if(u&&l){s=c.getConstructor(b,"WeakMap",!0),a.REQUIRED=!0;var g=p.prototype,m=g.delete,z=g.has,f=g.get,y=g.set;n(g,{delete:function(e){if(h(e)&&!w(e)){var t=d(this);return t.frozen||(t.frozen=new s),m.call(this,e)||t.frozen.delete(e)}return m.call(this,e)},has:function(e){if(h(e)&&!w(e)){var t=d(this);return t.frozen||(t.frozen=new s),z.call(this,e)||t.frozen.has(e)}return z.call(this,e)},get:function(e){if(h(e)&&!w(e)){var t=d(this);return t.frozen||(t.frozen=new s),z.call(this,e)?f.call(this,e):t.frozen.get(e)}return f.call(this,e)},set:function(e,t){if(h(e)&&!w(e)){var i=d(this);i.frozen||(i.frozen=new s),z.call(this,e)?y.call(this,e,t):i.frozen.set(e,t)}else y.call(this,e,t);return this}})}},function(e,t,i){var s=i(3);e.exports=!s(function(){return Object.isExtensible(Object.preventExtensions({}))})},function(e,t,i){"use strict";var s=i(6),r=i(0),n=i(35),a=i(10),o=i(48),c=i(44),h=i(43),d=i(2),u=i(3),l=i(78),w=i(19),b=i(125);e.exports=function(e,t,i){var p=-1!==e.indexOf("Map"),g=-1!==e.indexOf("Weak"),m=p?"set":"add",z=r[e],f=z&&z.prototype,y=z,v={},k=function(e){var t=f[e];a(f,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(g&&!d(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!d(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!d(e))&&t.call(this,0===e?0:e)}:function(e,i){return t.call(this,0===e?0:e,i),this})};if(n(e,"function"!=typeof z||!(g||f.forEach&&!u(function(){(new z).entries().next()}))))y=i.getConstructor(t,e,p,m),o.REQUIRED=!0;else if(n(e,!0)){var x=new y,j=x[m](g?{}:-0,1)!=x,q=u(function(){x.has(1)}),T=l(function(e){new z(e)}),I=!g&&u(function(){for(var e=new z,t=5;t--;)e[m](t,t);return!e.has(-0)});T||(y=t(function(t,i){h(t,y,e);var s=b(new z,t,y);return void 0!=i&&c(i,s[m],{that:s,AS_ENTRIES:p}),s}),y.prototype=f,f.constructor=y),(q||I)&&(k("delete"),k("has"),p&&k("get")),(I||j)&&k(m),g&&f.clear&&delete f.clear}return v[e]=y,s({global:!0,forced:y!=z},v),w(y,e),g||i.setStrong(y,e,p),y}},function(e,t,i){var s=i(2),r=i(74);e.exports=function(e,t,i){var n,a;return r&&"function"==typeof(n=t.constructor)&&n!==i&&s(a=n.prototype)&&a!==i.prototype&&r(e,a),e}},function(e,t,i){"use strict";var s=i(42),r=i(48).getWeakData,n=i(5),a=i(2),o=i(43),c=i(44),h=i(39),d=i(4),u=i(12),l=u.set,w=u.getterFor,b=h.find,p=h.findIndex,g=0,m=function(e){return e.frozen||(e.frozen=new z)},z=function(){this.entries=[]},f=function(e,t){return b(e.entries,function(e){return e[0]===t})};z.prototype={get:function(e){var t=f(this,e);if(t)return t[1]},has:function(e){return!!f(this,e)},set:function(e,t){var i=f(this,e);i?i[1]=t:this.entries.push([e,t])},delete:function(e){var t=p(this.entries,function(t){return t[0]===e});return~t&&this.entries.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,i,h){var u=e(function(e,s){o(e,u,t),l(e,{type:t,id:g++,frozen:void 0}),void 0!=s&&c(s,e[h],{that:e,AS_ENTRIES:i})}),b=w(t),p=function(e,t,i){var s=b(e),a=r(n(t),!0);return!0===a?m(s).set(t,i):a[s.id]=i,e};return s(u.prototype,{delete:function(e){var t=b(this);if(!a(e))return!1;var i=r(e);return!0===i?m(t).delete(e):i&&d(i,t.id)&&delete i[t.id]},has:function(e){var t=b(this);if(!a(e))return!1;var i=r(e);return!0===i?m(t).has(e):i&&d(i,t.id)}}),s(u.prototype,i?{get:function(e){var t=b(this);if(a(e)){var i=r(e);return!0===i?m(t).get(e):i?i[t.id]:void 0}},set:function(e,t){return p(this,e,t)}}:{add:function(e){return p(this,e,!0)}}),u}}},function(e,t,i){var s=i(0),r=i(128),n=i(70),a=i(9),o=i(1),c=o("iterator"),h=o("toStringTag"),d=n.values;for(var u in r){var l=s[u],w=l&&l.prototype;if(w){if(w[c]!==d)try{a(w,c,d)}catch(e){w[c]=d}if(w[h]||a(w,h,u),r[u])for(var b in n)if(w[b]!==n[b])try{a(w,b,n[b])}catch(e){w[b]=n[b]}}}},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,i){e.exports=function(e){function t(s){if(i[s])return i[s].exports;var r=i[s]={i:s,l:!1,exports:{}};return e[s].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var i={};return t.m=e,t.c=i,t.d=function(e,i,s){t.o(e,i)||Object.defineProperty(e,i,{enumerable:!0,get:s})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,i){if(1&i&&(e=t(e)),8&i)return e;if(4&i&&"object"==typeof e&&e&&e.__esModule)return e;var s=Object.create(null);if(t.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:e}),2&i&&"string"!=typeof e)for(var r in e)t.d(s,r,function(t){return e[t]}.bind(null,r));return s},t.n=function(e){var i=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(i,"a",i),i},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=13)}([function(e,t){e.exports=i(84)},function(e,t,i){e.exports=i(14)()},function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}}},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},function(e,t){function i(e,t){for(var i=0;i<t.length;i++){var s=t[i];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}e.exports=function(e,t,s){return t&&i(e.prototype,t),s&&i(e,s),e}},function(e,t,i){var s=i(19),r=i(20);e.exports=function(e,t){return!t||"object"!==s(t)&&"function"!=typeof t?r(e):t}},function(e,t){function i(t){return e.exports=i=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},i(t)}e.exports=i},function(e,t,i){var s=i(21);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}},function(e,t){e.exports=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var s=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,i):{};s.get||s.set?Object.defineProperty(t,i,s):t[i]=e[i]}return t.default=e,t}},function(e,t,i){"use strict";e.exports=i(16)},function(e,t,i){"use strict";var s=i(2),r=s(i(17)),n=s(i(18)),a=s(i(22)),o=s(i(23)),c=s(i(24)),h=s(i(25)),d=s(i(26)),u=s(i(27)),l=s(i(28)),w=s(i(29)),b=s(i(30)),p=s(i(31)),g=s(i(32)),m=s(i(33)),z=s(i(34)),f=s(i(35));e.exports={GelAddIcon:r.default,GelChevronRightIcon:n.default,GelCloseIcon:a.default,GelDownIcon:o.default,GelIconDuration:c.default,GelListenIcon:h.default,GelNextIcon:d.default,GelNoIcon:u.default,GelPlayIcon:l.default,GelPreviousIcon:w.default,GelRecentActivityIcon:b.default,GelStopIcon:p.default,GelSearchIcon:g.default,GelYesIcon:m.default,GelLoadingIcon:z.default,GelAlertIcon:f.default}},function(e,t,i){!function(t){"use strict";for(var i=[null,0,{}],s=44032,r=4352,n=function(e,t){this.codepoint=e,this.feature=t},a={},o=[],c=0;c<=255;++c)o[c]=0;n.fromCharCode=[function(e,t,s){return t<60||13311<t&&t<42607?new n(t,i):e(t,s)},function(e,t,i){var s=a[t];return s||(s=e(t,i)).feature&&++o[t>>8&255]>10&&(a[t]=s),s},function(e,t,i){return i?e(t,i):new n(t,null)},function(e,t,i){var a;if(t<r||4371<=t&&t<s||55204<t)return e(t,i);if(r<=t&&t<4371){var o={},c=21*(t-r);for(a=0;a<21;++a)o[4449+a]=s+28*(a+c);return new n(t,[,,o])}var h=t-s,d=h%28,u=[];if(0!==d)u[0]=[s+h-d,4519+d];else for(u[0]=[r+Math.floor(h/588),4449+Math.floor(h%588/28)],u[2]={},a=1;a<28;++a)u[2][4519+a]=t+a;return new n(t,u)},function(e,t,s){var r=65280&t,a=(n.udata[r]||{})[t];return new n(t,a||i)}].reduceRight(function(e,t){return function(i,s){return t(e,i,s)}},null),n.isHighSurrogate=function(e){return e>=55296&&e<=56319},n.isLowSurrogate=function(e){return e>=56320&&e<=57343},n.prototype.prepFeature=function(){this.feature||(this.feature=n.fromCharCode(this.codepoint,!0).feature)},n.prototype.toString=function(){if(this.codepoint<65536)return String.fromCharCode(this.codepoint);var e=this.codepoint-65536;return String.fromCharCode(Math.floor(e/1024)+55296,e%1024+56320)},n.prototype.getDecomp=function(){return this.prepFeature(),this.feature[0]||null},n.prototype.isCompatibility=function(){return this.prepFeature(),!!this.feature[1]&&256&this.feature[1]},n.prototype.isExclude=function(){return this.prepFeature(),!!this.feature[1]&&512&this.feature[1]},n.prototype.getCanonicalClass=function(){return this.prepFeature(),this.feature[1]?255&this.feature[1]:0},n.prototype.getComposite=function(e){if(this.prepFeature(),!this.feature[2])return null;var t=this.feature[2][e.codepoint];return t?n.fromCharCode(t):null};var h=function(e){this.str=e,this.cursor=0};h.prototype.next=function(){if(this.str&&this.cursor<this.str.length){var e,t=this.str.charCodeAt(this.cursor++);return n.isHighSurrogate(t)&&this.cursor<this.str.length&&n.isLowSurrogate(e=this.str.charCodeAt(this.cursor))&&(t=1024*(t-55296)+(e-56320)+65536,++this.cursor),n.fromCharCode(t)}return this.str=null,null};var d=function(e,t){this.it=e,this.canonical=t,this.resBuf=[]};d.prototype.next=function(){if(0===this.resBuf.length){var e=this.it.next();if(!e)return null;this.resBuf=function e(t,i){var s=i.getDecomp();if(!s||t&&i.isCompatibility())return[i];for(var r=[],a=0;a<s.length;++a){var o=e(t,n.fromCharCode(s[a]));r=r.concat(o)}return r}(this.canonical,e)}return this.resBuf.shift()};var u=function(e){this.it=e,this.resBuf=[]};u.prototype.next=function(){var e;if(0===this.resBuf.length)do{var t=this.it.next();if(!t)break;e=t.getCanonicalClass();var i=this.resBuf.length;if(0!==e)for(;i>0&&!(this.resBuf[i-1].getCanonicalClass()<=e);--i);this.resBuf.splice(i,0,t)}while(0!==e);return this.resBuf.shift()};var l=function(e){this.it=e,this.procBuf=[],this.resBuf=[],this.lastClass=null};l.prototype.next=function(){for(;0===this.resBuf.length;){var e=this.it.next();if(!e){this.resBuf=this.procBuf,this.procBuf=[];break}if(0===this.procBuf.length)this.lastClass=e.getCanonicalClass(),this.procBuf.push(e);else{var t=this.procBuf[0].getComposite(e),i=e.getCanonicalClass();t&&(this.lastClass<i||0===this.lastClass)?this.procBuf[0]=t:(0===i&&(this.resBuf=this.procBuf,this.procBuf=[]),this.lastClass=i,this.procBuf.push(e))}}return this.resBuf.shift()};var w=function(e,t){for(var i,s=function(e,t){switch(e){case"NFD":return new u(new d(new h(t),!0));case"NFKD":return new u(new d(new h(t),!1));case"NFC":return new l(new u(new d(new h(t),!0)));case"NFKC":return new l(new u(new d(new h(t),!1)))}throw e+" is invalid"}(e,t),r="";i=s.next();)r+=i.toString();return r};n.udata={0:{60:[,,{824:8814}],61:[,,{824:8800}],62:[,,{824:8815}],65:[,,{768:192,769:193,770:194,771:195,772:256,774:258,775:550,776:196,777:7842,778:197,780:461,783:512,785:514,803:7840,805:7680,808:260}],66:[,,{775:7682,803:7684,817:7686}],67:[,,{769:262,770:264,775:266,780:268,807:199}],68:[,,{775:7690,780:270,803:7692,807:7696,813:7698,817:7694}],69:[,,{768:200,769:201,770:202,771:7868,772:274,774:276,775:278,776:203,777:7866,780:282,783:516,785:518,803:7864,807:552,808:280,813:7704,816:7706}],70:[,,{775:7710}],71:[,,{769:500,770:284,772:7712,774:286,775:288,780:486,807:290}],72:[,,{770:292,775:7714,776:7718,780:542,803:7716,807:7720,814:7722}],73:[,,{768:204,769:205,770:206,771:296,772:298,774:300,775:304,776:207,777:7880,780:463,783:520,785:522,803:7882,808:302,816:7724}],74:[,,{770:308}],75:[,,{769:7728,780:488,803:7730,807:310,817:7732}],76:[,,{769:313,780:317,803:7734,807:315,813:7740,817:7738}],77:[,,{769:7742,775:7744,803:7746}],78:[,,{768:504,769:323,771:209,775:7748,780:327,803:7750,807:325,813:7754,817:7752}],79:[,,{768:210,769:211,770:212,771:213,772:332,774:334,775:558,776:214,777:7886,779:336,780:465,783:524,785:526,795:416,803:7884,808:490}],80:[,,{769:7764,775:7766}],82:[,,{769:340,775:7768,780:344,783:528,785:530,803:7770,807:342,817:7774}],83:[,,{769:346,770:348,775:7776,780:352,803:7778,806:536,807:350}],84:[,,{775:7786,780:356,803:7788,806:538,807:354,813:7792,817:7790}],85:[,,{768:217,769:218,770:219,771:360,772:362,774:364,776:220,777:7910,778:366,779:368,780:467,783:532,785:534,795:431,803:7908,804:7794,808:370,813:7798,816:7796}],86:[,,{771:7804,803:7806}],87:[,,{768:7808,769:7810,770:372,775:7814,776:7812,803:7816}],88:[,,{775:7818,776:7820}],89:[,,{768:7922,769:221,770:374,771:7928,772:562,775:7822,776:376,777:7926,803:7924}],90:[,,{769:377,770:7824,775:379,780:381,803:7826,817:7828}],97:[,,{768:224,769:225,770:226,771:227,772:257,774:259,775:551,776:228,777:7843,778:229,780:462,783:513,785:515,803:7841,805:7681,808:261}],98:[,,{775:7683,803:7685,817:7687}],99:[,,{769:263,770:265,775:267,780:269,807:231}],100:[,,{775:7691,780:271,803:7693,807:7697,813:7699,817:7695}],101:[,,{768:232,769:233,770:234,771:7869,772:275,774:277,775:279,776:235,777:7867,780:283,783:517,785:519,803:7865,807:553,808:281,813:7705,816:7707}],102:[,,{775:7711}],103:[,,{769:501,770:285,772:7713,774:287,775:289,780:487,807:291}],104:[,,{770:293,775:7715,776:7719,780:543,803:7717,807:7721,814:7723,817:7830}],105:[,,{768:236,769:237,770:238,771:297,772:299,774:301,776:239,777:7881,780:464,783:521,785:523,803:7883,808:303,816:7725}],106:[,,{770:309,780:496}],107:[,,{769:7729,780:489,803:7731,807:311,817:7733}],108:[,,{769:314,780:318,803:7735,807:316,813:7741,817:7739}],109:[,,{769:7743,775:7745,803:7747}],110:[,,{768:505,769:324,771:241,775:7749,780:328,803:7751,807:326,813:7755,817:7753}],111:[,,{768:242,769:243,770:244,771:245,772:333,774:335,775:559,776:246,777:7887,779:337,780:466,783:525,785:527,795:417,803:7885,808:491}],112:[,,{769:7765,775:7767}],114:[,,{769:341,775:7769,780:345,783:529,785:531,803:7771,807:343,817:7775}],115:[,,{769:347,770:349,775:7777,780:353,803:7779,806:537,807:351}],116:[,,{775:7787,776:7831,780:357,803:7789,806:539,807:355,813:7793,817:7791}],117:[,,{768:249,769:250,770:251,771:361,772:363,774:365,776:252,777:7911,778:367,779:369,780:468,783:533,785:535,795:432,803:7909,804:7795,808:371,813:7799,816:7797}],118:[,,{771:7805,803:7807}],119:[,,{768:7809,769:7811,770:373,775:7815,776:7813,778:7832,803:7817}],120:[,,{775:7819,776:7821}],121:[,,{768:7923,769:253,770:375,771:7929,772:563,775:7823,776:255,777:7927,778:7833,803:7925}],122:[,,{769:378,770:7825,775:380,780:382,803:7827,817:7829}],160:[[32],256],168:[[32,776],256,{768:8173,769:901,834:8129}],170:[[97],256],175:[[32,772],256],178:[[50],256],179:[[51],256],180:[[32,769],256],181:[[956],256],184:[[32,807],256],185:[[49],256],186:[[111],256],188:[[49,8260,52],256],189:[[49,8260,50],256],190:[[51,8260,52],256],192:[[65,768]],193:[[65,769]],194:[[65,770],,{768:7846,769:7844,771:7850,777:7848}],195:[[65,771]],196:[[65,776],,{772:478}],197:[[65,778],,{769:506}],198:[,,{769:508,772:482}],199:[[67,807],,{769:7688}],200:[[69,768]],201:[[69,769]],202:[[69,770],,{768:7872,769:7870,771:7876,777:7874}],203:[[69,776]],204:[[73,768]],205:[[73,769]],206:[[73,770]],207:[[73,776],,{769:7726}],209:[[78,771]],210:[[79,768]],211:[[79,769]],212:[[79,770],,{768:7890,769:7888,771:7894,777:7892}],213:[[79,771],,{769:7756,772:556,776:7758}],214:[[79,776],,{772:554}],216:[,,{769:510}],217:[[85,768]],218:[[85,769]],219:[[85,770]],220:[[85,776],,{768:475,769:471,772:469,780:473}],221:[[89,769]],224:[[97,768]],225:[[97,769]],226:[[97,770],,{768:7847,769:7845,771:7851,777:7849}],227:[[97,771]],228:[[97,776],,{772:479}],229:[[97,778],,{769:507}],230:[,,{769:509,772:483}],231:[[99,807],,{769:7689}],232:[[101,768]],233:[[101,769]],234:[[101,770],,{768:7873,769:7871,771:7877,777:7875}],235:[[101,776]],236:[[105,768]],237:[[105,769]],238:[[105,770]],239:[[105,776],,{769:7727}],241:[[110,771]],242:[[111,768]],243:[[111,769]],244:[[111,770],,{768:7891,769:7889,771:7895,777:7893}],245:[[111,771],,{769:7757,772:557,776:7759}],246:[[111,776],,{772:555}],248:[,,{769:511}],249:[[117,768]],250:[[117,769]],251:[[117,770]],252:[[117,776],,{768:476,769:472,772:470,780:474}],253:[[121,769]],255:[[121,776]]},256:{256:[[65,772]],257:[[97,772]],258:[[65,774],,{768:7856,769:7854,771:7860,777:7858}],259:[[97,774],,{768:7857,769:7855,771:7861,777:7859}],260:[[65,808]],261:[[97,808]],262:[[67,769]],263:[[99,769]],264:[[67,770]],265:[[99,770]],266:[[67,775]],267:[[99,775]],268:[[67,780]],269:[[99,780]],270:[[68,780]],271:[[100,780]],274:[[69,772],,{768:7700,769:7702}],275:[[101,772],,{768:7701,769:7703}],276:[[69,774]],277:[[101,774]],278:[[69,775]],279:[[101,775]],280:[[69,808]],281:[[101,808]],282:[[69,780]],283:[[101,780]],284:[[71,770]],285:[[103,770]],286:[[71,774]],287:[[103,774]],288:[[71,775]],289:[[103,775]],290:[[71,807]],291:[[103,807]],292:[[72,770]],293:[[104,770]],296:[[73,771]],297:[[105,771]],298:[[73,772]],299:[[105,772]],300:[[73,774]],301:[[105,774]],302:[[73,808]],303:[[105,808]],304:[[73,775]],306:[[73,74],256],307:[[105,106],256],308:[[74,770]],309:[[106,770]],310:[[75,807]],311:[[107,807]],313:[[76,769]],314:[[108,769]],315:[[76,807]],316:[[108,807]],317:[[76,780]],318:[[108,780]],319:[[76,183],256],320:[[108,183],256],323:[[78,769]],324:[[110,769]],325:[[78,807]],326:[[110,807]],327:[[78,780]],328:[[110,780]],329:[[700,110],256],332:[[79,772],,{768:7760,769:7762}],333:[[111,772],,{768:7761,769:7763}],334:[[79,774]],335:[[111,774]],336:[[79,779]],337:[[111,779]],340:[[82,769]],341:[[114,769]],342:[[82,807]],343:[[114,807]],344:[[82,780]],345:[[114,780]],346:[[83,769],,{775:7780}],347:[[115,769],,{775:7781}],348:[[83,770]],349:[[115,770]],350:[[83,807]],351:[[115,807]],352:[[83,780],,{775:7782}],353:[[115,780],,{775:7783}],354:[[84,807]],355:[[116,807]],356:[[84,780]],357:[[116,780]],360:[[85,771],,{769:7800}],361:[[117,771],,{769:7801}],362:[[85,772],,{776:7802}],363:[[117,772],,{776:7803}],364:[[85,774]],365:[[117,774]],366:[[85,778]],367:[[117,778]],368:[[85,779]],369:[[117,779]],370:[[85,808]],371:[[117,808]],372:[[87,770]],373:[[119,770]],374:[[89,770]],375:[[121,770]],376:[[89,776]],377:[[90,769]],378:[[122,769]],379:[[90,775]],380:[[122,775]],381:[[90,780]],382:[[122,780]],383:[[115],256,{775:7835}],416:[[79,795],,{768:7900,769:7898,771:7904,777:7902,803:7906}],417:[[111,795],,{768:7901,769:7899,771:7905,777:7903,803:7907}],431:[[85,795],,{768:7914,769:7912,771:7918,777:7916,803:7920}],432:[[117,795],,{768:7915,769:7913,771:7919,777:7917,803:7921}],439:[,,{780:494}],452:[[68,381],256],453:[[68,382],256],454:[[100,382],256],455:[[76,74],256],456:[[76,106],256],457:[[108,106],256],458:[[78,74],256],459:[[78,106],256],460:[[110,106],256],461:[[65,780]],462:[[97,780]],463:[[73,780]],464:[[105,780]],465:[[79,780]],466:[[111,780]],467:[[85,780]],468:[[117,780]],469:[[220,772]],470:[[252,772]],471:[[220,769]],472:[[252,769]],473:[[220,780]],474:[[252,780]],475:[[220,768]],476:[[252,768]],478:[[196,772]],479:[[228,772]],480:[[550,772]],481:[[551,772]],482:[[198,772]],483:[[230,772]],486:[[71,780]],487:[[103,780]],488:[[75,780]],489:[[107,780]],490:[[79,808],,{772:492}],491:[[111,808],,{772:493}],492:[[490,772]],493:[[491,772]],494:[[439,780]],495:[[658,780]],496:[[106,780]],497:[[68,90],256],498:[[68,122],256],499:[[100,122],256],500:[[71,769]],501:[[103,769]],504:[[78,768]],505:[[110,768]],506:[[197,769]],507:[[229,769]],508:[[198,769]],509:[[230,769]],510:[[216,769]],511:[[248,769]],66045:[,220]},512:{512:[[65,783]],513:[[97,783]],514:[[65,785]],515:[[97,785]],516:[[69,783]],517:[[101,783]],518:[[69,785]],519:[[101,785]],520:[[73,783]],521:[[105,783]],522:[[73,785]],523:[[105,785]],524:[[79,783]],525:[[111,783]],526:[[79,785]],527:[[111,785]],528:[[82,783]],529:[[114,783]],530:[[82,785]],531:[[114,785]],532:[[85,783]],533:[[117,783]],534:[[85,785]],535:[[117,785]],536:[[83,806]],537:[[115,806]],538:[[84,806]],539:[[116,806]],542:[[72,780]],543:[[104,780]],550:[[65,775],,{772:480}],551:[[97,775],,{772:481}],552:[[69,807],,{774:7708}],553:[[101,807],,{774:7709}],554:[[214,772]],555:[[246,772]],556:[[213,772]],557:[[245,772]],558:[[79,775],,{772:560}],559:[[111,775],,{772:561}],560:[[558,772]],561:[[559,772]],562:[[89,772]],563:[[121,772]],658:[,,{780:495}],688:[[104],256],689:[[614],256],690:[[106],256],691:[[114],256],692:[[633],256],693:[[635],256],694:[[641],256],695:[[119],256],696:[[121],256],728:[[32,774],256],729:[[32,775],256],730:[[32,778],256],731:[[32,808],256],732:[[32,771],256],733:[[32,779],256],736:[[611],256],737:[[108],256],738:[[115],256],739:[[120],256],740:[[661],256],66272:[,220]},768:{768:[,230],769:[,230],770:[,230],771:[,230],772:[,230],773:[,230],774:[,230],775:[,230],776:[,230,{769:836}],777:[,230],778:[,230],779:[,230],780:[,230],781:[,230],782:[,230],783:[,230],784:[,230],785:[,230],786:[,230],787:[,230],788:[,230],789:[,232],790:[,220],791:[,220],792:[,220],793:[,220],794:[,232],795:[,216],796:[,220],797:[,220],798:[,220],799:[,220],800:[,220],801:[,202],802:[,202],803:[,220],804:[,220],805:[,220],806:[,220],807:[,202],808:[,202],809:[,220],810:[,220],811:[,220],812:[,220],813:[,220],814:[,220],815:[,220],816:[,220],817:[,220],818:[,220],819:[,220],820:[,1],821:[,1],822:[,1],823:[,1],824:[,1],825:[,220],826:[,220],827:[,220],828:[,220],829:[,230],830:[,230],831:[,230],832:[[768],230],833:[[769],230],834:[,230],835:[[787],230],836:[[776,769],230],837:[,240],838:[,230],839:[,220],840:[,220],841:[,220],842:[,230],843:[,230],844:[,230],845:[,220],846:[,220],848:[,230],849:[,230],850:[,230],851:[,220],852:[,220],853:[,220],854:[,220],855:[,230],856:[,232],857:[,220],858:[,220],859:[,230],860:[,233],861:[,234],862:[,234],863:[,233],864:[,234],865:[,234],866:[,233],867:[,230],868:[,230],869:[,230],870:[,230],871:[,230],872:[,230],873:[,230],874:[,230],875:[,230],876:[,230],877:[,230],878:[,230],879:[,230],884:[[697]],890:[[32,837],256],894:[[59]],900:[[32,769],256],901:[[168,769]],902:[[913,769]],903:[[183]],904:[[917,769]],905:[[919,769]],906:[[921,769]],908:[[927,769]],910:[[933,769]],911:[[937,769]],912:[[970,769]],913:[,,{768:8122,769:902,772:8121,774:8120,787:7944,788:7945,837:8124}],917:[,,{768:8136,769:904,787:7960,788:7961}],919:[,,{768:8138,769:905,787:7976,788:7977,837:8140}],921:[,,{768:8154,769:906,772:8153,774:8152,776:938,787:7992,788:7993}],927:[,,{768:8184,769:908,787:8008,788:8009}],929:[,,{788:8172}],933:[,,{768:8170,769:910,772:8169,774:8168,776:939,788:8025}],937:[,,{768:8186,769:911,787:8040,788:8041,837:8188}],938:[[921,776]],939:[[933,776]],940:[[945,769],,{837:8116}],941:[[949,769]],942:[[951,769],,{837:8132}],943:[[953,769]],944:[[971,769]],945:[,,{768:8048,769:940,772:8113,774:8112,787:7936,788:7937,834:8118,837:8115}],949:[,,{768:8050,769:941,787:7952,788:7953}],951:[,,{768:8052,769:942,787:7968,788:7969,834:8134,837:8131}],953:[,,{768:8054,769:943,772:8145,774:8144,776:970,787:7984,788:7985,834:8150}],959:[,,{768:8056,769:972,787:8e3,788:8001}],961:[,,{787:8164,788:8165}],965:[,,{768:8058,769:973,772:8161,774:8160,776:971,787:8016,788:8017,834:8166}],969:[,,{768:8060,769:974,787:8032,788:8033,834:8182,837:8179}],970:[[953,776],,{768:8146,769:912,834:8151}],971:[[965,776],,{768:8162,769:944,834:8167}],972:[[959,769]],973:[[965,769]],974:[[969,769],,{837:8180}],976:[[946],256],977:[[952],256],978:[[933],256,{769:979,776:980}],979:[[978,769]],980:[[978,776]],981:[[966],256],982:[[960],256],1008:[[954],256],1009:[[961],256],1010:[[962],256],1012:[[920],256],1013:[[949],256],1017:[[931],256],66422:[,230],66423:[,230],66424:[,230],66425:[,230],66426:[,230]},1024:{1024:[[1045,768]],1025:[[1045,776]],1027:[[1043,769]],1030:[,,{776:1031}],1031:[[1030,776]],1036:[[1050,769]],1037:[[1048,768]],1038:[[1059,774]],1040:[,,{774:1232,776:1234}],1043:[,,{769:1027}],1045:[,,{768:1024,774:1238,776:1025}],1046:[,,{774:1217,776:1244}],1047:[,,{776:1246}],1048:[,,{768:1037,772:1250,774:1049,776:1252}],1049:[[1048,774]],1050:[,,{769:1036}],1054:[,,{776:1254}],1059:[,,{772:1262,774:1038,776:1264,779:1266}],1063:[,,{776:1268}],1067:[,,{776:1272}],1069:[,,{776:1260}],1072:[,,{774:1233,776:1235}],1075:[,,{769:1107}],1077:[,,{768:1104,774:1239,776:1105}],1078:[,,{774:1218,776:1245}],1079:[,,{776:1247}],1080:[,,{768:1117,772:1251,774:1081,776:1253}],1081:[[1080,774]],1082:[,,{769:1116}],1086:[,,{776:1255}],1091:[,,{772:1263,774:1118,776:1265,779:1267}],1095:[,,{776:1269}],1099:[,,{776:1273}],1101:[,,{776:1261}],1104:[[1077,768]],1105:[[1077,776]],1107:[[1075,769]],1110:[,,{776:1111}],1111:[[1110,776]],1116:[[1082,769]],1117:[[1080,768]],1118:[[1091,774]],1140:[,,{783:1142}],1141:[,,{783:1143}],1142:[[1140,783]],1143:[[1141,783]],1155:[,230],1156:[,230],1157:[,230],1158:[,230],1159:[,230],1217:[[1046,774]],1218:[[1078,774]],1232:[[1040,774]],1233:[[1072,774]],1234:[[1040,776]],1235:[[1072,776]],1238:[[1045,774]],1239:[[1077,774]],1240:[,,{776:1242}],1241:[,,{776:1243}],1242:[[1240,776]],1243:[[1241,776]],1244:[[1046,776]],1245:[[1078,776]],1246:[[1047,776]],1247:[[1079,776]],1250:[[1048,772]],1251:[[1080,772]],1252:[[1048,776]],1253:[[1080,776]],1254:[[1054,776]],1255:[[1086,776]],1256:[,,{776:1258}],1257:[,,{776:1259}],1258:[[1256,776]],1259:[[1257,776]],1260:[[1069,776]],1261:[[1101,776]],1262:[[1059,772]],1263:[[1091,772]],1264:[[1059,776]],1265:[[1091,776]],1266:[[1059,779]],1267:[[1091,779]],1268:[[1063,776]],1269:[[1095,776]],1272:[[1067,776]],1273:[[1099,776]]},1280:{1415:[[1381,1410],256],1425:[,220],1426:[,230],1427:[,230],1428:[,230],1429:[,230],1430:[,220],1431:[,230],1432:[,230],1433:[,230],1434:[,222],1435:[,220],1436:[,230],1437:[,230],1438:[,230],1439:[,230],1440:[,230],1441:[,230],1442:[,220],1443:[,220],1444:[,220],1445:[,220],1446:[,220],1447:[,220],1448:[,230],1449:[,230],1450:[,220],1451:[,230],1452:[,230],1453:[,222],1454:[,228],1455:[,230],1456:[,10],1457:[,11],1458:[,12],1459:[,13],1460:[,14],1461:[,15],1462:[,16],1463:[,17],1464:[,18],1465:[,19],1466:[,19],1467:[,20],1468:[,21],1469:[,22],1471:[,23],1473:[,24],1474:[,25],1476:[,230],1477:[,220],1479:[,18]},1536:{1552:[,230],1553:[,230],1554:[,230],1555:[,230],1556:[,230],1557:[,230],1558:[,230],1559:[,230],1560:[,30],1561:[,31],1562:[,32],1570:[[1575,1619]],1571:[[1575,1620]],1572:[[1608,1620]],1573:[[1575,1621]],1574:[[1610,1620]],1575:[,,{1619:1570,1620:1571,1621:1573}],1608:[,,{1620:1572}],1610:[,,{1620:1574}],1611:[,27],1612:[,28],1613:[,29],1614:[,30],1615:[,31],1616:[,32],1617:[,33],1618:[,34],1619:[,230],1620:[,230],1621:[,220],1622:[,220],1623:[,230],1624:[,230],1625:[,230],1626:[,230],1627:[,230],1628:[,220],1629:[,230],1630:[,230],1631:[,220],1648:[,35],1653:[[1575,1652],256],1654:[[1608,1652],256],1655:[[1735,1652],256],1656:[[1610,1652],256],1728:[[1749,1620]],1729:[,,{1620:1730}],1730:[[1729,1620]],1746:[,,{1620:1747}],1747:[[1746,1620]],1749:[,,{1620:1728}],1750:[,230],1751:[,230],1752:[,230],1753:[,230],1754:[,230],1755:[,230],1756:[,230],1759:[,230],1760:[,230],1761:[,230],1762:[,230],1763:[,220],1764:[,230],1767:[,230],1768:[,230],1770:[,220],1771:[,230],1772:[,230],1773:[,220]},1792:{1809:[,36],1840:[,230],1841:[,220],1842:[,230],1843:[,230],1844:[,220],1845:[,230],1846:[,230],1847:[,220],1848:[,220],1849:[,220],1850:[,230],1851:[,220],1852:[,220],1853:[,230],1854:[,220],1855:[,230],1856:[,230],1857:[,230],1858:[,220],1859:[,230],1860:[,220],1861:[,230],1862:[,220],1863:[,230],1864:[,220],1865:[,230],1866:[,230],2027:[,230],2028:[,230],2029:[,230],2030:[,230],2031:[,230],2032:[,230],2033:[,230],2034:[,220],2035:[,230]},2048:{2070:[,230],2071:[,230],2072:[,230],2073:[,230],2075:[,230],2076:[,230],2077:[,230],2078:[,230],2079:[,230],2080:[,230],2081:[,230],2082:[,230],2083:[,230],2085:[,230],2086:[,230],2087:[,230],2089:[,230],2090:[,230],2091:[,230],2092:[,230],2093:[,230],2137:[,220],2138:[,220],2139:[,220],2276:[,230],2277:[,230],2278:[,220],2279:[,230],2280:[,230],2281:[,220],2282:[,230],2283:[,230],2284:[,230],2285:[,220],2286:[,220],2287:[,220],2288:[,27],2289:[,28],2290:[,29],2291:[,230],2292:[,230],2293:[,230],2294:[,220],2295:[,230],2296:[,230],2297:[,220],2298:[,220],2299:[,230],2300:[,230],2301:[,230],2302:[,230],2303:[,230]},2304:{2344:[,,{2364:2345}],2345:[[2344,2364]],2352:[,,{2364:2353}],2353:[[2352,2364]],2355:[,,{2364:2356}],2356:[[2355,2364]],2364:[,7],2381:[,9],2385:[,230],2386:[,220],2387:[,230],2388:[,230],2392:[[2325,2364],512],2393:[[2326,2364],512],2394:[[2327,2364],512],2395:[[2332,2364],512],2396:[[2337,2364],512],2397:[[2338,2364],512],2398:[[2347,2364],512],2399:[[2351,2364],512],2492:[,7],2503:[,,{2494:2507,2519:2508}],2507:[[2503,2494]],2508:[[2503,2519]],2509:[,9],2524:[[2465,2492],512],2525:[[2466,2492],512],2527:[[2479,2492],512]},2560:{2611:[[2610,2620],512],2614:[[2616,2620],512],2620:[,7],2637:[,9],2649:[[2582,2620],512],2650:[[2583,2620],512],2651:[[2588,2620],512],2654:[[2603,2620],512],2748:[,7],2765:[,9],68109:[,220],68111:[,230],68152:[,230],68153:[,1],68154:[,220],68159:[,9],68325:[,230],68326:[,220]},2816:{2876:[,7],2887:[,,{2878:2891,2902:2888,2903:2892}],2888:[[2887,2902]],2891:[[2887,2878]],2892:[[2887,2903]],2893:[,9],2908:[[2849,2876],512],2909:[[2850,2876],512],2962:[,,{3031:2964}],2964:[[2962,3031]],3014:[,,{3006:3018,3031:3020}],3015:[,,{3006:3019}],3018:[[3014,3006]],3019:[[3015,3006]],3020:[[3014,3031]],3021:[,9]},3072:{3142:[,,{3158:3144}],3144:[[3142,3158]],3149:[,9],3157:[,84],3158:[,91],3260:[,7],3263:[,,{3285:3264}],3264:[[3263,3285]],3270:[,,{3266:3274,3285:3271,3286:3272}],3271:[[3270,3285]],3272:[[3270,3286]],3274:[[3270,3266],,{3285:3275}],3275:[[3274,3285]],3277:[,9]},3328:{3398:[,,{3390:3402,3415:3404}],3399:[,,{3390:3403}],3402:[[3398,3390]],3403:[[3399,3390]],3404:[[3398,3415]],3405:[,9],3530:[,9],3545:[,,{3530:3546,3535:3548,3551:3550}],3546:[[3545,3530]],3548:[[3545,3535],,{3530:3549}],3549:[[3548,3530]],3550:[[3545,3551]]},3584:{3635:[[3661,3634],256],3640:[,103],3641:[,103],3642:[,9],3656:[,107],3657:[,107],3658:[,107],3659:[,107],3763:[[3789,3762],256],3768:[,118],3769:[,118],3784:[,122],3785:[,122],3786:[,122],3787:[,122],3804:[[3755,3737],256],3805:[[3755,3745],256]},3840:{3852:[[3851],256],3864:[,220],3865:[,220],3893:[,220],3895:[,220],3897:[,216],3907:[[3906,4023],512],3917:[[3916,4023],512],3922:[[3921,4023],512],3927:[[3926,4023],512],3932:[[3931,4023],512],3945:[[3904,4021],512],3953:[,129],3954:[,130],3955:[[3953,3954],512],3956:[,132],3957:[[3953,3956],512],3958:[[4018,3968],512],3959:[[4018,3969],256],3960:[[4019,3968],512],3961:[[4019,3969],256],3962:[,130],3963:[,130],3964:[,130],3965:[,130],3968:[,130],3969:[[3953,3968],512],3970:[,230],3971:[,230],3972:[,9],3974:[,230],3975:[,230],3987:[[3986,4023],512],3997:[[3996,4023],512],4002:[[4001,4023],512],4007:[[4006,4023],512],4012:[[4011,4023],512],4025:[[3984,4021],512],4038:[,220]},4096:{4133:[,,{4142:4134}],4134:[[4133,4142]],4151:[,7],4153:[,9],4154:[,9],4237:[,220],4348:[[4316],256],69702:[,9],69759:[,9],69785:[,,{69818:69786}],69786:[[69785,69818]],69787:[,,{69818:69788}],69788:[[69787,69818]],69797:[,,{69818:69803}],69803:[[69797,69818]],69817:[,9],69818:[,7]},4352:{69888:[,230],69889:[,230],69890:[,230],69934:[[69937,69927]],69935:[[69938,69927]],69937:[,,{69927:69934}],69938:[,,{69927:69935}],69939:[,9],69940:[,9],70003:[,7],70080:[,9]},4608:{70197:[,9],70198:[,7],70377:[,7],70378:[,9]},4864:{4957:[,230],4958:[,230],4959:[,230],70460:[,7],70471:[,,{70462:70475,70487:70476}],70475:[[70471,70462]],70476:[[70471,70487]],70477:[,9],70502:[,230],70503:[,230],70504:[,230],70505:[,230],70506:[,230],70507:[,230],70508:[,230],70512:[,230],70513:[,230],70514:[,230],70515:[,230],70516:[,230]},5120:{70841:[,,{70832:70844,70842:70843,70845:70846}],70843:[[70841,70842]],70844:[[70841,70832]],70846:[[70841,70845]],70850:[,9],70851:[,7]},5376:{71096:[,,{71087:71098}],71097:[,,{71087:71099}],71098:[[71096,71087]],71099:[[71097,71087]],71103:[,9],71104:[,7]},5632:{71231:[,9],71350:[,9],71351:[,7]},5888:{5908:[,9],5940:[,9],6098:[,9],6109:[,230]},6144:{6313:[,228]},6400:{6457:[,222],6458:[,230],6459:[,220]},6656:{6679:[,230],6680:[,220],6752:[,9],6773:[,230],6774:[,230],6775:[,230],6776:[,230],6777:[,230],6778:[,230],6779:[,230],6780:[,230],6783:[,220],6832:[,230],6833:[,230],6834:[,230],6835:[,230],6836:[,230],6837:[,220],6838:[,220],6839:[,220],6840:[,220],6841:[,220],6842:[,220],6843:[,230],6844:[,230],6845:[,220]},6912:{6917:[,,{6965:6918}],6918:[[6917,6965]],6919:[,,{6965:6920}],6920:[[6919,6965]],6921:[,,{6965:6922}],6922:[[6921,6965]],6923:[,,{6965:6924}],6924:[[6923,6965]],6925:[,,{6965:6926}],6926:[[6925,6965]],6929:[,,{6965:6930}],6930:[[6929,6965]],6964:[,7],6970:[,,{6965:6971}],6971:[[6970,6965]],6972:[,,{6965:6973}],6973:[[6972,6965]],6974:[,,{6965:6976}],6975:[,,{6965:6977}],6976:[[6974,6965]],6977:[[6975,6965]],6978:[,,{6965:6979}],6979:[[6978,6965]],6980:[,9],7019:[,230],7020:[,220],7021:[,230],7022:[,230],7023:[,230],7024:[,230],7025:[,230],7026:[,230],7027:[,230],7082:[,9],7083:[,9],7142:[,7],7154:[,9],7155:[,9]},7168:{7223:[,7],7376:[,230],7377:[,230],7378:[,230],7380:[,1],7381:[,220],7382:[,220],7383:[,220],7384:[,220],7385:[,220],7386:[,230],7387:[,230],7388:[,220],7389:[,220],7390:[,220],7391:[,220],7392:[,230],7394:[,1],7395:[,1],7396:[,1],7397:[,1],7398:[,1],7399:[,1],7400:[,1],7405:[,220],7412:[,230],7416:[,230],7417:[,230]},7424:{7468:[[65],256],7469:[[198],256],7470:[[66],256],7472:[[68],256],7473:[[69],256],7474:[[398],256],7475:[[71],256],7476:[[72],256],7477:[[73],256],7478:[[74],256],7479:[[75],256],7480:[[76],256],7481:[[77],256],7482:[[78],256],7484:[[79],256],7485:[[546],256],7486:[[80],256],7487:[[82],256],7488:[[84],256],7489:[[85],256],7490:[[87],256],7491:[[97],256],7492:[[592],256],7493:[[593],256],7494:[[7426],256],7495:[[98],256],7496:[[100],256],7497:[[101],256],7498:[[601],256],7499:[[603],256],7500:[[604],256],7501:[[103],256],7503:[[107],256],7504:[[109],256],7505:[[331],256],7506:[[111],256],7507:[[596],256],7508:[[7446],256],7509:[[7447],256],7510:[[112],256],7511:[[116],256],7512:[[117],256],7513:[[7453],256],7514:[[623],256],7515:[[118],256],7516:[[7461],256],7517:[[946],256],7518:[[947],256],7519:[[948],256],7520:[[966],256],7521:[[967],256],7522:[[105],256],7523:[[114],256],7524:[[117],256],7525:[[118],256],7526:[[946],256],7527:[[947],256],7528:[[961],256],7529:[[966],256],7530:[[967],256],7544:[[1085],256],7579:[[594],256],7580:[[99],256],7581:[[597],256],7582:[[240],256],7583:[[604],256],7584:[[102],256],7585:[[607],256],7586:[[609],256],7587:[[613],256],7588:[[616],256],7589:[[617],256],7590:[[618],256],7591:[[7547],256],7592:[[669],256],7593:[[621],256],7594:[[7557],256],7595:[[671],256],7596:[[625],256],7597:[[624],256],7598:[[626],256],7599:[[627],256],7600:[[628],256],7601:[[629],256],7602:[[632],256],7603:[[642],256],7604:[[643],256],7605:[[427],256],7606:[[649],256],7607:[[650],256],7608:[[7452],256],7609:[[651],256],7610:[[652],256],7611:[[122],256],7612:[[656],256],7613:[[657],256],7614:[[658],256],7615:[[952],256],7616:[,230],7617:[,230],7618:[,220],7619:[,230],7620:[,230],7621:[,230],7622:[,230],7623:[,230],7624:[,230],7625:[,230],7626:[,220],7627:[,230],7628:[,230],7629:[,234],7630:[,214],7631:[,220],7632:[,202],7633:[,230],7634:[,230],7635:[,230],7636:[,230],7637:[,230],7638:[,230],7639:[,230],7640:[,230],7641:[,230],7642:[,230],7643:[,230],7644:[,230],7645:[,230],7646:[,230],7647:[,230],7648:[,230],7649:[,230],7650:[,230],7651:[,230],7652:[,230],7653:[,230],7654:[,230],7655:[,230],7656:[,230],7657:[,230],7658:[,230],7659:[,230],7660:[,230],7661:[,230],7662:[,230],7663:[,230],7664:[,230],7665:[,230],7666:[,230],7667:[,230],7668:[,230],7669:[,230],7676:[,233],7677:[,220],7678:[,230],7679:[,220]},7680:{7680:[[65,805]],7681:[[97,805]],7682:[[66,775]],7683:[[98,775]],7684:[[66,803]],7685:[[98,803]],7686:[[66,817]],7687:[[98,817]],7688:[[199,769]],7689:[[231,769]],7690:[[68,775]],7691:[[100,775]],7692:[[68,803]],7693:[[100,803]],7694:[[68,817]],7695:[[100,817]],7696:[[68,807]],7697:[[100,807]],7698:[[68,813]],7699:[[100,813]],7700:[[274,768]],7701:[[275,768]],7702:[[274,769]],7703:[[275,769]],7704:[[69,813]],7705:[[101,813]],7706:[[69,816]],7707:[[101,816]],7708:[[552,774]],7709:[[553,774]],7710:[[70,775]],7711:[[102,775]],7712:[[71,772]],7713:[[103,772]],7714:[[72,775]],7715:[[104,775]],7716:[[72,803]],7717:[[104,803]],7718:[[72,776]],7719:[[104,776]],7720:[[72,807]],7721:[[104,807]],7722:[[72,814]],7723:[[104,814]],7724:[[73,816]],7725:[[105,816]],7726:[[207,769]],7727:[[239,769]],7728:[[75,769]],7729:[[107,769]],7730:[[75,803]],7731:[[107,803]],7732:[[75,817]],7733:[[107,817]],7734:[[76,803],,{772:7736}],7735:[[108,803],,{772:7737}],7736:[[7734,772]],7737:[[7735,772]],7738:[[76,817]],7739:[[108,817]],7740:[[76,813]],7741:[[108,813]],7742:[[77,769]],7743:[[109,769]],7744:[[77,775]],7745:[[109,775]],7746:[[77,803]],7747:[[109,803]],7748:[[78,775]],7749:[[110,775]],7750:[[78,803]],7751:[[110,803]],7752:[[78,817]],7753:[[110,817]],7754:[[78,813]],7755:[[110,813]],7756:[[213,769]],7757:[[245,769]],7758:[[213,776]],7759:[[245,776]],7760:[[332,768]],7761:[[333,768]],7762:[[332,769]],7763:[[333,769]],7764:[[80,769]],7765:[[112,769]],7766:[[80,775]],7767:[[112,775]],7768:[[82,775]],7769:[[114,775]],7770:[[82,803],,{772:7772}],7771:[[114,803],,{772:7773}],7772:[[7770,772]],7773:[[7771,772]],7774:[[82,817]],7775:[[114,817]],7776:[[83,775]],7777:[[115,775]],7778:[[83,803],,{775:7784}],7779:[[115,803],,{775:7785}],7780:[[346,775]],7781:[[347,775]],7782:[[352,775]],7783:[[353,775]],7784:[[7778,775]],7785:[[7779,775]],7786:[[84,775]],7787:[[116,775]],7788:[[84,803]],7789:[[116,803]],7790:[[84,817]],7791:[[116,817]],7792:[[84,813]],7793:[[116,813]],7794:[[85,804]],7795:[[117,804]],7796:[[85,816]],7797:[[117,816]],7798:[[85,813]],7799:[[117,813]],7800:[[360,769]],7801:[[361,769]],7802:[[362,776]],7803:[[363,776]],7804:[[86,771]],7805:[[118,771]],7806:[[86,803]],7807:[[118,803]],7808:[[87,768]],7809:[[119,768]],7810:[[87,769]],7811:[[119,769]],7812:[[87,776]],7813:[[119,776]],7814:[[87,775]],7815:[[119,775]],7816:[[87,803]],7817:[[119,803]],7818:[[88,775]],7819:[[120,775]],7820:[[88,776]],7821:[[120,776]],7822:[[89,775]],7823:[[121,775]],7824:[[90,770]],7825:[[122,770]],7826:[[90,803]],7827:[[122,803]],7828:[[90,817]],7829:[[122,817]],7830:[[104,817]],7831:[[116,776]],7832:[[119,778]],7833:[[121,778]],7834:[[97,702],256],7835:[[383,775]],7840:[[65,803],,{770:7852,774:7862}],7841:[[97,803],,{770:7853,774:7863}],7842:[[65,777]],7843:[[97,777]],7844:[[194,769]],7845:[[226,769]],7846:[[194,768]],7847:[[226,768]],7848:[[194,777]],7849:[[226,777]],7850:[[194,771]],7851:[[226,771]],7852:[[7840,770]],7853:[[7841,770]],7854:[[258,769]],7855:[[259,769]],7856:[[258,768]],7857:[[259,768]],7858:[[258,777]],7859:[[259,777]],7860:[[258,771]],7861:[[259,771]],7862:[[7840,774]],7863:[[7841,774]],7864:[[69,803],,{770:7878}],7865:[[101,803],,{770:7879}],7866:[[69,777]],7867:[[101,777]],7868:[[69,771]],7869:[[101,771]],7870:[[202,769]],7871:[[234,769]],7872:[[202,768]],7873:[[234,768]],7874:[[202,777]],7875:[[234,777]],7876:[[202,771]],7877:[[234,771]],7878:[[7864,770]],7879:[[7865,770]],7880:[[73,777]],7881:[[105,777]],7882:[[73,803]],7883:[[105,803]],7884:[[79,803],,{770:7896}],7885:[[111,803],,{770:7897}],7886:[[79,777]],7887:[[111,777]],7888:[[212,769]],7889:[[244,769]],7890:[[212,768]],7891:[[244,768]],7892:[[212,777]],7893:[[244,777]],7894:[[212,771]],7895:[[244,771]],7896:[[7884,770]],7897:[[7885,770]],7898:[[416,769]],7899:[[417,769]],7900:[[416,768]],7901:[[417,768]],7902:[[416,777]],7903:[[417,777]],7904:[[416,771]],7905:[[417,771]],7906:[[416,803]],7907:[[417,803]],7908:[[85,803]],7909:[[117,803]],7910:[[85,777]],7911:[[117,777]],7912:[[431,769]],7913:[[432,769]],7914:[[431,768]],7915:[[432,768]],7916:[[431,777]],7917:[[432,777]],7918:[[431,771]],7919:[[432,771]],7920:[[431,803]],7921:[[432,803]],7922:[[89,768]],7923:[[121,768]],7924:[[89,803]],7925:[[121,803]],7926:[[89,777]],7927:[[121,777]],7928:[[89,771]],7929:[[121,771]]},7936:{7936:[[945,787],,{768:7938,769:7940,834:7942,837:8064}],7937:[[945,788],,{768:7939,769:7941,834:7943,837:8065}],7938:[[7936,768],,{837:8066}],7939:[[7937,768],,{837:8067}],7940:[[7936,769],,{837:8068}],7941:[[7937,769],,{837:8069}],7942:[[7936,834],,{837:8070}],7943:[[7937,834],,{837:8071}],7944:[[913,787],,{768:7946,769:7948,834:7950,837:8072}],7945:[[913,788],,{768:7947,769:7949,834:7951,837:8073}],7946:[[7944,768],,{837:8074}],7947:[[7945,768],,{837:8075}],7948:[[7944,769],,{837:8076}],7949:[[7945,769],,{837:8077}],7950:[[7944,834],,{837:8078}],7951:[[7945,834],,{837:8079}],7952:[[949,787],,{768:7954,769:7956}],7953:[[949,788],,{768:7955,769:7957}],7954:[[7952,768]],7955:[[7953,768]],7956:[[7952,769]],7957:[[7953,769]],7960:[[917,787],,{768:7962,769:7964}],7961:[[917,788],,{768:7963,769:7965}],7962:[[7960,768]],7963:[[7961,768]],7964:[[7960,769]],7965:[[7961,769]],7968:[[951,787],,{768:7970,769:7972,834:7974,837:8080}],7969:[[951,788],,{768:7971,769:7973,834:7975,837:8081}],7970:[[7968,768],,{837:8082}],7971:[[7969,768],,{837:8083}],7972:[[7968,769],,{837:8084}],7973:[[7969,769],,{837:8085}],7974:[[7968,834],,{837:8086}],7975:[[7969,834],,{837:8087}],7976:[[919,787],,{768:7978,769:7980,834:7982,837:8088}],7977:[[919,788],,{768:7979,769:7981,834:7983,837:8089}],7978:[[7976,768],,{837:8090}],7979:[[7977,768],,{837:8091}],7980:[[7976,769],,{837:8092}],7981:[[7977,769],,{837:8093}],7982:[[7976,834],,{837:8094}],7983:[[7977,834],,{837:8095}],7984:[[953,787],,{768:7986,769:7988,834:7990}],7985:[[953,788],,{768:7987,769:7989,834:7991}],7986:[[7984,768]],7987:[[7985,768]],7988:[[7984,769]],7989:[[7985,769]],7990:[[7984,834]],7991:[[7985,834]],7992:[[921,787],,{768:7994,769:7996,834:7998}],7993:[[921,788],,{768:7995,769:7997,834:7999}],7994:[[7992,768]],7995:[[7993,768]],7996:[[7992,769]],7997:[[7993,769]],7998:[[7992,834]],7999:[[7993,834]],8e3:[[959,787],,{768:8002,769:8004}],8001:[[959,788],,{768:8003,769:8005}],8002:[[8e3,768]],8003:[[8001,768]],8004:[[8e3,769]],8005:[[8001,769]],8008:[[927,787],,{768:8010,769:8012}],8009:[[927,788],,{768:8011,769:8013}],8010:[[8008,768]],8011:[[8009,768]],8012:[[8008,769]],8013:[[8009,769]],8016:[[965,787],,{768:8018,769:8020,834:8022}],8017:[[965,788],,{768:8019,769:8021,834:8023}],8018:[[8016,768]],8019:[[8017,768]],8020:[[8016,769]],8021:[[8017,769]],8022:[[8016,834]],8023:[[8017,834]],8025:[[933,788],,{768:8027,769:8029,834:8031}],8027:[[8025,768]],8029:[[8025,769]],8031:[[8025,834]],8032:[[969,787],,{768:8034,769:8036,834:8038,837:8096}],8033:[[969,788],,{768:8035,769:8037,834:8039,837:8097}],8034:[[8032,768],,{837:8098}],8035:[[8033,768],,{837:8099}],8036:[[8032,769],,{837:8100}],8037:[[8033,769],,{837:8101}],8038:[[8032,834],,{837:8102}],8039:[[8033,834],,{837:8103}],8040:[[937,787],,{768:8042,769:8044,834:8046,837:8104}],8041:[[937,788],,{768:8043,769:8045,834:8047,837:8105}],8042:[[8040,768],,{837:8106}],8043:[[8041,768],,{837:8107}],8044:[[8040,769],,{837:8108}],8045:[[8041,769],,{837:8109}],8046:[[8040,834],,{837:8110}],8047:[[8041,834],,{837:8111}],8048:[[945,768],,{837:8114}],8049:[[940]],8050:[[949,768]],8051:[[941]],8052:[[951,768],,{837:8130}],8053:[[942]],8054:[[953,768]],8055:[[943]],8056:[[959,768]],8057:[[972]],8058:[[965,768]],8059:[[973]],8060:[[969,768],,{837:8178}],8061:[[974]],8064:[[7936,837]],8065:[[7937,837]],8066:[[7938,837]],8067:[[7939,837]],8068:[[7940,837]],8069:[[7941,837]],8070:[[7942,837]],8071:[[7943,837]],8072:[[7944,837]],8073:[[7945,837]],8074:[[7946,837]],8075:[[7947,837]],8076:[[7948,837]],8077:[[7949,837]],8078:[[7950,837]],8079:[[7951,837]],8080:[[7968,837]],8081:[[7969,837]],8082:[[7970,837]],8083:[[7971,837]],8084:[[7972,837]],8085:[[7973,837]],8086:[[7974,837]],8087:[[7975,837]],8088:[[7976,837]],8089:[[7977,837]],8090:[[7978,837]],8091:[[7979,837]],8092:[[7980,837]],8093:[[7981,837]],8094:[[7982,837]],8095:[[7983,837]],8096:[[8032,837]],8097:[[8033,837]],8098:[[8034,837]],8099:[[8035,837]],8100:[[8036,837]],8101:[[8037,837]],8102:[[8038,837]],8103:[[8039,837]],8104:[[8040,837]],8105:[[8041,837]],8106:[[8042,837]],8107:[[8043,837]],8108:[[8044,837]],8109:[[8045,837]],8110:[[8046,837]],8111:[[8047,837]],8112:[[945,774]],8113:[[945,772]],8114:[[8048,837]],8115:[[945,837]],8116:[[940,837]],8118:[[945,834],,{837:8119}],8119:[[8118,837]],8120:[[913,774]],8121:[[913,772]],8122:[[913,768]],8123:[[902]],8124:[[913,837]],8125:[[32,787],256],8126:[[953]],8127:[[32,787],256,{768:8141,769:8142,834:8143}],8128:[[32,834],256],8129:[[168,834]],8130:[[8052,837]],8131:[[951,837]],8132:[[942,837]],8134:[[951,834],,{837:8135}],8135:[[8134,837]],8136:[[917,768]],8137:[[904]],8138:[[919,768]],8139:[[905]],8140:[[919,837]],8141:[[8127,768]],8142:[[8127,769]],8143:[[8127,834]],8144:[[953,774]],8145:[[953,772]],8146:[[970,768]],8147:[[912]],8150:[[953,834]],8151:[[970,834]],8152:[[921,774]],8153:[[921,772]],8154:[[921,768]],8155:[[906]],8157:[[8190,768]],8158:[[8190,769]],8159:[[8190,834]],8160:[[965,774]],8161:[[965,772]],8162:[[971,768]],8163:[[944]],8164:[[961,787]],8165:[[961,788]],8166:[[965,834]],8167:[[971,834]],8168:[[933,774]],8169:[[933,772]],8170:[[933,768]],8171:[[910]],8172:[[929,788]],8173:[[168,768]],8174:[[901]],8175:[[96]],8178:[[8060,837]],8179:[[969,837]],8180:[[974,837]],8182:[[969,834],,{837:8183}],8183:[[8182,837]],8184:[[927,768]],8185:[[908]],8186:[[937,768]],8187:[[911]],8188:[[937,837]],8189:[[180]],8190:[[32,788],256,{768:8157,769:8158,834:8159}]},8192:{8192:[[8194]],8193:[[8195]],8194:[[32],256],8195:[[32],256],8196:[[32],256],8197:[[32],256],8198:[[32],256],8199:[[32],256],8200:[[32],256],8201:[[32],256],8202:[[32],256],8209:[[8208],256],8215:[[32,819],256],8228:[[46],256],8229:[[46,46],256],8230:[[46,46,46],256],8239:[[32],256],8243:[[8242,8242],256],8244:[[8242,8242,8242],256],8246:[[8245,8245],256],8247:[[8245,8245,8245],256],8252:[[33,33],256],8254:[[32,773],256],8263:[[63,63],256],8264:[[63,33],256],8265:[[33,63],256],8279:[[8242,8242,8242,8242],256],8287:[[32],256],8304:[[48],256],8305:[[105],256],8308:[[52],256],8309:[[53],256],8310:[[54],256],8311:[[55],256],8312:[[56],256],8313:[[57],256],8314:[[43],256],8315:[[8722],256],8316:[[61],256],8317:[[40],256],8318:[[41],256],8319:[[110],256],8320:[[48],256],8321:[[49],256],8322:[[50],256],8323:[[51],256],8324:[[52],256],8325:[[53],256],8326:[[54],256],8327:[[55],256],8328:[[56],256],8329:[[57],256],8330:[[43],256],8331:[[8722],256],8332:[[61],256],8333:[[40],256],8334:[[41],256],8336:[[97],256],8337:[[101],256],8338:[[111],256],8339:[[120],256],8340:[[601],256],8341:[[104],256],8342:[[107],256],8343:[[108],256],8344:[[109],256],8345:[[110],256],8346:[[112],256],8347:[[115],256],8348:[[116],256],8360:[[82,115],256],8400:[,230],8401:[,230],8402:[,1],8403:[,1],8404:[,230],8405:[,230],8406:[,230],8407:[,230],8408:[,1],8409:[,1],8410:[,1],8411:[,230],8412:[,230],8417:[,230],8421:[,1],8422:[,1],8423:[,230],8424:[,220],8425:[,230],8426:[,1],8427:[,1],8428:[,220],8429:[,220],8430:[,220],8431:[,220],8432:[,230]},8448:{8448:[[97,47,99],256],8449:[[97,47,115],256],8450:[[67],256],8451:[[176,67],256],8453:[[99,47,111],256],8454:[[99,47,117],256],8455:[[400],256],8457:[[176,70],256],8458:[[103],256],8459:[[72],256],8460:[[72],256],8461:[[72],256],8462:[[104],256],8463:[[295],256],8464:[[73],256],8465:[[73],256],8466:[[76],256],8467:[[108],256],8469:[[78],256],8470:[[78,111],256],8473:[[80],256],8474:[[81],256],8475:[[82],256],8476:[[82],256],8477:[[82],256],8480:[[83,77],256],8481:[[84,69,76],256],8482:[[84,77],256],8484:[[90],256],8486:[[937]],8488:[[90],256],8490:[[75]],8491:[[197]],8492:[[66],256],8493:[[67],256],8495:[[101],256],8496:[[69],256],8497:[[70],256],8499:[[77],256],8500:[[111],256],8501:[[1488],256],8502:[[1489],256],8503:[[1490],256],8504:[[1491],256],8505:[[105],256],8507:[[70,65,88],256],8508:[[960],256],8509:[[947],256],8510:[[915],256],8511:[[928],256],8512:[[8721],256],8517:[[68],256],8518:[[100],256],8519:[[101],256],8520:[[105],256],8521:[[106],256],8528:[[49,8260,55],256],8529:[[49,8260,57],256],8530:[[49,8260,49,48],256],8531:[[49,8260,51],256],8532:[[50,8260,51],256],8533:[[49,8260,53],256],8534:[[50,8260,53],256],8535:[[51,8260,53],256],8536:[[52,8260,53],256],8537:[[49,8260,54],256],8538:[[53,8260,54],256],8539:[[49,8260,56],256],8540:[[51,8260,56],256],8541:[[53,8260,56],256],8542:[[55,8260,56],256],8543:[[49,8260],256],8544:[[73],256],8545:[[73,73],256],8546:[[73,73,73],256],8547:[[73,86],256],8548:[[86],256],8549:[[86,73],256],8550:[[86,73,73],256],8551:[[86,73,73,73],256],8552:[[73,88],256],8553:[[88],256],8554:[[88,73],256],8555:[[88,73,73],256],8556:[[76],256],8557:[[67],256],8558:[[68],256],8559:[[77],256],8560:[[105],256],8561:[[105,105],256],8562:[[105,105,105],256],8563:[[105,118],256],8564:[[118],256],8565:[[118,105],256],8566:[[118,105,105],256],8567:[[118,105,105,105],256],8568:[[105,120],256],8569:[[120],256],8570:[[120,105],256],8571:[[120,105,105],256],8572:[[108],256],8573:[[99],256],8574:[[100],256],8575:[[109],256],8585:[[48,8260,51],256],8592:[,,{824:8602}],8594:[,,{824:8603}],8596:[,,{824:8622}],8602:[[8592,824]],8603:[[8594,824]],8622:[[8596,824]],8653:[[8656,824]],8654:[[8660,824]],8655:[[8658,824]],8656:[,,{824:8653}],8658:[,,{824:8655}],8660:[,,{824:8654}]},8704:{8707:[,,{824:8708}],8708:[[8707,824]],8712:[,,{824:8713}],8713:[[8712,824]],8715:[,,{824:8716}],8716:[[8715,824]],8739:[,,{824:8740}],8740:[[8739,824]],8741:[,,{824:8742}],8742:[[8741,824]],8748:[[8747,8747],256],8749:[[8747,8747,8747],256],8751:[[8750,8750],256],8752:[[8750,8750,8750],256],8764:[,,{824:8769}],8769:[[8764,824]],8771:[,,{824:8772}],8772:[[8771,824]],8773:[,,{824:8775}],8775:[[8773,824]],8776:[,,{824:8777}],8777:[[8776,824]],8781:[,,{824:8813}],8800:[[61,824]],8801:[,,{824:8802}],8802:[[8801,824]],8804:[,,{824:8816}],8805:[,,{824:8817}],8813:[[8781,824]],8814:[[60,824]],8815:[[62,824]],8816:[[8804,824]],8817:[[8805,824]],8818:[,,{824:8820}],8819:[,,{824:8821}],8820:[[8818,824]],8821:[[8819,824]],8822:[,,{824:8824}],8823:[,,{824:8825}],8824:[[8822,824]],8825:[[8823,824]],8826:[,,{824:8832}],8827:[,,{824:8833}],8828:[,,{824:8928}],8829:[,,{824:8929}],8832:[[8826,824]],8833:[[8827,824]],8834:[,,{824:8836}],8835:[,,{824:8837}],8836:[[8834,824]],8837:[[8835,824]],8838:[,,{824:8840}],8839:[,,{824:8841}],8840:[[8838,824]],8841:[[8839,824]],8849:[,,{824:8930}],8850:[,,{824:8931}],8866:[,,{824:8876}],8872:[,,{824:8877}],8873:[,,{824:8878}],8875:[,,{824:8879}],8876:[[8866,824]],8877:[[8872,824]],8878:[[8873,824]],8879:[[8875,824]],8882:[,,{824:8938}],8883:[,,{824:8939}],8884:[,,{824:8940}],8885:[,,{824:8941}],8928:[[8828,824]],8929:[[8829,824]],8930:[[8849,824]],8931:[[8850,824]],8938:[[8882,824]],8939:[[8883,824]],8940:[[8884,824]],8941:[[8885,824]]},8960:{9001:[[12296]],9002:[[12297]]},9216:{9312:[[49],256],9313:[[50],256],9314:[[51],256],9315:[[52],256],9316:[[53],256],9317:[[54],256],9318:[[55],256],9319:[[56],256],9320:[[57],256],9321:[[49,48],256],9322:[[49,49],256],9323:[[49,50],256],9324:[[49,51],256],9325:[[49,52],256],9326:[[49,53],256],9327:[[49,54],256],9328:[[49,55],256],9329:[[49,56],256],9330:[[49,57],256],9331:[[50,48],256],9332:[[40,49,41],256],9333:[[40,50,41],256],9334:[[40,51,41],256],9335:[[40,52,41],256],9336:[[40,53,41],256],9337:[[40,54,41],256],9338:[[40,55,41],256],9339:[[40,56,41],256],9340:[[40,57,41],256],9341:[[40,49,48,41],256],9342:[[40,49,49,41],256],9343:[[40,49,50,41],256],9344:[[40,49,51,41],256],9345:[[40,49,52,41],256],9346:[[40,49,53,41],256],9347:[[40,49,54,41],256],9348:[[40,49,55,41],256],9349:[[40,49,56,41],256],9350:[[40,49,57,41],256],9351:[[40,50,48,41],256],9352:[[49,46],256],9353:[[50,46],256],9354:[[51,46],256],9355:[[52,46],256],9356:[[53,46],256],9357:[[54,46],256],9358:[[55,46],256],9359:[[56,46],256],9360:[[57,46],256],9361:[[49,48,46],256],9362:[[49,49,46],256],9363:[[49,50,46],256],9364:[[49,51,46],256],9365:[[49,52,46],256],9366:[[49,53,46],256],9367:[[49,54,46],256],9368:[[49,55,46],256],9369:[[49,56,46],256],9370:[[49,57,46],256],9371:[[50,48,46],256],9372:[[40,97,41],256],9373:[[40,98,41],256],9374:[[40,99,41],256],9375:[[40,100,41],256],9376:[[40,101,41],256],9377:[[40,102,41],256],9378:[[40,103,41],256],9379:[[40,104,41],256],9380:[[40,105,41],256],9381:[[40,106,41],256],9382:[[40,107,41],256],9383:[[40,108,41],256],9384:[[40,109,41],256],9385:[[40,110,41],256],9386:[[40,111,41],256],9387:[[40,112,41],256],9388:[[40,113,41],256],9389:[[40,114,41],256],9390:[[40,115,41],256],9391:[[40,116,41],256],9392:[[40,117,41],256],9393:[[40,118,41],256],9394:[[40,119,41],256],9395:[[40,120,41],256],9396:[[40,121,41],256],9397:[[40,122,41],256],9398:[[65],256],9399:[[66],256],9400:[[67],256],9401:[[68],256],9402:[[69],256],9403:[[70],256],9404:[[71],256],9405:[[72],256],9406:[[73],256],9407:[[74],256],9408:[[75],256],9409:[[76],256],9410:[[77],256],9411:[[78],256],9412:[[79],256],9413:[[80],256],9414:[[81],256],9415:[[82],256],9416:[[83],256],9417:[[84],256],9418:[[85],256],9419:[[86],256],9420:[[87],256],9421:[[88],256],9422:[[89],256],9423:[[90],256],9424:[[97],256],9425:[[98],256],9426:[[99],256],9427:[[100],256],9428:[[101],256],9429:[[102],256],9430:[[103],256],9431:[[104],256],9432:[[105],256],9433:[[106],256],9434:[[107],256],9435:[[108],256],9436:[[109],256],9437:[[110],256],9438:[[111],256],9439:[[112],256],9440:[[113],256],9441:[[114],256],9442:[[115],256],9443:[[116],256],9444:[[117],256],9445:[[118],256],9446:[[119],256],9447:[[120],256],9448:[[121],256],9449:[[122],256],9450:[[48],256]},10752:{10764:[[8747,8747,8747,8747],256],10868:[[58,58,61],256],10869:[[61,61],256],10870:[[61,61,61],256],10972:[[10973,824],512]},11264:{11388:[[106],256],11389:[[86],256],11503:[,230],11504:[,230],11505:[,230]},11520:{11631:[[11617],256],11647:[,9],11744:[,230],11745:[,230],11746:[,230],11747:[,230],11748:[,230],11749:[,230],11750:[,230],11751:[,230],11752:[,230],11753:[,230],11754:[,230],11755:[,230],11756:[,230],11757:[,230],11758:[,230],11759:[,230],11760:[,230],11761:[,230],11762:[,230],11763:[,230],11764:[,230],11765:[,230],11766:[,230],11767:[,230],11768:[,230],11769:[,230],11770:[,230],11771:[,230],11772:[,230],11773:[,230],11774:[,230],11775:[,230]},11776:{11935:[[27597],256],12019:[[40863],256]},12032:{12032:[[19968],256],12033:[[20008],256],12034:[[20022],256],12035:[[20031],256],12036:[[20057],256],12037:[[20101],256],12038:[[20108],256],12039:[[20128],256],12040:[[20154],256],12041:[[20799],256],12042:[[20837],256],12043:[[20843],256],12044:[[20866],256],12045:[[20886],256],12046:[[20907],256],12047:[[20960],256],12048:[[20981],256],12049:[[20992],256],12050:[[21147],256],12051:[[21241],256],12052:[[21269],256],12053:[[21274],256],12054:[[21304],256],12055:[[21313],256],12056:[[21340],256],12057:[[21353],256],12058:[[21378],256],12059:[[21430],256],12060:[[21448],256],12061:[[21475],256],12062:[[22231],256],12063:[[22303],256],12064:[[22763],256],12065:[[22786],256],12066:[[22794],256],12067:[[22805],256],12068:[[22823],256],12069:[[22899],256],12070:[[23376],256],12071:[[23424],256],12072:[[23544],256],12073:[[23567],256],12074:[[23586],256],12075:[[23608],256],12076:[[23662],256],12077:[[23665],256],12078:[[24027],256],12079:[[24037],256],12080:[[24049],256],12081:[[24062],256],12082:[[24178],256],12083:[[24186],256],12084:[[24191],256],12085:[[24308],256],12086:[[24318],256],12087:[[24331],256],12088:[[24339],256],12089:[[24400],256],12090:[[24417],256],12091:[[24435],256],12092:[[24515],256],12093:[[25096],256],12094:[[25142],256],12095:[[25163],256],12096:[[25903],256],12097:[[25908],256],12098:[[25991],256],12099:[[26007],256],12100:[[26020],256],12101:[[26041],256],12102:[[26080],256],12103:[[26085],256],12104:[[26352],256],12105:[[26376],256],12106:[[26408],256],12107:[[27424],256],12108:[[27490],256],12109:[[27513],256],12110:[[27571],256],12111:[[27595],256],12112:[[27604],256],12113:[[27611],256],12114:[[27663],256],12115:[[27668],256],12116:[[27700],256],12117:[[28779],256],12118:[[29226],256],12119:[[29238],256],12120:[[29243],256],12121:[[29247],256],12122:[[29255],256],12123:[[29273],256],12124:[[29275],256],12125:[[29356],256],12126:[[29572],256],12127:[[29577],256],12128:[[29916],256],12129:[[29926],256],12130:[[29976],256],12131:[[29983],256],12132:[[29992],256],12133:[[3e4],256],12134:[[30091],256],12135:[[30098],256],12136:[[30326],256],12137:[[30333],256],12138:[[30382],256],12139:[[30399],256],12140:[[30446],256],12141:[[30683],256],12142:[[30690],256],12143:[[30707],256],12144:[[31034],256],12145:[[31160],256],12146:[[31166],256],12147:[[31348],256],12148:[[31435],256],12149:[[31481],256],12150:[[31859],256],12151:[[31992],256],12152:[[32566],256],12153:[[32593],256],12154:[[32650],256],12155:[[32701],256],12156:[[32769],256],12157:[[32780],256],12158:[[32786],256],12159:[[32819],256],12160:[[32895],256],12161:[[32905],256],12162:[[33251],256],12163:[[33258],256],12164:[[33267],256],12165:[[33276],256],12166:[[33292],256],12167:[[33307],256],12168:[[33311],256],12169:[[33390],256],12170:[[33394],256],12171:[[33400],256],12172:[[34381],256],12173:[[34411],256],12174:[[34880],256],12175:[[34892],256],12176:[[34915],256],12177:[[35198],256],12178:[[35211],256],12179:[[35282],256],12180:[[35328],256],12181:[[35895],256],12182:[[35910],256],12183:[[35925],256],12184:[[35960],256],12185:[[35997],256],12186:[[36196],256],12187:[[36208],256],12188:[[36275],256],12189:[[36523],256],12190:[[36554],256],12191:[[36763],256],12192:[[36784],256],12193:[[36789],256],12194:[[37009],256],12195:[[37193],256],12196:[[37318],256],12197:[[37324],256],12198:[[37329],256],12199:[[38263],256],12200:[[38272],256],12201:[[38428],256],12202:[[38582],256],12203:[[38585],256],12204:[[38632],256],12205:[[38737],256],12206:[[38750],256],12207:[[38754],256],12208:[[38761],256],12209:[[38859],256],12210:[[38893],256],12211:[[38899],256],12212:[[38913],256],12213:[[39080],256],12214:[[39131],256],12215:[[39135],256],12216:[[39318],256],12217:[[39321],256],12218:[[39340],256],12219:[[39592],256],12220:[[39640],256],12221:[[39647],256],12222:[[39717],256],12223:[[39727],256],12224:[[39730],256],12225:[[39740],256],12226:[[39770],256],12227:[[40165],256],12228:[[40565],256],12229:[[40575],256],12230:[[40613],256],12231:[[40635],256],12232:[[40643],256],12233:[[40653],256],12234:[[40657],256],12235:[[40697],256],12236:[[40701],256],12237:[[40718],256],12238:[[40723],256],12239:[[40736],256],12240:[[40763],256],12241:[[40778],256],12242:[[40786],256],12243:[[40845],256],12244:[[40860],256],12245:[[40864],256]},12288:{12288:[[32],256],12330:[,218],12331:[,228],12332:[,232],12333:[,222],12334:[,224],12335:[,224],12342:[[12306],256],12344:[[21313],256],12345:[[21316],256],12346:[[21317],256],12358:[,,{12441:12436}],12363:[,,{12441:12364}],12364:[[12363,12441]],12365:[,,{12441:12366}],12366:[[12365,12441]],12367:[,,{12441:12368}],12368:[[12367,12441]],12369:[,,{12441:12370}],12370:[[12369,12441]],12371:[,,{12441:12372}],12372:[[12371,12441]],12373:[,,{12441:12374}],12374:[[12373,12441]],12375:[,,{12441:12376}],12376:[[12375,12441]],12377:[,,{12441:12378}],12378:[[12377,12441]],12379:[,,{12441:12380}],12380:[[12379,12441]],12381:[,,{12441:12382}],12382:[[12381,12441]],12383:[,,{12441:12384}],12384:[[12383,12441]],12385:[,,{12441:12386}],12386:[[12385,12441]],12388:[,,{12441:12389}],12389:[[12388,12441]],12390:[,,{12441:12391}],12391:[[12390,12441]],12392:[,,{12441:12393}],12393:[[12392,12441]],12399:[,,{12441:12400,12442:12401}],12400:[[12399,12441]],12401:[[12399,12442]],12402:[,,{12441:12403,12442:12404}],12403:[[12402,12441]],12404:[[12402,12442]],12405:[,,{12441:12406,12442:12407}],12406:[[12405,12441]],12407:[[12405,12442]],12408:[,,{12441:12409,12442:12410}],12409:[[12408,12441]],12410:[[12408,12442]],12411:[,,{12441:12412,12442:12413}],12412:[[12411,12441]],12413:[[12411,12442]],12436:[[12358,12441]],12441:[,8],12442:[,8],12443:[[32,12441],256],12444:[[32,12442],256],12445:[,,{12441:12446}],12446:[[12445,12441]],12447:[[12424,12426],256],12454:[,,{12441:12532}],12459:[,,{12441:12460}],12460:[[12459,12441]],12461:[,,{12441:12462}],12462:[[12461,12441]],12463:[,,{12441:12464}],12464:[[12463,12441]],12465:[,,{12441:12466}],12466:[[12465,12441]],12467:[,,{12441:12468}],12468:[[12467,12441]],12469:[,,{12441:12470}],12470:[[12469,12441]],12471:[,,{12441:12472}],12472:[[12471,12441]],12473:[,,{12441:12474}],12474:[[12473,12441]],12475:[,,{12441:12476}],12476:[[12475,12441]],12477:[,,{12441:12478}],12478:[[12477,12441]],12479:[,,{12441:12480}],12480:[[12479,12441]],12481:[,,{12441:12482}],12482:[[12481,12441]],12484:[,,{12441:12485}],12485:[[12484,12441]],12486:[,,{12441:12487}],12487:[[12486,12441]],12488:[,,{12441:12489}],12489:[[12488,12441]],12495:[,,{12441:12496,12442:12497}],12496:[[12495,12441]],12497:[[12495,12442]],12498:[,,{12441:12499,12442:12500}],12499:[[12498,12441]],12500:[[12498,12442]],12501:[,,{12441:12502,12442:12503}],12502:[[12501,12441]],12503:[[12501,12442]],12504:[,,{12441:12505,12442:12506}],12505:[[12504,12441]],12506:[[12504,12442]],12507:[,,{12441:12508,12442:12509}],12508:[[12507,12441]],12509:[[12507,12442]],12527:[,,{12441:12535}],12528:[,,{12441:12536}],12529:[,,{12441:12537}],12530:[,,{12441:12538}],12532:[[12454,12441]],12535:[[12527,12441]],12536:[[12528,12441]],12537:[[12529,12441]],12538:[[12530,12441]],12541:[,,{12441:12542}],12542:[[12541,12441]],12543:[[12467,12488],256]},12544:{12593:[[4352],256],12594:[[4353],256],12595:[[4522],256],12596:[[4354],256],12597:[[4524],256],12598:[[4525],256],12599:[[4355],256],12600:[[4356],256],12601:[[4357],256],12602:[[4528],256],12603:[[4529],256],12604:[[4530],256],12605:[[4531],256],12606:[[4532],256],12607:[[4533],256],12608:[[4378],256],12609:[[4358],256],12610:[[4359],256],12611:[[4360],256],12612:[[4385],256],12613:[[4361],256],12614:[[4362],256],12615:[[4363],256],12616:[[4364],256],12617:[[4365],256],12618:[[4366],256],12619:[[4367],256],12620:[[4368],256],12621:[[4369],256],12622:[[4370],256],12623:[[4449],256],12624:[[4450],256],12625:[[4451],256],12626:[[4452],256],12627:[[4453],256],12628:[[4454],256],12629:[[4455],256],12630:[[4456],256],12631:[[4457],256],12632:[[4458],256],12633:[[4459],256],12634:[[4460],256],12635:[[4461],256],12636:[[4462],256],12637:[[4463],256],12638:[[4464],256],12639:[[4465],256],12640:[[4466],256],12641:[[4467],256],12642:[[4468],256],12643:[[4469],256],12644:[[4448],256],12645:[[4372],256],12646:[[4373],256],12647:[[4551],256],12648:[[4552],256],12649:[[4556],256],12650:[[4558],256],12651:[[4563],256],12652:[[4567],256],12653:[[4569],256],12654:[[4380],256],12655:[[4573],256],12656:[[4575],256],12657:[[4381],256],12658:[[4382],256],12659:[[4384],256],12660:[[4386],256],12661:[[4387],256],12662:[[4391],256],12663:[[4393],256],12664:[[4395],256],12665:[[4396],256],12666:[[4397],256],12667:[[4398],256],12668:[[4399],256],12669:[[4402],256],12670:[[4406],256],12671:[[4416],256],12672:[[4423],256],12673:[[4428],256],12674:[[4593],256],12675:[[4594],256],12676:[[4439],256],12677:[[4440],256],12678:[[4441],256],12679:[[4484],256],12680:[[4485],256],12681:[[4488],256],12682:[[4497],256],12683:[[4498],256],12684:[[4500],256],12685:[[4510],256],12686:[[4513],256],12690:[[19968],256],12691:[[20108],256],12692:[[19977],256],12693:[[22235],256],12694:[[19978],256],12695:[[20013],256],12696:[[19979],256],12697:[[30002],256],12698:[[20057],256],12699:[[19993],256],12700:[[19969],256],12701:[[22825],256],12702:[[22320],256],12703:[[20154],256]},12800:{12800:[[40,4352,41],256],12801:[[40,4354,41],256],12802:[[40,4355,41],256],12803:[[40,4357,41],256],12804:[[40,4358,41],256],12805:[[40,4359,41],256],12806:[[40,4361,41],256],12807:[[40,4363,41],256],12808:[[40,4364,41],256],12809:[[40,4366,41],256],12810:[[40,4367,41],256],12811:[[40,4368,41],256],12812:[[40,4369,41],256],12813:[[40,4370,41],256],12814:[[40,4352,4449,41],256],12815:[[40,4354,4449,41],256],12816:[[40,4355,4449,41],256],12817:[[40,4357,4449,41],256],12818:[[40,4358,4449,41],256],12819:[[40,4359,4449,41],256],12820:[[40,4361,4449,41],256],12821:[[40,4363,4449,41],256],12822:[[40,4364,4449,41],256],12823:[[40,4366,4449,41],256],12824:[[40,4367,4449,41],256],12825:[[40,4368,4449,41],256],12826:[[40,4369,4449,41],256],12827:[[40,4370,4449,41],256],12828:[[40,4364,4462,41],256],12829:[[40,4363,4457,4364,4453,4523,41],256],12830:[[40,4363,4457,4370,4462,41],256],12832:[[40,19968,41],256],12833:[[40,20108,41],256],12834:[[40,19977,41],256],12835:[[40,22235,41],256],12836:[[40,20116,41],256],12837:[[40,20845,41],256],12838:[[40,19971,41],256],12839:[[40,20843,41],256],12840:[[40,20061,41],256],12841:[[40,21313,41],256],12842:[[40,26376,41],256],12843:[[40,28779,41],256],12844:[[40,27700,41],256],12845:[[40,26408,41],256],12846:[[40,37329,41],256],12847:[[40,22303,41],256],12848:[[40,26085,41],256],12849:[[40,26666,41],256],12850:[[40,26377,41],256],12851:[[40,31038,41],256],12852:[[40,21517,41],256],12853:[[40,29305,41],256],12854:[[40,36001,41],256],12855:[[40,31069,41],256],12856:[[40,21172,41],256],12857:[[40,20195,41],256],12858:[[40,21628,41],256],12859:[[40,23398,41],256],12860:[[40,30435,41],256],12861:[[40,20225,41],256],12862:[[40,36039,41],256],12863:[[40,21332,41],256],12864:[[40,31085,41],256],12865:[[40,20241,41],256],12866:[[40,33258,41],256],12867:[[40,33267,41],256],12868:[[21839],256],12869:[[24188],256],12870:[[25991],256],12871:[[31631],256],12880:[[80,84,69],256],12881:[[50,49],256],12882:[[50,50],256],12883:[[50,51],256],12884:[[50,52],256],12885:[[50,53],256],12886:[[50,54],256],12887:[[50,55],256],12888:[[50,56],256],12889:[[50,57],256],12890:[[51,48],256],12891:[[51,49],256],12892:[[51,50],256],12893:[[51,51],256],12894:[[51,52],256],12895:[[51,53],256],12896:[[4352],256],12897:[[4354],256],12898:[[4355],256],12899:[[4357],256],12900:[[4358],256],12901:[[4359],256],12902:[[4361],256],12903:[[4363],256],12904:[[4364],256],12905:[[4366],256],12906:[[4367],256],12907:[[4368],256],12908:[[4369],256],12909:[[4370],256],12910:[[4352,4449],256],12911:[[4354,4449],256],12912:[[4355,4449],256],12913:[[4357,4449],256],12914:[[4358,4449],256],12915:[[4359,4449],256],12916:[[4361,4449],256],12917:[[4363,4449],256],12918:[[4364,4449],256],12919:[[4366,4449],256],12920:[[4367,4449],256],12921:[[4368,4449],256],12922:[[4369,4449],256],12923:[[4370,4449],256],12924:[[4366,4449,4535,4352,4457],256],12925:[[4364,4462,4363,4468],256],12926:[[4363,4462],256],12928:[[19968],256],12929:[[20108],256],12930:[[19977],256],12931:[[22235],256],12932:[[20116],256],12933:[[20845],256],12934:[[19971],256],12935:[[20843],256],12936:[[20061],256],12937:[[21313],256],12938:[[26376],256],12939:[[28779],256],12940:[[27700],256],12941:[[26408],256],12942:[[37329],256],12943:[[22303],256],12944:[[26085],256],12945:[[26666],256],12946:[[26377],256],12947:[[31038],256],12948:[[21517],256],12949:[[29305],256],12950:[[36001],256],12951:[[31069],256],12952:[[21172],256],12953:[[31192],256],12954:[[30007],256],12955:[[22899],256],12956:[[36969],256],12957:[[20778],256],12958:[[21360],256],12959:[[27880],256],12960:[[38917],256],12961:[[20241],256],12962:[[20889],256],12963:[[27491],256],12964:[[19978],256],12965:[[20013],256],12966:[[19979],256],12967:[[24038],256],12968:[[21491],256],12969:[[21307],256],12970:[[23447],256],12971:[[23398],256],12972:[[30435],256],12973:[[20225],256],12974:[[36039],256],12975:[[21332],256],12976:[[22812],256],12977:[[51,54],256],12978:[[51,55],256],12979:[[51,56],256],12980:[[51,57],256],12981:[[52,48],256],12982:[[52,49],256],12983:[[52,50],256],12984:[[52,51],256],12985:[[52,52],256],12986:[[52,53],256],12987:[[52,54],256],12988:[[52,55],256],12989:[[52,56],256],12990:[[52,57],256],12991:[[53,48],256],12992:[[49,26376],256],12993:[[50,26376],256],12994:[[51,26376],256],12995:[[52,26376],256],12996:[[53,26376],256],12997:[[54,26376],256],12998:[[55,26376],256],12999:[[56,26376],256],13e3:[[57,26376],256],13001:[[49,48,26376],256],13002:[[49,49,26376],256],13003:[[49,50,26376],256],13004:[[72,103],256],13005:[[101,114,103],256],13006:[[101,86],256],13007:[[76,84,68],256],13008:[[12450],256],13009:[[12452],256],13010:[[12454],256],13011:[[12456],256],13012:[[12458],256],13013:[[12459],256],13014:[[12461],256],13015:[[12463],256],13016:[[12465],256],13017:[[12467],256],13018:[[12469],256],13019:[[12471],256],13020:[[12473],256],13021:[[12475],256],13022:[[12477],256],13023:[[12479],256],13024:[[12481],256],13025:[[12484],256],13026:[[12486],256],13027:[[12488],256],13028:[[12490],256],13029:[[12491],256],13030:[[12492],256],13031:[[12493],256],13032:[[12494],256],13033:[[12495],256],13034:[[12498],256],13035:[[12501],256],13036:[[12504],256],13037:[[12507],256],13038:[[12510],256],13039:[[12511],256],13040:[[12512],256],13041:[[12513],256],13042:[[12514],256],13043:[[12516],256],13044:[[12518],256],13045:[[12520],256],13046:[[12521],256],13047:[[12522],256],13048:[[12523],256],13049:[[12524],256],13050:[[12525],256],13051:[[12527],256],13052:[[12528],256],13053:[[12529],256],13054:[[12530],256]},13056:{13056:[[12450,12497,12540,12488],256],13057:[[12450,12523,12501,12449],256],13058:[[12450,12531,12506,12450],256],13059:[[12450,12540,12523],256],13060:[[12452,12491,12531,12464],256],13061:[[12452,12531,12481],256],13062:[[12454,12457,12531],256],13063:[[12456,12473,12463,12540,12489],256],13064:[[12456,12540,12459,12540],256],13065:[[12458,12531,12473],256],13066:[[12458,12540,12512],256],13067:[[12459,12452,12522],256],13068:[[12459,12521,12483,12488],256],13069:[[12459,12525,12522,12540],256],13070:[[12460,12525,12531],256],13071:[[12460,12531,12510],256],13072:[[12462,12460],256],13073:[[12462,12491,12540],256],13074:[[12461,12517,12522,12540],256],13075:[[12462,12523,12480,12540],256],13076:[[12461,12525],256],13077:[[12461,12525,12464,12521,12512],256],13078:[[12461,12525,12513,12540,12488,12523],256],13079:[[12461,12525,12527,12483,12488],256],13080:[[12464,12521,12512],256],13081:[[12464,12521,12512,12488,12531],256],13082:[[12463,12523,12476,12452,12525],256],13083:[[12463,12525,12540,12493],256],13084:[[12465,12540,12473],256],13085:[[12467,12523,12490],256],13086:[[12467,12540,12509],256],13087:[[12469,12452,12463,12523],256],13088:[[12469,12531,12481,12540,12512],256],13089:[[12471,12522,12531,12464],256],13090:[[12475,12531,12481],256],13091:[[12475,12531,12488],256],13092:[[12480,12540,12473],256],13093:[[12487,12471],256],13094:[[12489,12523],256],13095:[[12488,12531],256],13096:[[12490,12494],256],13097:[[12494,12483,12488],256],13098:[[12495,12452,12484],256],13099:[[12497,12540,12475,12531,12488],256],13100:[[12497,12540,12484],256],13101:[[12496,12540,12524,12523],256],13102:[[12500,12450,12473,12488,12523],256],13103:[[12500,12463,12523],256],13104:[[12500,12467],256],13105:[[12499,12523],256],13106:[[12501,12449,12521,12483,12489],256],13107:[[12501,12451,12540,12488],256],13108:[[12502,12483,12471,12455,12523],256],13109:[[12501,12521,12531],256],13110:[[12504,12463,12479,12540,12523],256],13111:[[12506,12477],256],13112:[[12506,12491,12498],256],13113:[[12504,12523,12484],256],13114:[[12506,12531,12473],256],13115:[[12506,12540,12472],256],13116:[[12505,12540,12479],256],13117:[[12509,12452,12531,12488],256],13118:[[12508,12523,12488],256],13119:[[12507,12531],256],13120:[[12509,12531,12489],256],13121:[[12507,12540,12523],256],13122:[[12507,12540,12531],256],13123:[[12510,12452,12463,12525],256],13124:[[12510,12452,12523],256],13125:[[12510,12483,12495],256],13126:[[12510,12523,12463],256],13127:[[12510,12531,12471,12519,12531],256],13128:[[12511,12463,12525,12531],256],13129:[[12511,12522],256],13130:[[12511,12522,12496,12540,12523],256],13131:[[12513,12460],256],13132:[[12513,12460,12488,12531],256],13133:[[12513,12540,12488,12523],256],13134:[[12516,12540,12489],256],13135:[[12516,12540,12523],256],13136:[[12518,12450,12531],256],13137:[[12522,12483,12488,12523],256],13138:[[12522,12521],256],13139:[[12523,12500,12540],256],13140:[[12523,12540,12502,12523],256],13141:[[12524,12512],256],13142:[[12524,12531,12488,12466,12531],256],13143:[[12527,12483,12488],256],13144:[[48,28857],256],13145:[[49,28857],256],13146:[[50,28857],256],13147:[[51,28857],256],13148:[[52,28857],256],13149:[[53,28857],256],13150:[[54,28857],256],13151:[[55,28857],256],13152:[[56,28857],256],13153:[[57,28857],256],13154:[[49,48,28857],256],13155:[[49,49,28857],256],13156:[[49,50,28857],256],13157:[[49,51,28857],256],13158:[[49,52,28857],256],13159:[[49,53,28857],256],13160:[[49,54,28857],256],13161:[[49,55,28857],256],13162:[[49,56,28857],256],13163:[[49,57,28857],256],13164:[[50,48,28857],256],13165:[[50,49,28857],256],13166:[[50,50,28857],256],13167:[[50,51,28857],256],13168:[[50,52,28857],256],13169:[[104,80,97],256],13170:[[100,97],256],13171:[[65,85],256],13172:[[98,97,114],256],13173:[[111,86],256],13174:[[112,99],256],13175:[[100,109],256],13176:[[100,109,178],256],13177:[[100,109,179],256],13178:[[73,85],256],13179:[[24179,25104],256],13180:[[26157,21644],256],13181:[[22823,27491],256],13182:[[26126,27835],256],13183:[[26666,24335,20250,31038],256],13184:[[112,65],256],13185:[[110,65],256],13186:[[956,65],256],13187:[[109,65],256],13188:[[107,65],256],13189:[[75,66],256],13190:[[77,66],256],13191:[[71,66],256],13192:[[99,97,108],256],13193:[[107,99,97,108],256],13194:[[112,70],256],13195:[[110,70],256],13196:[[956,70],256],13197:[[956,103],256],13198:[[109,103],256],13199:[[107,103],256],13200:[[72,122],256],13201:[[107,72,122],256],13202:[[77,72,122],256],13203:[[71,72,122],256],13204:[[84,72,122],256],13205:[[956,8467],256],13206:[[109,8467],256],13207:[[100,8467],256],13208:[[107,8467],256],13209:[[102,109],256],13210:[[110,109],256],13211:[[956,109],256],13212:[[109,109],256],13213:[[99,109],256],13214:[[107,109],256],13215:[[109,109,178],256],13216:[[99,109,178],256],13217:[[109,178],256],13218:[[107,109,178],256],13219:[[109,109,179],256],13220:[[99,109,179],256],13221:[[109,179],256],13222:[[107,109,179],256],13223:[[109,8725,115],256],13224:[[109,8725,115,178],256],13225:[[80,97],256],13226:[[107,80,97],256],13227:[[77,80,97],256],13228:[[71,80,97],256],13229:[[114,97,100],256],13230:[[114,97,100,8725,115],256],13231:[[114,97,100,8725,115,178],256],13232:[[112,115],256],13233:[[110,115],256],13234:[[956,115],256],13235:[[109,115],256],13236:[[112,86],256],13237:[[110,86],256],13238:[[956,86],256],13239:[[109,86],256],13240:[[107,86],256],13241:[[77,86],256],13242:[[112,87],256],13243:[[110,87],256],13244:[[956,87],256],13245:[[109,87],256],13246:[[107,87],256],13247:[[77,87],256],13248:[[107,937],256],13249:[[77,937],256],13250:[[97,46,109,46],256],13251:[[66,113],256],13252:[[99,99],256],13253:[[99,100],256],13254:[[67,8725,107,103],256],13255:[[67,111,46],256],13256:[[100,66],256],13257:[[71,121],256],13258:[[104,97],256],13259:[[72,80],256],13260:[[105,110],256],13261:[[75,75],256],13262:[[75,77],256],13263:[[107,116],256],13264:[[108,109],256],13265:[[108,110],256],13266:[[108,111,103],256],13267:[[108,120],256],13268:[[109,98],256],13269:[[109,105,108],256],13270:[[109,111,108],256],13271:[[80,72],256],13272:[[112,46,109,46],256],13273:[[80,80,77],256],13274:[[80,82],256],13275:[[115,114],256],13276:[[83,118],256],13277:[[87,98],256],13278:[[86,8725,109],256],13279:[[65,8725,109],256],13280:[[49,26085],256],13281:[[50,26085],256],13282:[[51,26085],256],13283:[[52,26085],256],13284:[[53,26085],256],13285:[[54,26085],256],13286:[[55,26085],256],13287:[[56,26085],256],13288:[[57,26085],256],13289:[[49,48,26085],256],13290:[[49,49,26085],256],13291:[[49,50,26085],256],13292:[[49,51,26085],256],13293:[[49,52,26085],256],13294:[[49,53,26085],256],13295:[[49,54,26085],256],13296:[[49,55,26085],256],13297:[[49,56,26085],256],13298:[[49,57,26085],256],13299:[[50,48,26085],256],13300:[[50,49,26085],256],13301:[[50,50,26085],256],13302:[[50,51,26085],256],13303:[[50,52,26085],256],13304:[[50,53,26085],256],13305:[[50,54,26085],256],13306:[[50,55,26085],256],13307:[[50,56,26085],256],13308:[[50,57,26085],256],13309:[[51,48,26085],256],13310:[[51,49,26085],256],13311:[[103,97,108],256]},27136:{92912:[,1],92913:[,1],92914:[,1],92915:[,1],92916:[,1]},27392:{92976:[,230],92977:[,230],92978:[,230],92979:[,230],92980:[,230],92981:[,230],92982:[,230]},42496:{42607:[,230],42612:[,230],42613:[,230],42614:[,230],42615:[,230],42616:[,230],42617:[,230],42618:[,230],42619:[,230],42620:[,230],42621:[,230],42652:[[1098],256],42653:[[1100],256],42655:[,230],42736:[,230],42737:[,230]},42752:{42864:[[42863],256],43e3:[[294],256],43001:[[339],256]},43008:{43014:[,9],43204:[,9],43232:[,230],43233:[,230],43234:[,230],43235:[,230],43236:[,230],43237:[,230],43238:[,230],43239:[,230],43240:[,230],43241:[,230],43242:[,230],43243:[,230],43244:[,230],43245:[,230],43246:[,230],43247:[,230],43248:[,230],43249:[,230]},43264:{43307:[,220],43308:[,220],43309:[,220],43347:[,9],43443:[,7],43456:[,9]},43520:{43696:[,230],43698:[,230],43699:[,230],43700:[,220],43703:[,230],43704:[,230],43710:[,230],43711:[,230],43713:[,230],43766:[,9]},43776:{43868:[[42791],256],43869:[[43831],256],43870:[[619],256],43871:[[43858],256],44013:[,9]},48128:{113822:[,1]},53504:{119134:[[119127,119141],512],119135:[[119128,119141],512],119136:[[119135,119150],512],119137:[[119135,119151],512],119138:[[119135,119152],512],119139:[[119135,119153],512],119140:[[119135,119154],512],119141:[,216],119142:[,216],119143:[,1],119144:[,1],119145:[,1],119149:[,226],119150:[,216],119151:[,216],119152:[,216],119153:[,216],119154:[,216],119163:[,220],119164:[,220],119165:[,220],119166:[,220],119167:[,220],119168:[,220],119169:[,220],119170:[,220],119173:[,230],119174:[,230],119175:[,230],119176:[,230],119177:[,230],119178:[,220],119179:[,220],119210:[,230],119211:[,230],119212:[,230],119213:[,230],119227:[[119225,119141],512],119228:[[119226,119141],512],119229:[[119227,119150],512],119230:[[119228,119150],512],119231:[[119227,119151],512],119232:[[119228,119151],512]},53760:{119362:[,230],119363:[,230],119364:[,230]},54272:{119808:[[65],256],119809:[[66],256],119810:[[67],256],119811:[[68],256],119812:[[69],256],119813:[[70],256],119814:[[71],256],119815:[[72],256],119816:[[73],256],119817:[[74],256],119818:[[75],256],119819:[[76],256],119820:[[77],256],119821:[[78],256],119822:[[79],256],119823:[[80],256],119824:[[81],256],119825:[[82],256],119826:[[83],256],119827:[[84],256],119828:[[85],256],119829:[[86],256],119830:[[87],256],119831:[[88],256],119832:[[89],256],119833:[[90],256],119834:[[97],256],119835:[[98],256],119836:[[99],256],119837:[[100],256],119838:[[101],256],119839:[[102],256],119840:[[103],256],119841:[[104],256],119842:[[105],256],119843:[[106],256],119844:[[107],256],119845:[[108],256],119846:[[109],256],119847:[[110],256],119848:[[111],256],119849:[[112],256],119850:[[113],256],119851:[[114],256],119852:[[115],256],119853:[[116],256],119854:[[117],256],119855:[[118],256],119856:[[119],256],119857:[[120],256],119858:[[121],256],119859:[[122],256],119860:[[65],256],119861:[[66],256],119862:[[67],256],119863:[[68],256],119864:[[69],256],119865:[[70],256],119866:[[71],256],119867:[[72],256],119868:[[73],256],119869:[[74],256],119870:[[75],256],119871:[[76],256],119872:[[77],256],119873:[[78],256],119874:[[79],256],119875:[[80],256],119876:[[81],256],119877:[[82],256],119878:[[83],256],119879:[[84],256],119880:[[85],256],119881:[[86],256],119882:[[87],256],119883:[[88],256],119884:[[89],256],119885:[[90],256],119886:[[97],256],119887:[[98],256],119888:[[99],256],119889:[[100],256],119890:[[101],256],119891:[[102],256],119892:[[103],256],119894:[[105],256],119895:[[106],256],119896:[[107],256],119897:[[108],256],119898:[[109],256],119899:[[110],256],119900:[[111],256],119901:[[112],256],119902:[[113],256],119903:[[114],256],119904:[[115],256],119905:[[116],256],119906:[[117],256],119907:[[118],256],119908:[[119],256],119909:[[120],256],119910:[[121],256],119911:[[122],256],119912:[[65],256],119913:[[66],256],119914:[[67],256],119915:[[68],256],119916:[[69],256],119917:[[70],256],119918:[[71],256],119919:[[72],256],119920:[[73],256],119921:[[74],256],119922:[[75],256],119923:[[76],256],119924:[[77],256],119925:[[78],256],119926:[[79],256],119927:[[80],256],119928:[[81],256],119929:[[82],256],119930:[[83],256],119931:[[84],256],119932:[[85],256],119933:[[86],256],119934:[[87],256],119935:[[88],256],119936:[[89],256],119937:[[90],256],119938:[[97],256],119939:[[98],256],119940:[[99],256],119941:[[100],256],119942:[[101],256],119943:[[102],256],119944:[[103],256],119945:[[104],256],119946:[[105],256],119947:[[106],256],119948:[[107],256],119949:[[108],256],119950:[[109],256],119951:[[110],256],119952:[[111],256],119953:[[112],256],119954:[[113],256],119955:[[114],256],119956:[[115],256],119957:[[116],256],119958:[[117],256],119959:[[118],256],119960:[[119],256],119961:[[120],256],119962:[[121],256],119963:[[122],256],119964:[[65],256],119966:[[67],256],119967:[[68],256],119970:[[71],256],119973:[[74],256],119974:[[75],256],119977:[[78],256],119978:[[79],256],119979:[[80],256],119980:[[81],256],119982:[[83],256],119983:[[84],256],119984:[[85],256],119985:[[86],256],119986:[[87],256],119987:[[88],256],119988:[[89],256],119989:[[90],256],119990:[[97],256],119991:[[98],256],119992:[[99],256],119993:[[100],256],119995:[[102],256],119997:[[104],256],119998:[[105],256],119999:[[106],256],12e4:[[107],256],120001:[[108],256],120002:[[109],256],120003:[[110],256],120005:[[112],256],120006:[[113],256],120007:[[114],256],120008:[[115],256],120009:[[116],256],120010:[[117],256],120011:[[118],256],120012:[[119],256],120013:[[120],256],120014:[[121],256],120015:[[122],256],120016:[[65],256],120017:[[66],256],120018:[[67],256],120019:[[68],256],120020:[[69],256],120021:[[70],256],120022:[[71],256],120023:[[72],256],120024:[[73],256],120025:[[74],256],120026:[[75],256],120027:[[76],256],120028:[[77],256],120029:[[78],256],120030:[[79],256],120031:[[80],256],120032:[[81],256],120033:[[82],256],120034:[[83],256],120035:[[84],256],120036:[[85],256],120037:[[86],256],120038:[[87],256],120039:[[88],256],120040:[[89],256],120041:[[90],256],120042:[[97],256],120043:[[98],256],120044:[[99],256],120045:[[100],256],120046:[[101],256],120047:[[102],256],120048:[[103],256],120049:[[104],256],120050:[[105],256],120051:[[106],256],120052:[[107],256],120053:[[108],256],120054:[[109],256],120055:[[110],256],120056:[[111],256],120057:[[112],256],120058:[[113],256],120059:[[114],256],120060:[[115],256],120061:[[116],256],120062:[[117],256],120063:[[118],256]},54528:{120064:[[119],256],120065:[[120],256],120066:[[121],256],120067:[[122],256],120068:[[65],256],120069:[[66],256],120071:[[68],256],120072:[[69],256],120073:[[70],256],120074:[[71],256],120077:[[74],256],120078:[[75],256],120079:[[76],256],120080:[[77],256],120081:[[78],256],120082:[[79],256],120083:[[80],256],120084:[[81],256],120086:[[83],256],120087:[[84],256],120088:[[85],256],120089:[[86],256],120090:[[87],256],120091:[[88],256],120092:[[89],256],120094:[[97],256],120095:[[98],256],120096:[[99],256],120097:[[100],256],120098:[[101],256],120099:[[102],256],120100:[[103],256],120101:[[104],256],120102:[[105],256],120103:[[106],256],120104:[[107],256],120105:[[108],256],120106:[[109],256],120107:[[110],256],120108:[[111],256],120109:[[112],256],120110:[[113],256],120111:[[114],256],120112:[[115],256],120113:[[116],256],120114:[[117],256],120115:[[118],256],120116:[[119],256],120117:[[120],256],120118:[[121],256],120119:[[122],256],120120:[[65],256],120121:[[66],256],120123:[[68],256],120124:[[69],256],120125:[[70],256],120126:[[71],256],120128:[[73],256],120129:[[74],256],120130:[[75],256],120131:[[76],256],120132:[[77],256],120134:[[79],256],120138:[[83],256],120139:[[84],256],120140:[[85],256],120141:[[86],256],120142:[[87],256],120143:[[88],256],120144:[[89],256],120146:[[97],256],120147:[[98],256],120148:[[99],256],120149:[[100],256],120150:[[101],256],120151:[[102],256],120152:[[103],256],120153:[[104],256],120154:[[105],256],120155:[[106],256],120156:[[107],256],120157:[[108],256],120158:[[109],256],120159:[[110],256],120160:[[111],256],120161:[[112],256],120162:[[113],256],120163:[[114],256],120164:[[115],256],120165:[[116],256],120166:[[117],256],120167:[[118],256],120168:[[119],256],120169:[[120],256],120170:[[121],256],120171:[[122],256],120172:[[65],256],120173:[[66],256],120174:[[67],256],120175:[[68],256],120176:[[69],256],120177:[[70],256],120178:[[71],256],120179:[[72],256],120180:[[73],256],120181:[[74],256],120182:[[75],256],120183:[[76],256],120184:[[77],256],120185:[[78],256],120186:[[79],256],120187:[[80],256],120188:[[81],256],120189:[[82],256],120190:[[83],256],120191:[[84],256],120192:[[85],256],120193:[[86],256],120194:[[87],256],120195:[[88],256],120196:[[89],256],120197:[[90],256],120198:[[97],256],120199:[[98],256],120200:[[99],256],120201:[[100],256],120202:[[101],256],120203:[[102],256],120204:[[103],256],120205:[[104],256],120206:[[105],256],120207:[[106],256],120208:[[107],256],120209:[[108],256],120210:[[109],256],120211:[[110],256],120212:[[111],256],120213:[[112],256],120214:[[113],256],120215:[[114],256],120216:[[115],256],120217:[[116],256],120218:[[117],256],120219:[[118],256],120220:[[119],256],120221:[[120],256],120222:[[121],256],120223:[[122],256],120224:[[65],256],120225:[[66],256],120226:[[67],256],120227:[[68],256],120228:[[69],256],120229:[[70],256],120230:[[71],256],120231:[[72],256],120232:[[73],256],120233:[[74],256],120234:[[75],256],120235:[[76],256],120236:[[77],256],120237:[[78],256],120238:[[79],256],120239:[[80],256],120240:[[81],256],120241:[[82],256],120242:[[83],256],120243:[[84],256],120244:[[85],256],120245:[[86],256],120246:[[87],256],120247:[[88],256],120248:[[89],256],120249:[[90],256],120250:[[97],256],120251:[[98],256],120252:[[99],256],120253:[[100],256],120254:[[101],256],120255:[[102],256],120256:[[103],256],120257:[[104],256],120258:[[105],256],120259:[[106],256],120260:[[107],256],120261:[[108],256],120262:[[109],256],120263:[[110],256],120264:[[111],256],120265:[[112],256],120266:[[113],256],120267:[[114],256],120268:[[115],256],120269:[[116],256],120270:[[117],256],120271:[[118],256],120272:[[119],256],120273:[[120],256],120274:[[121],256],120275:[[122],256],120276:[[65],256],120277:[[66],256],120278:[[67],256],120279:[[68],256],120280:[[69],256],120281:[[70],256],120282:[[71],256],120283:[[72],256],120284:[[73],256],120285:[[74],256],120286:[[75],256],120287:[[76],256],120288:[[77],256],120289:[[78],256],120290:[[79],256],120291:[[80],256],120292:[[81],256],120293:[[82],256],120294:[[83],256],120295:[[84],256],120296:[[85],256],120297:[[86],256],120298:[[87],256],120299:[[88],256],120300:[[89],256],120301:[[90],256],120302:[[97],256],120303:[[98],256],120304:[[99],256],120305:[[100],256],120306:[[101],256],120307:[[102],256],120308:[[103],256],120309:[[104],256],120310:[[105],256],120311:[[106],256],120312:[[107],256],120313:[[108],256],120314:[[109],256],120315:[[110],256],120316:[[111],256],120317:[[112],256],120318:[[113],256],120319:[[114],256]},54784:{120320:[[115],256],120321:[[116],256],120322:[[117],256],120323:[[118],256],120324:[[119],256],120325:[[120],256],120326:[[121],256],120327:[[122],256],120328:[[65],256],120329:[[66],256],120330:[[67],256],120331:[[68],256],120332:[[69],256],120333:[[70],256],120334:[[71],256],120335:[[72],256],120336:[[73],256],120337:[[74],256],120338:[[75],256],120339:[[76],256],120340:[[77],256],120341:[[78],256],120342:[[79],256],120343:[[80],256],120344:[[81],256],120345:[[82],256],120346:[[83],256],120347:[[84],256],120348:[[85],256],120349:[[86],256],120350:[[87],256],120351:[[88],256],120352:[[89],256],120353:[[90],256],120354:[[97],256],120355:[[98],256],120356:[[99],256],120357:[[100],256],120358:[[101],256],120359:[[102],256],120360:[[103],256],120361:[[104],256],120362:[[105],256],120363:[[106],256],120364:[[107],256],120365:[[108],256],120366:[[109],256],120367:[[110],256],120368:[[111],256],120369:[[112],256],120370:[[113],256],120371:[[114],256],120372:[[115],256],120373:[[116],256],120374:[[117],256],120375:[[118],256],120376:[[119],256],120377:[[120],256],120378:[[121],256],120379:[[122],256],120380:[[65],256],120381:[[66],256],120382:[[67],256],120383:[[68],256],120384:[[69],256],120385:[[70],256],120386:[[71],256],120387:[[72],256],120388:[[73],256],120389:[[74],256],120390:[[75],256],120391:[[76],256],120392:[[77],256],120393:[[78],256],120394:[[79],256],120395:[[80],256],120396:[[81],256],120397:[[82],256],120398:[[83],256],120399:[[84],256],120400:[[85],256],120401:[[86],256],120402:[[87],256],120403:[[88],256],120404:[[89],256],120405:[[90],256],120406:[[97],256],120407:[[98],256],120408:[[99],256],120409:[[100],256],120410:[[101],256],120411:[[102],256],120412:[[103],256],120413:[[104],256],120414:[[105],256],120415:[[106],256],120416:[[107],256],120417:[[108],256],120418:[[109],256],120419:[[110],256],120420:[[111],256],120421:[[112],256],120422:[[113],256],120423:[[114],256],120424:[[115],256],120425:[[116],256],120426:[[117],256],120427:[[118],256],120428:[[119],256],120429:[[120],256],120430:[[121],256],120431:[[122],256],120432:[[65],256],120433:[[66],256],120434:[[67],256],120435:[[68],256],120436:[[69],256],120437:[[70],256],120438:[[71],256],120439:[[72],256],120440:[[73],256],120441:[[74],256],120442:[[75],256],120443:[[76],256],120444:[[77],256],120445:[[78],256],120446:[[79],256],120447:[[80],256],120448:[[81],256],120449:[[82],256],120450:[[83],256],120451:[[84],256],120452:[[85],256],120453:[[86],256],120454:[[87],256],120455:[[88],256],120456:[[89],256],120457:[[90],256],120458:[[97],256],120459:[[98],256],120460:[[99],256],120461:[[100],256],120462:[[101],256],120463:[[102],256],120464:[[103],256],120465:[[104],256],120466:[[105],256],120467:[[106],256],120468:[[107],256],120469:[[108],256],120470:[[109],256],120471:[[110],256],120472:[[111],256],120473:[[112],256],120474:[[113],256],120475:[[114],256],120476:[[115],256],120477:[[116],256],120478:[[117],256],120479:[[118],256],120480:[[119],256],120481:[[120],256],120482:[[121],256],120483:[[122],256],120484:[[305],256],120485:[[567],256],120488:[[913],256],120489:[[914],256],120490:[[915],256],120491:[[916],256],120492:[[917],256],120493:[[918],256],120494:[[919],256],120495:[[920],256],120496:[[921],256],120497:[[922],256],120498:[[923],256],120499:[[924],256],120500:[[925],256],120501:[[926],256],120502:[[927],256],120503:[[928],256],120504:[[929],256],120505:[[1012],256],120506:[[931],256],120507:[[932],256],120508:[[933],256],120509:[[934],256],120510:[[935],256],120511:[[936],256],120512:[[937],256],120513:[[8711],256],120514:[[945],256],120515:[[946],256],120516:[[947],256],120517:[[948],256],120518:[[949],256],120519:[[950],256],120520:[[951],256],120521:[[952],256],120522:[[953],256],120523:[[954],256],120524:[[955],256],120525:[[956],256],120526:[[957],256],120527:[[958],256],120528:[[959],256],120529:[[960],256],120530:[[961],256],120531:[[962],256],120532:[[963],256],120533:[[964],256],120534:[[965],256],120535:[[966],256],120536:[[967],256],120537:[[968],256],120538:[[969],256],120539:[[8706],256],120540:[[1013],256],120541:[[977],256],120542:[[1008],256],120543:[[981],256],120544:[[1009],256],120545:[[982],256],120546:[[913],256],120547:[[914],256],120548:[[915],256],120549:[[916],256],120550:[[917],256],120551:[[918],256],120552:[[919],256],120553:[[920],256],120554:[[921],256],120555:[[922],256],120556:[[923],256],120557:[[924],256],120558:[[925],256],120559:[[926],256],120560:[[927],256],120561:[[928],256],120562:[[929],256],120563:[[1012],256],120564:[[931],256],120565:[[932],256],120566:[[933],256],120567:[[934],256],120568:[[935],256],120569:[[936],256],120570:[[937],256],120571:[[8711],256],120572:[[945],256],120573:[[946],256],120574:[[947],256],120575:[[948],256]},55040:{120576:[[949],256],120577:[[950],256],120578:[[951],256],120579:[[952],256],120580:[[953],256],120581:[[954],256],120582:[[955],256],120583:[[956],256],120584:[[957],256],120585:[[958],256],120586:[[959],256],120587:[[960],256],120588:[[961],256],120589:[[962],256],120590:[[963],256],120591:[[964],256],120592:[[965],256],120593:[[966],256],120594:[[967],256],120595:[[968],256],120596:[[969],256],120597:[[8706],256],120598:[[1013],256],120599:[[977],256],120600:[[1008],256],120601:[[981],256],120602:[[1009],256],120603:[[982],256],120604:[[913],256],120605:[[914],256],120606:[[915],256],120607:[[916],256],120608:[[917],256],120609:[[918],256],120610:[[919],256],120611:[[920],256],120612:[[921],256],120613:[[922],256],120614:[[923],256],120615:[[924],256],120616:[[925],256],120617:[[926],256],120618:[[927],256],120619:[[928],256],120620:[[929],256],120621:[[1012],256],120622:[[931],256],120623:[[932],256],120624:[[933],256],120625:[[934],256],120626:[[935],256],120627:[[936],256],120628:[[937],256],120629:[[8711],256],120630:[[945],256],120631:[[946],256],120632:[[947],256],120633:[[948],256],120634:[[949],256],120635:[[950],256],120636:[[951],256],120637:[[952],256],120638:[[953],256],120639:[[954],256],120640:[[955],256],120641:[[956],256],120642:[[957],256],120643:[[958],256],120644:[[959],256],120645:[[960],256],120646:[[961],256],120647:[[962],256],120648:[[963],256],120649:[[964],256],120650:[[965],256],120651:[[966],256],120652:[[967],256],120653:[[968],256],120654:[[969],256],120655:[[8706],256],120656:[[1013],256],120657:[[977],256],120658:[[1008],256],120659:[[981],256],120660:[[1009],256],120661:[[982],256],120662:[[913],256],120663:[[914],256],120664:[[915],256],120665:[[916],256],120666:[[917],256],120667:[[918],256],120668:[[919],256],120669:[[920],256],120670:[[921],256],120671:[[922],256],120672:[[923],256],120673:[[924],256],120674:[[925],256],120675:[[926],256],120676:[[927],256],120677:[[928],256],120678:[[929],256],120679:[[1012],256],120680:[[931],256],120681:[[932],256],120682:[[933],256],120683:[[934],256],120684:[[935],256],120685:[[936],256],120686:[[937],256],120687:[[8711],256],120688:[[945],256],120689:[[946],256],120690:[[947],256],120691:[[948],256],120692:[[949],256],120693:[[950],256],120694:[[951],256],120695:[[952],256],120696:[[953],256],120697:[[954],256],120698:[[955],256],120699:[[956],256],120700:[[957],256],120701:[[958],256],120702:[[959],256],120703:[[960],256],120704:[[961],256],120705:[[962],256],120706:[[963],256],120707:[[964],256],120708:[[965],256],120709:[[966],256],120710:[[967],256],120711:[[968],256],120712:[[969],256],120713:[[8706],256],120714:[[1013],256],120715:[[977],256],120716:[[1008],256],120717:[[981],256],120718:[[1009],256],120719:[[982],256],120720:[[913],256],120721:[[914],256],120722:[[915],256],120723:[[916],256],120724:[[917],256],120725:[[918],256],120726:[[919],256],120727:[[920],256],120728:[[921],256],120729:[[922],256],120730:[[923],256],120731:[[924],256],120732:[[925],256],120733:[[926],256],120734:[[927],256],120735:[[928],256],120736:[[929],256],120737:[[1012],256],120738:[[931],256],120739:[[932],256],120740:[[933],256],120741:[[934],256],120742:[[935],256],120743:[[936],256],120744:[[937],256],120745:[[8711],256],120746:[[945],256],120747:[[946],256],120748:[[947],256],120749:[[948],256],120750:[[949],256],120751:[[950],256],120752:[[951],256],120753:[[952],256],120754:[[953],256],120755:[[954],256],120756:[[955],256],120757:[[956],256],120758:[[957],256],120759:[[958],256],120760:[[959],256],120761:[[960],256],120762:[[961],256],120763:[[962],256],120764:[[963],256],120765:[[964],256],120766:[[965],256],120767:[[966],256],120768:[[967],256],120769:[[968],256],120770:[[969],256],120771:[[8706],256],120772:[[1013],256],120773:[[977],256],120774:[[1008],256],120775:[[981],256],120776:[[1009],256],120777:[[982],256],120778:[[988],256],120779:[[989],256],120782:[[48],256],120783:[[49],256],120784:[[50],256],120785:[[51],256],120786:[[52],256],120787:[[53],256],120788:[[54],256],120789:[[55],256],120790:[[56],256],120791:[[57],256],120792:[[48],256],120793:[[49],256],120794:[[50],256],120795:[[51],256],120796:[[52],256],120797:[[53],256],120798:[[54],256],120799:[[55],256],120800:[[56],256],120801:[[57],256],120802:[[48],256],120803:[[49],256],120804:[[50],256],120805:[[51],256],120806:[[52],256],120807:[[53],256],120808:[[54],256],120809:[[55],256],120810:[[56],256],120811:[[57],256],120812:[[48],256],120813:[[49],256],120814:[[50],256],120815:[[51],256],120816:[[52],256],120817:[[53],256],120818:[[54],256],120819:[[55],256],120820:[[56],256],120821:[[57],256],120822:[[48],256],120823:[[49],256],120824:[[50],256],120825:[[51],256],120826:[[52],256],120827:[[53],256],120828:[[54],256],120829:[[55],256],120830:[[56],256],120831:[[57],256]},59392:{125136:[,220],125137:[,220],125138:[,220],125139:[,220],125140:[,220],125141:[,220],125142:[,220]},60928:{126464:[[1575],256],126465:[[1576],256],126466:[[1580],256],126467:[[1583],256],126469:[[1608],256],126470:[[1586],256],126471:[[1581],256],126472:[[1591],256],126473:[[1610],256],126474:[[1603],256],126475:[[1604],256],126476:[[1605],256],126477:[[1606],256],126478:[[1587],256],126479:[[1593],256],126480:[[1601],256],126481:[[1589],256],126482:[[1602],256],126483:[[1585],256],126484:[[1588],256],126485:[[1578],256],126486:[[1579],256],126487:[[1582],256],126488:[[1584],256],126489:[[1590],256],126490:[[1592],256],126491:[[1594],256],126492:[[1646],256],126493:[[1722],256],126494:[[1697],256],126495:[[1647],256],126497:[[1576],256],126498:[[1580],256],126500:[[1607],256],126503:[[1581],256],126505:[[1610],256],126506:[[1603],256],126507:[[1604],256],126508:[[1605],256],126509:[[1606],256],126510:[[1587],256],126511:[[1593],256],126512:[[1601],256],126513:[[1589],256],126514:[[1602],256],126516:[[1588],256],126517:[[1578],256],126518:[[1579],256],126519:[[1582],256],126521:[[1590],256],126523:[[1594],256],126530:[[1580],256],126535:[[1581],256],126537:[[1610],256],126539:[[1604],256],126541:[[1606],256],126542:[[1587],256],126543:[[1593],256],126545:[[1589],256],126546:[[1602],256],126548:[[1588],256],126551:[[1582],256],126553:[[1590],256],126555:[[1594],256],126557:[[1722],256],126559:[[1647],256],126561:[[1576],256],126562:[[1580],256],126564:[[1607],256],126567:[[1581],256],126568:[[1591],256],126569:[[1610],256],126570:[[1603],256],126572:[[1605],256],126573:[[1606],256],126574:[[1587],256],126575:[[1593],256],126576:[[1601],256],126577:[[1589],256],126578:[[1602],256],126580:[[1588],256],126581:[[1578],256],126582:[[1579],256],126583:[[1582],256],126585:[[1590],256],126586:[[1592],256],126587:[[1594],256],126588:[[1646],256],126590:[[1697],256],126592:[[1575],256],126593:[[1576],256],126594:[[1580],256],126595:[[1583],256],126596:[[1607],256],126597:[[1608],256],126598:[[1586],256],126599:[[1581],256],126600:[[1591],256],126601:[[1610],256],126603:[[1604],256],126604:[[1605],256],126605:[[1606],256],126606:[[1587],256],126607:[[1593],256],126608:[[1601],256],126609:[[1589],256],126610:[[1602],256],126611:[[1585],256],126612:[[1588],256],126613:[[1578],256],126614:[[1579],256],126615:[[1582],256],126616:[[1584],256],126617:[[1590],256],126618:[[1592],256],126619:[[1594],256],126625:[[1576],256],126626:[[1580],256],126627:[[1583],256],126629:[[1608],256],126630:[[1586],256],126631:[[1581],256],126632:[[1591],256],126633:[[1610],256],126635:[[1604],256],126636:[[1605],256],126637:[[1606],256],126638:[[1587],256],126639:[[1593],256],126640:[[1601],256],126641:[[1589],256],126642:[[1602],256],126643:[[1585],256],126644:[[1588],256],126645:[[1578],256],126646:[[1579],256],126647:[[1582],256],126648:[[1584],256],126649:[[1590],256],126650:[[1592],256],126651:[[1594],256]},61696:{127232:[[48,46],256],127233:[[48,44],256],127234:[[49,44],256],127235:[[50,44],256],127236:[[51,44],256],127237:[[52,44],256],127238:[[53,44],256],127239:[[54,44],256],127240:[[55,44],256],127241:[[56,44],256],127242:[[57,44],256],127248:[[40,65,41],256],127249:[[40,66,41],256],127250:[[40,67,41],256],127251:[[40,68,41],256],127252:[[40,69,41],256],127253:[[40,70,41],256],127254:[[40,71,41],256],127255:[[40,72,41],256],127256:[[40,73,41],256],127257:[[40,74,41],256],127258:[[40,75,41],256],127259:[[40,76,41],256],127260:[[40,77,41],256],127261:[[40,78,41],256],127262:[[40,79,41],256],127263:[[40,80,41],256],127264:[[40,81,41],256],127265:[[40,82,41],256],127266:[[40,83,41],256],127267:[[40,84,41],256],127268:[[40,85,41],256],127269:[[40,86,41],256],127270:[[40,87,41],256],127271:[[40,88,41],256],127272:[[40,89,41],256],127273:[[40,90,41],256],127274:[[12308,83,12309],256],127275:[[67],256],127276:[[82],256],127277:[[67,68],256],127278:[[87,90],256],127280:[[65],256],127281:[[66],256],127282:[[67],256],127283:[[68],256],127284:[[69],256],127285:[[70],256],127286:[[71],256],127287:[[72],256],127288:[[73],256],127289:[[74],256],127290:[[75],256],127291:[[76],256],127292:[[77],256],127293:[[78],256],127294:[[79],256],127295:[[80],256],127296:[[81],256],127297:[[82],256],127298:[[83],256],127299:[[84],256],127300:[[85],256],127301:[[86],256],127302:[[87],256],127303:[[88],256],127304:[[89],256],127305:[[90],256],127306:[[72,86],256],127307:[[77,86],256],127308:[[83,68],256],127309:[[83,83],256],127310:[[80,80,86],256],127311:[[87,67],256],127338:[[77,67],256],127339:[[77,68],256],127376:[[68,74],256]},61952:{127488:[[12411,12363],256],127489:[[12467,12467],256],127490:[[12469],256],127504:[[25163],256],127505:[[23383],256],127506:[[21452],256],127507:[[12487],256],127508:[[20108],256],127509:[[22810],256],127510:[[35299],256],127511:[[22825],256],127512:[[20132],256],127513:[[26144],256],127514:[[28961],256],127515:[[26009],256],127516:[[21069],256],127517:[[24460],256],127518:[[20877],256],127519:[[26032],256],127520:[[21021],256],127521:[[32066],256],127522:[[29983],256],127523:[[36009],256],127524:[[22768],256],127525:[[21561],256],127526:[[28436],256],127527:[[25237],256],127528:[[25429],256],127529:[[19968],256],127530:[[19977],256],127531:[[36938],256],127532:[[24038],256],127533:[[20013],256],127534:[[21491],256],127535:[[25351],256],127536:[[36208],256],127537:[[25171],256],127538:[[31105],256],127539:[[31354],256],127540:[[21512],256],127541:[[28288],256],127542:[[26377],256],127543:[[26376],256],127544:[[30003],256],127545:[[21106],256],127546:[[21942],256],127552:[[12308,26412,12309],256],127553:[[12308,19977,12309],256],127554:[[12308,20108,12309],256],127555:[[12308,23433,12309],256],127556:[[12308,28857,12309],256],127557:[[12308,25171,12309],256],127558:[[12308,30423,12309],256],127559:[[12308,21213,12309],256],127560:[[12308,25943,12309],256],127568:[[24471],256],127569:[[21487],256]},63488:{194560:[[20029]],194561:[[20024]],194562:[[20033]],194563:[[131362]],194564:[[20320]],194565:[[20398]],194566:[[20411]],194567:[[20482]],194568:[[20602]],194569:[[20633]],194570:[[20711]],194571:[[20687]],194572:[[13470]],194573:[[132666]],194574:[[20813]],194575:[[20820]],194576:[[20836]],194577:[[20855]],194578:[[132380]],194579:[[13497]],194580:[[20839]],194581:[[20877]],194582:[[132427]],194583:[[20887]],194584:[[20900]],194585:[[20172]],194586:[[20908]],194587:[[20917]],194588:[[168415]],194589:[[20981]],194590:[[20995]],194591:[[13535]],194592:[[21051]],194593:[[21062]],194594:[[21106]],194595:[[21111]],194596:[[13589]],194597:[[21191]],194598:[[21193]],194599:[[21220]],194600:[[21242]],194601:[[21253]],194602:[[21254]],194603:[[21271]],194604:[[21321]],194605:[[21329]],194606:[[21338]],194607:[[21363]],194608:[[21373]],194609:[[21375]],194610:[[21375]],194611:[[21375]],194612:[[133676]],194613:[[28784]],194614:[[21450]],194615:[[21471]],194616:[[133987]],194617:[[21483]],194618:[[21489]],194619:[[21510]],194620:[[21662]],194621:[[21560]],194622:[[21576]],194623:[[21608]],194624:[[21666]],194625:[[21750]],194626:[[21776]],194627:[[21843]],194628:[[21859]],194629:[[21892]],194630:[[21892]],194631:[[21913]],194632:[[21931]],194633:[[21939]],194634:[[21954]],194635:[[22294]],194636:[[22022]],194637:[[22295]],194638:[[22097]],194639:[[22132]],194640:[[20999]],194641:[[22766]],194642:[[22478]],194643:[[22516]],194644:[[22541]],194645:[[22411]],194646:[[22578]],194647:[[22577]],194648:[[22700]],194649:[[136420]],194650:[[22770]],194651:[[22775]],194652:[[22790]],194653:[[22810]],194654:[[22818]],194655:[[22882]],194656:[[136872]],194657:[[136938]],194658:[[23020]],194659:[[23067]],194660:[[23079]],194661:[[23e3]],194662:[[23142]],194663:[[14062]],194664:[[14076]],194665:[[23304]],194666:[[23358]],194667:[[23358]],194668:[[137672]],194669:[[23491]],194670:[[23512]],194671:[[23527]],194672:[[23539]],194673:[[138008]],194674:[[23551]],194675:[[23558]],194676:[[24403]],194677:[[23586]],194678:[[14209]],194679:[[23648]],194680:[[23662]],194681:[[23744]],194682:[[23693]],194683:[[138724]],194684:[[23875]],194685:[[138726]],194686:[[23918]],194687:[[23915]],194688:[[23932]],194689:[[24033]],194690:[[24034]],194691:[[14383]],194692:[[24061]],194693:[[24104]],194694:[[24125]],194695:[[24169]],194696:[[14434]],194697:[[139651]],194698:[[14460]],194699:[[24240]],194700:[[24243]],194701:[[24246]],194702:[[24266]],194703:[[172946]],194704:[[24318]],194705:[[140081]],194706:[[140081]],194707:[[33281]],194708:[[24354]],194709:[[24354]],194710:[[14535]],194711:[[144056]],194712:[[156122]],194713:[[24418]],194714:[[24427]],194715:[[14563]],194716:[[24474]],194717:[[24525]],194718:[[24535]],194719:[[24569]],194720:[[24705]],194721:[[14650]],194722:[[14620]],194723:[[24724]],194724:[[141012]],194725:[[24775]],194726:[[24904]],194727:[[24908]],194728:[[24910]],194729:[[24908]],194730:[[24954]],194731:[[24974]],194732:[[25010]],194733:[[24996]],194734:[[25007]],194735:[[25054]],194736:[[25074]],194737:[[25078]],194738:[[25104]],194739:[[25115]],194740:[[25181]],194741:[[25265]],194742:[[25300]],194743:[[25424]],194744:[[142092]],194745:[[25405]],194746:[[25340]],194747:[[25448]],194748:[[25475]],194749:[[25572]],194750:[[142321]],194751:[[25634]],194752:[[25541]],194753:[[25513]],194754:[[14894]],194755:[[25705]],194756:[[25726]],194757:[[25757]],194758:[[25719]],194759:[[14956]],194760:[[25935]],194761:[[25964]],194762:[[143370]],194763:[[26083]],194764:[[26360]],194765:[[26185]],194766:[[15129]],194767:[[26257]],194768:[[15112]],194769:[[15076]],194770:[[20882]],194771:[[20885]],194772:[[26368]],194773:[[26268]],194774:[[32941]],194775:[[17369]],194776:[[26391]],194777:[[26395]],194778:[[26401]],194779:[[26462]],194780:[[26451]],194781:[[144323]],194782:[[15177]],194783:[[26618]],194784:[[26501]],194785:[[26706]],194786:[[26757]],194787:[[144493]],194788:[[26766]],194789:[[26655]],194790:[[26900]],194791:[[15261]],194792:[[26946]],194793:[[27043]],194794:[[27114]],194795:[[27304]],194796:[[145059]],194797:[[27355]],194798:[[15384]],194799:[[27425]],194800:[[145575]],194801:[[27476]],194802:[[15438]],194803:[[27506]],194804:[[27551]],194805:[[27578]],194806:[[27579]],194807:[[146061]],194808:[[138507]],194809:[[146170]],194810:[[27726]],194811:[[146620]],194812:[[27839]],194813:[[27853]],194814:[[27751]],194815:[[27926]]},63744:{63744:[[35912]],63745:[[26356]],63746:[[36554]],63747:[[36040]],63748:[[28369]],63749:[[20018]],63750:[[21477]],63751:[[40860]],63752:[[40860]],63753:[[22865]],63754:[[37329]],63755:[[21895]],63756:[[22856]],63757:[[25078]],63758:[[30313]],63759:[[32645]],63760:[[34367]],63761:[[34746]],63762:[[35064]],63763:[[37007]],63764:[[27138]],63765:[[27931]],63766:[[28889]],63767:[[29662]],63768:[[33853]],63769:[[37226]],63770:[[39409]],63771:[[20098]],63772:[[21365]],63773:[[27396]],63774:[[29211]],63775:[[34349]],63776:[[40478]],63777:[[23888]],63778:[[28651]],63779:[[34253]],63780:[[35172]],63781:[[25289]],63782:[[33240]],63783:[[34847]],63784:[[24266]],63785:[[26391]],63786:[[28010]],63787:[[29436]],63788:[[37070]],63789:[[20358]],63790:[[20919]],63791:[[21214]],63792:[[25796]],63793:[[27347]],63794:[[29200]],63795:[[30439]],63796:[[32769]],63797:[[34310]],63798:[[34396]],63799:[[36335]],63800:[[38706]],63801:[[39791]],63802:[[40442]],63803:[[30860]],63804:[[31103]],63805:[[32160]],63806:[[33737]],63807:[[37636]],63808:[[40575]],63809:[[35542]],63810:[[22751]],63811:[[24324]],63812:[[31840]],63813:[[32894]],63814:[[29282]],63815:[[30922]],63816:[[36034]],63817:[[38647]],63818:[[22744]],63819:[[23650]],63820:[[27155]],63821:[[28122]],63822:[[28431]],63823:[[32047]],63824:[[32311]],63825:[[38475]],63826:[[21202]],63827:[[32907]],63828:[[20956]],63829:[[20940]],63830:[[31260]],63831:[[32190]],63832:[[33777]],63833:[[38517]],63834:[[35712]],63835:[[25295]],63836:[[27138]],63837:[[35582]],63838:[[20025]],63839:[[23527]],63840:[[24594]],63841:[[29575]],63842:[[30064]],63843:[[21271]],63844:[[30971]],63845:[[20415]],63846:[[24489]],63847:[[19981]],63848:[[27852]],63849:[[25976]],63850:[[32034]],63851:[[21443]],63852:[[22622]],63853:[[30465]],63854:[[33865]],63855:[[35498]],63856:[[27578]],63857:[[36784]],63858:[[27784]],63859:[[25342]],63860:[[33509]],63861:[[25504]],63862:[[30053]],63863:[[20142]],63864:[[20841]],63865:[[20937]],63866:[[26753]],63867:[[31975]],63868:[[33391]],63869:[[35538]],63870:[[37327]],63871:[[21237]],63872:[[21570]],63873:[[22899]],63874:[[24300]],63875:[[26053]],63876:[[28670]],63877:[[31018]],63878:[[38317]],63879:[[39530]],63880:[[40599]],63881:[[40654]],63882:[[21147]],63883:[[26310]],63884:[[27511]],63885:[[36706]],63886:[[24180]],63887:[[24976]],63888:[[25088]],63889:[[25754]],63890:[[28451]],63891:[[29001]],63892:[[29833]],63893:[[31178]],63894:[[32244]],63895:[[32879]],63896:[[36646]],63897:[[34030]],63898:[[36899]],63899:[[37706]],63900:[[21015]],63901:[[21155]],63902:[[21693]],63903:[[28872]],63904:[[35010]],63905:[[35498]],63906:[[24265]],63907:[[24565]],63908:[[25467]],63909:[[27566]],63910:[[31806]],63911:[[29557]],63912:[[20196]],63913:[[22265]],63914:[[23527]],63915:[[23994]],63916:[[24604]],63917:[[29618]],63918:[[29801]],63919:[[32666]],63920:[[32838]],63921:[[37428]],63922:[[38646]],63923:[[38728]],63924:[[38936]],63925:[[20363]],63926:[[31150]],63927:[[37300]],63928:[[38584]],63929:[[24801]],63930:[[20102]],63931:[[20698]],63932:[[23534]],63933:[[23615]],63934:[[26009]],63935:[[27138]],63936:[[29134]],63937:[[30274]],63938:[[34044]],63939:[[36988]],63940:[[40845]],63941:[[26248]],63942:[[38446]],63943:[[21129]],63944:[[26491]],63945:[[26611]],63946:[[27969]],63947:[[28316]],63948:[[29705]],63949:[[30041]],63950:[[30827]],63951:[[32016]],63952:[[39006]],63953:[[20845]],63954:[[25134]],63955:[[38520]],63956:[[20523]],63957:[[23833]],63958:[[28138]],63959:[[36650]],63960:[[24459]],63961:[[24900]],63962:[[26647]],63963:[[29575]],63964:[[38534]],63965:[[21033]],63966:[[21519]],63967:[[23653]],63968:[[26131]],63969:[[26446]],63970:[[26792]],63971:[[27877]],63972:[[29702]],63973:[[30178]],63974:[[32633]],63975:[[35023]],63976:[[35041]],63977:[[37324]],63978:[[38626]],63979:[[21311]],63980:[[28346]],63981:[[21533]],63982:[[29136]],63983:[[29848]],63984:[[34298]],63985:[[38563]],63986:[[40023]],63987:[[40607]],63988:[[26519]],63989:[[28107]],63990:[[33256]],63991:[[31435]],63992:[[31520]],63993:[[31890]],63994:[[29376]],63995:[[28825]],63996:[[35672]],63997:[[20160]],63998:[[33590]],63999:[[21050]],194816:[[27966]],194817:[[28023]],194818:[[27969]],194819:[[28009]],194820:[[28024]],194821:[[28037]],194822:[[146718]],194823:[[27956]],194824:[[28207]],194825:[[28270]],194826:[[15667]],194827:[[28363]],194828:[[28359]],194829:[[147153]],194830:[[28153]],194831:[[28526]],194832:[[147294]],194833:[[147342]],194834:[[28614]],194835:[[28729]],194836:[[28702]],194837:[[28699]],194838:[[15766]],194839:[[28746]],194840:[[28797]],194841:[[28791]],194842:[[28845]],194843:[[132389]],194844:[[28997]],194845:[[148067]],194846:[[29084]],194847:[[148395]],194848:[[29224]],194849:[[29237]],194850:[[29264]],194851:[[149e3]],194852:[[29312]],194853:[[29333]],194854:[[149301]],194855:[[149524]],194856:[[29562]],194857:[[29579]],194858:[[16044]],194859:[[29605]],194860:[[16056]],194861:[[16056]],194862:[[29767]],194863:[[29788]],194864:[[29809]],194865:[[29829]],194866:[[29898]],194867:[[16155]],194868:[[29988]],194869:[[150582]],194870:[[30014]],194871:[[150674]],194872:[[30064]],194873:[[139679]],194874:[[30224]],194875:[[151457]],194876:[[151480]],194877:[[151620]],194878:[[16380]],194879:[[16392]],194880:[[30452]],194881:[[151795]],194882:[[151794]],194883:[[151833]],194884:[[151859]],194885:[[30494]],194886:[[30495]],194887:[[30495]],194888:[[30538]],194889:[[16441]],194890:[[30603]],194891:[[16454]],194892:[[16534]],194893:[[152605]],194894:[[30798]],194895:[[30860]],194896:[[30924]],194897:[[16611]],194898:[[153126]],194899:[[31062]],194900:[[153242]],194901:[[153285]],194902:[[31119]],194903:[[31211]],194904:[[16687]],194905:[[31296]],194906:[[31306]],194907:[[31311]],194908:[[153980]],194909:[[154279]],194910:[[154279]],194911:[[31470]],194912:[[16898]],194913:[[154539]],194914:[[31686]],194915:[[31689]],194916:[[16935]],194917:[[154752]],194918:[[31954]],194919:[[17056]],194920:[[31976]],194921:[[31971]],194922:[[32e3]],194923:[[155526]],194924:[[32099]],194925:[[17153]],194926:[[32199]],194927:[[32258]],194928:[[32325]],194929:[[17204]],194930:[[156200]],194931:[[156231]],194932:[[17241]],194933:[[156377]],194934:[[32634]],194935:[[156478]],194936:[[32661]],194937:[[32762]],194938:[[32773]],194939:[[156890]],194940:[[156963]],194941:[[32864]],194942:[[157096]],194943:[[32880]],194944:[[144223]],194945:[[17365]],194946:[[32946]],194947:[[33027]],194948:[[17419]],194949:[[33086]],194950:[[23221]],194951:[[157607]],194952:[[157621]],194953:[[144275]],194954:[[144284]],194955:[[33281]],194956:[[33284]],194957:[[36766]],194958:[[17515]],194959:[[33425]],194960:[[33419]],194961:[[33437]],194962:[[21171]],194963:[[33457]],194964:[[33459]],194965:[[33469]],194966:[[33510]],194967:[[158524]],194968:[[33509]],194969:[[33565]],194970:[[33635]],194971:[[33709]],194972:[[33571]],194973:[[33725]],194974:[[33767]],194975:[[33879]],194976:[[33619]],194977:[[33738]],194978:[[33740]],194979:[[33756]],194980:[[158774]],194981:[[159083]],194982:[[158933]],194983:[[17707]],194984:[[34033]],194985:[[34035]],194986:[[34070]],194987:[[160714]],194988:[[34148]],194989:[[159532]],194990:[[17757]],194991:[[17761]],194992:[[159665]],194993:[[159954]],194994:[[17771]],194995:[[34384]],194996:[[34396]],194997:[[34407]],194998:[[34409]],194999:[[34473]],195e3:[[34440]],195001:[[34574]],195002:[[34530]],195003:[[34681]],195004:[[34600]],195005:[[34667]],195006:[[34694]],195007:[[17879]],195008:[[34785]],195009:[[34817]],195010:[[17913]],195011:[[34912]],195012:[[34915]],195013:[[161383]],195014:[[35031]],195015:[[35038]],195016:[[17973]],195017:[[35066]],195018:[[13499]],195019:[[161966]],195020:[[162150]],195021:[[18110]],195022:[[18119]],195023:[[35488]],195024:[[35565]],195025:[[35722]],195026:[[35925]],195027:[[162984]],195028:[[36011]],195029:[[36033]],195030:[[36123]],195031:[[36215]],195032:[[163631]],195033:[[133124]],195034:[[36299]],195035:[[36284]],195036:[[36336]],195037:[[133342]],195038:[[36564]],195039:[[36664]],195040:[[165330]],195041:[[165357]],195042:[[37012]],195043:[[37105]],195044:[[37137]],195045:[[165678]],195046:[[37147]],195047:[[37432]],195048:[[37591]],195049:[[37592]],195050:[[37500]],195051:[[37881]],195052:[[37909]],195053:[[166906]],195054:[[38283]],195055:[[18837]],195056:[[38327]],195057:[[167287]],195058:[[18918]],195059:[[38595]],195060:[[23986]],195061:[[38691]],195062:[[168261]],195063:[[168474]],195064:[[19054]],195065:[[19062]],195066:[[38880]],195067:[[168970]],195068:[[19122]],195069:[[169110]],195070:[[38923]],195071:[[38923]]},64e3:{64e3:[[20999]],64001:[[24230]],64002:[[25299]],64003:[[31958]],64004:[[23429]],64005:[[27934]],64006:[[26292]],64007:[[36667]],64008:[[34892]],64009:[[38477]],64010:[[35211]],64011:[[24275]],64012:[[20800]],64013:[[21952]],64016:[[22618]],64018:[[26228]],64021:[[20958]],64022:[[29482]],64023:[[30410]],64024:[[31036]],64025:[[31070]],64026:[[31077]],64027:[[31119]],64028:[[38742]],64029:[[31934]],64030:[[32701]],64032:[[34322]],64034:[[35576]],64037:[[36920]],64038:[[37117]],64042:[[39151]],64043:[[39164]],64044:[[39208]],64045:[[40372]],64046:[[37086]],64047:[[38583]],64048:[[20398]],64049:[[20711]],64050:[[20813]],64051:[[21193]],64052:[[21220]],64053:[[21329]],64054:[[21917]],64055:[[22022]],64056:[[22120]],64057:[[22592]],64058:[[22696]],64059:[[23652]],64060:[[23662]],64061:[[24724]],64062:[[24936]],64063:[[24974]],64064:[[25074]],64065:[[25935]],64066:[[26082]],64067:[[26257]],64068:[[26757]],64069:[[28023]],64070:[[28186]],64071:[[28450]],64072:[[29038]],64073:[[29227]],64074:[[29730]],64075:[[30865]],64076:[[31038]],64077:[[31049]],64078:[[31048]],64079:[[31056]],64080:[[31062]],64081:[[31069]],64082:[[31117]],64083:[[31118]],64084:[[31296]],64085:[[31361]],64086:[[31680]],64087:[[32244]],64088:[[32265]],64089:[[32321]],64090:[[32626]],64091:[[32773]],64092:[[33261]],64093:[[33401]],64094:[[33401]],64095:[[33879]],64096:[[35088]],64097:[[35222]],64098:[[35585]],64099:[[35641]],64100:[[36051]],64101:[[36104]],64102:[[36790]],64103:[[36920]],64104:[[38627]],64105:[[38911]],64106:[[38971]],64107:[[24693]],64108:[[148206]],64109:[[33304]],64112:[[20006]],64113:[[20917]],64114:[[20840]],64115:[[20352]],64116:[[20805]],64117:[[20864]],64118:[[21191]],64119:[[21242]],64120:[[21917]],64121:[[21845]],64122:[[21913]],64123:[[21986]],64124:[[22618]],64125:[[22707]],64126:[[22852]],64127:[[22868]],64128:[[23138]],64129:[[23336]],64130:[[24274]],64131:[[24281]],64132:[[24425]],64133:[[24493]],64134:[[24792]],64135:[[24910]],64136:[[24840]],64137:[[24974]],64138:[[24928]],64139:[[25074]],64140:[[25140]],64141:[[25540]],64142:[[25628]],64143:[[25682]],64144:[[25942]],64145:[[26228]],64146:[[26391]],64147:[[26395]],64148:[[26454]],64149:[[27513]],64150:[[27578]],64151:[[27969]],64152:[[28379]],64153:[[28363]],64154:[[28450]],64155:[[28702]],64156:[[29038]],64157:[[30631]],64158:[[29237]],64159:[[29359]],64160:[[29482]],64161:[[29809]],64162:[[29958]],64163:[[30011]],64164:[[30237]],64165:[[30239]],64166:[[30410]],64167:[[30427]],64168:[[30452]],64169:[[30538]],64170:[[30528]],64171:[[30924]],64172:[[31409]],64173:[[31680]],64174:[[31867]],64175:[[32091]],64176:[[32244]],64177:[[32574]],64178:[[32773]],64179:[[33618]],64180:[[33775]],64181:[[34681]],64182:[[35137]],64183:[[35206]],64184:[[35222]],64185:[[35519]],64186:[[35576]],64187:[[35531]],64188:[[35585]],64189:[[35582]],64190:[[35565]],64191:[[35641]],64192:[[35722]],64193:[[36104]],64194:[[36664]],64195:[[36978]],64196:[[37273]],64197:[[37494]],64198:[[38524]],64199:[[38627]],64200:[[38742]],64201:[[38875]],64202:[[38911]],64203:[[38923]],64204:[[38971]],64205:[[39698]],64206:[[40860]],64207:[[141386]],64208:[[141380]],64209:[[144341]],64210:[[15261]],64211:[[16408]],64212:[[16441]],64213:[[152137]],64214:[[154832]],64215:[[163539]],64216:[[40771]],64217:[[40846]],195072:[[38953]],195073:[[169398]],195074:[[39138]],195075:[[19251]],195076:[[39209]],195077:[[39335]],195078:[[39362]],195079:[[39422]],195080:[[19406]],195081:[[170800]],195082:[[39698]],195083:[[4e4]],195084:[[40189]],195085:[[19662]],195086:[[19693]],195087:[[40295]],195088:[[172238]],195089:[[19704]],195090:[[172293]],195091:[[172558]],195092:[[172689]],195093:[[40635]],195094:[[19798]],195095:[[40697]],195096:[[40702]],195097:[[40709]],195098:[[40719]],195099:[[40726]],195100:[[40763]],195101:[[173568]]},64256:{64256:[[102,102],256],64257:[[102,105],256],64258:[[102,108],256],64259:[[102,102,105],256],64260:[[102,102,108],256],64261:[[383,116],256],64262:[[115,116],256],64275:[[1396,1398],256],64276:[[1396,1381],256],64277:[[1396,1387],256],64278:[[1406,1398],256],64279:[[1396,1389],256],64285:[[1497,1460],512],64286:[,26],64287:[[1522,1463],512],64288:[[1506],256],64289:[[1488],256],64290:[[1491],256],64291:[[1492],256],64292:[[1499],256],64293:[[1500],256],64294:[[1501],256],64295:[[1512],256],64296:[[1514],256],64297:[[43],256],64298:[[1513,1473],512],64299:[[1513,1474],512],64300:[[64329,1473],512],64301:[[64329,1474],512],64302:[[1488,1463],512],64303:[[1488,1464],512],64304:[[1488,1468],512],64305:[[1489,1468],512],64306:[[1490,1468],512],64307:[[1491,1468],512],64308:[[1492,1468],512],64309:[[1493,1468],512],64310:[[1494,1468],512],64312:[[1496,1468],512],64313:[[1497,1468],512],64314:[[1498,1468],512],64315:[[1499,1468],512],64316:[[1500,1468],512],64318:[[1502,1468],512],64320:[[1504,1468],512],64321:[[1505,1468],512],64323:[[1507,1468],512],64324:[[1508,1468],512],64326:[[1510,1468],512],64327:[[1511,1468],512],64328:[[1512,1468],512],64329:[[1513,1468],512],64330:[[1514,1468],512],64331:[[1493,1465],512],64332:[[1489,1471],512],64333:[[1499,1471],512],64334:[[1508,1471],512],64335:[[1488,1500],256],64336:[[1649],256],64337:[[1649],256],64338:[[1659],256],64339:[[1659],256],64340:[[1659],256],64341:[[1659],256],64342:[[1662],256],64343:[[1662],256],64344:[[1662],256],64345:[[1662],256],64346:[[1664],256],64347:[[1664],256],64348:[[1664],256],64349:[[1664],256],64350:[[1658],256],64351:[[1658],256],64352:[[1658],256],64353:[[1658],256],64354:[[1663],256],64355:[[1663],256],64356:[[1663],256],64357:[[1663],256],64358:[[1657],256],64359:[[1657],256],64360:[[1657],256],64361:[[1657],256],64362:[[1700],256],64363:[[1700],256],64364:[[1700],256],64365:[[1700],256],64366:[[1702],256],64367:[[1702],256],64368:[[1702],256],64369:[[1702],256],64370:[[1668],256],64371:[[1668],256],64372:[[1668],256],64373:[[1668],256],64374:[[1667],256],64375:[[1667],256],64376:[[1667],256],64377:[[1667],256],64378:[[1670],256],64379:[[1670],256],64380:[[1670],256],64381:[[1670],256],64382:[[1671],256],64383:[[1671],256],64384:[[1671],256],64385:[[1671],256],64386:[[1677],256],64387:[[1677],256],64388:[[1676],256],64389:[[1676],256],64390:[[1678],256],64391:[[1678],256],64392:[[1672],256],64393:[[1672],256],64394:[[1688],256],64395:[[1688],256],64396:[[1681],256],64397:[[1681],256],64398:[[1705],256],64399:[[1705],256],64400:[[1705],256],64401:[[1705],256],64402:[[1711],256],64403:[[1711],256],64404:[[1711],256],64405:[[1711],256],64406:[[1715],256],64407:[[1715],256],64408:[[1715],256],64409:[[1715],256],64410:[[1713],256],64411:[[1713],256],64412:[[1713],256],64413:[[1713],256],64414:[[1722],256],64415:[[1722],256],64416:[[1723],256],64417:[[1723],256],64418:[[1723],256],64419:[[1723],256],64420:[[1728],256],64421:[[1728],256],64422:[[1729],256],64423:[[1729],256],64424:[[1729],256],64425:[[1729],256],64426:[[1726],256],64427:[[1726],256],64428:[[1726],256],64429:[[1726],256],64430:[[1746],256],64431:[[1746],256],64432:[[1747],256],64433:[[1747],256],64467:[[1709],256],64468:[[1709],256],64469:[[1709],256],64470:[[1709],256],64471:[[1735],256],64472:[[1735],256],64473:[[1734],256],64474:[[1734],256],64475:[[1736],256],64476:[[1736],256],64477:[[1655],256],64478:[[1739],256],64479:[[1739],256],64480:[[1733],256],64481:[[1733],256],64482:[[1737],256],64483:[[1737],256],64484:[[1744],256],64485:[[1744],256],64486:[[1744],256],64487:[[1744],256],64488:[[1609],256],64489:[[1609],256],64490:[[1574,1575],256],64491:[[1574,1575],256],64492:[[1574,1749],256],64493:[[1574,1749],256],64494:[[1574,1608],256],64495:[[1574,1608],256],64496:[[1574,1735],256],64497:[[1574,1735],256],64498:[[1574,1734],256],64499:[[1574,1734],256],64500:[[1574,1736],256],64501:[[1574,1736],256],64502:[[1574,1744],256],64503:[[1574,1744],256],64504:[[1574,1744],256],64505:[[1574,1609],256],64506:[[1574,1609],256],64507:[[1574,1609],256],64508:[[1740],256],64509:[[1740],256],64510:[[1740],256],64511:[[1740],256]},64512:{64512:[[1574,1580],256],64513:[[1574,1581],256],64514:[[1574,1605],256],64515:[[1574,1609],256],64516:[[1574,1610],256],64517:[[1576,1580],256],64518:[[1576,1581],256],64519:[[1576,1582],256],64520:[[1576,1605],256],64521:[[1576,1609],256],64522:[[1576,1610],256],64523:[[1578,1580],256],64524:[[1578,1581],256],64525:[[1578,1582],256],64526:[[1578,1605],256],64527:[[1578,1609],256],64528:[[1578,1610],256],64529:[[1579,1580],256],64530:[[1579,1605],256],64531:[[1579,1609],256],64532:[[1579,1610],256],64533:[[1580,1581],256],64534:[[1580,1605],256],64535:[[1581,1580],256],64536:[[1581,1605],256],64537:[[1582,1580],256],64538:[[1582,1581],256],64539:[[1582,1605],256],64540:[[1587,1580],256],64541:[[1587,1581],256],64542:[[1587,1582],256],64543:[[1587,1605],256],64544:[[1589,1581],256],64545:[[1589,1605],256],64546:[[1590,1580],256],64547:[[1590,1581],256],64548:[[1590,1582],256],64549:[[1590,1605],256],64550:[[1591,1581],256],64551:[[1591,1605],256],64552:[[1592,1605],256],64553:[[1593,1580],256],64554:[[1593,1605],256],64555:[[1594,1580],256],64556:[[1594,1605],256],64557:[[1601,1580],256],64558:[[1601,1581],256],64559:[[1601,1582],256],64560:[[1601,1605],256],64561:[[1601,1609],256],64562:[[1601,1610],256],64563:[[1602,1581],256],64564:[[1602,1605],256],64565:[[1602,1609],256],64566:[[1602,1610],256],64567:[[1603,1575],256],64568:[[1603,1580],256],64569:[[1603,1581],256],64570:[[1603,1582],256],64571:[[1603,1604],256],64572:[[1603,1605],256],64573:[[1603,1609],256],64574:[[1603,1610],256],64575:[[1604,1580],256],64576:[[1604,1581],256],64577:[[1604,1582],256],64578:[[1604,1605],256],64579:[[1604,1609],256],64580:[[1604,1610],256],64581:[[1605,1580],256],64582:[[1605,1581],256],64583:[[1605,1582],256],64584:[[1605,1605],256],64585:[[1605,1609],256],64586:[[1605,1610],256],64587:[[1606,1580],256],64588:[[1606,1581],256],64589:[[1606,1582],256],64590:[[1606,1605],256],64591:[[1606,1609],256],64592:[[1606,1610],256],64593:[[1607,1580],256],64594:[[1607,1605],256],64595:[[1607,1609],256],64596:[[1607,1610],256],64597:[[1610,1580],256],64598:[[1610,1581],256],64599:[[1610,1582],256],64600:[[1610,1605],256],64601:[[1610,1609],256],64602:[[1610,1610],256],64603:[[1584,1648],256],64604:[[1585,1648],256],64605:[[1609,1648],256],64606:[[32,1612,1617],256],64607:[[32,1613,1617],256],64608:[[32,1614,1617],256],64609:[[32,1615,1617],256],64610:[[32,1616,1617],256],64611:[[32,1617,1648],256],64612:[[1574,1585],256],64613:[[1574,1586],256],64614:[[1574,1605],256],64615:[[1574,1606],256],64616:[[1574,1609],256],64617:[[1574,1610],256],64618:[[1576,1585],256],64619:[[1576,1586],256],64620:[[1576,1605],256],64621:[[1576,1606],256],64622:[[1576,1609],256],64623:[[1576,1610],256],64624:[[1578,1585],256],64625:[[1578,1586],256],64626:[[1578,1605],256],64627:[[1578,1606],256],64628:[[1578,1609],256],64629:[[1578,1610],256],64630:[[1579,1585],256],64631:[[1579,1586],256],64632:[[1579,1605],256],64633:[[1579,1606],256],64634:[[1579,1609],256],64635:[[1579,1610],256],64636:[[1601,1609],256],64637:[[1601,1610],256],64638:[[1602,1609],256],64639:[[1602,1610],256],64640:[[1603,1575],256],64641:[[1603,1604],256],64642:[[1603,1605],256],64643:[[1603,1609],256],64644:[[1603,1610],256],64645:[[1604,1605],256],64646:[[1604,1609],256],64647:[[1604,1610],256],64648:[[1605,1575],256],64649:[[1605,1605],256],64650:[[1606,1585],256],64651:[[1606,1586],256],64652:[[1606,1605],256],64653:[[1606,1606],256],64654:[[1606,1609],256],64655:[[1606,1610],256],64656:[[1609,1648],256],64657:[[1610,1585],256],64658:[[1610,1586],256],64659:[[1610,1605],256],64660:[[1610,1606],256],64661:[[1610,1609],256],64662:[[1610,1610],256],64663:[[1574,1580],256],64664:[[1574,1581],256],64665:[[1574,1582],256],64666:[[1574,1605],256],64667:[[1574,1607],256],64668:[[1576,1580],256],64669:[[1576,1581],256],64670:[[1576,1582],256],64671:[[1576,1605],256],64672:[[1576,1607],256],64673:[[1578,1580],256],64674:[[1578,1581],256],64675:[[1578,1582],256],64676:[[1578,1605],256],64677:[[1578,1607],256],64678:[[1579,1605],256],64679:[[1580,1581],256],64680:[[1580,1605],256],64681:[[1581,1580],256],64682:[[1581,1605],256],64683:[[1582,1580],256],64684:[[1582,1605],256],64685:[[1587,1580],256],64686:[[1587,1581],256],64687:[[1587,1582],256],64688:[[1587,1605],256],64689:[[1589,1581],256],64690:[[1589,1582],256],64691:[[1589,1605],256],64692:[[1590,1580],256],64693:[[1590,1581],256],64694:[[1590,1582],256],64695:[[1590,1605],256],64696:[[1591,1581],256],64697:[[1592,1605],256],64698:[[1593,1580],256],64699:[[1593,1605],256],64700:[[1594,1580],256],64701:[[1594,1605],256],64702:[[1601,1580],256],64703:[[1601,1581],256],64704:[[1601,1582],256],64705:[[1601,1605],256],64706:[[1602,1581],256],64707:[[1602,1605],256],64708:[[1603,1580],256],64709:[[1603,1581],256],64710:[[1603,1582],256],64711:[[1603,1604],256],64712:[[1603,1605],256],64713:[[1604,1580],256],64714:[[1604,1581],256],64715:[[1604,1582],256],64716:[[1604,1605],256],64717:[[1604,1607],256],64718:[[1605,1580],256],64719:[[1605,1581],256],64720:[[1605,1582],256],64721:[[1605,1605],256],64722:[[1606,1580],256],64723:[[1606,1581],256],64724:[[1606,1582],256],64725:[[1606,1605],256],64726:[[1606,1607],256],64727:[[1607,1580],256],64728:[[1607,1605],256],64729:[[1607,1648],256],64730:[[1610,1580],256],64731:[[1610,1581],256],64732:[[1610,1582],256],64733:[[1610,1605],256],64734:[[1610,1607],256],64735:[[1574,1605],256],64736:[[1574,1607],256],64737:[[1576,1605],256],64738:[[1576,1607],256],64739:[[1578,1605],256],64740:[[1578,1607],256],64741:[[1579,1605],256],64742:[[1579,1607],256],64743:[[1587,1605],256],64744:[[1587,1607],256],64745:[[1588,1605],256],64746:[[1588,1607],256],64747:[[1603,1604],256],64748:[[1603,1605],256],64749:[[1604,1605],256],64750:[[1606,1605],256],64751:[[1606,1607],256],64752:[[1610,1605],256],64753:[[1610,1607],256],64754:[[1600,1614,1617],256],64755:[[1600,1615,1617],256],64756:[[1600,1616,1617],256],64757:[[1591,1609],256],64758:[[1591,1610],256],64759:[[1593,1609],256],64760:[[1593,1610],256],64761:[[1594,1609],256],64762:[[1594,1610],256],64763:[[1587,1609],256],64764:[[1587,1610],256],64765:[[1588,1609],256],64766:[[1588,1610],256],64767:[[1581,1609],256]},64768:{64768:[[1581,1610],256],64769:[[1580,1609],256],64770:[[1580,1610],256],64771:[[1582,1609],256],64772:[[1582,1610],256],64773:[[1589,1609],256],64774:[[1589,1610],256],64775:[[1590,1609],256],64776:[[1590,1610],256],64777:[[1588,1580],256],64778:[[1588,1581],256],64779:[[1588,1582],256],64780:[[1588,1605],256],64781:[[1588,1585],256],64782:[[1587,1585],256],64783:[[1589,1585],256],64784:[[1590,1585],256],64785:[[1591,1609],256],64786:[[1591,1610],256],64787:[[1593,1609],256],64788:[[1593,1610],256],64789:[[1594,1609],256],64790:[[1594,1610],256],64791:[[1587,1609],256],64792:[[1587,1610],256],64793:[[1588,1609],256],64794:[[1588,1610],256],64795:[[1581,1609],256],64796:[[1581,1610],256],64797:[[1580,1609],256],64798:[[1580,1610],256],64799:[[1582,1609],256],64800:[[1582,1610],256],64801:[[1589,1609],256],64802:[[1589,1610],256],64803:[[1590,1609],256],64804:[[1590,1610],256],64805:[[1588,1580],256],64806:[[1588,1581],256],64807:[[1588,1582],256],64808:[[1588,1605],256],64809:[[1588,1585],256],64810:[[1587,1585],256],64811:[[1589,1585],256],64812:[[1590,1585],256],64813:[[1588,1580],256],64814:[[1588,1581],256],64815:[[1588,1582],256],64816:[[1588,1605],256],64817:[[1587,1607],256],64818:[[1588,1607],256],64819:[[1591,1605],256],64820:[[1587,1580],256],64821:[[1587,1581],256],64822:[[1587,1582],256],64823:[[1588,1580],256],64824:[[1588,1581],256],64825:[[1588,1582],256],64826:[[1591,1605],256],64827:[[1592,1605],256],64828:[[1575,1611],256],64829:[[1575,1611],256],64848:[[1578,1580,1605],256],64849:[[1578,1581,1580],256],64850:[[1578,1581,1580],256],64851:[[1578,1581,1605],256],64852:[[1578,1582,1605],256],64853:[[1578,1605,1580],256],64854:[[1578,1605,1581],256],64855:[[1578,1605,1582],256],64856:[[1580,1605,1581],256],64857:[[1580,1605,1581],256],64858:[[1581,1605,1610],256],64859:[[1581,1605,1609],256],64860:[[1587,1581,1580],256],64861:[[1587,1580,1581],256],64862:[[1587,1580,1609],256],64863:[[1587,1605,1581],256],64864:[[1587,1605,1581],256],64865:[[1587,1605,1580],256],64866:[[1587,1605,1605],256],64867:[[1587,1605,1605],256],64868:[[1589,1581,1581],256],64869:[[1589,1581,1581],256],64870:[[1589,1605,1605],256],64871:[[1588,1581,1605],256],64872:[[1588,1581,1605],256],64873:[[1588,1580,1610],256],64874:[[1588,1605,1582],256],64875:[[1588,1605,1582],256],64876:[[1588,1605,1605],256],64877:[[1588,1605,1605],256],64878:[[1590,1581,1609],256],64879:[[1590,1582,1605],256],64880:[[1590,1582,1605],256],64881:[[1591,1605,1581],256],64882:[[1591,1605,1581],256],64883:[[1591,1605,1605],256],64884:[[1591,1605,1610],256],64885:[[1593,1580,1605],256],64886:[[1593,1605,1605],256],64887:[[1593,1605,1605],256],64888:[[1593,1605,1609],256],64889:[[1594,1605,1605],256],64890:[[1594,1605,1610],256],64891:[[1594,1605,1609],256],64892:[[1601,1582,1605],256],64893:[[1601,1582,1605],256],64894:[[1602,1605,1581],256],64895:[[1602,1605,1605],256],64896:[[1604,1581,1605],256],64897:[[1604,1581,1610],256],64898:[[1604,1581,1609],256],64899:[[1604,1580,1580],256],64900:[[1604,1580,1580],256],64901:[[1604,1582,1605],256],64902:[[1604,1582,1605],256],64903:[[1604,1605,1581],256],64904:[[1604,1605,1581],256],64905:[[1605,1581,1580],256],64906:[[1605,1581,1605],256],64907:[[1605,1581,1610],256],64908:[[1605,1580,1581],256],64909:[[1605,1580,1605],256],64910:[[1605,1582,1580],256],64911:[[1605,1582,1605],256],64914:[[1605,1580,1582],256],64915:[[1607,1605,1580],256],64916:[[1607,1605,1605],256],64917:[[1606,1581,1605],256],64918:[[1606,1581,1609],256],64919:[[1606,1580,1605],256],64920:[[1606,1580,1605],256],64921:[[1606,1580,1609],256],64922:[[1606,1605,1610],256],64923:[[1606,1605,1609],256],64924:[[1610,1605,1605],256],64925:[[1610,1605,1605],256],64926:[[1576,1582,1610],256],64927:[[1578,1580,1610],256],64928:[[1578,1580,1609],256],64929:[[1578,1582,1610],256],64930:[[1578,1582,1609],256],64931:[[1578,1605,1610],256],64932:[[1578,1605,1609],256],64933:[[1580,1605,1610],256],64934:[[1580,1581,1609],256],64935:[[1580,1605,1609],256],64936:[[1587,1582,1609],256],64937:[[1589,1581,1610],256],64938:[[1588,1581,1610],256],64939:[[1590,1581,1610],256],64940:[[1604,1580,1610],256],64941:[[1604,1605,1610],256],64942:[[1610,1581,1610],256],64943:[[1610,1580,1610],256],64944:[[1610,1605,1610],256],64945:[[1605,1605,1610],256],64946:[[1602,1605,1610],256],64947:[[1606,1581,1610],256],64948:[[1602,1605,1581],256],64949:[[1604,1581,1605],256],64950:[[1593,1605,1610],256],64951:[[1603,1605,1610],256],64952:[[1606,1580,1581],256],64953:[[1605,1582,1610],256],64954:[[1604,1580,1605],256],64955:[[1603,1605,1605],256],64956:[[1604,1580,1605],256],64957:[[1606,1580,1581],256],64958:[[1580,1581,1610],256],64959:[[1581,1580,1610],256],64960:[[1605,1580,1610],256],64961:[[1601,1605,1610],256],64962:[[1576,1581,1610],256],64963:[[1603,1605,1605],256],64964:[[1593,1580,1605],256],64965:[[1589,1605,1605],256],64966:[[1587,1582,1610],256],64967:[[1606,1580,1610],256],65008:[[1589,1604,1746],256],65009:[[1602,1604,1746],256],65010:[[1575,1604,1604,1607],256],65011:[[1575,1603,1576,1585],256],65012:[[1605,1581,1605,1583],256],65013:[[1589,1604,1593,1605],256],65014:[[1585,1587,1608,1604],256],65015:[[1593,1604,1610,1607],256],65016:[[1608,1587,1604,1605],256],65017:[[1589,1604,1609],256],65018:[[1589,1604,1609,32,1575,1604,1604,1607,32,1593,1604,1610,1607,32,1608,1587,1604,1605],256],65019:[[1580,1604,32,1580,1604,1575,1604,1607],256],65020:[[1585,1740,1575,1604],256]},65024:{65040:[[44],256],65041:[[12289],256],65042:[[12290],256],65043:[[58],256],65044:[[59],256],65045:[[33],256],65046:[[63],256],65047:[[12310],256],65048:[[12311],256],65049:[[8230],256],65056:[,230],65057:[,230],65058:[,230],65059:[,230],65060:[,230],65061:[,230],65062:[,230],65063:[,220],65064:[,220],65065:[,220],65066:[,220],65067:[,220],65068:[,220],65069:[,220],65072:[[8229],256],65073:[[8212],256],65074:[[8211],256],65075:[[95],256],65076:[[95],256],65077:[[40],256],65078:[[41],256],65079:[[123],256],65080:[[125],256],65081:[[12308],256],65082:[[12309],256],65083:[[12304],256],65084:[[12305],256],65085:[[12298],256],65086:[[12299],256],65087:[[12296],256],65088:[[12297],256],65089:[[12300],256],65090:[[12301],256],65091:[[12302],256],65092:[[12303],256],65095:[[91],256],65096:[[93],256],65097:[[8254],256],65098:[[8254],256],65099:[[8254],256],65100:[[8254],256],65101:[[95],256],65102:[[95],256],65103:[[95],256],65104:[[44],256],65105:[[12289],256],65106:[[46],256],65108:[[59],256],65109:[[58],256],65110:[[63],256],65111:[[33],256],65112:[[8212],256],65113:[[40],256],65114:[[41],256],65115:[[123],256],65116:[[125],256],65117:[[12308],256],65118:[[12309],256],65119:[[35],256],65120:[[38],256],65121:[[42],256],65122:[[43],256],65123:[[45],256],65124:[[60],256],65125:[[62],256],65126:[[61],256],65128:[[92],256],65129:[[36],256],65130:[[37],256],65131:[[64],256],65136:[[32,1611],256],65137:[[1600,1611],256],65138:[[32,1612],256],65140:[[32,1613],256],65142:[[32,1614],256],65143:[[1600,1614],256],65144:[[32,1615],256],65145:[[1600,1615],256],65146:[[32,1616],256],65147:[[1600,1616],256],65148:[[32,1617],256],65149:[[1600,1617],256],65150:[[32,1618],256],65151:[[1600,1618],256],65152:[[1569],256],65153:[[1570],256],65154:[[1570],256],65155:[[1571],256],65156:[[1571],256],65157:[[1572],256],65158:[[1572],256],65159:[[1573],256],65160:[[1573],256],65161:[[1574],256],65162:[[1574],256],65163:[[1574],256],65164:[[1574],256],65165:[[1575],256],65166:[[1575],256],65167:[[1576],256],65168:[[1576],256],65169:[[1576],256],65170:[[1576],256],65171:[[1577],256],65172:[[1577],256],65173:[[1578],256],65174:[[1578],256],65175:[[1578],256],65176:[[1578],256],65177:[[1579],256],65178:[[1579],256],65179:[[1579],256],65180:[[1579],256],65181:[[1580],256],65182:[[1580],256],65183:[[1580],256],65184:[[1580],256],65185:[[1581],256],65186:[[1581],256],65187:[[1581],256],65188:[[1581],256],65189:[[1582],256],65190:[[1582],256],65191:[[1582],256],65192:[[1582],256],65193:[[1583],256],65194:[[1583],256],65195:[[1584],256],65196:[[1584],256],65197:[[1585],256],65198:[[1585],256],65199:[[1586],256],65200:[[1586],256],65201:[[1587],256],65202:[[1587],256],65203:[[1587],256],65204:[[1587],256],65205:[[1588],256],65206:[[1588],256],65207:[[1588],256],65208:[[1588],256],65209:[[1589],256],65210:[[1589],256],65211:[[1589],256],65212:[[1589],256],65213:[[1590],256],65214:[[1590],256],65215:[[1590],256],65216:[[1590],256],65217:[[1591],256],65218:[[1591],256],65219:[[1591],256],65220:[[1591],256],65221:[[1592],256],65222:[[1592],256],65223:[[1592],256],65224:[[1592],256],65225:[[1593],256],65226:[[1593],256],65227:[[1593],256],65228:[[1593],256],65229:[[1594],256],65230:[[1594],256],65231:[[1594],256],65232:[[1594],256],65233:[[1601],256],65234:[[1601],256],65235:[[1601],256],65236:[[1601],256],65237:[[1602],256],65238:[[1602],256],65239:[[1602],256],65240:[[1602],256],65241:[[1603],256],65242:[[1603],256],65243:[[1603],256],65244:[[1603],256],65245:[[1604],256],65246:[[1604],256],65247:[[1604],256],65248:[[1604],256],65249:[[1605],256],65250:[[1605],256],65251:[[1605],256],65252:[[1605],256],65253:[[1606],256],65254:[[1606],256],65255:[[1606],256],65256:[[1606],256],65257:[[1607],256],65258:[[1607],256],65259:[[1607],256],65260:[[1607],256],65261:[[1608],256],65262:[[1608],256],65263:[[1609],256],65264:[[1609],256],65265:[[1610],256],65266:[[1610],256],65267:[[1610],256],65268:[[1610],256],65269:[[1604,1570],256],65270:[[1604,1570],256],65271:[[1604,1571],256],65272:[[1604,1571],256],65273:[[1604,1573],256],65274:[[1604,1573],256],65275:[[1604,1575],256],65276:[[1604,1575],256]},65280:{65281:[[33],256],65282:[[34],256],65283:[[35],256],65284:[[36],256],65285:[[37],256],65286:[[38],256],65287:[[39],256],65288:[[40],256],65289:[[41],256],65290:[[42],256],65291:[[43],256],65292:[[44],256],65293:[[45],256],65294:[[46],256],65295:[[47],256],65296:[[48],256],65297:[[49],256],65298:[[50],256],65299:[[51],256],65300:[[52],256],65301:[[53],256],65302:[[54],256],65303:[[55],256],65304:[[56],256],65305:[[57],256],65306:[[58],256],65307:[[59],256],65308:[[60],256],65309:[[61],256],65310:[[62],256],65311:[[63],256],65312:[[64],256],65313:[[65],256],65314:[[66],256],65315:[[67],256],65316:[[68],256],65317:[[69],256],65318:[[70],256],65319:[[71],256],65320:[[72],256],65321:[[73],256],65322:[[74],256],65323:[[75],256],65324:[[76],256],65325:[[77],256],65326:[[78],256],65327:[[79],256],65328:[[80],256],65329:[[81],256],65330:[[82],256],65331:[[83],256],65332:[[84],256],65333:[[85],256],65334:[[86],256],65335:[[87],256],65336:[[88],256],65337:[[89],256],65338:[[90],256],65339:[[91],256],65340:[[92],256],65341:[[93],256],65342:[[94],256],65343:[[95],256],65344:[[96],256],65345:[[97],256],65346:[[98],256],65347:[[99],256],65348:[[100],256],65349:[[101],256],65350:[[102],256],65351:[[103],256],65352:[[104],256],65353:[[105],256],65354:[[106],256],65355:[[107],256],65356:[[108],256],65357:[[109],256],65358:[[110],256],65359:[[111],256],65360:[[112],256],65361:[[113],256],65362:[[114],256],65363:[[115],256],65364:[[116],256],65365:[[117],256],65366:[[118],256],65367:[[119],256],65368:[[120],256],65369:[[121],256],65370:[[122],256],65371:[[123],256],65372:[[124],256],65373:[[125],256],65374:[[126],256],65375:[[10629],256],65376:[[10630],256],65377:[[12290],256],65378:[[12300],256],65379:[[12301],256],65380:[[12289],256],65381:[[12539],256],65382:[[12530],256],65383:[[12449],256],65384:[[12451],256],65385:[[12453],256],65386:[[12455],256],65387:[[12457],256],65388:[[12515],256],65389:[[12517],256],65390:[[12519],256],65391:[[12483],256],65392:[[12540],256],65393:[[12450],256],65394:[[12452],256],65395:[[12454],256],65396:[[12456],256],65397:[[12458],256],65398:[[12459],256],65399:[[12461],256],65400:[[12463],256],65401:[[12465],256],65402:[[12467],256],65403:[[12469],256],65404:[[12471],256],65405:[[12473],256],65406:[[12475],256],65407:[[12477],256],65408:[[12479],256],65409:[[12481],256],65410:[[12484],256],65411:[[12486],256],65412:[[12488],256],65413:[[12490],256],65414:[[12491],256],65415:[[12492],256],65416:[[12493],256],65417:[[12494],256],65418:[[12495],256],65419:[[12498],256],65420:[[12501],256],65421:[[12504],256],65422:[[12507],256],65423:[[12510],256],65424:[[12511],256],65425:[[12512],256],65426:[[12513],256],65427:[[12514],256],65428:[[12516],256],65429:[[12518],256],65430:[[12520],256],65431:[[12521],256],65432:[[12522],256],65433:[[12523],256],65434:[[12524],256],65435:[[12525],256],65436:[[12527],256],65437:[[12531],256],65438:[[12441],256],65439:[[12442],256],65440:[[12644],256],65441:[[12593],256],65442:[[12594],256],65443:[[12595],256],65444:[[12596],256],65445:[[12597],256],65446:[[12598],256],65447:[[12599],256],65448:[[12600],256],65449:[[12601],256],65450:[[12602],256],65451:[[12603],256],65452:[[12604],256],65453:[[12605],256],65454:[[12606],256],65455:[[12607],256],65456:[[12608],256],65457:[[12609],256],65458:[[12610],256],65459:[[12611],256],65460:[[12612],256],65461:[[12613],256],65462:[[12614],256],65463:[[12615],256],65464:[[12616],256],65465:[[12617],256],65466:[[12618],256],65467:[[12619],256],65468:[[12620],256],65469:[[12621],256],65470:[[12622],256],65474:[[12623],256],65475:[[12624],256],65476:[[12625],256],65477:[[12626],256],65478:[[12627],256],65479:[[12628],256],65482:[[12629],256],65483:[[12630],256],65484:[[12631],256],65485:[[12632],256],65486:[[12633],256],65487:[[12634],256],65490:[[12635],256],65491:[[12636],256],65492:[[12637],256],65493:[[12638],256],65494:[[12639],256],65495:[[12640],256],65498:[[12641],256],65499:[[12642],256],65500:[[12643],256],65504:[[162],256],65505:[[163],256],65506:[[172],256],65507:[[175],256],65508:[[166],256],65509:[[165],256],65510:[[8361],256],65512:[[9474],256],65513:[[8592],256],65514:[[8593],256],65515:[[8594],256],65516:[[8595],256],65517:[[9632],256],65518:[[9675],256]}};var b={nfc:function(e){return w("NFC",e)},nfd:function(e){return w("NFD",e)},nfkc:function(e){return w("NFKC",e)},nfkd:function(e){return w("NFKD",e)}};e.exports=b,b.shimApplied=!1,String.prototype.normalize||(Object.defineProperty(String.prototype,"normalize",{enumerable:!1,configurable:!0,writable:!0,value:function(){var e=""+this,t=void 0===arguments[0]?"NFC":arguments[0];if(null==this)throw new TypeError("Cannot call method on "+Object.prototype.toString.call(this));if("NFC"===t)return b.nfc(e);if("NFD"===t)return b.nfd(e);if("NFKC"===t)return b.nfkc(e);if("NFKD"===t)return b.nfkd(e);throw new RangeError("Invalid normalization form: "+t)}}),b.shimApplied=!0)}()},function(e,t){t.onOuterClick=function(e){return function(){e.setState({searchQuery:""})}}},function(e,t,i){e.exports=i(36)},function(e,t,i){"use strict";function s(){}function r(){}var n=i(15);r.resetWarningCache=s,e.exports=function(){function e(e,t,i,s,r,a){if(a!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var i={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:r,resetWarningCache:s};return i.PropTypes=i,i}},function(e,t,i){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,i){"use strict";function s(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case w:case b:case c:case d:case h:case g:return e;default:switch(e=e&&e.$$typeof){case l:case p:case u:return e;default:return t}}case f:case z:case o:return t}}}function r(e){return s(e)===b}Object.defineProperty(t,"__esModule",{value:!0});var n="function"==typeof Symbol&&Symbol.for,a=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,c=n?Symbol.for("react.fragment"):60107,h=n?Symbol.for("react.strict_mode"):60108,d=n?Symbol.for("react.profiler"):60114,u=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,w=n?Symbol.for("react.async_mode"):60111,b=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,g=n?Symbol.for("react.suspense"):60113,m=n?Symbol.for("react.suspense_list"):60120,z=n?Symbol.for("react.memo"):60115,f=n?Symbol.for("react.lazy"):60116,y=n?Symbol.for("react.fundamental"):60117,v=n?Symbol.for("react.responder"):60118,k=n?Symbol.for("react.scope"):60119;t.typeOf=s,t.AsyncMode=w,t.ConcurrentMode=b,t.ContextConsumer=l,t.ContextProvider=u,t.Element=a,t.ForwardRef=p,t.Fragment=c,t.Lazy=f,t.Memo=z,t.Portal=o,t.Profiler=d,t.StrictMode=h,t.Suspense=g,t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===c||e===b||e===d||e===h||e===g||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===z||e.$$typeof===u||e.$$typeof===l||e.$$typeof===p||e.$$typeof===y||e.$$typeof===v||e.$$typeof===k)},t.isAsyncMode=function(e){return r(e)||s(e)===w},t.isConcurrentMode=r,t.isContextConsumer=function(e){return s(e)===l},t.isContextProvider=function(e){return s(e)===u},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===a},t.isForwardRef=function(e){return s(e)===p},t.isFragment=function(e){return s(e)===c},t.isLazy=function(e){return s(e)===f},t.isMemo=function(e){return s(e)===z},t.isPortal=function(e){return s(e)===o},t.isProfiler=function(e){return s(e)===d},t.isStrictMode=function(e){return s(e)===h},t.isSuspense=function(e){return s(e)===g}},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=i(0).PropTypes||i(1),a=function(e){var t=e.className;return r.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",fill:"white"},r.default.createElement("polygon",{points:"31.5,13.5 18.5,13.5 18.5,0.5 13.5,0.5 13.5,13.5 0.5,13.5 0.5,18.5 13.5,18.5 13.5,31.5 18.5,31.5 18.5,18.5 31.5,18.5"}))};a.propTypes={className:n.string},a.defaultProps={className:""};var o=a;t.default=o},function(e,t,i){"use strict";var s=i(8),r=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r(i(3)),a=r(i(4)),o=r(i(5)),c=r(i(6)),h=r(i(7)),d=s(i(0)),u=i(0).PropTypes||i(1),l=function(e){function t(){return(0,n.default)(this,t),(0,o.default)(this,(0,c.default)(t).apply(this,arguments))}return(0,h.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this,t=this.props.className;return d.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",ref:function(t){e.icon=t}},d.default.createElement("polygon",{points:"29 16 3 0 3 7.2 17.6 16 3 24.8 3 32 29 16"}))}}]),t}(d.Component);l.propTypes={className:u.string},l.defaultProps={className:""};var w=l;t.default=w},function(e,t){function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function s(t){return"function"==typeof Symbol&&"symbol"===i(Symbol.iterator)?e.exports=s=function(e){return i(e)}:e.exports=s=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":i(e)},s(t)}e.exports=s},function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t){function i(t,s){return e.exports=i=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},i(t,s)}e.exports=i},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(3)),n=s(i(4)),a=s(i(5)),o=s(i(6)),c=s(i(7)),h=s(i(0)),d=function(e){function t(){return(0,r.default)(this,t),(0,a.default)(this,(0,o.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,n.default)(t,[{key:"componentDidMount",value:function(){this.node.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.default.createElement("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"18px",height:"18px",viewBox:"0 0 32 32",enableBackground:"new 0 0 32 32",xmlSpace:"preserve",ref:function(t){e.node=t}},h.default.createElement("polygon",{points:"32,3.5 28.5,0 16,12.5 3.5,0 0,3.5 12.5,16 0,28.5 3.5,32 16,19.5 28.5,32 32,28.5 19.5,16"}))}}]),t}(h.default.Component);t.default=d},function(e,t,i){"use strict";var s=i(8),r=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r(i(3)),a=r(i(4)),o=r(i(5)),c=r(i(6)),h=r(i(7)),d=s(i(0)),u=function(e){function t(){return(0,n.default)(this,t),(0,o.default)(this,(0,c.default)(t).apply(this,arguments))}return(0,h.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return d.default.createElement("svg",{version:"1.1",x:"0px",y:"0px",width:"18px",height:"18px",viewBox:"0 0 32 32",ref:function(t){e.icon=t}},d.default.createElement("g",{id:"Grid","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.0"}),d.default.createElement("g",{id:"Layer_2","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.1"}),d.default.createElement("polygon",{points:"16,29 32,3 24.8,3 16,18.3 7.2,3 0,3","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.1.0"}))}}]),t}(d.Component);t.default=u},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=function(){return r.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},r.default.createElement("polygon",{points:"17 15.4 17 6 15 6 15 16.6 23.8 21.7 24.8 19.9 17 15.4"}),r.default.createElement("path",{d:"M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-4A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"}))};t.default=n},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=i(0).PropTypes||i(1),a=function(e){var t=e.className;return r.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},r.default.createElement("title",null,"listen"),r.default.createElement("path",{d:"M21.4,4.8,20,6.2a14,14,0,0,1,0,19.6l1.4,1.4a16,16,0,0,0,0-22.4Z"}),r.default.createElement("path",{d:"M25.6.5,24.2,2a19.9,19.9,0,0,1,0,28.1l1.4,1.4A22,22,0,0,0,25.6.5Z"}),r.default.createElement("polygon",{points:"16 4 10 10 0 10 0 22 10 22 16 28 16 4"}))};a.propTypes={className:n.string},a.defaultProps={className:""};var o=a;t.default=o},function(e,t,i){"use strict";var s=i(8),r=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r(i(3)),a=r(i(4)),o=r(i(5)),c=r(i(6)),h=r(i(7)),d=s(i(0)),u=function(e){function t(){return(0,n.default)(this,t),(0,o.default)(this,(0,c.default)(t).apply(this,arguments))}return(0,h.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return d.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32","aria-labelledby":"next-chevron-title",ref:function(t){e.icon=t}},d.default.createElement("title",{id:"next-chevron-title"},"Next"),d.default.createElement("desc",null,"Move to the next page"),d.default.createElement("polygon",{points:"26,16 0,0 0,7.2 14.6,16 0,24.8 0,32"}))}}]),t}(d.Component);t.default=u},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=function(){return r.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},r.default.createElement("title",null,"no"),r.default.createElement("polygon",{points:"32 3.5 28.5 0 16 12.5 3.5 0 0 3.5 12.5 16 0 28.5 3.5 32 16 19.5 28.5 32 32 28.5 19.5 16 32 3.5"}))};t.default=n},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=i(0).PropTypes||i(1),a=function(e){var t=e.className;return r.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},r.default.createElement("title",null,"play"),r.default.createElement("polygon",{points:"3 32 29 16 3 0 3 32"}))};a.propTypes={className:n.string},a.defaultProps={className:""};var o=a;t.default=o},function(e,t,i){"use strict";var s=i(8),r=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r(i(3)),a=r(i(4)),o=r(i(5)),c=r(i(6)),h=r(i(7)),d=s(i(0)),u=function(e){function t(){return(0,n.default)(this,t),(0,o.default)(this,(0,c.default)(t).apply(this,arguments))}return(0,h.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return d.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32","aria-labelledby":"previous-chevron-title",ref:function(t){e.icon=t}},d.default.createElement("title",{id:"previous-chevron-title"},"Previous"),d.default.createElement("desc",null,"Move to the previous page"),d.default.createElement("polygon",{points:"0,16 26,0 26,7.2 11.4,16 26,24.8 26,32"}))}}]),t}(d.Component);t.default=u},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=i(0).PropTypes||i(1),a=function(e){var t=e.className;return r.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},r.default.createElement("path",{d:"M16 28C9.4 28 4 22.6 4 16S9.4 4 16 4c.3 0 .7 0 1 .1v-4c-.3-.1-.7-.1-1-.1C7.2 0 0 7.2 0 16s7.2 16 16 16c6.3 0 11.7-3.6 14.3-8.9l-3.5-2c-1.9 4.1-6 6.9-10.8 6.9z"}),r.default.createElement("path",{d:"M15 6v10.6l8.8 5.1 1-1.8-7.8-4.5V6"}),r.default.createElement("circle",{cx:"30",cy:"16",r:"2"}),r.default.createElement("circle",{cx:"28",cy:"9",r:"2"}),r.default.createElement("circle",{cx:"23",cy:"4",r:"2"}))};a.propTypes={className:n.string},a.defaultProps={className:""};var o=a;t.default=o},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=i(0).PropTypes||i(1),a=function(e){var t=e.className,i=e.height,s=e.width;return r.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:s,height:i,viewBox:"0 0 ".concat(s," ").concat(i)},r.default.createElement("title",null,"stop"),r.default.createElement("rect",{width:s,height:i}))};a.propTypes={className:n.string,height:n.number,width:n.number},a.defaultProps={className:"",height:32,width:32};var o=a;t.default=o},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=function(){return r.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},r.default.createElement("title",null,"search"),r.default.createElement("path",{d:"M32,28.5l-8.2-8.2a13,13,0,1,0-3.5,3.5L28.5,32ZM6.6,19.4A9,9,0,1,1,13,22,8.9,8.9,0,0,1,6.6,19.4Z"}))};t.default=n},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(0)),n=function(){return r.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},r.default.createElement("title",null,"yes"),r.default.createElement("polygon",{points:"12.9 28.9 31.9 6.3 28.1 3.1 12.3 21.9 3.3 14.4 0.1 18.2 12.9 28.9"}))};t.default=n},function(e,t,i){"use strict";var s=i(8),r=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r(i(3)),a=r(i(4)),o=r(i(5)),c=r(i(6)),h=r(i(7)),d=s(i(0)),u=function(e){function t(){return(0,n.default)(this,t),(0,o.default)(this,(0,c.default)(t).apply(this,arguments))}return(0,h.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return d.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",ref:function(t){e.svg=t}},d.default.createElement("path",{d:"M29.8 8l-3.5 2c1 1.8 1.6 3.8 1.6 6 0 6.6-5.4 12-12 12S4 22.6 4 16 9.4 4 16 4V0C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16c0-2.9-.8-5.6-2.2-8z"}))}}]),t}(d.Component);t.default=u},function(e,t,i){"use strict";var s=i(2);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(i(3)),n=s(i(4)),a=s(i(5)),o=s(i(6)),c=s(i(7)),h=s(i(0)),d=function(e){function t(){return(0,r.default)(this,t),(0,a.default)(this,(0,o.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,n.default)(t,[{key:"componentDidMount",value:function(){this.node.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.default.createElement("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"32px",height:"32px",viewBox:"0 0 32 32",enableBackground:"new 0 0 32 32",xmlSpace:"preserve",ref:function(t){e.node=t}},h.default.createElement("g",{id:"Grid"}),h.default.createElement("g",{id:"Layer_2"},h.default.createElement("g",null,h.default.createElement("path",{d:"M16,2L0,30h32L16,2z M18,27h-4v-4h4V27z M14,21V11h4v10H14z"}))))}}]),t}(h.default.Component);t.default=d},function(e,t,i){"use strict";function s(e,t){if(null==e)return{};var i,s,r={},n=Object.keys(e);for(s=0;s<n.length;s++)i=n[s],t.indexOf(i)>=0||(r[i]=e[i]);return r}function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e}).apply(this,arguments)}function n(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function a(e){return null!=e&&"object"==typeof e&&1===e.nodeType}function o(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function c(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var i=getComputedStyle(e,null);return o(i.overflowY,t)||o(i.overflowX,t)}return!1}function h(e,t,i,s,r,n,a,o){return n<e&&a>t||n>e&&a<t?0:n<=e&&o<=i||a>=t&&o>=i?n-e-s:a>t&&o<i||n<e&&o>i?a-t+r:0}function d(e){return"function"==typeof e?e:u}function u(){}function l(e,t){null!==e&&$(e,{boundary:t,block:"nearest",scrollMode:"if-needed"}).forEach(function(e){var t=e.el,i=e.top,s=e.left;t.scrollTop=i,t.scrollLeft=s})}function w(e,t){return e===t||e.contains&&e.contains(t)}function b(e,t){function i(){r&&clearTimeout(r)}function s(){for(var s=arguments.length,n=new Array(s),a=0;a<s;a++)n[a]=arguments[a];i(),r=setTimeout(function(){r=null,e.apply(void 0,n)},t)}var r;return s.cancel=i,s}function p(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return function(e){for(var i=arguments.length,s=new Array(i>1?i-1:0),r=1;r<i;r++)s[r-1]=arguments[r];return t.some(function(t){return t&&t.apply(void 0,[e].concat(s)),e.preventDownshiftDefault||e.hasOwnProperty("nativeEvent")&&e.nativeEvent.preventDownshiftDefault})}}function g(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return function(){for(var e=arguments.length,i=new Array(e),s=0;s<e;s++)i[s]=arguments[s];t.forEach(function(e){e&&e.apply(void 0,i)})}}function m(e,t){return!(e=Array.isArray(e)?e[0]:e)&&t?t:e}function z(e){return"string"==typeof e.type}function f(e){return e.props}function y(e){void 0===e&&(e={});var t={};return ee.forEach(function(i){e.hasOwnProperty(i)&&(t[i]=e[i])}),t}function v(e){var t=e.key,i=e.keyCode;return i>=37&&i<=40&&0!==t.indexOf("Arrow")?"Arrow"+t:t}function k(e,t,i){var s=i-1;("number"!=typeof t||t<0||t>=i)&&(t=e>0?-1:s+1);var r=t+e;return r<0?r=s:r>s&&(r=0),r}function x(e,t){var i=j(t);e&&(i.textContent=e,te())}function j(e){void 0===e&&(e=document);var t=e.getElementById("a11y-status-message");return t||((t=e.createElement("div")).setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}function q(e,t,i,s){if(-1===t)return e>0?0:i-1;var r=t+e;return r<0?s?i-1:0:r>=i?s?0:i-1:r}function T(e,t,i,s){var r,n=i.map(function(e){return s(e).toLowerCase()}),a=t+1;return(r=n.slice(a).findIndex(function(t){return t.startsWith(e)}))>-1?r+a:n.slice(0,a).findIndex(function(t){return t.startsWith(e)})}function I(e,t){return Object.keys(e).reduce(function(i,s){return i[s]=s in t?t[s]:e[s],i},{})}function S(e){return/^\S{1}$/.test(e)}function P(e){return""+e.slice(0,1).toUpperCase()+e.slice(1)}function C(e,t,i){Object.keys(t).forEach(function(s){!function(e,t,i,s){var r="on"+P(e)+"Change";t[r]&&void 0!==s[e]&&s[e]!==i[e]&&t[r](s)}(s,e,t,i)}),e.onStateChange&&void 0!==i&&e.onStateChange(i)}function M(e,t,i){var s=e.items,r=e.initialHighlightedIndex,n=e.defaultHighlightedIndex,a=t.selectedItem,o=t.highlightedIndex;return void 0!==r&&o>-1?r:void 0!==n?n:a?0===i?s.indexOf(a):q(i,s.indexOf(a),s.length,!1):0===i?-1:i<0?s.length-1:0}function H(e,t){var i="default"+P(t);return i in e?e[i]:ve[t]}function A(e,t){if(t in e)return e[t];var i="initial"+P(t);return i in e?e[i]:H(e,t)}function R(e,t){var i,s=t.type,n=t.props,a=t.shiftKey;switch(s){case Me:i={highlightedIndex:t.index};break;case He:i={isOpen:H(n,"isOpen"),highlightedIndex:H(n,"highlightedIndex"),selectedItem:n.items[t.index]};break;case Ce:i=r({isOpen:!1,highlightedIndex:-1},e.highlightedIndex>=0&&{selectedItem:n.items[e.highlightedIndex]});break;case xe:i={highlightedIndex:q(a?5:1,e.highlightedIndex,n.items.length,n.circularNavigation)};break;case je:i={highlightedIndex:q(a?-5:-1,e.highlightedIndex,n.items.length,n.circularNavigation)};break;case Te:i={highlightedIndex:0};break;case Ie:i={highlightedIndex:n.items.length-1};break;case qe:i={isOpen:!1,highlightedIndex:-1};break;case Se:i=r({isOpen:H(n,"isOpen"),highlightedIndex:H(n,"highlightedIndex")},e.highlightedIndex>=0&&{selectedItem:n.items[e.highlightedIndex]});break;case Pe:var o=t.key,c=""+e.keysSoFar+o,h=T(c,e.highlightedIndex,n.items,n.itemToString);i=r({keysSoFar:c},h>=0&&{highlightedIndex:h});break;case Ae:var d=t.key,u=""+e.keysSoFar+d,l=T(u,e.selectedItem?n.items.indexOf(e.selectedItem):-1,n.items,n.itemToString);i=r({keysSoFar:u},l>=0&&{selectedItem:n.items[l]});break;case Re:i={isOpen:!0,highlightedIndex:M(n,e,1)};break;case Ee:i={isOpen:!0,highlightedIndex:M(n,e,-1)};break;case Oe:case We:i={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:M(n,e,0)};break;case De:i={isOpen:!0,highlightedIndex:M(n,e,0)};break;case Ne:i={isOpen:!1};break;case Be:i={highlightedIndex:t.highlightedIndex};break;case Le:i={selectedItem:t.selectedItem};break;case Ke:i={keysSoFar:""};break;case Fe:i={highlightedIndex:H(n,"highlightedIndex"),isOpen:H(n,"isOpen"),selectedItem:H(n,"selectedItem")};break;default:throw new Error("Reducer called without proper action type.")}return r({},e,{},i)}function E(e){void 0===e&&(e={}),_e(e);var t=r({},Ve,{},e),i=t.items,n=t.itemToString,a=t.getA11yStatusMessage,o=t.getA11ySelectionMessage,c=t.initialIsOpen,h=t.defaultIsOpen,d=t.scrollIntoView,u=t.environment,l=function(e,t,i){var s=J.a.useCallback(function(t,i){t=I(t,i.props);var s=(0,i.props.stateReducer)(t,r({},i,{changes:e(t,i)}));return C(i.props,t,s),s},[e]),n=J.a.useReducer(s,t),a=n[0],o=n[1];return[I(a,i),o]}(R,function(e){var t=A(e,"selectedItem"),i=A(e,"highlightedIndex"),s=A(e,"isOpen");return{highlightedIndex:i<0&&t?e.items.indexOf(t):i,isOpen:s,selectedItem:t,keysSoFar:""}}(t),t),w=l[0],m=w.isOpen,z=w.highlightedIndex,f=w.selectedItem,y=w.keysSoFar,k=l[1],j=function(e){return k(r({props:t},e))},q=function(e,t){var i=void 0===t?{}:t,s=i.id,r=i.labelId,n=i.menuId,a=i.getItemId,o=i.toggleButtonId,c=void 0===s?"downshift-"+e():s;return{labelId:r||c+"-label",menuId:n||c+"-menu",getItemId:a||function(e){return c+"-item-"+e},toggleButtonId:o||c+"-toggle-button"}}(Z,t),T=q.labelId,P=q.getItemId,M=q.menuId,H=q.toggleButtonId,E=Object(V.useRef)(null),O=Object(V.useRef)(null),W=Object(V.useRef)();W.current=[];var D=Object(V.useRef)(!0),N=Object(V.useRef)(!0);Object(V.useEffect)(function(){D.current||x(a({isOpen:m,items:i,selectedItem:f,itemToString:n}),u.document)},[m]),Object(V.useEffect)(function(){D.current||x(o({isOpen:m,items:i,selectedItem:f,itemToString:n}),u.document)},[f]),Object(V.useEffect)(function(){D.current&&(ye=b(function(){j({type:Ke})},500)),y&&ye()},[y]),Object(V.useEffect)(function(){D.current?(c||h||m)&&O.current.focus():m?O.current.focus():u.document.activeElement===O.current&&E.current.focus()},[m]),Object(V.useEffect)(function(){z<0||!m||!W.current.length||(!1===N.current?N.current=!0:d(W.current[z],O.current))},[z]),Object(V.useEffect)(function(){D.current=!1},[]);var B={ArrowDown:function(e){e.preventDefault(),j({type:xe,shiftKey:e.shiftKey})},ArrowUp:function(e){e.preventDefault(),j({type:je,shiftKey:e.shiftKey})},Home:function(e){e.preventDefault(),j({type:Te})},End:function(e){e.preventDefault(),j({type:Ie})},Escape:function(){j({type:qe})},Enter:function(e){e.preventDefault(),j({type:Se})},Tab:function(e){e.shiftKey&&j({type:Ce})}},L={ArrowDown:function(e){e.preventDefault(),j({type:Re})},ArrowUp:function(e){e.preventDefault(),j({type:Ee})}},K=function(e){var t=v(e);t&&B[t]?B[t](e):S(t)&&j({type:Pe,key:t})},F=function(e){e.relatedTarget!==E.current&&j({type:Ce})},U=function(){j({type:Oe})},_=function(e){var t=v(e);t&&L[t]?L[t](e):S(t)&&j({type:Ae,key:t})};return{getToggleButtonProps:function(e){var t,i=void 0===e?{}:e,n=i.onClick,a=i.onKeyDown,o=i.refKey,c=void 0===o?"ref":o,h=i.ref,d=s(i,["onClick","onKeyDown","refKey","ref"]);return r(((t={})[c]=g(h,function(e){E.current=e}),t.id=H,t["aria-haspopup"]="listbox",t["aria-expanded"]=m,t["aria-labelledby"]=T+" "+H,t.onClick=p(n,U),t.onKeyDown=p(a,_),t),d)},getLabelProps:function(e){return r({id:T},e)},getMenuProps:function(e){var t,i=void 0===e?{}:e,n=i.onKeyDown,a=i.onBlur,o=i.refKey,c=void 0===o?"ref":o,h=i.ref,d=s(i,["onKeyDown","onBlur","refKey","ref"]);return r(((t={})[c]=g(h,function(e){O.current=e}),t.id=M,t.role="listbox",t["aria-labelledby"]=T,t.tabIndex=-1,t),z>-1&&{"aria-activedescendant":P(z)},{onKeyDown:p(n,K),onBlur:p(a,F)},d)},getItemProps:function(e){var t,n=void 0===e?{}:e,a=n.item,o=n.index,c=n.refKey,h=void 0===c?"ref":c,d=n.ref,u=n.onMouseMove,l=n.onClick,w=s(n,["item","index","refKey","ref","onMouseMove","onClick"]),b=function(e,t,i){return void 0!==e?e:0===i.length?-1:i.indexOf(t)}(o,a,i);if(b<0)throw new Error("Pass either item or item index in getItemProps!");return r(((t={})[h]=g(d,function(e){e&&W.current.push(e)}),t.role="option",t),b===z&&{"aria-selected":!0},{id:P(b),onMouseMove:p(u,function(){return function(e){e!==z&&(N.current=!1,j({type:Me,index:e}))}(b)}),onClick:p(l,function(){return function(e){j({type:He,index:e})}(b)})},w)},toggleMenu:function(){j({type:We})},openMenu:function(){j({type:De})},closeMenu:function(){j({type:Ne})},setHighlightedIndex:function(e){j({type:Be,highlightedIndex:e})},selectItem:function(e){j({type:Le,selectedItem:e})},reset:function(){j({type:Fe})},highlightedIndex:z,isOpen:m,selectedItem:f}}function O(){return(O=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e}).apply(this,arguments)}function W(e){return(W="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function D(){return(D=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e}).apply(this,arguments)}function N(e,t){for(var i=0;i<t.length;i++){var s=t[i];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}function B(e,t){return!t||"object"!==W(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function L(e){return(L=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function K(e,t){return(K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function F(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),i.push.apply(i,s)}return i}function U(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function _(e,t){switch(t.type){case Je.stateChangeTypes.keyDownEnter:case Je.stateChangeTypes.clickItem:return function(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?F(i,!0).forEach(function(t){U(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):F(i).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}({},t,{isOpen:e.isOpen,highlightedIndex:e.highlightedIndex});default:return t}}i.r(t);var V=i(0),J=i.n(V),G=i(1),Q=i.n(G);i(9);var $=function(e,t){var i=t.scrollMode,s=t.block,r=t.inline,n=t.boundary,o=t.skipOverflowHiddenElements,d="function"==typeof n?n:function(e){return e!==n};if(!a(e))throw new TypeError("Invalid target");for(var u=document.scrollingElement||document.documentElement,l=[],w=e;a(w)&&d(w);){if((w=w.parentNode)===u){l.push(w);break}w===document.body&&c(w)&&!c(document.documentElement)||c(w,o)&&l.push(w)}for(var b=window.visualViewport?visualViewport.width:innerWidth,p=window.visualViewport?visualViewport.height:innerHeight,g=window.scrollX||pageXOffset,m=window.scrollY||pageYOffset,z=e.getBoundingClientRect(),f=z.height,y=z.width,v=z.top,k=z.right,x=z.bottom,j=z.left,q="start"===s||"nearest"===s?v:"end"===s?x:v+f/2,T="center"===r?j+y/2:"end"===r?k:j,I=[],S=0;S<l.length;S++){var P=l[S],C=P.getBoundingClientRect(),M=C.height,H=C.width,A=C.top,R=C.right,E=C.bottom,O=C.left;if("if-needed"===i&&v>=0&&j>=0&&x<=p&&k<=b&&v>=A&&x<=E&&j>=O&&k<=R)return I;var W=getComputedStyle(P),D=parseInt(W.borderLeftWidth,10),N=parseInt(W.borderTopWidth,10),B=parseInt(W.borderRightWidth,10),L=parseInt(W.borderBottomWidth,10),K=0,F=0,U="offsetWidth"in P?P.offsetWidth-P.clientWidth-D-B:0,_="offsetHeight"in P?P.offsetHeight-P.clientHeight-N-L:0;if(u===P)K="start"===s?q:"end"===s?q-p:"nearest"===s?h(m,m+p,p,N,L,m+q,m+q+f,f):q-p/2,F="start"===r?T:"center"===r?T-b/2:"end"===r?T-b:h(g,g+b,b,D,B,g+T,g+T+y,y),K=Math.max(0,K+m),F=Math.max(0,F+g);else{K="start"===s?q-A-N:"end"===s?q-E+L+_:"nearest"===s?h(A,E,M,N,L+_,q,q+f,f):q-(A+M/2)+_/2,F="start"===r?T-O-D:"center"===r?T-(O+H/2)+U/2:"end"===r?T-R+B+U:h(O,R,H,D,B+U,T,T+y,y);var V=P.scrollLeft,J=P.scrollTop;q+=J-(K=Math.max(0,Math.min(J+K,P.scrollHeight-M+_))),T+=V-(F=Math.max(0,Math.min(V+F,P.scrollWidth-H+U)))}I.push({el:P,top:K,left:F})}return I},Y=0,Z=function(){var e=Object(V.useState)(null),t=e[0],i=e[1];return Object(V.useEffect)(function(){return i(++Y)},[]),t},X=0,ee=["highlightedIndex","inputValue","isOpen","selectedItem","type"],te=b(function(){j().textContent=""},500),ie=0,se=2,re=3,ne=4,ae=5,oe=6,ce=7,he=8,de=9,ue=10,le=11,we=12,be=13,pe=14,ge=Object.freeze({unknown:ie,mouseUp:1,itemMouseEnter:se,keyDownArrowUp:re,keyDownArrowDown:ne,keyDownEscape:ae,keyDownEnter:oe,keyDownHome:ce,keyDownEnd:he,clickItem:de,blurInput:ue,changeInput:le,keyDownSpaceButton:we,clickButton:be,blurButton:pe,controlledPropUpdatedSelectedItem:15,touchEnd:16}),me=function(e){function t(t){var i=e.call(this,t)||this;i.id=i.props.id||"downshift-"+String(X++),i.menuId=i.props.menuId||i.id+"-menu",i.labelId=i.props.labelId||i.id+"-label",i.inputId=i.props.inputId||i.id+"-input",i.getItemId=i.props.getItemId||function(e){return i.id+"-item-"+e},i.input=null,i.items=[],i.itemCount=null,i.previousResultCount=0,i.timeoutIds=[],i.internalSetTimeout=function(e,t){var s=setTimeout(function(){i.timeoutIds=i.timeoutIds.filter(function(e){return e!==s}),e()},t);i.timeoutIds.push(s)},i.setItemCount=function(e){i.itemCount=e},i.unsetItemCount=function(){i.itemCount=null},i.setHighlightedIndex=function(e,t){void 0===e&&(e=i.props.defaultHighlightedIndex),void 0===t&&(t={}),t=y(t),i.internalSetState(r({highlightedIndex:e},t))},i.clearSelection=function(e){i.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:i.props.defaultHighlightedIndex,isOpen:i.props.defaultIsOpen},e)},i.selectItem=function(e,t,s){t=y(t),i.internalSetState(r({isOpen:i.props.defaultIsOpen,highlightedIndex:i.props.defaultHighlightedIndex,selectedItem:e,inputValue:i.props.itemToString(e)},t),s)},i.selectItemAtIndex=function(e,t,s){var r=i.items[e];null!=r&&i.selectItem(r,t,s)},i.selectHighlightedItem=function(e,t){return i.selectItemAtIndex(i.getState().highlightedIndex,e,t)},i.internalSetState=function(e,t){var s,n,a={},o="function"==typeof e;return!o&&e.hasOwnProperty("inputValue")&&i.props.onInputValueChange(e.inputValue,r({},i.getStateAndHelpers(),{},e)),i.setState(function(t){t=i.getState(t);var c=o?e(t):e;c=i.props.stateReducer(t,c),s=c.hasOwnProperty("selectedItem");var h={},d={};return s&&c.selectedItem!==t.selectedItem&&(n=c.selectedItem),c.type=c.type||ie,Object.keys(c).forEach(function(e){t[e]!==c[e]&&(a[e]=c[e]),"type"!==e&&(d[e]=c[e],i.isControlledProp(e)||(h[e]=c[e]))}),o&&c.hasOwnProperty("inputValue")&&i.props.onInputValueChange(c.inputValue,r({},i.getStateAndHelpers(),{},c)),h},function(){d(t)(),Object.keys(a).length>1&&i.props.onStateChange(a,i.getStateAndHelpers()),s&&i.props.onSelect(e.selectedItem,i.getStateAndHelpers()),void 0!==n&&i.props.onChange(n,i.getStateAndHelpers()),i.props.onUserAction(a,i.getStateAndHelpers())})},i.rootRef=function(e){return i._rootNode=e},i.getRootProps=function(e,t){var n,a=void 0===e?{}:e,o=a.refKey,c=void 0===o?"ref":o,h=a.ref,d=s(a,["refKey","ref"]),u=(void 0===t?{}:t).suppressRefError,l=void 0!==u&&u;i.getRootProps.called=!0,i.getRootProps.refKey=c,i.getRootProps.suppressRefError=l;var w=i.getState().isOpen;return r(((n={})[c]=g(h,i.rootRef),n.role="combobox",n["aria-expanded"]=w,n["aria-haspopup"]="listbox",n["aria-owns"]=w?i.menuId:null,n["aria-labelledby"]=i.labelId,n),d)},i.keyDownHandlers={ArrowDown:function(e){var t=this;if(e.preventDefault(),this.getState().isOpen){var i=e.shiftKey?5:1;this.moveHighlightedIndex(i,{type:ne})}else this.internalSetState({isOpen:!0,type:ne},function(){var e=t.getItemCount();e>0&&t.setHighlightedIndex(k(1,t.getState().highlightedIndex,e),{type:ne})})},ArrowUp:function(e){var t=this;if(e.preventDefault(),this.getState().isOpen){var i=e.shiftKey?-5:-1;this.moveHighlightedIndex(i,{type:re})}else this.internalSetState({isOpen:!0,type:re},function(){var e=t.getItemCount();e>0&&t.setHighlightedIndex(k(-1,t.getState().highlightedIndex,e),{type:ne})})},Enter:function(e){var t=this.getState(),i=t.isOpen,s=t.highlightedIndex;if(i&&null!=s){e.preventDefault();var r=this.items[s],n=this.getItemNodeFromIndex(s);if(null==r||n&&n.hasAttribute("disabled"))return;this.selectHighlightedItem({type:oe})}},Escape:function(e){e.preventDefault(),this.reset({type:ae,selectedItem:null,inputValue:""})}},i.buttonKeyDownHandlers=r({},i.keyDownHandlers,{" ":function(e){e.preventDefault(),this.toggleMenu({type:we})}}),i.inputKeyDownHandlers=r({},i.keyDownHandlers,{Home:function(e){this.highlightFirstOrLastIndex(e,!0,{type:ce})},End:function(e){this.highlightFirstOrLastIndex(e,!1,{type:he})}}),i.getToggleButtonProps=function(e){var t=void 0===e?{}:e,n=t.onClick,a=(t.onPress,t.onKeyDown),o=t.onKeyUp,c=t.onBlur,h=s(t,["onClick","onPress","onKeyDown","onKeyUp","onBlur"]),d=i.getState().isOpen,u={onClick:p(n,i.buttonHandleClick),onKeyDown:p(a,i.buttonHandleKeyDown),onKeyUp:p(o,i.buttonHandleKeyUp),onBlur:p(c,i.buttonHandleBlur)};return r({type:"button",role:"button","aria-label":d?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0},h.disabled?{}:u,{},h)},i.buttonHandleKeyUp=function(e){e.preventDefault()},i.buttonHandleKeyDown=function(e){var t=v(e);i.buttonKeyDownHandlers[t]&&i.buttonKeyDownHandlers[t].call(n(i),e)},i.buttonHandleClick=function(e){e.preventDefault(),i.props.environment.document.activeElement===i.props.environment.document.body&&e.target.focus(),i.internalSetTimeout(function(){return i.toggleMenu({type:be})})},i.buttonHandleBlur=function(e){var t=e.target;i.internalSetTimeout(function(){i.isMouseDown||null!=i.props.environment.document.activeElement&&i.props.environment.document.activeElement.id===i.inputId||i.props.environment.document.activeElement===t||i.reset({type:pe})})},i.getLabelProps=function(e){return r({htmlFor:i.inputId,id:i.labelId},e)},i.getInputProps=function(e){var t,n=void 0===e?{}:e,a=n.onKeyDown,o=n.onBlur,c=n.onChange,h=n.onInput,d=(n.onChangeText,s(n,["onKeyDown","onBlur","onChange","onInput","onChangeText"])),u={},l=i.getState(),w=l.inputValue,b=l.isOpen,g=l.highlightedIndex;return d.disabled||((t={}).onChange=p(c,h,i.inputHandleChange),t.onKeyDown=p(a,i.inputHandleKeyDown),t.onBlur=p(o,i.inputHandleBlur),u=t),r({"aria-autocomplete":"list","aria-activedescendant":b&&"number"==typeof g&&g>=0?i.getItemId(g):null,"aria-controls":b?i.menuId:null,"aria-labelledby":i.labelId,autoComplete:"off",value:w,id:i.inputId},u,{},d)},i.inputHandleKeyDown=function(e){var t=v(e);t&&i.inputKeyDownHandlers[t]&&i.inputKeyDownHandlers[t].call(n(i),e)},i.inputHandleChange=function(e){i.internalSetState({type:le,isOpen:!0,inputValue:e.target.value,highlightedIndex:i.props.defaultHighlightedIndex})},i.inputHandleBlur=function(){i.internalSetTimeout(function(){var e=i.props.environment.document&&!!i.props.environment.document.activeElement&&!!i.props.environment.document.activeElement.dataset&&i.props.environment.document.activeElement.dataset.toggle&&i._rootNode&&i._rootNode.contains(i.props.environment.document.activeElement);i.isMouseDown||e||i.reset({type:ue})})},i.menuRef=function(e){i._menuNode=e},i.getMenuProps=function(e,t){var n,a=void 0===e?{}:e,o=a.refKey,c=void 0===o?"ref":o,h=a.ref,d=s(a,["refKey","ref"]),u=(void 0===t?{}:t).suppressRefError,l=void 0!==u&&u;return i.getMenuProps.called=!0,i.getMenuProps.refKey=c,i.getMenuProps.suppressRefError=l,r(((n={})[c]=g(h,i.menuRef),n.role="listbox",n["aria-labelledby"]=d&&d["aria-label"]?null:i.labelId,n.id=i.menuId,n),d)},i.getItemProps=function(e){var t,n=void 0===e?{}:e,a=n.onMouseMove,o=n.onMouseDown,c=n.onClick,h=(n.onPress,n.index),d=n.item,u=void 0===d?void 0:d,l=s(n,["onMouseMove","onMouseDown","onClick","onPress","index","item"]);void 0===h?(i.items.push(u),h=i.items.indexOf(u)):i.items[h]=u;var w=c,b=((t={onMouseMove:p(a,function(){h!==i.getState().highlightedIndex&&(i.setHighlightedIndex(h,{type:se}),i.avoidScrolling=!0,i.internalSetTimeout(function(){return i.avoidScrolling=!1},250))}),onMouseDown:p(o,function(e){e.preventDefault()})}).onClick=p(w,function(){i.selectItemAtIndex(h,{type:de})}),t),g=l.disabled?{onMouseDown:b.onMouseDown}:b;return r({id:i.getItemId(h),role:"option","aria-selected":i.getState().highlightedIndex===h},g,{},l)},i.clearItems=function(){i.items=[]},i.reset=function(e,t){void 0===e&&(e={}),e=y(e),i.internalSetState(function(t){var s=t.selectedItem;return r({isOpen:i.props.defaultIsOpen,highlightedIndex:i.props.defaultHighlightedIndex,inputValue:i.props.itemToString(s)},e)},t)},i.toggleMenu=function(e,t){void 0===e&&(e={}),e=y(e),i.internalSetState(function(t){var s=t.isOpen;return r({isOpen:!s},s&&{highlightedIndex:i.props.defaultHighlightedIndex},{},e)},function(){var s=i.getState(),r=s.isOpen,n=s.highlightedIndex;r&&i.getItemCount()>0&&"number"==typeof n&&i.setHighlightedIndex(n,e),d(t)()})},i.openMenu=function(e){i.internalSetState({isOpen:!0},e)},i.closeMenu=function(e){i.internalSetState({isOpen:!1},e)},i.updateStatus=b(function(){var e=i.getState(),t=i.items[e.highlightedIndex],s=i.getItemCount(),n=i.props.getA11yStatusMessage(r({itemToString:i.props.itemToString,previousResultCount:i.previousResultCount,resultCount:s,highlightedItem:t},e));i.previousResultCount=s,x(n,i.props.environment.document)},200);var a=i.props,o=a.defaultHighlightedIndex,c=a.initialHighlightedIndex,h=void 0===c?o:c,u=a.defaultIsOpen,l=a.initialIsOpen,w=void 0===l?u:l,m=a.initialInputValue,z=void 0===m?"":m,f=a.initialSelectedItem,j=void 0===f?null:f,q=i.getState({highlightedIndex:h,isOpen:w,inputValue:z,selectedItem:j});return null!=q.selectedItem&&void 0===i.props.initialInputValue&&(q.inputValue=i.props.itemToString(q.selectedItem)),i.state=q,i}var i,a;a=e,(i=t).prototype=Object.create(a.prototype),i.prototype.constructor=i,i.__proto__=a;var o=t.prototype;return o.internalClearTimeouts=function(){this.timeoutIds.forEach(function(e){clearTimeout(e)}),this.timeoutIds=[]},o.getState=function(e){var t=this;return void 0===e&&(e=this.state),Object.keys(e).reduce(function(i,s){return i[s]=t.isControlledProp(s)?t.props[s]:e[s],i},{})},o.isControlledProp=function(e){return void 0!==this.props[e]},o.getItemCount=function(){var e=this.items.length;return null!=this.itemCount?e=this.itemCount:void 0!==this.props.itemCount&&(e=this.props.itemCount),e},o.getItemNodeFromIndex=function(e){return this.props.environment.document.getElementById(this.getItemId(e))},o.scrollHighlightedItemIntoView=function(){var e=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(e,this._menuNode)},o.moveHighlightedIndex=function(e,t){var i=this.getItemCount();if(i>0){var s=k(e,this.getState().highlightedIndex,i);this.setHighlightedIndex(s,t)}},o.highlightFirstOrLastIndex=function(e,t,i){var s=this.getItemCount()-1;s<0||!this.getState().isOpen||(e.preventDefault(),this.setHighlightedIndex(t?0:s,i))},o.getStateAndHelpers=function(){var e=this.getState(),t=e.highlightedIndex,i=e.inputValue,s=e.selectedItem,r=e.isOpen,n=this.props.itemToString,a=this.id,o=this.getRootProps,c=this.getToggleButtonProps,h=this.getLabelProps,d=this.getMenuProps,u=this.getInputProps,l=this.getItemProps,w=this.openMenu,b=this.closeMenu,p=this.toggleMenu,g=this.selectItem,m=this.selectItemAtIndex,z=this.selectHighlightedItem,f=this.setHighlightedIndex,y=this.clearSelection,v=this.clearItems;return{getRootProps:o,getToggleButtonProps:c,getLabelProps:h,getMenuProps:d,getInputProps:u,getItemProps:l,reset:this.reset,openMenu:w,closeMenu:b,toggleMenu:p,selectItem:g,selectItemAtIndex:m,selectHighlightedItem:z,setHighlightedIndex:f,clearSelection:y,clearItems:v,setItemCount:this.setItemCount,unsetItemCount:this.unsetItemCount,setState:this.internalSetState,itemToString:n,id:a,highlightedIndex:t,inputValue:i,isOpen:r,selectedItem:s}},o.componentDidMount=function(){var e=this,t=function(t,i){void 0===i&&(i=!0);var s=e.props.environment.document;return[e._rootNode,e._menuNode].some(function(e){return e&&(w(e,t)||i&&w(e,s.activeElement))})},i=function(){e.isMouseDown=!0},s=function(i){e.isMouseDown=!1,!t(i.target)&&e.getState().isOpen&&e.reset({type:1},function(){return e.props.onOuterClick(e.getStateAndHelpers())})},r=function(){e.isTouchMove=!1},n=function(){e.isTouchMove=!0},a=function(i){var s=t(i.target,!1);e.isTouchMove||s||!e.getState().isOpen||e.reset({type:16},function(){return e.props.onOuterClick(e.getStateAndHelpers())})},o=this.props.environment;o.addEventListener("mousedown",i),o.addEventListener("mouseup",s),o.addEventListener("touchstart",r),o.addEventListener("touchmove",n),o.addEventListener("touchend",a),this.cleanup=function(){e.internalClearTimeouts(),e.updateStatus.cancel(),o.removeEventListener("mousedown",i),o.removeEventListener("mouseup",s),o.removeEventListener("touchstart",r),o.removeEventListener("touchmove",n),o.removeEventListener("touchend",a)}},o.shouldScroll=function(e,t){var i=(void 0===this.props.highlightedIndex?this.getState():this.props).highlightedIndex,s=(void 0===t.highlightedIndex?e:t).highlightedIndex;return i&&this.getState().isOpen&&!e.isOpen||i!==s},o.componentDidUpdate=function(e,t){this.isControlledProp("selectedItem")&&this.props.selectedItemChanged(e.selectedItem,this.props.selectedItem)&&this.internalSetState({type:15,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(t,e)&&this.scrollHighlightedItemIntoView(),this.updateStatus()},o.componentWillUnmount=function(){this.cleanup()},o.render=function(){var e=m(this.props.children,u);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;var t=m(e(this.getStateAndHelpers()));return t?this.getRootProps.called||this.props.suppressRefError?t:z(t)?J.a.cloneElement(t,this.getRootProps(f(t))):void 0:null},t}(V.Component);me.defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:function(e){var t=e.isOpen,i=e.selectedItem,s=e.resultCount,r=e.previousResultCount,n=e.itemToString;return t?s?s!==r?s+" result"+(1===s?" is":"s are")+" available, use up and down arrow keys to navigate. Press Enter key to select.":"":"No results are available.":i?n(i):""},itemToString:function(e){return null==e?"":String(e)},onStateChange:u,onInputValueChange:u,onUserAction:u,onChange:u,onSelect:u,onOuterClick:u,selectedItemChanged:function(e,t){return e!==t},environment:"undefined"==typeof window?{}:window,stateReducer:function(e,t){return t},suppressRefError:!1,scrollIntoView:l},me.stateChangeTypes=ge;var ze,fe,ye,ve={highlightedIndex:-1,isOpen:!1,selectedItem:null},ke={items:Q.a.array.isRequired,itemToString:Q.a.func,getA11yStatusMessage:Q.a.func,getA11ySelectionMessage:Q.a.func,circularNavigation:Q.a.bool,highlightedIndex:Q.a.number,defaultHighlightedIndex:Q.a.number,initialHighlightedIndex:Q.a.number,isOpen:Q.a.bool,defaultIsOpen:Q.a.bool,initialIsOpen:Q.a.bool,selectedItem:Q.a.any,initialSelectedItem:Q.a.any,defaultSelectedItem:Q.a.any,id:Q.a.string,labelId:Q.a.string,menuId:Q.a.string,getItemId:Q.a.func,toggleButtonId:Q.a.string,stateReducer:Q.a.func,onSelectedItemChange:Q.a.func,onHighlightedIndexChange:Q.a.func,onStateChange:Q.a.func,onIsOpenChange:Q.a.func,environment:Q.a.shape({addEventListener:Q.a.func,removeEventListener:Q.a.func,document:Q.a.shape({getElementById:Q.a.func,activeElement:Q.a.any,body:Q.a.any})})},xe=0,je=1,qe=2,Te=3,Ie=4,Se=5,Pe=6,Ce=7,Me=8,He=9,Ae=10,Re=11,Ee=12,Oe=13,We=14,De=15,Ne=16,Be=17,Le=18,Ke=19,Fe=20,Ue=Object.freeze({MenuKeyDownArrowDown:xe,MenuKeyDownArrowUp:je,MenuKeyDownEscape:qe,MenuKeyDownHome:Te,MenuKeyDownEnd:Ie,MenuKeyDownEnter:Se,MenuKeyDownCharacter:Pe,MenuBlur:Ce,ItemMouseMove:Me,ItemClick:He,ToggleButtonKeyDownCharacter:Ae,ToggleButtonKeyDownArrowDown:Re,ToggleButtonKeyDownArrowUp:Ee,ToggleButtonClick:Oe,FunctionToggleMenu:We,FunctionOpenMenu:De,FunctionCloseMenu:Ne,FunctionSetHighlightedIndex:Be,FunctionSelectItem:Le,FunctionClearKeysSoFar:Ke,FunctionReset:Fe}),_e=(ze=E,fe=ke,function(e){void 0===e&&(e={}),Object.entries(fe).forEach(function(t){var i=t[0];Q.a.checkPropTypes(fe,e,i,ze.name)})}),Ve={itemToString:function(e){return e?String(e):""},stateReducer:function(e,t){return t.changes},getA11yStatusMessage:function(e){var t=e.isOpen,i=e.items;if(!i)return"";var s=i.length;return t?0===s?"No results are available":s+" result"+(1===s?" is":"s are")+" available, use up and down arrow keys to navigate. Press Enter key to select.":""},getA11ySelectionMessage:function(e){var t=e.selectedItem;return(0,e.itemToString)(t)+" has been selected."},scrollIntoView:l,environment:"undefined"==typeof window?{}:window};E.stateChangeTypes=Ue;var Je=me,Ge=i(10),Qe=i(11),$e=i.n(Qe),Ye=function(e){return $e.a.nfd(e.toLowerCase().trim().replace(/[^\w\s]|_/g,"").replace(/\s{2,}/g," ").substring(0,100))},Ze=function(e,t){var i=e.split(new RegExp("(".concat(t,")"),"gi"));return J.a.createElement("span",null,i.map(function(e,i){return J.a.createElement("span",{key:i,style:e.toLowerCase()===t.toLowerCase()?{fontWeight:"bold"}:{}},e)}))},Xe=function(e){var t=e.getItemProps,i=e.getItemClassName,s=e.children;return J.a.createElement("li",O({className:"ec-search-bar__result-item ".concat(i())},t()),s)},et=Xe;Xe.displayName="SearchResultItem",Xe.propTypes={getItemProps:Q.a.func.isRequired,getItemClassName:Q.a.func.isRequired,children:Q.a.node};var tt=i(12),it={container:"free-text-content-filter",label:"start-filter",isClick:"true"},st=function(){return J.a.createElement("div",{className:"ec-search-bar__icon"},J.a.createElement(Ge.GelSearchIcon,null))},rt=function(e){var t=e.clearSelection,i=e.closeMenu;return J.a.createElement("button",{className:"ec-search-bar__close-button",onClick:function(e){e.preventDefault(),t(),i()},"aria-label":"Clear search results"},J.a.createElement(Ge.GelCloseIcon,null))},nt=function(e){function t(e){var i;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),(i=B(this,L(t).call(this,e))).timeout=0,i.state={searchResults:[],searchQuery:""},i}var i,s;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&K(e,t)}(t,J.a.Component),i=t,(s=[{key:"dispatchCustomEvent",value:function(e){document.dispatchEvent(new CustomEvent("bbc-user-event",{detail:e}))}},{key:"triggerDelayedEvent",value:function(e,t){var i=this;this.timeout&&clearTimeout(this.timeout),this.timeout=setTimeout(function(){i.dispatchCustomEvent({container:"free-text-content-filter",label:"query-results",metadata:{RES:"".concat(e)},personalisation:{QRY:"".concat(t)}})},2e3)}},{key:"componentDidUpdate",value:function(e,t){var i=this,s=this.state.searchQuery;if(t.searchQuery!==s){var r=this.props,n=r.searchRequest,a=r.maxResults,o=Ye(s);o.trim()?n(o).then(function(e){i.setState({searchResults:e.slice(0,a)},function(){if(o&&o.length>=2){var e=i.state.searchResults;i.triggerDelayedEvent(e.length,o)}})}):this.setState({searchResults:[]})}}},{key:"render",value:function(){var e=this,t=this.props,i=t.placeholderText,s=t.minInputLength,r=this.state,n=r.searchResults,a=r.searchQuery;return J.a.createElement(Je,{inputValue:a,itemToString:function(){return a},onChange:function(e){return window.location.assign(e.url)},isOpen:!!a,onInputValueChange:function(t){e.setState({searchQuery:t})},onOuterClick:Object(tt.onOuterClick)(this),stateReducer:_,scrollIntoView:function(e){e&&e.scrollIntoView({behavior:"smooth",block:"end",inline:"nearest"})}},function(t){var r=t.getInputProps,o=t.getItemProps,c=t.inputValue,h=t.getLabelProps,d=t.getMenuProps,u=t.highlightedIndex,l=t.closeMenu,w=t.clearSelection;return J.a.createElement("div",{className:"ec-search-bar"},J.a.createElement("form",{className:"ec-search-bar__form"},J.a.createElement("label",D({},h(),{className:"ec-search-bar__label"}),i),J.a.createElement("input",D({className:"ec-search-bar__querybox",placeholder:i,onFocus:function(){return e.dispatchCustomEvent(it)}},r())),c?J.a.createElement(rt,{clearSelection:w,closeMenu:l}):J.a.createElement(st,null),J.a.createElement("ul",D({className:"ec-search-bar__results"},d()),c.length>=s?n.map(function(t,i){return J.a.createElement(et,{key:t.id,getItemProps:function(){return o({key:t.id,index:i,item:t})},getItemClassName:function(){return u===i?"ec-search-bar__result-item--active":""}},J.a.createElement("a",{key:t.id,className:u===i?"ec-search-bar__result-item-link--active":"ec-search-bar__result-item-link",href:t.url,onClick:function(s){s.preventDefault(),e.dispatchCustomEvent({container:"free-text-content-filter",label:t.headline,metadata:{RES:"".concat(n.length),POS:"".concat(i+1)},personalisation:{QRY:"".concat(Ye(a))},result:t.url,isClick:"true"})}},Ze(t.headline,c)))}):null),c.length>=s&&0===n.length?J.a.createElement("label",D({},h(),{className:"ec-search-bar__no-results-label"}),"We couldn't find results for \"",c,'"'):null))})}}])&&N(i.prototype,s),t}();rt.propTypes={clearSelection:Q.a.func.isRequired,closeMenu:Q.a.func.isRequired},nt.propTypes={searchRequest:Q.a.func.isRequired,placeholderText:Q.a.string,maxResults:Q.a.number,minInputLength:Q.a.number},nt.defaultProps={maxResults:25,minInputLength:2};var at=nt;t.default=at}])}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-baseplate-content-view@5.32.0"]={"@bbc/education-link":"1.1.0","@bbc/education-pagination":"0.1.0","bbc-morph-baseplate-data":"5.6.3","bbc-morph-bitesize-dynamic-index-data":"1.15.0","bbc-morph-bitesize-search-view":"1.18.0","bbc-morph-gel-icons":"5.0.7","bbc-morph-superagent":"2.0.0","imager.js":"0.5.1",lodash:"4.17.20","morph-container":"4.0.0","morph-static-prefix":"3.0.0",react:"0.14.7"},function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={exports:{},id:r,loaded:!1};return e[r].call(i.exports,i,i.exports,t),i.loaded=!0,i.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){Morph.modules["bbc-morph-baseplate-content-view@5.32.0"]=n(1)},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=9)}([function(e,t){e.exports=n(2)},function(e,t,n){"use strict";var r=n(0);e.exports=r.PropTypes.shape({title:r.PropTypes.string.isRequired,section:r.PropTypes.string,synopsis:r.PropTypes.string,attribution:r.PropTypes.string,description:r.PropTypes.string,label:r.PropTypes.string,url:r.PropTypes.string.isRequired,image:r.PropTypes.shape({pid:r.PropTypes.string,recipe:r.PropTypes.string}).isRequired,icon:r.PropTypes.string,isExtLink:r.PropTypes.boolean})},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var u=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),l=n(0),c=r(l),s=n(4),f=r(s),p=n(13),d=n(1),h=r(d),y=n(14),v=r(y),g=n(16),m=r(g),_=12,b=function(e){var t=e.recipe;return t?"https://"+t.replace("$recipe","{width}xn"):""},w=function(e){function t(){return i(this,t),o(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return a(t,e),u(t,[{key:"componentDidMount",value:function(){(0,v.default)(".promo-image--lazyload","promo-image--lazyloaded")}},{key:"render",value:function(){var e=this.props,t=e.className,n=e.columnSpan,r=e.body,i=r.image,o=r.title,a=r.synopsis,u=r.attribution,l=r.label,s=r.url,d=r.icon,h=r.isExtLink,y=r.description,v=e.tabbable,g=e.section,_=["promo",t||"gel-"+n+"/12"],w=i&&b(i),x=(0,p.getIconName)(d,h);return c.default.createElement("div",{className:_.join(" ")},c.default.createElement("a",{className:"promo-link",href:s,tabIndex:v?"0":"-1","aria-hidden":!v},c.default.createElement("div",{className:"promo-image-container","aria-hidden":!0},w&&c.default.createElement("div",{className:"promo-image--lazyload","data-src":w,"data-alt":o,"data-class":"promo-image"}),l&&c.default.createElement("div",{className:"promo-label-container"},"live"===l?c.default.createElement("div",null,c.default.createElement(m.default,null),c.default.createElement("div",{className:"promo-label--live"},l)):c.default.createElement("div",{className:"promo-label"},l)),x&&c.default.createElement(f.default,{iconName:x})),c.default.createElement("div",{className:"promo-footer"},c.default.createElement("h2",{className:"promo-title"},o),a?c.default.createElement("p",{className:"promo-synopsis"},a):null,"topics"===g&&y&&c.default.createElement("p",{className:"promo-description"},y)||u&&c.default.createElement("h5",{className:"promo-attribution"},u))))}}]),t}(l.Component);t.default=w,w.propTypes={body:h.default.isRequired,className:l.PropTypes.string,tabbable:l.PropTypes.bool,columnSpan:l.PropTypes.number,section:l.PropTypes.string},w.defaultProps={className:"",tabbable:!0,columnSpan:_,section:null},e.exports=t.default},function(e,t){e.exports=n(3)},function(e,t){e.exports=n(9)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},o=n(0),a=r(o),u=n(12),l=r(u),c=n(17),s=r(c),f=n(18),p=r(f),d=n(7),h=r(d),y=n(19),v=r(y),g=n(20),m=r(g),_=n(22),b=r(_),w=n(1),x=r(w),E=function(e){return"primary-index"===e?m.default:h.default},P=function(e,t){return{"layout-hero-2":s.default,"layout-branding-colour-3":E(t),"layout-branding-image-3":v.default,"layout-pocket":b.default,"layout-row-4":l.default,"layout-2-with-links":p.default}[e]||l.default},T=function(e){var t=e.body,n=e.collectionIndex,r=e.project,o=e.pageType,u=P(t.layout,o);return a.default.createElement("div",{className:"collection"},a.default.createElement(u,i({collectionIndex:n,project:r},t)))};T.propTypes={body:o.PropTypes.shape({promos:o.PropTypes.arrayOf(x.default),title:o.PropTypes.string,section:o.PropTypes.string,layout:o.PropTypes.string,brandingColour:o.PropTypes.string,brandingImage:o.PropTypes.shape({pid:o.PropTypes.string,recipe:o.PropTypes.string})}).isRequired,collectionIndex:o.PropTypes.number.isRequired,project:o.PropTypes.string.isRequired,pageType:o.PropTypes.string},T.defaultProps={body:{promos:[],title:"",section:null,layout:"layout-row-4",brandingColour:null,brandingImage:null},pageType:null},t.default=T,e.exports=t.default},function(e,t,n){"use strict";e.exports={normalizeProjectName:function(e){return e.replace("baseplate-","").replace("blocks-","")}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(3),u=n(2),l=r(u),c=n(1),s=r(c),f=function(e){var t=e.brandingColour,n=e.titleColour,r=e.title,i=e.promos,u=e.collectionIndex,c=e.project,s=e.children;return o.default.createElement("div",{className:"layout-branding-colour-3",style:{backgroundColor:t}},o.default.createElement("div",{className:"collection-content"},o.default.createElement("div",{className:"gel-layout gel-layout--center"},r&&o.default.createElement("h2",{className:"collection-title collection-title--"+n+" gel-layout__item"},r)),o.default.createElement("div",{className:"gel-layout gel-layout--center gel-layout--equal"},(0,a.take)(3)(i).map(function(e,t){return o.default.createElement(l.default,{project:c,body:e,key:"promo-"+e.id+"-"+t,className:"gel-layout__item",collectionIndex:u,promoIndex:t})})),s))};f.propTypes={project:i.PropTypes.string.isRequired,title:i.PropTypes.string,titleColour:i.PropTypes.string,promos:i.PropTypes.arrayOf(s.default),brandingColour:i.PropTypes.string.isRequired,collectionIndex:i.PropTypes.number.isRequired,children:i.PropTypes.node},f.defaultProps={title:void 0,titleColour:"dark",promos:[],children:void 0},t.default=f,e.exports=t.default},function(e,t){e.exports=n(10)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(10),o=r(i),a=n(11),u=r(a),l=27;t.default=o.default.create(u.default,{data:function(e){return"error"===e.type?{}:"collection-index"===e.type?{data:{uri:{data:"bbc-morph-bitesize-dynamic-index-data",slug:e.id,language:e.language,page:e.page||1,pageSize:l,type:e.type},updates:!1,requireSuccess:!0}}:"tags"===e.type?{data:{uri:{data:"bbc-morph-bitesize-dynamic-index-data",id:e.id,language:e.language,page:e.page||1,pageSize:l,type:e.type},updates:!1,requireSuccess:!0}}:{data:{uri:{data:"bbc-morph-baseplate-data",id:e.id,type:e.type||"index-page",project:e.project,preview:e.preview===!0||"true"===e.preview,language:e.language,page:e.page||1,pageSize:l,pageType:e.pageType},updates:!1,requireSuccess:!0}}}}),e.exports=t.default},function(e,t){e.exports=n(11)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(5),u=r(a),l=n(23),c=r(l),s=n(27),f=r(s),p=n(2),d=r(p),h=n(28),y=r(h),v=n(6),g=function(e){var t=e.data.body,n=e.type,r=e.project,i=e.code,a=e.urlTemplate,l=e.page,s=e.pageType,p=e.id,h=(0,v.normalizeProjectName)(r);switch(n){case"collection":return o.default.createElement("div",{className:"gel-wrap"},o.default.createElement(u.default,{project:h,body:t,collectionIndex:0}));case"error":return o.default.createElement(c.default,{project:h,code:parseInt(i,10)});case"promo":return o.default.createElement(d.default,{project:h,body:t,columnSpan:6,collectionIndex:0,promoIndex:0});case"tags":case"collection-index":return o.default.createElement(y.default,{id:p,project:h,urlTemplate:a,title:t.title,description:t.description,items:t.items,pageData:l&&t.pageData,section:t.section});default:return o.default.createElement(f.default,{project:h,collections:t.collections,showTitle:t.showTitle,title:t.title,shortDescription:t.shortDescription,callToAction:t.callToAction,pageType:s})}};g.propTypes={project:i.PropTypes.string,type:i.PropTypes.string,code:i.PropTypes.string,urlTemplate:i.PropTypes.string,data:i.PropTypes.shape({body:i.PropTypes.object}),page:i.PropTypes.number,pageType:i.PropTypes.string,id:i.PropTypes.string},g.defaultProps={project:"Error",type:"index-page",code:"500",urlTemplate:"/{project}/articles/{zid}",data:{body:{}},page:null,pageType:null,id:null},t.default=g,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(3),u=n(2),l=r(u),c=n(1),s=r(c),f=function(e){var t=e.title,n=e.promos,r=e.collectionIndex,i=e.project,u=e.section,c=(0,a.take)(4)(n),s=t?o.default.createElement("h2",{className:"collection-title"},t):"";return o.default.createElement("div",{className:"collection-content"},s,o.default.createElement("div",{className:"gel-layout gel-layout--equal layout-row-4"},c.map(function(e,t){return o.default.createElement(l.default,{project:i,body:e,key:"promo-"+e.id+"-"+t,className:"gel-layout__item",collectionIndex:r,promoIndex:t,section:u})})))};f.propTypes={project:i.PropTypes.string.isRequired,title:i.PropTypes.string,section:i.PropTypes.string,promos:i.PropTypes.arrayOf(s.default),collectionIndex:i.PropTypes.number.isRequired},f.defaultProps={title:void 0,section:void 0,promos:[]},t.default=f,e.exports=t.default},function(e,t,n){"use strict";var r="external-link",i={"[none]":null,video:"video",audio:"audio",image:"image",list:"list",document:"document",podcast:"podcast",slideshow:"slideshow",activity:"activity",quiz:"quiz",newsletter:"newsletter",interactive:"interactive","revision-guide":"revision-guide",timeline:"timeline",map:"map",collection:"collection",upload:"upload","video-collection":"video-collection"},o=function(e){return"true"===e||e===!0};e.exports={getIconName:function(e,t){return o(t)?r:i[e]}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:".lazyload",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"lazyloaded",r=n(15),i=window.document.querySelector("[data-class]");i&&new r(e,{availableWidths:[160,208,240,288,320,336,448,480,576,608,688,832],className:t,lazyload:!0,lazyloadOffset:200,scrollDelay:100})};t.default=r,e.exports=t.default},function(e,t){e.exports=n(12)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=function(){return o.default.createElement("svg",{focusable:"false","aria-hidden":"true",fill:"#fff",height:"12px",viewBox:"0 0 32 32",className:"promo-label--live__icon-outer"},o.default.createElement("path",{d:"M16 4c6.6 0 12 5.4 12 12s-5.4 12-12 12S4 22.6 4 16 9.4 4 16 4zm0-4C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0z"}),o.default.createElement("circle",{className:"promo-label--live__icon-center",cx:"16",cy:"16",r:"8.5"}))};t.default=a,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(3),u=n(2),l=r(u),c=n(1),s=r(c),f=function(e){var t=e.title,n=e.promos,r=e.collectionIndex,i=e.project,u=e.section;return o.default.createElement("div",{className:"collection-content"},t&&o.default.createElement("h2",{className:"collection-title"},t),o.default.createElement("div",{className:"gel-layout gel-layout--equal layout-hero-2"},(0,a.take)(3)(n).map(function(e,t){return o.default.createElement(l.default,{project:i,body:e,key:"promo-"+e.id+"-"+t,className:"gel-layout__item",collectionIndex:r,promoIndex:t,section:u})})))};f.propTypes={project:i.PropTypes.string.isRequired,title:i.PropTypes.string,section:i.PropTypes.string,promos:i.PropTypes.arrayOf(s.default),collectionIndex:i.PropTypes.number.isRequired},f.defaultProps={title:void 0,section:null,promos:[]},t.default=f,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(3),u=n(4),l=r(u),c=n(2),s=r(c),f=n(1),p=r(f),d=function(e){var t=e.promos,n=e.title1,r=e.title2,i=e.collectionIndex,u=e.project;return o.default.createElement("div",{className:"collection-content"},o.default.createElement("div",{className:"gel-layout gel-layout--equal layout-2-with-links"},(0,a.take)(2)(t).map(function(e,t){return{promo:e,title:0===t?n:r}}).map(function(e,t){var a=e.promo,c=e.title,f=c.text,p=c.url;return o.default.createElement("div",{className:"gel-layout__item promo-container",key:"promo-"+a.id+"-"+t},n.text||r.text?o.default.createElement("h2",{className:"collection-title"},f&&p?o.default.createElement("a",{className:"collection-title-link",href:p},o.default.createElement("span",null,f),o.default.createElement(l.default,{iconName:"next"})):f):null,o.default.createElement(s.default,{project:u,body:a,collectionIndex:i,promoIndex:t}))})))};d.propTypes={project:i.PropTypes.string.isRequired,promos:i.PropTypes.arrayOf(p.default),title1:i.PropTypes.shape({text:i.PropTypes.string,url:i.PropTypes.string}),title2:i.PropTypes.shape({text:i.PropTypes.string,url:i.PropTypes.string}),collectionIndex:i.PropTypes.number.isRequired},d.defaultProps={promos:[],title1:{},title2:{}},t.default=d,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(3),u=n(2),l=r(u),c=n(1),s=r(c),f=function(e){var t=e&&e.recipe?'url("https://'+e.recipe.replace("$recipe","1200xn")+'")':null;return t?{backgroundImage:t}:null},p=function(e){var t=e.title,n=e.titleColour,r=e.promos,i=e.brandingImage,u=e.collectionIndex,c=e.project;return o.default.createElement("div",{className:"layout-branding-image-3",style:f(i)},o.default.createElement("div",{className:"collection-content"},o.default.createElement("div",{className:"gel-layout gel-layout--center"},t&&o.default.createElement("h2",{className:"collection-title collection-title--"+n+" gel-layout__item"},t)),o.default.createElement("div",{className:"gel-layout gel-layout--center gel-layout--equal"},(0,a.take)(3)(r).map(function(e,t){return o.default.createElement(l.default,{project:c,body:e,key:"promo-"+e.id+"-"+t,className:"gel-layout__item",collectionIndex:u,promoIndex:t})}))))};p.propTypes={project:i.PropTypes.string.isRequired,title:i.PropTypes.string,titleColour:i.PropTypes.string,promos:i.PropTypes.arrayOf(s.default),brandingImage:i.PropTypes.shape({pid:i.PropTypes.string,recipe:i.PropTypes.string}).isRequired,collectionIndex:i.PropTypes.number.isRequired},p.defaultProps={title:void 0,titleColour:"dark",promos:[]},t.default=p,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(21),u=r(a),l=n(7),c=r(l),s=n(1),f=r(s),p=function(e){var t=e.title,n=e.titleColour,r=e.promos,i=e.collectionIndex,a=e.project,l=e.link,s=o.default.createElement("div",{className:"link-container"},o.default.createElement(u.default,{title:l.text,url:l.url,brand:"my-bitesize"}));return o.default.createElement("div",{className:"layout-branding-colour-three-with-link"},o.default.createElement(c.default,{title:t,titleColour:n,promos:r,collectionIndex:i,project:a},s))};p.propTypes={project:i.PropTypes.string.isRequired,title:i.PropTypes.string,titleColour:i.PropTypes.string,promos:i.PropTypes.arrayOf(f.default),collectionIndex:i.PropTypes.number.isRequired,link:i.PropTypes.shape({text:i.PropTypes.string.isRequired,url:i.PropTypes.string.isRequired}).isRequired},p.defaultProps={title:void 0,titleColour:"dark",promos:[]},t.default=p,e.exports=t.default},function(e,t){e.exports=n(13)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var u=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),l=n(0),c=r(l),s=n(3),f=n(4),p=r(f),d=n(2),h=r(d),y=n(1),v=r(y),g=function(e){var t=e.onClick;return c.default.createElement("div",{className:"layout-pocket__mask",onClick:t,role:"presentation"},c.default.createElement("button",{className:"layout-pocket__show-more",onClick:t},"Show More",c.default.createElement(p.default,{iconName:"down"})))};g.propTypes={onClick:l.PropTypes.func.isRequired};var m=function(e){function t(e){i(this,t);var n=o(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e)),r=(0,s.chunk)(4)(n.props.promos),a=2,u=r.length-a>0;return n.state={allRows:r,visibleRows:a,moreToShow:u},n}return a(t,e),u(t,[{key:"showMore",value:function(){var e=this.state.visibleRows+2,t=this.state.allRows.length-e>0,n=this["collectionRow"+this.state.visibleRows].querySelector("a");n&&n.focus(),this.setState({visibleRows:e,moreToShow:t})}},{key:"render",value:function(){var e=this,t=this.props,n=t.title,r=t.collectionIndex,i=t.project,o=this.state,a=o.allRows,u=o.visibleRows,l=o.moreToShow,s=function(e){return e>u?"layout-pocket__row--hidden":"gel-layout gel-layout--equal layout-row-4 layout-pocket__row "+(l&&e===u?"layout-pocket__row--last":"")};return c.default.createElement("div",{className:"collection-content layout-pocket"},n&&c.default.createElement("h2",{className:"collection-title"},n),a.map(function(t,n){return c.default.createElement("div",{key:r+"-row-"+n,className:s(n),ref:function(t){e["collectionRow"+n]=t}},t.map(function(e,t){return c.default.createElement(h.default,{project:i,body:e,key:"promo-"+e.id+"-"+t,className:"gel-layout__item",collectionIndex:r,promoIndex:n,tabbable:!l||n<u})}))}),l&&c.default.createElement(g,{onClick:this.showMore.bind(this)}))}}]),t}(l.Component);m.propTypes={project:l.PropTypes.string.isRequired,title:l.PropTypes.string,promos:l.PropTypes.arrayOf(v.default),collectionIndex:l.PropTypes.number.isRequired},m.defaultProps={title:void 0,promos:[]},t.default=m,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var u=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),l=n(0),c=r(l),s=n(4),f=r(s),p=n(24),d=r(p),h=n(6),y=function(e){try{return n(25)("./"+(0,h.normalizeProjectName)(e)+".json")}catch(e){return[]}},v=function(e){var t=e.suggestionLinks;return c.default.createElement("div",{className:"error-container"},c.default.createElement("h2",null,"Sorry, but we’re having difficulties showing you the page you asked for."),c.default.createElement("p",null,"The content might have been moved or deleted, or you may have mis-typed the link."),t.length>0&&c.default.createElement("div",null,c.default.createElement("p",null,"Please try one of the following options instead:"),c.default.createElement("ul",null,t.map(function(e,t){return c.default.createElement("li",{key:t.toString()},c.default.createElement("a",{href:e.link},e.title))}))))};v.propTypes={suggestionLinks:l.PropTypes.arrayOf(l.PropTypes.shape({title:l.PropTypes.string.isRequired,link:l.PropTypes.string.isRequired})).isRequired};var g=function(e){var t=e.suggestionLinks;return c.default.createElement("div",{className:"error-container"},c.default.createElement("h2",null,"Sorry, but we’re having difficulties showing you the page you asked for."),c.default.createElement("p",null,"Please check back later..."),t.length>0&&c.default.createElement("div",null,c.default.createElement("p",null,"Please try one of the following options instead:"),c.default.createElement("ul",null,t.map(function(e,t){return c.default.createElement("li",{key:t.toString()},c.default.createElement("a",{href:e.link},e.title))}))))};g.propTypes={suggestionLinks:l.PropTypes.arrayOf(l.PropTypes.shape({title:l.PropTypes.string.isRequired,link:l.PropTypes.string.isRequired})).isRequired};var m=function(e){var t=new DOMParser,n=t.parseFromString(e,"text/html");return n.title},_=function(){return setTimeout(function(){return window.location.replace(window.location.href)},250)},b=function(e){function t(){return i(this,t),o(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return a(t,e),u(t,[{key:"componentDidMount",value:function(){setInterval(function(){d.default.get(window.location.href).end(function(e,t){t.ok&&!m(t.text)||_()})},1500)}},{key:"render",value:function(){return c.default.createElement("div",{className:"error-container"},c.default.createElement("h2",null,"We are just waiting for the page to load..."),c.default.createElement(f.default,{iconName:"loading"}),c.default.createElement("h3",null,"Don't refresh! We'll load your page when it's ready!"))}}]),t}(l.Component),w=function(e){var t=e.code,n=e.project;return{202:c.default.createElement(b,{project:n}),404:c.default.createElement(v,{suggestionLinks:y(n)}),500:c.default.createElement(g,{suggestionLinks:y(n)})}[t]||c.default.createElement(g,{suggestionLinks:y(n)})};w.propTypes={code:l.PropTypes.number,project:l.PropTypes.string.isRequired},w.defaultProps={code:500},t.default=w,e.exports=t.default},function(e,t){e.exports=n(45)},function(e,t,n){function r(e){return n(i(e))}function i(e){var t=o[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var o={"./teach.json":26};r.keys=function(){return Object.keys(o)},r.resolve=i,e.exports=r,r.id=25},function(e,t){e.exports=[{title:"Primary Resources",link:"/teach/primary/zd7p47h"},{title:"Secondary Resources",link:"/teach/secondary/zkqp47h"}]},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(8),u=r(a),l=n(6),c=n(5),s=r(c),f=function(e){var t=e.title,n=e.shortDescription,r=e.collections,i=e.showTitle,a=e.project,c=e.callToAction,f=e.pageType,p=i||"teach"===(0,l.normalizeProjectName)(a),d="secondary-index"===f&&"bitesize"===a?" bitesize-secondary-index":"";return o.default.createElement("div",{className:"index-page"+d},p&&o.default.createElement("h1",{className:i?"index-page-title":"index-page-title sr-only"},t),n&&o.default.createElement("p",{className:"index-page__short-description"},n),c&&c.url&&c.text&&o.default.createElement("p",{className:"index-page__call-to-action"},c.intro,o.default.createElement("a",{className:"index-page__cta-button",href:c.url},c.text)),"careers"===f&&o.default.createElement("div",{className:"index-page__search-bar-wrapper"},o.default.createElement(u.default,null)),r.map(function(e,t){return o.default.createElement(s.default,{project:a,body:e,key:"collection-"+e.id+"-"+t,collectionIndex:t,pageType:f})}))};f.propTypes={showTitle:i.PropTypes.bool,collections:i.PropTypes.arrayOf(i.PropTypes.shape({id:i.PropTypes.string.isRequired})),title:i.PropTypes.string,shortDescription:i.PropTypes.string,callToAction:i.PropTypes.shape({intro:i.PropTypes.string,text:i.PropTypes.string,url:i.PropTypes.string}),project:i.PropTypes.string.isRequired,pageType:i.PropTypes.string},f.defaultProps={showTitle:!0,collections:[],title:"",shortDescription:null,callToAction:void 0,pageType:null},t.default=f,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(0),o=r(i),a=n(8),u=r(a),l=n(29),c=n(30),s=r(c),f=n(31),p=r(f),d=n(5),h=r(d),y=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=e.split(" ");return t.map(function(e){return""+e.slice(0,1).toUpperCase()+e.slice(1)}).join(" ")},v=function(e){var t=e.language,n=e.project,r=e.title,i=y(n),o=r.toLowerCase(),a={"en-GB":"Come back soon for "+i+" content about "+o};return a[t]||a["en-GB"]},g=function(e){var t=e.project,n=e.title,r=e.description,i=e.section,a=e.items,c=e.pageData,f=e.urlTemplate,d=a.map(function(e){return(0,s.default)(f,e,t)}),y=(0,p.default)(d,i),g=a.length>0?r:v(e);return o.default.createElement("div",{className:"index-page"},o.default.createElement("h1",{className:"index-page-title"},n),g&&o.default.createElement("p",{className:"index-page__short-description"},g),"careers"===i&&o.default.createElement("div",{className:"index-page__collection-search-bar-wrapper"},o.default.createElement(u.default,null)),y.map(function(e,n){return o.default.createElement(h.default,{project:t,body:e,collectionIndex:n,key:"collection-"+n})}),c&&o.default.createElement(l.Pagination,{pageData:c,project:t,linkGenerator:function(e){return""+e}}))};g.propTypes={project:i.PropTypes.string.isRequired,urlTemplate:i.PropTypes.string.isRequired,title:i.PropTypes.string.isRequired,description:i.PropTypes.string,section:i.PropTypes.string,items:i.PropTypes.arrayOf(i.PropTypes.shape({id:i.PropTypes.string.isRequired,title:i.PropTypes.string.isRequired,synopsis:i.PropTypes.string,image:i.PropTypes.shape({pid:i.PropTypes.string.isRequired,recipe:i.PropTypes.string.isRequired}).isRequired})).isRequired,pageData:i.PropTypes.shape({page:i.PropTypes.number.isRequired,pageSize:i.PropTypes.number.isRequired,totalResults:i.PropTypes.number.isRequired})},g.defaultProps={description:null,pageData:null,section:void 0},t.default=g,e.exports=t.default},function(e,t){e.exports=n(46)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r=n.replace("blocks-",""),i=e.replace("{project}",r).replace("{zid}",t.id);return Object.assign({},t,{url:i})},e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){for(var n="layout-hero-2",r=3,i="layout-row-4",o=4,a=e.slice(0,r),u=e.slice(r),l=[{id:"hero",promos:a,layout:n,section:t}],c=0;c<u.length;c+=o){var s=u.slice(c,c+o);l.push({id:(c/o).toString(),promos:s,layout:i,section:t})}return l},e.exports=t.default}])},function(e,t){e.exports=React},function(e,t,n){var r=n(4).runInContext();e.exports=n(6)(r,r)},function(e,t,n){var r;(function(e,i){(function(){function o(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)}function a(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i<o;){var a=e[i];t(r,a,n(a),e)}return r}function u(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}function l(e,t){for(var n=null==e?0:e.length;n--&&t(e[n],n,e)!==!1;);return e}function c(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function s(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}function f(e,t){return!!(null==e?0:e.length)&&x(e,t,0)>-1}function p(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}function d(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}function h(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}function y(e,t,n,r){var i=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++i]);++i<o;)n=t(n,e[i],i,e);return n}function v(e,t,n,r){var i=null==e?0:e.length;for(r&&i&&(n=e[--i]);i--;)n=t(n,e[i],i,e);return n}function g(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function m(e){return e.split("")}function _(e){return e.match(Dt)||[]}function b(e,t,n){var r;return n(e,function(e,n,i){if(t(e,n,i))return r=n,!1}),r}function w(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return-1}function x(e,t,n){return t===t?H(e,t,n):w(e,P,n)}function E(e,t,n,r){for(var i=n-1,o=e.length;++i<o;)if(r(e[i],t))return i;return-1}function P(e){return e!==e}function T(e,t){var n=null==e?0:e.length;return n?R(e,t)/n:We}function j(e){return function(t){return null==t?ne:t[e]}}function k(e){return function(t){return null==e?ne:e[t]}}function O(e,t,n,r,i){return i(e,function(e,i,o){n=r?(r=!1,e):t(n,e,i,o)}),n}function A(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}function R(e,t){for(var n,r=-1,i=e.length;++r<i;){var o=t(e[r]);o!==ne&&(n=n===ne?o:n+o)}return n}function I(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function S(e,t){return d(t,function(t){return[t,e[t]]})}function N(e){return function(t){return e(t)}}function M(e,t){return d(t,function(t){return e[t]})}function W(e,t){return e.has(t)}function C(e,t){for(var n=-1,r=e.length;++n<r&&x(t,e[n],0)>-1;);return n}function z(e,t){for(var n=e.length;n--&&x(t,e[n],0)>-1;);return n}function q(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}function L(e){return"\\"+Xn[e]}function D(e,t){return null==e?ne:e[t]}function B(e){return Un.test(e)}function $(e){return Gn.test(e)}function F(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}function U(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function G(e,t){return function(n){return e(t(n))}}function V(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n];a!==t&&a!==ce||(e[n]=ce,o[i++]=n)}return o}function K(e){var t=-1,n=Array(e.size); return e.forEach(function(e){n[++t]=e}),n}function Z(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=[e,e]}),n}function H(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}function Y(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}function J(e){return B(e)?X(e):vr(e)}function Q(e){return B(e)?ee(e):m(e)}function X(e){for(var t=$n.lastIndex=0;$n.test(e);)++t;return t}function ee(e){return e.match($n)||[]}function te(e){return e.match(Fn)||[]}var ne,re="4.17.20",ie=200,oe="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",ae="Expected a function",ue="__lodash_hash_undefined__",le=500,ce="__lodash_placeholder__",se=1,fe=2,pe=4,de=1,he=2,ye=1,ve=2,ge=4,me=8,_e=16,be=32,we=64,xe=128,Ee=256,Pe=512,Te=30,je="...",ke=800,Oe=16,Ae=1,Re=2,Ie=3,Se=1/0,Ne=9007199254740991,Me=1.7976931348623157e308,We=NaN,Ce=4294967295,ze=Ce-1,qe=Ce>>>1,Le=[["ary",xe],["bind",ye],["bindKey",ve],["curry",me],["curryRight",_e],["flip",Pe],["partial",be],["partialRight",we],["rearg",Ee]],De="[object Arguments]",Be="[object Array]",$e="[object AsyncFunction]",Fe="[object Boolean]",Ue="[object Date]",Ge="[object DOMException]",Ve="[object Error]",Ke="[object Function]",Ze="[object GeneratorFunction]",He="[object Map]",Ye="[object Number]",Je="[object Null]",Qe="[object Object]",Xe="[object Promise]",et="[object Proxy]",tt="[object RegExp]",nt="[object Set]",rt="[object String]",it="[object Symbol]",ot="[object Undefined]",at="[object WeakMap]",ut="[object WeakSet]",lt="[object ArrayBuffer]",ct="[object DataView]",st="[object Float32Array]",ft="[object Float64Array]",pt="[object Int8Array]",dt="[object Int16Array]",ht="[object Int32Array]",yt="[object Uint8Array]",vt="[object Uint8ClampedArray]",gt="[object Uint16Array]",mt="[object Uint32Array]",_t=/\b__p \+= '';/g,bt=/\b(__p \+=) '' \+/g,wt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,xt=/&(?:amp|lt|gt|quot|#39);/g,Et=/[&<>"']/g,Pt=RegExp(xt.source),Tt=RegExp(Et.source),jt=/<%-([\s\S]+?)%>/g,kt=/<%([\s\S]+?)%>/g,Ot=/<%=([\s\S]+?)%>/g,At=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Rt=/^\w*$/,It=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,St=/[\\^$.*+?()[\]{}|]/g,Nt=RegExp(St.source),Mt=/^\s+|\s+$/g,Wt=/^\s+/,Ct=/\s+$/,zt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,qt=/\{\n\/\* \[wrapped with (.+)\] \*/,Lt=/,? & /,Dt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Bt=/\\(\\)?/g,$t=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Ft=/\w*$/,Ut=/^[-+]0x[0-9a-f]+$/i,Gt=/^0b[01]+$/i,Vt=/^\[object .+?Constructor\]$/,Kt=/^0o[0-7]+$/i,Zt=/^(?:0|[1-9]\d*)$/,Ht=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Yt=/($^)/,Jt=/['\n\r\u2028\u2029\\]/g,Qt="\\ud800-\\udfff",Xt="\\u0300-\\u036f",en="\\ufe20-\\ufe2f",tn="\\u20d0-\\u20ff",nn=Xt+en+tn,rn="\\u2700-\\u27bf",on="a-z\\xdf-\\xf6\\xf8-\\xff",an="\\xac\\xb1\\xd7\\xf7",un="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",ln="\\u2000-\\u206f",cn=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",sn="A-Z\\xc0-\\xd6\\xd8-\\xde",fn="\\ufe0e\\ufe0f",pn=an+un+ln+cn,dn="['’]",hn="["+Qt+"]",yn="["+pn+"]",vn="["+nn+"]",gn="\\d+",mn="["+rn+"]",_n="["+on+"]",bn="[^"+Qt+pn+gn+rn+on+sn+"]",wn="\\ud83c[\\udffb-\\udfff]",xn="(?:"+vn+"|"+wn+")",En="[^"+Qt+"]",Pn="(?:\\ud83c[\\udde6-\\uddff]){2}",Tn="[\\ud800-\\udbff][\\udc00-\\udfff]",jn="["+sn+"]",kn="\\u200d",On="(?:"+_n+"|"+bn+")",An="(?:"+jn+"|"+bn+")",Rn="(?:"+dn+"(?:d|ll|m|re|s|t|ve))?",In="(?:"+dn+"(?:D|LL|M|RE|S|T|VE))?",Sn=xn+"?",Nn="["+fn+"]?",Mn="(?:"+kn+"(?:"+[En,Pn,Tn].join("|")+")"+Nn+Sn+")*",Wn="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Cn="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",zn=Nn+Sn+Mn,qn="(?:"+[mn,Pn,Tn].join("|")+")"+zn,Ln="(?:"+[En+vn+"?",vn,Pn,Tn,hn].join("|")+")",Dn=RegExp(dn,"g"),Bn=RegExp(vn,"g"),$n=RegExp(wn+"(?="+wn+")|"+Ln+zn,"g"),Fn=RegExp([jn+"?"+_n+"+"+Rn+"(?="+[yn,jn,"$"].join("|")+")",An+"+"+In+"(?="+[yn,jn+On,"$"].join("|")+")",jn+"?"+On+"+"+Rn,jn+"+"+In,Cn,Wn,gn,qn].join("|"),"g"),Un=RegExp("["+kn+Qt+nn+fn+"]"),Gn=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Vn=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Kn=-1,Zn={};Zn[st]=Zn[ft]=Zn[pt]=Zn[dt]=Zn[ht]=Zn[yt]=Zn[vt]=Zn[gt]=Zn[mt]=!0,Zn[De]=Zn[Be]=Zn[lt]=Zn[Fe]=Zn[ct]=Zn[Ue]=Zn[Ve]=Zn[Ke]=Zn[He]=Zn[Ye]=Zn[Qe]=Zn[tt]=Zn[nt]=Zn[rt]=Zn[at]=!1;var Hn={};Hn[De]=Hn[Be]=Hn[lt]=Hn[ct]=Hn[Fe]=Hn[Ue]=Hn[st]=Hn[ft]=Hn[pt]=Hn[dt]=Hn[ht]=Hn[He]=Hn[Ye]=Hn[Qe]=Hn[tt]=Hn[nt]=Hn[rt]=Hn[it]=Hn[yt]=Hn[vt]=Hn[gt]=Hn[mt]=!0,Hn[Ve]=Hn[Ke]=Hn[at]=!1;var Yn={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"},Jn={"&":"&","<":"<",">":">",'"':""","'":"'"},Qn={"&":"&","<":"<",">":">",""":'"',"'":"'"},Xn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},er=parseFloat,tr=parseInt,nr="object"==typeof e&&e&&e.Object===Object&&e,rr="object"==typeof self&&self&&self.Object===Object&&self,ir=nr||rr||Function("return this")(),or="object"==typeof t&&t&&!t.nodeType&&t,ar=or&&"object"==typeof i&&i&&!i.nodeType&&i,ur=ar&&ar.exports===or,lr=ur&&nr.process,cr=function(){try{var e=ar&&ar.require&&ar.require("util").types;return e?e:lr&&lr.binding&&lr.binding("util")}catch(e){}}(),sr=cr&&cr.isArrayBuffer,fr=cr&&cr.isDate,pr=cr&&cr.isMap,dr=cr&&cr.isRegExp,hr=cr&&cr.isSet,yr=cr&&cr.isTypedArray,vr=j("length"),gr=k(Yn),mr=k(Jn),_r=k(Qn),br=function e(t){function n(e){if(ol(e)&&!gp(e)&&!(e instanceof m)){if(e instanceof i)return e;if(vs.call(e,"__wrapped__"))return na(e)}return new i(e)}function r(){}function i(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=ne}function m(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ce,this.__views__=[]}function k(){var e=new m(this.__wrapped__);return e.__actions__=Wi(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Wi(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Wi(this.__views__),e}function H(){if(this.__filtered__){var e=new m(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function X(){var e=this.__wrapped__.value(),t=this.__dir__,n=gp(e),r=t<0,i=n?e.length:0,o=To(0,i,this.__views__),a=o.start,u=o.end,l=u-a,c=r?u:a-1,s=this.__iteratees__,f=s.length,p=0,d=Vs(l,this.__takeCount__);if(!n||!r&&i==l&&d==l)return mi(e,this.__actions__);var h=[];e:for(;l--&&p<d;){c+=t;for(var y=-1,v=e[c];++y<f;){var g=s[y],m=g.iteratee,_=g.type,b=m(v);if(_==Re)v=b;else if(!b){if(_==Ae)continue e;break e}}h[p++]=v}return h}function ee(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Dt(){this.__data__=nf?nf(null):{},this.size=0}function Qt(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function Xt(e){var t=this.__data__;if(nf){var n=t[e];return n===ue?ne:n}return vs.call(t,e)?t[e]:ne}function en(e){var t=this.__data__;return nf?t[e]!==ne:vs.call(t,e)}function tn(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=nf&&t===ne?ue:t,this}function nn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function rn(){this.__data__=[],this.size=0}function on(e){var t=this.__data__,n=Rn(t,e);return!(n<0||(n==t.length-1?t.pop():Rs.call(t,n,1),--this.size,0))}function an(e){var t=this.__data__,n=Rn(t,e);return n<0?ne:t[n][1]}function un(e){return Rn(this.__data__,e)>-1}function ln(e,t){var n=this.__data__,r=Rn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function cn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function sn(){this.size=0,this.__data__={hash:new ee,map:new(Qs||nn),string:new ee}}function fn(e){var t=wo(this,e).delete(e);return this.size-=t?1:0,t}function pn(e){return wo(this,e).get(e)}function dn(e){return wo(this,e).has(e)}function hn(e,t){var n=wo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function yn(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new cn;++t<n;)this.add(e[t])}function vn(e){return this.__data__.set(e,ue),this}function gn(e){return this.__data__.has(e)}function mn(e){this.size=(this.__data__=new nn(e)).size}function _n(){this.__data__=new nn,this.size=0}function bn(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function wn(e){return this.__data__.get(e)}function xn(e){return this.__data__.has(e)}function En(e,t){var n=this.__data__;if(n instanceof nn){var r=n.__data__;if(!Qs||r.length<ie-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new cn(r)}return n.set(e,t),this.size=n.size,this}function Pn(e,t){var n=gp(e),r=!n&&vp(e),i=!n&&!r&&_p(e),o=!n&&!r&&!i&&Pp(e),a=n||r||i||o,u=a?I(e.length,cs):[],l=u.length;for(var c in e)!t&&!vs.call(e,c)||a&&("length"==c||i&&("offset"==c||"parent"==c)||o&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||No(c,l))||u.push(c);return u}function Tn(e){var t=e.length;return t?e[Xr(0,t-1)]:ne}function jn(e,t){return Qo(Wi(e),Cn(t,0,e.length))}function kn(e){return Qo(Wi(e))}function On(e,t,n){(n===ne||Gu(e[t],n))&&(n!==ne||t in e)||Mn(e,t,n)}function An(e,t,n){var r=e[t];vs.call(e,t)&&Gu(r,n)&&(n!==ne||t in e)||Mn(e,t,n)}function Rn(e,t){for(var n=e.length;n--;)if(Gu(e[n][0],t))return n;return-1}function In(e,t,n,r){return yf(e,function(e,i,o){t(r,e,n(e),o)}),r}function Sn(e,t){return e&&Ci(t,Dl(t),e)}function Nn(e,t){return e&&Ci(t,Bl(t),e)}function Mn(e,t,n){"__proto__"==t&&Ms?Ms(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Wn(e,t){for(var n=-1,r=t.length,i=ns(r),o=null==e;++n<r;)i[n]=o?ne:zl(e,t[n]);return i}function Cn(e,t,n){return e===e&&(n!==ne&&(e=e<=n?e:n),t!==ne&&(e=e>=t?e:t)),e}function zn(e,t,n,r,i,o){var a,l=t&se,c=t&fe,s=t&pe;if(n&&(a=i?n(e,r,i,o):n(e)),a!==ne)return a;if(!il(e))return e;var f=gp(e);if(f){if(a=Oo(e),!l)return Wi(e,a)}else{var p=kf(e),d=p==Ke||p==Ze;if(_p(e))return Ti(e,l);if(p==Qe||p==De||d&&!i){if(a=c||d?{}:Ao(e),!l)return c?qi(e,Nn(a,e)):zi(e,Sn(a,e))}else{if(!Hn[p])return i?e:{};a=Ro(e,p,l)}}o||(o=new mn);var h=o.get(e);if(h)return h;o.set(e,a),Ep(e)?e.forEach(function(r){a.add(zn(r,t,n,r,e,o))}):wp(e)&&e.forEach(function(r,i){a.set(i,zn(r,t,n,i,e,o))});var y=s?c?go:vo:c?Bl:Dl,v=f?ne:y(e);return u(v||e,function(r,i){v&&(i=r,r=e[i]),An(a,i,zn(r,t,n,i,e,o))}),a}function qn(e){var t=Dl(e);return function(n){return Ln(n,e,t)}}function Ln(e,t,n){var r=n.length;if(null==e)return!r;for(e=us(e);r--;){var i=n[r],o=t[i],a=e[i];if(a===ne&&!(i in e)||!o(a))return!1}return!0}function $n(e,t,n){if("function"!=typeof e)throw new ss(ae);return Rf(function(){e.apply(ne,n)},t)}function Fn(e,t,n,r){var i=-1,o=f,a=!0,u=e.length,l=[],c=t.length;if(!u)return l;n&&(t=d(t,N(n))),r?(o=p,a=!1):t.length>=ie&&(o=W,a=!1,t=new yn(t));e:for(;++i<u;){var s=e[i],h=null==n?s:n(s);if(s=r||0!==s?s:0,a&&h===h){for(var y=c;y--;)if(t[y]===h)continue e;l.push(s)}else o(t,h,r)||l.push(s)}return l}function Un(e,t){var n=!0;return yf(e,function(e,r,i){return n=!!t(e,r,i)}),n}function Gn(e,t,n){for(var r=-1,i=e.length;++r<i;){var o=e[r],a=t(o);if(null!=a&&(u===ne?a===a&&!vl(a):n(a,u)))var u=a,l=o}return l}function Yn(e,t,n,r){var i=e.length;for(n=xl(n),n<0&&(n=-n>i?0:i+n),r=r===ne||r>i?i:xl(r),r<0&&(r+=i),r=n>r?0:El(r);n<r;)e[n++]=t;return e}function Jn(e,t){var n=[];return yf(e,function(e,r,i){t(e,r,i)&&n.push(e)}),n}function Qn(e,t,n,r,i){var o=-1,a=e.length;for(n||(n=So),i||(i=[]);++o<a;){var u=e[o];t>0&&n(u)?t>1?Qn(u,t-1,n,r,i):h(i,u):r||(i[i.length]=u)}return i}function Xn(e,t){return e&&gf(e,t,Dl)}function nr(e,t){return e&&mf(e,t,Dl)}function rr(e,t){return s(t,function(t){return tl(e[t])})}function or(e,t){t=Ei(t,e);for(var n=0,r=t.length;null!=e&&n<r;)e=e[Xo(t[n++])];return n&&n==r?e:ne}function ar(e,t,n){var r=t(e);return gp(e)?r:h(r,n(e))}function lr(e){return null==e?e===ne?ot:Je:Ns&&Ns in us(e)?Po(e):Go(e)}function cr(e,t){return e>t}function vr(e,t){return null!=e&&vs.call(e,t)}function br(e,t){return null!=e&&t in us(e)}function xr(e,t,n){return e>=Vs(t,n)&&e<Gs(t,n)}function Er(e,t,n){for(var r=n?p:f,i=e[0].length,o=e.length,a=o,u=ns(o),l=1/0,c=[];a--;){var s=e[a];a&&t&&(s=d(s,N(t))),l=Vs(s.length,l),u[a]=!n&&(t||i>=120&&s.length>=120)?new yn(a&&s):ne}s=e[0];var h=-1,y=u[0];e:for(;++h<i&&c.length<l;){var v=s[h],g=t?t(v):v;if(v=n||0!==v?v:0,!(y?W(y,g):r(c,g,n))){for(a=o;--a;){var m=u[a];if(!(m?W(m,g):r(e[a],g,n)))continue e}y&&y.push(g),c.push(v)}}return c}function Pr(e,t,n,r){return Xn(e,function(e,i,o){t(r,n(e),i,o)}),r}function Tr(e,t,n){t=Ei(t,e),e=Ko(e,t);var r=null==e?e:e[Xo(wa(t))];return null==r?ne:o(r,e,n)}function jr(e){return ol(e)&&lr(e)==De}function kr(e){return ol(e)&&lr(e)==lt}function Or(e){return ol(e)&&lr(e)==Ue}function Ar(e,t,n,r,i){return e===t||(null==e||null==t||!ol(e)&&!ol(t)?e!==e&&t!==t:Rr(e,t,n,r,Ar,i))}function Rr(e,t,n,r,i,o){var a=gp(e),u=gp(t),l=a?Be:kf(e),c=u?Be:kf(t);l=l==De?Qe:l,c=c==De?Qe:c;var s=l==Qe,f=c==Qe,p=l==c;if(p&&_p(e)){if(!_p(t))return!1;a=!0,s=!1}if(p&&!s)return o||(o=new mn),a||Pp(e)?fo(e,t,n,r,i,o):po(e,t,l,n,r,i,o);if(!(n&de)){var d=s&&vs.call(e,"__wrapped__"),h=f&&vs.call(t,"__wrapped__");if(d||h){var y=d?e.value():e,v=h?t.value():t;return o||(o=new mn),i(y,v,n,r,o)}}return!!p&&(o||(o=new mn),ho(e,t,n,r,i,o))}function Ir(e){return ol(e)&&kf(e)==He}function Sr(e,t,n,r){var i=n.length,o=i,a=!r;if(null==e)return!o;for(e=us(e);i--;){var u=n[i];if(a&&u[2]?u[1]!==e[u[0]]:!(u[0]in e))return!1}for(;++i<o;){u=n[i];var l=u[0],c=e[l],s=u[1];if(a&&u[2]){if(c===ne&&!(l in e))return!1}else{var f=new mn;if(r)var p=r(c,s,l,e,t,f);if(!(p===ne?Ar(s,c,de|he,r,f):p))return!1}}return!0}function Nr(e){return!(!il(e)||qo(e))&&(tl(e)?xs:Vt).test(ea(e))}function Mr(e){return ol(e)&&lr(e)==tt}function Wr(e){return ol(e)&&kf(e)==nt}function Cr(e){return ol(e)&&rl(e.length)&&!!Zn[lr(e)]}function zr(e){return"function"==typeof e?e:null==e?Rc:"object"==typeof e?gp(e)?Fr(e[0],e[1]):$r(e):qc(e)}function qr(e){if(!Lo(e))return Us(e);var t=[];for(var n in us(e))vs.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Lr(e){if(!il(e))return Uo(e);var t=Lo(e),n=[];for(var r in e)("constructor"!=r||!t&&vs.call(e,r))&&n.push(r);return n}function Dr(e,t){return e<t}function Br(e,t){var n=-1,r=Vu(e)?ns(e.length):[];return yf(e,function(e,i,o){r[++n]=t(e,i,o)}),r}function $r(e){var t=xo(e);return 1==t.length&&t[0][2]?Bo(t[0][0],t[0][1]):function(n){return n===e||Sr(n,e,t)}}function Fr(e,t){return Wo(e)&&Do(t)?Bo(Xo(e),t):function(n){var r=zl(n,e);return r===ne&&r===t?Ll(n,e):Ar(t,r,de|he)}}function Ur(e,t,n,r,i){e!==t&&gf(t,function(o,a){if(i||(i=new mn),il(o))Gr(e,t,a,n,Ur,r,i);else{var u=r?r(Ho(e,a),o,a+"",e,t,i):ne;u===ne&&(u=o),On(e,a,u)}},Bl)}function Gr(e,t,n,r,i,o,a){var u=Ho(e,n),l=Ho(t,n),c=a.get(l);if(c)return On(e,n,c),ne;var s=o?o(u,l,n+"",e,t,a):ne,f=s===ne;if(f){var p=gp(l),d=!p&&_p(l),h=!p&&!d&&Pp(l);s=l,p||d||h?gp(u)?s=u:Ku(u)?s=Wi(u):d?(f=!1,s=Ti(l,!0)):h?(f=!1,s=Ri(l,!0)):s=[]:dl(l)||vp(l)?(s=u,vp(u)?s=Tl(u):il(u)&&!tl(u)||(s=Ao(l))):f=!1}f&&(a.set(l,s),i(s,l,r,o,a),a.delete(l)),On(e,n,s)}function Vr(e,t){var n=e.length;if(n)return t+=t<0?n:0,No(t,n)?e[t]:ne}function Kr(e,t,n){t=t.length?d(t,function(e){return gp(e)?function(t){return or(t,1===e.length?e[0]:e)}:e}):[Rc];var r=-1;return t=d(t,N(bo())),A(Br(e,function(e,n,i){return{criteria:d(t,function(t){return t(e)}),index:++r,value:e}}),function(e,t){return Si(e,t,n)})}function Zr(e,t){return Hr(e,t,function(t,n){return Ll(e,n)})}function Hr(e,t,n){for(var r=-1,i=t.length,o={};++r<i;){var a=t[r],u=or(e,a);n(u,a)&&oi(o,Ei(a,e),u)}return o}function Yr(e){return function(t){return or(t,e)}}function Jr(e,t,n,r){var i=r?E:x,o=-1,a=t.length,u=e;for(e===t&&(t=Wi(t)),n&&(u=d(e,N(n)));++o<a;)for(var l=0,c=t[o],s=n?n(c):c;(l=i(u,s,l,r))>-1;)u!==e&&Rs.call(u,l,1),Rs.call(e,l,1);return e}function Qr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;No(i)?Rs.call(e,i,1):yi(e,i)}}return e}function Xr(e,t){return e+Ls(Hs()*(t-e+1))}function ei(e,t,n,r){for(var i=-1,o=Gs(qs((t-e)/(n||1)),0),a=ns(o);o--;)a[r?o:++i]=e,e+=n;return a}function ti(e,t){var n="";if(!e||t<1||t>Ne)return n;do t%2&&(n+=e),t=Ls(t/2),t&&(e+=e);while(t);return n}function ni(e,t){return If(Vo(e,t,Rc),e+"")}function ri(e){return Tn(Xl(e))}function ii(e,t){var n=Xl(e);return Qo(n,Cn(t,0,n.length))}function oi(e,t,n,r){if(!il(e))return e;t=Ei(t,e);for(var i=-1,o=t.length,a=o-1,u=e;null!=u&&++i<o;){var l=Xo(t[i]),c=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(i!=a){var s=u[l];c=r?r(s,l,u):ne,c===ne&&(c=il(s)?s:No(t[i+1])?[]:{})}An(u,l,c),u=u[l]}return e}function ai(e){return Qo(Xl(e))}function ui(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),n=n>i?i:n,n<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=ns(i);++r<i;)o[r]=e[r+t];return o}function li(e,t){var n;return yf(e,function(e,r,i){return n=t(e,r,i),!n}),!!n}function ci(e,t,n){var r=0,i=null==e?r:e.length;if("number"==typeof t&&t===t&&i<=qe){for(;r<i;){var o=r+i>>>1,a=e[o];null!==a&&!vl(a)&&(n?a<=t:a<t)?r=o+1:i=o}return i}return si(e,t,Rc,n)}function si(e,t,n,r){var i=0,o=null==e?0:e.length;if(0===o)return 0;t=n(t);for(var a=t!==t,u=null===t,l=vl(t),c=t===ne;i<o;){var s=Ls((i+o)/2),f=n(e[s]),p=f!==ne,d=null===f,h=f===f,y=vl(f);if(a)var v=r||h;else v=c?h&&(r||p):u?h&&p&&(r||!d):l?h&&p&&!d&&(r||!y):!d&&!y&&(r?f<=t:f<t);v?i=s+1:o=s}return Vs(o,ze)}function fi(e,t){for(var n=-1,r=e.length,i=0,o=[];++n<r;){var a=e[n],u=t?t(a):a;if(!n||!Gu(u,l)){var l=u;o[i++]=0===a?0:a}}return o}function pi(e){return"number"==typeof e?e:vl(e)?We:+e}function di(e){if("string"==typeof e)return e;if(gp(e))return d(e,di)+"";if(vl(e))return df?df.call(e):"";var t=e+"";return"0"==t&&1/e==-Se?"-0":t}function hi(e,t,n){var r=-1,i=f,o=e.length,a=!0,u=[],l=u;if(n)a=!1,i=p;else if(o>=ie){var c=t?null:Ef(e);if(c)return K(c);a=!1,i=W,l=new yn}else l=t?[]:u;e:for(;++r<o;){var s=e[r],d=t?t(s):s;if(s=n||0!==s?s:0,a&&d===d){for(var h=l.length;h--;)if(l[h]===d)continue e;t&&l.push(d),u.push(s)}else i(l,d,n)||(l!==u&&l.push(d),u.push(s))}return u}function yi(e,t){return t=Ei(t,e),e=Ko(e,t),null==e||delete e[Xo(wa(t))]}function vi(e,t,n,r){return oi(e,t,n(or(e,t)),r)}function gi(e,t,n,r){for(var i=e.length,o=r?i:-1;(r?o--:++o<i)&&t(e[o],o,e););return n?ui(e,r?0:o,r?o+1:i):ui(e,r?o+1:0,r?i:o)}function mi(e,t){var n=e;return n instanceof m&&(n=n.value()),y(t,function(e,t){return t.func.apply(t.thisArg,h([e],t.args))},n)}function _i(e,t,n){var r=e.length;if(r<2)return r?hi(e[0]):[];for(var i=-1,o=ns(r);++i<r;)for(var a=e[i],u=-1;++u<r;)u!=i&&(o[i]=Fn(o[i]||a,e[u],t,n));return hi(Qn(o,1),t,n)}function bi(e,t,n){for(var r=-1,i=e.length,o=t.length,a={};++r<i;)n(a,e[r],r<o?t[r]:ne);return a}function wi(e){return Ku(e)?e:[]}function xi(e){return"function"==typeof e?e:Rc}function Ei(e,t){return gp(e)?e:Wo(e,t)?[e]:Sf(kl(e))}function Pi(e,t,n){var r=e.length;return n=n===ne?r:n,!t&&n>=r?e:ui(e,t,n)}function Ti(e,t){if(t)return e.slice();var n=e.length,r=js?js(n):new e.constructor(n);return e.copy(r),r}function ji(e){var t=new e.constructor(e.byteLength);return new Ts(t).set(new Ts(e)),t}function ki(e,t){return new e.constructor(t?ji(e.buffer):e.buffer,e.byteOffset,e.byteLength)}function Oi(e){var t=new e.constructor(e.source,Ft.exec(e));return t.lastIndex=e.lastIndex,t}function Ai(e){return pf?us(pf.call(e)):{}}function Ri(e,t){return new e.constructor(t?ji(e.buffer):e.buffer,e.byteOffset,e.length)}function Ii(e,t){if(e!==t){var n=e!==ne,r=null===e,i=e===e,o=vl(e),a=t!==ne,u=null===t,l=t===t,c=vl(t);if(!u&&!c&&!o&&e>t||o&&a&&l&&!u&&!c||r&&a&&l||!n&&l||!i)return 1;if(!r&&!o&&!c&&e<t||c&&n&&i&&!r&&!o||u&&n&&i||!a&&i||!l)return-1}return 0}function Si(e,t,n){for(var r=-1,i=e.criteria,o=t.criteria,a=i.length,u=n.length;++r<a;){var l=Ii(i[r],o[r]);if(l)return r>=u?l:l*("desc"==n[r]?-1:1)}return e.index-t.index}function Ni(e,t,n,r){for(var i=-1,o=e.length,a=n.length,u=-1,l=t.length,c=Gs(o-a,0),s=ns(l+c),f=!r;++u<l;)s[u]=t[u];for(;++i<a;)(f||i<o)&&(s[n[i]]=e[i]);for(;c--;)s[u++]=e[i++];return s}function Mi(e,t,n,r){for(var i=-1,o=e.length,a=-1,u=n.length,l=-1,c=t.length,s=Gs(o-u,0),f=ns(s+c),p=!r;++i<s;)f[i]=e[i];for(var d=i;++l<c;)f[d+l]=t[l];for(;++a<u;)(p||i<o)&&(f[d+n[a]]=e[i++]);return f}function Wi(e,t){var n=-1,r=e.length;for(t||(t=ns(r));++n<r;)t[n]=e[n];return t}function Ci(e,t,n,r){var i=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var u=t[o],l=r?r(n[u],e[u],u,n,e):ne;l===ne&&(l=e[u]),i?Mn(n,u,l):An(n,u,l)}return n}function zi(e,t){return Ci(e,Tf(e),t)}function qi(e,t){return Ci(e,jf(e),t)}function Li(e,t){return function(n,r){var i=gp(n)?a:In,o=t?t():{};return i(n,e,bo(r,2),o)}}function Di(e){return ni(function(t,n){var r=-1,i=n.length,o=i>1?n[i-1]:ne,a=i>2?n[2]:ne;for(o=e.length>3&&"function"==typeof o?(i--,o):ne,a&&Mo(n[0],n[1],a)&&(o=i<3?ne:o,i=1),t=us(t);++r<i;){var u=n[r];u&&e(t,u,r,o)}return t})}function Bi(e,t){return function(n,r){if(null==n)return n;if(!Vu(n))return e(n,r);for(var i=n.length,o=t?i:-1,a=us(n);(t?o--:++o<i)&&r(a[o],o,a)!==!1;);return n}}function $i(e){return function(t,n,r){for(var i=-1,o=us(t),a=r(t),u=a.length;u--;){var l=a[e?u:++i];if(n(o[l],l,o)===!1)break}return t}}function Fi(e,t,n){function r(){return(this&&this!==ir&&this instanceof r?o:e).apply(i?n:this,arguments)}var i=t&ye,o=Vi(e);return r}function Ui(e){return function(t){t=kl(t);var n=B(t)?Q(t):ne,r=n?n[0]:t.charAt(0),i=n?Pi(n,1).join(""):t.slice(1);return r[e]()+i}}function Gi(e){return function(t){return y(Tc(oc(t).replace(Dn,"")),e,"")}}function Vi(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=hf(e.prototype),r=e.apply(n,t);return il(r)?r:n}}function Ki(e,t,n){function r(){for(var a=arguments.length,u=ns(a),l=a,c=_o(r);l--;)u[l]=arguments[l];var s=a<3&&u[0]!==c&&u[a-1]!==c?[]:V(u,c);return a-=s.length,a<n?io(e,t,Yi,r.placeholder,ne,u,s,ne,ne,n-a):o(this&&this!==ir&&this instanceof r?i:e,this,u)}var i=Vi(e);return r}function Zi(e){return function(t,n,r){var i=us(t);if(!Vu(t)){var o=bo(n,3);t=Dl(t),n=function(e){return o(i[e],e,i)}}var a=e(t,n,r);return a>-1?i[o?t[a]:a]:ne}}function Hi(e){return yo(function(t){var n=t.length,r=n,o=i.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ss(ae);if(o&&!u&&"wrapper"==mo(a))var u=new i([],!0)}for(r=u?r:n;++r<n;){a=t[r];var l=mo(a),c="wrapper"==l?Pf(a):ne;u=c&&zo(c[0])&&c[1]==(xe|me|be|Ee)&&!c[4].length&&1==c[9]?u[mo(c[0])].apply(u,c[3]):1==a.length&&zo(a)?u[l]():u.thru(a)}return function(){var e=arguments,r=e[0];if(u&&1==e.length&&gp(r))return u.plant(r).value();for(var i=0,o=n?t[i].apply(this,e):r;++i<n;)o=t[i].call(this,o);return o}})}function Yi(e,t,n,r,i,o,a,u,l,c){function s(){for(var g=arguments.length,m=ns(g),_=g;_--;)m[_]=arguments[_];if(h)var b=_o(s),w=q(m,b);if(r&&(m=Ni(m,r,i,h)),o&&(m=Mi(m,o,a,h)),g-=w,h&&g<c)return io(e,t,Yi,s.placeholder,n,m,V(m,b),u,l,c-g);var x=p?n:this,E=d?x[e]:e;return g=m.length,u?m=Zo(m,u):y&&g>1&&m.reverse(),f&&l<g&&(m.length=l),this&&this!==ir&&this instanceof s&&(E=v||Vi(E)),E.apply(x,m)}var f=t&xe,p=t&ye,d=t&ve,h=t&(me|_e),y=t&Pe,v=d?ne:Vi(e);return s}function Ji(e,t){return function(n,r){return Pr(n,e,t(r),{})}}function Qi(e,t){return function(n,r){var i;if(n===ne&&r===ne)return t;if(n!==ne&&(i=n),r!==ne){if(i===ne)return r;"string"==typeof n||"string"==typeof r?(n=di(n),r=di(r)):(n=pi(n),r=pi(r)),i=e(n,r)}return i}}function Xi(e){return yo(function(t){return t=d(t,N(bo())),ni(function(n){var r=this;return e(t,function(e){return o(e,r,n)})})})}function eo(e,t){t=t===ne?" ":di(t);var n=t.length;if(n<2)return n?ti(t,e):t;var r=ti(t,qs(e/J(t)));return B(t)?Pi(Q(r),0,e).join(""):r.slice(0,e)}function to(e,t,n,r){function i(){for(var t=-1,l=arguments.length,c=-1,s=r.length,f=ns(s+l),p=this&&this!==ir&&this instanceof i?u:e;++c<s;)f[c]=r[c];for(;l--;)f[c++]=arguments[++t];return o(p,a?n:this,f)}var a=t&ye,u=Vi(e);return i}function no(e){return function(t,n,r){return r&&"number"!=typeof r&&Mo(t,n,r)&&(n=r=ne),t=wl(t),n===ne?(n=t,t=0):n=wl(n),r=r===ne?t<n?1:-1:wl(r),ei(t,n,r,e)}}function ro(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=Pl(t),n=Pl(n)),e(t,n)}}function io(e,t,n,r,i,o,a,u,l,c){var s=t&me,f=s?a:ne,p=s?ne:a,d=s?o:ne,h=s?ne:o;t|=s?be:we,t&=~(s?we:be),t&ge||(t&=~(ye|ve));var y=[e,t,i,d,f,h,p,u,l,c],v=n.apply(ne,y);return zo(e)&&Af(v,y),v.placeholder=r,Yo(v,e,t)}function oo(e){var t=as[e];return function(e,n){if(e=Pl(e),n=null==n?0:Vs(xl(n),292),n&&$s(e)){var r=(kl(e)+"e").split("e");return r=(kl(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"),+(r[0]+"e"+(+r[1]-n))}return t(e)}}function ao(e){return function(t){var n=kf(t);return n==He?U(t):n==nt?Z(t):S(t,e(t))}}function uo(e,t,n,r,i,o,a,u){var l=t&ve;if(!l&&"function"!=typeof e)throw new ss(ae);var c=r?r.length:0;if(c||(t&=~(be|we),r=i=ne),a=a===ne?a:Gs(xl(a),0),u=u===ne?u:xl(u),c-=i?i.length:0,t&we){var s=r,f=i;r=i=ne}var p=l?ne:Pf(e),d=[e,t,n,r,i,s,f,o,a,u];if(p&&Fo(d,p),e=d[0],t=d[1],n=d[2],r=d[3],i=d[4],u=d[9]=d[9]===ne?l?0:e.length:Gs(d[9]-c,0),!u&&t&(me|_e)&&(t&=~(me|_e)),t&&t!=ye)h=t==me||t==_e?Ki(e,t,u):t!=be&&t!=(ye|be)||i.length?Yi.apply(ne,d):to(e,t,n,r);else var h=Fi(e,t,n);return Yo((p?_f:Af)(h,d),e,t)}function lo(e,t,n,r){return e===ne||Gu(e,ds[n])&&!vs.call(r,n)?t:e}function co(e,t,n,r,i,o){return il(e)&&il(t)&&(o.set(t,e),Ur(e,t,ne,co,o),o.delete(t)),e}function so(e){return dl(e)?ne:e}function fo(e,t,n,r,i,o){var a=n&de,u=e.length,l=t.length;if(u!=l&&!(a&&l>u))return!1;var c=o.get(e),s=o.get(t);if(c&&s)return c==t&&s==e;var f=-1,p=!0,d=n&he?new yn:ne;for(o.set(e,t),o.set(t,e);++f<u;){var h=e[f],y=t[f];if(r)var v=a?r(y,h,f,t,e,o):r(h,y,f,e,t,o);if(v!==ne){if(v)continue;p=!1;break}if(d){if(!g(t,function(e,t){if(!W(d,t)&&(h===e||i(h,e,n,r,o)))return d.push(t)})){p=!1;break}}else if(h!==y&&!i(h,y,n,r,o)){p=!1;break}}return o.delete(e),o.delete(t),p}function po(e,t,n,r,i,o,a){switch(n){case ct:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case lt:return!(e.byteLength!=t.byteLength||!o(new Ts(e),new Ts(t)));case Fe:case Ue:case Ye:return Gu(+e,+t);case Ve:return e.name==t.name&&e.message==t.message;case tt:case rt:return e==t+"";case He:var u=U;case nt:var l=r&de;if(u||(u=K),e.size!=t.size&&!l)return!1;var c=a.get(e);if(c)return c==t;r|=he,a.set(e,t);var s=fo(u(e),u(t),r,i,o,a);return a.delete(e),s;case it:if(pf)return pf.call(e)==pf.call(t)}return!1}function ho(e,t,n,r,i,o){var a=n&de,u=vo(e),l=u.length;if(l!=vo(t).length&&!a)return!1;for(var c=l;c--;){var s=u[c];if(!(a?s in t:vs.call(t,s)))return!1}var f=o.get(e),p=o.get(t);if(f&&p)return f==t&&p==e;var d=!0;o.set(e,t),o.set(t,e);for(var h=a;++c<l;){s=u[c];var y=e[s],v=t[s];if(r)var g=a?r(v,y,s,t,e,o):r(y,v,s,e,t,o);if(!(g===ne?y===v||i(y,v,n,r,o):g)){d=!1;break}h||(h="constructor"==s)}if(d&&!h){var m=e.constructor,_=t.constructor;m!=_&&"constructor"in e&&"constructor"in t&&!("function"==typeof m&&m instanceof m&&"function"==typeof _&&_ instanceof _)&&(d=!1)}return o.delete(e),o.delete(t),d}function yo(e){return If(Vo(e,ne,da),e+"")}function vo(e){return ar(e,Dl,Tf)}function go(e){return ar(e,Bl,jf)}function mo(e){for(var t=e.name+"",n=of[t],r=vs.call(of,t)?n.length:0;r--;){var i=n[r],o=i.func;if(null==o||o==e)return i.name}return t}function _o(e){return(vs.call(n,"placeholder")?n:e).placeholder}function bo(){var e=n.iteratee||Ic;return e=e===Ic?zr:e,arguments.length?e(arguments[0],arguments[1]):e}function wo(e,t){var n=e.__data__;return Co(t)?n["string"==typeof t?"string":"hash"]:n.map}function xo(e){for(var t=Dl(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,Do(i)]}return t}function Eo(e,t){var n=D(e,t);return Nr(n)?n:ne}function Po(e){var t=vs.call(e,Ns),n=e[Ns];try{e[Ns]=ne;var r=!0}catch(e){}var i=_s.call(e);return r&&(t?e[Ns]=n:delete e[Ns]),i}function To(e,t,n){for(var r=-1,i=n.length;++r<i;){var o=n[r],a=o.size;switch(o.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=Vs(t,e+a);break;case"takeRight":e=Gs(e,t-a)}}return{start:e,end:t}}function jo(e){var t=e.match(qt);return t?t[1].split(Lt):[]}function ko(e,t,n){t=Ei(t,e);for(var r=-1,i=t.length,o=!1;++r<i;){var a=Xo(t[r]);if(!(o=null!=e&&n(e,a)))break;e=e[a]}return o||++r!=i?o:(i=null==e?0:e.length,!!i&&rl(i)&&No(a,i)&&(gp(e)||vp(e)))}function Oo(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&vs.call(e,"index")&&(n.index=e.index,n.input=e.input),n}function Ao(e){return"function"!=typeof e.constructor||Lo(e)?{}:hf(ks(e))}function Ro(e,t,n){var r=e.constructor;switch(t){case lt:return ji(e);case Fe:case Ue:return new r(+e);case ct:return ki(e,n);case st:case ft:case pt:case dt:case ht:case yt:case vt:case gt:case mt:return Ri(e,n);case He:return new r;case Ye:case rt:return new r(e);case tt:return Oi(e);case nt:return new r;case it:return Ai(e)}}function Io(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(zt,"{\n/* [wrapped with "+t+"] */\n")}function So(e){return gp(e)||vp(e)||!!(Is&&e&&e[Is])}function No(e,t){var n=typeof e;return t=null==t?Ne:t,!!t&&("number"==n||"symbol"!=n&&Zt.test(e))&&e>-1&&e%1==0&&e<t}function Mo(e,t,n){if(!il(n))return!1;var r=typeof t;return!!("number"==r?Vu(n)&&No(t,n.length):"string"==r&&t in n)&&Gu(n[t],e)}function Wo(e,t){if(gp(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!vl(e))||Rt.test(e)||!At.test(e)||null!=t&&e in us(t)}function Co(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}function zo(e){var t=mo(e),r=n[t];if("function"!=typeof r||!(t in m.prototype))return!1;if(e===r)return!0;var i=Pf(r);return!!i&&e===i[0]}function qo(e){return!!ms&&ms in e}function Lo(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||ds)}function Do(e){return e===e&&!il(e)}function Bo(e,t){return function(n){return null!=n&&n[e]===t&&(t!==ne||e in us(n)); }}function $o(e){var t=Iu(e,function(e){return n.size===le&&n.clear(),e}),n=t.cache;return t}function Fo(e,t){var n=e[1],r=t[1],i=n|r,o=i<(ye|ve|xe),a=r==xe&&n==me||r==xe&&n==Ee&&e[7].length<=t[8]||r==(xe|Ee)&&t[7].length<=t[8]&&n==me;if(!o&&!a)return e;r&ye&&(e[2]=t[2],i|=n&ye?0:ge);var u=t[3];if(u){var l=e[3];e[3]=l?Ni(l,u,t[4]):u,e[4]=l?V(e[3],ce):t[4]}return u=t[5],u&&(l=e[5],e[5]=l?Mi(l,u,t[6]):u,e[6]=l?V(e[5],ce):t[6]),u=t[7],u&&(e[7]=u),r&xe&&(e[8]=null==e[8]?t[8]:Vs(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=i,e}function Uo(e){var t=[];if(null!=e)for(var n in us(e))t.push(n);return t}function Go(e){return _s.call(e)}function Vo(e,t,n){return t=Gs(t===ne?e.length-1:t,0),function(){for(var r=arguments,i=-1,a=Gs(r.length-t,0),u=ns(a);++i<a;)u[i]=r[t+i];i=-1;for(var l=ns(t+1);++i<t;)l[i]=r[i];return l[t]=n(u),o(e,this,l)}}function Ko(e,t){return t.length<2?e:or(e,ui(t,0,-1))}function Zo(e,t){for(var n=e.length,r=Vs(t.length,n),i=Wi(e);r--;){var o=t[r];e[r]=No(o,n)?i[o]:ne}return e}function Ho(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}function Yo(e,t,n){var r=t+"";return If(e,Io(r,ta(jo(r),n)))}function Jo(e){var t=0,n=0;return function(){var r=Ks(),i=Oe-(r-n);if(n=r,i>0){if(++t>=ke)return arguments[0]}else t=0;return e.apply(ne,arguments)}}function Qo(e,t){var n=-1,r=e.length,i=r-1;for(t=t===ne?r:t;++n<t;){var o=Xr(n,i),a=e[o];e[o]=e[n],e[n]=a}return e.length=t,e}function Xo(e){if("string"==typeof e||vl(e))return e;var t=e+"";return"0"==t&&1/e==-Se?"-0":t}function ea(e){if(null!=e){try{return ys.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function ta(e,t){return u(Le,function(n){var r="_."+n[0];t&n[1]&&!f(e,r)&&e.push(r)}),e.sort()}function na(e){if(e instanceof m)return e.clone();var t=new i(e.__wrapped__,e.__chain__);return t.__actions__=Wi(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function ra(e,t,n){t=(n?Mo(e,t,n):t===ne)?1:Gs(xl(t),0);var r=null==e?0:e.length;if(!r||t<1)return[];for(var i=0,o=0,a=ns(qs(r/t));i<r;)a[o++]=ui(e,i,i+=t);return a}function ia(e){for(var t=-1,n=null==e?0:e.length,r=0,i=[];++t<n;){var o=e[t];o&&(i[r++]=o)}return i}function oa(){var e=arguments.length;if(!e)return[];for(var t=ns(e-1),n=arguments[0],r=e;r--;)t[r-1]=arguments[r];return h(gp(n)?Wi(n):[n],Qn(t,1))}function aa(e,t,n){var r=null==e?0:e.length;return r?(t=n||t===ne?1:xl(t),ui(e,t<0?0:t,r)):[]}function ua(e,t,n){var r=null==e?0:e.length;return r?(t=n||t===ne?1:xl(t),t=r-t,ui(e,0,t<0?0:t)):[]}function la(e,t){return e&&e.length?gi(e,bo(t,3),!0,!0):[]}function ca(e,t){return e&&e.length?gi(e,bo(t,3),!0):[]}function sa(e,t,n,r){var i=null==e?0:e.length;return i?(n&&"number"!=typeof n&&Mo(e,t,n)&&(n=0,r=i),Yn(e,t,n,r)):[]}function fa(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:xl(n);return i<0&&(i=Gs(r+i,0)),w(e,bo(t,3),i)}function pa(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r-1;return n!==ne&&(i=xl(n),i=n<0?Gs(r+i,0):Vs(i,r-1)),w(e,bo(t,3),i,!0)}function da(e){return(null==e?0:e.length)?Qn(e,1):[]}function ha(e){return(null==e?0:e.length)?Qn(e,Se):[]}function ya(e,t){return(null==e?0:e.length)?(t=t===ne?1:xl(t),Qn(e,t)):[]}function va(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var i=e[t];r[i[0]]=i[1]}return r}function ga(e){return e&&e.length?e[0]:ne}function ma(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:xl(n);return i<0&&(i=Gs(r+i,0)),x(e,t,i)}function _a(e){return(null==e?0:e.length)?ui(e,0,-1):[]}function ba(e,t){return null==e?"":Fs.call(e,t)}function wa(e){var t=null==e?0:e.length;return t?e[t-1]:ne}function xa(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r;return n!==ne&&(i=xl(n),i=i<0?Gs(r+i,0):Vs(i,r-1)),t===t?Y(e,t,i):w(e,P,i,!0)}function Ea(e,t){return e&&e.length?Vr(e,xl(t)):ne}function Pa(e,t){return e&&e.length&&t&&t.length?Jr(e,t):e}function Ta(e,t,n){return e&&e.length&&t&&t.length?Jr(e,t,bo(n,2)):e}function ja(e,t,n){return e&&e.length&&t&&t.length?Jr(e,t,ne,n):e}function ka(e,t){var n=[];if(!e||!e.length)return n;var r=-1,i=[],o=e.length;for(t=bo(t,3);++r<o;){var a=e[r];t(a,r,e)&&(n.push(a),i.push(r))}return Qr(e,i),n}function Oa(e){return null==e?e:Ys.call(e)}function Aa(e,t,n){var r=null==e?0:e.length;return r?(n&&"number"!=typeof n&&Mo(e,t,n)?(t=0,n=r):(t=null==t?0:xl(t),n=n===ne?r:xl(n)),ui(e,t,n)):[]}function Ra(e,t){return ci(e,t)}function Ia(e,t,n){return si(e,t,bo(n,2))}function Sa(e,t){var n=null==e?0:e.length;if(n){var r=ci(e,t);if(r<n&&Gu(e[r],t))return r}return-1}function Na(e,t){return ci(e,t,!0)}function Ma(e,t,n){return si(e,t,bo(n,2),!0)}function Wa(e,t){if(null==e?0:e.length){var n=ci(e,t,!0)-1;if(Gu(e[n],t))return n}return-1}function Ca(e){return e&&e.length?fi(e):[]}function za(e,t){return e&&e.length?fi(e,bo(t,2)):[]}function qa(e){var t=null==e?0:e.length;return t?ui(e,1,t):[]}function La(e,t,n){return e&&e.length?(t=n||t===ne?1:xl(t),ui(e,0,t<0?0:t)):[]}function Da(e,t,n){var r=null==e?0:e.length;return r?(t=n||t===ne?1:xl(t),t=r-t,ui(e,t<0?0:t,r)):[]}function Ba(e,t){return e&&e.length?gi(e,bo(t,3),!1,!0):[]}function $a(e,t){return e&&e.length?gi(e,bo(t,3)):[]}function Fa(e){return e&&e.length?hi(e):[]}function Ua(e,t){return e&&e.length?hi(e,bo(t,2)):[]}function Ga(e,t){return t="function"==typeof t?t:ne,e&&e.length?hi(e,ne,t):[]}function Va(e){if(!e||!e.length)return[];var t=0;return e=s(e,function(e){if(Ku(e))return t=Gs(e.length,t),!0}),I(t,function(t){return d(e,j(t))})}function Ka(e,t){if(!e||!e.length)return[];var n=Va(e);return null==t?n:d(n,function(e){return o(t,ne,e)})}function Za(e,t){return bi(e||[],t||[],An)}function Ha(e,t){return bi(e||[],t||[],oi)}function Ya(e){var t=n(e);return t.__chain__=!0,t}function Ja(e,t){return t(e),e}function Qa(e,t){return t(e)}function Xa(){return Ya(this)}function eu(){return new i(this.value(),this.__chain__)}function tu(){this.__values__===ne&&(this.__values__=bl(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?ne:this.__values__[this.__index__++]}}function nu(){return this}function ru(e){for(var t,n=this;n instanceof r;){var i=na(n);i.__index__=0,i.__values__=ne,t?o.__wrapped__=i:t=i;var o=i;n=n.__wrapped__}return o.__wrapped__=e,t}function iu(){var e=this.__wrapped__;if(e instanceof m){var t=e;return this.__actions__.length&&(t=new m(this)),t=t.reverse(),t.__actions__.push({func:Qa,args:[Oa],thisArg:ne}),new i(t,this.__chain__)}return this.thru(Oa)}function ou(){return mi(this.__wrapped__,this.__actions__)}function au(e,t,n){var r=gp(e)?c:Un;return n&&Mo(e,t,n)&&(t=ne),r(e,bo(t,3))}function uu(e,t){return(gp(e)?s:Jn)(e,bo(t,3))}function lu(e,t){return Qn(hu(e,t),1)}function cu(e,t){return Qn(hu(e,t),Se)}function su(e,t,n){return n=n===ne?1:xl(n),Qn(hu(e,t),n)}function fu(e,t){return(gp(e)?u:yf)(e,bo(t,3))}function pu(e,t){return(gp(e)?l:vf)(e,bo(t,3))}function du(e,t,n,r){e=Vu(e)?e:Xl(e),n=n&&!r?xl(n):0;var i=e.length;return n<0&&(n=Gs(i+n,0)),yl(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&x(e,t,n)>-1}function hu(e,t){return(gp(e)?d:Br)(e,bo(t,3))}function yu(e,t,n,r){return null==e?[]:(gp(t)||(t=null==t?[]:[t]),n=r?ne:n,gp(n)||(n=null==n?[]:[n]),Kr(e,t,n))}function vu(e,t,n){var r=gp(e)?y:O,i=arguments.length<3;return r(e,bo(t,4),n,i,yf)}function gu(e,t,n){var r=gp(e)?v:O,i=arguments.length<3;return r(e,bo(t,4),n,i,vf)}function mu(e,t){return(gp(e)?s:Jn)(e,Su(bo(t,3)))}function _u(e){return(gp(e)?Tn:ri)(e)}function bu(e,t,n){return t=(n?Mo(e,t,n):t===ne)?1:xl(t),(gp(e)?jn:ii)(e,t)}function wu(e){return(gp(e)?kn:ai)(e)}function xu(e){if(null==e)return 0;if(Vu(e))return yl(e)?J(e):e.length;var t=kf(e);return t==He||t==nt?e.size:qr(e).length}function Eu(e,t,n){var r=gp(e)?g:li;return n&&Mo(e,t,n)&&(t=ne),r(e,bo(t,3))}function Pu(e,t){if("function"!=typeof t)throw new ss(ae);return e=xl(e),function(){if(--e<1)return t.apply(this,arguments)}}function Tu(e,t,n){return t=n?ne:t,t=e&&null==t?e.length:t,uo(e,xe,ne,ne,ne,ne,t)}function ju(e,t){var n;if("function"!=typeof t)throw new ss(ae);return e=xl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=ne),n}}function ku(e,t,n){t=n?ne:t;var r=uo(e,me,ne,ne,ne,ne,ne,t);return r.placeholder=ku.placeholder,r}function Ou(e,t,n){t=n?ne:t;var r=uo(e,_e,ne,ne,ne,ne,ne,t);return r.placeholder=Ou.placeholder,r}function Au(e,t,n){function r(t){var n=p,r=d;return p=d=ne,m=t,y=e.apply(r,n)}function i(e){return m=e,v=Rf(u,t),_?r(e):y}function o(e){var n=e-g,r=e-m,i=t-n;return b?Vs(i,h-r):i}function a(e){var n=e-g,r=e-m;return g===ne||n>=t||n<0||b&&r>=h}function u(){var e=op();return a(e)?l(e):(v=Rf(u,o(e)),ne)}function l(e){return v=ne,w&&p?r(e):(p=d=ne,y)}function c(){v!==ne&&xf(v),m=0,p=g=d=v=ne}function s(){return v===ne?y:l(op())}function f(){var e=op(),n=a(e);if(p=arguments,d=this,g=e,n){if(v===ne)return i(g);if(b)return xf(v),v=Rf(u,t),r(g)}return v===ne&&(v=Rf(u,t)),y}var p,d,h,y,v,g,m=0,_=!1,b=!1,w=!0;if("function"!=typeof e)throw new ss(ae);return t=Pl(t)||0,il(n)&&(_=!!n.leading,b="maxWait"in n,h=b?Gs(Pl(n.maxWait)||0,t):h,w="trailing"in n?!!n.trailing:w),f.cancel=c,f.flush=s,f}function Ru(e){return uo(e,Pe)}function Iu(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ss(ae);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Iu.Cache||cn),n}function Su(e){if("function"!=typeof e)throw new ss(ae);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function Nu(e){return ju(2,e)}function Mu(e,t){if("function"!=typeof e)throw new ss(ae);return t=t===ne?t:xl(t),ni(e,t)}function Wu(e,t){if("function"!=typeof e)throw new ss(ae);return t=null==t?0:Gs(xl(t),0),ni(function(n){var r=n[t],i=Pi(n,0,t);return r&&h(i,r),o(e,this,i)})}function Cu(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new ss(ae);return il(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Au(e,t,{leading:r,maxWait:t,trailing:i})}function zu(e){return Tu(e,1)}function qu(e,t){return fp(xi(t),e)}function Lu(){if(!arguments.length)return[];var e=arguments[0];return gp(e)?e:[e]}function Du(e){return zn(e,pe)}function Bu(e,t){return t="function"==typeof t?t:ne,zn(e,pe,t)}function $u(e){return zn(e,se|pe)}function Fu(e,t){return t="function"==typeof t?t:ne,zn(e,se|pe,t)}function Uu(e,t){return null==t||Ln(e,t,Dl(t))}function Gu(e,t){return e===t||e!==e&&t!==t}function Vu(e){return null!=e&&rl(e.length)&&!tl(e)}function Ku(e){return ol(e)&&Vu(e)}function Zu(e){return e===!0||e===!1||ol(e)&&lr(e)==Fe}function Hu(e){return ol(e)&&1===e.nodeType&&!dl(e)}function Yu(e){if(null==e)return!0;if(Vu(e)&&(gp(e)||"string"==typeof e||"function"==typeof e.splice||_p(e)||Pp(e)||vp(e)))return!e.length;var t=kf(e);if(t==He||t==nt)return!e.size;if(Lo(e))return!qr(e).length;for(var n in e)if(vs.call(e,n))return!1;return!0}function Ju(e,t){return Ar(e,t)}function Qu(e,t,n){n="function"==typeof n?n:ne;var r=n?n(e,t):ne;return r===ne?Ar(e,t,ne,n):!!r}function Xu(e){if(!ol(e))return!1;var t=lr(e);return t==Ve||t==Ge||"string"==typeof e.message&&"string"==typeof e.name&&!dl(e)}function el(e){return"number"==typeof e&&$s(e)}function tl(e){if(!il(e))return!1;var t=lr(e);return t==Ke||t==Ze||t==$e||t==et}function nl(e){return"number"==typeof e&&e==xl(e)}function rl(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=Ne}function il(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ol(e){return null!=e&&"object"==typeof e}function al(e,t){return e===t||Sr(e,t,xo(t))}function ul(e,t,n){return n="function"==typeof n?n:ne,Sr(e,t,xo(t),n)}function ll(e){return pl(e)&&e!=+e}function cl(e){if(Of(e))throw new is(oe);return Nr(e)}function sl(e){return null===e}function fl(e){return null==e}function pl(e){return"number"==typeof e||ol(e)&&lr(e)==Ye}function dl(e){if(!ol(e)||lr(e)!=Qe)return!1;var t=ks(e);if(null===t)return!0;var n=vs.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&ys.call(n)==bs}function hl(e){return nl(e)&&e>=-Ne&&e<=Ne}function yl(e){return"string"==typeof e||!gp(e)&&ol(e)&&lr(e)==rt}function vl(e){return"symbol"==typeof e||ol(e)&&lr(e)==it}function gl(e){return e===ne}function ml(e){return ol(e)&&kf(e)==at}function _l(e){return ol(e)&&lr(e)==ut}function bl(e){if(!e)return[];if(Vu(e))return yl(e)?Q(e):Wi(e);if(Ss&&e[Ss])return F(e[Ss]());var t=kf(e);return(t==He?U:t==nt?K:Xl)(e)}function wl(e){return e?(e=Pl(e),e===Se||e===-Se?(e<0?-1:1)*Me:e===e?e:0):0===e?e:0}function xl(e){var t=wl(e),n=t%1;return t===t?n?t-n:t:0}function El(e){return e?Cn(xl(e),0,Ce):0}function Pl(e){if("number"==typeof e)return e;if(vl(e))return We;if(il(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=il(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(Mt,"");var n=Gt.test(e);return n||Kt.test(e)?tr(e.slice(2),n?2:8):Ut.test(e)?We:+e}function Tl(e){return Ci(e,Bl(e))}function jl(e){return e?Cn(xl(e),-Ne,Ne):0===e?e:0}function kl(e){return null==e?"":di(e)}function Ol(e,t){var n=hf(e);return null==t?n:Sn(n,t)}function Al(e,t){return b(e,bo(t,3),Xn)}function Rl(e,t){return b(e,bo(t,3),nr)}function Il(e,t){return null==e?e:gf(e,bo(t,3),Bl)}function Sl(e,t){return null==e?e:mf(e,bo(t,3),Bl)}function Nl(e,t){return e&&Xn(e,bo(t,3))}function Ml(e,t){return e&&nr(e,bo(t,3))}function Wl(e){return null==e?[]:rr(e,Dl(e))}function Cl(e){return null==e?[]:rr(e,Bl(e))}function zl(e,t,n){var r=null==e?ne:or(e,t);return r===ne?n:r}function ql(e,t){return null!=e&&ko(e,t,vr)}function Ll(e,t){return null!=e&&ko(e,t,br)}function Dl(e){return Vu(e)?Pn(e):qr(e)}function Bl(e){return Vu(e)?Pn(e,!0):Lr(e)}function $l(e,t){var n={};return t=bo(t,3),Xn(e,function(e,r,i){Mn(n,t(e,r,i),e)}),n}function Fl(e,t){var n={};return t=bo(t,3),Xn(e,function(e,r,i){Mn(n,r,t(e,r,i))}),n}function Ul(e,t){return Gl(e,Su(bo(t)))}function Gl(e,t){if(null==e)return{};var n=d(go(e),function(e){return[e]});return t=bo(t),Hr(e,n,function(e,n){return t(e,n[0])})}function Vl(e,t,n){t=Ei(t,e);var r=-1,i=t.length;for(i||(i=1,e=ne);++r<i;){var o=null==e?ne:e[Xo(t[r])];o===ne&&(r=i,o=n),e=tl(o)?o.call(e):o}return e}function Kl(e,t,n){return null==e?e:oi(e,t,n)}function Zl(e,t,n,r){return r="function"==typeof r?r:ne,null==e?e:oi(e,t,n,r)}function Hl(e,t,n){var r=gp(e),i=r||_p(e)||Pp(e);if(t=bo(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:il(e)&&tl(o)?hf(ks(e)):{}}return(i?u:Xn)(e,function(e,r,i){return t(n,e,r,i)}),n}function Yl(e,t){return null==e||yi(e,t)}function Jl(e,t,n){return null==e?e:vi(e,t,xi(n))}function Ql(e,t,n,r){return r="function"==typeof r?r:ne,null==e?e:vi(e,t,xi(n),r)}function Xl(e){return null==e?[]:M(e,Dl(e))}function ec(e){return null==e?[]:M(e,Bl(e))}function tc(e,t,n){return n===ne&&(n=t,t=ne),n!==ne&&(n=Pl(n),n=n===n?n:0),t!==ne&&(t=Pl(t),t=t===t?t:0),Cn(Pl(e),t,n)}function nc(e,t,n){return t=wl(t),n===ne?(n=t,t=0):n=wl(n),e=Pl(e),xr(e,t,n)}function rc(e,t,n){if(n&&"boolean"!=typeof n&&Mo(e,t,n)&&(t=n=ne),n===ne&&("boolean"==typeof t?(n=t,t=ne):"boolean"==typeof e&&(n=e,e=ne)),e===ne&&t===ne?(e=0,t=1):(e=wl(e),t===ne?(t=e,e=0):t=wl(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var i=Hs();return Vs(e+i*(t-e+er("1e-"+((i+"").length-1))),t)}return Xr(e,t)}function ic(e){return Yp(kl(e).toLowerCase())}function oc(e){return e=kl(e),e&&e.replace(Ht,gr).replace(Bn,"")}function ac(e,t,n){e=kl(e),t=di(t);var r=e.length;n=n===ne?r:Cn(xl(n),0,r);var i=n;return n-=t.length,n>=0&&e.slice(n,i)==t}function uc(e){return e=kl(e),e&&Tt.test(e)?e.replace(Et,mr):e}function lc(e){return e=kl(e),e&&Nt.test(e)?e.replace(St,"\\$&"):e}function cc(e,t,n){e=kl(e),t=xl(t);var r=t?J(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return eo(Ls(i),n)+e+eo(qs(i),n)}function sc(e,t,n){e=kl(e),t=xl(t);var r=t?J(e):0;return t&&r<t?e+eo(t-r,n):e}function fc(e,t,n){e=kl(e),t=xl(t);var r=t?J(e):0;return t&&r<t?eo(t-r,n)+e:e}function pc(e,t,n){return n||null==t?t=0:t&&(t=+t),Zs(kl(e).replace(Wt,""),t||0)}function dc(e,t,n){return t=(n?Mo(e,t,n):t===ne)?1:xl(t),ti(kl(e),t)}function hc(){var e=arguments,t=kl(e[0]);return e.length<3?t:t.replace(e[1],e[2])}function yc(e,t,n){return n&&"number"!=typeof n&&Mo(e,t,n)&&(t=n=ne),(n=n===ne?Ce:n>>>0)?(e=kl(e),e&&("string"==typeof t||null!=t&&!xp(t))&&(t=di(t),!t&&B(e))?Pi(Q(e),0,n):e.split(t,n)):[]}function vc(e,t,n){return e=kl(e),n=null==n?0:Cn(xl(n),0,e.length),t=di(t),e.slice(n,n+t.length)==t}function gc(e,t,r){var i=n.templateSettings;r&&Mo(e,t,r)&&(t=ne),e=kl(e),t=Ap({},t,i,lo);var o,a,u=Ap({},t.imports,i.imports,lo),l=Dl(u),c=M(u,l),s=0,f=t.interpolate||Yt,p="__p += '",d=ls((t.escape||Yt).source+"|"+f.source+"|"+(f===Ot?$t:Yt).source+"|"+(t.evaluate||Yt).source+"|$","g"),h="//# sourceURL="+(vs.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Kn+"]")+"\n";e.replace(d,function(t,n,r,i,u,l){return r||(r=i),p+=e.slice(s,l).replace(Jt,L),n&&(o=!0,p+="' +\n__e("+n+") +\n'"),u&&(a=!0,p+="';\n"+u+";\n__p += '"),r&&(p+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),s=l+t.length,t}),p+="';\n";var y=vs.call(t,"variable")&&t.variable;y||(p="with (obj) {\n"+p+"\n}\n"),p=(a?p.replace(_t,""):p).replace(bt,"$1").replace(wt,"$1;"),p="function("+(y||"obj")+") {\n"+(y?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+p+"return __p\n}";var v=Jp(function(){return os(l,h+"return "+p).apply(ne,c)});if(v.source=p,Xu(v))throw v;return v}function mc(e){return kl(e).toLowerCase()}function _c(e){return kl(e).toUpperCase()}function bc(e,t,n){if(e=kl(e),e&&(n||t===ne))return e.replace(Mt,"");if(!e||!(t=di(t)))return e;var r=Q(e),i=Q(t);return Pi(r,C(r,i),z(r,i)+1).join("")}function wc(e,t,n){if(e=kl(e),e&&(n||t===ne))return e.replace(Ct,"");if(!e||!(t=di(t)))return e;var r=Q(e);return Pi(r,0,z(r,Q(t))+1).join("")}function xc(e,t,n){if(e=kl(e),e&&(n||t===ne))return e.replace(Wt,"");if(!e||!(t=di(t)))return e;var r=Q(e);return Pi(r,C(r,Q(t))).join("")}function Ec(e,t){var n=Te,r=je;if(il(t)){var i="separator"in t?t.separator:i;n="length"in t?xl(t.length):n,r="omission"in t?di(t.omission):r}e=kl(e);var o=e.length;if(B(e)){var a=Q(e);o=a.length}if(n>=o)return e;var u=n-J(r);if(u<1)return r;var l=a?Pi(a,0,u).join(""):e.slice(0,u);if(i===ne)return l+r;if(a&&(u+=l.length-u),xp(i)){if(e.slice(u).search(i)){var c,s=l;for(i.global||(i=ls(i.source,kl(Ft.exec(i))+"g")),i.lastIndex=0;c=i.exec(s);)var f=c.index;l=l.slice(0,f===ne?u:f)}}else if(e.indexOf(di(i),u)!=u){var p=l.lastIndexOf(i);p>-1&&(l=l.slice(0,p))}return l+r}function Pc(e){return e=kl(e),e&&Pt.test(e)?e.replace(xt,_r):e}function Tc(e,t,n){return e=kl(e),t=n?ne:t,t===ne?$(e)?te(e):_(e):e.match(t)||[]}function jc(e){var t=null==e?0:e.length,n=bo();return e=t?d(e,function(e){if("function"!=typeof e[1])throw new ss(ae);return[n(e[0]),e[1]]}):[],ni(function(n){for(var r=-1;++r<t;){var i=e[r];if(o(i[0],this,n))return o(i[1],this,n)}})}function kc(e){return qn(zn(e,se))}function Oc(e){return function(){return e}}function Ac(e,t){return null==e||e!==e?t:e}function Rc(e){return e}function Ic(e){return zr("function"==typeof e?e:zn(e,se))}function Sc(e){return $r(zn(e,se))}function Nc(e,t){return Fr(e,zn(t,se))}function Mc(e,t,n){var r=Dl(t),i=rr(t,r);null!=n||il(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=rr(t,Dl(t)));var o=!(il(n)&&"chain"in n&&!n.chain),a=tl(e);return u(i,function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__);return(n.__actions__=Wi(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,h([this.value()],arguments))})}),e}function Wc(){return ir._===this&&(ir._=ws),this}function Cc(){}function zc(e){return e=xl(e),ni(function(t){return Vr(t,e)})}function qc(e){return Wo(e)?j(Xo(e)):Yr(e)}function Lc(e){return function(t){return null==e?ne:or(e,t)}}function Dc(){return[]}function Bc(){return!1}function $c(){return{}}function Fc(){return""}function Uc(){return!0}function Gc(e,t){if(e=xl(e),e<1||e>Ne)return[];var n=Ce,r=Vs(e,Ce);t=bo(t),e-=Ce;for(var i=I(r,t);++n<e;)t(n);return i}function Vc(e){return gp(e)?d(e,Xo):vl(e)?[e]:Wi(Sf(kl(e)))}function Kc(e){var t=++gs;return kl(e)+t}function Zc(e){return e&&e.length?Gn(e,Rc,cr):ne}function Hc(e,t){return e&&e.length?Gn(e,bo(t,2),cr):ne}function Yc(e){return T(e,Rc)}function Jc(e,t){return T(e,bo(t,2))}function Qc(e){return e&&e.length?Gn(e,Rc,Dr):ne}function Xc(e,t){return e&&e.length?Gn(e,bo(t,2),Dr):ne}function es(e){return e&&e.length?R(e,Rc):0}function ts(e,t){return e&&e.length?R(e,bo(t,2)):0}t=null==t?ir:wr.defaults(ir.Object(),t,wr.pick(ir,Vn));var ns=t.Array,rs=t.Date,is=t.Error,os=t.Function,as=t.Math,us=t.Object,ls=t.RegExp,cs=t.String,ss=t.TypeError,fs=ns.prototype,ps=os.prototype,ds=us.prototype,hs=t["__core-js_shared__"],ys=ps.toString,vs=ds.hasOwnProperty,gs=0,ms=function(){var e=/[^.]+$/.exec(hs&&hs.keys&&hs.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),_s=ds.toString,bs=ys.call(us),ws=ir._,xs=ls("^"+ys.call(vs).replace(St,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Es=ur?t.Buffer:ne,Ps=t.Symbol,Ts=t.Uint8Array,js=Es?Es.allocUnsafe:ne,ks=G(us.getPrototypeOf,us),Os=us.create,As=ds.propertyIsEnumerable,Rs=fs.splice,Is=Ps?Ps.isConcatSpreadable:ne,Ss=Ps?Ps.iterator:ne,Ns=Ps?Ps.toStringTag:ne,Ms=function(){try{var e=Eo(us,"defineProperty");return e({},"",{}),e}catch(e){}}(),Ws=t.clearTimeout!==ir.clearTimeout&&t.clearTimeout,Cs=rs&&rs.now!==ir.Date.now&&rs.now,zs=t.setTimeout!==ir.setTimeout&&t.setTimeout,qs=as.ceil,Ls=as.floor,Ds=us.getOwnPropertySymbols,Bs=Es?Es.isBuffer:ne,$s=t.isFinite,Fs=fs.join,Us=G(us.keys,us),Gs=as.max,Vs=as.min,Ks=rs.now,Zs=t.parseInt,Hs=as.random,Ys=fs.reverse,Js=Eo(t,"DataView"),Qs=Eo(t,"Map"),Xs=Eo(t,"Promise"),ef=Eo(t,"Set"),tf=Eo(t,"WeakMap"),nf=Eo(us,"create"),rf=tf&&new tf,of={},af=ea(Js),uf=ea(Qs),lf=ea(Xs),cf=ea(ef),sf=ea(tf),ff=Ps?Ps.prototype:ne,pf=ff?ff.valueOf:ne,df=ff?ff.toString:ne,hf=function(){function e(){}return function(t){if(!il(t))return{};if(Os)return Os(t);e.prototype=t;var n=new e;return e.prototype=ne,n}}();n.templateSettings={escape:jt,evaluate:kt,interpolate:Ot,variable:"",imports:{_:n}},n.prototype=r.prototype,n.prototype.constructor=n,i.prototype=hf(r.prototype),i.prototype.constructor=i,m.prototype=hf(r.prototype),m.prototype.constructor=m,ee.prototype.clear=Dt,ee.prototype.delete=Qt,ee.prototype.get=Xt,ee.prototype.has=en,ee.prototype.set=tn,nn.prototype.clear=rn,nn.prototype.delete=on,nn.prototype.get=an,nn.prototype.has=un,nn.prototype.set=ln,cn.prototype.clear=sn,cn.prototype.delete=fn,cn.prototype.get=pn,cn.prototype.has=dn,cn.prototype.set=hn,yn.prototype.add=yn.prototype.push=vn,yn.prototype.has=gn,mn.prototype.clear=_n,mn.prototype.delete=bn,mn.prototype.get=wn,mn.prototype.has=xn,mn.prototype.set=En;var yf=Bi(Xn),vf=Bi(nr,!0),gf=$i(),mf=$i(!0),_f=rf?function(e,t){return rf.set(e,t),e}:Rc,bf=Ms?function(e,t){return Ms(e,"toString",{configurable:!0,enumerable:!1,value:Oc(t),writable:!0})}:Rc,wf=ni,xf=Ws||function(e){return ir.clearTimeout(e)},Ef=ef&&1/K(new ef([,-0]))[1]==Se?function(e){return new ef(e)}:Cc,Pf=rf?function(e){return rf.get(e)}:Cc,Tf=Ds?function(e){return null==e?[]:(e=us(e),s(Ds(e),function(t){return As.call(e,t)}))}:Dc,jf=Ds?function(e){for(var t=[];e;)h(t,Tf(e)),e=ks(e);return t}:Dc,kf=lr;(Js&&kf(new Js(new ArrayBuffer(1)))!=ct||Qs&&kf(new Qs)!=He||Xs&&kf(Xs.resolve())!=Xe||ef&&kf(new ef)!=nt||tf&&kf(new tf)!=at)&&(kf=function(e){var t=lr(e),n=t==Qe?e.constructor:ne,r=n?ea(n):"";if(r)switch(r){case af:return ct;case uf:return He;case lf:return Xe;case cf:return nt;case sf:return at}return t});var Of=hs?tl:Bc,Af=Jo(_f),Rf=zs||function(e,t){return ir.setTimeout(e,t)},If=Jo(bf),Sf=$o(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(It,function(e,n,r,i){t.push(r?i.replace(Bt,"$1"):n||e)}),t}),Nf=ni(function(e,t){return Ku(e)?Fn(e,Qn(t,1,Ku,!0)):[]}),Mf=ni(function(e,t){var n=wa(t);return Ku(n)&&(n=ne),Ku(e)?Fn(e,Qn(t,1,Ku,!0),bo(n,2)):[]}),Wf=ni(function(e,t){var n=wa(t);return Ku(n)&&(n=ne),Ku(e)?Fn(e,Qn(t,1,Ku,!0),ne,n):[]}),Cf=ni(function(e){var t=d(e,wi);return t.length&&t[0]===e[0]?Er(t):[]}),zf=ni(function(e){var t=wa(e),n=d(e,wi);return t===wa(n)?t=ne:n.pop(),n.length&&n[0]===e[0]?Er(n,bo(t,2)):[]}),qf=ni(function(e){var t=wa(e),n=d(e,wi);return t="function"==typeof t?t:ne,t&&n.pop(),n.length&&n[0]===e[0]?Er(n,ne,t):[]}),Lf=ni(Pa),Df=yo(function(e,t){var n=null==e?0:e.length,r=Wn(e,t);return Qr(e,d(t,function(e){return No(e,n)?+e:e}).sort(Ii)),r}),Bf=ni(function(e){return hi(Qn(e,1,Ku,!0))}),$f=ni(function(e){var t=wa(e);return Ku(t)&&(t=ne),hi(Qn(e,1,Ku,!0),bo(t,2))}),Ff=ni(function(e){var t=wa(e);return t="function"==typeof t?t:ne,hi(Qn(e,1,Ku,!0),ne,t)}),Uf=ni(function(e,t){return Ku(e)?Fn(e,t):[]}),Gf=ni(function(e){return _i(s(e,Ku))}),Vf=ni(function(e){var t=wa(e);return Ku(t)&&(t=ne),_i(s(e,Ku),bo(t,2))}),Kf=ni(function(e){var t=wa(e);return t="function"==typeof t?t:ne,_i(s(e,Ku),ne,t)}),Zf=ni(Va),Hf=ni(function(e){var t=e.length,n=t>1?e[t-1]:ne;return n="function"==typeof n?(e.pop(),n):ne,Ka(e,n)}),Yf=yo(function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return Wn(t,e)};return!(t>1||this.__actions__.length)&&r instanceof m&&No(n)?(r=r.slice(n,+n+(t?1:0)),r.__actions__.push({func:Qa,args:[o],thisArg:ne}),new i(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(ne),e})):this.thru(o)}),Jf=Li(function(e,t,n){vs.call(e,n)?++e[n]:Mn(e,n,1)}),Qf=Zi(fa),Xf=Zi(pa),ep=Li(function(e,t,n){vs.call(e,n)?e[n].push(t):Mn(e,n,[t])}),tp=ni(function(e,t,n){var r=-1,i="function"==typeof t,a=Vu(e)?ns(e.length):[];return yf(e,function(e){a[++r]=i?o(t,e,n):Tr(e,t,n)}),a}),np=Li(function(e,t,n){Mn(e,n,t)}),rp=Li(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]}),ip=ni(function(e,t){if(null==e)return[];var n=t.length;return n>1&&Mo(e,t[0],t[1])?t=[]:n>2&&Mo(t[0],t[1],t[2])&&(t=[t[0]]),Kr(e,Qn(t,1),[])}),op=Cs||function(){return ir.Date.now()},ap=ni(function(e,t,n){var r=ye;if(n.length){var i=V(n,_o(ap));r|=be}return uo(e,r,t,n,i)}),up=ni(function(e,t,n){var r=ye|ve;if(n.length){var i=V(n,_o(up));r|=be}return uo(t,r,e,n,i)}),lp=ni(function(e,t){return $n(e,1,t)}),cp=ni(function(e,t,n){return $n(e,Pl(t)||0,n)});Iu.Cache=cn;var sp=wf(function(e,t){t=1==t.length&&gp(t[0])?d(t[0],N(bo())):d(Qn(t,1),N(bo()));var n=t.length;return ni(function(r){for(var i=-1,a=Vs(r.length,n);++i<a;)r[i]=t[i].call(this,r[i]);return o(e,this,r)})}),fp=ni(function(e,t){return uo(e,be,ne,t,V(t,_o(fp)))}),pp=ni(function(e,t){return uo(e,we,ne,t,V(t,_o(pp)))}),dp=yo(function(e,t){return uo(e,Ee,ne,ne,ne,t)}),hp=ro(cr),yp=ro(function(e,t){return e>=t}),vp=jr(function(){return arguments}())?jr:function(e){return ol(e)&&vs.call(e,"callee")&&!As.call(e,"callee")},gp=ns.isArray,mp=sr?N(sr):kr,_p=Bs||Bc,bp=fr?N(fr):Or,wp=pr?N(pr):Ir,xp=dr?N(dr):Mr,Ep=hr?N(hr):Wr,Pp=yr?N(yr):Cr,Tp=ro(Dr),jp=ro(function(e,t){return e<=t}),kp=Di(function(e,t){if(Lo(t)||Vu(t))return Ci(t,Dl(t),e),ne;for(var n in t)vs.call(t,n)&&An(e,n,t[n])}),Op=Di(function(e,t){Ci(t,Bl(t),e)}),Ap=Di(function(e,t,n,r){Ci(t,Bl(t),e,r)}),Rp=Di(function(e,t,n,r){Ci(t,Dl(t),e,r)}),Ip=yo(Wn),Sp=ni(function(e,t){e=us(e);var n=-1,r=t.length,i=r>2?t[2]:ne;for(i&&Mo(t[0],t[1],i)&&(r=1);++n<r;)for(var o=t[n],a=Bl(o),u=-1,l=a.length;++u<l;){var c=a[u],s=e[c];(s===ne||Gu(s,ds[c])&&!vs.call(e,c))&&(e[c]=o[c])}return e}),Np=ni(function(e){return e.push(ne,co),o(qp,ne,e)}),Mp=Ji(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=_s.call(t)),e[t]=n},Oc(Rc)),Wp=Ji(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=_s.call(t)),vs.call(e,t)?e[t].push(n):e[t]=[n]},bo),Cp=ni(Tr),zp=Di(function(e,t,n){Ur(e,t,n)}),qp=Di(function(e,t,n,r){Ur(e,t,n,r)}),Lp=yo(function(e,t){var n={};if(null==e)return n;var r=!1;t=d(t,function(t){return t=Ei(t,e),r||(r=t.length>1),t}),Ci(e,go(e),n),r&&(n=zn(n,se|fe|pe,so));for(var i=t.length;i--;)yi(n,t[i]);return n}),Dp=yo(function(e,t){return null==e?{}:Zr(e,t)}),Bp=ao(Dl),$p=ao(Bl),Fp=Gi(function(e,t,n){return t=t.toLowerCase(),e+(n?ic(t):t)}),Up=Gi(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),Gp=Gi(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),Vp=Ui("toLowerCase"),Kp=Gi(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}),Zp=Gi(function(e,t,n){return e+(n?" ":"")+Yp(t)}),Hp=Gi(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Yp=Ui("toUpperCase"),Jp=ni(function(e,t){try{return o(e,ne,t)}catch(e){return Xu(e)?e:new is(e)}}),Qp=yo(function(e,t){return u(t,function(t){t=Xo(t),Mn(e,t,ap(e[t],e))}),e}),Xp=Hi(),ed=Hi(!0),td=ni(function(e,t){return function(n){return Tr(n,e,t)}}),nd=ni(function(e,t){return function(n){return Tr(e,n,t)}}),rd=Xi(d),id=Xi(c),od=Xi(g),ad=no(),ud=no(!0),ld=Qi(function(e,t){return e+t},0),cd=oo("ceil"),sd=Qi(function(e,t){return e/t},1),fd=oo("floor"),pd=Qi(function(e,t){return e*t},1),dd=oo("round"),hd=Qi(function(e,t){return e-t},0);return n.after=Pu,n.ary=Tu,n.assign=kp,n.assignIn=Op,n.assignInWith=Ap,n.assignWith=Rp,n.at=Ip,n.before=ju,n.bind=ap,n.bindAll=Qp,n.bindKey=up,n.castArray=Lu,n.chain=Ya,n.chunk=ra,n.compact=ia,n.concat=oa,n.cond=jc,n.conforms=kc,n.constant=Oc,n.countBy=Jf,n.create=Ol,n.curry=ku,n.curryRight=Ou,n.debounce=Au,n.defaults=Sp,n.defaultsDeep=Np,n.defer=lp,n.delay=cp,n.difference=Nf,n.differenceBy=Mf,n.differenceWith=Wf,n.drop=aa,n.dropRight=ua,n.dropRightWhile=la,n.dropWhile=ca,n.fill=sa,n.filter=uu,n.flatMap=lu,n.flatMapDeep=cu,n.flatMapDepth=su,n.flatten=da,n.flattenDeep=ha,n.flattenDepth=ya,n.flip=Ru,n.flow=Xp,n.flowRight=ed,n.fromPairs=va,n.functions=Wl,n.functionsIn=Cl,n.groupBy=ep,n.initial=_a,n.intersection=Cf,n.intersectionBy=zf,n.intersectionWith=qf,n.invert=Mp,n.invertBy=Wp,n.invokeMap=tp,n.iteratee=Ic,n.keyBy=np,n.keys=Dl,n.keysIn=Bl,n.map=hu,n.mapKeys=$l,n.mapValues=Fl,n.matches=Sc,n.matchesProperty=Nc,n.memoize=Iu,n.merge=zp,n.mergeWith=qp,n.method=td,n.methodOf=nd,n.mixin=Mc,n.negate=Su,n.nthArg=zc,n.omit=Lp,n.omitBy=Ul,n.once=Nu,n.orderBy=yu,n.over=rd,n.overArgs=sp,n.overEvery=id,n.overSome=od,n.partial=fp,n.partialRight=pp,n.partition=rp,n.pick=Dp,n.pickBy=Gl,n.property=qc,n.propertyOf=Lc,n.pull=Lf,n.pullAll=Pa,n.pullAllBy=Ta,n.pullAllWith=ja,n.pullAt=Df,n.range=ad,n.rangeRight=ud,n.rearg=dp,n.reject=mu,n.remove=ka,n.rest=Mu,n.reverse=Oa,n.sampleSize=bu,n.set=Kl,n.setWith=Zl,n.shuffle=wu,n.slice=Aa,n.sortBy=ip,n.sortedUniq=Ca,n.sortedUniqBy=za,n.split=yc,n.spread=Wu,n.tail=qa,n.take=La,n.takeRight=Da,n.takeRightWhile=Ba,n.takeWhile=$a,n.tap=Ja,n.throttle=Cu,n.thru=Qa,n.toArray=bl,n.toPairs=Bp,n.toPairsIn=$p,n.toPath=Vc,n.toPlainObject=Tl,n.transform=Hl,n.unary=zu,n.union=Bf,n.unionBy=$f,n.unionWith=Ff,n.uniq=Fa,n.uniqBy=Ua,n.uniqWith=Ga,n.unset=Yl,n.unzip=Va,n.unzipWith=Ka,n.update=Jl,n.updateWith=Ql,n.values=Xl,n.valuesIn=ec,n.without=Uf,n.words=Tc,n.wrap=qu,n.xor=Gf,n.xorBy=Vf,n.xorWith=Kf,n.zip=Zf,n.zipObject=Za,n.zipObjectDeep=Ha,n.zipWith=Hf,n.entries=Bp,n.entriesIn=$p,n.extend=Op,n.extendWith=Ap,Mc(n,n),n.add=ld,n.attempt=Jp,n.camelCase=Fp,n.capitalize=ic,n.ceil=cd,n.clamp=tc,n.clone=Du,n.cloneDeep=$u,n.cloneDeepWith=Fu,n.cloneWith=Bu,n.conformsTo=Uu,n.deburr=oc,n.defaultTo=Ac,n.divide=sd,n.endsWith=ac,n.eq=Gu,n.escape=uc,n.escapeRegExp=lc,n.every=au,n.find=Qf,n.findIndex=fa,n.findKey=Al,n.findLast=Xf,n.findLastIndex=pa,n.findLastKey=Rl,n.floor=fd,n.forEach=fu,n.forEachRight=pu,n.forIn=Il,n.forInRight=Sl,n.forOwn=Nl,n.forOwnRight=Ml,n.get=zl,n.gt=hp,n.gte=yp,n.has=ql,n.hasIn=Ll,n.head=ga,n.identity=Rc,n.includes=du,n.indexOf=ma,n.inRange=nc,n.invoke=Cp,n.isArguments=vp,n.isArray=gp,n.isArrayBuffer=mp,n.isArrayLike=Vu,n.isArrayLikeObject=Ku,n.isBoolean=Zu,n.isBuffer=_p,n.isDate=bp,n.isElement=Hu,n.isEmpty=Yu,n.isEqual=Ju,n.isEqualWith=Qu,n.isError=Xu,n.isFinite=el,n.isFunction=tl,n.isInteger=nl,n.isLength=rl,n.isMap=wp,n.isMatch=al,n.isMatchWith=ul,n.isNaN=ll,n.isNative=cl, n.isNil=fl,n.isNull=sl,n.isNumber=pl,n.isObject=il,n.isObjectLike=ol,n.isPlainObject=dl,n.isRegExp=xp,n.isSafeInteger=hl,n.isSet=Ep,n.isString=yl,n.isSymbol=vl,n.isTypedArray=Pp,n.isUndefined=gl,n.isWeakMap=ml,n.isWeakSet=_l,n.join=ba,n.kebabCase=Up,n.last=wa,n.lastIndexOf=xa,n.lowerCase=Gp,n.lowerFirst=Vp,n.lt=Tp,n.lte=jp,n.max=Zc,n.maxBy=Hc,n.mean=Yc,n.meanBy=Jc,n.min=Qc,n.minBy=Xc,n.stubArray=Dc,n.stubFalse=Bc,n.stubObject=$c,n.stubString=Fc,n.stubTrue=Uc,n.multiply=pd,n.nth=Ea,n.noConflict=Wc,n.noop=Cc,n.now=op,n.pad=cc,n.padEnd=sc,n.padStart=fc,n.parseInt=pc,n.random=rc,n.reduce=vu,n.reduceRight=gu,n.repeat=dc,n.replace=hc,n.result=Vl,n.round=dd,n.runInContext=e,n.sample=_u,n.size=xu,n.snakeCase=Kp,n.some=Eu,n.sortedIndex=Ra,n.sortedIndexBy=Ia,n.sortedIndexOf=Sa,n.sortedLastIndex=Na,n.sortedLastIndexBy=Ma,n.sortedLastIndexOf=Wa,n.startCase=Zp,n.startsWith=vc,n.subtract=hd,n.sum=es,n.sumBy=ts,n.template=gc,n.times=Gc,n.toFinite=wl,n.toInteger=xl,n.toLength=El,n.toLower=mc,n.toNumber=Pl,n.toSafeInteger=jl,n.toString=kl,n.toUpper=_c,n.trim=bc,n.trimEnd=wc,n.trimStart=xc,n.truncate=Ec,n.unescape=Pc,n.uniqueId=Kc,n.upperCase=Hp,n.upperFirst=Yp,n.each=fu,n.eachRight=pu,n.first=ga,Mc(n,function(){var e={};return Xn(n,function(t,r){vs.call(n.prototype,r)||(e[r]=t)}),e}(),{chain:!1}),n.VERSION=re,u(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){n[e].placeholder=n}),u(["drop","take"],function(e,t){m.prototype[e]=function(n){n=n===ne?1:Gs(xl(n),0);var r=this.__filtered__&&!t?new m(this):this.clone();return r.__filtered__?r.__takeCount__=Vs(n,r.__takeCount__):r.__views__.push({size:Vs(n,Ce),type:e+(r.__dir__<0?"Right":"")}),r},m.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),u(["filter","map","takeWhile"],function(e,t){var n=t+1,r=n==Ae||n==Ie;m.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:bo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),u(["head","last"],function(e,t){var n="take"+(t?"Right":"");m.prototype[e]=function(){return this[n](1).value()[0]}}),u(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");m.prototype[e]=function(){return this.__filtered__?new m(this):this[n](1)}}),m.prototype.compact=function(){return this.filter(Rc)},m.prototype.find=function(e){return this.filter(e).head()},m.prototype.findLast=function(e){return this.reverse().find(e)},m.prototype.invokeMap=ni(function(e,t){return"function"==typeof e?new m(this):this.map(function(n){return Tr(n,e,t)})}),m.prototype.reject=function(e){return this.filter(Su(bo(e)))},m.prototype.slice=function(e,t){e=xl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new m(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==ne&&(t=xl(t),n=t<0?n.dropRight(-t):n.take(t-e)),n)},m.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},m.prototype.toArray=function(){return this.take(Ce)},Xn(m.prototype,function(e,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),o=/^(?:head|last)$/.test(t),a=n[o?"take"+("last"==t?"Right":""):t],u=o||/^find/.test(t);a&&(n.prototype[t]=function(){var t=this.__wrapped__,l=o?[1]:arguments,c=t instanceof m,s=l[0],f=c||gp(t),p=function(e){var t=a.apply(n,h([e],l));return o&&d?t[0]:t};f&&r&&"function"==typeof s&&1!=s.length&&(c=f=!1);var d=this.__chain__,y=!!this.__actions__.length,v=u&&!d,g=c&&!y;if(!u&&f){t=g?t:new m(this);var _=e.apply(t,l);return _.__actions__.push({func:Qa,args:[p],thisArg:ne}),new i(_,d)}return v&&g?e.apply(this,l):(_=this.thru(p),v?o?_.value()[0]:_.value():_)})}),u(["pop","push","shift","sort","splice","unshift"],function(e){var t=fs[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",i=/^(?:pop|shift)$/.test(e);n.prototype[e]=function(){var e=arguments;if(i&&!this.__chain__){var n=this.value();return t.apply(gp(n)?n:[],e)}return this[r](function(n){return t.apply(gp(n)?n:[],e)})}}),Xn(m.prototype,function(e,t){var r=n[t];if(r){var i=r.name+"";vs.call(of,i)||(of[i]=[]),of[i].push({name:t,func:r})}}),of[Yi(ne,ve).name]=[{name:"wrapper",func:ne}],m.prototype.clone=k,m.prototype.reverse=H,m.prototype.value=X,n.prototype.at=Yf,n.prototype.chain=Xa,n.prototype.commit=eu,n.prototype.next=tu,n.prototype.plant=ru,n.prototype.reverse=iu,n.prototype.toJSON=n.prototype.valueOf=n.prototype.value=ou,n.prototype.first=n.prototype.head,Ss&&(n.prototype[Ss]=nu),n},wr=br();ir._=wr,r=function(){return wr}.call(t,n,t,i),!(void 0!==r&&(i.exports=r))}).call(this)}).call(t,function(){return this}(),n(5)(e))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children=[],e.webpackPolyfill=1),e}},function(e,t,n){function r(e,t){return 2==t?function(t,n){return e.apply(void 0,arguments)}:function(t){return e.apply(void 0,arguments)}}function i(e,t){return 2==t?function(t,n){return e(t,n)}:function(t){return e(t)}}function o(e){for(var t=e?e.length:0,n=Array(t);t--;)n[t]=e[t];return n}function a(e){return function(t){return e({},t)}}function u(e,t){return function(){for(var n=arguments.length,r=n-1,i=Array(n);n--;)i[n]=arguments[n];var o=i[t],a=i.slice(0,t);return o&&p.apply(a,o),t!=r&&p.apply(a,i.slice(t+1)),e.apply(this,a)}}function l(e,t){return function(){var n=arguments.length;if(n){for(var r=Array(n);n--;)r[n]=arguments[n];var i=r[0]=t.apply(void 0,r);return e.apply(void 0,r),i}}}function c(e,t,n,p){function d(e,t){if(j.cap){var n=s.iterateeRearg[e];if(n)return w(t,n);var r=!P&&s.iterateeAry[e];if(r)return b(t,r)}return t}function h(e,t,n){return O||j.curry&&n>1?C(t,n):t}function y(e,t,n){if(j.fixed&&(A||!s.skipFixed[e])){var r=s.methodSpread[e],i=r&&r.start;return void 0===i?N(t,n):u(t,i)}return t}function v(e,t,n){return j.rearg&&n>1&&(R||!s.skipRearg[e])?F(t,s.methodRearg[e]||s.aryRearg[n]):t}function g(e,t){t=G(t);for(var n=-1,r=t.length,i=r-1,o=W(Object(e)),a=o;null!=a&&++n<r;){var u=t[n],l=a[u];null==l||D(l)||L(l)||B(l)||(a[u]=W(n==i?l:Object(l))),a=a[u]}return o}function m(e){return Z.runInContext.convert(e)(void 0)}function _(e,t){var n=s.aliasToReal[e]||e,r=s.remap[n]||n,i=p;return function(e){var o=P?I:S,a=P?I[r]:t,u=M(M({},i),e);return c(o,n,a,u)}}function b(e,t){return x(e,function(e){return"function"==typeof e?i(e,t):e})}function w(e,t){return x(e,function(e){var n=t.length;return r(F(i(e,n),t),n)})}function x(e,t){return function(){var n=arguments.length;if(!n)return e();for(var r=Array(n);n--;)r[n]=arguments[n];var i=j.rearg?0:n-1;return r[i]=t(r[i]),e.apply(void 0,r)}}function E(e,t,n){var r,i=s.aliasToReal[e]||e,u=t,c=K[i];return c?u=c(t):j.immutable&&(s.mutate.array[i]?u=l(t,o):s.mutate.object[i]?u=l(t,a(t)):s.mutate.set[i]&&(u=l(t,g))),z(V,function(e){return z(s.aryMethod[e],function(t){if(i==t){var n=s.methodSpread[i],o=n&&n.afterRearg;return r=o?y(i,v(i,u,e),e):v(i,y(i,u,e),e),r=d(i,r),r=h(i,r,e),!1}}),!r}),r||(r=u),r==t&&(r=O?C(r,1):function(){return t.apply(this,arguments)}),r.convert=_(i,t),r.placeholder=t.placeholder=n,r}var P="function"==typeof t,T=t===Object(t);if(T&&(p=n,n=t,t=void 0),null==n)throw new TypeError;p||(p={});var j={cap:!("cap"in p)||p.cap,curry:!("curry"in p)||p.curry,fixed:!("fixed"in p)||p.fixed,immutable:!("immutable"in p)||p.immutable,rearg:!("rearg"in p)||p.rearg},k=P?n:f,O="curry"in p&&p.curry,A="fixed"in p&&p.fixed,R="rearg"in p&&p.rearg,I=P?n.runInContext():void 0,S=P?n:{ary:e.ary,assign:e.assign,clone:e.clone,curry:e.curry,forEach:e.forEach,isArray:e.isArray,isError:e.isError,isFunction:e.isFunction,isWeakMap:e.isWeakMap,iteratee:e.iteratee,keys:e.keys,rearg:e.rearg,toInteger:e.toInteger,toPath:e.toPath},N=S.ary,M=S.assign,W=S.clone,C=S.curry,z=S.forEach,q=S.isArray,L=S.isError,D=S.isFunction,B=S.isWeakMap,$=S.keys,F=S.rearg,U=S.toInteger,G=S.toPath,V=$(s.aryMethod),K={castArray:function(e){return function(){var t=arguments[0];return q(t)?e(o(t)):e.apply(void 0,arguments)}},iteratee:function(e){return function(){var t=arguments[0],n=arguments[1],r=e(t,n),o=r.length;return j.cap&&"number"==typeof n?(n=n>2?n-2:1,o&&o<=n?r:i(r,n)):r}},mixin:function(e){return function(t){var n=this;if(!D(n))return e(n,Object(t));var r=[];return z($(t),function(e){D(t[e])&&r.push([e,n.prototype[e]])}),e(n,Object(t)),z(r,function(e){var t=e[1];D(t)?n.prototype[e[0]]=t:delete n.prototype[e[0]]}),n}},nthArg:function(e){return function(t){var n=t<0?1:U(t)+1;return C(e(t),n)}},rearg:function(e){return function(t,n){var r=n?n.length:0;return C(e(t,n),r)}},runInContext:function(t){return function(n){return c(e,t(n),p)}}};if(!T)return E(t,n,k);var Z=n,H=[];return z(V,function(e){z(s.aryMethod[e],function(e){var t=Z[s.remap[e]||e];t&&H.push([e,E(e,t,Z)])})}),z($(Z),function(e){var t=Z[e];if("function"==typeof t){for(var n=H.length;n--;)if(H[n][0]==e)return;t.convert=_(e,t),H.push([e,t])}}),z(H,function(e){Z[e[0]]=e[1]}),Z.convert=m,Z.placeholder=Z,z($(Z),function(e){z(s.realToAlias[e]||[],function(t){Z[t]=Z[e]})}),Z}var s=n(7),f=n(8),p=Array.prototype.push;e.exports=c},function(e,t){t.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entriesIn:"toPairsIn",extend:"assignIn",extendAll:"assignInAll",extendAllWith:"assignInAllWith",extendWith:"assignInWith",first:"head",conforms:"conformsTo",matches:"isMatch",property:"get",__:"placeholder",F:"stubFalse",T:"stubTrue",all:"every",allPass:"overEvery",always:"constant",any:"some",anyPass:"overSome",apply:"spread",assoc:"set",assocPath:"set",complement:"negate",compose:"flowRight",contains:"includes",dissoc:"unset",dissocPath:"unset",dropLast:"dropRight",dropLastWhile:"dropRightWhile",equals:"isEqual",identical:"eq",indexBy:"keyBy",init:"initial",invertObj:"invert",juxt:"over",omitAll:"omit",nAry:"ary",path:"get",pathEq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",propEq:"matchesProperty",propOr:"getOr",props:"at",symmetricDifference:"xor",symmetricDifferenceBy:"xorBy",symmetricDifferenceWith:"xorWith",takeLast:"takeRight",takeLastWhile:"takeRightWhile",unapply:"rest",unnest:"flatten",useWith:"overArgs",where:"conformsTo",whereEq:"isMatch",zipObj:"zipObject"},t.aryMethod={1:["assignAll","assignInAll","attempt","castArray","ceil","create","curry","curryRight","defaultsAll","defaultsDeepAll","floor","flow","flowRight","fromPairs","invert","iteratee","memoize","method","mergeAll","methodOf","mixin","nthArg","over","overEvery","overSome","rest","reverse","round","runInContext","spread","template","trim","trimEnd","trimStart","uniqueId","words","zipAll"],2:["add","after","ary","assign","assignAllWith","assignIn","assignInAllWith","at","before","bind","bindAll","bindKey","chunk","cloneDeepWith","cloneWith","concat","conformsTo","countBy","curryN","curryRightN","debounce","defaults","defaultsDeep","defaultTo","delay","difference","divide","drop","dropRight","dropRightWhile","dropWhile","endsWith","eq","every","filter","find","findIndex","findKey","findLast","findLastIndex","findLastKey","flatMap","flatMapDeep","flattenDepth","forEach","forEachRight","forIn","forInRight","forOwn","forOwnRight","get","groupBy","gt","gte","has","hasIn","includes","indexOf","intersection","invertBy","invoke","invokeMap","isEqual","isMatch","join","keyBy","lastIndexOf","lt","lte","map","mapKeys","mapValues","matchesProperty","maxBy","meanBy","merge","mergeAllWith","minBy","multiply","nth","omit","omitBy","overArgs","pad","padEnd","padStart","parseInt","partial","partialRight","partition","pick","pickBy","propertyOf","pull","pullAll","pullAt","random","range","rangeRight","rearg","reject","remove","repeat","restFrom","result","sampleSize","some","sortBy","sortedIndex","sortedIndexOf","sortedLastIndex","sortedLastIndexOf","sortedUniqBy","split","spreadFrom","startsWith","subtract","sumBy","take","takeRight","takeRightWhile","takeWhile","tap","throttle","thru","times","trimChars","trimCharsEnd","trimCharsStart","truncate","union","uniqBy","uniqWith","unset","unzipWith","without","wrap","xor","zip","zipObject","zipObjectDeep"],3:["assignInWith","assignWith","clamp","differenceBy","differenceWith","findFrom","findIndexFrom","findLastFrom","findLastIndexFrom","getOr","includesFrom","indexOfFrom","inRange","intersectionBy","intersectionWith","invokeArgs","invokeArgsMap","isEqualWith","isMatchWith","flatMapDepth","lastIndexOfFrom","mergeWith","orderBy","padChars","padCharsEnd","padCharsStart","pullAllBy","pullAllWith","rangeStep","rangeStepRight","reduce","reduceRight","replace","set","slice","sortedIndexBy","sortedLastIndexBy","transform","unionBy","unionWith","update","xorBy","xorWith","zipWith"],4:["fill","setWith","updateWith"]},t.aryRearg={2:[1,0],3:[2,0,1],4:[3,2,0,1]},t.iterateeAry={dropRightWhile:1,dropWhile:1,every:1,filter:1,find:1,findFrom:1,findIndex:1,findIndexFrom:1,findKey:1,findLast:1,findLastFrom:1,findLastIndex:1,findLastIndexFrom:1,findLastKey:1,flatMap:1,flatMapDeep:1,flatMapDepth:1,forEach:1,forEachRight:1,forIn:1,forInRight:1,forOwn:1,forOwnRight:1,map:1,mapKeys:1,mapValues:1,partition:1,reduce:2,reduceRight:2,reject:1,remove:1,some:1,takeRightWhile:1,takeWhile:1,times:1,transform:2},t.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},t.methodRearg={assignInAllWith:[1,0],assignInWith:[1,2,0],assignAllWith:[1,0],assignWith:[1,2,0],differenceBy:[1,2,0],differenceWith:[1,2,0],getOr:[2,1,0],intersectionBy:[1,2,0],intersectionWith:[1,2,0],isEqualWith:[1,2,0],isMatchWith:[2,1,0],mergeAllWith:[1,0],mergeWith:[1,2,0],padChars:[2,1,0],padCharsEnd:[2,1,0],padCharsStart:[2,1,0],pullAllBy:[2,1,0],pullAllWith:[2,1,0],rangeStep:[1,2,0],rangeStepRight:[1,2,0],setWith:[3,1,2,0],sortedIndexBy:[2,1,0],sortedLastIndexBy:[2,1,0],unionBy:[1,2,0],unionWith:[1,2,0],updateWith:[3,1,2,0],xorBy:[1,2,0],xorWith:[1,2,0],zipWith:[1,2,0]},t.methodSpread={assignAll:{start:0},assignAllWith:{start:0},assignInAll:{start:0},assignInAllWith:{start:0},defaultsAll:{start:0},defaultsDeepAll:{start:0},invokeArgs:{start:2},invokeArgsMap:{start:2},mergeAll:{start:0},mergeAllWith:{start:0},partial:{start:1},partialRight:{start:1},without:{start:1},zipAll:{start:0}},t.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullAllBy:!0,pullAllWith:!0,pullAt:!0,remove:!0,reverse:!0},object:{assign:!0,assignAll:!0,assignAllWith:!0,assignIn:!0,assignInAll:!0,assignInAllWith:!0,assignInWith:!0,assignWith:!0,defaults:!0,defaultsAll:!0,defaultsDeep:!0,defaultsDeepAll:!0,merge:!0,mergeAll:!0,mergeAllWith:!0,mergeWith:!0},set:{set:!0,setWith:!0,unset:!0,update:!0,updateWith:!0}},t.realToAlias=function(){var e=Object.prototype.hasOwnProperty,n=t.aliasToReal,r={};for(var i in n){var o=n[i];e.call(r,o)?r[o].push(i):r[o]=[i]}return r}(),t.remap={assignAll:"assign",assignAllWith:"assignWith",assignInAll:"assignIn",assignInAllWith:"assignInWith",curryN:"curry",curryRightN:"curryRight",defaultsAll:"defaults",defaultsDeepAll:"defaultsDeep",findFrom:"find",findIndexFrom:"findIndex",findLastFrom:"findLast",findLastIndexFrom:"findLastIndex",getOr:"get",includesFrom:"includes",indexOfFrom:"indexOf",invokeArgs:"invoke",invokeArgsMap:"invokeMap",lastIndexOfFrom:"lastIndexOf",mergeAll:"merge",mergeAllWith:"mergeWith",padChars:"pad",padCharsEnd:"padEnd",padCharsStart:"padStart",propertyOf:"get",rangeStep:"range",rangeStepRight:"rangeRight",restFrom:"rest",spreadFrom:"spread",trimChars:"trim",trimCharsEnd:"trimEnd",trimCharsStart:"trimStart",zipAll:"zip"},t.skipFixed={castArray:!0,flow:!0,flowRight:!0,iteratee:!0,mixin:!0,rearg:!0,runInContext:!0},t.skipRearg={add:!0,assign:!0,assignIn:!0,bind:!0,bindKey:!0,concat:!0,difference:!0,divide:!0,eq:!0,gt:!0,gte:!0,isEqual:!0,lt:!0,lte:!0,matchesProperty:!0,merge:!0,multiply:!0,overArgs:!0,partial:!0,partialRight:!0,propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}},function(e,t){e.exports={}},function(e,t){e.exports=Morph.modules["bbc-morph-gel-icons@5.0.7"]},function(e,t){e.exports=Morph.modules["bbc-morph-bitesize-search-view@1.18.0"]},function(e,t){e.exports={create:function(e,t){return Morph.createContainerWithCaller("bbc-morph-baseplate-content-view@5.32.0",e,t)}}},function(e,t,n){var r;!function(i,o){"use strict";var a=function(){return o.addEventListener?function(e,t,n){return e.addEventListener(t,n,!1)}:function(e,t,n){return e.attachEvent("on"+t,n)}}(),u=[96,130,165,200,235,270,304,340,375,410,445,485,520,555,590,625,660,695,736],l="function"==typeof Object.keys?Object.keys:function(e){var t,n=[];for(t in e)n.push(t);return n},c=function(e,t){for(var n=0,r=e.length,i=[];n<r;n++)i[n]=t(e[n],n);return i},s=function(e){return e},f=function(){},p=function(){return!0},d=function(e,t){var n;return function(){var r=this,i=arguments,o=function(){n=null,e.apply(r,i)};clearTimeout(n),n=setTimeout(o,t)}},h=function(e,t){var n=this,r=o;t=t||{},void 0!==e&&("string"==typeof e?(t.selector=e,e=void 0):"undefined"==typeof e.length&&(t=e,e=void 0)),this.viewportHeight=r.documentElement.clientHeight,this.selector=e?null:t.selector||".delayed-image-load",this.className=t.className||"image-replace",this.gif=r.createElement("img"),this.gif.src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7",this.gif.className=this.className,this.gif.alt="",this.lazyloadOffset=t.lazyloadOffset||0,this.scrollDelay=t.scrollDelay||250,this.onResize=!t.hasOwnProperty("onResize")||t.onResize,this.lazyload=!!t.hasOwnProperty("lazyload")&&t.lazyload,this.scrolled=!1,this.availablePixelRatios=t.availablePixelRatios||[1,2],this.availableWidths=t.availableWidths||u,this.onImagesReplaced=t.onImagesReplaced||f,this.widthsMap={},this.refreshPixelRatio(),this.widthInterpolator=t.widthInterpolator||s,this.gif.removeAttribute("height"),this.gif.removeAttribute("width"),"function"!=typeof this.availableWidths&&("number"==typeof this.availableWidths.length?this.widthsMap=h.createWidthsMap(this.availableWidths,this.widthInterpolator,this.devicePixelRatio):(this.widthsMap=this.availableWidths,this.availableWidths=l(this.availableWidths)),this.availableWidths=this.availableWidths.sort(function(e,t){return e-t})),this.divs=[],this.add(e||this.selector),this.ready(t.onReady),setTimeout(function(){n.init()},0)};h.prototype.add=function(e){e=e||this.selector;var t="string"==typeof e?o.querySelectorAll(e):e;if(t&&t.length){var n=c(t,s);this.changeDivsToEmptyImages(n),this.divs=this.divs.concat(n)}},h.prototype.scrollCheck=function(){var e=this,t=0,n=[];this.scrolled&&(c(this.divs,function(r){e.isPlaceholder(r)&&(++t,e.isThisElementOnScreen(r)&&n.push(r))}),0===t&&i.clearInterval(e.interval),this.changeDivsToEmptyImages(n),this.scrolled=!1)},h.prototype.init=function(){var e=this;this.initialized=!0;var t=p;this.lazyload?(this.registerScrollEvent(),this.scrolled=!0,e.scrollCheck(),t=function(t){return e.isPlaceholder(t)===!1}):this.checkImagesNeedReplacing(this.divs),this.onResize&&this.registerResizeEvent(t),this.onReady()},h.prototype.ready=function(e){this.onReady=e||f},h.prototype.createGif=function(e){if(e.className.match(new RegExp("(^| )"+this.className+"( |$)")))return e;var t=e.getAttribute("data-class"),n=e.getAttribute("data-width"),r=this.gif.cloneNode(!1);return n&&(r.width=n,r.setAttribute("data-width",n)),r.className=(t?t+" ":"")+this.className,r.setAttribute("data-src",e.getAttribute("data-src")),r.setAttribute("alt",e.getAttribute("data-alt")||e.alt||this.gif.alt),e.parentNode.replaceChild(r,e),r},h.prototype.changeDivsToEmptyImages=function(e){var t=this;c(e,function(n,r){e[r]=t.createGif(n)}),this.initialized&&this.checkImagesNeedReplacing(e)},h.prototype.isPlaceholder=function(e){return e.src===this.gif.src},h.prototype.isThisElementOnScreen=function(e){var t=0,n=h.getPageOffset()+this.lazyloadOffset;if(e.offsetParent)do t+=e.offsetTop;while(e=e.offsetParent);return t<this.viewportHeight+n},h.prototype.checkImagesNeedReplacing=function(e,t){var n=this;t=t||p,this.isResizing||(this.isResizing=!0,this.refreshPixelRatio(),c(e,function(e){t(e)&&n.replaceImagesBasedOnScreenDimensions(e)}),this.isResizing=!1,this.onImagesReplaced(e))},h.prototype.replaceImagesBasedOnScreenDimensions=function(e){var t,n;n=h.getNaturalWidth(e),t="function"==typeof this.availableWidths?this.availableWidths(e):this.determineAppropriateResolution(e),e.width=t,!this.isPlaceholder(e)&&t<=n||(e.src=this.changeImageSrcToUseNewImageDimensions(e.getAttribute("data-src"),t),e.removeAttribute("width"),e.removeAttribute("height"))},h.prototype.determineAppropriateResolution=function(e){return h.getClosestValue(e.getAttribute("data-width")||e.parentNode.clientWidth,this.availableWidths)},h.prototype.refreshPixelRatio=function(){this.devicePixelRatio=h.getClosestValue(h.getPixelRatio(),this.availablePixelRatios)},h.prototype.changeImageSrcToUseNewImageDimensions=function(e,t){return e.replace(/{width}/g,h.transforms.width(t,this.widthsMap)).replace(/{pixel_ratio}/g,h.transforms.pixelRatio(this.devicePixelRatio))},h.getPixelRatio=function(e){return(e||i).devicePixelRatio||1},h.createWidthsMap=function(e,t,n){for(var r={},i=e.length;i--;)r[e[i]]=t(e[i],n);return r},h.transforms={pixelRatio:function(e){return 1===e?"":"-"+e+"x"},width:function(e,t){return t[e]||e}},h.getClosestValue=function(e,t){var n=t.length,r=t[n-1];for(e=parseFloat(e);n--;)e<=t[n]&&(r=t[n]);return r},h.prototype.registerResizeEvent=function(e){var t=this;a(i,"resize",d(function(){t.checkImagesNeedReplacing(t.divs,e)},100))},h.prototype.registerScrollEvent=function(){var e=this;this.scrolled=!1,this.interval=i.setInterval(function(){e.scrollCheck()},e.scrollDelay),a(i,"scroll",function(){e.scrolled=!0}),a(i,"resize",function(){e.viewportHeight=o.documentElement.clientHeight,e.scrolled=!0})},h.getPageOffsetGenerator=function(e){return e?function(){return i.pageYOffset}:function(){return o.documentElement.scrollTop}},h.getNaturalWidth=function(){return"naturalWidth"in new Image?function(e){return e.naturalWidth}:function(e){var t=o.createElement("img");return t.src=e.src,t.width}}(),h.getPageOffset=h.getPageOffsetGenerator(Object.prototype.hasOwnProperty.call(i,"pageYOffset")),h.applyEach=c,h.addEvent=a,h.debounce=d,"object"==typeof e&&"object"==typeof e.exports?e.exports=t=h:(r=function(){return h}.call(t,n,t,e),!(void 0!==r&&(e.exports=r)))}(window,document)},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(15)),o=i.default;t.default=o},function(e,t){function n(e){return e&&e.__esModule?e:{default:e}}e.exports=n},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=n(16),a=n(2).PropTypes||n(18),u=function(e){var t=e.title,n=e.subtitle,r=e.url,a=e.brand,u=e.ariaLabel;return i.default.createElement("a",{className:"education-link__link--".concat(a),href:r,"aria-label":u||t},i.default.createElement("div",{className:"education-link__link-panel--".concat(a)},i.default.createElement("div",{className:"education-link__link-text-wrapper--".concat(a)},i.default.createElement("div",{"aria-hidden":!0,className:"education-link__link-title--".concat(a)},t),i.default.createElement("span",{className:"education-link__invisible--".concat(a)},"".concat(t,":")),n?i.default.createElement("div",{className:"education-link__link-subtitle--".concat(a)},n):null),i.default.createElement("div",{className:"education-link__link-icon-wrapper--".concat(a)},i.default.createElement(o.GelChevronRightIcon,{className:"education-link__link-icon--".concat(a)}))))};u.propTypes={title:a.string.isRequired,subtitle:a.string,url:a.string.isRequired,brand:a.string,ariaLabel:a.string},u.defaultProps={subtitle:"",brand:"default",ariaLabel:""};var l=u;t.default=l},function(e,t,n){"use strict";var r=n(14),i=r(n(17)),o=r(n(28)),a=r(n(38)),u=r(n(39)),l=r(n(40)),c=r(n(41)),s=r(n(42)),f=r(n(43)),p=r(n(44));e.exports={GelAddIcon:i.default,GelChevronRightIcon:o.default,GelDownIcon:a.default,GelIconDuration:u.default,GelNextIcon:l.default,GelNoIcon:c.default,GelPreviousIcon:s.default,GelRecentActivityIcon:f.default,GelYesIcon:p.default}},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=n(2).PropTypes||n(18),a=function(e){var t=e.className;return i.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",fill:"white"},i.default.createElement("polygon",{points:"31.5,13.5 18.5,13.5 18.5,0.5 13.5,0.5 13.5,13.5 0.5,13.5 0.5,18.5 13.5,18.5 13.5,31.5 18.5,31.5 18.5,18.5 31.5,18.5"}))};a.propTypes={className:o.string},a.defaultProps={className:""};var u=a;t.default=u},function(e,t,n){(function(t){if("production"!==t.env.NODE_ENV){var r=n(20),i=!0;e.exports=n(23)(r.isElement,i)}else e.exports=n(27)()}).call(t,n(19))},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(e){if(s===setTimeout)return setTimeout(e,0);if((s===n||!s)&&setTimeout)return s=setTimeout,setTimeout(e,0);try{return s(e,0)}catch(t){try{return s.call(null,e,0)}catch(t){return s.call(this,e,0)}}}function o(e){if(f===clearTimeout)return clearTimeout(e);if((f===r||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(e);try{return f(e)}catch(t){try{return f.call(null,e)}catch(t){return f.call(this,e)}}}function a(){y&&d&&(y=!1,d.length?h=d.concat(h):v=-1,h.length&&u())}function u(){if(!y){var e=i(a);y=!0;for(var t=h.length;t;){for(d=h,h=[];++v<t;)d&&d[v].run();v=-1,t=h.length}d=null,y=!1,o(e)}}function l(e,t){this.fun=e,this.array=t}function c(){}var s,f,p=e.exports={};!function(){try{s="function"==typeof setTimeout?setTimeout:n}catch(e){s=n}try{f="function"==typeof clearTimeout?clearTimeout:r}catch(e){f=r}}();var d,h=[],y=!1,v=-1;p.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];h.push(new l(e,t)),1!==h.length||y||i(u)},l.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=c,p.addListener=c,p.once=c,p.off=c,p.removeListener=c,p.removeAllListeners=c,p.emit=c,p.binding=function(e){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(e){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},function(e,t,n){(function(t){"use strict";"production"===t.env.NODE_ENV?e.exports=n(21):e.exports=n(22)}).call(t,n(19))},function(e,t){"use strict";function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case p:case d:case u:case c:case l:case y:return e;default:switch(e=e&&e.$$typeof){case f:case h:case m:case g:case s:return e;default:return t}}case a:return t}}}function r(e){return n(e)===d}var i="function"==typeof Symbol&&Symbol.for,o=i?Symbol.for("react.element"):60103,a=i?Symbol.for("react.portal"):60106,u=i?Symbol.for("react.fragment"):60107,l=i?Symbol.for("react.strict_mode"):60108,c=i?Symbol.for("react.profiler"):60114,s=i?Symbol.for("react.provider"):60109,f=i?Symbol.for("react.context"):60110,p=i?Symbol.for("react.async_mode"):60111,d=i?Symbol.for("react.concurrent_mode"):60111,h=i?Symbol.for("react.forward_ref"):60112,y=i?Symbol.for("react.suspense"):60113,v=i?Symbol.for("react.suspense_list"):60120,g=i?Symbol.for("react.memo"):60115,m=i?Symbol.for("react.lazy"):60116,_=i?Symbol.for("react.block"):60121,b=i?Symbol.for("react.fundamental"):60117,w=i?Symbol.for("react.responder"):60118,x=i?Symbol.for("react.scope"):60119;t.AsyncMode=p,t.ConcurrentMode=d,t.ContextConsumer=f,t.ContextProvider=s,t.Element=o,t.ForwardRef=h,t.Fragment=u,t.Lazy=m,t.Memo=g,t.Portal=a,t.Profiler=c,t.StrictMode=l,t.Suspense=y,t.isAsyncMode=function(e){return r(e)||n(e)===p},t.isConcurrentMode=r,t.isContextConsumer=function(e){return n(e)===f},t.isContextProvider=function(e){return n(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return n(e)===h},t.isFragment=function(e){return n(e)===u},t.isLazy=function(e){return n(e)===m},t.isMemo=function(e){return n(e)===g},t.isPortal=function(e){return n(e)===a},t.isProfiler=function(e){return n(e)===c},t.isStrictMode=function(e){return n(e)===l},t.isSuspense=function(e){return n(e)===y},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===u||e===d||e===c||e===l||e===y||e===v||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===g||e.$$typeof===s||e.$$typeof===f||e.$$typeof===h||e.$$typeof===b||e.$$typeof===w||e.$$typeof===x||e.$$typeof===_)},t.typeOf=n},function(e,t,n){(function(e){"use strict";"production"!==e.env.NODE_ENV&&!function(){function e(e){return"string"==typeof e||"function"==typeof e||e===_||e===T||e===w||e===b||e===k||e===O||"object"==typeof e&&null!==e&&(e.$$typeof===R||e.$$typeof===A||e.$$typeof===x||e.$$typeof===E||e.$$typeof===j||e.$$typeof===S||e.$$typeof===N||e.$$typeof===M||e.$$typeof===I)}function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case g:var n=e.type;switch(n){case P:case T:case _:case w:case b:case k:return n;default:var r=n&&n.$$typeof;switch(r){case E:case j:case R:case A:case x:return r;default:return t}}case m:return t}}}function r(e){return Z||(Z=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),i(e)||n(e)===P}function i(e){return n(e)===T}function o(e){return n(e)===E}function a(e){return n(e)===x}function u(e){return"object"==typeof e&&null!==e&&e.$$typeof===g}function l(e){return n(e)===j}function c(e){return n(e)===_}function s(e){return n(e)===R}function f(e){return n(e)===A}function p(e){return n(e)===m}function d(e){return n(e)===w}function h(e){return n(e)===b}function y(e){return n(e)===k}var v="function"==typeof Symbol&&Symbol.for,g=v?Symbol.for("react.element"):60103,m=v?Symbol.for("react.portal"):60106,_=v?Symbol.for("react.fragment"):60107,b=v?Symbol.for("react.strict_mode"):60108,w=v?Symbol.for("react.profiler"):60114,x=v?Symbol.for("react.provider"):60109,E=v?Symbol.for("react.context"):60110,P=v?Symbol.for("react.async_mode"):60111,T=v?Symbol.for("react.concurrent_mode"):60111,j=v?Symbol.for("react.forward_ref"):60112,k=v?Symbol.for("react.suspense"):60113,O=v?Symbol.for("react.suspense_list"):60120,A=v?Symbol.for("react.memo"):60115,R=v?Symbol.for("react.lazy"):60116,I=v?Symbol.for("react.block"):60121,S=v?Symbol.for("react.fundamental"):60117,N=v?Symbol.for("react.responder"):60118,M=v?Symbol.for("react.scope"):60119,W=P,C=T,z=E,q=x,L=g,D=j,B=_,$=R,F=A,U=m,G=w,V=b,K=k,Z=!1;t.AsyncMode=W,t.ConcurrentMode=C,t.ContextConsumer=z,t.ContextProvider=q,t.Element=L,t.ForwardRef=D,t.Fragment=B,t.Lazy=$,t.Memo=F,t.Portal=U,t.Profiler=G,t.StrictMode=V,t.Suspense=K,t.isAsyncMode=r,t.isConcurrentMode=i,t.isContextConsumer=o,t.isContextProvider=a,t.isElement=u,t.isForwardRef=l,t.isFragment=c,t.isLazy=s,t.isMemo=f,t.isPortal=p,t.isProfiler=d,t.isStrictMode=h,t.isSuspense=y,t.isValidElementType=e,t.typeOf=n}()}).call(t,n(19))},function(e,t,n){(function(t){"use strict";function r(){return null}var i=n(20),o=n(24),a=n(25),u=n(26),l=Function.call.bind(Object.prototype.hasOwnProperty),c=function(){};"production"!==t.env.NODE_ENV&&(c=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),e.exports=function(e,n){function s(e){var t=e&&(S&&e[S]||e[N]);if("function"==typeof t)return t}function f(e,t){return e===t?0!==e||1/e===1/t:e!==e&&t!==t}function p(e){this.message=e,this.stack=""}function d(e){function r(r,u,l,s,f,d,h){if(s=s||M,d=d||l,h!==a){if(n){var y=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw y.name="Invariant Violation",y}if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var v=s+":"+l;!i[v]&&o<3&&(c("You are manually calling a React.PropTypes validation function for the `"+d+"` prop on `"+s+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."), i[v]=!0,o++)}}return null==u[l]?r?new p(null===u[l]?"The "+f+" `"+d+"` is marked as required "+("in `"+s+"`, but its value is `null`."):"The "+f+" `"+d+"` is marked as required in "+("`"+s+"`, but its value is `undefined`.")):null:e(u,l,s,f,d)}if("production"!==t.env.NODE_ENV)var i={},o=0;var u=r.bind(null,!1);return u.isRequired=r.bind(null,!0),u}function h(e){function t(t,n,r,i,o,a){var u=t[n],l=O(u);if(l!==e){var c=A(u);return new p("Invalid "+i+" `"+o+"` of type "+("`"+c+"` supplied to `"+r+"`, expected ")+("`"+e+"`."))}return null}return d(t)}function y(){return d(r)}function v(e){function t(t,n,r,i,o){if("function"!=typeof e)return new p("Property `"+o+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var u=t[n];if(!Array.isArray(u)){var l=O(u);return new p("Invalid "+i+" `"+o+"` of type "+("`"+l+"` supplied to `"+r+"`, expected an array."))}for(var c=0;c<u.length;c++){var s=e(u,c,r,i,o+"["+c+"]",a);if(s instanceof Error)return s}return null}return d(t)}function g(){function t(t,n,r,i,o){var a=t[n];if(!e(a)){var u=O(a);return new p("Invalid "+i+" `"+o+"` of type "+("`"+u+"` supplied to `"+r+"`, expected a single ReactElement."))}return null}return d(t)}function m(){function e(e,t,n,r,o){var a=e[t];if(!i.isValidElementType(a)){var u=O(a);return new p("Invalid "+r+" `"+o+"` of type "+("`"+u+"` supplied to `"+n+"`, expected a single ReactElement type."))}return null}return d(e)}function _(e){function t(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||M,u=I(t[n]);return new p("Invalid "+i+" `"+o+"` of type "+("`"+u+"` supplied to `"+r+"`, expected ")+("instance of `"+a+"`."))}return null}return d(t)}function b(e){function n(t,n,r,i,o){for(var a=t[n],u=0;u<e.length;u++)if(f(a,e[u]))return null;var l=JSON.stringify(e,function(e,t){var n=A(t);return"symbol"===n?String(t):t});return new p("Invalid "+i+" `"+o+"` of value `"+String(a)+"` "+("supplied to `"+r+"`, expected one of "+l+"."))}return Array.isArray(e)?d(n):("production"!==t.env.NODE_ENV&&c(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),r)}function w(e){function t(t,n,r,i,o){if("function"!=typeof e)return new p("Property `"+o+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],c=O(u);if("object"!==c)return new p("Invalid "+i+" `"+o+"` of type "+("`"+c+"` supplied to `"+r+"`, expected an object."));for(var s in u)if(l(u,s)){var f=e(u,s,r,i,o+"."+s,a);if(f instanceof Error)return f}return null}return d(t)}function x(e){function n(t,n,r,i,o){for(var u=0;u<e.length;u++){var l=e[u];if(null==l(t,n,r,i,o,a))return null}return new p("Invalid "+i+" `"+o+"` supplied to "+("`"+r+"`."))}if(!Array.isArray(e))return"production"!==t.env.NODE_ENV?c("Invalid argument supplied to oneOfType, expected an instance of array."):void 0,r;for(var i=0;i<e.length;i++){var o=e[i];if("function"!=typeof o)return c("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+R(o)+" at index "+i+"."),r}return d(n)}function E(){function e(e,t,n,r,i){return j(e[t])?null:new p("Invalid "+r+" `"+i+"` supplied to "+("`"+n+"`, expected a ReactNode."))}return d(e)}function P(e){function t(t,n,r,i,o){var u=t[n],l=O(u);if("object"!==l)return new p("Invalid "+i+" `"+o+"` of type `"+l+"` "+("supplied to `"+r+"`, expected `object`."));for(var c in e){var s=e[c];if(s){var f=s(u,c,r,i,o+"."+c,a);if(f)return f}}return null}return d(t)}function T(e){function t(t,n,r,i,u){var l=t[n],c=O(l);if("object"!==c)return new p("Invalid "+i+" `"+u+"` of type `"+c+"` "+("supplied to `"+r+"`, expected `object`."));var s=o({},t[n],e);for(var f in s){var d=e[f];if(!d)return new p("Invalid "+i+" `"+u+"` key `"+f+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var h=d(l,f,r,i,u+"."+f,a);if(h)return h}return null}return d(t)}function j(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(j);if(null===t||e(t))return!0;var n=s(t);if(!n)return!1;var r,i=n.call(t);if(n!==t.entries){for(;!(r=i.next()).done;)if(!j(r.value))return!1}else for(;!(r=i.next()).done;){var o=r.value;if(o&&!j(o[1]))return!1}return!0;default:return!1}}function k(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function O(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":k(t,e)?"symbol":t}function A(e){if("undefined"==typeof e||null===e)return""+e;var t=O(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function R(e){var t=A(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}function I(e){return e.constructor&&e.constructor.name?e.constructor.name:M}var S="function"==typeof Symbol&&Symbol.iterator,N="@@iterator",M="<<anonymous>>",W={array:h("array"),bool:h("boolean"),func:h("function"),number:h("number"),object:h("object"),string:h("string"),symbol:h("symbol"),any:y(),arrayOf:v,element:g(),elementType:m(),instanceOf:_,node:E(),objectOf:w,oneOf:b,oneOfType:x,shape:P,exact:T};return p.prototype=Error.prototype,W.checkPropTypes=u,W.resetWarningCache=u.resetWarningCache,W.PropTypes=W,W}}).call(t,n(19))},function(e,t){"use strict";function n(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function r(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map(function(e){return t[e]});if("0123456789"!==r.join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach(function(e){i[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(e){return!1}}var i=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;e.exports=r()?Object.assign:function(e,t){for(var r,u,l=n(e),c=1;c<arguments.length;c++){r=Object(arguments[c]);for(var s in r)o.call(r,s)&&(l[s]=r[s]);if(i){u=i(r);for(var f=0;f<u.length;f++)a.call(r,u[f])&&(l[u[f]]=r[u[f]])}}return l}},function(e,t){"use strict";var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";e.exports=n},function(e,t,n){(function(t){"use strict";function r(e,n,r,l,c){if("production"!==t.env.NODE_ENV)for(var s in e)if(u(e,s)){var f;try{if("function"!=typeof e[s]){var p=Error((l||"React class")+": "+r+" type `"+s+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[s]+"`.");throw p.name="Invariant Violation",p}f=e[s](n,s,l,r,null,o)}catch(e){f=e}if(!f||f instanceof Error||i((l||"React class")+": type specification of "+r+" `"+s+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in a)){a[f.message]=!0;var d=c?c():"";i("Failed "+r+" type: "+f.message+(null!=d?d:""))}}}var i=function(){};if("production"!==t.env.NODE_ENV){var o=n(25),a={},u=Function.call.bind(Object.prototype.hasOwnProperty);i=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}r.resetWarningCache=function(){"production"!==t.env.NODE_ENV&&(a={})},e.exports=r}).call(t,n(19))},function(e,t,n){"use strict";function r(){}function i(){}var o=n(25);i.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,i,a){if(a!==o){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return n.PropTypes=n,n}},function(e,t,n){"use strict";var r=n(29),i=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(n(31)),a=i(n(32)),u=i(n(33)),l=i(n(35)),c=i(n(36)),s=r(n(2)),f=n(2).PropTypes||n(18),p=function(e){function t(){return(0,o.default)(this,t),(0,u.default)(this,(0,l.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this,t=this.props.className;return s.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",ref:function(t){e.icon=t}},s.default.createElement("polygon",{points:"29 16 3 0 3 7.2 17.6 16 3 24.8 3 32 29 16"}))}}]),t}(s.Component);p.propTypes={className:f.string},p.defaultProps={className:""};var d=p;t.default=d},function(e,t,n){function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function i(e){if(e&&e.__esModule)return e;if(null===e||"object"!==o(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=i?Object.getOwnPropertyDescriptor(e,a):null;u&&(u.get||u.set)?Object.defineProperty(n,a,u):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}var o=n(30);e.exports=i},function(e,t){function n(t){"@babel/helpers - typeof";return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?e.exports=n=function(e){return typeof e}:e.exports=n=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(t)}e.exports=n},function(e,t){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}e.exports=n},function(e,t){function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}e.exports=r},function(e,t,n){function r(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?o(e):t}var i=n(30),o=n(34);e.exports=r},function(e,t){function n(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}e.exports=n},function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},n(t)}e.exports=n},function(e,t,n){function r(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&i(e,t)}var i=n(37);e.exports=r},function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},n(t,r)}e.exports=n},function(e,t,n){"use strict";var r=n(29),i=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(n(31)),a=i(n(32)),u=i(n(33)),l=i(n(35)),c=i(n(36)),s=r(n(2)),f=function(e){function t(){return(0,o.default)(this,t),(0,u.default)(this,(0,l.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return s.default.createElement("svg",{version:"1.1",x:"0px",y:"0px",width:"18px",height:"18px",viewBox:"0 0 32 32",ref:function(t){e.icon=t}},s.default.createElement("g",{id:"Grid","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.0"}),s.default.createElement("g",{id:"Layer_2","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.1"}),s.default.createElement("polygon",{points:"16,29 32,3 24.8,3 16,18.3 7.2,3 0,3","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.1.0"}))}}]),t}(s.Component),p=f;t.default=p},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=function(){return i.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},i.default.createElement("polygon",{points:"17 15.4 17 6 15 6 15 16.6 23.8 21.7 24.8 19.9 17 15.4"}),i.default.createElement("path",{d:"M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-4A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"}))},a=o;t.default=a},function(e,t,n){"use strict";var r=n(29),i=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(n(31)),a=i(n(32)),u=i(n(33)),l=i(n(35)),c=i(n(36)),s=r(n(2)),f=function(e){function t(){return(0,o.default)(this,t),(0,u.default)(this,(0,l.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return s.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32","aria-labelledby":"next-chevron-title",ref:function(t){e.icon=t}},s.default.createElement("title",{id:"next-chevron-title"},"Next"),s.default.createElement("desc",null,"Move to the next page"),s.default.createElement("polygon",{points:"26,16 0,0 0,7.2 14.6,16 0,24.8 0,32"}))}}]),t}(s.Component),p=f;t.default=p},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=function(){return i.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},i.default.createElement("title",null,"no"),i.default.createElement("polygon",{points:"32 3.5 28.5 0 16 12.5 3.5 0 0 3.5 12.5 16 0 28.5 3.5 32 16 19.5 28.5 32 32 28.5 19.5 16 32 3.5"}))},a=o;t.default=a},function(e,t,n){"use strict";var r=n(29),i=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(n(31)),a=i(n(32)),u=i(n(33)),l=i(n(35)),c=i(n(36)),s=r(n(2)),f=function(e){function t(){return(0,o.default)(this,t),(0,u.default)(this,(0,l.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return s.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32","aria-labelledby":"previous-chevron-title",ref:function(t){e.icon=t}},s.default.createElement("title",{id:"previous-chevron-title"},"Previous"),s.default.createElement("desc",null,"Move to the previous page"),s.default.createElement("polygon",{points:"0,16 26,0 26,7.2 11.4,16 26,24.8 26,32"}))}}]),t}(s.Component),p=f;t.default=p},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=n(2).PropTypes||n(18),a=function(e){var t=e.className;return i.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},i.default.createElement("path",{d:"M16 28C9.4 28 4 22.6 4 16S9.4 4 16 4c.3 0 .7 0 1 .1v-4c-.3-.1-.7-.1-1-.1C7.2 0 0 7.2 0 16s7.2 16 16 16c6.3 0 11.7-3.6 14.3-8.9l-3.5-2c-1.9 4.1-6 6.9-10.8 6.9z"}),i.default.createElement("path",{d:"M15 6v10.6l8.8 5.1 1-1.8-7.8-4.5V6"}),i.default.createElement("circle",{cx:"30",cy:"16",r:"2"}),i.default.createElement("circle",{cx:"28",cy:"9",r:"2"}),i.default.createElement("circle",{cx:"23",cy:"4",r:"2"}))};a.propTypes={className:o.string},a.defaultProps={className:""};var u=a;t.default=u},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=function(){return i.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},i.default.createElement("title",null,"yes"),i.default.createElement("polygon",{points:"12.9 28.9 31.9 6.3 28.1 3.1 12.3 21.9 3.3 14.4 0.1 18.2 12.9 28.9"}))},a=o;t.default=a},function(e,t){e.exports=Morph.modules["bbc-morph-superagent@2.0.0"]},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Pagination",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(t,"PaginationSummary",{enumerable:!0,get:function(){return o.default}});var i=r(n(47)),o=r(n(68))},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(31)),o=r(n(32)),a=r(n(33)),u=r(n(35)),l=r(n(36)),c=r(n(2)),s=n(48),f=n(57),p=n(2).PropTypes||n(18),d=function(e){switch(e){case"bitesize":return" ec-pagination--bitesize";default:return""}},h=3,y=function(e){function t(){return(0,i.default)(this,t),(0,a.default)(this,(0,u.default)(t).apply(this,arguments))}return(0,l.default)(t,e),(0,o.default)(t,[{key:"calculatePageLinks",value:function(){var e=this.props.pageData,t=e.page,n=e.pageSize,r=e.totalResults;this.maxPageLinks=this.props.maxPageLinks<h?3:this.props.maxPageLinks,this.pageCount=Math.ceil(r/n),this.isLastPage=t>=this.pageCount,this.pageLinks=(0,f.generatePageLinks)(t,this.pageCount,this.maxPageLinks)}},{key:"render",value:function(){this.calculatePageLinks();var e=this.props.pageData.page,t=this.props,n=t.linkGenerator,r=t.project;return c.default.createElement("div",{className:"ec-pagination".concat(d(r))},this.pageCount>1&&c.default.createElement("ul",{className:"ec-pagination__list"},c.default.createElement(s.ArrowListItem,{direction:"prev",link:n(e-1),isDisabled:1===e}),this.pageLinks.map(function(t){var r=t.type,i=t.pageNumber,o=t.priority;return"ellipsis"===r?c.default.createElement(s.EllipsisListItem,{key:i,priority:o}):c.default.createElement(s.NumberedListItem,{pageNumber:i,priority:o,link:n(i),isSelected:e===i,key:i})}),c.default.createElement(s.ArrowListItem,{direction:"next",link:n(e+1),isDisabled:this.isLastPage})))}}]),t}(c.default.Component);y.propTypes={pageData:p.shape({page:p.number.isRequired,pageSize:p.number.isRequired,totalResults:p.number.isRequired}).isRequired,maxPageLinks:p.number,linkGenerator:p.func.isRequired,project:p.oneOf(["bitesize"])},y.defaultProps={maxPageLinks:9,project:null};var v=y;t.default=v},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.EllipsisListItem=t.NumberedListItem=t.ArrowListItem=t.ListItem=void 0;var i=r(n(2)),o=n(49),a=n(2).PropTypes||n(18),u=function(e){var t=e.classes,n=void 0===t?"":t,r=e.children;return i.default.createElement("span",{className:"ec-pagination__link ".concat(n).trim()},r)};u.propTypes={classes:a.string,children:a.node};var l=function(e){var t=e.classes,n=void 0===t?"":t,r=e.link,o=e.children;return i.default.createElement("a",{href:r,className:"ec-pagination__link ".concat(n).trim()},o)};l.propTypes={classes:a.string,link:a.string.isRequired,children:a.node};var c=function(e){var t=e.children,n=e.link,r=e.classModifier,o=e.priority,a=e.isDisabled,c=e.isSelected,s=r?"ec-pagination__link--".concat(r):"",f=a||c,p=[s];a?p.push("ec-pagination__link--disabled"):c&&p.push("ec-pagination__link--selected");var d=p.join(" ");return i.default.createElement("li",{className:"ec-pagination__list-item ec-pagination__priority--".concat(o)},f?i.default.createElement(u,{classes:d},t):i.default.createElement(l,{classes:d,link:n},t))};t.ListItem=c,c.propTypes={children:a.node,link:a.string,classModifier:a.string,priority:a.number,isDisabled:a.bool,isSelected:a.bool},c.defaultProps={isDisabled:!1,link:"",classModifier:"",isSelected:!1,priority:4};var s=function(e){var t=e.direction,n=e.link,r=e.isDisabled;return i.default.createElement(c,{isDisabled:r,link:n,priority:0,classModifier:"arrow"},"prev"===t&&i.default.createElement("span",{className:"ec-icon ec-icon--previous"},i.default.createElement(o.GelPreviousIcon,null)),"next"===t&&i.default.createElement("span",{className:"ec-icon ec-icon--next"},i.default.createElement(o.GelNextIcon,null)))};t.ArrowListItem=s,s.propTypes={direction:a.oneOf(["prev","next"]).isRequired,link:a.string,isDisabled:a.bool},s.defaultProps={isDisabled:!1,link:""};var f=function(e){var t=e.link,n=e.pageNumber,r=e.isSelected,o=e.priority;return i.default.createElement(c,{link:t,isSelected:r,priority:o,classModifier:"number"},n)};t.NumberedListItem=f,f.propTypes={link:a.string,pageNumber:a.number.isRequired,isSelected:a.bool,priority:a.number},f.defaultProps={link:"",isSelected:!1,priority:4};var p=function(e){var t=e.priority;return i.default.createElement("li",{className:"ec-pagination__list-item ec-pagination__ellipsis ec-pagination__ellipsis--priority-".concat(t)})};t.EllipsisListItem=p,p.propTypes={priority:a.number},p.defaultProps={priority:0}},function(e,t,n){"use strict";var r=n(14),i=r(n(50)),o=r(n(51)),a=r(n(52)),u=r(n(53)),l=r(n(54)),c=r(n(55)),s=r(n(56));e.exports={GelAddIcon:i.default,GelDownIcon:o.default,GelHeadingLinkIcon:a.default,GelIconDuration:u.default,GelNextIcon:l.default,GelPreviousIcon:c.default,GelRecentActivityIcon:s.default}},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=n(2).PropTypes||n(18),a=function(e){var t=e.className;return i.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",fill:"white"},i.default.createElement("polygon",{points:"31.5,13.5 18.5,13.5 18.5,0.5 13.5,0.5 13.5,13.5 0.5,13.5 0.5,18.5 13.5,18.5 13.5,31.5 18.5,31.5 18.5,18.5 31.5,18.5"}))};a.propTypes={className:o.string},a.defaultProps={className:""};var u=a;t.default=u},function(e,t,n){"use strict";var r=n(29),i=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(n(31)),a=i(n(32)),u=i(n(33)),l=i(n(35)),c=i(n(36)),s=r(n(2)),f=function(e){function t(){return(0,o.default)(this,t),(0,u.default)(this,(0,l.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return s.default.createElement("svg",{version:"1.1",x:"0px",y:"0px",width:"18px",height:"18px",viewBox:"0 0 32 32",ref:function(t){e.icon=t}},s.default.createElement("g",{id:"Grid","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.0"}),s.default.createElement("g",{id:"Layer_2","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.1"}),s.default.createElement("polygon",{points:"16,29 32,3 24.8,3 16,18.3 7.2,3 0,3","data-reactid":".2fuuqwria3c.1.0.1.0.0.3.1.0.0.$KS3.0.2.0.1.0"}))}}]),t}(s.Component),p=f;t.default=p},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=n(2).PropTypes||n(18),a=function(e){var t=e.brand;return i.default.createElement("svg",{className:"ec-heading-link__icon--".concat(t),xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},i.default.createElement("polygon",{points:"29 16 3 0 3 7.2 17.6 16 3 24.8 3 32 29 16"}))};a.propTypes={brand:o.string},a.defaultProps={brand:"default"};var u=a;t.default=u},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=function(){return i.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32",className:"bitesize-content-promo__duration-svg"},i.default.createElement("polygon",{points:"17 15.4 17 6 15 6 15 16.6 23.8 21.7 24.8 19.9 17 15.4"}),i.default.createElement("path",{d:"M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-4A16,16,0,1,0,32,16,16,16,0,0,0,16,0Z"}))},a=o;t.default=a},function(e,t,n){"use strict";var r=n(29),i=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(n(31)),a=i(n(32)),u=i(n(33)),l=i(n(35)),c=i(n(36)),s=r(n(2)),f=function(e){function t(){return(0,o.default)(this,t),(0,u.default)(this,(0,l.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return s.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32","aria-labelledby":"next-chevron-title",ref:function(t){e.icon=t}},s.default.createElement("title",{id:"next-chevron-title"},"Next"),s.default.createElement("desc",null,"Move to the next page"),s.default.createElement("polygon",{points:"26,16 0,0 0,7.2 14.6,16 0,24.8 0,32"}))}}]),t}(s.Component),p=f;t.default=p},function(e,t,n){"use strict";var r=n(29),i=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(n(31)),a=i(n(32)),u=i(n(33)),l=i(n(35)),c=i(n(36)),s=r(n(2)),f=function(e){function t(){return(0,o.default)(this,t),(0,u.default)(this,(0,l.default)(t).apply(this,arguments))}return(0,c.default)(t,e),(0,a.default)(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return s.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32","aria-labelledby":"previous-chevron-title",ref:function(t){e.icon=t}},s.default.createElement("title",{id:"previous-chevron-title"},"Previous"),s.default.createElement("desc",null,"Move to the previous page"),s.default.createElement("polygon",{points:"0,16 26,0 26,7.2 11.4,16 26,24.8 26,32"}))}}]),t}(s.Component),p=f;t.default=p},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=n(2).PropTypes||n(18),a=function(e){var t=e.className;return i.default.createElement("svg",{className:t,xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"},i.default.createElement("path",{d:"M16 28C9.4 28 4 22.6 4 16S9.4 4 16 4c.3 0 .7 0 1 .1v-4c-.3-.1-.7-.1-1-.1C7.2 0 0 7.2 0 16s7.2 16 16 16c6.3 0 11.7-3.6 14.3-8.9l-3.5-2c-1.9 4.1-6 6.9-10.8 6.9z"}),i.default.createElement("path",{d:"M15 6v10.6l8.8 5.1 1-1.8-7.8-4.5V6"}),i.default.createElement("circle",{cx:"30",cy:"16",r:"2"}),i.default.createElement("circle",{cx:"28",cy:"9",r:"2"}),i.default.createElement("circle",{cx:"23",cy:"4",r:"2"}))};a.propTypes={className:o.string},a.defaultProps={className:""};var u=a;t.default=u},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.generatePageLinks=t.getPriority=t.getSurroundingPageNumbers=void 0;var i=r(n(58)),o=r(n(64)),a=function(e,t,n){return(0,o.default)(Array(2*n).keys()).map(function(t){return e+(t%2?-1:1)*Math.ceil((t+1)/2)}).filter(function(e){return e>1&&e<t}).slice(0,n)};t.getSurroundingPageNumbers=a;var u=function(e){return e<3?0:e<5?1:e<9?2:e<13?3:4};t.getPriority=u;var l=function(e,t){return e[0]-t[0]},c=function(e){if(e.length<3)return e;var t=e[0],n=e[1],r=n.pageNumber>t.pageNumber+1,i=r?0:4-n.priority;i<4&&e.splice(1,0,{type:"ellipsis",priority:i});var o=e[e.length-2],a=e[e.length-1],u=o.pageNumber<a.pageNumber-1,l=u?0:4-o.priority;return l<4&&e.splice(e.length-1,0,{type:"ellipsis",priority:l}),e},s=function(e,t,n){var r=new Set([e,1,t]),s=a(e,t,n-r.size),f=[].concat((0,o.default)(r),(0,o.default)(s)),p=f.map(function(e,t){return[e,u(t)]}),d=p.sort(l),h=d.map(function(e){var t=(0,i.default)(e,2),n=t[0],r=t[1];return{type:"number",pageNumber:n,priority:r}}),y=c(h);return y};t.generatePageLinks=s},function(e,t,n){function r(e,t){return i(e)||o(e,t)||a(e,t)||u()}var i=n(59),o=n(60),a=n(61),u=n(63);e.exports=r},function(e,t){function n(e){if(Array.isArray(e))return e}e.exports=n},function(e,t){function n(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{r||null==u.return||u.return()}finally{if(i)throw o}}return n}}e.exports=n},function(e,t,n){function r(e,t){if(e){if("string"==typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}var i=n(62);e.exports=r},function(e,t){function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}e.exports=n},function(e,t){function n(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}e.exports=n},function(e,t,n){function r(e){return i(e)||o(e)||a(e)||u()}var i=n(65),o=n(66),a=n(61),u=n(67);e.exports=r},function(e,t,n){function r(e){if(Array.isArray(e))return i(e)}var i=n(62);e.exports=r},function(e,t){function n(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}e.exports=n},function(e,t){function n(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}e.exports=n},function(e,t,n){"use strict";var r=n(14);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(2)),o=n(2).PropTypes||n(18),a=function(e){var t=e.pageData,n=t.page,r=t.pageSize,o=t.totalResults,a=e.children,u=r-1,l=n*r-u,c=Math.min(o,l+u);return i.default.createElement("div",{className:"ec-pagination-summary"},i.default.createElement("span",{className:"ec-pagination-summary__text"},"Showing ".concat(l," - ").concat(c," of "),i.default.createElement("b",{className:"gel-pica-bold"},o),a&&i.default.createElement("span",null," ",a)))};a.propTypes={pageData:o.shape({page:o.number.isRequired,pageSize:o.number.isRequired,totalResults:o.number.isRequired}).isRequired,children:o.node};var u=a;t.default=u}]);; });</script><script>Morph.toInit.bundles.push(function() { !function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=0)}([function(t,e,n){"use strict";var r=function(t){return t&&t.__esModule?t:{default:t}}(n(1));Morph.modules["bbc-morph-gel-icons@5.0.7/gel-icon-list"]=r.default},function(t,e,n){"use strict";var r=n(2);t.exports=function(){return r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},r.createElement("title",null,"list"),r.createElement("path",{d:"M0 0v8h32V0H0zM0 17v3h32v-8H0v5zM0 29v3h32v-8H0v5z"}))}},function(t,e){t.exports=React}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";var r=function(e){return e&&e.__esModule?e:{default:e}}(n(1));Morph.modules["bbc-morph-gel-icons@5.0.7/gel-icon-external-link"]=r.default},function(e,t,n){"use strict";var r=n(2);e.exports=function(){return r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},r.createElement("title",null,"external-link"),r.createElement("path",{d:"M12 0v5h11.5l-5 5H0v22h22V17.5l-2 2V30H2V12h14.5l-7.8 7.7 3.6 3.6L27 8.5V20h5V0H12z"}))}},function(e,t){e.exports=React}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";var r=function(e){return e&&e.__esModule?e:{default:e}}(n(1));Morph.modules["bbc-morph-gel-icons@5.0.7/gel-icon-interactive"]=r.default},function(e,t,n){"use strict";var r=n(2);e.exports=function(){return r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},r.createElement("title",null,"interactive"),r.createElement("path",{d:"M12.5 0l-1 20-6-4-2 2 10 14h15V14l-3-1.4V17h-1v-4.8l-3-1.4V17h-1v-6.6l-3-1.4v8h-1V0h-4z"}))}},function(e,t){e.exports=React}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";var r=function(e){return e&&e.__esModule?e:{default:e}}(n(1));Morph.modules["bbc-morph-gel-icons@5.0.7/gel-icon-document"]=r.default},function(e,t,n){"use strict";var r=n(2);e.exports=function(){return r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},r.createElement("title",null,"document"),r.createElement("path",{d:"M21.3 3L27 8.7V29H5V3h16.3m.7-3H2v32h28V8l-8-8z"}),r.createElement("path",{d:"M10 13h12v3H10zM10 17h12v3H10zM10 21h12v3H10z"}))}},function(e,t){e.exports=React}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";var r=function(e){return e&&e.__esModule?e:{default:e}}(n(1));Morph.modules["bbc-morph-gel-icons@5.0.7/gel-icon-audio"]=r.default},function(e,t,n){"use strict";var r=n(2);e.exports=function(){return r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},r.createElement("title",null,"audio"),r.createElement("path",{d:"M21.4 4.8L20 6.2a14 14 0 010 19.6l1.4 1.4a16 16 0 000-22.4z"}),r.createElement("path",{d:"M25.6.5L24.2 2a19.9 19.9 0 010 28.1l1.4 1.4a22 22 0 000-31zM16 4l-6 6H0v12h10l6 6V4z"}))}},function(e,t){e.exports=React}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,r){"use strict";var n=function(e){return e&&e.__esModule?e:{default:e}}(r(1));Morph.modules["bbc-morph-gel-icons@5.0.7/gel-icon-image"]=n.default},function(e,t,r){"use strict";var n=r(2);e.exports=function(){return n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},n.createElement("title",null,"image"),n.createElement("path",{d:"M9 5V3H4v2H0v24h32V5zm-2.5 8A2.5 2.5 0 119 10.5 2.5 2.5 0 016.5 13zM20 26a9 9 0 119-9 9 9 0 01-9 9z"}),n.createElement("circle",{cx:"20",cy:"17",r:"5.5"}))}},function(e,t){e.exports=React}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";var r=function(e){return e&&e.__esModule?e:{default:e}}(n(1));Morph.modules["bbc-morph-gel-icons@5.0.7/gel-icon-video"]=r.default},function(e,t,n){"use strict";var r=n(2);e.exports=function(){return r.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},r.createElement("title",null,"video"),r.createElement("path",{d:"M3 32l26-16L3 0v32z"}))}},function(e,t){e.exports=React}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-baseplate-data/id/home/language/undefined/page/1/pageSize/27/pageType/undefined/preview/false/project/baseplate-arts/type/index-page/version/5.6.3', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"content-type":"application\/json"}},"body":{"id":"zfh292p","title":"Culture in Quarantine","showTitle":true,"slug":"home","meta":{"description":"The homepage for Arts on the BBC, with film, features and events showcasing the arts in the UK and beyond."},"callToAction":{"intro":"","text":"","url":""},"shortDescription":"Bringing arts and culture into your home","collections":[{"id":"zsqgydm","name":"Hero New Collection","promos":[{"id":"zckbf82","title":"Dancing Nation - Now on BBC iPlayer","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/1Vr1ytbRvXq0CFpT8dlyvs7\/dancing-nation-world-class-dance-now-on-bbc-iplayer","synopsis":"Fifteen sensational performances from a thrilling line-up of UK artists, including Northern Ballet's States of Mind.","attribution":"BBC iPlayer","image":{"pid":"p09655hp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p09655hp.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zh4c3j6","title":"Inside Cinema: Beyond Aardman","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p095v5bl\/inside-cinema-shorts-51-beyond-aardman","synopsis":"Alex Dudok de Wit explores the enduring appeal and power of hand-crafted stop-motion puppet animation","attribution":"BBC Iplayer","image":{"pid":"p095v6xb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p095v6xb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zh6xqfr","title":"Collage-along with Sarah Maple","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p0964w6z","synopsis":"The #FrontRowGetCreative challenge continues, with visual artist Sarah Maple's guide to collage - do try at home.","attribution":"BBC Radio 4","image":{"pid":"p09656q8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p09656q8.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zw7q8hv","title":"Craftivism: Making a Difference","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rxn0\/craftivism-making-a-difference","synopsis":"Can you use craft to make the world a better place? Jenny Eclair meets the people making a statement with crafts","attribution":"BBC Iplayer","image":{"pid":"p095958b","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p095958b.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4fn6g8","title":"Edmund de Waal's creative challenge","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p095cwff","synopsis":"It's easy to get involved in #FrontRowGetCreative with this masterclass","attribution":"BBC RADIO 4","image":{"pid":"p095cyyx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p095cyyx.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zfm7dp3","title":"\"There's a lot of joy in the street art that I make\"","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p0951djg","synopsis":"Deadly Knitshade discovered a passion for knitting when she was receiving treatment for Hodgkin's lymphoma","attribution":"BBC FOUR","image":{"pid":"p095h16d","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p095h16d.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zjystrd","title":"To Miss The Ending","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3Jbl3gcbm599nKRxpKXDBgr\/young-vr-artists-imagine-uploading-memories-to-survive","synopsis":"Sundance showcase for VR artists Anna West and David Callanan, imagining uploading memories to survive a decimated world","attribution":"New Creatives","image":{"pid":"p09542g8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p09542g8.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zpx7dp3","title":"Mark Kermode's Secrets Of Cinema: Cult Movies","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rpkv\/mark-kermodes-secrets-of-cinema-series-3-3-cult-movies","synopsis":"Mark guides you on a journey around the weird, wonderful and original world of the cult film","attribution":"BBC Iplayer","image":{"pid":"p094cm2p","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094cm2p.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmj8cmn","title":"Burns Night With the BBC Scottish Symphony Orchestra","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rs3k\/burns-night-with-the-bbc-scottish-symphony-orchestra","synopsis":"Jamie MacDougall hosts a musical celebration, featuring Eddi Reader singing Burns classics inlcuding Ae Fond Kiss","attribution":"BBC iPlayer","image":{"pid":"p094nwls","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094nwls.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zfj8cmn","title":"Inside Culture with Mary Beard","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rh5z\/inside-culture-with-mary-beard-series-2-episode-1","synopsis":"Mary Beard unpicks the thorny issue of succession with Armando Iannucci, David Olusoga and Margaret Atwood","attribution":"BBC iPlayer","image":{"pid":"p094j2b0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094j2b0.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z6hxqfr","title":"The tiny pants with a lifesaving message","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p094fbqj","synopsis":"This craft project is raising awareness of the importance of smear tests","attribution":"BBC ARTS","image":{"pid":"p094j124","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094j124.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2gyp4j","title":"The magical marriage of music and the movies","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/53hm1xp8h9cv8BfYb4CSZ8h\/a-perfect-union-the-magical-marriage-of-music-and-the-movies","synopsis":"Mark Kermode on the greatest concert films, biopics and documentaries","attribution":"BBC ARTS","image":{"pid":"p093zkmm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p093zkmm.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zjgyp4j","title":"Sing with a West End star","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/1K99K1SzWGLb3n2HD3V7Jlz\/take-part-in-musicals-the-greatest-show","synopsis":"You can take part in this very special show alongside a glittering cast of performers","attribution":"BBC One \/ Radio Two ","image":{"pid":"p094b9pq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094b9pq.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zbt2wnb","title":"A Plague On All Our Houses","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000q9bp","synopsis":"How did the plague affect the writing of William Shakespeare?","attribution":"BBC RADIO 4","image":{"pid":"p090tbxs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p090tbxs.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zv6q8hv","title":"Uncle Vanya","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qplz\/uncle-vanya","synopsis":"Anton Chekhov's must-see masterpiece exploring hidden passions, frustration and frailty wrapped in hope and optimism","attribution":"BBC Four","image":{"pid":"p091r20d","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091r20d.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbh2wnb","title":"Amazing Grace","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qzvh\/amazing-grace","synopsis":"Captured in 1972, Aretha Franklin recording the most successful gospel album of all time","attribution":"BBC Two","image":{"pid":"p091fbtp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091fbtp.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zqkgydm","title":"Mark Kermode's Secrets Of Cinema: British Comedy","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000r6gq\/mark-kermodes-secrets-of-cinema-series-3-1-british-comedy","synopsis":"Exploring the conventions that underpin our favourite movies, from side-splitting classics to overlooked gems","attribution":"BBC Four","image":{"pid":"p093g7kw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p093g7kw.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zqwc3j6","title":"Matthew Bourne's The Red Shoes","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qry2\/matthew-bournes-the-red-shoes","synopsis":"An award winning adaptation of the legendary film about obsession, posession and living for dance","attribution":"BBC iPlayer","image":{"pid":"p091d5f6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091d5f6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2q9g7h","title":"Max Richter's Sleep","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qzlb\/max-richters-sleep","synopsis":"Following the composer and Yulia Mahr as they navigate a performance of his celebrated eight-hour opus Sleep in LA","attribution":"BBC Four","image":{"pid":"p091vys1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091vys1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z893sk7","title":"Being Bridget Jones","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qrx4\/being-bridget-jones","synopsis":"Exploring the inspiration for the character and celebrating 25 years since its creation","attribution":"BBC Two","image":{"pid":"p0915h9q","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0915h9q.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zpn9bqt","title":"Pubs on film","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08r54d1","synopsis":"Raising a glass to the boozer on the big screen","attribution":"BBC Arts","image":{"pid":"p08r5gbl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08r5gbl.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zsvkbqt","title":"How Hard is Waving?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08k9jz5\/culture-in-quarantine-how-hard-is-waving-1-week-one","synopsis":"The comic and poignant online lockdown meet-ups of Ryan and his family","attribution":"CULTURE IN QUARANTINE","image":{"pid":"p08kdz1j","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kdz1j.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z44xxyc","title":"Do you know your Gollum from your Gandalf?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/arts\/article\/zvmnnrd","synopsis":"Take the toughest ever quiz about The Lord of the Rings","attribution":"BBC ARTS","image":{"pid":"p086spmh","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086spmh.jpg"},"isExtLink":"false","icon":"quiz","iconLabel":""},{"id":"zkxw96f","title":"Life Drawing Live!","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/events\/ejb3v2\/live\/cf89mb","synopsis":"Did Santa bring you new art supplies? Now's the perfect time to catch up on our virtual class...","attribution":"BBC Arts","image":{"pid":"p08czl2z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08czl2z.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"z3dbf82","title":"Festive treats for your eyes and ears","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3dBD9hrYGq9247lZSTGSs6J\/festive-treats-a-host-of-christmas-crackers-to-watch-and-listen-to","synopsis":"A host of Christmas crackers to watch and listen to this festive season on the BBC","attribution":"BBC Arts","image":{"pid":"p090x2yr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p090x2yr.jpg"},"isExtLink":"false","icon":"collection","iconLabel":""},{"id":"zscyp4j","title":"The magical winter works of Arthur Rackham","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/19bxqpbSrYd9cNFZFTwyZb3\/a-very-fairy-christmas-magical-winter-works-by-arthur-rackham","synopsis":"Discover the illustrator whose work has adorned classic children's books, including Peter Pan and Grimms' Fairy Tales","attribution":"BBC ARTS","image":{"pid":"p090csb1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p090csb1.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"z9md4xs","title":"Mark Gatiss on the Christmas ghost story","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/2zRf7NW373WJP2nmVJDZTBT\/fright-night-why-ghost-stories-are-still-perfect-for-christmas","synopsis":"The League of Gentleman and Sherlock star reveals why he loves a festive fright","attribution":"BBC Arts","image":{"pid":"p0903lr9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0903lr9.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"znvx7nb","title":"What puts the sparkle in Christmas movies? ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3CN7Gn4V2drCmwfcLRDBzq5\/festive-flicks-what-makes-a-christmas-film-sparkle ","synopsis":"Mark Kermode's magic ingredients for a classic festive film","attribution":"BBC ARTS","image":{"pid":"p091jprf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091jprf.jpg"},"isExtLink":"false","icon":"list","iconLabel":""},{"id":"zwmd4xs","title":"BBC Introducing Arts with Gemma Cairney","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000qhx7","synopsis":"Episode seven: Borderlines, When We Go Home, Our Words Sing Still, 19th February, Living in a Box","attribution":"BBC Radio 6 Music","image":{"pid":"p08xhd1x","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08xhd1x.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""}],"layout":"layout-hero-2","title":"","titleColour":""},{"id":"z8drf82","name":"More from BBC Arts","promos":[{"id":"zs94bqt","title":"Your #FrontRowGetCreative art","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/5mPGlzwch7MPmnjqRC97gXP\/your-frontrowgetcreative-art-inspired-by-edmund-de-waal","synopsis":"Here are some of the beautiful creations inspired by Edmund de Waal","attribution":"BBC ARTS","image":{"pid":"p095cyyx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p095cyyx.jpg"},"isExtLink":"false","icon":"image","iconLabel":""},{"id":"zw7q8hv","title":"Craftivism: Making a Difference","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rxn0\/craftivism-making-a-difference","synopsis":"Can you use craft to make the world a better place? Jenny Eclair meets the people making a statement with crafts","attribution":"BBC Iplayer","image":{"pid":"p095958b","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p095958b.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7xmjsg","title":"Britain's Lost Masterpieces: Brighton","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rxmx\/britains-lost-masterpieces-series-5-1-brighton","synopsis":"Bendor Grosvenor and Emma Dabiri visit Brighton Museum to uncover the origins of two religious paintings","attribution":"BBC IPlayer","image":{"pid":"p0951zg6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0951zg6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zjystrd","title":"To Miss The Ending","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3Jbl3gcbm599nKRxpKXDBgr\/young-vr-artists-imagine-uploading-memories-to-survive","synopsis":"Sundance showcase for VR artists Anna West and David Callanan, imagining uploading memories to survive a decimated world","attribution":"New Creatives","image":{"pid":"p09542g8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p09542g8.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"ztw8cmn","title":"Inside Culture with Mary Beard","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rr1x\/inside-culture-with-mary-beard-series-2-episode-2","synopsis":"Mary talks to authors Douglas Stuart, Kit de Waal and John Humphrys about our rapidly changing language ","attribution":"BBC Iplayer","image":{"pid":"p094th0d","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094th0d.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z6hxqfr","title":"The tiny pants with a lifesaving message","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p094fbqj","synopsis":"This craft project is raising awareness of the importance of smear tests","attribution":"BBC ARTS","image":{"pid":"p094j124","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094j124.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zpx7dp3","title":"Mark Kermode's Secrets Of Cinema: Cult Movies","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rpkv\/mark-kermodes-secrets-of-cinema-series-3-3-cult-movies","synopsis":"Mark guides you on a journey around the weird, wonderful and original world of the cult film","attribution":"BBC Iplayer","image":{"pid":"p094cm2p","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094cm2p.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2gyp4j","title":"The magical marriage of music and the movies","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/53hm1xp8h9cv8BfYb4CSZ8h\/a-perfect-union-the-magical-marriage-of-music-and-the-movies","synopsis":"Mark Kermode on the greatest concert films, biopics and documentaries","attribution":"BBC ARTS","image":{"pid":"p093zkmm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p093zkmm.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zfj8cmn","title":"Inside Culture with Mary Beard","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rh5z\/inside-culture-with-mary-beard-series-2-episode-1","synopsis":"Mary Beard unpicks the thorny issue of succession with Armando Iannucci, David Olusoga and Margaret Atwood","attribution":"BBC iPlayer","image":{"pid":"p094j2b0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094j2b0.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmj8cmn","title":"Burns Night With the BBC Scottish Symphony Orchestra","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rs3k\/burns-night-with-the-bbc-scottish-symphony-orchestra","synopsis":"Jamie MacDougall hosts a musical celebration, featuring Eddi Reader singing Burns classics inlcuding Ae Fond Kiss","attribution":"BBC iPlayer","image":{"pid":"p094nwls","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094nwls.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zqwc3j6","title":"Matthew Bourne's The Red Shoes","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qry2\/matthew-bournes-the-red-shoes","synopsis":"An award winning adaptation of the legendary film about obsession, posession and living for dance","attribution":"BBC iPlayer","image":{"pid":"p091d5f6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091d5f6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zsp2wnb","title":"Maria By Callas","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qphk\/maria-by-callas","synopsis":"Tom Volf’s revealing account of the rise of the legendary opera singer from humble beginnings to international superstar","attribution":"BBC iPlayer","image":{"pid":"p0909jqh","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0909jqh.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrtmjsg","title":"Mark Kermode's Secrets Of Cinema: Pop Music Movies","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rgmw\/mark-kermodes-secrets-of-cinema-series-3-2-pop-music-movies","synopsis":"Mark combines his twin passions: music and movies to show how that fusion has been a double act like no other","attribution":"BBC Iplayer","image":{"pid":"p093g7rc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p093g7rc.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zckc3j6","title":"Patti Smith and David Lynch talk Twin Peaks and Blue Velvet","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p02bwzrp","synopsis":"Marking Lynch's 75th birthday, we revisit the artists discussing process, aging and the joy of creating","attribution":"Newsnight Encounters","image":{"pid":"p02bx1sl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p02bx1sl.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zgbn6g8","title":"The Magical World of Julia Donaldson","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qry5\/the-magical-world-of-julia-donaldson","synopsis":"Uncovering the surprising stories behind Julia's iconic characters and what they mean to a generation of readers","attribution":"BBC Two","image":{"pid":"p090x2np","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p090x2np.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zy93sk7","title":"The withering wit of Oscar Wilde","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/5nxMx7d1K8S6nhjkPBFhHSM\/withering-wit-and-words-of-wisdom-oscar-wildes-best-quotes","synopsis":"Classic quotes from the legendary writer","attribution":"BBC Arts","image":{"pid":"p0908snx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0908snx.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zxg93j6","title":"Swan Lake Bath Ballet","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08k25yw\/culture-in-quarantine-filmed-in-lockdown-swan-lake-bath-ballet","synopsis":"Elite dancers from across the globe create a modern-day Swan Lake from their own bathtubs","attribution":"Culture in Quarantine","image":{"pid":"p08k2576","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k2576.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7wstrd","title":"Perfect 10: Sofia Coppola's movie moments","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/5WwmWZnHStDJxLSZX70B6K9\/ten-times-the-movies-were-perfect-according-to-sofia-coppola","synopsis":"See if you agree with the director's choices, from contemporary cult classics to some vintage Hollywood greats.","attribution":"BBC Arts","image":{"pid":"p08zd8mz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zd8mz.jpg"},"isExtLink":"false","icon":"list","iconLabel":""},{"id":"z428cmn","title":"Life lessons from classic Christmas movies","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3vQ4k1JrSNC2L15JvtgwGvT\/five-life-lessons-from-classic-christmas-movies","synopsis":"Why thse festive films contain much valuable learning","attribution":"BBC ARTS","image":{"pid":"p06tq48b","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06tq48b.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zw8fhcw","title":"\"The law may have changed but it is always important to remember them\"","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/11Y8XJCtwPz5Q3Klvdb9vhY\/across-the-water-why-i-created-dramatic-representations-of-real-life-northern-irish-abortion-experiences","synopsis":"Charis McRoberts' work explores the emotional and physical journeys behind abortion statistics","attribution":"BBC Arts","image":{"pid":"p090cp7h","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p090cp7h.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"z3x9g7h","title":"Lennon in his own words","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3j7th3kBZrXfhK2Q483mscf\/peace-love-and-understanding-john-lennon-in-his-own-words","synopsis":"On the 40th anniversary of John Lennon's shocking death, we look back at this revealing Old Grey Whistle Test interview.","attribution":"BBC Arts","image":{"pid":"p06nd88x","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06nd88x.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zy9fhcw","title":"BBC Introducing Arts with Gemma Cairney","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000qb16","synopsis":"Episode six: Mocha Love, Home, The Bittern Line, Hidden Sounds of Coastal Arcades, New Coal, All Ball","attribution":"BBC Radio 6 Music","image":{"pid":"p08xhd1x","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08xhd1x.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zkpq8hv","title":"Emin\/Munch: Between the Clock and the Bed","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000q5zn\/eminmunch-between-the-clock-and-the-bed","synopsis":"The documentary charts the relationship of Tracey Emin's work to that of her hero Edvard Munch, in a new exhibition","attribution":"BBC Two","image":{"pid":"p08zp6zz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zp6zz.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zcnkr2p","title":"Sugar: Unflinching drama","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08xkzct","synopsis":"A probation office, a prison cell, a homeless shelter... meet three women all ‘doing time’ in very different ways.","attribution":"BBC iPlayer","image":{"pid":"p08xkzw6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08xkzw6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zxvmjsg","title":"The Sound of TV With Neil Brand","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000pz1b\/the-sound-of-tv-with-neil-brand-series-1-episode-1","synopsis":"Neil looks at the enduring power of the television theme tune and meets composers Simon May and Ramin Djawadi","attribution":"BBC Four","image":{"pid":"p08zccp7","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zccp7.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z647dp3","title":"Can you judge a book by its cover?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/arts\/articles\/zdxw4xs","synopsis":"Take our quiz to see how much your book choices are influenced by clever cover design.","attribution":"NOVELS THAT SHAPED OUR WORLD","image":{"pid":"p08ybr70","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08ybr70.jpg"},"isExtLink":"false","icon":"quiz","iconLabel":""},{"id":"zxg4bqt","title":"What can novels tell us about how men and women respond to a crisis?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/4nGTxymy3Fkr2ckbCnS3RLr\/what-can-novels-tell-us-about-how-men-and-women-respond-to-a-crisis","synopsis":"A new study sheds light on the differences between the books written by men and by women","attribution":"Novels That Shaped Our World ","image":{"pid":"p08wf8lt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08wf8lt.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"ztbw96f","title":"Facts and Fiction: The Booker Prize, eight things you need to know","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/2qMbjzwGtWwz0GG1sRVQ3Wh\/facts-and-fiction-eight-things-you-need-to-know-about-the-booker-prize","synopsis":"Interesting facts and figures from the last 52 years of the literary honour","attribution":"Culture in Quarantine","image":{"pid":"p08xvltr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08xvltr.jpg"},"isExtLink":"false","icon":"list","iconLabel":""},{"id":"zgwdr2p","title":"The Man Who Died Many Times","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/canvas-story.bbcrewind.co.uk\/thomaschatterton\/","synopsis":"Marking the 250th anniversary of the death of Thomas Chatterton, the romantic model for the suffering poet","attribution":"BBC Arts","image":{"pid":"p08pgrl0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08pgrl0.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zp6qkty","title":"Our favourite books","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3HT58VTl31RCt5YFCs9DqkK\/between-the-covers-our-guests-favourite-reads-of-all-time","synopsis":" Ben Miller, Grace Dent, Graham Norton and Desiree Burch reveal their choices to Sara Cox","attribution":"Between the Covers","image":{"pid":"p08yr06y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yr06y.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zqnbf82","title":"\"An opportunity to showcase my abilities\"","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/2bHczGZFm6Bj2bs7vTzYGV5\/i-m-so-proud-that-i-ve-been-able-to-take-this-opportunity-to-showcase-my-abilities","synopsis":"A playlist of BBC Introducing Arts works by artists with disabilities or living with chronic health conditions","attribution":"BBC Arts","image":{"pid":"p08vxdmv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08vxdmv.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zw7pxbk","title":"Paul Wittgenstein: The One-Armed Piano Maestro of WW1","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3WX6QVVc7wtQRCCKJzNHPJ0\/paul-wittgenstein-the-one-armed-piano-maestro-of-ww1","synopsis":"A profile of the virtuoso pianist celebrated in a new radio documentary","attribution":"BBC Arts","image":{"pid":"p02b2wd3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p02b2wd3.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zp6qkty","title":"Our favourite books","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3HT58VTl31RCt5YFCs9DqkK\/between-the-covers-our-guests-favourite-reads-of-all-time","synopsis":" Ben Miller, Grace Dent, Graham Norton and Desiree Burch reveal their choices to Sara Cox","attribution":"Between the Covers","image":{"pid":"p08yr06y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yr06y.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zp6qkty","title":"Our favourite books","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3HT58VTl31RCt5YFCs9DqkK\/between-the-covers-our-guests-favourite-reads-of-all-time","synopsis":" Ben Miller, Grace Dent, Graham Norton and Desiree Burch reveal their choices to Sara Cox","attribution":"Between the Covers","image":{"pid":"p08yr06y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yr06y.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zp6qkty","title":"Our favourite books","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3HT58VTl31RCt5YFCs9DqkK\/between-the-covers-our-guests-favourite-reads-of-all-time","synopsis":" Ben Miller, Grace Dent, Graham Norton and Desiree Burch reveal their choices to Sara Cox","attribution":"Between the Covers","image":{"pid":"p08yr06y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yr06y.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zp6qkty","title":"Our favourite books","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3HT58VTl31RCt5YFCs9DqkK\/between-the-covers-our-guests-favourite-reads-of-all-time","synopsis":" Ben Miller, Grace Dent, Graham Norton and Desiree Burch reveal their choices to Sara Cox","attribution":"Between the Covers","image":{"pid":"p08yr06y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yr06y.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zngcvwx","title":"The real Shirley?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/51vl5GhK5HywWXLHkNBpgBC\/dark-arts-the-haunting-of-hill-house-author-shirley-jackson","synopsis":"Examining the life and work of legendary horror author Shirley Jackson","attribution":"BBC ARTS","image":{"pid":"p08wfnv3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08wfnv3.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"znbvp4j","title":"#MuseumPassion LIVE","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/events\/efmj6q\/live\/cpmj3d","synopsis":"Catch up on all the action from our live day celebrating all things archive","attribution":"#MuseumPassion","image":{"pid":"p08vb0t1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08vb0t1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2j9bqt","title":"The Museum of Homelessness","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08tqbf0","synopsis":"The charity is now homeless itself and is currently setting up on the streets","attribution":"#MuseumPassion","image":{"pid":"p08tqcx7","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08tqcx7.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z89s6g8","title":"Contains Strong Language 2020","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/events\/ezb3v2","synopsis":"We've got lots of coverage of the UK's biggest festival of poetry and performance in Cumbria","attribution":"BBC ARTS","image":{"pid":"p08sj0s1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08sj0s1.jpg"},"isExtLink":"false","icon":"collection","iconLabel":""},{"id":"zrw43j6","title":"John Lennon in his own words","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3j7th3kBZrXfhK2Q483mscf\/we-all-want-to-change-the-world-john-lennon-in-his-own-words","synopsis":"Looking back at the life of the legendary musician","attribution":"BBC ARTS","image":{"pid":"p06nfc78","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06nfc78.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zfdftrd","title":"14 brilliant books to read this autumn","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/4kYY7QvZfWNWd8Qc8VszVym\/fourteen-brilliant-books-to-brighten-your-autumn-evenings","synopsis":"Be inspired and entertained by these recent publications ","attribution":"BETWEEN THE COVERS","image":{"pid":"p08s7512","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08s7512.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"z4vj96f","title":"Why is Casablanca so very quotable?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/22MqWw0PKFLLpDLhhSgk278","synopsis":"“It has a life of its own”, said Ingrid Bergman","attribution":"BBC ARTS","image":{"pid":"p05pnc6l","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p05pnc6l.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zbbnm39","title":"Can You Solve The Mystery Of The Boy In The Book?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/1KmHGrd1hqNdGMkZLb8RG8m\/can-you-solve-the-mystery-of-the-boy-in-the-book?preview=true","synopsis":"A life changing journey begins with a Choose Your Own Adventure book","attribution":"BBC Arts","image":{"pid":"p08mk0xt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08mk0xt.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zhftqfr","title":"Judging Books By Their Covers: Five Publishing Design Cliches","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/5XmjRsgywfr97t4VJ2tkDyh\/judging-books-by-their-covers-five-publishing-design-cliches","synopsis":"How many of these covers do you recognise?","attribution":"BBC arts","image":{"pid":"p05rkcpg","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p05rkcpg.jpg"},"isExtLink":"false","icon":"list","iconLabel":""},{"id":"ztbp2v4","title":"The Sun Will Shine Again","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/5FjkqXJVXlswrJlY0PtdT3K\/the-sun-will-shine-again-how-music-is-helping-clemency-heal","synopsis":"How music is helping BBC presenter Clemency Burton-Hill's recovery from a brain haemorrhage","attribution":"BBC Arts","image":{"pid":"p08nr2tz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nr2tz.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zcrf6g8","title":"100 Novels That Shaped Our World","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/494P41NCbVYHlY319VwGbxp\/explore-the-list-of-100-novels-that-shaped-our-world","synopsis":"Explore the list of 100 novels whose stories have the power to change us","attribution":"BBC Arts","image":{"pid":"p07hswpx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07hswpx.jpg"},"isExtLink":"false","icon":"list","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#FF5733","title":"More from BBC Arts","titleColour":"light"},{"id":"z44q8xs","name":"More from New Creatives","promos":[{"id":"zf4vn9q","title":"BBC Introducing Arts with Gemma Cairney","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/arts\/bbc-introducing-arts","synopsis":"Experimental music, soundscapes, spoken word and documentary from exciting, fresh and emerging British artists","attribution":"6 MUSIC ON BBC SOUNDS","image":{"pid":"p08xhd1x","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08xhd1x.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z6227nb","title":"Anoraks","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p084qj0y\/new-creatives-anoraks","synopsis":"Arthur & Gwen are obsessive Cornish re-enacters on a quest","attribution":"BBC IPLAYER","image":{"pid":"p084qjc5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p084qjc5.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zk4492p","title":"Get Animated!","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m000hqnp","synopsis":"Plunge into exciting, strange and beautiful animated worlds ","attribution":"BBC iPlayer","image":{"pid":"p08b2pqp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b2pqp.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zr2mjhv","title":"Swiped","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07vdkjf\/new-creatives-swiped","synopsis":"A dating app in the near future promises to bring people together but old habits die hard ","attribution":"BBC IPLAYER","image":{"pid":"p07wn3p4","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07wn3p4.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7wd47h","title":"Screengrabbed","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000bt4t","synopsis":"Janina Ramirez introduces a collection of inspiring, beautiful and urgent stories from emerging and established talent","attribution":"BBC FOUR ","image":{"pid":"p07vf5d5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07vf5d5.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zptj96f","title":"+44","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nylf5\/new-creatives-44","synopsis":"Caught moments of flamboyance in tension with received ideas of masculinity","attribution":"New Creatives","image":{"pid":"p08nymf8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nymf8.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zy8ftrd","title":"Aqsa & the 40bags","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nyfm5\/new-creatives-aqsa-the-40bags","synopsis":"A young Muslim woman tries to save her downstairs neighbour","attribution":"New Creatives","image":{"pid":"p08s8gqy","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08s8gqy.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zh23n9q","title":"Bitch","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08p0pj0\/new-creatives-bitch","synopsis":"A short documentary delving into the appropriation of words and the empowerment of reclamation ","attribution":"New Creatives","image":{"pid":"p08p0pj2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08p0pj2.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmw6qfr","title":"Blow Your Brains Out","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nbsry","synopsis":"An isolated man sneezes so hard his brains come out","attribution":"NEW CREATIVES","image":{"pid":"p08nbt6r","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nbt6r.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zs6yhcw","title":"This Camera Is Broken","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nzdn1","synopsis":"An ageing director comes face to face with her younger self while shooting her final film","attribution":"BBC NEW CREATIVES","image":{"pid":"p08nzf41","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nzf41.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdykg7h","title":"So Perfect It Frightens Me","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nzb1n\/new-creatives-so-perfect-it-frightens-me","synopsis":"A young boy becomes mesmerised by something peculiar on the edge of town","attribution":"New Creatives","image":{"pid":"p08nzbm0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nzbm0.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zt7pm39","title":"BOYSHAPEDSPACE","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nz1pv","synopsis":"Capturing moments of loss within a community recovering from the aftermath of violence","attribution":"NEW CREATIVES","image":{"pid":"p08nz1zx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nz1zx.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmw6qfr","title":"Blow Your Brains Out","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nbsry","synopsis":"An isolated man sneezes so hard his brains come out","attribution":"NEW CREATIVES","image":{"pid":"p08nbt6r","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nbt6r.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zk4492p","title":"Get Animated!","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m000hqnp","synopsis":"Plunge into exciting, strange and beautiful animated worlds ","attribution":"BBC iPlayer","image":{"pid":"p08b2pqp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b2pqp.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7wd47h","title":"Screengrabbed","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000bt4t","synopsis":"Janina Ramirez introduces a collection of inspiring, beautiful and urgent stories from emerging and established talent","attribution":"BBC FOUR ","image":{"pid":"p07vf5d5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07vf5d5.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7q28xs","title":"Rhyme & Reason","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0008z3f","synopsis":"Poet Lemn Sissay presents a selection of short films from a new generation of artists inspired by spoken word","attribution":"BBC Four","image":{"pid":"p07l6f0m","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07l6f0m.jpg"},"isExtLink":"false","icon":"video","iconLabel":""}],"layout":"layout-branding-image-3","brandingImage":{"pid":"p08p55rw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08p55rw.jpg"},"title":"New Creatives","titleColour":"light"},{"id":"zh4dr2p","name":"filmed in lockdown","promos":[{"id":"zvfn6g8","title":"The Great Big Art Exhibition ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/news\/entertainment-arts-55831841","synopsis":"Share your artworks. Leading artists invite the public to participate in the biggest art exhibition ever mounted","attribution":"BBC News","image":{"pid":"p095q6y8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p095q6y8.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zytvp4j","title":"The Soothing Presence of Strangers","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000m47x","synopsis":"A meditation on loneliness, usefulness, and the place a bus route can have in our lives","attribution":"BBC Sounds","image":{"pid":"p08p14vw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08p14vw.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zd928hv","title":"Treasure","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08knlx8\/culture-in-quarantine-filmed-in-lockdown-treasure","synopsis":"A lockdown family treasure hunt uncovers a secret that threatens to tear a family apart","attribution":"BBC iPlayer","image":{"pid":"p08knlzs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08knlzs.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmd4vwx","title":"Sounds of Silence","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000ls89","synopsis":"Soumik Datta captures the thoughts of instrumentalists and singers during the global crisis","attribution":"BBC Sounds","image":{"pid":"p08mwqhr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08mwqhr.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zpyf6g8","title":"Home Carnival Queen","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08m7m16","synopsis":"A beautiful exploration of UK carnival culture, from the lens of black women","attribution":"BBC iPlayer","image":{"pid":"p08m7n0b","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08m7n0b.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zv3tqfr","title":"Sign Night","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08njv6z\/culture-in-quarantine-filmed-in-lockdown-sign-night","synopsis":"Two deaf women separated by lockdown unite through sign language in poetic projection","attribution":"BBC iPlayer","image":{"pid":"p08njw4v","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08njw4v.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zn6vhcw","title":"We Are Not The Virus","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08kryzp\/culture-in-quarantine-filmed-in-lockdown-we-are-not-the-virus","synopsis":"A hopeful ode to frontline workers arguing that we can combat anything","attribution":"BBC iPlayer","image":{"pid":"p08krz3l","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08krz3l.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zxt2wnb","title":"Fabula","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08lhdck\/culture-in-quarantine-filmed-in-lockdown-fabula","synopsis":"The importance of relationships, our environments and the meanings of our dreams while living with Covid-19.","attribution":"Culture in Quarantine","image":{"pid":"p08lhdkc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lhdkc.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbqytrd","title":"Her & Her","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08mbrft\/culture-in-quarantine-filmed-in-lockdown-her-her","synopsis":"The story of a relationship told using poetry and beatboxing","attribution":"Culture in Quarantine","image":{"pid":"p08mbrjp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08mbrjp.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"znsrcqt","title":"The Swan","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/2LtS2qKgXf737QdhRkt6h2N\/carlos-breathes-new-life-into-dying-swan","synopsis":"A poignant solo performance from Birmingham Royal Ballet's Céline Gittens, adapted by Carlos Acosta","attribution":"BBC Arts","image":{"pid":"p08900dq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08900dq.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"znsrcqt","title":"The Swan","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/2LtS2qKgXf737QdhRkt6h2N\/carlos-breathes-new-life-into-dying-swan","synopsis":"A poignant solo performance from Birmingham Royal Ballet's Céline Gittens, adapted by Carlos Acosta","attribution":"BBC Arts","image":{"pid":"p08900dq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08900dq.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zxg93j6","title":"Swan Lake Bath Ballet","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08k25yw\/culture-in-quarantine-filmed-in-lockdown-swan-lake-bath-ballet","synopsis":"Elite dancers from across the globe create a modern-day Swan Lake from their own bathtubs","attribution":"Culture in Quarantine","image":{"pid":"p08k2576","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k2576.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zy7gsk7","title":"Reconnect: Digital Raving","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08n0fw3\/culture-in-quarantine-filmed-in-lockdown-reconnect-digital-raving","synopsis":"A theatrical mix of storytelling and live-looped beatboxing from SK Shlomo","attribution":"Culture in Quarantine","image":{"pid":"p08nblrs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nblrs.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zws6jsg","title":"Where I Go (When I Can't Be Where I Am)","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nvl52\/culture-in-quarantine-filmed-in-lockdown-where-i-go-when-i-cant-be-where-i-am","synopsis":"A short film about love, isolation and living with chronic pain","attribution":"Culture In Quarantine","image":{"pid":"p08nvlf1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nvlf1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zytvp4j","title":"The Soothing Presence of Strangers","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000m47x","synopsis":"A meditation on loneliness, usefulness, and the place a bus route can have in our lives","attribution":"BBC Sounds","image":{"pid":"p08p14vw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08p14vw.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zy7gsk7","title":"Reconnect: Digital Raving","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08n0fw3\/culture-in-quarantine-filmed-in-lockdown-reconnect-digital-raving","synopsis":"A theatrical mix of storytelling and live-looped beatboxing from SK Shlomo","attribution":"Culture in Quarantine","image":{"pid":"p08nblrs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nblrs.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbqytrd","title":"Her & Her","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08mbrft\/culture-in-quarantine-filmed-in-lockdown-her-her","synopsis":"The story of a relationship told using poetry and beatboxing","attribution":"Culture in Quarantine","image":{"pid":"p08mbrjp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08mbrjp.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zwbq96f","title":"Say Your Peace: Three Recipes for Self-Care","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/p08lh80h","synopsis":"Three young poets celebrate what brings them solace during the coronavirus pandemic","attribution":"Culture in Quarantine","image":{"pid":"p08lh80z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lh80z.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmwp2v4","title":"No Human Is An Island","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jndq6\/culture-in-quarantine-filmed-in-lockdown-no-human-is-an-island","synopsis":"A film and song by Tom Hickox, created in lockdown and featuring the Chineke! Orchestra","attribution":"Culture in Quarantine","image":{"pid":"p08k07f0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k07f0.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zn6vhcw","title":"We Are Not The Virus","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08kryzp\/culture-in-quarantine-filmed-in-lockdown-we-are-not-the-virus","synopsis":"A hopeful ode to frontline workers arguing that we can combat anything","attribution":"BBC iPlayer","image":{"pid":"p08krz3l","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08krz3l.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbfkbqt","title":"How Hard Is Waving? ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08lhmjm\/culture-in-quarantine-how-hard-is-waving-3-week-three","synopsis":"Ryan has an emotional rollercoaster of a week connecting to family and friends online","attribution":"CUlture in Quarantine","image":{"pid":"p08ly812","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08ly812.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zsbj4xs","title":"good dog: little dog, big dog","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08krwf3\/culture-in-quarantine-good-dog-little-dog-big-dog","synopsis":"Exploring the everyday injustices, people and places that make us who we are","attribution":"Culture in Quarantine","image":{"pid":"p08krwmf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08krwmf.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmprf82","title":"How Hard Is Waving?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08kyttt\/culture-in-quarantine-how-hard-is-waving-2-week-two","synopsis":"Ryan's continuing lockdown adventures as he connects with family and friends online","attribution":"Culture in Quarantine","image":{"pid":"p08kytw6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kytw6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zxg93j6","title":"Swan Lake Bath Ballet","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08k25yw\/culture-in-quarantine-filmed-in-lockdown-swan-lake-bath-ballet","synopsis":"Elite dancers from across the globe create a modern-day Swan Lake from their own bathtubs","attribution":"Culture in Quarantine","image":{"pid":"p08k2576","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k2576.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zsvkbqt","title":"How Hard is Waving?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08k9jz5\/culture-in-quarantine-how-hard-is-waving-1-week-one","synopsis":"The comic and poignant online lockdown meet-ups of Ryan and his family","attribution":"CULTURE IN QUARANTINE","image":{"pid":"p08kdz1j","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kdz1j.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zpvrf82","title":"Airlock: The Cosmonaut","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jqxf9\/culture-in-quarantine-airlock-a-graphic-novel-1-the-cosmonaut","synopsis":"In part one of this live-action graphic novel, Roza is trapped in her tiny, airless vessel 200 miles above the Earth","attribution":"Culture in Quarantine","image":{"pid":"p08js0jj","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08js0jj.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvjmdp3","title":"CAN'T KILL US ALL","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jrjfp\/culture-in-quarantine-filmed-in-lockdown-cant-kill-us-all","synopsis":"Unravelling one man’s mental unrest as he deals with two global pandemics","attribution":"Culture in Quarantine","image":{"pid":"p08k6373","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k6373.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zhc8g7h","title":"The Sofa Dance","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jnzyr\/culture-in-quarantine-filmed-in-lockdown-the-sofa-dance","synopsis":"Stuck at home, 30 acrobats twist frustration into a showcase of absurdity and beauty","attribution":"Culture in Quarantine","image":{"pid":"p08jp31h","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jp31h.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zp9wcmn","title":"Flying Home","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jrmph\/culture-in-quarantine-filmed-in-lockdown-flying-home","synopsis":"Six isolated dancers embark on a choreographic journey of self-discovery","attribution":"Culture in Quarantine","image":{"pid":"p08k2k3k","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k2k3k.jpg"},"isExtLink":"false","icon":"video","iconLabel":""}],"layout":"layout-branding-image-3","brandingImage":{"pid":"p088j9fs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p088j9fs.jpg"},"title":"Made in Lockdown","titleColour":"light"},{"id":"zn44kmn","name":"Get Creative Masterclasses","promos":[{"id":"zfjj7nb","title":"Paul Smith","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08c9mvg\/culture-in-quarantine-get-creative-at-home-masterclasses-paul-smith","synopsis":"The designer shows how he finds inspiration in everything from high art to everyday life","attribution":"BBC Iplayer","image":{"pid":"p08c9mz1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08c9mz1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zf9bcqt","title":"Rana Begum","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08dgv5k\/culture-in-quarantine-get-creative-at-home-masterclasses-rana-begum","synopsis":"The artist shows how she uses watercolours to get through lockdown isolation","attribution":"BBC Iplayer","image":{"pid":"p08dgv8l","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dgv8l.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zyvfm39","title":"Simon Callow ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08fql7c\/culture-in-quarantine-get-creative-at-home-masterclasses-simon-callow","synopsis":"The actor, writer and director explores the meaning of Shakespeare's Sonnets","attribution":"BBC Iplayer","image":{"pid":"p08fqlhw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fqlhw.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zfmx8hv","title":"Shazia Mirza","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08fqgj3\/culture-in-quarantine-get-creative-at-home-masterclasses-shazia-mirza","synopsis":"The comedian reveals how to find humour even in the world of lockdown isolation","attribution":"BBC iPlayer","image":{"pid":"p08fqk77","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fqk77.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmtj96f","title":"Cynthia Erivo","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jmdhs\/culture-in-quarantine-get-creative-at-home-masterclasses-cynthia-erivo","synopsis":"The Oscar-nominated actress gives a singing masterclass with RADA student Daniel Bowerbank","attribution":"BBC iPlayer","image":{"pid":"p08jr46w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jr46w.png"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4xxt39","title":"Clare Twomey","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08bzgy0\/culture-in-quarantine-get-creative-at-home-masterclasses-clare-twomey","synopsis":"The artist demonstrates how anyone can create beautiful bowls with marizipan","attribution":"BBC iPlayer","image":{"pid":"p08bzhf9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bzhf9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdt7xyc","title":"Jools Holland","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08cl50t\/culture-in-quarantine-get-creative-at-home-masterclasses-jools-holland","synopsis":"Composer, pianist, bandleader and broadcaster Jools Holland shares his love of the piano","attribution":"BBC iPlayer","image":{"pid":"p08d2fdr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08d2fdr.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7fxt39","title":"Antony Gormley","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08bll64\/culture-in-quarantine-get-creative-at-home-masterclasses-antony-gormley","synopsis":"The world-renowned artist leads an exclusive lockdown class on creating with water, pigment and paper","attribution":"Get Creative at Home","image":{"pid":"p08blll8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08blll8.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zn7j2sg","title":"Es Devlin ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08dgw0n\/culture-in-quarantine-get-creative-at-home-masterclasses-es-devlin","synopsis":"With just scissors and paper, the artist and stage designer creates a new work ","attribution":"Get Creative at Home","image":{"pid":"p08dgw2c","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dgw2c.jpg"},"isExtLink":"false","icon":"video","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#d10235","title":"Get Creative at Home: Masterclasses","titleColour":"light"},{"id":"z7j78hv","name":"Inside Cinema","promos":[{"id":"zc9c3j6","title":"Cosy Cinema","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07rfwjb\/inside-cinema-shorts-16-cosy-cinema","synopsis":"What does a man's knitwear on screen say about his masculinity and his power?","attribution":"BBC Iplayer","image":{"pid":"p0872wv2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0872wv2.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zj2wcmn","title":"Lynchian Nightmares","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08nwb4y\/inside-cinema-shorts-45-lynchian-nightmares","synopsis":"What lurks behind the white picket fence? Explore the uncanny world of David Lynch","attribution":"BBC iPlayer","image":{"pid":"p08p1785","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08p1785.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z6n6qp3","title":"Trixie Mattel's Guide to Drag Cinema","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07psk4p\/inside-cinema-2019-13-trixie-mattels-guide-to-drag-cinema","synopsis":"Category is: silver screen glamour realness. From the most sickening looks in golden-era cinema to divine cult hits","attribution":"BBC iPlayer","image":{"pid":"p07pskcv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07pskcv.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2qnm39","title":"Summer Holidays","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08lft4b\/inside-cinema-shorts-42-summer-holidays","synopsis":"From makeovers to murder, a trip to sunnier climes is always eventful in the movies","attribution":"BBC iPlayer","image":{"pid":"p08ljdyc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08ljdyc.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrdj8xs","title":"Locomotion Pictures","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07zt0jz\/inside-cinema-2019-27-locomotion-pictures","synopsis":"Trainspotting time! All aboard for our in-depth survey of trains on film","attribution":"BBC Arts","image":{"pid":"p07zt0qf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07zt0qf.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z462jhv","title":"Unmerry Christmas","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07y8ll7\/inside-cinema-2019-25-unmerry-christmas","synopsis":"Why the best Christmas movies are far from heart-warming","attribution":"BBC IPLAYER","image":{"pid":"p07yjg3f","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07yjg3f.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbpq8hv","title":"Star Wardrobes","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07xkcgw\/inside-cinema-shorts-23-star-wardrobes","synopsis":"From Darth Vader's fearsome duds to Queen Amidala's flashy frocks, the fashion is strong with this one","attribution":"BBC Arts","image":{"pid":"p07xkcpc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xkcpc.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z9v67yc","title":"Guilt-Free Pleasures","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000pz0r\/inside-cinema-series-1-2-guiltfree-pleasures","synopsis":"What’s your favourite cinematic guilty pleasure? And why the guilt? Catherine Bray considers in this hour long doc","attribution":"BBC Arts","image":{"pid":"p091hqtw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091hqtw.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4fmjsg","title":"Meet the Family","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000f8xm\/inside-cinema-series-1-meet-the-family","synopsis":"How do film-makers go about dramatising the one thing we all have in life - family? Kathy Burke voices an hour long doc","attribution":"BBC Arts","image":{"pid":"p082lblg","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p082lblg.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z8hc3j6","title":"Nixon's America: A Country Divided","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07h0qbz\/inside-cinema-shorts-4-nixons-america-a-country-divided","synopsis":"How close did American cinema come to pin-pointing the troubling truths behind the 'silent majority'?","attribution":"BBC Arts","image":{"pid":"p07h3bmx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07h3bmx.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvwn6g8","title":"Dancing Teens","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p0824v63\/inside-cinema-shorts-31-dancing-teens","synopsis":"Get into the groove with iconic dance scenes in 1980s cinema","attribution":"BBC Arts","image":{"pid":"p082bmy6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p082bmy6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4xbf82","title":"Hollywood Action Figures","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07l79br\/inside-cinema-shorts-9-hollywood-action-figures","synopsis":"What does the size of an action star's biceps say about cinema and society at large?","attribution":"BBC Arts","image":{"pid":"p0872v4f","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0872v4f.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zkmn6g8","title":"Disney Divas","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07sxbgg\/inside-cinema-shorts-18-disney-divas","synopsis":"Celebrating the fabulous, scene-stealing, surprisingly sympathetic baddies found in Disney","attribution":"BBC Arts","image":{"pid":"p0872w3g","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0872w3g.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrj67yc","title":"Bumbling Detectives","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07vzspb\/inside-cinema-shorts-21-bumbling-detectives","synopsis":"Training a magnifying glass on a pratfalling archetype in cinema","attribution":"BBC Arts","image":{"pid":"p07vzsqf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07vzsqf.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z8xstrd","title":"Women in Red","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07fs66k\/inside-cinema-shorts-1-women-in-red","synopsis":"The scarlet seductress. The crimson temptress. The woman in red.","attribution":"BBC Arts","image":{"pid":"p0872qg5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0872qg5.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zm7mwnb","title":"Childhood Nightmares","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07tqhfp\/inside-cinema-shorts-19-childhood-nightmares","synopsis":"Why are some of the most nightmare-inducing movies actually intended for children?","attribution":"Inside Cinema","image":{"pid":"p0872w6x","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0872w6x.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zx2xjsg","title":"Horror Homes","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07rd3lx\/inside-cinema-shorts-17-horror-homes","synopsis":"Who screams in a house like this?","attribution":"Inside Cinema","image":{"pid":"p07rfbg1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07rfbg1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z6m6qfr","title":"Fears Of A Clown","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07l785l\/inside-cinema-shorts-8-fears-of-a-clown","synopsis":"How was the cinematic image of the ‘monstrous clown’ formed?","attribution":"Inside Cinema","image":{"pid":"p0872v1m","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0872v1m.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"ztxt7yc","title":"The Menace Of Miniature","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07j7jvc\/inside-cinema-shorts-5-the-menace-of-miniature","synopsis":"Why are we at once drawn to and repelled by these miniature worlds?","attribution":"BBC Arts","image":{"pid":"p0872v04","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0872v04.jpg"},"isExtLink":"false","icon":"video","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#28D3AB","title":"Inside Cinema","titleColour":"light"},{"id":"z7v67yc","name":"AHRC - Animated Thinking 3","promos":[{"id":"zttrvwx","title":"Grief & the Pandemic","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08z34fv","synopsis":"An animated study of the impact of restrictions on the human emotional experience during the Covid-19 pandemic","attribution":"AHRC","image":{"pid":"p08z34rw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08z34rw.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"znn9g7h","title":"Writing From the Shadows","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08z36ts","synopsis":"This animation explores what writing and publishing can mean for people in prison","attribution":"AHRC","image":{"pid":"p08z3787","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08z3787.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmbhm39","title":"Across the Big Water","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p090q80k","synopsis":"Exploring stories of indigenous visitors to Britain from what is now called North America","attribution":"AHRC","image":{"pid":"p090qkf3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p090qkf3.jpg"},"isExtLink":"false","icon":"video","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#08bffc","title":"Animated Thinking on BBC iPlayer","titleColour":"light"},{"id":"zhsrvwx","name":"Focus on Disability","promos":[{"id":"z9w67yc","title":"Bartholomew Abominations","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000p603","synopsis":"Paul Sirett's radical reworking of Ben Jonson's biting satire, reflecting on narrow-minded disability discrimination","attribution":"BBC Sounds","image":{"pid":"p08ws1xq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08ws1xq.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zyb8cmn","title":"The Silence Of My Pain","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000p6d4","synopsis":"Hannah French explores the hidden disability of chronic pain and the therapeutic nature of music","attribution":"BBC Sounds","image":{"pid":"p08x4svk","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08x4svk.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zkshm39","title":"Crip Tales","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m000p35p\/criptales","synopsis":"A life-changing moment is captured in six powerful, dramatic monologues","attribution":"BBC Iplayer","image":{"pid":"p08wg99w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08wg99w.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvrw96f","title":"Crip Creativity","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000p6d2","synopsis":"Music, writing and performances by disabled artists, featuring readings from Jonathan Keeble and Nadia Albina","attribution":"BBC Radio 3","image":{"pid":"p06p3nm2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06p3nm2.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zf3kr2p","title":"Zichy, Wittgenstein And Me","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000p6db","synopsis":"Pianist Nicholas McCarthy, who was born without his right hand, explores the treasures of the left-hand piano repertoire","attribution":"BBC Radio 3","image":{"pid":"p08wsrq7","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08wsrq7.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#19198c","title":"Focus on Disability","titleColour":"light"},{"id":"zfv77nb","name":"Get Creative at Home","promos":[{"id":"zvr66v4","title":"Craft harmony for your home","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/GdmdYj0CH1qkZRlTLbwphG\/how-to-make-a-mosaic-door-plaque","synopsis":"Turn your home into a project haven with this step-by-step guide to making a mosaic door plaque","attribution":"MAKE! Craft Britain","image":{"pid":"p08751gs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08751gs.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zd272sg","title":"#GetCreativeAtHome","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/getcreativeuk.com\/","synopsis":"Search the site for creative activites to do at home, or add activites to listings if you are a creative organisation","attribution":"Get Creative at Home","image":{"pid":"p08b0k41","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b0k41.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zsypxbk","title":"How To be More Creative In Daily Life","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/ideas\/videos\/how-to-be-more-creative-in-daily-life\/p06w92tk","synopsis":"Actor and writer Kayode Ewumi shares five tips for unleashing your inner creativity","attribution":"BBC ideas","image":{"pid":"p06w9tq4","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06w9tq4.png"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmbbsk7","title":"Foley Artist","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/foundlingmuseum.org.uk\/events\/foley-artist\/","synopsis":"Learn what a Foley artist is, then have a go at making your own soundscape","attribution":"The Foundling Museum","image":{"pid":"p08vwyv4","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08vwyv4.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"znkkg7h","title":"Autumn Colour Palette","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.vam.ac.uk\/moc\/wp-content\/uploads\/2020\/09\/How-To-PDF_Autumn-Colour-Palette_v4_7c3e8c550e624c33a7b2138f86c93b06.pdf","synopsis":"Make your own colour palette inspired by the colours of autumn","attribution":"V&A Museum of Childhood","image":{"pid":"p08vx0y6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08vx0y6.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zmtj96f","title":"Cynthia Erivo","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jmdhs\/culture-in-quarantine-get-creative-at-home-masterclasses-cynthia-erivo","synopsis":"The Oscar-nominated actress gives a singing masterclass with RADA student Daniel Bowerbank","attribution":"BBC iPlayer","image":{"pid":"p08jr46w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jr46w.png"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbfsxbk","title":"Activities at Home","url":"https:\/\/web.archive.org\/web\/20210207192743\/http:\/\/wakefieldmuseumsandlibraries.blogspot.com\/p\/activities.html","synopsis":"Downloadable activities for all the family","attribution":"Wakefield Museums and Castles","image":{"pid":"p08phns8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08phns8.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zdg8jhv","title":"Life Drawing Live!","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/events\/ejb3v2\/live\/cf89mb","synopsis":"Watch our special class and take part at home","attribution":"BBC ARTS","image":{"pid":"p08c9f1g","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08c9f1g.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zyt8g7h","title":"Lockdown letters","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.postalmuseum.org\/collections\/wecollect\/","synopsis":"Creating an archive of items sent during the Covid-19 pandemic","attribution":"The Postal Museum","image":{"pid":"p08nj2lx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nj2lx.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zh322sg","title":"Spring into origami","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/taster\/pilots\/origamimakealong","synopsis":"Learn how to make an origami jumping frog with our step-by-step tutorial","attribution":"BBC Taster","image":{"pid":"p0613x1l","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0613x1l.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zdtgsk7","title":"Future Fossil","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.futurefossil.online\/downloads\/Future-Fossil_Art-Pack-1.pdf","synopsis":"A summer do-at-home art pack inspired by archaeology ","attribution":"Milton Keynes Council","image":{"pid":"p08lptdc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lptdc.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zwhrf82","title":"Masterclasses from African theatre experts","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/utopiatheatre.co.uk\/thecreativehub","synopsis":"Upcoming sessions will feature Akeim Toussaint-Buck, Anton Krueger and Anita Franklin","attribution":"Utopia Theatre","image":{"pid":"p08lpvj8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lpvj8.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z4xxt39","title":"Clare Twomey","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08bzgy0\/culture-in-quarantine-get-creative-at-home-masterclasses-clare-twomey","synopsis":"The artist demonstrates how anyone can create beautiful bowls with marizipan","attribution":"BBC iPlayer","image":{"pid":"p08bzhf9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bzhf9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zgt3p4j","title":"U.Dance 2020","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/udancedigital.org\/","synopsis":"Learn from the best in the industry across this digital weekend of dance","attribution":"One Dance UK","image":{"pid":"p08kxzyl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kxzyl.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zyb8g7h","title":"Theatre for Life","url":"https:\/\/web.archive.org\/web\/20210207192743\/http:\/\/www.theatreforlife.co.uk\/","synopsis":"Creativity and wellbeing workshops that allow young people to explore the arts while supporting mental health","attribution":"Theatre for Life","image":{"pid":"p08kmf98","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kmf98.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zn7m8hv","title":"Someday Soon","url":"https:\/\/web.archive.org\/web\/20210207192743\/http:\/\/www.noplaceproductions.co.uk\/some-day-soon.html","synopsis":"A series of virtual creative writing workshops to reconnect communities by creating a shared, collective radio play","attribution":"No Place Productions","image":{"pid":"p08k0nbn","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k0nbn.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zp928hv","title":"Reading Together Day","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/readingagency.org.uk\/news\/media\/reading-together-day-schedule---highlights-announced.html","synopsis":"Be part of a celebration of reading with this programme of activites, and experience the benefits of reading together ","attribution":"The Reading Agency","image":{"pid":"p08kvcbc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kvcbc.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zvvvtrd","title":"Cynthia Erivo Masterclass","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jmdhs\/culture-in-quarantine-get-creative-at-home-masterclasses-cynthia-erivo","synopsis":"The Oscar-nominated actress gives a singing masterclass with the help of RADA student Daniel Bowerbank ","attribution":"Get Creative at Home","image":{"pid":"p08jr46w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jr46w.png"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zxj796f","title":"World Ballet School Day","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.worldballetschoolday.com\/","synopsis":"Twelve schools from three continents share a platform to celebrate ballet and dance education","attribution":"World Ballet School Day","image":{"pid":"p08k2cd2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k2cd2.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zq82kty","title":"Your amazing artworks","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/101sw12H6hV1FTGf1twbHKT\/the-amazing-artistic-talent-of-the-great-british-public","synopsis":"View a selection of the wonderful pieces submitted during Life Drawing Live!","attribution":"BBC Arts","image":{"pid":"p08gmqxg","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gmqxg.jpg"},"isExtLink":"false","icon":"image","iconLabel":""},{"id":"zf9bcqt","title":"Rana Begum","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08dgv5k\/culture-in-quarantine-get-creative-at-home-masterclasses-rana-begum","synopsis":"The artist shows how she uses watercolours to get through lockdown isolation","attribution":"BBC Iplayer","image":{"pid":"p08dgv8l","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dgv8l.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z6xsm39","title":"Be creative with nature","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/athomewithnaturesomerset.wordpress.com\/2020\/04\/29\/take-part\/","synopsis":"Make nature-inspired designs using templates by artist Melanie Tomlinson","attribution":"Somerset Art Works","image":{"pid":"p08gn0r5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gn0r5.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zsptwnb","title":"Creative ways for people to connect","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.heartnsoul.co.uk\/stayhome","synopsis":"Downloadable creative packs as well as digital online spaces to create art and music","attribution":"Heart n Soul","image":{"pid":"p08fv3jr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fv3jr.png"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zbspqfr","title":"Make your own puppets","url":"https:\/\/web.archive.org\/web\/20210207192743\/http:\/\/www.puppettheatre.co.uk\/about-us\/online-puppet-theatre","synopsis":"Online resources including videos and \"make and do\" templates.","attribution":"Norwich Puppet Theatre","image":{"pid":"p08fv22q","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fv22q.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zvfn7yc","title":"Bringing music making into your home","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.pegasusoperacompany.org\/digital-resources-for-children","synopsis":"Interactive and creative online music and drama resources for children","attribution":"Pegasus Opera Company","image":{"pid":"p08fv31l","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fv31l.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zvr66v4","title":"Craft harmony for your home","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/GdmdYj0CH1qkZRlTLbwphG\/how-to-make-a-mosaic-door-plaque","synopsis":"Turn your home into a project haven with this step-by-step guide to making a mosaic door plaque","attribution":"MAKE! Craft Britain","image":{"pid":"p08751gs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08751gs.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zhy26v4","title":"BBC Lockdown Orchestra: You Got the Love","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/lpcpKcs0Glj7w7hKkJv0Kv\/join-the-bbc-lockdown-orchestra-for-you-got-the-love","synopsis":"BBC's orchestras and singers, and members of the public, unite to perform a new version of the Candi Staton classic","attribution":"GET CREATIVE","image":{"pid":"p08d6627","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08d6627.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdg8jhv","title":"Life Drawing Live!","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/events\/ejb3v2\/live\/cf89mb","synopsis":"Watch our special class and take part at home","attribution":"BBC ARTS","image":{"pid":"p08c9f1g","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08c9f1g.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zbkj2sg","title":"Kneehigh Cookbook","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/kneehighcookbook.co.uk\/","synopsis":"Find out about the processes and ingredients that they use in their theatre kitchen","attribution":"Kneehigh Theatre","image":{"pid":"p08cj8xz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08cj8xz.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z63brj6","title":"A stay at home photography pack","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/openeye.org.uk\/wp-content\/uploads\/2020\/04\/OPENEYE_OVER60S_PHOTOGRAPHYPACK.pdf","synopsis":"Daily or weekly activities to keep you creatively active with your camera","attribution":"Open Eye Gallery","image":{"pid":"p08cbfc2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08cbfc2.jpg"},"isExtLink":"true","icon":"activity","iconLabel":""},{"id":"zdn2xyc","title":"Meet & Make Online","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/playlist?list=PLm0WvS2XqHfFwuutyDz9QNyt-5inrntzd","synopsis":"Join these sessions and share your works of art online each and every Friday!","attribution":"Leeds Art Gallery","image":{"pid":"p08bz6px","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bz6px.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zdny382","title":"Pete McKee's Cartoon Workshop","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/channel\/UCjpNMIjkGJ-vxuOhsN2xxTA","synopsis":"Want to learn how to draw cartoon characters? Every Wednesday at noon artist Pete McKee invites you to draw along","attribution":"Get Creative at Home","image":{"pid":"p08b5f73","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b5f73.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zj4jqp3","title":"Artistic thank you to NHS staff","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/MxHKChgvM08r1fS410jqV\/colour-your-own-thank-you-to-nhs-staff","synopsis":"Sir Michael Craig-Martin has designed this poster for adults and children to colour in","attribution":"BBC ARTS","image":{"pid":"p089fhsw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p089fhsw.jpg"},"isExtLink":"false","icon":"activity","iconLabel":""},{"id":"z7fxt39","title":"Antony Gormley","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08bll64\/culture-in-quarantine-get-creative-at-home-masterclasses-antony-gormley","synopsis":"The world-renowned artist leads an exclusive lockdown class on creating with water, pigment and paper","attribution":"Get Creative at Home","image":{"pid":"p08blll8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08blll8.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvtbgwx","title":"6 ways to be creative during lockdown","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/1zTVpfrsrZb84NQB0Ksj6CV\/six-ways-for-all-ages-to-get-creative-at-home-this-weekend","synopsis":"Fantastic resources to help you thrive while you're stuck at home","attribution":"BBC ARTS","image":{"pid":"p08925y8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08925y8.jpg"},"isExtLink":"false","icon":"list","iconLabel":""},{"id":"zhdq7nb","title":"Artist Activity Packs","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/firstsite.uk\/art-is-where-the-home-is\/","synopsis":"Featuring contributions from UK artists including Antony Gormley and Gillian Wearing","attribution":"First Site Gallery","image":{"pid":"p088yrb9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p088yrb9.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zdvgrj6","title":"Cultural First Aid Kit","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.mminquarantine.com\/resources-for-carers","synopsis":"30 creative and fun activities and workshops - designed to work at home or hospital or care centres ","attribution":"Manchester Museum","image":{"pid":"p0892632","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0892632.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zj4jqp3","title":"Artistic thank you to NHS staff","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/MxHKChgvM08r1fS410jqV\/colour-your-own-thank-you-to-nhs-staff","synopsis":"Sir Michael Craig-Martin has designed this poster for adults and children to colour in","attribution":"BBC ARTS","image":{"pid":"p089fhsw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p089fhsw.jpg"},"isExtLink":"false","icon":"activity","iconLabel":""},{"id":"zb8dd6f","title":"New balls (of wool) please!","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/216bQP4Df0fPlxnckKJ97xg\/new-balls-of-wool-please","synopsis":"Wimbledon may have been cancelled but stuck-at-home tennis fans can tackle this crafty alternative","attribution":"GET CREATIVE","image":{"pid":"p088g5kb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p088g5kb.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zjcrrj6","title":"How to make a mosaic door plaque","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/GdmdYj0CH1qkZRlTLbwphG\/how-to-make-a-mosaic-door-plaque","synopsis":"Learn how with this simple guide to cutting and laying mosaic tiles","attribution":"MAKE! Craft Britain","image":{"pid":"p060j6jq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p060j6jq.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zkrbbdm","title":"Spider-Man artist becomes drawing teacher","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/news\/av\/uk-52070631\/the-marvel-spiderman-artist-teaching-children-in-ireland-to-draw","synopsis":"Irish artist Will Sliney is keeping thousands of kids entertained with daily drawing challenges","attribution":"BBC NEWS","image":{"pid":"p08822f1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08822f1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zk677nb","title":"Pascal Anson's drawing masterclasses","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=10qcRjzvlEg&t=5s","synopsis":"The Big Painting Challenge mentor is running live tutorials","attribution":"YouTube","image":{"pid":"p087w0v9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p087w0v9.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zjfhhbk","title":"How to photograph food with your phone","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=NsvuyQ48ALI","synopsis":"Take better images of the tasty meals you're rustling up at the moment","attribution":"YouTube","image":{"pid":"p087w2x2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p087w2x2.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zh322sg","title":"Spring into origami","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/taster\/pilots\/origamimakealong","synopsis":"Learn how to make an origami jumping frog with our step-by-step tutorial","attribution":"BBC Taster","image":{"pid":"p0613x1l","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0613x1l.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zjhkkmn","title":"How To… Make a Pom-Pom","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p060j80j","synopsis":"How to craft a pom-pom in a few simple steps","attribution":"MAKE! Craft Britain","image":{"pid":"p060jb1x","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p060jb1x.jpg"},"isExtLink":"false","icon":"video","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#af174b","title":"Get Creative at Home","titleColour":"light"},{"id":"zcmq8hv","name":"Novels 7 -10","promos":[{"id":"z4x7dp3","title":"10 remarkable novels about identity","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/4BVkZMWFwdMVDcqTQpfgyyN\/finding-your-story-ten-remarkable-novels-about-identity","synopsis":"Stories about what makes us who we are and how we define ourselves and others","attribution":"Novels that shaped our world","image":{"pid":"p01gzmvf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p01gzmvf.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"z3x7dp3","title":"10 passionate tales about love, sex and romance","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/22Xy7Kr76QcTdW854DXpXpH\/get-passionate-over-these-ten-books-about-love-sex-and-romance","synopsis":"Stories delving into affairs of the heart and the bedroom, including Forever and Riders","attribution":"Novels that shaped our world","image":{"pid":"p042jm8f","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p042jm8f.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zjshm39","title":"10 of the best adventure stories ever told","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/j2Y9BFGq0Y9YVzZkxSZBFy\/spine-tingling-tales-10-of-the-best-adventure-stories-ever-told","synopsis":"Stories of exploration, quest and survival including The Hunger Games and His Dark Materials","attribution":"Novels that shaped our world","image":{"pid":"p05zmmpn","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p05zmmpn.jpg"},"isExtLink":"false","icon":"document","iconLabel":""}],"layout":"layout-branding-image-3","brandingImage":{"pid":"p07t17xd","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07t17xd.jpg"},"title":"The Novels That Shaped Our World","titleColour":"light"},{"id":"zgtmjsg","name":"Novles 11-13","promos":[{"id":"zrhxqfr","title":"10 classic stories of life, death and other worlds","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/2JbZdCRlbL9mvy5cNm7k9Jq\/the-view-from-elsewhere-ten-classic-stories-of-other-worlds","synopsis":"Novels tackling the struggle to live in alternative universes or imagined futures ","attribution":"Novels that shaped our world","image":{"pid":"p04s63b3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p04s63b3.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zcp67yc","title":"10 astute novels that tell us about class and society","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/1vKxffY08WT6TTv36JcjV6T\/living-together-what-10-classic-novels-tell-us-about-society","synopsis":"Stories examing how others live and how we live together, inlcuding Cannery Row and Our Mutual Friend","attribution":"Novels that shaped our world","image":{"pid":"p05w638w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p05w638w.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zcrf6g8","title":"100 Novels That Shaped Our World","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/494P41NCbVYHlY319VwGbxp\/explore-the-list-of-100-novels-that-shaped-our-world","synopsis":"Explore the list of 100 novels whose stories have the power to change us","attribution":"BBC Arts","image":{"pid":"p07hswpx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07hswpx.jpg"},"isExtLink":"false","icon":"list","iconLabel":""}],"layout":"layout-branding-image-3","brandingImage":{"pid":"p07t17sk","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07t17sk.jpg"},"title":"","titleColour":"light"},{"id":"zmy6hbk","name":"Museums & Archives","promos":[{"id":"zr8q4xs","title":"Ray Harryhausen: Titan of Cinema - The Exhibition","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08fvdl6\/culture-in-quarantine-exhibition-tours-3-ray-harryhausen-titan-of-cinema-the-exhibition","synopsis":"A preview of the National Galleries of Scotland exhibition which reopens 1 February 2021","attribution":"BBC iPlayer","image":{"pid":"p08fwvp3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fwvp3.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zhgnf4j","title":"Art Deco By The Sea","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08bqpjb\/culture-in-quarantine-exhibition-tours-2-art-deco-by-the-sea-the-exhibition","synopsis":"A tour of the Sainsbury Centre’s 2020 exhibition reveals the transformation of the British seaside in the 1920s and 30s","attribution":"BBC iPlayer","image":{"pid":"p08bqps2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bqps2.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zfnj7nb","title":"The Clash: London Calling","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08bqnvp\/culture-in-quarantine-exhibition-tours-1-the-clash-london-calling-the-exhibition","synopsis":"The Museum of London's 2020 exhibition of memorabilia and insights including rare studio footage, photos and performance","attribution":"BBC iPlayer","image":{"pid":"p08bsmlv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bsmlv.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zs73sk7","title":"Luminous: Virtual Gallery Tour","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/shadowlightartists.org.uk\/luminous-virtual-gallery\/","synopsis":"An exhibition from the Shadowlight Artists, a group of seven Oxfordshire artists with learning disabilities","attribution":"Modern Art Oxford","image":{"pid":"p08zs964","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zs964.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z7c67yc","title":"Heart of the Nation","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=vLPd6XNEKkA","synopsis":"An animation from a new exhibition exploring the key role migrants play in the NHS","attribution":"Migration Museum","image":{"pid":"p08zs84f","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zs84f.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zbwj96f","title":"Black Britain And Beyond","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.blackbritainbeyond.org.uk\/","synopsis":"An event exploring the complex histories of black Britishness, celebrating unique and influential cultures","attribution":"Black Britain and Beyond","image":{"pid":"p08w1fjz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08w1fjz.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zvfj96f","title":"Discover Bradford's hidden stories","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.impressions-gallery.com\/event\/bradford-family-archive-stories-and-photographs-from-the-people-of-bradford\/","synopsis":"Young people in the city have been curating a virtual family album","attribution":"Impressions Gallery","image":{"pid":"p08s6d8z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08s6d8z.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zbv78hv","title":"Art and blindness","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/artuk.org\/discover\/stories\/what-paintings-can-teach-us-about-blindness","synopsis":"What can paintings teach us about the perspectives of the visually impaired?","attribution":"ART UK","image":{"pid":"p08s6dhw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08s6dhw.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zv8mwnb","title":"Flow","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.modernartoxford.org.uk\/event\/flow-online\/","synopsis":"An exhibition exploring ideas and the need for creativity in uncertain times","attribution":"Modern Art Oxford","image":{"pid":"p08qj96j","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08qj96j.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zgjt7yc","title":"Riddle 57","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.doubleelephant.org.uk\/riddle-57","synopsis":"Turning a 1000 year old riddle from the Exeter Book into an animated encounter","attribution":"Double Elephant Print Workshop","image":{"pid":"p08qj99k","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08qj99k.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zyg43j6","title":"@ablackhistoryofart","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/artuk.org\/discover\/stories\/black-muses-who-are-these-neglected-sitters","synopsis":"Highlighting black artists and sitters overlooked in art history","attribution":"ART UK","image":{"pid":"p08ppcm8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08ppcm8.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zf3tqfr","title":"Wampum: Stories From The Shells Of Native America","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.mayflower400uk.org\/news\/2020\/july\/new-dates-for-touring-exhibition-that-tells-story-of-wampanoag-native-america\/","synopsis":"Explore the history, art and culture of the Native Americans who met the passengers of the Mayflower","attribution":"Mayflower 400","image":{"pid":"p08nmbqv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nmbqv.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zyt8g7h","title":"Lockdown letters","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.postalmuseum.org\/collections\/wecollect\/","synopsis":"Creating an archive of items sent during the Covid-19 pandemic","attribution":"The Postal Museum","image":{"pid":"p08nj2lx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nj2lx.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zryj4xs","title":"Breathworks","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.modernartoxford.org.uk\/breathworks-exhibition\/","synopsis":"A digital storytelling project exploring individual experiences of breathing","attribution":"Modern Art Oxford","image":{"pid":"p08my5dm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08my5dm.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z3xytrd","title":"The Whitney Museum of American Art","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000l7q8","synopsis":"Sir Simon Schama chooses four American artists with a New York story to tell","attribution":"BBC RADIO 4","image":{"pid":"p08jmcnh","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jmcnh.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zwkp2v4","title":"Art and psychoanalysis","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/artuk.org\/discover\/stories\/art-matters-podcast-psychoanalysing-art","synopsis":"Delve into the fascinating and sometimes surreal connections between these two fields","attribution":"ART UK","image":{"pid":"p08n071g","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08n071g.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zsjh7yc","title":"Home","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/departure-lounge.org.uk\/","synopsis":"Idit Nathan's new interactive works about \"home\", inspired by conversations about Luton","attribution":"Departure Lounge","image":{"pid":"p08kxwff","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kxwff.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zfqp2v4","title":"Sweet or sinister? ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/artuk.org\/discover\/stories\/sweets-slavery-and-sculptures-a-brief-history-of-sugar-in-art","synopsis":"A brief cultural history of the colonial roots, consumption and symbolism of sugar ","attribution":"ART UK","image":{"pid":"p08kxwls","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kxwls.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zjpcydm","title":"Electric Dreams Online","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/electricdreamsfestival.com\/shows\/","synopsis":"Web-native theatre, music and experiences that give us the magic of being part of an audience","attribution":"Crossover Labs","image":{"pid":"p08lpzkt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lpzkt.png"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z92h7yc","title":"Nominate a life-changing innovation","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/ahrc.ukri.org\/innovation\/boundless-creativity\/museum-of-boundless-creativity\/","synopsis":"The Museum of Boundless Creativity will be a celebration of the 21st century - and you get to pick what is featured","attribution":"AHRC","image":{"pid":"p08k86wb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k86wb.jpg"},"isExtLink":"true","icon":"document","iconLabel":""},{"id":"z2hn2v4","title":"Selected X","url":"https:\/\/web.archive.org\/web\/20210207192743\/http:\/\/videoclub.org.uk\/selected-x-online-programme\/","synopsis":"A collection of diverse and provocative films from filmmakers early in their careers. ","attribution":"VideoClub and FLAMIN","image":{"pid":"p08jznb6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jznb6.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zndk3j6","title":"Confronting colonial history ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/artuk.org\/discover\/stories\/postcolonial-interpretations-of-the-art-collections-at-bristol-museum-art-gallery","synopsis":"Bristol Art Gallery's plans to address slavery and Empire in its collection ","attribution":"ART UK","image":{"pid":"p08jjnm6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jjnm6.jpg"},"isExtLink":"true","icon":"document","iconLabel":""},{"id":"zfvhqfr","title":"Festival Fever","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/player.bfi.org.uk\/free\/collection\/festival-fever","synopsis":"From deep-rooted folk traditions to youth culture happenings: a celebration of music and arts festivals of summers past","attribution":"BFI","image":{"pid":"p08j0dng","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08j0dng.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z6fxdp3","title":"Talking Art: The Lady of Shalott","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=0m_Gbb4VSGo","synopsis":"Curator Liz Waring examines William Maw Egley's painting illustrating Alfred, Lord Tennyson's celebrated poem","attribution":"Museums Sheffield","image":{"pid":"p08hzjm4","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hzjm4.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zr8q4xs","title":"Ray Harryhausen: Titan of Cinema - The Exhibition","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08fvdl6\/culture-in-quarantine-exhibition-tours-3-ray-harryhausen-titan-of-cinema-the-exhibition","synopsis":"A preview of the National Galleries of Scotland exhibition which reopens 1 February 2021","attribution":"BBC iPlayer","image":{"pid":"p08fwvp3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fwvp3.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zs3m8hv","title":"BFI: Black Britain on Film","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/player.bfi.org.uk\/free\/collection\/black-britain-on-film","synopsis":"Changing attitudes, hidden histories and emerging voices spanning a century of film and TV","attribution":"BFI","image":{"pid":"p08hg99y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hg99y.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zynrsk7","title":"British Tattoo Art Revealed – The Exhibition","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08fxb72\/culture-in-quarantine-exhibition-tours-tattoo-british-tattoo-art-revealed-the-exhibition","synopsis":"From rebels to Royals, how tattooing made its mark on Britain","attribution":"BBC IPLAYER","image":{"pid":"p08gzxhg","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gzxhg.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2k4f82","title":"Capturing Venice's architectural icon","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=6m8h9LqM0us","synopsis":"Exploring John Wharlton Bunney's striking study of the Basilica of San Marco","attribution":"Museums Sheffield","image":{"pid":"p08ftz7z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08ftz7z.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z6jdbqt","title":"Delve into the Cornish Past","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/museumofcornishlife.co.uk\/whats-on\/","synopsis":"Live tours of different areas of the Museum of a Cornish Life - shipwrecks to farming to fashion","attribution":"Museum of Cornish Life","image":{"pid":"p08fv0lt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fv0lt.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zfnj7nb","title":"The Clash: London Calling","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08bqnvp\/culture-in-quarantine-exhibition-tours-1-the-clash-london-calling-the-exhibition","synopsis":"The Museum of London's 2020 exhibition of memorabilia and insights including rare studio footage, photos and performance","attribution":"BBC iPlayer","image":{"pid":"p08bsmlv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bsmlv.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zr87639","title":"Pompeii Live from The British Museum","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.britishmuseum.org\/pompeii-live","synopsis":"From street life to the Roman home, this exhibition takes you to the heart of people’s lives in Pompeii and Herculaneum","attribution":"The British Museum","image":{"pid":"p08dsw35","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dsw35.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"znrybdm","title":"Game of Our Lives","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.nationalfootballmuseum.com\/gameofourlives\/","synopsis":"The search to unearth the best football stories and memories from fans throughout the country","attribution":"NATIONAL FOOTBALL MUSEUM","image":{"pid":"p08dgz3m","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dgz3m.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z4dj2sg","title":"Suffragette bombs","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/g.co\/arts\/9ECfVSppAuyBuydb7","synopsis":"Discover the stories behind two explosive devices from the early 20th Century\n","attribution":"City of London Police Museum","image":{"pid":"p08dnl7n","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dnl7n.jpg"},"isExtLink":"true","icon":"document","iconLabel":""},{"id":"zhgnf4j","title":"Art Deco By The Sea","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08bqpjb\/culture-in-quarantine-exhibition-tours-2-art-deco-by-the-sea-the-exhibition","synopsis":"A tour of the Sainsbury Centre’s 2020 exhibition reveals the transformation of the British seaside in the 1920s and 30s","attribution":"BBC iPlayer","image":{"pid":"p08bqps2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bqps2.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zf3ckmn","title":"BFI: VE Day, 8 May 1945","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/player.bfi.org.uk\/free\/collection\/ve-day","synopsis":"Browse the film archive that captures the mood of the country after six years of war","attribution":"British Film Institute","image":{"pid":"p08chdd7","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08chdd7.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zd2tnrd","title":"Virtual Tour of the Streetlife Museum","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/my.matterport.com\/show\/?m=KfhSa84e3ED","synopsis":"Discover 200 years of transport history from the comfort of your own home","attribution":"Hull Museums","image":{"pid":"p08cj8cy","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08cj8cy.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zbjc92p","title":"Mail Rail from Home","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.postalmuseum.org\/make-a-connection\/mail-rail-from-home\/","synopsis":"This virtual tour captures the sights and sounds of a unique experience deep beneath the streets of London","attribution":"The Postal Museum","image":{"pid":"p08bz3z3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bz3z3.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zjbm6v4","title":"Museum from Home","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/events\/enxcd4\/live\/c954wh","synopsis":"Catch up on our live day - it was a whirlwind virtual tour of museums, galleries, archives and libraries!","attribution":"BBC ARTS","image":{"pid":"p08bvhq5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bvhq5.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"z46kd6f","title":"Spotlight on key workers","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/player.bfi.org.uk\/free\/collection\/spotlight-on-key-workers","synopsis":"Browse the BFI Player archive collection and celebrate the vital workers, always ready in the good times and the bad","attribution":"British Film Institute","image":{"pid":"p08btxv5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08btxv5.jpg"},"isExtLink":"true","icon":"","iconLabel":""}],"layout":"layout-branding-image-3","brandingImage":{"pid":"p0890z9k","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0890z9k.jpg"},"title":"Galleries, museums & archives: Culture in Quarantine","titleColour":"light"},{"id":"zbyrcqt","name":"CiQ performance","promos":[{"id":"zmj8cmn","title":"Burns Night With the BBC Scottish Symphony Orchestra","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rs3k\/burns-night-with-the-bbc-scottish-symphony-orchestra","synopsis":"Jamie MacDougall hosts a musical celebration, featuring Eddi Reader singing Burns classics inlcuding Ae Fond Kiss","attribution":"BBC iPlayer","image":{"pid":"p094nwls","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094nwls.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdt2wnb","title":"Why Are Sea Shanties Trending On Social Media?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/1rGtgCWQQ3JFG900Jtfhq8f\/why-are-sea-shanties-trending-on-social-media","synopsis":"In Tune explores what's behind the Sea Shanty earworm phenomenon online","attribution":"BBC Radio 3","image":{"pid":"p093w5zw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p093w5zw.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"z2q9g7h","title":"Max Richter's Sleep","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qzlb\/max-richters-sleep","synopsis":"Following the composer and Yulia Mahr as they navigate a performance of his celebrated eight-hour opus Sleep in LA","attribution":"BBC Four","image":{"pid":"p091vys1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091vys1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zs6c3j6","title":"Untold: Caroline","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=_VbfZLLsltk ","synopsis":"Revealing personal stories through musical performance from Camerata, and spoken word delivered by Jackie Kay","attribution":"Manchester Camerata","image":{"pid":"p08zt722","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zt722.jpg"},"isExtLink":"true","icon":"video","iconLabel":""},{"id":"zp29g7h","title":"Christmas Carols Karaoke","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/7ZgBhvXtrHrLLBgw4gpkkF\/have-a-festive-singalong-at-home-with-christmas-carols-karaoke","synopsis":"There's no reason why any of us should miss out on our festive singing fix. This year, sing safely at home with Radio 3","attribution":"BBC Radio 3","image":{"pid":"p0911chc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0911chc.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zbqc3j6","title":"Songlines Music Awards 2020","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=9VCSi_3pivw&feature=youtu.be","synopsis":"Cerys Matthews presents the ceremony celebrating the best in world music, with performances from Cimarrón and Lankum","attribution":"Songlines","image":{"pid":"p091csw7","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091csw7.png"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zq6rvwx","title":"BBC Young Jazz Musician 2020","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/b00bb3wt","synopsis":"A platform for young talented jazz musicians to compete for the title","attribution":"BBC Four","image":{"pid":"p08yvg0t","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yvg0t.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7hnxbk","title":"Frankenstein: How To Make A Monster","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000nwrj\/frankenstein-how-to-make-a-monster","synopsis":"Beatboxers re-interpret the story and explore how today’s society creates its own monsters","attribution":"BBC Four","image":{"pid":"p08w0r31","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08w0r31.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zt39g7h","title":"Remembrance","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/youtu.be\/iWlbF2fYMQo","synopsis":"A balletic journey through the uncertainty and suffering of 1918, while celebrating communal strength","attribution":"New English Ballet Theatre","image":{"pid":"p08xggh2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08xggh2.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zqww4xs","title":"Ex Cathedra: Our First 50 Years","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=KyRrO6usEq8&feature=youtu.be","synopsis":"A concert of spine-tingling choral music featuring Alec Roth’s Earthrise, Bach, Mozart and early Baroque pieces","attribution":"Ex Cathedra","image":{"pid":"p08w07q0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08w07q0.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z4snxbk","title":"Philip Pullman's Grimm Tales","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/playlist?list=PLfRny0NepZ01dVt_G90tlIz-pFVtmVNFq","synopsis":"Six spine-chilling stories for ages 8-12, read by Le Gateau Chocolat, Colin Morgan and more","attribution":"Unicorn Theatre","image":{"pid":"p08w1gpj","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08w1gpj.jpg"},"isExtLink":"true","icon":"video","iconLabel":""},{"id":"z9rbsk7","title":"Black Landscapes","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=OhT3NpBR4Zc&ab_channel=Chineke%21Foundation","synopsis":"Performing works by pioneering Black women composers and a Beethoven concerto ","attribution":"Chineke! Foundation","image":{"pid":"p08vgk5r","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08vgk5r.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z84rydm","title":"The Ungoverned mix series","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/wysingbroadcasts.art\/discover\/the-ungoverned-crystallmess","synopsis":"Mixes and soundscapes from CRYSTALLMESS, mobilegirl, LYZZA, AUDINT and Hannah Catherine Jones","attribution":"Wysing Polyphonic","image":{"pid":"p08vgkr8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08vgkr8.png"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zb3nxbk","title":"In Loco Parentis","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/bit.ly\/3jKB2SX","synopsis":"Movement, images and spoken word combine to explore the cycles of rupture and repair that drive children into care","attribution":"Vincent Dance Theatre","image":{"pid":"p08tqmr2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08tqmr2.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zrrs6g8","title":"The Silent Burn Project","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.akramkhancompany.net\/productions\/the-silent-burn-project\/","synopsis":"A selection of newly created dance and music films recorded all around the world","attribution":" Akram Khan Company","image":{"pid":"p08tdrs3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08tdrs3.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z8fxjsg","title":"The Future Show 2020: Coventry","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/coventry2021.co.uk\/explore\/the-future-show","synopsis":"Take a journey with 12 young people into a collective future","attribution":"UK City of Culture 2021","image":{"pid":"p08t5dmf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08t5dmf.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zr6kg7h","title":"Experience Classical","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/archive\/experience-classical","synopsis":"A new way to discover classical music through incredible performances, programmes and podcasts","attribution":"BBC ARCHIVE","image":{"pid":"p08shjg9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08shjg9.jpg"},"isExtLink":"false","icon":"interactive","iconLabel":""},{"id":"zd32dp3","title":"The Neon Shadow","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/bit.ly\/35Y5yEI","synopsis":"A love story with a bitter twist, inspired by a rarely-told Hans Christian Andersen tale","attribution":"Kneehigh Theatre","image":{"pid":"p08s5wvw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08s5wvw.jpg"},"isExtLink":"true","icon":"video","iconLabel":""},{"id":"zf8fxbk","title":"Black Hollywood: 'They've Gotta Have Us'","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/b0bp23l2\/black-hollywood-theyve-gotta-have-us","synopsis":"Stars including Cuba Gooding Jr, Diahann Carroll and John Boyega share stories of prejudice and success","attribution":"BBC TWO","image":{"pid":"p06np7lq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06np7lq.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z88t7yc","title":"Sheku and Isata Kanneh-Mason","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/events\/ecj84f\/play\/a84z5v\/m000mfbv","synopsis":"The superstar siblings perform their first Prom together","attribution":"BBC PROMS","image":{"pid":"p08mvjwh","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08mvjwh.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zjgkd6f","title":"A Midsummer Night's Dream","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/b07dx7lt\/a-midsummer-nights-dream","synopsis":"Classic Shakespeare play adapted for television by Russell T Davies","attribution":"BBC IPLAYER","image":{"pid":"p03w3t5h","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p03w3t5h.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zpxs6g8","title":"Northern Ballet: Dracula","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000jqyr\/dracula-by-northern-ballet","synopsis":"The gothic legend is brought to life in a captivating blend of drama and dance","attribution":"iPlayer","image":{"pid":"p08fj61j","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fj61j.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zpw2dp3","title":"Here\/Not Here","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bslzone.co.uk\/watch\/herenot-here?mc_cid=6f8e8aef4f&mc_eid=a71182a6a4#","synopsis":"Deaf hip hop music drama exploring sign language, dance, football and Visual Vernacular (VV)","attribution":"Artemisia Films for BSLBT","image":{"pid":"p08pxp2z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08pxp2z.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z8gytrd","title":"Body Map","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.marquee.tv\/videos\/jasminvardimon-bodymap","synopsis":"Exploring community and connection through movement at this time of separation ","attribution":"Jasmin Vardimon","image":{"pid":"p08p48r5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08p48r5.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zgq4vwx","title":"Albion","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000lwgy\/albion","synopsis":"Mike Bartlett's tragicomic drama about family, passion and national identity","attribution":"BBC FOUR","image":{"pid":"p08mylg2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08mylg2.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zcrnm39","title":"Seacole + Nightingale","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?time_continue=5&v=JfJZA8N3p38&feature=emb_title","synopsis":"A documentary to celebrate front-line medical staff through dance, poetry and music","attribution":"Eliot Smith Dance","image":{"pid":"p08nn90f","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nn90f.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zp2cydm","title":"10 Soldiers","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=MTw2PeLFjQ0&feature=youtu.be","synopsis":"Exploring the training, friendships, loves and the teamwork of an army unit","attribution":"Rosie Kay Dance Company","image":{"pid":"p08nj1yn","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nj1yn.jpg"},"isExtLink":"true","icon":"video","iconLabel":""},{"id":"zhrh7yc","title":"The Troth","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=fHhUXbYjkWs&feature=youtu.be","synopsis":"A story of love, loss and sacrifice in World War I told through dance, music and archive footage","attribution":"Akādemi","image":{"pid":"p08nfntg","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nfntg.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"znsrcqt","title":"The Swan","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/2LtS2qKgXf737QdhRkt6h2N\/carlos-breathes-new-life-into-dying-swan","synopsis":"A poignant solo performance from Birmingham Royal Ballet's Céline Gittens, adapted by Carlos Acosta","attribution":"BBC Arts","image":{"pid":"p08900dq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08900dq.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4gmdp3","title":"Alone Part II","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08mpmfk","synopsis":"Janey Godley returns with a heart-warming and uplifting follow-up to her original Scenes for Survival short","attribution":"BBC SCOTLAND","image":{"pid":"p08mq8rm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08mq8rm.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdc6jsg","title":"Jekyll & Hyde","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?time_continue=24&v=QPRP-ijwWP4&feature=emb_logo","synopsis":"Dance thriller inspired by the Robert Louis Stephenson classic","attribution":"The Old Vic","image":{"pid":"p08my6ky","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08my6ky.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zcb28hv","title":"Anniversary Lockdown","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08jmq29\/bbc-arts-ni-presents-splendid-isolation-8-anniversary-lockdown","synopsis":"Lata is married to Paul – a Belfast boy whom she originally kept secret from her strict Indian parents","attribution":"BBC IPLAYER","image":{"pid":"p08jp2hc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jp2hc.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrg7kty","title":"M.A.N.","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=D8Nd-n-pXq4&list=PLcjcB67qFqbRBz6BwkjFLmleSNv0fErY5&index=5","synopsis":"Sharing how it is to be a black man, through the art of conversation with a twist","attribution":"The Rose Arts London","image":{"pid":"p08m78jm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08m78jm.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zrvq96f","title":"Electric Dreams Online","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/electricdreamsfestival.com\/","synopsis":"Celebrating the best of cyberspace storytelling","attribution":"Crossover Labs","image":{"pid":"p08my90f","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08my90f.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z7wpyk7","title":"Scenes for Survival","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08d89xn\/clips","synopsis":"Short digital artworks created by leading Scottish theatre and screen talent","attribution":"National Theatre of Scotland","image":{"pid":"p08dq2dl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dq2dl.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2ktqfr","title":"Titania & Oberon","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=2V7DF5qGQDw&feature=youtu.be","synopsis":"A Midsummer Night's Dream revisited in a time of lockdown","attribution":"Shakespeare in Isolation","image":{"pid":"p08m4kcn","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08m4kcn.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z4bj4xs","title":"Royal Opera House: The Reopening","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000kqq7\/royal-opera-house-the-reopening","synopsis":"Highlights of the Royal Opera House’s first performances after lockdown","attribution":"BBC Four","image":{"pid":"p08k3mbn","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k3mbn.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrg7kty","title":"M.A.N.","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=D8Nd-n-pXq4&list=PLcjcB67qFqbRBz6BwkjFLmleSNv0fErY5&index=5","synopsis":"Sharing how it is to be a black man, through the art of conversation with a twist","attribution":"The Rose Arts London","image":{"pid":"p08m78jm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08m78jm.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zhykbqt","title":"Dance","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.dancetheplay.co.uk\/","synopsis":"A captivating, funny and unpredictable story about how far people will go to take back control","attribution":"Soho Poly","image":{"pid":"p08lbg7r","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lbg7r.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zkx3p4j","title":"Reasons To Be Cheerful ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/graeae.org\/reasons-to-be-cheerful-available-to-watch-online\/","synopsis":"Raucous musical featuring the hits of Ian Dury and the Blockheads","attribution":"Graeae Theatre Company","image":{"pid":"p08lps08","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lps08.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z86bn9q","title":"Reading Fringe Festival","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/readingfringefestival.co.uk\/","synopsis":"Plays, gigs, stand-up sets, family shows, films and much more","attribution":"Reading Fringe Festival","image":{"pid":"p08lps4d","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lps4d.png"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zwmytrd","title":"Guide To The Proms","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/47g63DhcdBqj9wZYCzNhZD4\/whats-on-listen-watch","synopsis":" Details of the coverage of the Proms 2020 eight-week season on TV, Radio, BBC iPlayer and BBC Sounds","attribution":"BBC Proms 2020","image":{"pid":"p08jppy0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jppy0.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zfbwcmn","title":"Institute","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000l3sb\/institute","synopsis":" Physical theatre company Gecko delivers a beguiling film exploring how we nurture and care for ourselves and each other","attribution":"BBC Four","image":{"pid":"p08kf3hw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kf3hw.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zxg93j6","title":"Swan Lake Bath Ballet","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08k25yw\/culture-in-quarantine-filmed-in-lockdown-swan-lake-bath-ballet","synopsis":"Elite dancers from across the globe create a modern-day Swan Lake from their own bathtubs","attribution":"Culture in Quarantine","image":{"pid":"p08k2576","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k2576.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbgwcmn","title":"The Music Room: Reflecting Beethoven ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08kz1gw","synopsis":"Chief Conductor of the BBC Philharmonic, Omer Meir Wellber meets Lisa Obert to discuss Beethoven","attribution":"BBC Philharmonic","image":{"pid":"p08kz6hb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kz6hb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"znwtqfr","title":"Crips without Constraints","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/graeae.org\/our-work\/crips-without-constraints\/","synopsis":"Brilliant new monologues from disabled artists","attribution":"Graeae Theatre Company","image":{"pid":"p08kxvl1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kxvl1.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zbrwcmn","title":"This House is Full of Music","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000kycj","synopsis":"A unique and intimate portrait of the Kanneh-Masons, including moving performances from the gifted musical family","attribution":"BBC ONE","image":{"pid":"p08k2ypv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k2ypv.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z76ytrd","title":"A Session with Daymé Arocena","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000kqqh\/latin-music-a-session-with-series-1-2-dayme-arocena","synopsis":"Classically trained Cuban musician Daymé Arocena performs music inspired by her Afro-Cuban heritage","attribution":"BBC Four","image":{"pid":"p08j05hn","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08j05hn.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z3kdg7h","title":"R&J: Shakespeare in Isolation","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/channel\/UCtjTb9S0mD-UozzoI-gx7hQ","synopsis":"Taking inspiration from Shakepeare writing while in isolation, some of his key characters are reimagined during lockdown","attribution":"Shakespeare in Isolation","image":{"pid":"p08jzqvt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jzqvt.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zx72kty","title":"A Session with Bossacucanova and Roberto Menescal","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000kjmt\/latin-music-a-session-with-series-1-1-bossacucanova-and-roberto-menescal","synopsis":"The pioneer of Brazilian bossa joins his son’s band in their Rio studio for a re-interpretation of classic hits","attribution":"BBC FOUR","image":{"pid":"p08j04r2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08j04r2.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z3pjcmn","title":"Rush","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08hnpbz\/culture-in-quarantine-rush","synopsis":"A provocative comedy of modern manners which explores romance, desire and infidelity","attribution":"BBC IPLAYER","image":{"pid":"p08hnpmj","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hnpmj.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zwp6wnb","title":"Splendid Isolation","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000kd8b\/bbc-arts-ni-presents-splendid-isolation-15-splendid-isolation","synopsis":"Short, sharp isolation dramas from some of Northern Ireland’s finest writers","attribution":"BBC IPLAYER","image":{"pid":"p08hsts2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hsts2.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zcw9vwx","title":"Sirocco","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?time_continue=112&v=9aBs_aeJTtw&feature=emb_title","synopsis":"A haunting and joyous concert from South African cellist Abel Selaocoe featuring original African and classical music","attribution":"Manchester Collective","image":{"pid":"p08jc3kf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jc3kf.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z93p7yc","title":"The Grinning Man","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=jqdjO3UUU3k&feature=emb_title","synopsis":"An epic tale about a child with a secret. Based on The Man Who Laughs by Victor Hugo, and directed by Tom Morris","attribution":"Bristol Old Vic","image":{"pid":"p08j36cm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08j36cm.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zdnm8hv","title":"Fatbaws","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08fyfwh","synopsis":"Peter Mullan stars in a surreal and hilarious new short from writer Douglas Maxwell","attribution":"National Theatre of Scotland","image":{"pid":"p08g5dzr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g5dzr.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zn9n2v4","title":"Windrush: Movement of the People","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m0002pkp","synopsis":"Contemporary dance work that explores the story of those who arrived in the UK on the SS Empire Windrush","attribution":"BBC FOUR","image":{"pid":"p070p6mm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p070p6mm.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7fjcmn","title":"Scottish Opera Short: The Narcissistic Fish","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=S6FLpEyzSBw","synopsis":"A new short opera with a libretto in Scots from Jenni Fagan, and composed by Sam Bordoli.","attribution":"Scottish Opera","image":{"pid":"p08hfglt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hfglt.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zbtgn9q","title":"Scenes for Survival: Joseph Knight","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08h1dhk","synopsis":"An extract from May Sumbwanyambe's play Enough of Him, about the life of Joseph Knight, brought to Scotland as a slave","attribution":"National Theatre of Scotland","image":{"pid":"p08h1hh0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h1hh0.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zshbp4j","title":"Rockets and Blue Lights","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000k1kj","synopsis":"With actors recorded from home, the play retells British history through the prism of the slave trade","attribution":"BBC RADIO 3","image":{"pid":"p08g17vf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g17vf.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zfjhqfr","title":"#FortheLoveofArts","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/channel\/UC1UolKMqxwXNJ5wGHBCti9g\/videos","synopsis":"A collection of moving and inspiring monologues from stars of stage and screen in support of colleagues during lockdown","attribution":"Equity UK","image":{"pid":"p08gsxxd","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gsxxd.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z7wpyk7","title":"Scenes for Survival","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08d89xn\/clips","synopsis":"Short digital artworks created by leading Scottish theatre and screen talent","attribution":"National Theatre of Scotland","image":{"pid":"p08dq2dl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dq2dl.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2t3hcw","title":"The Mountaintop","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.royalexchange.co.uk\/the-mountaintop-2020","synopsis":"An intimate fictional look at the eve of the assassination of Dr. Martin Luther King Jr","attribution":"Royal Exchange Theatre","image":{"pid":"p08grt3h","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08grt3h.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zmwqcmn","title":"Adventures with the Painted People","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000jt6d","synopsis":"David Greig delivers a drama exploring the crossing of borders, cultural change and love on the River Tay 2000 years ago","attribution":"BBC Radio 3","image":{"pid":"p08fj955","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fj955.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zd33trd","title":"The Desi Lockdown","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.rifcotheatre.com\/watch\/the-desi-lockdown","synopsis":"Five films exploring a different aspect of the lockdown experience through drama, comedy and spoken word","attribution":"Rifco Theatre","image":{"pid":"p08g10m6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g10m6.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zmqs3dm","title":"Unprecedented","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m000jjh3\/unprecedented","synopsis":"The UK’s most celebrated actors feature in these radical responses to the coronavirus pandemic","attribution":"BBC FOUR","image":{"pid":"p08f6blf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08f6blf.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zncckmn","title":"Love Letters at Home","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/fueltheatre.com\/projects\/love-letters-at-home\/","synopsis":"Audience participation with song requests and dedications make this digital theatre event a personal and live experience","attribution":"Fuel Theatre Company","image":{"pid":"p08dl4tn","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dl4tn.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zbdckmn","title":"The Encounter","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/bristololdvic.org.uk\/whats-on\/the-encounter","synopsis":"A solo performance incorporating objects and binaural sound design to evoke the depths of the Amazon rainforest","attribution":"Bristol Old Vic","image":{"pid":"p08dgy0r","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dgy0r.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zby7xyc","title":"Midnight Your Time","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=GSy_QM9yNN8","synopsis":"Donmar Artistic Director Michael Longhurst directs Diana Quick in a smart one-woman play written for her by Adam Brace","attribution":"Donmar Warehouse","image":{"pid":"p08d2h97","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08d2h97.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zmhf382","title":"Homemakers","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/homemcr.org\/event\/homemakers\/","synopsis":"Brand-new work created in isolation for an audience in lockdown.","attribution":"HOME","image":{"pid":"p08cj83z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08cj83z.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zd3gcqt","title":"Touretteshero: Me, My Mouth and I","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/b0bcmh7z\/performance-live-touretteshero-me-my-mouth-and-i","synopsis":"Jess Thom explores neuro-diversity in the arts through the work of Samuel Beckett","attribution":"BBC IPLAYER","image":{"pid":"p06dxpv7","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06dxpv7.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zkxdjhv","title":"Akala Presents: The Ruins of Empires","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/b0b1v41j\/performance-live-akala-presents-the-ruins-of-empires","synopsis":"This innovative performance is an abridged version of his epic poem of the same name ","attribution":"BBC TWO","image":{"pid":"p065bwzx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p065bwzx.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrq4kmn","title":"Frankenstein","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=tl8jxNrtceQ","synopsis":"Danny Boyle's hit production with Benedict Cumberbatch as the creature and Jonny Lee Miller as Victor Frankenstein","attribution":"National Theatre","image":{"pid":"p08bz2pp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08bz2pp.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zf2hnrd","title":"Love","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/b0bvbbm4\/performance-live-love","synopsis":"The story of families brought together, placed in temporary accommodation in the run-up to Christmas","attribution":"BBC IPLAYER","image":{"pid":"p06tn1bb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06tn1bb.jpg"},"isExtLink":"false","icon":"","iconLabel":""},{"id":"zjr8wty","title":"The Way Out","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p0892kzy\/performance-live-the-way-out","synopsis":"A young person escaping into a building at night is propelled into a surreal theatrical adventure by a mysterious guide","attribution":"BBC IPLAYER","image":{"pid":"p0892vfr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0892vfr.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zkhy382","title":"Love's Labour's Lost ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.deafinitelytheatre.co.uk\/deafinitely-digital-loves-labours-lost","synopsis":"The rich, pun-riddled text translated into the physical language of BSL","attribution":"Deafinitely Theatre ","image":{"pid":"p08b8lnc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b8lnc.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zr43bdm","title":"Outside In","url":"https:\/\/web.archive.org\/web\/20210207192743\/http:\/\/www.theatreintherough.com\/outsidein.htm","synopsis":"Embracing the natural world and the great outdoors with a daily poetry reading","attribution":"Theatre in the Rough","image":{"pid":"p089rt79","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p089rt79.png"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zbckd6f","title":"Behind the Scenes: Othello","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.franticassembly.co.uk\/frantic-digital\/othello-1","synopsis":"Performers and practitioners discuss what's involved in mounting a contemporary production and making it relevant","attribution":"Frantic Assembly - Digital","image":{"pid":"p08b53v2","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b53v2.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zdcyvk7","title":"Treasure Island","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=QwNvC8sFTEU","synopsis":"Take to the high seas with Bryony Lavery's adaptation of the Robert Louis Stevenson classic, directed by Polly Findlay","attribution":"National Theatre","image":{"pid":"p089rjv4","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p089rjv4.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zr8fy9q","title":"Elizabeth and Essex","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000h6t9","synopsis":"This parallel tale, based on the writings of Lytton Strachey stars Simon Russell Beale as both Strachey and Elizabeth I ","attribution":"BBC Radio 3","image":{"pid":"p088spkj","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p088spkj.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zm69kmn","title":"Hamlet","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?time_continue=16&v=cdPqu598m68&feature=emb_logo","synopsis":"Michelle Terry, Artistic Director of The Globe, takes the lead as the doomed Danish Prince","attribution":"Shakespeare's Globe","image":{"pid":"p089f3rz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p089f3rz.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z6rx6v4","title":"Wise Children","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p0892kf6\/wise-children","synopsis":"Emma Rice brings her unique, musical & exuberant vision to Angela Carter’s novel","attribution":"BBC FOUR","image":{"pid":"p0892v42","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0892v42.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdqsf4j","title":"Jane Eyre","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=mO0CXV0zEAQ","synopsis":"Director Sally Cookson's dynamic stage adaptation of the Charlotte Brontë' novel","attribution":"National Theatre","image":{"pid":"p0892ls1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0892ls1.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z7whpg8","title":"Jesus Christ Superstar","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=GpO4ohqx3os","synopsis":"Award winning Andrew Lloyd Webber and Tm Rice rock musical featuring Tim Minchin, Mel C and Chris Moyles","attribution":"The Show Must Go On!","image":{"pid":"p0892kmc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0892kmc.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"znbk8xs","title":"Wonderland","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.hampsteadtheatre.com\/videos\/","synopsis":"Miners' strike drama written by Beth Steel","attribution":"Hampstead Theatre","image":{"pid":"p088x07t","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p088x07t.jpg"},"isExtLink":"true","icon":"video","iconLabel":""},{"id":"zvvnnrd","title":"Cyprus Avenue","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=ptCyZYzUx4M","synopsis":"David Ireland's award-winning play starring Stephen Rea","attribution":"ROYAL COURT","image":{"pid":"p087wfgh","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p087wfgh.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zhvbbdm","title":"One Man Two Guvnors","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.youtube.com\/watch?v=XzqcRwWVv8k","synopsis":"Featuring a Tony award-winning performance from James Corden","attribution":"National Theatre","image":{"pid":"p088jy8x","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p088jy8x.jpg"},"isExtLink":"true","icon":"video","iconLabel":""},{"id":"zfx22sg","title":"Wild","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.hampsteadtheatre.com\/videos\/","synopsis":"The Edward Snowden-inspired thriller by Mike Bartlett","attribution":"Hampstead Theatre","image":{"pid":"p0886z7y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886z7y.jpg"},"isExtLink":"true","icon":"","iconLabel":""}],"layout":"layout-branding-image-3","brandingImage":{"pid":"p08g5sqm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g5sqm.jpg"},"title":"Performance: Culture in Quarantine","titleColour":"light"},{"id":"znr3t39","name":"More Arts on BBC iPlayer","promos":[{"id":"zxx7dp3","title":"Mills and Boon: Writing for Love in Northern Ireland","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rs9l\/mills-and-boon-writing-for-love-in-northern-ireland","synopsis":"Pulling back the covers on one of the publishing industry’s most successful, but least discussed, genres","attribution":"BBC IPlayer","image":{"pid":"p094flf6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094flf6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zv2jkty","title":"The White Crow","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000rr77\/the-white-crow","synopsis":"Young Russian ballet dancer Rudolph Nureyev (Oleg Ivenko) visits Paris to perform and falls in love with the city","attribution":"BBC Iplayer","image":{"pid":"p094phpb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p094phpb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zyqd4xs","title":"The Sound of Musicals with Neil Brand","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/b088n7s9\/sound-of-musicals-with-neil-brand","synopsis":"Neil explores how the modern muscial evolved over the last 100 years","attribution":"BBC Iplayer","image":{"pid":"p04nf048","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p04nf048.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zymw96f","title":"The Art of Sculpture","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p090v2qg\/loop-series-4-the-art-of-sculpture","synopsis":"David J Mitchell shares the artistic process that leads to a figure being immortalised in sculpture","attribution":"Loop","image":{"pid":"p091ht4p","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091ht4p.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zkpq8hv","title":"Emin\/Munch: Between the Clock and the Bed","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000q5zn\/eminmunch-between-the-clock-and-the-bed","synopsis":"The documentary charts the relationship of Tracey Emin's work to that of her hero Edvard Munch, in a new exhibition","attribution":"BBC Two","image":{"pid":"p08zp6zz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zp6zz.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zqv67yc","title":"The Sound of TV With Neil Brand","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000q5lf\/the-sound-of-tv-with-neil-brand-series-1-episode-2","synopsis":"Brand looks at the impact jingles, idents and advertising have on us and our collective memory","attribution":"BBC Four","image":{"pid":"p08zccl9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zccl9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"ztb67yc","title":"British Film Premieres Introductions: Dirty God","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000q5vs\/british-film-premieres-introductions-7-intro-to-dirty-god","synopsis":"Nikki Baughan explores the uncompromising story of Jade, burned in an acid attack and Vicky Knight's lauded performance","attribution":"BFI","image":{"pid":"p08zqsmy","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zqsmy.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zncpxbk","title":"British Film Premieres Introductions: One Man And His Shoes","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000q5tm\/british-film-premieres-introductions-6-intro-to-one-man-and-his-shoes","synopsis":"Ellen E Jones introduces the documentary that examines the story behind the Nike \/ Jordan collaboration and its impact","attribution":"BFI","image":{"pid":"p08yrqkz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yrqkz.png"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zkdfhcw","title":"The Big Scottish Book Club","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000q19z\/the-big-scottish-book-club-series-2-episode-6","synopsis":"Damian Barr speaks to writers Jessica Fellowes, Paul McVeigh and Graeme Armstrong, with poetry from Courtney Stoddart","attribution":"BBC Scotland","image":{"pid":"p08zl7th","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zl7th.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4kn6g8","title":"British Film Premieres Introductions: Monsoon","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000qg39\/british-film-premieres-introductions-5-intro-to-monsoon","synopsis":"Hannah Woodhead explores the story of Kit who returns to his roots in Vietnam and reconnects to memories of his parents","attribution":"BFI","image":{"pid":"p08zkss3","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08zkss3.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zp6qkty","title":"Our favourite books","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/3HT58VTl31RCt5YFCs9DqkK\/between-the-covers-our-guests-favourite-reads-of-all-time","synopsis":" Ben Miller, Grace Dent, Graham Norton and Desiree Burch reveal their choices to Sara Cox","attribution":"Between the Covers","image":{"pid":"p08yr06y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yr06y.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"z3f8cmn","title":"The Big Scottish Book Club","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000ptly\/the-big-scottish-book-club-series-2-episode-5","synopsis":"Damian Barr speaks to Kate Mosse, Kirsty Wark and Graeme Macrae Burnet, with poetry from Andrés Nicolás Ordorica","attribution":"BBC Scotland","image":{"pid":"p08y76kb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08y76kb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z67yp4j","title":"British Film Premieres Introductions: Lynn + Lucy","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000pr2q\/british-film-premieres-introductions-4-intro-to-lynn-lucy","synopsis":"Guy Lodge introduces the British film premiere about a lifelong friendship tested by tragedy","attribution":"BFI","image":{"pid":"p08yn9m8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08yn9m8.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zkf9g7h","title":"The Big Scottish Book Club","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000ppxr\/the-big-scottish-book-club-series-2-episode-4","synopsis":"Damian Barr meets guests Kathleen Jamie, Amanda Thomson and Luke Turner, with poetry from Heather H Yeung","attribution":"BBC Scotland","image":{"pid":"p08y76df","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08y76df.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"ztpbf82","title":"British Film Premieres Introductions: Perfect 10","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000pb56\/british-film-premieres-introductions-3-perfect-10","synopsis":"An aspiring teen gymnast’s world is turned upside down with the arrival of the half-brother she never knew she had","attribution":"BFI","image":{"pid":"p08xcqv9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08xcqv9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zqtvn9q","title":"Barneys, Books and Bust-Ups: 50 Years of the Booker Prize","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/b0bntjf6\/barneys-books-and-bustups-50-years-of-the-booker-prize","synopsis":"The inside story of scandal, gossip and intrigue from former winners, judges and prize administrators","attribution":"BBC Four","image":{"pid":"p06nl17w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06nl17w.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zj6yp4j","title":"The Big Scottish Book Club","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000pd37\/the-big-scottish-book-club-series-2-episode-3","synopsis":"Damian Barr meets Val McDermid, Richard Osman and Professor Dame Sue Black, with poetry from Iona Lee","attribution":"BBC Scotland","image":{"pid":"p08xhlgb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08xhlgb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z6hyp4j","title":"The Big Scottish Book Club","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000nz0h\/the-big-scottish-book-club-series-2-episode-2","synopsis":"Damien Barr speaks to Neil Gaiman, Kirsty Logan and Dr Gavin Francis, with poetry from Harry Josephine Giles","attribution":"BBC Scotland","image":{"pid":"p08wpst1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08wpst1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zsbrydm","title":"The Secret Life of Books: Frankenstein","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p025zldt\/the-secret-life-of-books-series-1-1-frankenstein","synopsis":"Much more than a horror story, Alice Roberts uncovers the truth behind Mary Shelley's creation","attribution":"BBC Four","image":{"pid":"p0260xy6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0260xy6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zhn3sk7","title":"British Film Premieres Introductions: Make up","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000p342\/make-up","synopsis":"Self-acceptance and sexual awakening at a desolate seaside holiday park","attribution":"BFI","image":{"pid":"p08wtkhx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08wtkhx.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zfgcvwx","title":"British Film Premieres Introductions: Apostasy","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000p8kc\/british-film-premieres-introductions-apostasy","synopsis":"Critic Anna Smith introduces the potent drama about faith, grief and guilt","attribution":"BFI","image":{"pid":"p08w4gs0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08w4gs0.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zj6h2v4","title":"The Big Scottish Book Club","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000p2vq","synopsis":"Damien Barr discusses memoirs with guests Lemn Sissay, Janey Godley and Alexandra Heminsley","attribution":"BBC Scotland","image":{"pid":"p08vwp5t","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08vwp5t.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zv6xjsg","title":"The Billion Dollar Art Hunt","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000nnzl\/the-billion-dollar-art-hunt","synopsis":"Journalist John Wilson follows a tip-off in the case of the world's biggest art theft - but what danger lurks within?","attribution":"BBC Four","image":{"pid":"p08vcq5n","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08vcq5n.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zj6xjsg","title":"Enslaved with Samuel L Jackson","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000np5k\/enslaved-with-samuel-l-jackson-series-1-episode-3","synopsis":"Uncovering the stories and events that helped bring an end to slavery in the United states","attribution":"BBC Two","image":{"pid":"p08v1q3r","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08v1q3r.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7gs6g8","title":"Inside Culture with Mary Beard","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m000mz1w\/inside-culture-with-mary-beard","synopsis":"Catch up on the topical arts series ","attribution":"BBC TWO","image":{"pid":"p08t274m","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08t274m.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmj8r2p","title":"imagine: Marina Abramovic: The Ugly Duckling","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000nh5l\/imagine-2020-marina-abramovic-the-ugly-duckling","synopsis":"The performance artist talks about turning her life into art with Alan Yentob","attribution":"BBC ONE","image":{"pid":"p08tqcrf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08tqcrf.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zf8fxbk","title":"Black Hollywood: 'They've Gotta Have Us'","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/b0bp23l2\/black-hollywood-theyve-gotta-have-us","synopsis":"Stars including Cuba Gooding Jr, Diahann Carroll and John Boyega share stories of prejudice and success","attribution":"BBC TWO","image":{"pid":"p06np7lq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06np7lq.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z3243j6","title":"The Romantics And Us With Simon Schama","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000mv1h\/the-romantics-and-us-with-simon-schama-series-1-3-tribes","synopsis":"The creation of the secular cult of national belonging in poetry, music and art","attribution":"BBC Two","image":{"pid":"p08q96p4","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08q96p4.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zww3n9q","title":"Bernard Haitink, The Enigmatic Maestro","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000n1jp\/bernard-haitink-the-enigmatic-maestro","synopsis":"A profile of the man and an exploration of the skill of the conductor ","attribution":"BBC Two","image":{"pid":"p08sjhqg","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08sjhqg.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z88yhcw","title":"Black Classical Music: The Forgotten History","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000n18w\/black-classical-music-the-forgotten-history","synopsis":"A celebration of the work by gifted yet marginalised black classical composers, presented by Lenny Henry and Suzy Klein","attribution":"BBC Four","image":{"pid":"p08sfpnm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08sfpnm.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zyjgf82","title":"The Secret History Of Writing","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000n18t\/the-secret-history-of-writing-series-1-2-words-on-a-page","synopsis":"Exploring the technology of putting words on a page","attribution":"BBC Four","image":{"pid":"p08s8mj1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08s8mj1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrjbsk7","title":"Inside Culture with Mary Beard","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000mtzj","synopsis":"Featuring a trip to Stonehenge to meet Jeremy Deller and Vanessa Redgrave","attribution":"BBC TWO","image":{"pid":"p08rwtzr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08rwtzr.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zghkg7h","title":"The Secret History of Writing","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000mtmj\/the-secret-history-of-writing-series-1-1-from-pictures-to-words","synopsis":"Revealing the link between ancient Egyptian hieroglyphs and the letters we use","attribution":"BBC FOUR","image":{"pid":"p08rsd3s","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08rsd3s.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z8nrydm","title":"Africa Turns The Page: The Novels That Shaped A Continent","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000mf8x\/africa-turns-the-page-the-novels-that-shaped-a-continent","synopsis":"David Olusoga explores the incredible story of the African novel","attribution":"BBC Four","image":{"pid":"p08q62yb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08q62yb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvpbsk7","title":"Opera Mums with Bryony Kimmings","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000mf8c\/opera-mums-with-bryony-kimmings","synopsis":"An operetta inspired by the lives of single mums","attribution":"BBC FOUR","image":{"pid":"p08qf16v","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08qf16v.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z2w6qfr","title":"Soul America: Amazing Grace","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000m7h1\/soul-america-series-1-1-amazing-grace","synopsis":"The emergence of soul music from the world of gospel, and the rise of Motown","attribution":"BBC Four","image":{"pid":"p08pj4k9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08pj4k9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z693p4j","title":"African Renaissance: When Art Meets Power","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000lwf5","synopsis":"Exploring the histories of Ethiopia, Senegal and Kenya through their extraordinary art, music and culture","attribution":"BBC Four","image":{"pid":"p08pj2y9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08pj2y9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4g8r2p","title":"The Way Out","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p0892kzy\/performance-live-the-way-out","synopsis":"A surreal theatrical adventure in one continuous unbroken shot","attribution":"BBC Arts","image":{"pid":"p0892vfr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0892vfr.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zn6nxbk","title":"Handmade In Africa: Maasai Wedding Necklace","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000m7j4\/handmade-in-africa-series-1-3-maasai-wedding-necklace","synopsis":"Master bead maker Jane Semanto, crafts a necklace of great ceremonial significance","attribution":"BBC Four","image":{"pid":"p08pj2kt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08pj2kt.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zj3rcqt","title":"Titian – Behind Closed Doors","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m000h3g5\/titian-behind-closed-doors","synopsis":"A unique look at Titian's greatest masterpieces, which are currently under quarantine in the National Gallery","attribution":"BBC Two","image":{"pid":"p08872ls","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08872ls.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zxccydm","title":"Handmade in Africa: Kora","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000m2dj\/handmade-in-africa-series-1-2-kora","synopsis":"Master kora-maker Seydou Kane crafts the sacred Senegalese musical instrument","attribution":"BBC Four","image":{"pid":"p08nw7wv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nw7wv.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zb6j4xs","title":"Handmade in Africa: Dorze House","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000lwds\/handmade-in-africa-series-1-1-dorze-house","synopsis":"Dorze builders create unique houses woven from strips of bamboo","attribution":"BBC Four","image":{"pid":"p08n7kds","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08n7kds.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zsbj4xs","title":"good dog: little dog, big dog","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08krwf3\/culture-in-quarantine-good-dog-little-dog-big-dog","synopsis":"Exploring the everyday injustices, people and places that make us who we are","attribution":"Culture in Quarantine","image":{"pid":"p08krwmf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08krwmf.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zkcxwnb","title":"Gospel According To Mica - The Story of Gospel Music in Six Songs","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000l9tk\/gospel-according-to-mica-the-story-of-gospel-music-in-six-songs","synopsis":"Mica Paris explores the faith, history and emotional resonance of gospel music","attribution":"BBC Four","image":{"pid":"p08lq8gz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lq8gz.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z9bq96f","title":"A Suitable Boy","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m000lbh9\/a-suitable-boy","synopsis":"Vikram Seth's coming of age novel, adapted by Andrew Davies","attribution":"BBC One","image":{"pid":"p08lb6dh","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lb6dh.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zqdsxbk","title":"Bob Ross: The Happy Painter","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000l41j\/bob-ross-the-happy-painter","synopsis":"How the American became a pop culture icon","attribution":"BBC FOUR","image":{"pid":"p08l068m","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08l068m.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zwmytrd","title":"Guide To The Proms","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/47g63DhcdBqj9wZYCzNhZD4\/whats-on-listen-watch","synopsis":" Details of the coverage of the Proms 2020 eight-week season on TV, Radio, BBC iPlayer and BBC Sounds","attribution":"BBC Proms 2020","image":{"pid":"p08jppy0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jppy0.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"zjykbqt","title":"Rockfield: The Studio On The Farm","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000l3vn\/rockfield-the-studio-on-the-farm","synopsis":"How two Welsh brothers turned their dairy farm into a legendary recording studio","attribution":"BBC Cymru Wales","image":{"pid":"p08k8dy9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k8dy9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zb6vhcw","title":"Rebel Women: The Great Art Fight Back","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/b0b6zgm0\/rebel-women-the-great-art-fight-back","synopsis":"Emerging out of the tumult of the late 1960s, these artists aimed to radically change the way women were perceived","attribution":"BBC FOUR","image":{"pid":"p069yrg8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p069yrg8.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zhcwcmn","title":"Being Beethoven","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000kqq2\/being-beethoven-series-1-episode-1","synopsis":"First of three episodes that tells the life story of Beethoven in the context of the composer's own time and place.","attribution":"BBC FOUR","image":{"pid":"p08jffcs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jffcs.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zssfxbk","title":"Keith Haring: Street Art Boy","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000kqk5","synopsis":"Archive rich arresting portrait of pop and graphic artist Keith Haring in his own words. ","attribution":"BBC Two","image":{"pid":"p08jp37j","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jp37j.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z3x796f","title":"Huey Morgan's Latin Music Adventure","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000kjmp","synopsis":"Revealing an astonishingly diverse and political music scene in Brazil","attribution":"BBC FOUR","image":{"pid":"p08hs0dc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hs0dc.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zwnwr2p","title":"I Am Not Your Negro","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000kbk6\/arena-i-am-not-your-negro","synopsis":"How the images and reality of black lives in America today are fabricated and enforced, using the words of James Baldwin","attribution":"BBC FOUR","image":{"pid":"p08gl3gc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gl3gc.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7qrsk7","title":"Alan Bennett's Talking Heads","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/p08ftkkx\/alan-bennetts-talking-heads","synopsis":"New versions of Alan Bennett's reflective monologues, observing the poignant, the intimate and the comical","attribution":"BBC One","image":{"pid":"p08hblj6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hblj6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zhxvtrd","title":"Art of Persia","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000k48g\/art-of-persia-series-1-episode-1","synopsis":"Samira Ahmed journeys to places rarely seen by western audiences to reveal how the Persian Empire was born","attribution":"BBC FOUR","image":{"pid":"p08gjgyk","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gjgyk.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zwg6wnb","title":"Marian Keyes talks to Catherine Mayer","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p08glynb\/culture-in-quarantine-big-book-weekend-2-marian-keyes-and-catherine-mayer-in-conversation","synopsis":"Catch their frank and free-ranging Big Book Weekend conversation","attribution":"BBC IPLAYER","image":{"pid":"p08glypz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08glypz.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z3cxdp3","title":"Christo and Jeanne-Claude: Monumental Art","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/b0bjj23v\/christo-and-jeanneclaude-monumental-art","synopsis":"Painting a picture of the life of Christo and charting the creation of the Mastaba, his first UK public work of art","attribution":"BBC Four","image":{"pid":"p06kkmnj","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06kkmnj.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zf3g47h","title":"Kermode and Mayo’s Home Entertainment Service","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000j451\/kermode-and-mayos-home-entertainment-service-series-1-episode-1","synopsis":"The duo discuss new sci-fi thriller series Snowpiercer and Simon Bird talks about his directorial debut","attribution":"BBC FOUR","image":{"pid":"p08g13tb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g13tb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7qrsk7","title":"Alan Bennett's Talking Heads","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/p08ftkkx\/alan-bennetts-talking-heads","synopsis":"New versions of Alan Bennett's reflective monologues, observing the poignant, the intimate and the comical","attribution":"BBC One","image":{"pid":"p08hblj6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hblj6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zsty6g8","title":"Short Films, New Talent","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/group\/p08gh374","synopsis":"Innovative short films by black and mixed race artists reflecting life in modern Britain","attribution":"BBC IPLAYER","image":{"pid":"p08gfn46","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gfn46.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zc9rn9q","title":"Front Row Late","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000jjqc\/front-row-late-lockdown-culture-with-mary-beard-episode-7","synopsis":"In the final programme of this special series, Mary Beard examines the links between risk, culture and creativity","attribution":"BBC TWO","image":{"pid":"p08dsf4m","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dsf4m.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zd8r92p","title":"The Changin’ Times of Ike White","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000jb6v","synopsis":"Arena tells the story of Ike White, who recorded a legendary soul album while in jail for murder","attribution":"BBC FOUR","image":{"pid":"p08d8986","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08d8986.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zkhmt39","title":"Shelf Isolation","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000j0t0\/shelf-isolation-series-1-1-mark-bonnar","synopsis":"Damian Barr asks Mark Bonnar for recommendations on what to read, watch and listen to during lockdown","attribution":"BBC Scotland","image":{"pid":"p08cbl5y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08cbl5y.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zhgd7sg","title":"Front Row Late","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000jdd3\/front-row-late-lockdown-culture-with-mary-beard-episode-6","synopsis":"Actors Emma Thompson and Greg Wise are among Mary Beard's remote guests this week","attribution":"BBC TWO","image":{"pid":"p08d4pnl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08d4pnl.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zf3g47h","title":"Kermode and Mayo’s Home Entertainment Service","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000j451\/kermode-and-mayos-home-entertainment-service-series-1-episode-1","synopsis":"The duo discuss new sci-fi thriller series Snowpiercer and Simon Bird talks about his directorial debut","attribution":"BBC FOUR","image":{"pid":"p08g13tb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g13tb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdmw7nb","title":"Front Row Late","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000j4bg\/front-row-late-lockdown-culture-with-mary-beard-episode-5","synopsis":"Mary Beard and guests talk about music in times of crisis, plus a performance by Pink Floyd’s David Gilmour and family","attribution":"BBC TWO","image":{"pid":"p08cxx1h","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08cxx1h.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvfsvk7","title":"Arena, The Changin' Times of Ike White","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000jb6v\/arena-the-changin-times-of-ike-white","synopsis":"Ike White was an acclaimed musician whose talent was discovered while serving life for murder. Then he disappeared...","attribution":"BBC Four","image":{"pid":"p08d8986","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08d8986.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvfsvk7","title":"Arena, The Changin' Times of Ike White","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000jb6v\/arena-the-changin-times-of-ike-white","synopsis":"Ike White was an acclaimed musician whose talent was discovered while serving life for murder. Then he disappeared...","attribution":"BBC Four","image":{"pid":"p08d8986","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08d8986.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zk4492p","title":"Get Animated!","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m000hqnp","synopsis":"Plunge into exciting, strange and beautiful animated worlds ","attribution":"BBC iPlayer","image":{"pid":"p08b2pqp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b2pqp.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zndgcqt","title":"The Price of Everything","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000hqmq\/the-price-of-everything","synopsis":"The place of art and artistic passion in our money-driven, consumer-based society","attribution":"BBC FOUR","image":{"pid":"p08b8k60","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b8k60.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zk92xyc","title":"Becoming Matisse","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000hqt7\/becoming-matisse","synopsis":"His great-granddaughter Sophie tells the tumultuous story of his early life","attribution":"BBC TWO","image":{"pid":"p08b8ld1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08b8ld1.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvhkd6f","title":"Front Row Late","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000hjy7\/front-row-late-lockdown-culture-with-mary-beard-episode-2","synopsis":"From her study, Mary Beard talks to Angel of the North sculptor Antony Gormley","attribution":"BBC TWO","image":{"pid":"p089g4fb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p089g4fb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zn3mxyc","title":"The Great Mountain Sheep Gather","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000hb4r\/the-great-mountain-sheep-gather","synopsis":"A shepherd reflects on his life in this immersive chronicle with a unique visual perspective.","attribution":"BBC Four","image":{"pid":"p088w449","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p088w449.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z46c47h","title":"Du Fu: China's Greatest Poet","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000h3dq\/du-fu-chinas-greatest-poet","synopsis":"Conjuring up his extraordinary life with Michael Wood and poetry readings from Sir Ian McKellen","attribution":"BBC FOUR","image":{"pid":"p0889rbb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0889rbb.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7q28xs","title":"Rhyme & Reason","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0008z3f","synopsis":"Poet Lemn Sissay presents a selection of short films from a new generation of artists inspired by spoken word","attribution":"BBC Four","image":{"pid":"p07l6f0m","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07l6f0m.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvh66v4","title":"Scandal & Beauty: Mark Gatiss on Aubrey Beardsley","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000gx0d\/scandal-beauty-mark-gatiss-on-aubrey-beardsley","synopsis":"Exploring the brief life of the Victorian artist who wielded outrage","attribution":"BBC FOUR","image":{"pid":"p087k463","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p087k463.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbphhbk","title":"Age of the Image","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000gg2h\/age-of-the-image-series-1-3-seductive-dreams","synopsis":"How artists, film-makers and advertisers have used images to sell us fantasies of a better life","attribution":"BBC FOUR","image":{"pid":"p086fw47","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086fw47.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zj7wwty","title":"Harry Birrell Presents Films of Love and War","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000gk9j\/harry-birrell-presents-films-of-love-and-war","synopsis":"Wartime memories and experiences as seen through the cinematic eye of Harry Birrell","attribution":"BBC SCOTLAND","image":{"pid":"p086bp4c","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086bp4c.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4q992p","title":"The Art Mysteries with Waldemar Januszczak","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000gp0h\/the-art-mysteries-with-waldemar-januszczak-series-1-2-seurats-les-poseuses","synopsis":"Why did Seurat place his masterpiece in the background of his least-known painting?","attribution":"BBC FOUR","image":{"pid":"p086fx8h","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086fx8h.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zn4xxyc","title":"Miles Davis: Birth of the Cool","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000ggdf\/miles-davis-birth-of-the-cool","synopsis":"Unpacking the music and the myth of the man behind the horn","attribution":"BBC TWO","image":{"pid":"p086bq1j","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086bq1j.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrwccqt","title":"Mark Kermode's Secrets of Cinema","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000gg30\/mark-kermodes-secrets-of-cinema-series-2-1-superheroes","synopsis":"Uncovering the cinematic and storytelling secrets of the superhero movie","attribution":"BBC FOUR","image":{"pid":"p08664rv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08664rv.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdcxxyc","title":"The Art Mysteries with Waldemar Januszczak","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000gg29\/the-art-mysteries-with-waldemar-januszczak-series-1-1-van-goghs-selfportrait-with-bandaged-ear","synopsis":"The startling secret within Van Gogh's Self-Portrait with Bandaged Ear","attribution":"BBC FOUR","image":{"pid":"p086fwzd","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086fwzd.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zfhrrj6","title":"Age of the Image","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000g6mj\/age-of-the-image-series-1-2-power-games","synopsis":"James Fox explores images including Leni Riefenstahl’s propaganda films and the moon landings","attribution":"BBC FOUR","image":{"pid":"p085jl74","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p085jl74.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zfktt39","title":"The Royal Ballet: Mayerling","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000gg21\/the-royal-ballet-mayerling","synopsis":"Kenneth MacMillan’s dark and intense ballet, Mayerling","attribution":"BBC FOUR","image":{"pid":"p086fvb5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086fvb5.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdwmmfr","title":"Hilary Mantel: Return to Wolf Hall","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000g6q4\/hilary-mantel-return-to-wolf-hall","synopsis":"Delving into her past and present, intertwining the themes of the Wolf Hall trilogy with stories from her own life","attribution":"BBC TWO","image":{"pid":"p085rr1y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p085rr1y.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zby88xs","title":"Secrets of the Museum","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000frqp\/secrets-of-the-museum-series-1-episode-4","synopsis":"At the V&A, an original Star Wars costume is missing its head and a rare photo of David Bowie is added","attribution":"BBC TWO","image":{"pid":"p08410xf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08410xf.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrvccqt","title":"Female Filmmakers: BBC Introducing Arts","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000fzm7\/female-filmmakers-bbc-introducing-arts","synopsis":"Talented, emerging artists who use comedy, drama and dance to tell stories from a contemporary female perspective","attribution":"BBC FOUR","image":{"pid":"p085370z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p085370z.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z7d22sg","title":"Age of the Image","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000fzm9\/age-of-the-image-series-1-1-a-new-reality","synopsis":"How technological advances in the early 20th century created new ways of seeing the world","attribution":"BBC FOUR","image":{"pid":"p085jk9f","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p085jk9f.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z6t7qp3","title":"Constable: The Rural Rebel","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000frc5\/art-on-the-bbc-series-1-4-constable-the-rural-rebel","synopsis":"Was he a chocolate box painter or a revolutionary? Art historian Rose Balston explores ","attribution":"BBC FOUR","image":{"pid":"p08413z4","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08413z4.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zndfscw","title":"Meet the Family","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000f8xm\/inside-cinema-series-1-meet-the-family","synopsis":"From Home Alone to Tokyo Story, families in cinema, in all their maddening, dysfunctional glory","attribution":"BBC FOUR","image":{"pid":"p082lblg","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p082lblg.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zhpm2sg","title":"Front Row Late","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000fjdx\/front-row-late-series-6-episode-6","synopsis":"Why is the detective novel such a big part of our literary and theatrical culture?","attribution":"BBC TWO","image":{"pid":"p083s37z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p083s37z.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zhhwd6f","title":"Michelangelo: The Good, the Bad and the Ugly","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000fj9q\/art-on-the-bbc-series-1-3-michelangelo-the-good-the-bad-and-the-ugly","synopsis":"Sona Datta uses TV archive to discover how TV has influenced our understanding of the great Italian artist","attribution":"BBC FOUR","image":{"pid":"p082zlk9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p082zlk9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zjjgbdm","title":"Secrets of the Museum","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000f9b2\/secrets-of-the-museum-series-1-episode-2","synopsis":"From Beyonce’s ring and Queen Victoria’s coronet, the Victoria and Albert Museum has it all","attribution":"BBC TWO","image":{"pid":"p082c778","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p082c778.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"znrt6v4","title":"Front Row Late","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000f9cy\/front-row-late-series-6-episode-5","synopsis":"Mary Beard and guests discuss the art and ethics of the clothing industry","attribution":"BBC TWO","image":{"pid":"p08331nd","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08331nd.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4kt6v4","title":"The Many Faces of Picasso","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000f1jy\/art-on-the-bbc-series-1-2-the-many-faces-of-picasso","synopsis":"David Dibosa uses TV archive to explore our understanding of the great Spanish artist","attribution":"BBC FOUR","image":{"pid":"p082cfnz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p082cfnz.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zn6fscw","title":"Secrets of the Museum","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000f1xp\/secrets-of-the-museum-series-1-episode-1","synopsis":"How the Victoria and Albert museum handles toy elephants, Christian Dior gowns and Kylie","attribution":"BBC TWO","image":{"pid":"p081qgl9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p081qgl9.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zbr27nb","title":"Movie Buddies","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p082z8gs\/inside-cinema-shorts-32-movie-buddies","synopsis":"We salute cinema’s iconic duos and explore what makes the perfect film friendship","attribution":"BBC IPLAYER","image":{"pid":"p0830l2s","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0830l2s.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"znbd8xs","title":"Front Row Late","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000f1wf\/front-row-late-series-6-4-death-and-culture","synopsis":"We watch and read so much sensationalised death in movies, crime fiction and television drama. Why?","attribution":"BBC TWO","image":{"pid":"p0828v3n","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0828v3n.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zb3rgwx","title":"Dancing Teens","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p0824v63\/inside-cinema-shorts-31-dancing-teens","synopsis":"Get into the groove with these iconic dance scenes from '80s teen movies","attribution":"BBC IPLAYER","image":{"pid":"p082bmy6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p082bmy6.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zh9fpg8","title":"Country Music by Ken Burns","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000bhfw\/episodes\/player","synopsis":"Meet the unforgettable characters and storytellers behind America’s Music.","attribution":"BBC FOUR","image":{"pid":"p07tmzpn","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07tmzpn.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zmghxyc","title":"Northern Ballet's Victoria","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000cdzp\/northern-ballets-victoria ","synopsis":"The extraordinary story of the monarch brought to life in dance","attribution":"BBC FOUR","image":{"pid":"p07xgpd5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xgpd5.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z6cnt39","title":"The Galaxy Britain Built","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m000cdzt\/the-galaxy-britain-built-the-british-force-behind-star-wars ","synopsis":"The unsung British heroes behind the first film in the Star Wars' franchise","attribution":"BBC FOUR","image":{"pid":"p07xkg8d","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xkg8d.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4dfhbk","title":"The Fear of God: 25 Years of the Exorcist","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/p07r5pwq\/the-fear-of-god-25-years-of-the-exorcist","synopsis":"An exclusive extended version of Mark Kermode’s documentary on The Exorcist","attribution":"BBC IPLAYER","image":{"pid":"p07shklw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07shklw.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zkh9gwx","title":"Britain’s Lost Masterpieces: Oxford","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0009trk\/britains-lost-masterpieces-series-4-1-oxford","synopsis":"Has Dr Bendor Grosvenor made an amazing discovery in the Bodleian Library?","attribution":"BBC FOUR","image":{"pid":"p07rncdv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07rncdv.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdgq8xs","title":"Westwood: Punk, Icon, Activist","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0009v35\/westwood-punk-icon-activist","synopsis":"Reflecting on the artistry, activism and cultural significance of Dame Vivienne Westwood","attribution":"BBC Two","image":{"pid":"p07rxl7w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07rxl7w.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zdn4bdm","title":"Hidden History: The Lost Portraits of Bradford","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episodes\/m0009h27","synopsis":"How a lost portrait archive tells the story of 20th Century Bradford","attribution":"BBC FOUR","image":{"pid":"p07s7ycs","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07s7ycs.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z79xqp3","title":"The Film Review","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/b01rk5j5","synopsis":"Mark Kermode gives his unique take on the best and worst of the week’s film releases.","attribution":"BBC News","image":{"pid":"p02kh4jx","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p02kh4jx.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zrdhmfr","title":"The $50 Million Art Swindle","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0008rt3\/the-50-million-art-swindle","synopsis":"The charlatan art dealer who swindled over $50 million from the art establishment before going on the run","attribution":"BBC TWO","image":{"pid":"p07p3kd0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p3kd0.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zftfhbk","title":"Oliver Jeffers - Here We Are","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0009hp1\/bbc-arts-ni-presents-oliver-jeffers-here-we-arebbc-arts-ni-presents","synopsis":"A profile of Oliver Jeffers, the massively successful children’s picture book maker. ","attribution":"BBC Northern Ireland","image":{"pid":"p07qfqhg","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07qfqhg.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zvn3scw","title":"Emeli Sandé’s Street Symphony","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0009hfs\/emeli-sandes-street-symphony-the-concert","synopsis":"Emeli Sandé is joined on stage by some of Scotland’s best buskers for this once-in-a-lifetime concert","attribution":"BBC SCOTLAND","image":{"pid":"p07n47ks","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07n47ks.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"z4b9gwx","title":"BOOKtalk","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0009qgs\/booktalk-ian-murray","synopsis":"Mark D’Arcy talks to Ian Murray about his book This is Our Story, on the fight to save Heart of Midlothian FC","attribution":"BBC Parliament","image":{"pid":"p01lcfmt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p01lcfmt.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zb6vhbk","title":"The Last Pirates: Britain's Rebel DJs","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/b096k6g1\/the-last-pirates-britains-rebel-djs","synopsis":"Rodney P presents the story of Britain's second wave of pirate DJs who created a platform for black music in the 1980s","attribution":"BBC Four","image":{"pid":"p05gqz9z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p05gqz9z.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"znfnmfr","title":"Front Row Late","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m00095v2","synopsis":"Mary Beard and guests discuss whether young people are represented fairly in our culture","attribution":"BBC Two","image":{"pid":"p07psc8b","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07psc8b.jpg"},"isExtLink":"false","icon":"video","iconLabel":""},{"id":"zm6tjhv","title":"Handmade in Bolton","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/iplayer\/episode\/m0009dkh\/handmade-in-bolton-series-1-4-rock-crystal-bottle","synopsis":"Dr Janina Ramirez sets ex-forger Shaun Greenhalgh the task of carving an Islamic bottle out of rock crystal","attribution":"BBC Four","image":{"pid":"p07q4l1s","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07q4l1s.jpg"},"isExtLink":"false","icon":"video","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#99A3A4","title":"More Arts on BBC iPlayer","titleColour":"light"},{"id":"zf8dbdm","name":"More Arts on BBC Sounds","promos":[{"id":"zqqd4xs","title":"Seriously - Dub Revolution: The Story of King Tubby","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/p094qp4z","synopsis":"Don Letts celebrates the sound engineer and godfather of Dub who inspired artists from Massive Attack to Primal Scream","attribution":"BBC Sounds","image":{"pid":"p093t1fl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p093t1fl.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z6dc3j6","title":"Bowie: Dancing Out In Space","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000r4cj","synopsis":"Broadcast simultaneously on Radio Four and 6Music, Stuart Maconie explores the impact of Bowie on the lives of others","attribution":"BBC Radio Four & 6 Music","image":{"pid":"p092d5js","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p092d5js.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zhj9g7h","title":"Grounded With Louis Theroux: 16. Oliver Stone","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/p091pfzv","synopsis":"Multi award-winning film director Oliver Stone talks to Louis about surviving Vietnam, drug addiction and US Presidents","attribution":"BBC Radio 4","image":{"pid":"p0929c04","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0929c04.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zx8rvwx","title":"Transcendance: How Can I Feel Art Again?","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000qxzx","synopsis":"Can arts curator Gaylene Gould reawaken her sensitivity to art?","attribution":"BBC Radio 4","image":{"pid":"p091msf9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p091msf9.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zb29g7h","title":"Max Richter's VOICES","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000q3bt","synopsis":"The first broadcast performance of Max Richter’s new work marked Human Rights Day 2020","attribution":"BBC Radio 3","image":{"pid":"p0903ppt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0903ppt.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z9r2wnb","title":"Moving Pictures","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/brand\/b09mtb0b","synopsis":"Series that takes a long, slow look at great artworks, photographed in incredible detail","attribution":"BBC Radio 4","image":{"pid":"p05t68lr","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p05t68lr.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zgrkr2p","title":"Isolation, In Your Words","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000p08z","synopsis":"45 Britons share their stories during the global crisis of 2020","attribution":"BBC RADIO 3","image":{"pid":"p08w43ch","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08w43ch.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zty3n9q","title":"Tate Modern: Exploding The Canon","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/p08wbx4w","synopsis":"Understanding how Tate Modern can not only explode the canon, but redesign the institution in which art is shown","attribution":"BBC Radio 3","image":{"pid":"p057d015","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p057d015.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zxyyhcw","title":"Ask The Write Questions With David Nicholls","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/p08vv3j2","synopsis":"Audience questions put to the novelist and screenwriter about his life and career","attribution":"BBC Writers Room","image":{"pid":"p07y6fzw","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07y6fzw.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z922dp3","title":"Michael Morpurgo's Folk Journeys","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000nll9","synopsis":"Exploring the enduring nature of stories in folk songs, inspired by times of crisis","attribution":"BBC Radio 4","image":{"pid":"p08v7h3w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08v7h3w.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zjhh2v4","title":"Arts & Ideas","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/p08vv41w","synopsis":"A Croydon haunting, and the exhibition Not Without My Ghosts: The Artist As Medium","attribution":"BBC Radio 3","image":{"pid":"p06sp694","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06sp694.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zr9vp4j","title":"Miles Jupp Is Literally Unputdownable","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000hpcw","synopsis":"How to write a gripping yarn","attribution":"BBC Radio 4","image":{"pid":"p01sxd59","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p01sxd59.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zhn2dp3","title":"Sound of Cinema, History","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000n051","synopsis":"Matthew Sweet reflects on the film scores which tackle historical subjects","attribution":"BBC Radio 3 ","image":{"pid":"p08s8phd","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08s8phd.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zx2gf82","title":"Tongue and Talk: The Dialect Poets","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/b0b3m9sh","synopsis":"Series exploring dialect poetry in different parts of England.","attribution":"BBC RADIO 4","image":{"pid":"p06653qm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06653qm.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zf6s6g8","title":"The Empty Cases","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000lyyd","synopsis":"Gary Younge explores the impact of the Black Lives Matter movement on curation at British museums","attribution":"BBC Radio 4","image":{"pid":"p08p17jz","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08p17jz.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z8gbn9q","title":"Sound of Cinema: Olympians","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000m0mh","synopsis":"In the absence of the 2020 Tokyo Olympics, Matthew Sweet offers film music inspiration","attribution":"BBC Radio 3","image":{"pid":"p08nvc4z","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nvc4z.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z2kvhcw","title":"Sketches: Stories of Art and People","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000lmt3","synopsis":"Tales of legacy, and of living on through art","attribution":"BBC Radio 4","image":{"pid":"p06j4lpl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06j4lpl.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zgpq96f","title":"Ray Bradbury, A Master Of Science Fiction","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/w3cszjvr","synopsis":"Navigating the life of the author on the centenary of his birth","attribution":"BBC World Service","image":{"pid":"p08mx0fq","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08mx0fq.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zqn8g7h","title":"Outlook","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/p08hzfb7","synopsis":"The Nollywood love story filmed in lockdown","attribution":"BBC World Service","image":{"pid":"p08hzgmf","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hzgmf.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zkywcmn","title":"There Will Be Singing","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000l7kk","synopsis":"Poet Zeina Hashem Beck explores poetry that sings in dark times","attribution":"BBC Radio 4","image":{"pid":"p08l2d86","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08l2d86.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zwb7kty","title":"Words Used About Women","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000l8pf","synopsis":"Can a dictionary be deemed sexist?","attribution":"BBC Radio 4","image":{"pid":"p06tz4q6","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06tz4q6.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z4gvtrd","title":"New Generation Thinkers 2020","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000kfjv\/episodes\/player","synopsis":"Bringing the best scholarly ideas to your ears","attribution":"BBC RADIO 3","image":{"pid":"p06szby1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06szby1.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z46vhcw","title":"Lunchtime Concert: Music When No-one Else Is Near","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000kvsg","synopsis":"Daily live broadcasts from the City Halls in Glasgow, inspired by the common experience of isolation","attribution":"BBC Radio 3","image":{"pid":"p08km85w","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08km85w.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zdhvhcw","title":"The Forum - Up Close with Tango ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/w3cszjvl","synopsis":"It is intense yet melancholy, but what is the history of Tango, its roots, its culture; where did it come from?","attribution":"BBC World Service","image":{"pid":"p08jnsvd","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08jnsvd.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z2ndg7h","title":"Powerful voices from the LGBTQ+ community","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/33VNYRcLyyFfyMlZNS1R04j\/i-wish-i-could-teach-you-how-to-transform-listen-to-these-powerful-voices-from-the-lgbtq-community","synopsis":"Audio works from BBC Introducing Arts to mark Pride 2020","attribution":"BBC ARTS ","image":{"pid":"p08h5r6y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h5r6y.jpg"},"isExtLink":"false","icon":"document","iconLabel":""},{"id":"z3d4ydm","title":"The Film Programme","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000k8fm","synopsis":"On the 100th anniversary of his birthday, Francine Stock explores the life of special effects wizard Ray Harryhausen","attribution":"BBC Radio 4","image":{"pid":"p08hwyxj","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08hwyxj.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zfvxdp3","title":"Black Music in Europe: A Hidden History","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/b09kg57l","synopsis":"Clarke Peters uncovers the stories of black musicians in Europe","attribution":"BBC RADIO 4","image":{"pid":"p05q4652","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p05q4652.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zmwqcmn","title":"Adventures with the Painted People","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000jt6d","synopsis":"David Greig delivers a drama exploring the crossing of borders, cultural change and love on the River Tay 2000 years ago","attribution":"BBC Radio 3","image":{"pid":"p08fj955","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fj955.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zxr8bqt","title":"Our Words Sing Still","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p08dwg1z","synopsis":"Exploring young people’s attitudes towards the Cornish language","attribution":"BBC SOUNDS","image":{"pid":"p08f5d8x","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08f5d8x.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zd9dg7h","title":"York Mystery Plays: Adam and Eve","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/p08g9gld","synopsis":"The plays, from York Theatre Royal, date back to the 1300s and reflect on storytelling as a way of sharing understanding","attribution":"BBC Radio York","image":{"pid":"p08gd9jl","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gd9jl.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zx9kvwx","title":"Open Book","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000jn9s","synopsis":"Mariella Frostrup talks to Paul Mendez about his debut novel Rainbow Milk","attribution":"BBC RADIO 4","image":{"pid":"p08fftrc","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fftrc.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zksm6v4","title":"The Poet Laureate Has Gone to His Shed","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p085jg48","synopsis":"Simon Armitage talks to guests about life, language and music in his shed","attribution":"BBC RADIO FOUR","image":{"pid":"p085lzq0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p085lzq0.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zhdfvk7","title":"Eighteen","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000gczz\/episodes\/player","synopsis":"The lives, dreams and creative worlds of six 18- to 21-year-old artists across the globe","attribution":"BBC RADIO FOUR","image":{"pid":"p086jn76","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086jn76.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z6nqd6f","title":"Fresh audio drama from New Creatives","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000bvp9\/episodes\/player","synopsis":"A collection of new stories from emerging writing talent","attribution":"BBC RADIO 4 EXTRA","image":{"pid":"p07n0m7y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07n0m7y.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zkdm6v4","title":"The Culture Cafe","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000hds5","synopsis":"Marie-Louise Muir speaks to Zoe Seaton about her live performance of The Tempest via Zoom","attribution":"BBC Radio Ulster","image":{"pid":"p059qzlb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p059qzlb.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zjfwjhv","title":"Charles Dickens: A Life by Claire Tomalin","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000h0qj","synopsis":"Listen to this biography of one of the nation's literary giants","attribution":"BBC RADIO 4 EXTRA","image":{"pid":"p087wykb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p087wykb.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zmdkkmn","title":"Halal If You Hear Me","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000gt7y","synopsis":"Poetry celebrating Muslim women, queer, trans, and gender non-conforming voices.","attribution":"RADIO FOUR","image":{"pid":"p086sssy","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p086sssy.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zr3pnrd","title":"The Testaments audio book","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m0008hk0","synopsis":"Margaret Atwood's long awaited sequel, picks up fifteen years after the dystopian events of The Handmaid's Tale","attribution":"BBC Radio 4","image":{"pid":"p07mygfj","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07mygfj.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z6nqd6f","title":"Fresh audio drama from New Creatives","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/m000bvp9\/episodes\/player","synopsis":"A collection of new stories from emerging writing talent","attribution":"BBC RADIO 4 EXTRA","image":{"pid":"p07n0m7y","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07n0m7y.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zvpvf4j","title":"Erasure Island","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p07zxw4d","synopsis":"Poetry exploring bisexual, pansexual and queer erasure in modern working-class life","attribution":"NEW CREATIVES","image":{"pid":"p0800ykt","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0800ykt.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zmjypg8","title":"Slow Sunday","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p06ngvz4","synopsis":"Kick back with 6 Music’s chilled out music selection.","attribution":"BBC RADIO 6 MUSIC","image":{"pid":"p06pv4v0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06pv4v0.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z673scw","title":"The Love Song of J. Alfred Prufrock","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/b05wxzxv","synopsis":"The legacy of TS Eliot’s poem, including readings by Jeremy Irons ","attribution":"BBC RADIO 4","image":{"pid":"p04l6z0n","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p04l6z0n.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z6wpxyc","title":"Start the week","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m0009r4j","synopsis":"Lucian Freud, Humphrey Ocean and William Hogarth are covered in this week’s edition","attribution":"BBC RADIO 4","image":{"pid":"p07rmcw0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07rmcw0.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zbn4bdm","title":"The M1 Symphony","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m0009qyz","synopsis":"The routines and dramas of the motorway captured in words and sounds","attribution":"BBC RADIO 3","image":{"pid":"p07r05m8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07r05m8.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zj6bf4j","title":"You’re Entering Rod Sterling’s The Twilight Zone","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m0008yx7","synopsis":"The show that pushed the boundaries of television and which remains a classic","attribution":"BBC RADIO 4 EXTRA","image":{"pid":"p07ns5hp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07ns5hp.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zrwpxyc","title":"Simon Schama on William Blake","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m000896p","synopsis":"The historian offers his view on the visionary printmaker, poet and painter.","attribution":"BBC RADIO 4","image":{"pid":"p03k3ml0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p03k3ml0.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zj9jkmn","title":"Only Artists","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m0009cd2","synopsis":"Poet Tony Walsh meets the actor Julie Hesmondhalgh.","attribution":"BBC RADIO 4","image":{"pid":"p07q35cv","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07q35cv.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"z787d6f","title":"Dungeons and Dragoncasts? ","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m0009csz","synopsis":"Why are four-hour-long Dungeons and Dragons podcasts so popular?","attribution":"BBC RADIO 4 EXTRA","image":{"pid":"p06yphh0","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p06yphh0.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zmwmjhv","title":"Paperback Writers","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/m0009b80","synopsis":"The Comics Laureate Hannah Berry shares a selection of music that means something to her.","attribution":"BBC 6 Music","image":{"pid":"p07qhm1n","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07qhm1n.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""},{"id":"zdcd47h","title":"World of Warcraft","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/sounds\/play\/p07r0hmk","synopsis":"Alex Humphreys meets the sound artists behind the hugely popular game.","attribution":"BBC WORLD SERVICE","image":{"pid":"p07r0hn8","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07r0hn8.jpg"},"isExtLink":"false","icon":"audio","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#F5B7B1","title":"More Arts on BBC Sounds","titleColour":"light"},{"id":"zvvjcqt","name":"BBC Arts on social media","promos":[{"id":"zrrm8xs","title":"Facebook","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.facebook.com\/BBCArtsOnline","synopsis":"","attribution":"","image":{"pid":"p07fnzw9","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07fnzw9.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"zkkhqp3","title":"Instagram","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.instagram.com\/bbcarts","synopsis":"","attribution":"","image":{"pid":"p07fnzv1","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07fnzv1.jpg"},"isExtLink":"true","icon":"","iconLabel":""},{"id":"z49tjhv","title":"Twitter","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/twitter.com\/bbcarts","synopsis":"","attribution":"","image":{"pid":"p07fnzsp","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07fnzsp.jpg"},"isExtLink":"true","icon":"","iconLabel":""}],"layout":"layout-branding-colour-3","brandingColour":"#d026ff","title":"BBC Arts on social media","titleColour":"light"},{"id":"z7gm8xs","name":"More arts across the BBC","promos":[{"id":"zjgm8xs","title":"Arena","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/b006pn88","synopsis":"The BBC's multi award-winning arts strand","attribution":"","image":{"pid":"p0165pfm","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0165pfm.jpg"},"isExtLink":"false","icon":"","iconLabel":""},{"id":"zvpk382","title":"Free Thinking","url":"https:\/\/web.archive.org\/web\/20210207192743\/http:\/\/www.bbc.co.uk\/programmes\/b0144txn","synopsis":"The ideas shaping our lives today - with artists and thinkers in debates and interviews","attribution":"","image":{"pid":"p01pkp84","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p01pkp84.jpg"},"isExtLink":"false","icon":"","iconLabel":""},{"id":"zmwfxyc","title":"Front Row","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/b006qsq5","synopsis":"Live magazine programme on the worlds of arts, literature, film, media and music","attribution":"","image":{"pid":"p066743k","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p066743k.jpg"},"isExtLink":"false","icon":"","iconLabel":""},{"id":"zd4tjhv","title":"imagine...","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/b007ght1","synopsis":"The arts series edited and presented by Alan Yentob","attribution":"","image":{"pid":"p01lcn30","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p01lcn30.jpg"},"isExtLink":"false","icon":"","iconLabel":""},{"id":"z69hqp3","title":"BBC Books","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/books","synopsis":"All of the BBC's coverage of the written word in one place","attribution":"","image":{"pid":"p07txpcb","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07txpcb.jpg"},"isExtLink":"false","icon":"[none]","iconLabel":""},{"id":"zft4y9q","title":"Get Creative","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p0778tx6","synopsis":"The UK's biggest celebration of creative participation","attribution":"","image":{"pid":"p077jg9c","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p077jg9c.jpg"},"isExtLink":"false","icon":"","iconLabel":""},{"id":"zkfwrj6","title":"Inside Cinema","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/p07f7m9q","synopsis":"Short films taking you to the heart of the movies","attribution":"","image":{"pid":"p07gj1ft","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07gj1ft.jpg"},"isExtLink":"false","icon":"","iconLabel":""},{"id":"zfqvt39","title":"Sign up to the newsletter","url":"https:\/\/web.archive.org\/web\/20210207192743\/https:\/\/www.bbc.co.uk\/programmes\/articles\/dv58fGlBnBrX7m5c1z6fxJ\/your-essential-guide-to-the-arts-in-one-handy-place","synopsis":"Your essential guide to arts on the BBC, via email","attribution":"","image":{"pid":"p060x6w5","recipe":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p060x6w5.jpg"},"isExtLink":"false","icon":"document","iconLabel":""}],"layout":"layout-pocket","title":"More arts across the BBC","titleColour":""}]}}); });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-baseplate-content-view","project":"baseplate-arts","type":"index-page","id":"home","version":"5.32.0","_mrrVersion":"2.1.0"},'u5681234861433866'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle', 'live-push' : '//web.archive.org/web/20210207192743/https://m.files.bbci.co.uk/modules/morph-push-proxy-client/1.0.11/push-proxy' }, shim: { 'morph/react': { deps: ['morph/es5-shim', 'morph/es5-sham'] }, 'morph/es5-sham': { deps: ['morph/es5-shim'] } }, map: { 'morph/react-dom': { 'react': 'morph/react' } } }); } function attempt(fn) { fn(); } requirejs(['morph/react', 'morph/react-dom', 'morph/module/morph'], function(React, ReactDOM) { window.React = React; window.ReactDOM = ReactDOM; if (!Morph.toInitsCalled) { Morph.markPerformance('morph-init-core-deps-complete'); Morph.toInitsCalled = true; } Morph.toInit.bundles.forEach(attempt); Morph.toInit.bundles = []; Morph.markPerformance('morph-init-bundles-complete'); Morph.toInit.payloads.forEach(attempt); Morph.toInit.payloads = []; Morph.markPerformance('morph-init-payloads-complete'); Morph.toInit.registers.forEach(attempt); Morph.toInit.registers = []; Morph.markPerformance('morph-init-registers-complete'); }); };</script><script>if (!Morph.manualInit) { Morph.init(); } /* u5681234861433866 */</script><script>require.config({"paths":{"bump-3":"https://web.archive.org/web/20210207192743/https://emp.bbci.co.uk/emp/bump-3/bump-3","jquery-1.9":"https://web.archive.org/web/20210207192743/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1"}})</script><script type="text/javascript"> /** CONFIGURATION START **/ (function() { var noCookies = true; var cookiePrefix = '_chartbeat'; if ("object" === typeof bbccookies && typeof bbccookies.readPolicy == 'function') { noCookies = !bbccookies.readPolicy().performance; } if (noCookies && document.cookie.indexOf(cookiePrefix) !== -1) { //Find and remove cookies whose names begin with '_chartbeat' var cookieSplit = document.cookie.split(';'); var cookieLength = cookieSplit.length; while (cookieLength--) { var cookie = cookieSplit[cookieLength].replace(/^s+|s+$/g, ''); var cookieName = cookie.split('=')[0]; if (cookieName.indexOf(cookiePrefix) === 0) { document.cookie = cookieName + '=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;'; } } } _sf_async_config.noCookies = noCookies; }()); /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement("script"); e.setAttribute("language", "javascript"); e.setAttribute("type", "text/javascript"); e.setAttribute('src', '//web.archive.org/web/20210207192743/https://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; }()); </script></body></html><!-- FILE ARCHIVED ON 19:27:43 Feb 07, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:16:49 Nov 26, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.556 exclusion.robots: 0.022 exclusion.robots.policy: 0.013 esindex: 0.01 cdx.remote: 9.414 LoadShardBlock: 428.466 (6) PetaboxLoader3.datanode: 393.222 (8) load_resource: 425.933 (2) PetaboxLoader3.resolve: 143.665 (2) -->