CINXE.COM

Home - BBC Bitesize

<!DOCTYPE html><html lang="en-GB" class="b-header--white--black b-footer--transparent--dark-grey b-reith-sans-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/bitesize","20210115223247","https://web.archive.org/","web","/_static/", "1610749967"); </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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>Home - BBC Bitesize</title> <meta property="og:title" content="Home - BBC Bitesize"> <meta name="description" content="Use BBC Bitesize to help with your homework, revision and learning. Find free videos, step-by-step guides, activities and quizzes by level and subject."> <meta property="og:description" content="Use BBC Bitesize to help with your homework, revision and learning. Find free videos, step-by-step guides, activities and quizzes by level and subject."> <meta property="og:site_name" content="BBC Bitesize"> <meta property="og:locale" content="en_GB"> <link rel="icon" href="https://web.archive.org/web/20210115223247im_/https://www.bbc.co.uk/favicon.ico"/><script> window.optimizely = window.optimizely || []; window.optimizely.push({"type": "cookieExpiration", "cookieExpirationDays": 365}); </script><script src="https://web.archive.org/web/20210115223247js_/https://cdn.optimizely.com/public/4621041136/s/bitesize_prod.js"></script> <script> window.orb_fig_blocking = false window.bbcredirection = { geo: false, device: false }; </script> <script src="https://web.archive.org/web/20210115223247js_/https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/js/require.min.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20210115223247cs_/https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/css/orb-ltr.min.css"> <!-- Orbit: 3.0.0-1336.8d3528a8 --> <!-- 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 = {}; window.orbitData.partialCookieOvenUrl = 'https://web.archive.org/web/20210115223247/https://cookie-oven.api.bbc'; window.orbitData.language = 'en'; window.orbitData.language = 'en'; window.orbitData.userProfileUrl = "https://web.archive.org/web/20210115223247/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: 'bitesize.page' || generateCountername(), destination: 'BITESIZE' || null, producer: 'BITESIZE' || null, section: '' || null, site: '' || null, contentId: '' || 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/20210115223247/https://www.bbc.com/">Home</a></li><li class="orb-nav-newsdotcom"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/sport">Sport</a></li><li class="orb-nav-reeldotcom"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/reel">Reel</a></li><li class="orb-nav-worklife"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/worklife">Worklife</a></li><li class="orb-nav-traveldotcom"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/travel">Travel</a></li><li class="orb-nav-future"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/future">Future</a></li><li class="orb-nav-culture"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/culture">Culture</a></li><li class="orb-nav-music"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/culture/music">Music</a></li><li class="orb-nav-tv"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/schedules/p00fzl9m">TV</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.com/weather">Weather</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210115223247/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/20210115223247/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 y(){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 g={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"]):g.isSignedIn().then((function(r){if(r)return y().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=g,t.exports={bbcuser:g,BBCUserError:s}},7633:function(t,r,e){e(1539),e(8783),e(3948),e(8674),e(7922),e(7727);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(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)}},3411:function(t,r,e){var n=e(9670);t.exports=function(t,r,e,o){try{return o?r(n(e)[0],e[1]):r(e)}catch(r){var i=t.return;throw void 0!==i&&n(i.call(t)),r}}},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,"&quot;")+'"'),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,y=f("iterator"),g="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,_,O,T=function(t){if(t===h&&R)return R;if(!v&&t in A)return A[t];switch(t){case g:case b:case m:return function(){return new e(this,t)}}return function(){return new e(this)}},P=r+" Iterator",j=!1,A=t.prototype,I=A[y]||A["@@iterator"]||h&&A[h],R=!v&&I||T(h),L="Array"==r&&A.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[y]&&c(E,y,w)),a(E,P,!0,!0),l&&(p[P]=w))),h==b&&I&&I.name!==b&&(j=!0,R=function(){return I.call(this)}),l&&!S||A[y]===R||c(A,y,R),p[r]=R,h)if(_={values:T(b),keys:x?R:T(g),entries:T(m)},S)for(O in _)(v||j||!(O in A))&&s(A,O,_[O]);else n({target:r,proto:!0,forced:v||j},_);return _}},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)},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,y=t.stat;if(e=v?n:y?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+(y?".":"#")+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)})),y=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||!y||"replace"===t&&(!s||!f||p)||"split"===t&&!h){var g=/./[d],b=e(d,""[t],(function(t,r,e,n,o){return r.exec===u?v&&!o?{done:!0,value:g.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)]}},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")()},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(6200),p=e(3501),h=a.WeakMap;if(u){var d=new h,v=d.get,y=d.has,g=d.set;n=function(t,r){return g.call(d,t,r),r},o=function(t){return v.call(d,t)||{}},i=function(t){return y.call(d,t)}}else{var b=l("state");p[b]=!0,n=function(t,r){return s(t,b,r),r},o=function(t){return f(t,b)?t[b]:{}},i=function(t){return f(t,b)}}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(3411),s=function(t,r){this.stopped=t,this.result=r};(t.exports=function(t,r,e,f,l){var p,h,d,v,y,g,b,m=u(r,e,f?2:1);if(l)p=t;else{if("function"!=typeof(h=a(t)))throw TypeError("Target is not iterable");if(o(h)){for(d=0,v=i(t.length);v>d;d++)if((y=f?m(n(b=t[d])[0],b[1]):m(t[d]))&&y instanceof s)return y;return new s(!1)}p=h.call(t)}for(g=p.next;!(b=g.call(p)).done;)if("object"==typeof(y=c(p,m,b.value,f))&&y&&y instanceof s)return y;return new s(!1)}).stop=function(t){return new s(!0,t)}},3383:function(t,r,e){"use strict";var n,o,i,u=e(9518),a=e(8880),c=e(6656),s=e(5112),f=e(1913),l=s("iterator"),p=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(n=o):p=!0),null==n&&(n={}),f||c(n,l)||a(n,l,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:p}},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(4326),d=e(261).set,v=e(6833),y=l.MutationObserver||l.WebKitMutationObserver,g=l.process,b=l.Promise,m="process"==h(g),w=p(l,"queueMicrotask"),x=w&&w.value;x||(n=function(){var t,r;for(m&&(t=g.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()},m?u=function(){g.nextTick(n)}:y&&!v?(a=!0,c=document.createTextNode(""),new y(n).observe(c,{characterData:!0}),u=function(){c.data=a=!a}):b&&b.resolve?(s=b.resolve(void 0),f=s.then,u=function(){f.call(s,n)}):u=function(){d.call(l,n)}),t.exports=x||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=!!a&&!!a.unsafe,s=!!a&&!!a.enumerable,p=!!a&&!!a.noTargetGet;"function"==typeof e&&("string"!=typeof r||i(e,"name")||o(e,"name",r),f(e).source=l.join("string"==typeof r?r:"")),t!==n?(c?!p&&t[r]&&(s=!0):delete t[r],s?t[r]=e:o(t,r,e)):s?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,y=t;return s&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),y=String(t).slice(u.lastIndex),u.lastIndex>0&&(!u.multiline||u.multiline&&"\n"!==t[u.lastIndex-1])&&(d="(?: "+d+")",y=" "+y,v++),e=new RegExp("^(?:"+d+")",h)),p&&(e=new RegExp("^"+d+"$(?!\\s)",h)),f&&(r=u.lastIndex),n=a.call(s?e:u,y),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.6.5",mode:n?"pure":"global",copyright:"© 2020 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(4326),s=e(9974),f=e(490),l=e(317),p=e(6833),h=u.location,d=u.setImmediate,v=u.clearImmediate,y=u.process,g=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)}},_=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]},"process"==c(y)?n=function(t){y.nextTick(E(t))}:b&&b.now?n=function(t){b.now(E(t))}:g&&!p?(i=(o=new g).port2,o.port1.onmessage=_,n=s(i.postMessage,i,1)):!u.addEventListener||"function"!=typeof postMessage||u.importScripts||a(O)||"file:"===h.protocol?n=x in l("script")?function(t){f.appendChild(l("script")).onreadystatechange=function(){f.removeChild(this),S(t)}}:function(t){setTimeout(E(t),0)}:(n=O,u.addEventListener("message",_,!1))),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"},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}})},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),y=e(111),g=e(3099),b=e(5787),m=e(4326),w=e(2788),x=e(408),S=e(7072),E=e(6707),_=e(261).set,O=e(5948),T=e(9478),P=e(842),j=e(8523),A=e(2534),I=e(9909),R=e(4705),L=e(5112),k=e(7392),C=L("species"),D="Promise",B=I.get,U=I.set,F=I.getterFor(D),M=l,N=s.TypeError,G=s.document,X=s.process,H=f("fetch"),$=j.f,q=$,W="process"==m(X),V=!!(G&&G.createEvent&&s.dispatchEvent),z="unhandledrejection",K=R(D,(function(){if(!(w(M)!==String(M))){if(66===k)return!0;if(!W&&"function"!=typeof PromiseRejectionEvent)return!0}if(c&&!M.prototype.finally)return!0;if(k>=51&&/native code/.test(M))return!1;var t=M.resolve(1),r=function(t){t((function(){}),(function(){}))};return(t.constructor={})[C]=r,!(t.then((function(){}))instanceof r)})),Y=K||!S((function(t){M.all(t).catch((function(){}))})),J=function(t){var r;return!(!y(t)||"function"!=typeof(r=t.then))&&r},Q=function(t,r,e){if(!r.notified){r.notified=!0;var n=r.reactions;O((function(){for(var o=r.value,i=1==r.state,u=0;n.length>u;){var a,c,s,f=n[u++],l=i?f.ok:f.fail,p=f.resolve,h=f.reject,d=f.domain;try{l?(i||(2===r.rejection&&et(t,r),r.rejection=1),!0===l?a=o:(d&&d.enter(),a=l(o),d&&(d.exit(),s=!0)),a===f.promise?h(N("Promise-chain cycle")):(c=J(a))?c.call(a,p,h):p(a)):h(o)}catch(t){d&&!s&&d.exit(),h(t)}}r.reactions=[],r.notified=!1,e&&!r.rejection&&tt(t,r)}))}},Z=function(t,r,e){var n,o;V?((n=G.createEvent("Event")).promise=r,n.reason=e,n.initEvent(t,!1,!0),s.dispatchEvent(n)):n={promise:r,reason:e},(o=s["on"+t])?o(n):t===z&&P("Unhandled promise rejection",e)},tt=function(t,r){_.call(s,(function(){var e,n=r.value;if(rt(r)&&(e=A((function(){W?X.emit("unhandledRejection",n,t):Z(z,t,n)})),r.rejection=W||rt(r)?2:1,e.error))throw e.value}))},rt=function(t){return 1!==t.rejection&&!t.parent},et=function(t,r){_.call(s,(function(){W?X.emit("rejectionHandled",t):Z("rejectionhandled",t,r.value)}))},nt=function(t,r,e,n){return function(o){t(r,e,o,n)}},ot=function(t,r,e,n){r.done||(r.done=!0,n&&(r=n),r.value=e,r.state=2,Q(t,r,!0))},it=function(t,r,e,n){if(!r.done){r.done=!0,n&&(r=n);try{if(t===e)throw N("Promise can't be resolved itself");var o=J(e);o?O((function(){var n={done:!1};try{o.call(e,nt(it,t,n,r),nt(ot,t,n,r))}catch(e){ot(t,n,e,r)}})):(r.value=e,r.state=1,Q(t,r,!1))}catch(e){ot(t,{done:!1},e,r)}}};K&&(M=function(t){b(this,M,D),g(t),n.call(this);var r=B(this);try{t(nt(it,this,r),nt(ot,this,r))}catch(t){ot(this,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(M.prototype,{then:function(t,r){var e=F(this),n=$(E(this,M));return n.ok="function"!=typeof t||t,n.fail="function"==typeof r&&r,n.domain=W?X.domain:void 0,e.parent=!0,e.reactions.push(n),0!=e.state&&Q(this,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,t,r),this.reject=nt(ot,t,r)},j.f=$=function(t){return t===M||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 M((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 T(M,H.apply(s,arguments))}}))),a({global:!0,wrap:!0,forced:K},{Promise:M}),d(M,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 T(c&&this===i?M: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=g(r.resolve),i=[],u=0,a=1;x(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=g(r.resolve);x(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),y=e(1530),g=e(9909),b=e(1913),m=d("matchAll"),w="RegExp String",x="RegExp String Iterator",S=g.set,E=g.getterFor(x),_=RegExp.prototype,O=_.exec,T="".matchAll,P=!!T&&!h((function(){"a".matchAll(/./)})),j=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=y(e,u(r.lastIndex),t.unicode)),{value:n,done:!1}):(t.done=!0,{value:n,done:!1})})),A=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 _)&&(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 j(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.flags:l.call(t))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(P)return T.apply(o,arguments);if(void 0===(e=t[m])&&b&&"RegExp"==s(t)&&(e=A),null!=e)return a(e).call(t,o)}else if(P)return T.apply(o,arguments);return r=String(o),n=new RegExp(t,"g"),b?A.call(n,r):n[m](r)}}),b||m in _||p(_,m,A)},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)})},5306:function(t,r,e){"use strict";var n=e(7007),o=e(9670),i=e(7908),u=e(7466),a=e(9958),c=e(4488),s=e(1530),f=e(7651),l=Math.max,p=Math.min,h=Math.floor,d=/\$([$&'`]|\d\d?|<[^>]*>)/g,v=/\$([$&'`]|\d\d?)/g;n("replace",2,(function(t,r,e,n){var y=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,g=n.REPLACE_KEEPS_$0,b=y?"$":"$0";return[function(e,n){var o=c(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(!y&&g||"string"==typeof n&&-1===n.indexOf(b)){var i=e(r,t,this,n);if(i.done)return i.value}var c=o(t),h=String(this),d="function"==typeof n;d||(n=String(n));var v=c.global;if(v){var w=c.unicode;c.lastIndex=0}for(var x=[];;){var S=f(c,h);if(null===S)break;if(x.push(S),!v)break;""===String(S[0])&&(c.lastIndex=s(h,u(c.lastIndex),w))}for(var E,_="",O=0,T=0;T<x.length;T++){S=x[T];for(var P=String(S[0]),j=l(p(a(S.index),h.length),0),A=[],I=1;I<S.length;I++)A.push(void 0===(E=S[I])?E:String(E));var R=S.groups;if(d){var L=[P].concat(A,j,h);void 0!==R&&L.push(R);var k=String(n.apply(void 0,L))}else k=m(P,h,j,A,R,n);j>=O&&(_+=h.slice(O,j)+k,O=j+P.length)}return _+h.slice(O)}];function m(t,e,n,o,u,a){var c=n+t.length,s=o.length,f=v;return void 0!==u&&(u=i(u),f=d),r.call(a,f,(function(r,i){var a;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,n);case"'":return e.slice(c);case"<":a=u[i.slice(1,-1)];break;default:var f=+i;if(0===f)return r;if(f>s){var l=h(f/10);return 0===l?r:l<=s?void 0===o[l-1]?i.charAt(1):o[l-1]+i.charAt(1):r}a=o[f-1]}return void 0===a?"":a}))}}))},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,y=!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,y=new RegExp(t.source,p+"g");(a=l.call(y,n))&&!((c=y.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));)y.lastIndex===a.index&&y.lastIndex++;return d===n.length?!s&&y.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),g=l.unicode,b=(l.ignoreCase?"i":"")+(l.multiline?"m":"")+(l.unicode?"u":"")+(y?"y":"g"),m=new h(y?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=y?S:0;var _,O=f(m,y?p:p.slice(S));if(null===O||(_=d(s(m.lastIndex+(y?0:S)),p.length))===x)S=c(p,S,g);else{if(E.push(p.slice(x,S)),E.length===w)return E;for(var T=1;T<=O.length-1;T++)if(E.push(O[T]),E.length===w)return E;S=x=_}}return E.push(p.slice(x)),E}]}),!y)},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 y?r:y,i=Object.create(o.prototype),u=new j(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 y(){}function g(){}function b(){}var m={};m[i]=function(){return this};var w=Object.getPrototypeOf,x=w&&w(w(A([])));x&&x!==e&&n.call(x,i)&&(m=x);var S=b.prototype=y.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,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(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 j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(T,this),this.reset(!0)}function A(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 g.prototype=S.constructor=b,b.constructor=g,g.displayName=c(b,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===g||"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(_.prototype),_.prototype[u]=function(){return this},t.AsyncIterator=_,t.async=function(r,e,n,o,i){void 0===i&&(i=Promise);var u=new _(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=A,j.prototype={constructor:j,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:A(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 y(t){return new Promise((function(r,e){t.onload=function(){r(t.result)},t.onerror=function(){e(t.error)}}))}function g(t){var r=new FileReader,e=y(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(g)}),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=y(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 _=[301,302,303,307,308];E.redirect=function(t,r){if(-1===_.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(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?\n/).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)}))}T.polyfill=!0,n.fetch||(n.fetch=T,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/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_Rg.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_It.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_It.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_Bd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_BdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_BdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_Lt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_Lt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_LtIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_LtIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_ExBd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_ExBd.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_ExBdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_ExBdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_Md.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_Md.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSans_W_MdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/fonts/reith/r2.512/BBCReithSerif_W_MdIt.woff2" as="font" type="font/woff2" crossorigin> <link rel="stylesheet" href="https://web.archive.org/web/20210115223247cs_/https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/css/orb-ltr.min.css"> <script src="https://web.archive.org/web/20210115223247js_/https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/js/api-forge-free.min.js"></script> <!-- navid Web Module: 0.2.0-45.c81e15f --> <!-- searchbox Web Module: 3.0.0-218.84208de --> <!-- navpromo Web Module: 3.0.0-180.408d858 --> <!-- cookiebanner Web Module: 0.0.2-562.3a038b3 --> <!-- useractivityhelper Web Module: 1.0.0-115.0fa8462 --> <!-- reverb Web Module: 1.6.1 --> <link rel="stylesheet" href="https://web.archive.org/web/20210115223247cs_/https://static.files.bbci.co.uk/account/id-cta/1.53.14/style/id-cta.css"/><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.53.14/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/20210115223247/https://idcta.api.bbc.co.uk';var ENDPOINT_CONFIG = ('/idcta/config?callback=&ptrt=' + encodeURIComponent((ptrt ? ptrt[1] : document.location.href))).replace(/\&amp;/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/20210115223247/https://static.files.bbci.co.uk/account/id-cta/1.53.14/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/20210115223247/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20210115223247/https://static.files.bbci.co.uk/account/id-cta/1.53.14/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20210115223247/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":"forge-free","navSearchboxStaticPrefix":"https://web.archive.org/web/20210115223247/https://nav.files.bbci.co.uk/searchbox/5bd951f6aac2ac491095aed2c248e936/","searchboxAppStaticPrefix":"https://web.archive.org/web/20210115223247/https://nav.files.bbci.co.uk/searchbox/5bd951f6aac2ac491095aed2c248e936/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=\"{&quot;PAR&quot;:&quot;form::1&quot;,&quot;CHD&quot;:&quot;button::1&quot;}\" data-bbc-personalisation=\"{&quot;QRY&quot;:&quot;&quot;}\">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=\"{&quot;PAR&quot;:&quot;form::1&quot;,&quot;CHD&quot;:&quot;button::2&quot;}\" data-bbc-personalisation=\"{&quot;QRY&quot;:&quot;&quot;}\">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":"<input type=\"hidden\" name=\"scope\" id=\"orb-search-scope\" value=\"bitesize\">","searchScopeParam":"?scope=bitesize","searchScopeTemplate":"bitesize","searchPlaceholderWrapperStart":"","searchPlaceholderWrapperEnd":""}; window.SEARCHBOX.searchScope = SEARCHBOX.searchScopeTemplate.split('-')[0]; </script> <link rel="stylesheet" href="https://web.archive.org/web/20210115223247cs_/https://nav.files.bbci.co.uk/searchbox/5bd951f6aac2ac491095aed2c248e936/css/main.css"> <!--[if IE 8]> <script type="text/javascript" src="https://nav.files.bbci.co.uk/searchbox/5bd951f6aac2ac491095aed2c248e936/script/html5shiv.min.js"></script> <script type="text/javascript">window['searchboxIEVersion'] = 8;</script> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/searchbox/5bd951f6aac2ac491095aed2c248e936/css/ie8.css"> <![endif]--> <!--[if IE 9]> <script type="text/javascript">window['searchboxIEVersion'] = 9;</script> <![endif]--> <script src="https://web.archive.org/web/20210115223247js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-562.3a038b3/cookie-banner/cookie-library.min.js"></script><script type="text/javascript">if (window.define !== undefined) { 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/20210115223247/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/",window.__smarttagVersion="5.22.0",window.__reverb={},window.__reverb.__reverbLoadedPromise=new Promise(function(e,n){window.__reverb.__resolveReverbLoaded=e,window.__reverb.__rejectReverbLoaded=n}),window.__reverb.__reverbTimeout=setTimeout(function(){window.__reverb.__rejectReverbLoaded()},5e3);var n=function(r,d){window.__reverb.__reverbLoadedPromise.then(function(e){if(r&&r.detail){var n=r.detail.label,t=r.detail.type,i=r.detail.elem,o=r.detail.originalEvent;r.detail.isClick&&(d=r.detail.isClick),e.userActionEvent(t,n,r.detail,i,o,d)}},function(){console.log("Reverb failed to load. Event not sent")})};document.addEventListener("bbc-user-event",function(e){n(e,!1)}),document.addEventListener("bbc-user-click",function(e){n(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/20210115223247js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-1.6.1.js" async></script> <script> if (!("ontouchstart" in document.documentElement)) { document.documentElement.classList.add("n-no-touchevents"); } </script> <style> body { border: 0; margin: 0; padding: 0; } </style><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><script type="text/javascript">Morph.initStyles(); /* u5936692542332381 */</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]--><link rel="stylesheet" href="//web.archive.org/web/20210115223247cs_/https://m.files.bbci.co.uk/modules/bbc-morph-bitesize-homepage-header-view/4.40.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-homepage-header-view/4.40.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-bitesize-homepage-header-view/4.40.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20210115223247cs_/https://m.files.bbci.co.uk/modules/bbc-morph-bitesize-global-navigation-view/1.52.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-global-navigation-view/1.52.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-bitesize-global-navigation-view/1.52.0/enhanced.css\"/>"); }</script><script type="text/javascript">Morph.initStyles(); /* u8056750314872051 */</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>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}.nation-level-list__container{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media (min-width:37.5em){.nation-level-list__container{padding-left:16px;width:50%}}@media (min-width:56.25em){.nation-level-list__container{width:25%}}.nation-level-list__header{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;background-color:rgba(35,31,32,.3);color:#fff;font-weight:400;margin:0;padding:12px 8px}@media (min-width:37.5em){.nation-level-list__header{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.n-no-touchevents .nation-level-list__header{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.nation-level-list__header{padding:12px 16px}}.nation-level-list__list-body{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;list-style:none;margin:0 0 15px;padding:0}@media (min-width:37.5em){.nation-level-list__list-body{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .nation-level-list__list-body{font-size:20px;font-size:1.25rem}}.nation-level-list__list-item{width:100%;color:#231f20;font-weight:700;text-decoration:none;background-color:#fff;box-sizing:border-box;display:inline-block;margin-bottom:3px;padding:19px 8px;position:relative}.nation-level-list__list-item:after{background-image:url("https://web.archive.org/web/20210115223247im_/https://bitesize.files.bbci.co.uk/images/svgs/icons/gel-icons/1.0/next--orange.svg");background-size:13px 16px;content:"";display:inline-block;height:16px;margin-left:8px;width:13px}.nation-level-list__list-item:visited{color:#706d66}.nation-level-list__list-item:focus{outline:10px solid #1a9bf0;color:#231f20}.nation-level-list__list-item:active,.nation-level-list__list-item:hover{color:#e5640f;text-decoration:underline}@media (min-width:37.5em){.nation-level-list__list-item{padding:18px 32px 18px 16px}}.fading .nation-level-list__list-item{pointer-events:none}.nation-level-list__list-item:focus{outline:4px solid #1a9bf0}.nation-level-list__list-item:after{position:absolute;right:8px;top:22px}@media (min-width:37.5em){.nation-level-list__list-item:after{right:16px}}.masthead{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;margin-bottom:8px;padding-top:18px}@media (min-width:37.5em){.masthead{margin-left:-16px}}.masthead__heading{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;outline:none}@media (min-width:37.5em){.masthead__heading{padding-left:16px}}.masthead__logo,.masthead__logo--dark{font-size:40px;text-decoration:none}@media (min-width:37.5em){.masthead__logo,.masthead__logo--dark{font-size:50px}}.masthead__logo,.masthead__logo:hover{color:#fff;text-decoration:none}.masthead__logo--dark,.masthead__logo--dark:hover{color:#231f20;text-decoration:none}.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)}to{-moz-transform:rotate(1turn)}}@-webkit-keyframes gel-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes gel-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fullHeight{height:100%;margin:0;overflow:auto}.promoted-navigation-overlay__container{bottom:0;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:10000}.promoted-navigation-overlay__wrap{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:25em){.promoted-navigation-overlay__wrap{padding-left:16px;padding-right:16px}}.promoted-navigation-overlay__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;position:relative}@media (min-width:37.5em){.promoted-navigation-overlay__layout{margin-left:-16px}}.promoted-navigation-overlay__header{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media (min-width:37.5em){.promoted-navigation-overlay__header{padding-left:16px}}.promoted-navigation-overlay__close-btn__container{display:inline-block;position:absolute;right:0;top:10px}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn__container{top:22px}}.promoted-navigation-overlay__close-btn{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;background-color:transparent;border:0;color:#fff;font-family:ReithSans,Arial,Helvetica,freesans,sans-serif;text-align:center}@media (min-width:20em){.promoted-navigation-overlay__close-btn{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .promoted-navigation-overlay__close-btn{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (max-width:37.49em){.promoted-navigation-overlay__close-btn{padding-bottom:11px;padding-top:11px}}.promoted-navigation-overlay__close-btn:hover{cursor:pointer}.promoted-navigation-overlay__close-btn:hover .gel-icon--no{border-bottom-color:#fff;opacity:.7}.promoted-navigation-overlay__close-btn .gel-icon--no{border-bottom:2px solid transparent;color:#fff;fill:currentColor;height:20px;margin-left:8px;vertical-align:middle;width:20px}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn .gel-icon--no{height:24px;width:24px}}.promoted-navigation-overlay__close-btn .close-text{vertical-align:middle}.promoted-navigation-overlay__body-container{width:100%}.promoted-navigation-overlay__body-title{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#fff;margin-bottom:0;margin-top:8px}@media (min-width:37.5em){.promoted-navigation-overlay__body-title{padding-left:16px}}@media (min-width:20em){.promoted-navigation-overlay__body-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.promoted-navigation-overlay__body-title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .promoted-navigation-overlay__body-title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.promoted-navigation-overlay__body-p{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;margin:0 0 24px}@media (min-width:37.5em){.promoted-navigation-overlay__body-p{padding-left:16px}}@media (min-width:20em){.promoted-navigation-overlay__body-p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.promoted-navigation-overlay__body-p{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .promoted-navigation-overlay__body-p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.phase-card{color:#231f20;margin:8px 0;text-align:center}.phase-card,.phase-card__link{text-decoration:none;width:100%}.phase-card__link{background-color:transparent;border:0;cursor:pointer;display:block;font-family:inherit;padding-left:0;padding-right:0}.phase-card__link:focus,.phase-card__link:hover{color:inherit}.phase-card__link:focus .phase-card__cta,.phase-card__link:hover .phase-card__cta{background:#fff;color:#e5640f;text-decoration:underline}.phase-card__link::-moz-focus-inner{padding:0}.phase-card__link .phase-card__content-container{padding:16px}@media (min-width:43.125em){.phase-card__link .phase-card__content-container{padding:32px 8px}}.phase-card__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#fff;font-weight:700;margin:0;padding:4px}@media (min-width:20em){.phase-card__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.phase-card__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .phase-card__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.phase-card__subtitle{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;margin-bottom:16px;margin-top:0}@media (min-width:20em){.phase-card__subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.phase-card__subtitle{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .phase-card__subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:43.125em){.phase-card__subtitle{margin-top:8px;margin-bottom:32px}}.phase-card__cta{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700;background-color:#fff;color:#231f20;display:inline-block;margin:auto;padding:12px}@media (min-width:20em){.phase-card__cta{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.phase-card__cta{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .phase-card__cta{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.phase-card__cta .gel-icon--next{color:#e5640f;height:16px;padding-left:8px;position:relative;top:3px;width:16px}.promoted-navigation__phases{padding:0}.promoted-navigation__phases-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){.promoted-navigation__phases-layout{margin-left:-16px}}.promoted-navigation__phases-item{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;display:flex}@media (min-width:37.5em){.promoted-navigation__phases-item{padding-left:16px}}@media (min-width:43.125em){.promoted-navigation__phases-item{width:33.33333%}}.phase-card--primary,.promoted-navigation-overlay__phase--primary{background-image:linear-gradient(125deg,#e45153 50%,#eac522)}.phase-card--secondary,.promoted-navigation-overlay__phase--secondary{background-image:linear-gradient(125deg,#553287 50%,#804d9f)}.phase-card--post-16,.promoted-navigation-overlay__phase--post-16{background-image:linear-gradient(125deg,#253a81 50%,#3051c1)}.optional-link{text-decoration:none}.optional-link,.optional-link *{display:inline-block}.optional-link .gel-icon--next{position:relative;height:16px;width:16px;padding-left:8px;color:#e5640f}.optional-link:focus *,.optional-link:hover *{color:#e5640f;text-decoration:underline}.optional-link:focus .gel-icon--next,.optional-link:focus .gel-icon--next *,.optional-link:hover .gel-icon--next,.optional-link:hover .gel-icon--next *{color:#e5640f;text-decoration:none}#orb-footer{background:#fff}.promoted-navigation__container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1040px;padding-left:0;padding-right:0;position:relative}@media (min-width:25em){.promoted-navigation__container{padding-left:0;padding-right:0}}@media (min-width:37.5em){.promoted-navigation__container{padding-left:16px;padding-right:16px}}.promoted-navigation{background:#fff;box-sizing:border-box;padding-left:8px;padding-right:8px}@media (min-width:37.5em){.promoted-navigation{padding-left:16px;padding-right:16px}}.promoted-navigation__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#231f20;margin:0;padding:0;padding-top:16px}@media (min-width:20em){.promoted-navigation__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.promoted-navigation__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .promoted-navigation__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.drawer-open .in-the-spotlight,.drawer-open .index-page,.drawer-open .promoted-navigation__container,div.index-page{margin-top:0}.drawer-open .promoted-navigation__container{margin-bottom:0}@media (min-width:37.5em){.drawer-open .promoted-navigation__container{margin-top:32px}}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-promoted-navigation-view/2.9.2"]=true; Morph.styleSrc.push("<style>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}.nation-level-list__container{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media (min-width:37.5em){.nation-level-list__container{padding-left:16px;width:50%}}@media (min-width:56.25em){.nation-level-list__container{width:25%}}.nation-level-list__header{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;background-color:rgba(35,31,32,.3);color:#fff;font-weight:400;margin:0;padding:12px 8px}@media (min-width:37.5em){.nation-level-list__header{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem}.n-no-touchevents .nation-level-list__header{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.nation-level-list__header{padding:12px 16px}}.nation-level-list__list-body{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;list-style:none;margin:0 0 15px;padding:0}@media (min-width:37.5em){.nation-level-list__list-body{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .nation-level-list__list-body{font-size:20px;font-size:1.25rem}}.nation-level-list__list-item{width:100%;color:#231f20;font-weight:700;text-decoration:none;background-color:#fff;box-sizing:border-box;display:inline-block;margin-bottom:3px;padding:19px 8px;position:relative}.nation-level-list__list-item:after{background-image:url(\"https://bitesize.files.bbci.co.uk/images/svgs/icons/gel-icons/1.0/next--orange.svg\");background-size:13px 16px;content:\"\";display:inline-block;height:16px;margin-left:8px;width:13px}.nation-level-list__list-item:visited{color:#706d66}.nation-level-list__list-item:focus{outline:10px solid #1a9bf0;color:#231f20}.nation-level-list__list-item:active,.nation-level-list__list-item:hover{color:#e5640f;text-decoration:underline}@media (min-width:37.5em){.nation-level-list__list-item{padding:18px 32px 18px 16px}}.fading .nation-level-list__list-item{pointer-events:none}.nation-level-list__list-item:focus{outline:4px solid #1a9bf0}.nation-level-list__list-item:after{position:absolute;right:8px;top:22px}@media (min-width:37.5em){.nation-level-list__list-item:after{right:16px}}.masthead{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;margin-bottom:8px;padding-top:18px}@media (min-width:37.5em){.masthead{margin-left:-16px}}.masthead__heading{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;outline:none}@media (min-width:37.5em){.masthead__heading{padding-left:16px}}.masthead__logo,.masthead__logo--dark{font-size:40px;text-decoration:none}@media (min-width:37.5em){.masthead__logo,.masthead__logo--dark{font-size:50px}}.masthead__logo,.masthead__logo:hover{color:#fff;text-decoration:none}.masthead__logo--dark,.masthead__logo--dark:hover{color:#231f20;text-decoration:none}.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)}to{-moz-transform:rotate(1turn)}}@-webkit-keyframes gel-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes gel-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fullHeight{height:100%;margin:0;overflow:auto}.promoted-navigation-overlay__container{bottom:0;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:10000}.promoted-navigation-overlay__wrap{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (min-width:25em){.promoted-navigation-overlay__wrap{padding-left:16px;padding-right:16px}}.promoted-navigation-overlay__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;position:relative}@media (min-width:37.5em){.promoted-navigation-overlay__layout{margin-left:-16px}}.promoted-navigation-overlay__header{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}@media (min-width:37.5em){.promoted-navigation-overlay__header{padding-left:16px}}.promoted-navigation-overlay__close-btn__container{display:inline-block;position:absolute;right:0;top:10px}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn__container{top:22px}}.promoted-navigation-overlay__close-btn{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;background-color:transparent;border:0;color:#fff;font-family:ReithSans,Arial,Helvetica,freesans,sans-serif;text-align:center}@media (min-width:20em){.promoted-navigation-overlay__close-btn{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .promoted-navigation-overlay__close-btn{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (max-width:37.49em){.promoted-navigation-overlay__close-btn{padding-bottom:11px;padding-top:11px}}.promoted-navigation-overlay__close-btn:hover{cursor:pointer}.promoted-navigation-overlay__close-btn:hover .gel-icon--no{border-bottom-color:#fff;opacity:.7}.promoted-navigation-overlay__close-btn .gel-icon--no{border-bottom:2px solid transparent;color:#fff;fill:currentColor;height:20px;margin-left:8px;vertical-align:middle;width:20px}@media (min-width:37.5em){.promoted-navigation-overlay__close-btn .gel-icon--no{height:24px;width:24px}}.promoted-navigation-overlay__close-btn .close-text{vertical-align:middle}.promoted-navigation-overlay__body-container{width:100%}.promoted-navigation-overlay__body-title{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#fff;margin-bottom:0;margin-top:8px}@media (min-width:37.5em){.promoted-navigation-overlay__body-title{padding-left:16px}}@media (min-width:20em){.promoted-navigation-overlay__body-title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.promoted-navigation-overlay__body-title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .promoted-navigation-overlay__body-title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.promoted-navigation-overlay__body-p{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;margin:0 0 24px}@media (min-width:37.5em){.promoted-navigation-overlay__body-p{padding-left:16px}}@media (min-width:20em){.promoted-navigation-overlay__body-p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.promoted-navigation-overlay__body-p{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .promoted-navigation-overlay__body-p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.phase-card{color:#231f20;margin:8px 0;text-align:center}.phase-card,.phase-card__link{text-decoration:none;width:100%}.phase-card__link{background-color:transparent;border:0;cursor:pointer;display:block;font-family:inherit;padding-left:0;padding-right:0}.phase-card__link:focus,.phase-card__link:hover{color:inherit}.phase-card__link:focus .phase-card__cta,.phase-card__link:hover .phase-card__cta{background:#fff;color:#e5640f;text-decoration:underline}.phase-card__link::-moz-focus-inner{padding:0}.phase-card__link .phase-card__content-container{padding:16px}@media (min-width:43.125em){.phase-card__link .phase-card__content-container{padding:32px 8px}}.phase-card__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#fff;font-weight:700;margin:0;padding:4px}@media (min-width:20em){.phase-card__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.phase-card__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .phase-card__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.phase-card__subtitle{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;color:#fff;margin-bottom:16px;margin-top:0}@media (min-width:20em){.phase-card__subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.phase-card__subtitle{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .phase-card__subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:43.125em){.phase-card__subtitle{margin-top:8px;margin-bottom:32px}}.phase-card__cta{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;font-weight:700;background-color:#fff;color:#231f20;display:inline-block;margin:auto;padding:12px}@media (min-width:20em){.phase-card__cta{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.phase-card__cta{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .phase-card__cta{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.phase-card__cta .gel-icon--next{color:#e5640f;height:16px;padding-left:8px;position:relative;top:3px;width:16px}.promoted-navigation__phases{padding:0}.promoted-navigation__phases-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){.promoted-navigation__phases-layout{margin-left:-16px}}.promoted-navigation__phases-item{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;display:flex}@media (min-width:37.5em){.promoted-navigation__phases-item{padding-left:16px}}@media (min-width:43.125em){.promoted-navigation__phases-item{width:33.33333%}}.phase-card--primary,.promoted-navigation-overlay__phase--primary{background-image:linear-gradient(125deg,#e45153 50%,#eac522)}.phase-card--secondary,.promoted-navigation-overlay__phase--secondary{background-image:linear-gradient(125deg,#553287 50%,#804d9f)}.phase-card--post-16,.promoted-navigation-overlay__phase--post-16{background-image:linear-gradient(125deg,#253a81 50%,#3051c1)}.optional-link{text-decoration:none}.optional-link,.optional-link *{display:inline-block}.optional-link .gel-icon--next{position:relative;height:16px;width:16px;padding-left:8px;color:#e5640f}.optional-link:focus *,.optional-link:hover *{color:#e5640f;text-decoration:underline}.optional-link:focus .gel-icon--next,.optional-link:focus .gel-icon--next *,.optional-link:hover .gel-icon--next,.optional-link:hover .gel-icon--next *{color:#e5640f;text-decoration:none}#orb-footer{background:#fff}.promoted-navigation__container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1040px;padding-left:0;padding-right:0;position:relative}@media (min-width:25em){.promoted-navigation__container{padding-left:0;padding-right:0}}@media (min-width:37.5em){.promoted-navigation__container{padding-left:16px;padding-right:16px}}.promoted-navigation{background:#fff;box-sizing:border-box;padding-left:8px;padding-right:8px}@media (min-width:37.5em){.promoted-navigation{padding-left:16px;padding-right:16px}}.promoted-navigation__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;color:#231f20;margin:0;padding:0;padding-top:16px}@media (min-width:20em){.promoted-navigation__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.promoted-navigation__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .promoted-navigation__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}.drawer-open .in-the-spotlight,.drawer-open .index-page,.drawer-open .promoted-navigation__container,div.index-page{margin-top:0}.drawer-open .promoted-navigation__container{margin-bottom:0}@media (min-width:37.5em){.drawer-open .promoted-navigation__container{margin-top:32px}}</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u34061857215780678 */</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>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}.education-content-promo--default{background-color:#f1f1f1;min-height:75px;padding:0;position:relative}@media (min-width:56.25em){.education-content-promo--default{min-height:128px}}.education-content-promo--default:hover{background-color:#f1f1f1}.education-content-promo--default:hover .education-content-promo__context-synopsis--default{color:#231f20}.education-content-promo--default--focus{background-color:#f1f1f1}.education-content-promo--default--focus .education-content-promo__context-synopsis--default{color:#231f20}.education-content-promo--default .education-content-promo-container--default .education-content-promo__link--default:after{display:none}.education-content-promo-placeholder--default{background-color:#fff;padding:0}.education-content-promo-placeholder__container--default{list-style:none;direction:ltr;text-align:left}.education-content-promo-placeholder__text--default{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:56.25em){.education-content-promo-placeholder__text--default{width:75%}}@media (min-width:37.5em){.education-content-promo-container--default{display:-webkit-flex;display:-ms-flexbox;display:flex}}.education-content-text-wrapper--default{padding:8px 24px}@media (min-width:37.5em){.education-content-text-wrapper--default{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;justify-content:space-between}}.education-content-text-wrapper--default .education-content-promo__link--default{width:100%;position:static;color:#231f20;font-weight:700;padding-bottom:8px;text-decoration:none}.education-content-text-wrapper--default .education-content-promo__link--default:before{content:"";min-height:75px;overflow:hidden;position:absolute;white-space:nowrap;z-index:1;bottom:0;left:0;right:0;top:0}@media (min-width:37.5em){.education-content-text-wrapper--default .education-content-promo__link--default:before{min-height:128px}}@media (min-width:37.5em){.education-content-text-wrapper--default .education-content-promo__link--default{width:66.66667%;padding-bottom:0}}@media (min-width:63em){.education-content-text-wrapper--default .education-content-promo__link--default{width:75%}}.education-content-text-wrapper--default .education-content-promo__link--default:focus{color:#231f20;outline:none}.education-content-text-wrapper--default .education-content-promo__link--default:focus .education-content-promo__title--default{color:#231f20;text-decoration:underline}.education-content-text-wrapper--default .education-content-promo__link--default:active .education-content-promo__title--default,.education-content-text-wrapper--default .education-content-promo__link--default:hover .education-content-promo__title--default{-webkit-text-decoration-color:#e5640f;color:#e5640f;text-decoration:underline;text-decoration-color:#e5640f}.education-content-promo-meta--default{padding-bottom:8px}@media (min-width:37.5em){.education-content-promo__image-wrapper--default{width:25%;flex-shrink:0}}.education-content-promo__image--default{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.education-content-promo__image--default.core{background-color:#e5640f}.education-content-promo__image--default.primary{background-color:#e45153}.education-content-promo__image--default.secondary{background-color:#553287}.education-content-promo__image--default.post-16{background-color:#253a81}.education-content-promo__title--default{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#231f20;margin:0;padding:8px 0;text-decoration:inherit}.education-content-promo__context-separator--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700;padding-left:8px;padding-right:8px}.education-content-promo__context-label--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;float:left;margin-bottom:8px;margin-right:8px}.education-content-promo__context-labels--default{display:block}@media (min-width:37.5em){.education-content-promo__context-labels--default{display:block}}.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700;color:#231f20;display:block}@media (min-width:15em){.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{display:inline}.education-content-promo__context-item-label--default.education-content-promo__context-item-label--separator--default:after,.education-content-promo__context-item-label--separator--default.education-content-promo__context-item-label--separator--default:after{content:"|";margin:0 8px}}.education-content-promo__context-item-link--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;z-index:2;-webkit-text-decoration-color:#e5640f;border-bottom:0;color:#231f20;font-weight:700;text-decoration:underline;text-decoration-color:#e5640f;display:inline-block;margin:0;position:relative}.education-content-promo__context-item-link--default:visited{color:#706d66}.education-content-promo__context-item-link--default:focus{color:#231f20}.education-content-promo__context-item-link--default:hover{color:#e5640f;text-decoration:none}.education-content-promo__context-item-link--default:visited{color:#231f20}.education-content-promo__context-item-link--default:visited:hover{color:#e5640f}.education-content-promo__context-synopsis--default{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;padding-bottom:8px}.education-content-promo__timestamp--default{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;color:#231f20;font-weight:400;padding-bottom:8px;position:relative}.education-content-promo__timestamp--default svg{height:16px;margin-right:8px;padding-bottom:2px;vertical-align:middle;width:17px}.content-promo-example-icon{height:18px}.bitesize-parents-teachers-journey{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;background-color:#fff}@media (min-width:15em){.bitesize-parents-teachers-journey{padding:8px}}@media (min-width:37.5em){.bitesize-parents-teachers-journey{padding-left:16px;padding-right:16px}}.bitesize-parents-teachers-journey-container{margin-bottom:16px}@media (min-width:37.5em){.bitesize-parents-teachers-journey-container{margin:0 16px 16px}}.bitesize-parents-teachers-journey-title{font-size:20px;width:auto}@media (min-width:37.5em){.bitesize-parents-teachers-journey-title{font-size:26px}}@media (min-width:15em){.bitesize-parents-teachers-journey-title{padding-left:0}}@media (min-width:37.5em){.bitesize-parents-teachers-journey-items{display:flex}}.bitesize-parents-teachers-journey-item{width:100%;background-color:#f1f1f1}@media (min-width:15em){.bitesize-parents-teachers-journey-item{padding-left:0}}.bitesize-parents-teachers-journey-item:last-child{margin-top:16px}@media (min-width:37.5em){.bitesize-parents-teachers-journey-item{width:50%}.bitesize-parents-teachers-journey-item:first-child{margin-right:8px;padding-right:16px}.bitesize-parents-teachers-journey-item:last-child{margin-top:0;margin-left:8px}}.bitesize-parents-teachers-journey-item svg{position:relative;left:3%;fill:#e5640f;height:16px}.education-content-promo--default{height:100%}@media (min-width:37.5em){.education-content-promo--default{display:flex}}.education-content-promo-container--default{display:flex;width:100%}.education-content-promo__image-wrapper--default{align-self:center;display:flex;padding-left:8px;width:40%}.education-content-text-wrapper--default{padding:8px;width:60%}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-parents-teachers-journey-view/1.5.0"]=true; Morph.styleSrc.push("<style>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}.education-content-promo--default{background-color:#f1f1f1;min-height:75px;padding:0;position:relative}@media (min-width:56.25em){.education-content-promo--default{min-height:128px}}.education-content-promo--default:hover{background-color:#f1f1f1}.education-content-promo--default:hover .education-content-promo__context-synopsis--default{color:#231f20}.education-content-promo--default--focus{background-color:#f1f1f1}.education-content-promo--default--focus .education-content-promo__context-synopsis--default{color:#231f20}.education-content-promo--default .education-content-promo-container--default .education-content-promo__link--default:after{display:none}.education-content-promo-placeholder--default{background-color:#fff;padding:0}.education-content-promo-placeholder__container--default{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){.education-content-promo-placeholder__container--default{margin-left:-16px}}.education-content-promo-placeholder__text--default{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem}@media (min-width:37.5em){.education-content-promo-placeholder__text--default{padding-left:16px}}@media (min-width:20em){.education-content-promo-placeholder__text--default{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:37.5em){.education-content-promo-placeholder__text--default{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.n-no-touchevents .education-content-promo-placeholder__text--default{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}@media (min-width:56.25em){.education-content-promo-placeholder__text--default{width:75%}}@media (min-width:37.5em){.education-content-promo-container--default{display:-webkit-flex;display:-ms-flexbox;display:flex}}.education-content-text-wrapper--default{padding:8px 24px}@media (min-width:37.5em){.education-content-text-wrapper--default{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;justify-content:space-between}}.education-content-text-wrapper--default .education-content-promo__link--default{width:100%;position:static;color:#231f20;font-weight:700;padding-bottom:8px;text-decoration:none}.education-content-text-wrapper--default .education-content-promo__link--default:before{content:\"\";min-height:75px;overflow:hidden;position:absolute;white-space:nowrap;z-index:1;bottom:0;left:0;right:0;top:0}@media (min-width:37.5em){.education-content-text-wrapper--default .education-content-promo__link--default:before{min-height:128px}}@media (min-width:37.5em){.education-content-text-wrapper--default .education-content-promo__link--default{width:66.66667%;padding-bottom:0}}@media (min-width:63em){.education-content-text-wrapper--default .education-content-promo__link--default{width:75%}}.education-content-text-wrapper--default .education-content-promo__link--default:focus{color:#231f20;outline:none}.education-content-text-wrapper--default .education-content-promo__link--default:focus .education-content-promo__title--default{color:#231f20;text-decoration:underline}.education-content-text-wrapper--default .education-content-promo__link--default:active .education-content-promo__title--default,.education-content-text-wrapper--default .education-content-promo__link--default:hover .education-content-promo__title--default{-webkit-text-decoration-color:#e5640f;color:#e5640f;text-decoration:underline;text-decoration-color:#e5640f}.education-content-promo-meta--default{padding-bottom:8px}@media (min-width:37.5em){.education-content-promo__image-wrapper--default{width:25%;flex-shrink:0}}.education-content-promo__image--default{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.education-content-promo__image--default.core{background-color:#e5640f}.education-content-promo__image--default.primary{background-color:#e45153}.education-content-promo__image--default.secondary{background-color:#553287}.education-content-promo__image--default.post-16{background-color:#253a81}.education-content-promo__title--default{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#231f20;margin:0;padding:8px 0;text-decoration:inherit}@media (min-width:37.5em){.education-content-promo__title--default{font-size:21px;font-size:1.3125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .education-content-promo__title--default{font-size:20px;font-size:1.25rem}}.education-content-promo__context-separator--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700;padding-left:8px;padding-right:8px}@media (min-width:37.5em){.education-content-promo__context-separator--default{line-height:20px;line-height:1.25rem}.n-no-touchevents .education-content-promo__context-separator--default{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.education-content-promo__context-label--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;float:left;margin-bottom:8px;margin-right:8px}@media (min-width:37.5em){.education-content-promo__context-label--default{line-height:20px;line-height:1.25rem}.n-no-touchevents .education-content-promo__context-label--default{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.education-content-promo__context-labels--default{display:block}@media (min-width:37.5em){.education-content-promo__context-labels--default{display:block}}.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;font-weight:700;color:#231f20;display:block}@media (min-width:37.5em){.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{line-height:20px;line-height:1.25rem}.n-no-touchevents .education-content-promo__context-item-label--default,.n-no-touchevents .education-content-promo__context-item-label--separator--default{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}@media (min-width:15em){.education-content-promo__context-item-label--default,.education-content-promo__context-item-label--separator--default{display:inline}.education-content-promo__context-item-label--default.education-content-promo__context-item-label--separator--default:after,.education-content-promo__context-item-label--separator--default.education-content-promo__context-item-label--separator--default:after{content:\"|\";margin:0 8px}}.education-content-promo__context-item-link--default{font-size:15px;font-size:.9375rem;line-height:18px;line-height:1.125rem;z-index:2;-webkit-text-decoration-color:#e5640f;border-bottom:0;color:#231f20;font-weight:700;text-decoration:underline;text-decoration-color:#e5640f;display:inline-block;margin:0;position:relative}@media (min-width:37.5em){.education-content-promo__context-item-link--default{line-height:20px;line-height:1.25rem}.n-no-touchevents .education-content-promo__context-item-link--default{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.education-content-promo__context-item-link--default:visited{color:#706d66}.education-content-promo__context-item-link--default:focus{color:#231f20}.education-content-promo__context-item-link--default:hover{color:#e5640f;text-decoration:none}.education-content-promo__context-item-link--default:visited{color:#231f20}.education-content-promo__context-item-link--default:visited:hover{color:#e5640f}.education-content-promo__context-synopsis--default{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;padding-bottom:8px}@media (min-width:20em){.education-content-promo__context-synopsis--default{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.education-content-promo__context-synopsis--default{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .education-content-promo__context-synopsis--default{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.education-content-promo__timestamp--default{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;color:#231f20;font-weight:400;padding-bottom:8px;position:relative}@media (min-width:20em){.education-content-promo__timestamp--default{line-height:18px;line-height:1.125rem}}@media (min-width:37.5em){.n-no-touchevents .education-content-promo__timestamp--default{font-size:13px;font-size:.8125rem;line-height:16px;line-height:1rem}}.education-content-promo__timestamp--default svg{height:16px;margin-right:8px;padding-bottom:2px;vertical-align:middle;width:17px}.content-promo-example-icon{height:18px}.bitesize-parents-teachers-journey{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff}@media (min-width:25em){.bitesize-parents-teachers-journey{padding-left:16px;padding-right:16px}}@media (min-width:15em){.bitesize-parents-teachers-journey{padding:8px}}@media (min-width:37.5em){.bitesize-parents-teachers-journey{padding-left:16px;padding-right:16px}}.bitesize-parents-teachers-journey-container{margin-bottom:16px}@media (min-width:37.5em){.bitesize-parents-teachers-journey-container{margin:0 16px 16px}}.bitesize-parents-teachers-journey-title{width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:20px;width:auto}@media (min-width:37.5em){.bitesize-parents-teachers-journey-title{padding-left:16px;font-size:26px}}@media (min-width:15em){.bitesize-parents-teachers-journey-title{padding-left:0}}@media (min-width:37.5em){.bitesize-parents-teachers-journey-items{display:flex}}.bitesize-parents-teachers-journey-item{display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#f1f1f1}@media (min-width:37.5em){.bitesize-parents-teachers-journey-item{padding-left:16px}}@media (min-width:15em){.bitesize-parents-teachers-journey-item{padding-left:0}}.bitesize-parents-teachers-journey-item:last-child{margin-top:16px}@media (min-width:37.5em){.bitesize-parents-teachers-journey-item{width:50%}.bitesize-parents-teachers-journey-item:first-child{margin-right:8px;padding-right:16px}.bitesize-parents-teachers-journey-item:last-child{margin-top:0;margin-left:8px}}.bitesize-parents-teachers-journey-item svg{position:relative;left:3%;fill:#e5640f;height:16px}.education-content-promo--default{height:100%}@media (min-width:37.5em){.education-content-promo--default{display:flex}}.education-content-promo-container--default{display:flex;width:100%}.education-content-promo__image-wrapper--default{align-self:center;display:flex;padding-left:8px;width:40%}.education-content-text-wrapper--default{padding:8px;width:60%}</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u4867035813127787 */</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/20210115223247im_/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(); /* u0635336280430201 */</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>body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:"ss01"}.b-reith-sans-font .all-subjects__btn,.b-reith-sans-font .banner__link,.b-reith-sans-font .banner__list-item,.b-reith-sans-font .banner__text,.b-reith-sans-font .context-panel-description,.b-reith-sans-font .context-panel__description,.b-reith-sans-font .dialogue__description h1,.b-reith-sans-font .global-language-selector__drawer,.b-reith-sans-font .global-language-selector__icon-yes,.b-reith-sans-font .homepage-menu-text,.b-reith-sans-font .language-selector__drawer,.b-reith-sans-font .language-selector__icon-yes,.b-reith-sans-font .phase-card__link,.b-reith-sans-font .poem h1,.b-reith-sans-font .quote__text,.b-reith-sans-font blockquote q{font-family:inherit;font-feature-settings:inherit}.b-reith-sans-font .banner__title,.b-reith-sans-font .context-panel__button,.b-reith-sans-font .context-panel__header,.b-reith-sans-font .examspec-picker__button-link,.b-reith-sans-font .examspec-picker__header,.b-reith-sans-font .highlights__title,.b-reith-sans-font .homepage__overlay--v2 .homepage-overlay__body-title,.b-reith-sans-font .homepage__phases .phase-card__subtitle,.b-reith-sans-font .homepage__strapline,.b-reith-sans-font .logo__link,.b-reith-sans-font .masthead__logo,.b-reith-sans-font .masthead__logo--dark,.b-reith-sans-font .nation-card__label,.b-reith-sans-font .phase-card__title,.b-reith-sans-font .study-guide__title,.b-reith-sans-font .super-pos-card,.b-reith-sans-font .topic__header,.b-reith-sans-font .topics__header,.b-reith-sans-font .topics__title,.b-reith-sans-font .your-subjects__all-subjects__title,.b-reith-sans-font .your-subjects__bitesize-title,.b-reith-sans-font .your-subjects__choose-title,.b-reith-sans-font .your-subjects__error-title,.b-reith-sans-font .your-subjects__idcta__title,.b-reith-sans-font .your-subjects__last-activity-title,.b-reith-sans-font .your-subjects__no-relevant-subjects__title,.b-reith-sans-font .your-subjects__set-up-subjects__title,.b-reith-sans-font .your-subjects__title,.b-reith-sans-font .your-subjects__under-thirteen__title{font-family:inherit;font-weight:700}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.all-subjects-banner__container{background:#fff}.all-subjects-banner{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;width:100%;background-color:#fff;padding:16px}@media (min-width:37.5em){.all-subjects-banner{width:100%}}.all-subjects-banner__text-container{list-style:none;direction:ltr;text-align:left;text-align:center}@media (min-width:37.5em) and (max-width:56.24em){.all-subjects-banner__text-container{width:50%;text-align:left}}@media (min-width:56.25em){.all-subjects-banner__text-container{width:75%;text-align:left}}.all-subjects-banner__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;width:100%;font-weight:700;padding:16px 0 8px;text-align:center}@media (min-width:37.5em){.all-subjects-banner__title{padding-left:16px;text-align:left}}@media (min-width:63em){.all-subjects-banner__title{padding-left:0}}.all-subjects-banner__text{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;padding-bottom:16px}@media (min-width:37.5em){.all-subjects-banner__text{padding-bottom:0;padding-left:16px}}@media (min-width:63em){.all-subjects-banner__text{padding-left:0}}.all-subjects-banner__button-container{padding-bottom:16px}@media (min-width:37.5em){.all-subjects-banner__button-container{padding:16px 0 16px 16px}}@media (min-width:63em){.all-subjects-banner__button-container{padding-left:0}}.all-subjects-banner__button{background-color:#e5640f;color:#fff;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;display:inline-block;font-family:inherit;padding:12px;text-decoration:none}.all-subjects-banner__button:active,.all-subjects-banner__button:hover{background-color:#231f20;color:#fff;text-decoration:underline}.all-subjects-banner__button:focus{outline:10px solid #1a9bf0;background-color:#e5640f;color:#fff;text-decoration:none}@media (min-width:20em){.all-subjects-banner__button{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__button,.n-no-touchevents.all-subjects-banner__button,.n-no-touchevents .all-subjects-banner__button{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__button{text-align:center}}.all-subjects-banner__button .gel-icon--next{color:#fff;height:16px;padding-left:8px;position:relative;top:3px;width:16px}.all-subjects-banner__image{display:none;margin:0 auto;text-align:center}@media (min-width:37.5em) and (max-width:56.24em){.all-subjects-banner__image{width:50%;display:inline-block;margin:-28px auto}}@media (min-width:56.25em){.all-subjects-banner__image{width:25%;display:inline-block;margin:-40px auto 16px}}.all-subjects-banner__image svg{height:140px;margin:auto;width:300px}@media (min-width:37.5em){.all-subjects-banner__image svg{float:right;height:140px;width:300px}}@media (min-width:56.25em){.all-subjects-banner__image svg{float:right;height:140px;width:400px}}</style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-bitesize-all-subjects-banner-view/1.3.0"]=true; Morph.styleSrc.push("<style>body{font-family:Helvetica,Arial,freesans,sans-serif}.b-reith-sans-font.b-reith-sans-loaded{font-feature-settings:\"ss01\"}.b-reith-sans-font .all-subjects__btn,.b-reith-sans-font .banner__link,.b-reith-sans-font .banner__list-item,.b-reith-sans-font .banner__text,.b-reith-sans-font .context-panel-description,.b-reith-sans-font .context-panel__description,.b-reith-sans-font .dialogue__description h1,.b-reith-sans-font .global-language-selector__drawer,.b-reith-sans-font .global-language-selector__icon-yes,.b-reith-sans-font .homepage-menu-text,.b-reith-sans-font .language-selector__drawer,.b-reith-sans-font .language-selector__icon-yes,.b-reith-sans-font .phase-card__link,.b-reith-sans-font .poem h1,.b-reith-sans-font .quote__text,.b-reith-sans-font blockquote q{font-family:inherit;font-feature-settings:inherit}.b-reith-sans-font .banner__title,.b-reith-sans-font .context-panel__button,.b-reith-sans-font .context-panel__header,.b-reith-sans-font .examspec-picker__button-link,.b-reith-sans-font .examspec-picker__header,.b-reith-sans-font .highlights__title,.b-reith-sans-font .homepage__overlay--v2 .homepage-overlay__body-title,.b-reith-sans-font .homepage__phases .phase-card__subtitle,.b-reith-sans-font .homepage__strapline,.b-reith-sans-font .logo__link,.b-reith-sans-font .masthead__logo,.b-reith-sans-font .masthead__logo--dark,.b-reith-sans-font .nation-card__label,.b-reith-sans-font .phase-card__title,.b-reith-sans-font .study-guide__title,.b-reith-sans-font .super-pos-card,.b-reith-sans-font .topic__header,.b-reith-sans-font .topics__header,.b-reith-sans-font .topics__title,.b-reith-sans-font .your-subjects__all-subjects__title,.b-reith-sans-font .your-subjects__bitesize-title,.b-reith-sans-font .your-subjects__choose-title,.b-reith-sans-font .your-subjects__error-title,.b-reith-sans-font .your-subjects__idcta__title,.b-reith-sans-font .your-subjects__last-activity-title,.b-reith-sans-font .your-subjects__no-relevant-subjects__title,.b-reith-sans-font .your-subjects__set-up-subjects__title,.b-reith-sans-font .your-subjects__title,.b-reith-sans-font .your-subjects__under-thirteen__title{font-family:inherit;font-weight:700}.b-reith-sans-font .language-selector__drawer{line-height:1.2rem}.all-subjects-banner__container{background:#fff}.all-subjects-banner{max-width:1008px;margin:0 auto;padding-right:8px;padding-left:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#fff;padding:16px}@media (min-width:25em){.all-subjects-banner{padding-left:16px;padding-right:16px}}@media (min-width:37.5em){.all-subjects-banner{width:100%}}.all-subjects-banner__text-container{list-style:none;direction:ltr;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;width:100%;display:inline-block;padding-left:8px;text-align:left;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}@media (min-width:37.5em){.all-subjects-banner__text-container{margin-left:-16px;padding-left:16px}}@media (min-width:37.5em) and (max-width:56.24em){.all-subjects-banner__text-container{width:50%;text-align:left}}@media (min-width:56.25em){.all-subjects-banner__text-container{width:75%;text-align:left}}.all-subjects-banner__title{font-size:20px;font-size:1.25rem;line-height:24px;line-height:1.5rem;width:100%;font-weight:700;padding:16px 0 8px;text-align:center}@media (min-width:20em){.all-subjects-banner__title{font-size:24px;font-size:1.5rem;line-height:28px;line-height:1.75rem}}@media (min-width:37.5em){.all-subjects-banner__title{font-size:36px;font-size:2.25rem;line-height:40px;line-height:2.5rem}.n-no-touchevents .all-subjects-banner__title{font-size:32px;font-size:2rem;line-height:36px;line-height:2.25rem}}@media (min-width:37.5em){.all-subjects-banner__title{padding-left:16px;text-align:left}}@media (min-width:63em){.all-subjects-banner__title{padding-left:0}}.all-subjects-banner__text{font-size:15px;font-size:.9375rem;line-height:20px;line-height:1.25rem;padding-bottom:16px}@media (min-width:20em){.all-subjects-banner__text{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__text{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}.n-no-touchevents .all-subjects-banner__text{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__text{padding-bottom:0;padding-left:16px}}@media (min-width:63em){.all-subjects-banner__text{padding-left:0}}.all-subjects-banner__button-container{padding-bottom:16px}@media (min-width:37.5em){.all-subjects-banner__button-container{padding:16px 0 16px 16px}}@media (min-width:63em){.all-subjects-banner__button-container{padding-left:0}}.all-subjects-banner__button{background-color:#e5640f;color:#fff;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;display:inline-block;font-family:inherit;padding:12px;text-decoration:none}.all-subjects-banner__button:active,.all-subjects-banner__button:hover{background-color:#231f20;color:#fff;text-decoration:underline}.all-subjects-banner__button:focus{outline:10px solid #1a9bf0;background-color:#e5640f;color:#fff;text-decoration:none}@media (min-width:20em){.all-subjects-banner__button{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__button,.n-no-touchevents.all-subjects-banner__button,.n-no-touchevents .all-subjects-banner__button{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}}@media (min-width:37.5em){.all-subjects-banner__button{text-align:center}}.all-subjects-banner__button .gel-icon--next{color:#fff;height:16px;padding-left:8px;position:relative;top:3px;width:16px}.all-subjects-banner__image{display:none;margin:0 auto;text-align:center}@media (min-width:37.5em) and (max-width:56.24em){.all-subjects-banner__image{width:50%;display:inline-block;margin:-28px auto}}@media (min-width:56.25em){.all-subjects-banner__image{width:25%;display:inline-block;margin:-40px auto 16px}}.all-subjects-banner__image svg{height:140px;margin:auto;width:300px}@media (min-width:37.5em){.all-subjects-banner__image svg{float:right;height:140px;width:300px}}@media (min-width:56.25em){.all-subjects-banner__image svg{float:right;height:140px;width:400px}}</style>"); }</script><script type="text/javascript">Morph.initStyles(); /* u10864846954103524 */</script><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 = "bitesize"; </script></head><body> <div id="cookiePrompt"></div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20210115223247im_/https://a1.api.bbc.co.uk/hit.xiti?&amp;col=1&amp;from=p&amp;ptag=js&amp;s=598253&amp;p=bitesize.page&amp;x2=[responsive]&amp;x3=[bbc_website]&amp;x4=[en-GB]&amp;x7=[index-home]&amp;x8=[reverb-1.6.1-nojs]&amp;x11=[BITESIZE]&amp;x12=[BITESIZE]" 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/20210115223247/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/20210115223247/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="{&quot;id-cta-type&quot;: &quot;statusbar-orb&quot;}" data-bbc-source="responsive_web" data-bbc-title="id-cta-sign-in"><a id="idcta-link" href="https://web.archive.org/web/20210115223247/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/20210115223247/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20210115223247/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/20210115223247/https://search.bbc.co.uk/search?scope=bitesize" title="Search the BBC">Search</a><form class="b-f" id="orb-search-form" role="search" method="get" action="https://web.archive.org/web/20210115223247/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><input type="hidden" name="scope" id="orb-search-scope" value="bitesize"><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="u5936692542332381"><noscript data-reactid=".1o1d1kqtwr2" data-react-checksum="-1230040757"></noscript></div><div id="u8056750314872051"><div class="bitesize-homepage-header-view__container" data-reactid=".2ekmomh8oo" data-react-checksum="1034592863"><div class="bitesize-homepage-header-view__sparks bitesize-homepage-header-view__sparks-banner" data-reactid=".2ekmomh8oo.0"></div><div class="global-navigation" data-reactid=".2ekmomh8oo.1"><header class="global-navigation__header" data-reactid=".2ekmomh8oo.1.0"><div class="global-navigation__header__wrap" data-reactid=".2ekmomh8oo.1.0.0"><span class="global-navigation__header__logo" tabindex="-1" data-reactid=".2ekmomh8oo.1.0.0.0"><a class="global-navigation__header__logo__link--animate global-navigation__header__logo__link--delay-animation global-navigation__header__logo__link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize" data-reactid=".2ekmomh8oo.1.0.0.0.0">Bitesize</a></span><button type="button" data-bbc-container="global-navigation" data-bbc-title="AllBitesize" data-bbc-ignore-views="1" data-bbc-result="expand-menu/collapse-menu" class="global-navigation__header__menu-button" aria-label="Open menu" data-reactid=".2ekmomh8oo.1.0.0.1"><i class="gel-icon gel-icon--list-view global-navigation__header__menu-button__list-view" data-reactid=".2ekmomh8oo.1.0.0.1.0"><svg width="32" height="32" viewbox="0 0 32 32" data-reactid=".2ekmomh8oo.1.0.0.1.0.0"><path d="M0 0v8h32V0zM0 17v3h32v-8H0zM0 29v3h32v-8H0z" data-reactid=".2ekmomh8oo.1.0.0.1.0.0.0"></path></svg></i><span class="global-navigation__header__menu-button__text" data-reactid=".2ekmomh8oo.1.0.0.1.1">All Bitesize</span></button><div class="global-navigation__mobile-nav" data-reactid=".2ekmomh8oo.1.0.0.2"></div></div></header><nav class="global-navigation__primary-nav" data-reactid=".2ekmomh8oo.1.1"><div class="global-navigation__primary-nav__wrap" data-reactid=".2ekmomh8oo.1.1.0"><div class="global-language-selector" data-reactid=".2ekmomh8oo.1.1.0.0"><button type="button" class="global-language-selector__drawer global-language-selector__drawer--closed" data-reactid=".2ekmomh8oo.1.1.0.0.0"><span class="global-language-selector__drawer-text" data-reactid=".2ekmomh8oo.1.1.0.0.0.0">Change language</span></button><div class="global-language-selector__container global-language-selector__container--hidden" data-reactid=".2ekmomh8oo.1.1.0.0.1"><ol class="global-language-selector__list" data-reactid=".2ekmomh8oo.1.1.0.0.1.0"><li class="global-language-selector__language global-language-selector__language--selected" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.0"><button type="button" tabindex="0" lang="en-GB" class="global-language-selector__language-link" aria-label="English, selected" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.0.0"><span class="global-language-selector__language-label" lang="en-GB" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.0.0.0">English</span><span class="global-language-selector__icon-yes gel-icon gel-icon--yes" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.0.0.1"><svg class="bitesize-yes-svg" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.0.0.1.0"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2 " data-reactid=".2ekmomh8oo.1.1.0.0.1.0.0.0.1.0.0"></polygon></svg></span></button></li><li class="global-language-selector__language" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$cy-GB"><button type="button" tabindex="0" lang="cy-GB" class="global-language-selector__language-link" aria-label="Cymraeg" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$cy-GB.0"><span class="global-language-selector__language-label" lang="cy-GB" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$cy-GB.0.0">Cymraeg</span></button></li><li class="global-language-selector__language" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$ga-GB"><button type="button" tabindex="0" lang="ga-GB" class="global-language-selector__language-link" aria-label="Gaeilge" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$ga-GB.0"><span class="global-language-selector__language-label" lang="ga-GB" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$ga-GB.0.0">Gaeilge</span></button></li><li class="global-language-selector__language" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$gd-GB"><button type="button" tabindex="0" lang="gd-GB" class="global-language-selector__language-link" aria-label="Gàidhlig" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$gd-GB.0"><span class="global-language-selector__language-label" lang="gd-GB" data-reactid=".2ekmomh8oo.1.1.0.0.1.0.1:$gd-GB.0.0">Gàidhlig</span></button></li></ol></div></div><ul class="global-navigation__list" data-reactid=".2ekmomh8oo.1.1.0.1"><li class="global-navigation__list__item global-navigation__list__item--highlighted" data-reactid=".2ekmomh8oo.1.1.0.1.0:$home"><a class="global-navigation__list__link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize" data-bbc-container="global-navigation" data-bbc-title="Home" data-bbc-ignore-views="1" data-bbc-result="/bitesize" data-reactid=".2ekmomh8oo.1.1.0.1.0:$home.0"><span class="global-navigation__list__link-text" data-reactid=".2ekmomh8oo.1.1.0.1.0:$home.0.0">Home</span></a></li><li class="global-navigation__list__item" data-reactid=".2ekmomh8oo.1.1.0.1.0:$learn"><a class="global-navigation__list__link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize/learn" data-bbc-container="global-navigation" data-bbc-title="Learn" data-bbc-ignore-views="1" data-bbc-result="/bitesize/learn" data-reactid=".2ekmomh8oo.1.1.0.1.0:$learn.0"><span class="global-navigation__list__link-text" data-reactid=".2ekmomh8oo.1.1.0.1.0:$learn.0.0">Learn</span></a></li><li class="global-navigation__list__item" data-reactid=".2ekmomh8oo.1.1.0.1.0:$support"><a class="global-navigation__list__link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize/support" data-bbc-container="global-navigation" data-bbc-title="Support" data-bbc-ignore-views="1" data-bbc-result="/bitesize/support" data-reactid=".2ekmomh8oo.1.1.0.1.0:$support.0"><span class="global-navigation__list__link-text" data-reactid=".2ekmomh8oo.1.1.0.1.0:$support.0.0">Support</span></a></li><li class="global-navigation__list__item" data-reactid=".2ekmomh8oo.1.1.0.1.0:$careers"><a class="global-navigation__list__link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize/careers" data-bbc-container="global-navigation" data-bbc-title="Careers" data-bbc-ignore-views="1" data-bbc-result="/bitesize/careers" data-reactid=".2ekmomh8oo.1.1.0.1.0:$careers.0"><span class="global-navigation__list__link-text" data-reactid=".2ekmomh8oo.1.1.0.1.0:$careers.0.0">Careers</span></a></li><li data-reactid=".2ekmomh8oo.1.1.0.1.1"><ul class="global-navigation__list__items--pinned" data-reactid=".2ekmomh8oo.1.1.0.1.1.0"><li class="global-navigation__list__item" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$my-bitesize"><a class="global-navigation__list__link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize/my" data-bbc-container="global-navigation" data-bbc-title="MyBitesize" data-bbc-ignore-views="1" data-bbc-result="/bitesize/my" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$my-bitesize.0"><span class="global-navigation__list__link-my-bitesize" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$my-bitesize.0.0">My Bitesize</span></a></li><li class="global-navigation__list__item global-navigation__list__item--pinned global-navigation__list__item--all-bitesize" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$all-bitesize"><button type="button" data-bbc-container="global-navigation" data-bbc-title="AllBitesize" data-bbc-ignore-views="1" data-bbc-result="expanded-menu" class="global-navigation__list__link--button global-navigation__list__link--button--pinned" aria-live="polite" aria-label="Menu button, this menu is closed" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$all-bitesize.0"><span class="gel-icon gel-icon--list-view" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$all-bitesize.0.0"><svg width="32" height="32" viewbox="0 0 32 32" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$all-bitesize.0.0.0"><path d="M0 0v8h32V0zM0 17v3h32v-8H0zM0 29v3h32v-8H0z" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$all-bitesize.0.0.0.0"></path></svg></span><span class="global-navigation__list__link-text" data-reactid=".2ekmomh8oo.1.1.0.1.1.0.$all-bitesize.0.1">All Bitesize</span></button></li></ul></li></ul></div></nav></div><div class="bitesize-hero-banner" data-reactid=".2ekmomh8oo.2"><div class="bitesize-hero-banner__container" data-reactid=".2ekmomh8oo.2.0"><div class="bitesize-hero-banner__content" data-reactid=".2ekmomh8oo.2.0.0"><div class="bitesize-hero-banner__content-image" data-reactid=".2ekmomh8oo.2.0.0.0"></div><h2 class="bitesize-hero-banner__content-title" data-reactid=".2ekmomh8oo.2.0.0.1">Lockdown Learning</h2><div class="bitesize-hero-banner__content-subtitle" data-reactid=".2ekmomh8oo.2.0.0.2">Learning at home? We’ve got you! Try our lessons full of videos, quizzes and practice activities to help you with home learning.</div><div class="navigation" data-reactid=".2ekmomh8oo.2.0.0.3"><span class="navigation__label" data-reactid=".2ekmomh8oo.2.0.0.3.0">I am in</span><div class="navigation__selector-container" data-reactid=".2ekmomh8oo.2.0.0.3.1"><div class="navigation__age-selector" data-reactid=".2ekmomh8oo.2.0.0.3.1.0"><button type="button" class="navigation__age-selector-drawer" aria-label="Select your year" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.0"><span class="navigation__age-selector-drawer-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.0.0">Year</span><svg version="1.1" x="0px" y="0px" width="18px" height="18px" viewbox="0 0 32 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.0.1"><polygon points="16,29 32,3 24.8,3 16,18.3 7.2,3 0,3" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.0.1.0"></polygon></svg></button><div class="navigation__age-selector-container navigation__age-selector-container--hidden" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1"><ol class="navigation__age-selector-list" hidden="" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0"><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year1"><button id="year1" aria-label="Year 1 / P2" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year1.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year1.0.0">Year 1 / P2</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year1.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year1.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year2"><button id="year2" aria-label="Year 2 / P3" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year2.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year2.0.0">Year 2 / P3</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year2.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year2.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year3"><button id="year3" aria-label="Year 3 / P4" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year3.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year3.0.0">Year 3 / P4</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year3.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year3.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year4"><button id="year4" aria-label="Year 4 / P5" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year4.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year4.0.0">Year 4 / P5</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year4.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year4.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year5"><button id="year5" aria-label="Year 5 / P6" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year5.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year5.0.0">Year 5 / P6</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year5.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year5.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year6"><button id="year6" aria-label="Year 6 / P7" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year6.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year6.0.0">Year 6 / P7</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year6.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year6.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year7"><button id="year7" aria-label="Year 7 / S1" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year7.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year7.0.0">Year 7 / S1</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year7.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year7.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year8"><button id="year8" aria-label="Year 8 / S2" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year8.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year8.0.0">Year 8 / S2</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year8.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year8.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year9"><button id="year9" aria-label="Year 9 / S3" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year9.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year9.0.0">Year 9 / S3</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year9.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year9.0.1.0"></polygon></svg></button></li><li class="list-item" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year10"><button id="year10" aria-label="Year 10 / S4" type="button" class="list-item__button" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year10.0"><span class="list-item__button-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year10.0.0">Year 10 / S4</span><svg class="list-item__button-tick-icon" version="1.1" x="0px" y="0px" width="31.8px" height="32px" viewbox="0 0 31.8 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year10.0.1"><polygon points="12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2" data-reactid=".2ekmomh8oo.2.0.0.3.1.0.1.0.$year10.0.1.0"></polygon></svg></button></li></ol></div></div><div class="ec-link-button__container" data-reactid=".2ekmomh8oo.2.0.0.3.1.1"><a tabindex="0" href="/web/20210115223247/https://www.bbc.co.uk/bitesize/this-terms-topics" class="ec-link-button__bitesize-banner" aria-label="Go to Learning at Home lessons" data-bbc-container="homepage-header" data-reactid=".2ekmomh8oo.2.0.0.3.1.1.0"><div data-reactid=".2ekmomh8oo.2.0.0.3.1.1.0.0"><span class="navigation__lessons-link-desktop-text" data-reactid=".2ekmomh8oo.2.0.0.3.1.1.0.0.0">Start a lesson</span><svg class="navigation__lessons-link-icon" width="32" height="32" viewbox="0 0 32 32" data-reactid=".2ekmomh8oo.2.0.0.3.1.1.0.0.1"><polygon points="29 16 3 0 3 7.2 17.6 16 3 24.8 3 32 29 16" data-reactid=".2ekmomh8oo.2.0.0.3.1.1.0.0.1.0"></polygon></svg></div></a></div></div></div></div><div class="bitesize-hero-banner__images" data-reactid=".2ekmomh8oo.2.0.1"><div class="bitesize-hero-banner__images--left" data-reactid=".2ekmomh8oo.2.0.1.0"></div><div class="bitesize-hero-banner__images--right" data-reactid=".2ekmomh8oo.2.0.1.1"></div></div></div></div></div></div><div id="u34061857215780678"><div class="promoted-navigation__container" data-reactid=".14ry3fypugg" data-react-checksum="-1956827538"><div class="promoted-navigation" data-reactid=".14ry3fypugg.0"><noscript data-reactid=".14ry3fypugg.0.0"></noscript><a class="optional-link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize/learn" data-reactid=".14ry3fypugg.0.1"><h1 class="promoted-navigation__title" data-reactid=".14ry3fypugg.0.1.0">Learn &amp; revise</h1><div class="gel-icon gel-icon--next" data-reactid=".14ry3fypugg.0.1.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".14ry3fypugg.0.1.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".14ry3fypugg.0.1.1.0.0"></path></svg></div></a><div class="promoted-navigation__phases" data-reactid=".14ry3fypugg.0.2"><div class="promoted-navigation__phases-layout" data-reactid=".14ry3fypugg.0.2.0"><div class="promoted-navigation__phases-item" data-reactid=".14ry3fypugg.0.2.0.$Primary"><div class="phase-card phase-card--primary" data-reactid=".14ry3fypugg.0.2.0.$Primary.0"><a class="phase-card__link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize/primary" aria-label="Go to Primary (Age 3 to 11)" data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0"><div class="phase-card__content-container" data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0.0"><div class="phase-card__title" data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0.0.0">Primary</div><div class="phase-card__subtitle" data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0.0.1">Age 3 to 11</div><div class="phase-card__cta" data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0.0.2"><span data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0.0.2.0">Go to Primary</span><div class="gel-icon gel-icon--next" data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0.0.2.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0.0.2.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".14ry3fypugg.0.2.0.$Primary.0.0.0.2.1.0.0"></path></svg></div></div></div></a></div></div><div class="promoted-navigation__phases-item" data-reactid=".14ry3fypugg.0.2.0.$Secondary"><div class="phase-card phase-card--secondary" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0"><a class="phase-card__link" href="/web/20210115223247/https://www.bbc.co.uk/bitesize/secondary" aria-label="Go to Secondary (Age 11 to 16)" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0"><div class="phase-card__content-container" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0.0"><div class="phase-card__title" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0.0.0">Secondary</div><div class="phase-card__subtitle" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0.0.1">Age 11 to 16</div><div class="phase-card__cta" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0.0.2"><span data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0.0.2.0">Go to Secondary</span><div class="gel-icon gel-icon--next" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0.0.2.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0.0.2.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".14ry3fypugg.0.2.0.$Secondary.0.0.0.2.1.0.0"></path></svg></div></div></div></a></div></div><div class="promoted-navigation__phases-item" data-reactid=".14ry3fypugg.0.2.0.$Post-16"><div class="phase-card phase-card--post-16" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0"><button class="phase-card__link" aria-label="Go to Post-16 (Age 16+)" type="button" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0"><div class="phase-card__content-container" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0.0"><div class="phase-card__title" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0.0.0">Post-16</div><div class="phase-card__subtitle" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0.0.1">Age 16+</div><div class="phase-card__cta" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0.0.2"><span data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0.0.2.0">Go to Post-16</span><div class="gel-icon gel-icon--next" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0.0.2.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0.0.2.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".14ry3fypugg.0.2.0.$Post-16.0.0.0.2.1.0.0"></path></svg></div></div></div></button></div></div></div></div></div></div></div><div id="u4867035813127787"><div class="bitesize-parents-teachers-journey-container" data-reactid=".1xkky1eq7wy" data-react-checksum="1478668623"><div class="bitesize-parents-teachers-journey" data-reactid=".1xkky1eq7wy.0"><h2 class="bitesize-parents-teachers-journey-title" data-reactid=".1xkky1eq7wy.0.0">Extra resources</h2><div class="bitesize-parents-teachers-journey-items" data-reactid=".1xkky1eq7wy.0.1"><div class="bitesize-parents-teachers-journey-item" data-reactid=".1xkky1eq7wy.0.1.0"><div class="education-content-promo--default" data-reactid=".1xkky1eq7wy.0.1.0.0"><div class="education-content-promo-container--default" data-reactid=".1xkky1eq7wy.0.1.0.0.0"><div class="education-content-promo__image-wrapper--default" data-reactid=".1xkky1eq7wy.0.1.0.0.0.0"><img alt="" src="https://web.archive.org/web/20210115223247im_/https://bitesize.files.bbci.co.uk/images/svgs/parent-teacher-journey/parents.svg" class="education-content-promo__image--default " data-reactid=".1xkky1eq7wy.0.1.0.0.0.0.0"/></div><div class="education-content-text-wrapper--default" data-reactid=".1xkky1eq7wy.0.1.0.0.0.1"><div data-reactid=".1xkky1eq7wy.0.1.0.0.0.1.0"><a data-bbc-container="parent-teacher-promo" data-bbc-title="Parents" data-bbc-metadata="{&quot;CHD&quot;:&quot;card::1&quot;}" class="education-content-promo__link--default" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/znsmxyc" data-reactid=".1xkky1eq7wy.0.1.0.0.0.1.0.0"><div class="education-content-promo__title--default" data-reactid=".1xkky1eq7wy.0.1.0.0.0.1.0.0.0"><div data-reactid=".1xkky1eq7wy.0.1.0.0.0.1.0.0.0.0"><span data-reactid=".1xkky1eq7wy.0.1.0.0.0.1.0.0.0.0.0">Parents</span><svg class="" width="16" height="16" viewbox="0 0 32 32" data-reactid=".1xkky1eq7wy.0.1.0.0.0.1.0.0.0.0.1"><polygon points="29 16 3 0 3 7.2 17.6 16 3 24.8 3 32 29 16" data-reactid=".1xkky1eq7wy.0.1.0.0.0.1.0.0.0.0.1.0"></polygon></svg></div></div></a><div class="education-content-promo__context-synopsis--default" data-reactid=".1xkky1eq7wy.0.1.0.0.0.1.0.2">Practical advice and activities.</div></div></div></div></div></div><div class="bitesize-parents-teachers-journey-item" data-reactid=".1xkky1eq7wy.0.1.1"><div class="education-content-promo--default" data-reactid=".1xkky1eq7wy.0.1.1.0"><div class="education-content-promo-container--default" data-reactid=".1xkky1eq7wy.0.1.1.0.0"><div class="education-content-promo__image-wrapper--default" data-reactid=".1xkky1eq7wy.0.1.1.0.0.0"><img alt="" src="https://web.archive.org/web/20210115223247im_/https://bitesize.files.bbci.co.uk/images/svgs/parent-teacher-journey/teachers.svg" class="education-content-promo__image--default " data-reactid=".1xkky1eq7wy.0.1.1.0.0.0.0"/></div><div class="education-content-text-wrapper--default" data-reactid=".1xkky1eq7wy.0.1.1.0.0.1"><div data-reactid=".1xkky1eq7wy.0.1.1.0.0.1.0"><a data-bbc-container="parent-teacher-promo" data-bbc-title="Teachers" data-bbc-metadata="{&quot;CHD&quot;:&quot;card::2&quot;}" class="education-content-promo__link--default" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/teach" data-reactid=".1xkky1eq7wy.0.1.1.0.0.1.0.0"><div class="education-content-promo__title--default" data-reactid=".1xkky1eq7wy.0.1.1.0.0.1.0.0.0"><div data-reactid=".1xkky1eq7wy.0.1.1.0.0.1.0.0.0.0"><span data-reactid=".1xkky1eq7wy.0.1.1.0.0.1.0.0.0.0.0">Teachers</span><svg class="" width="16" height="16" viewbox="0 0 16 16" fill="none" data-reactid=".1xkky1eq7wy.0.1.1.0.0.1.0.0.0.0.1"><path d="M6 0V2.5H11.65L9.15 5H0V16H11V8.8L10 9.8V15H1V7V6H8.15L4.3 9.9L6.1 11.65L13.5 4.3V10H16V0H6Z" fill="#F86E01" data-reactid=".1xkky1eq7wy.0.1.1.0.0.1.0.0.0.0.1.0"></path></svg></div></div></a><div class="education-content-promo__context-synopsis--default" data-reactid=".1xkky1eq7wy.0.1.1.0.0.1.0.2">Resources from BBC Teach.</div></div></div></div></div></div></div></div></div></div><div id="u0635336280430201"><div class="index-page" data-reactid=".1pczvsgrhqe" data-react-checksum="-463614619"><span data-reactid=".1pczvsgrhqe.1"></span><span data-reactid=".1pczvsgrhqe.2"></span><div class="collection" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0"><div class="collection-content" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0"><div class="gel-layout gel-layout--equal layout-2-with-links" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0"><div class="gel-layout__item promo-container" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0"><h2 class="collection-title" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.0">New from Bitesize</h2><div class="promo gel-12/12" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zvryp4j" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p093brb4.jpg" data-alt="Lockdown Learning" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.1.0.1.0">Lockdown Learning</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.1.0.1.1">Learning at home? We&#x27;ve got you! Click here for downloadable timetables and more.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-z6kgydm-0.1.0.1.2">BITESIZE DAILY</h5></div></a></div></div><div class="gel-layout__item promo-container" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1"><h2 class="collection-title" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.0"></h2><div class="promo gel-12/12" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/newsround/news/watch_newsround" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p093bn17.jpg" data-alt="Watch the daily Newsround bulletin" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.1.0.1.0">Watch the daily Newsround bulletin</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.1.0.1.1">Keep up to date with the biggest stories from around the world plus the best in entertainment, gaming and quizzes.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-z6cwcmn-0.0.0.$promo-zwh2wnb-1.1.0.1.2">Newsround</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1"><div class="layout-branding-image-3" style="background-image:url(&quot;https://web.archive.org/web/20210115223247im_/https://ichef.bbci.co.uk/images/ic/1200xn/p06jrnd0.png&quot;);" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0"><div class="collection-content" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.0.0">Learning games and tools</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1"><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z7bcvk7-0"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/collections/primary-games/1" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z7bcvk7-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z7bcvk7-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p07mnt6v.jpg" data-alt="Play Primary games" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z7bcvk7-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z7bcvk7-0.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z7bcvk7-0.0.1.0">Play Primary games</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z7bcvk7-0.0.1.1">Level up now! Bitesize has loads of new games for you to play.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z7bcvk7-0.0.1.2">GAMES</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-zh7j96f-1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/topics/znnm2sg/articles/zhmts4j" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-zh7j96f-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-zh7j96f-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08vgbvp.jpg" data-alt="Game - FestiLingo: German" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-zh7j96f-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-zh7j96f-1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-zh7j96f-1.0.1.0">Game - FestiLingo: German</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-zh7j96f-1.0.1.1">Create your character and start your German adventure at FestiLingo.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-zh7j96f-1.0.1.2">KS3 German</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z6ckr2p-2"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/quizzes" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z6ckr2p-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z6ckr2p-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08zkyph.png" data-alt="Get your GCSE science study suggestions" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z6ckr2p-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z6ckr2p-2.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z6ckr2p-2.0.1.0">Get your GCSE science study suggestions</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z6ckr2p-2.0.1.1">Answer 20 questions and we’ll suggest where you could improve.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zpqkr2p-1.0.0.1.$promo-z6ckr2p-2.0.1.2">GCSE Science</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2"><div class="layout-branding-colour-3" style="background-color:#FFFFFF;" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0"><div class="collection-content" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.0"><h2 class="collection-title collection-title--dark gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.0.0">Around the UK </h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1"><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-z7ft2v4-0"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/programmes/p0934ly5" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-z7ft2v4-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-z7ft2v4-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08b0bh0.jpg" data-alt="BBC Scotland - Lockdown Learning" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-z7ft2v4-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-z7ft2v4-0.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-z7ft2v4-0.0.1.0">BBC Scotland - Lockdown Learning</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-z7ft2v4-0.0.1.1">Resources to support learners, teachers and parents during lockdown.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-z7ft2v4-0.0.1.2">Scotland</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zh6h2v4-1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zx6q96f" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zh6h2v4-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zh6h2v4-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08wwy10.jpg" data-alt="Dysgu Gartref" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zh6h2v4-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zh6h2v4-1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zh6h2v4-1.0.1.0">Dysgu Gartref</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zh6h2v4-1.0.1.1">Rho gynnig ar ein gwersi sy’n cynnwys fideos, cwisiau a gweithgareddau.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zh6h2v4-1.0.1.2">WALES</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zptpm39-2"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/outdoordetectives" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zptpm39-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zptpm39-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08wksx5.jpg" data-alt="Outdoor detectives" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zptpm39-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zptpm39-2.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zptpm39-2.0.1.0">Outdoor detectives</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zptpm39-2.0.1.1">Outdoor Detectives is an exciting new project to encourage children to get outside and have a local adventure!</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zgdqkty-2.0.0.1.$promo-zptpm39-2.0.1.2">Northern Ireland</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3"><div class="layout-branding-colour-3" style="background-color:#FFFFFF;" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0"><div class="collection-content" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.0"><h2 class="collection-title collection-title--dark gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.0.0">Learning at home</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1"><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zjmr47h-0"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zks4kmn" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zjmr47h-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zjmr47h-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08bq3xr.jpg" data-alt="Early years resources for learning at home" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zjmr47h-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zjmr47h-0.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zjmr47h-0.0.1.0">Early years resources for learning at home</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zjmr47h-0.0.1.1">Everything you&#x27;ll need for you and your little ones.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zjmr47h-0.0.1.2">Early Years</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zk3hpg8-1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/newsletters/SchoolsNotOut/zn2c47h" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zk3hpg8-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zk3hpg8-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089nyy6.png" data-alt="Sign up for our Children and Parents newsletter" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zk3hpg8-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zk3hpg8-1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zk3hpg8-1.0.1.0">Sign up for our Children and Parents newsletter</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zk3hpg8-1.0.1.1">Everything you need for homeschooling, sent straight to your inbox.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-zk3hpg8-1.0.1.2">Newsletter</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-z6n72sg-2"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/iplayer/group/p089nk5f" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-z6n72sg-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-z6n72sg-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089rs9s.jpg" data-alt="Bitesize on iPlayer" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-z6n72sg-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-z6n72sg-2.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-z6n72sg-2.0.1.0">Bitesize on iPlayer</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-z6n72sg-2.0.1.1">Catch up on your lessons now. </p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-z42s3dm-3.0.0.1.$promo-z6n72sg-2.0.1.2">Bitesize Daily</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4"><div class="layout-branding-image-3" style="background-image:url(&quot;https://web.archive.org/web/20210115223247im_/https://ichef.bbci.co.uk/images/ic/1200xn/p0742k28.jpg&quot;);" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0"><div class="collection-content" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.0.0">Support</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1"><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zpmw96f-0"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zxdc3j6" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zpmw96f-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zpmw96f-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p093s9v3.jpg" data-alt="Dr Radha: Tips for coping when you're overwhelmed" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zpmw96f-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zpmw96f-0.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zpmw96f-0.0.1.0">Dr Radha: Tips for coping when you&#x27;re overwhelmed</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zpmw96f-0.0.1.1">Dr Radha gives five top tips for how to cope when it all feels too much. </p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zpmw96f-0.0.1.2">SUPPORT</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zt4bhcw-1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/z77svk7" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zt4bhcw-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zt4bhcw-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08cxgvp.jpg" data-alt="Nine nifty ways to study remotely" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zt4bhcw-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zt4bhcw-1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zt4bhcw-1.0.1.0">Nine nifty ways to study remotely</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zt4bhcw-1.0.1.1">Award-winning educational influencer and A-level tutor Ibrahim Mohammed gives his top tips for remote studying.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zt4bhcw-1.0.1.2">SUPPORT</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zfx8d6f-2"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zfy3382 " tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zfx8d6f-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zfx8d6f-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089g9f7.jpg" data-alt="'How I maintain my mental wellbeing in lockdown' " data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zfx8d6f-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zfx8d6f-2.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zfx8d6f-2.0.1.0">&#x27;How I maintain my mental wellbeing in lockdown&#x27; </h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zfx8d6f-2.0.1.1">How self-soothe boxes can empower you to look after your mental health.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-zf9yvk7-4.0.0.1.$promo-zfx8d6f-2.0.1.2">SUPPORT</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5"><div class="layout-branding-image-3" style="background-image:url(&quot;https://web.archive.org/web/20210115223247im_/https://ichef.bbci.co.uk/images/ic/1200xn/p06jrnd0.png&quot;);" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0"><div class="collection-content" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0"><div class="gel-layout gel-layout--center" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.0"><h2 class="collection-title collection-title--light gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.0.0">More from Bitesize</h2></div><div class="gel-layout gel-layout--center gel-layout--equal" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1"><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-z67hscw-0"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zk6c92p" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-z67hscw-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-z67hscw-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p08bq0bp.jpg" data-alt="Can philosophy help us through lockdown?" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-z67hscw-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-z67hscw-0.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-z67hscw-0.0.1.0">Can philosophy help us through lockdown?</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-z67hscw-0.0.1.1">Philosophy lecturers explain their favourite theories to help cope with hard times.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-z67hscw-0.0.1.2">TOPICAL</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zsj9g7h-1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zm7kr2p" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zsj9g7h-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zsj9g7h-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p093616x.jpg" data-alt="Do you know a minimoon from a meteoroid?" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zsj9g7h-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zsj9g7h-1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zsj9g7h-1.0.1.0">Do you know a minimoon from a meteoroid?</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zsj9g7h-1.0.1.1">We take a look at the different celestial objects and satellites of space.</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zsj9g7h-1.0.1.2">TOPICAL</h5></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zd2w96f-2"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zxqkr2p" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zd2w96f-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zd2w96f-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p093ssm0.jpg" data-alt="The history and science of snowmen" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zd2w96f-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zd2w96f-2.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zd2w96f-2.0.1.0">The history and science of snowmen</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zd2w96f-2.0.1.1">Building snowmen is a staple part of a snowy winter - but why and how do we do it?</p><h5 class="promo-attribution" data-reactid=".1pczvsgrhqe.4:$collection-znn72sg-5.0.0.1.$promo-zd2w96f-2.0.1.2">TOPICAL</h5></div></a></div></div></div></div></div><div class="collection" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6"><div class="collection-content" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0"><h2 class="collection-title" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.0">Bitesize App</h2><div class="gel-layout gel-layout--equal layout-hero-2" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1"><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zr6h6v4-0"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize/articles/zgd682p" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zr6h6v4-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zr6h6v4-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0836h69.png" data-alt="14-16? Want revision on the go?" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zr6h6v4-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zr6h6v4-0.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zr6h6v4-0.0.1.0">14-16? Want revision on the go?</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zr6h6v4-0.0.1.1">Our Bitesize App shows your subjects with bespoke flashcards to help you study wherever and whenever you need to!</p><span data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zr6h6v4-0.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://apps.apple.com/app/apple-store/id1089215244?pt=342230&amp;ct=Bitesize%20Homepage%20Promo&amp;mt=8" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0836ql7.png" data-alt="The Bitesize App is available on iOS" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.0.2.0"><title data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-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=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.1.0">The Bitesize App is available on iOS</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.1.1">If you are an iOS user, you can download the latest version of the Bitesize App from the AppStore. </p><span data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zdy3y9q-1.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://play.google.com/store/apps/details?id=uk.co.bbc.bitesize&amp;referrer=utm_source%3Dbitesize%26utm_medium%3Dbanner%26utm_content%3Dapp%2520promo%26utm_campaign%3Dbitesize_homepage_web_promo%26anid%3Dadmob" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p0836qwv.png" data-alt="The Bitesize App is available on Android" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.0.0"></div><div class="gel-icon gel-icon--external-link" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.0.2"><svg viewbox="0 0 32 32" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.0.2.0"><title data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-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=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.0.2.0.1"></path></svg></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.1.0">The Bitesize App is available on Android</h2><p class="promo-synopsis" data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.1.1">If you&#x27;re an Android user, you can download it from the Google Play Store.</p><span data-reactid=".1pczvsgrhqe.4:$collection-zv7m7nb-6.0.1.$promo-zmc9cqt-2.0.1.2"></span></div></a></div></div></div></div><div class="collection" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7"><div class="collection-content" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0"><h2 class="collection-title" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.0">From the rest of the BBC</h2><div class="gel-layout gel-layout--equal layout-row-4" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1"><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6rnscw-0"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/teach" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6rnscw-0.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6rnscw-0.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089ks3d.jpg" data-alt="BBC Teach" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6rnscw-0.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6rnscw-0.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6rnscw-0.0.1.0">BBC Teach</h2><span data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6rnscw-0.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zvqc47h-1"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/cbeebies" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zvqc47h-1.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zvqc47h-1.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089ksd3.jpg" data-alt="Cbeebies" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zvqc47h-1.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zvqc47h-1.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zvqc47h-1.0.1.0">Cbeebies</h2><span data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zvqc47h-1.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6csf4j-2"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/cbbc" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6csf4j-2.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6csf4j-2.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089ksq3.png" data-alt="CBBC" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6csf4j-2.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6csf4j-2.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6csf4j-2.0.1.0">CBBC</h2><span data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-z6csf4j-2.0.1.2"></span></div></a></div><div class="promo gel-layout__item" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zv7492p-3"><a class="promo-link" href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/newsround" tabindex="0" aria-hidden="false" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zv7492p-3.0"><div class="promo-image-container" aria-hidden="true" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zv7492p-3.0.0"><div class="promo-image--lazyload" data-src="https://web.archive.org/web/20210115223247oe_/https://ichef.bbci.co.uk/images/ic/{width}xn/p089ksv4.png" data-alt="Newsround" data-class="promo-image" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zv7492p-3.0.0.0"></div></div><div class="promo-footer" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zv7492p-3.0.1"><h2 class="promo-title" data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zv7492p-3.0.1.0">Newsround</h2><span data-reactid=".1pczvsgrhqe.4:$collection-zm3thbk-7.0.1.$promo-zv7492p-3.0.1.2"></span></div></a></div></div></div></div></div></div><div id="u10864846954103524"><div class="all-subjects-banner__container" data-reactid=".192ta1ac60o" data-react-checksum="-1266613028"><div class="all-subjects-banner" data-reactid=".192ta1ac60o.0"><div class="all-subjects-banner__title" data-reactid=".192ta1ac60o.0.0">View all our subjects</div><div class="all-subjects-banner__text-container" data-reactid=".192ta1ac60o.0.1"><div class="all-subjects-banner__text" data-reactid=".192ta1ac60o.0.1.0">Maths, English, Science and more... We&#x27;ve got you.</div><div class="all-subjects-banner__button-container" data-reactid=".192ta1ac60o.0.1.1"><a href="/web/20210115223247/https://www.bbc.co.uk/bitesize/subjects" class="all-subjects-banner__button" data-reactid=".192ta1ac60o.0.1.1.0"><span class="all-subjects-banner__button-text" data-reactid=".192ta1ac60o.0.1.1.0.0">View all subjects</span><div class="gel-icon gel-icon--next" data-reactid=".192ta1ac60o.0.1.1.0.1"><svg width="31.9" height="32" viewbox="0 0 31.9 32" data-reactid=".192ta1ac60o.0.1.1.0.1.0"><path d="M29 16L3 0v7.2L17.6 16 3 24.8V32z" data-reactid=".192ta1ac60o.0.1.1.0.1.0.0"></path></svg></div></a></div></div><div class="all-subjects-banner__image" data-reactid=".192ta1ac60o.0.2"><svg width="394px" height="141px" viewbox="0 0 394 141" version="1.1" data-reactid=".192ta1ac60o.0.2.0"><title data-reactid=".192ta1ac60o.0.2.0.0">All Subjects</title><defs data-reactid=".192ta1ac60o.0.2.0.1"></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" data-reactid=".192ta1ac60o.0.2.0.2"><g id="DESKTOP-1008-HOMEPAGE" transform="translate(-728.000000, -2075.000000)" data-reactid=".192ta1ac60o.0.2.0.2.0"><g id="Group-2" transform="translate(152.000000, 2061.000000)" data-reactid=".192ta1ac60o.0.2.0.2.0.0"><g id="Group" transform="translate(576.000000, 14.000000)" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0"><g id="Group-9" transform="translate(0.000000, 84.000000)" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.0"><path d="M102.6631,37.1562 L16.6591,37.1562 C15.7251,37.1562 14.9671,36.3982 14.9671,35.4642 C14.9671,34.5292 15.7251,33.7712 16.6591,33.7712 L102.6631,33.7712 C103.5981,33.7712 104.3551,34.5292 104.3551,35.4642 C104.3551,36.3982 103.5981,37.1562 102.6631,37.1562" id="Fill-1" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.0.0"></path><path d="M8.0576,37.1562 L2.0296,37.1562 C1.0946,37.1562 0.3366,36.3982 0.3366,35.4642 C0.3366,34.5292 1.0946,33.7712 2.0296,33.7712 L8.0576,33.7712 C8.9926,33.7712 9.7496,34.5292 9.7496,35.4642 C9.7496,36.3982 8.9926,37.1562 8.0576,37.1562" id="Fill-3" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.0.1"></path><path d="M376.4697,4.248 L290.4657,4.248 C289.5317,4.248 288.7737,3.49 288.7737,2.556 C288.7737,1.621 289.5317,0.863 290.4657,0.863 L376.4697,0.863 C377.4047,0.863 378.1617,1.621 378.1617,2.556 C378.1617,3.49 377.4047,4.248 376.4697,4.248" id="Fill-5" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.0.2"></path><path d="M391.8594,4.248 L385.8314,4.248 C384.8964,4.248 384.1384,3.49 384.1384,2.556 C384.1384,1.621 384.8964,0.863 385.8314,0.863 L391.8594,0.863 C392.7944,0.863 393.5514,1.621 393.5514,2.556 C393.5514,3.49 392.7944,4.248 391.8594,4.248" id="Fill-7" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.0.3"></path></g><g id="Group-46" transform="translate(99.000000, 0.000000)" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1"><path d="M11.6302,7.9983 C15.9922,11.3543 21.7302,12.7143 30.7892,12.7143 C38.5922,12.7143 45.4912,10.3383 52.1622,8.0403 C58.9222,5.7113 65.3062,3.5123 72.6612,3.5123 C87.4342,3.5123 93.3432,13.7993 94.9572,17.4083 L94.9572,18.6643 L94.9572,28.5973 L94.9572,30.9823 L94.9572,47.7033 L94.9572,63.6973 L94.9572,81.2303 L94.9572,90.4623 L94.9572,107.9853 L94.9572,108.9773 C94.9532,108.9723 94.9492,108.9663 94.9452,108.9603 C94.9202,108.9263 94.8932,108.8913 94.8682,108.8573 C94.7612,108.7113 94.6512,108.5643 94.5372,108.4153 C94.4912,108.3553 94.4432,108.2943 94.3962,108.2323 C94.2932,108.1013 94.1872,107.9673 94.0792,107.8333 C94.0332,107.7773 93.9882,107.7193 93.9412,107.6633 C93.7902,107.4783 93.6342,107.2923 93.4732,107.1053 C93.4462,107.0743 93.4182,107.0443 93.3912,107.0133 C93.2532,106.8553 93.1112,106.6963 92.9662,106.5373 C92.9112,106.4763 92.8532,106.4143 92.7972,106.3533 C92.6682,106.2153 92.5372,106.0773 92.4032,105.9383 C92.3482,105.8823 92.2942,105.8253 92.2382,105.7693 C92.0522,105.5803 91.8622,105.3923 91.6662,105.2043 C91.6372,105.1773 91.6062,105.1493 91.5772,105.1213 C91.4072,104.9603 91.2332,104.8003 91.0542,104.6393 C90.9882,104.5793 90.9202,104.5203 90.8532,104.4603 C90.6992,104.3253 90.5412,104.1893 90.3812,104.0553 C90.3152,104.0003 90.2502,103.9443 90.1842,103.8903 C89.9612,103.7073 89.7352,103.5253 89.5022,103.3463 C89.4732,103.3233 89.4422,103.3013 89.4132,103.2783 C89.2062,103.1213 88.9952,102.9663 88.7792,102.8113 C88.7022,102.7563 88.6242,102.7023 88.5462,102.6483 C88.3642,102.5203 88.1782,102.3943 87.9902,102.2703 C87.9122,102.2193 87.8362,102.1683 87.7582,102.1173 C87.4982,101.9493 87.2342,101.7833 86.9622,101.6223 C86.9332,101.6053 86.9032,101.5883 86.8742,101.5713 C86.6282,101.4263 86.3772,101.2853 86.1222,101.1463 C86.0342,101.0983 85.9442,101.0503 85.8542,101.0043 C85.6422,100.8913 85.4282,100.7813 85.2092,100.6743 C85.1202,100.6303 85.0332,100.5853 84.9432,100.5433 C84.6422,100.3993 84.3372,100.2583 84.0242,100.1233 C83.9982,100.1113 83.9712,100.1013 83.9452,100.0903 C83.6552,99.9663 83.3602,99.8483 83.0612,99.7323 C82.9612,99.6943 82.8602,99.6573 82.7582,99.6193 C82.5162,99.5303 82.2692,99.4433 82.0192,99.3583 C81.9192,99.3243 81.8182,99.2893 81.7152,99.2573 C81.3722,99.1453 81.0242,99.0393 80.6682,98.9393 C80.6472,98.9333 80.6252,98.9293 80.6052,98.9233 C80.2682,98.8303 79.9242,98.7443 79.5762,98.6623 C79.4642,98.6363 79.3502,98.6113 79.2372,98.5863 C78.9612,98.5253 78.6832,98.4683 78.4002,98.4143 C78.2852,98.3933 78.1722,98.3703 78.0562,98.3503 C77.6682,98.2813 77.2752,98.2173 76.8732,98.1633 C76.8612,98.1613 76.8492,98.1603 76.8372,98.1593 C76.4472,98.1063 76.0492,98.0643 75.6462,98.0263 C75.5222,98.0143 75.3962,98.0043 75.2702,97.9943 C74.9612,97.9693 74.6472,97.9483 74.3302,97.9323 C74.2012,97.9253 74.0742,97.9183 73.9442,97.9123 C73.5092,97.8963 73.0692,97.8843 72.6202,97.8843 C64.7632,97.8843 57.8402,100.2683 51.1462,102.5753 C44.4112,104.8943 38.0502,107.0863 30.7482,107.0863 C30.3922,107.0863 30.0422,107.0833 29.6992,107.0783 C29.6282,107.0783 29.5602,107.0763 29.4892,107.0743 C29.2152,107.0703 28.9442,107.0663 28.6792,107.0583 C28.6232,107.0573 28.5702,107.0553 28.5132,107.0533 C28.2362,107.0453 27.9622,107.0363 27.6932,107.0253 C27.6582,107.0233 27.6242,107.0213 27.5892,107.0203 C27.2992,107.0073 27.0132,106.9943 26.7352,106.9773 C26.7292,106.9773 26.7232,106.9773 26.7172,106.9763 C18.4422,106.4943 14.6042,104.4433 11.6302,101.3563 L11.6302,7.9983 Z" id="Fill-10" fill="#FFFFFF" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.0"></path><path d="M120.2493,3.5124 C127.6043,3.5124 133.9883,5.7114 140.7483,8.0394 C147.4193,10.3374 154.3173,12.7144 162.1203,12.7144 C171.1793,12.7144 176.9183,11.3544 181.2803,7.9984 L181.2803,101.3564 C178.3053,104.4424 174.4683,106.4944 166.1933,106.9764 C166.1873,106.9764 166.1813,106.9764 166.1753,106.9774 C165.8963,106.9934 165.6103,107.0074 165.3213,107.0204 C165.2863,107.0214 165.2523,107.0234 165.2163,107.0254 C164.9483,107.0364 164.6733,107.0454 164.3963,107.0534 C164.3403,107.0554 164.2863,107.0574 164.2303,107.0584 C163.9663,107.0654 163.6943,107.0704 163.4213,107.0744 C163.3503,107.0764 163.2823,107.0784 163.2103,107.0784 C162.8673,107.0834 162.5183,107.0864 162.1613,107.0864 C154.8603,107.0864 148.4993,104.8944 141.7643,102.5744 C135.0703,100.2684 128.1463,97.8834 120.2903,97.8834 C119.8413,97.8834 119.4013,97.8964 118.9663,97.9124 C118.8363,97.9184 118.7093,97.9254 118.5803,97.9324 C118.2623,97.9484 117.9493,97.9694 117.6393,97.9944 C117.5143,98.0044 117.3883,98.0144 117.2633,98.0254 C116.8613,98.0634 116.4623,98.1064 116.0723,98.1594 C116.0613,98.1604 116.0483,98.1614 116.0363,98.1634 C115.6353,98.2174 115.2423,98.2814 114.8543,98.3494 C114.7383,98.3704 114.6243,98.3934 114.5093,98.4144 C114.2273,98.4684 113.9483,98.5254 113.6733,98.5864 C113.5603,98.6114 113.4463,98.6354 113.3343,98.6624 C112.9853,98.7444 112.6423,98.8294 112.3053,98.9234 C112.2843,98.9294 112.2633,98.9334 112.2423,98.9394 C111.8853,99.0394 111.5383,99.1454 111.1943,99.2574 C111.0923,99.2894 110.9913,99.3244 110.8903,99.3584 C110.6403,99.4434 110.3943,99.5304 110.1513,99.6194 C110.0503,99.6574 109.9493,99.6944 109.8493,99.7324 C109.5493,99.8484 109.2543,99.9664 108.9653,100.0904 C108.9393,100.1014 108.9123,100.1114 108.8863,100.1234 C108.5733,100.2574 108.2673,100.3994 107.9663,100.5434 C107.8773,100.5854 107.7893,100.6304 107.7013,100.6744 C107.4823,100.7814 107.2673,100.8914 107.0553,101.0034 C106.9663,101.0504 106.8763,101.0984 106.7883,101.1454 C106.5323,101.2854 106.2823,101.4264 106.0363,101.5714 C106.0073,101.5884 105.9773,101.6054 105.9483,101.6224 C105.6763,101.7834 105.4113,101.9494 105.1523,102.1174 C105.0733,102.1684 104.9983,102.2184 104.9203,102.2694 C104.7313,102.3944 104.5463,102.5204 104.3643,102.6484 C104.2863,102.7024 104.2073,102.7564 104.1313,102.8114 C103.9153,102.9654 103.7043,103.1214 103.4973,103.2784 C103.4683,103.3014 103.4373,103.3234 103.4073,103.3464 C103.1753,103.5254 102.9493,103.7074 102.7263,103.8894 C102.6603,103.9444 102.5953,103.9994 102.5293,104.0544 C102.3693,104.1894 102.2113,104.3254 102.0573,104.4604 C101.9903,104.5204 101.9223,104.5794 101.8563,104.6394 C101.6773,104.7994 101.5033,104.9604 101.3323,105.1214 C101.3033,105.1494 101.2733,105.1764 101.2443,105.2044 C101.0483,105.3924 100.8583,105.5804 100.6723,105.7694 C100.6163,105.8254 100.5623,105.8824 100.5073,105.9384 C100.3733,106.0774 100.2413,106.2154 100.1133,106.3534 C100.0573,106.4144 99.9993,106.4754 99.9443,106.5374 C99.7993,106.6964 99.6563,106.8554 99.5183,107.0134 C99.4913,107.0434 99.4633,107.0744 99.4373,107.1054 C99.2763,107.2924 99.1203,107.4784 98.9683,107.6634 C98.9223,107.7194 98.8773,107.7764 98.8313,107.8334 C98.7233,107.9674 98.6173,108.1004 98.5143,108.2324 C98.4673,108.2944 98.4193,108.3554 98.3733,108.4154 C98.2593,108.5644 98.1493,108.7114 98.0423,108.8574 C98.0163,108.8914 97.9903,108.9264 97.9653,108.9604 C97.9613,108.9664 97.9573,108.9714 97.9533,108.9774 L97.9533,107.9854 L97.9533,90.4624 L97.9533,81.2304 L97.9533,63.6974 L97.9533,47.7034 L97.9533,30.9824 L97.9533,28.5974 L97.9533,18.6644 L97.9533,17.4084 C99.5663,13.7994 105.4763,3.5124 120.2493,3.5124" id="Fill-12" fill="#FFFFFF" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.1"></path><path d="M162.1616,110.082 C154.3586,110.082 147.4606,107.705 140.7886,105.407 C134.0296,103.079 127.6456,100.88 120.2906,100.88 C105.1196,100.88 99.2956,111.727 97.8736,115.051 C97.6376,115.602 97.0956,115.96 96.4956,115.96 L96.4146,115.96 C95.8146,115.96 95.2726,115.602 95.0366,115.051 C93.6146,111.727 87.7906,100.88 72.6196,100.88 C65.2646,100.88 58.8806,103.079 52.1216,105.407 C45.4496,107.705 38.5516,110.082 30.7486,110.082 C21.7146,110.082 15.9886,108.722 11.6306,105.367 L11.6306,120.525 L81.6206,120.525 C89.2176,120.525 94.0236,125.459 94.8036,130.674 L94.9566,130.674 L97.9536,130.674 L98.1066,130.674 C98.8866,125.459 103.6926,120.525 111.2896,120.525 L181.2796,120.525 L181.2796,105.367 C176.9216,108.722 171.1956,110.082 162.1616,110.082" id="Fill-14" fill="#EC833D" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.2"></path><path d="M188.9002,125.2037 L188.9002,128.2007 L188.9002,129.2287 L109.7882,129.2287 C109.2122,129.2287 108.6882,129.5597 108.4382,130.0777 C106.3852,134.3507 102.4522,137.1557 97.9532,137.6707 L97.9532,137.6697 C97.4602,137.7257 96.9632,137.7637 96.4592,137.7647 L96.4552,137.7647 L96.4512,137.7647 C95.9462,137.7637 95.4492,137.7257 94.9572,137.6697 L94.9572,137.6707 C90.4582,137.1557 86.5252,134.3507 84.4722,130.0777 C84.2222,129.5597 83.6982,129.2287 83.1222,129.2287 L4.0102,129.2287 L4.0102,128.2007 L4.0102,125.2037 L4.0102,22.5907 L8.6342,22.5907 L8.6342,84.0837 C8.6272,84.0837 8.6202,84.0827 8.6132,84.0817 L8.6132,121.8507 C8.6132,121.9607 8.6262,122.0657 8.6482,122.1677 C8.7222,122.9267 9.3542,123.5207 10.1322,123.5207 L81.6212,123.5207 C88.7252,123.5207 91.9202,128.5797 91.9202,132.1717 C91.9202,132.9987 92.5912,133.6687 93.4182,133.6687 L94.9572,133.6687 L97.9532,133.6687 L99.4922,133.6687 C100.3192,133.6687 100.9902,132.9987 100.9902,132.1717 C100.9902,128.5797 104.1852,123.5207 111.2892,123.5207 L182.7782,123.5207 C183.5552,123.5207 184.1882,122.9267 184.2612,122.1677 C184.2832,122.0657 184.2972,121.9607 184.2972,121.8507 L184.2972,84.0817 C184.2902,84.0827 184.2832,84.0837 184.2762,84.0837 L184.2762,22.5907 L188.9002,22.5907 L188.9002,125.2037 Z" id="Fill-16" fill="#E5640F" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.3"></path><path d="M96.4551,141 C87.8971,141 83.4061,134.81 81.9571,132.343 L2.6631,132.343 C1.7281,132.343 0.9711,131.585 0.9711,130.65 L0.9711,20.98 C0.9711,20.046 1.7281,19.288 2.6631,19.288 L10.2291,19.288 C11.1641,19.288 11.9221,20.046 11.9221,20.98 C11.9221,21.915 11.1641,22.673 10.2291,22.673 L4.3551,22.673 L4.3551,128.958 L82.9671,128.958 C83.6271,128.958 84.2271,129.342 84.5041,129.941 C84.6481,130.25 88.1961,137.615 96.4551,137.615 C97.3901,137.615 98.1471,138.373 98.1471,139.308 C98.1471,140.242 97.3901,141 96.4551,141" id="Fill-18" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.4"></path><path d="M96.4541,116.2852 C95.7071,116.2852 95.0351,115.7912 94.8261,115.0542 C94.6621,114.4872 90.5801,101.0562 73.6971,101.0562 C64.4601,101.0562 57.8031,103.5072 51.3631,105.8762 C45.2901,108.1102 39.0101,110.4212 30.9441,110.4212 C14.2211,110.4212 9.0961,103.9772 8.8861,103.7042 C8.3171,102.9622 8.4581,101.8992 9.2001,101.3312 C9.9381,100.7672 10.9891,100.9012 11.5601,101.6302 C11.6641,101.7532 16.2081,107.0362 30.9441,107.0362 C38.4061,107.0362 44.1331,104.9292 50.1941,102.6982 C56.9121,100.2272 63.8571,97.6722 73.6971,97.6722 C89.3121,97.6722 95.5271,108.1232 97.4071,112.3702 C97.8541,112.6752 98.1471,113.1872 98.1471,113.7692 L98.1471,114.5932 C98.1471,115.4372 97.5241,116.1532 96.6871,116.2692 C96.6091,116.2802 96.5311,116.2852 96.4541,116.2852" id="Fill-20" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.5"></path><path d="M96.4551,134.0957 L93.8441,134.0957 C92.9091,134.0957 92.1511,133.3377 92.1511,132.4037 C92.1511,124.5957 82.6341,123.4127 81.6561,123.3127 L10.2291,123.3127 C9.2951,123.3127 8.5371,122.5547 8.5371,121.6197 L8.5371,5.2797 C8.5371,4.5537 8.9991,3.9087 9.6861,3.6757 C10.3711,3.4487 11.1331,3.6747 11.5731,4.2497 C11.6031,4.2867 16.1091,9.6407 30.9441,9.6407 C38.4061,9.6407 44.1331,7.5327 50.1941,5.3027 C56.9121,2.8317 63.8571,0.2767 73.6971,0.2767 C93.1951,0.2767 98.0371,16.5717 98.0841,16.7367 C98.1261,16.8857 98.1471,17.0407 98.1471,17.1977 L98.1471,113.7697 C98.1471,114.7037 97.3901,115.4617 96.4551,115.4617 C95.5201,115.4617 94.7631,114.7037 94.7631,113.7697 L94.7631,17.4527 C94.1751,15.6557 89.6511,3.6607 73.6971,3.6607 C64.4601,3.6607 57.8031,6.1117 51.3631,8.4807 C45.2901,10.7147 39.0101,13.0257 30.9441,13.0257 C20.9071,13.0257 15.0481,10.7047 11.9221,8.7897 L11.9221,119.9277 L81.7371,119.9277 C81.7861,119.9277 81.8341,119.9297 81.8821,119.9337 C86.2941,120.3137 94.3771,123.0677 95.4241,130.7107 L96.4551,130.7107 C97.3901,130.7107 98.1471,131.4687 98.1471,132.4037 C98.1471,133.3377 97.3901,134.0957 96.4551,134.0957" id="Fill-22" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.6"></path><path d="M165.7295,36.6348 C154.2985,36.6348 149.7425,35.7058 135.2595,30.4218 C122.0625,25.6068 111.3915,30.3258 111.2855,30.3728 C110.4365,30.7608 109.4315,30.3838 109.0445,29.5308 C108.6585,28.6808 109.0355,27.6768 109.8865,27.2908 C110.3725,27.0718 121.9365,21.9558 136.4195,27.2418 C150.4245,32.3518 154.8075,33.2498 165.7295,33.2498 C166.6645,33.2498 167.4215,34.0078 167.4215,34.9428 C167.4215,35.8768 166.6645,36.6348 165.7295,36.6348" id="Fill-24" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.7"></path><path d="M165.7295,46.4385 C154.2985,46.4385 149.7425,45.5095 135.2595,40.2255 C122.1285,35.4375 111.3905,40.1305 111.2825,40.1785 C110.4305,40.5585 109.4285,40.1825 109.0445,39.3315 C108.6615,38.4805 109.0365,37.4805 109.8865,37.0945 C110.3725,36.8735 121.9365,31.7625 136.4195,37.0455 C150.4245,42.1555 154.8075,43.0535 165.7295,43.0535 C166.6645,43.0535 167.4215,43.8115 167.4215,44.7465 C167.4215,45.6805 166.6645,46.4385 165.7295,46.4385" id="Fill-26" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.8"></path><path d="M165.7295,56.2432 C154.2985,56.2432 149.7425,55.3142 135.2595,50.0302 C122.1285,45.2422 111.3905,49.9342 111.2825,49.9832 C110.4305,50.3632 109.4285,49.9872 109.0445,49.1362 C108.6615,48.2852 109.0365,47.2852 109.8865,46.8992 C110.3725,46.6782 121.9365,41.5662 136.4195,46.8502 C150.4245,51.9602 154.8075,52.8582 165.7295,52.8582 C166.6645,52.8582 167.4215,53.6162 167.4215,54.5512 C167.4215,55.4852 166.6645,56.2432 165.7295,56.2432" id="Fill-28" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.9"></path><path d="M165.7295,66.0479 C154.2985,66.0479 149.7425,65.1189 135.2595,59.8349 C122.1285,55.0459 111.3905,59.7389 111.2825,59.7879 C110.4305,60.1679 109.4285,59.7919 109.0445,58.9409 C108.6615,58.0899 109.0365,57.0899 109.8865,56.7039 C110.3725,56.4839 121.9365,51.3719 136.4195,56.6549 C150.4245,61.7649 154.8075,62.6629 165.7295,62.6629 C166.6645,62.6629 167.4215,63.4209 167.4215,64.3559 C167.4215,65.2899 166.6645,66.0479 165.7295,66.0479" id="Fill-30" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.a"></path><path d="M165.7295,75.8525 C154.2975,75.8525 149.7425,74.9235 135.2595,69.6385 C122.1285,64.8495 111.3905,69.5435 111.2825,69.5915 C110.4305,69.9715 109.4285,69.5955 109.0445,68.7445 C108.6615,67.8935 109.0365,66.8935 109.8865,66.5075 C110.3725,66.2865 121.9365,61.1755 136.4195,66.4585 C150.4235,71.5695 154.8065,72.4675 165.7295,72.4675 C166.6645,72.4675 167.4215,73.2255 167.4215,74.1605 C167.4215,75.0945 166.6645,75.8525 165.7295,75.8525" id="Fill-32" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.b"></path><path d="M96.4697,141 C95.5347,141 94.7777,140.242 94.7777,139.308 C94.7777,138.373 95.5347,137.615 96.4697,137.615 C104.7857,137.615 108.3867,130.019 108.4217,129.941 C108.6987,129.342 109.2987,128.958 109.9587,128.958 L188.5697,128.958 L188.5697,22.673 L182.6957,22.673 C181.7607,22.673 181.0027,21.915 181.0027,20.98 C181.0027,20.046 181.7607,19.288 182.6957,19.288 L190.2617,19.288 C191.1967,19.288 191.9537,20.046 191.9537,20.98 L191.9537,130.65 C191.9537,131.585 191.1967,132.343 190.2617,132.343 L110.9687,132.343 C109.5197,134.81 105.0277,141 96.4697,141" id="Fill-34" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.c"></path><path d="M99.0811,134.0957 L96.4701,134.0957 C95.5351,134.0957 94.7771,133.3377 94.7771,132.4037 C94.7771,131.4687 95.5351,130.7107 96.4701,130.7107 L97.5011,130.7107 C98.5481,123.0677 106.6321,120.3137 111.0441,119.9337 C111.0921,119.9297 111.1401,119.9277 111.1881,119.9277 L181.0031,119.9277 L181.0031,8.7897 C177.8771,10.7047 172.0181,13.0257 161.9811,13.0257 C153.9151,13.0257 147.6351,10.7147 141.5611,8.4807 C135.1231,6.1117 128.4651,3.6607 119.2281,3.6607 C102.3461,3.6607 98.2631,17.0917 98.0971,17.6627 C97.8381,18.5597 96.9041,19.0777 96.0041,18.8227 C95.1071,18.5657 94.5871,17.6337 94.8411,16.7367 C94.8881,16.5717 99.7301,0.2767 119.2281,0.2767 C129.0681,0.2767 136.0141,2.8317 142.7301,5.3027 C148.7931,7.5327 154.5191,9.6407 161.9811,9.6407 C176.8151,9.6407 181.3211,4.2867 181.3651,4.2327 C181.8171,3.6757 182.5781,3.4497 183.2531,3.6937 C183.9291,3.9327 184.3881,4.5627 184.3881,5.2797 L184.3881,121.6197 C184.3881,122.5547 183.6301,123.3127 182.6951,123.3127 L111.2691,123.3127 C110.3081,123.4107 100.7731,124.5887 100.7731,132.4037 C100.7731,133.3377 100.0161,134.0957 99.0811,134.0957" id="Fill-36" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.d"></path><path d="M96.4707,116.2852 C96.3937,116.2852 96.3157,116.2802 96.2377,116.2692 C95.4007,116.1532 94.7777,115.4372 94.7777,114.5932 L94.7777,113.7692 C94.7777,113.1872 95.0707,112.6752 95.5177,112.3702 C97.3977,108.1232 103.6137,97.6722 119.2287,97.6722 C129.0687,97.6722 136.0137,100.2272 142.7307,102.6982 C148.7927,104.9292 154.5187,107.0362 161.9817,107.0362 C176.8157,107.0362 181.3217,101.6822 181.3657,101.6282 C181.9477,100.9092 183.0087,100.7822 183.7357,101.3542 C184.4627,101.9272 184.6017,102.9692 184.0387,103.7042 C183.8287,103.9772 178.7037,110.4212 161.9817,110.4212 C153.9147,110.4212 147.6347,108.1102 141.5617,105.8762 C135.1227,103.5072 128.4647,101.0562 119.2287,101.0562 C112.0837,101.0562 106.3537,103.4282 102.1977,108.1022 C99.1067,111.5802 98.1087,115.0192 98.0987,115.0542 C97.8897,115.7912 97.2177,116.2852 96.4707,116.2852" id="Fill-38" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.e"></path><path d="M33.9475,58.4893 L38.9085,58.4893 C38.5075,57.2263 38.1005,55.9783 37.6915,54.7453 C37.2805,53.5113 36.8635,52.2843 36.4435,51.0613 C36.0225,52.3053 35.6005,53.5433 35.1805,54.7743 C34.7595,56.0073 34.3485,57.2453 33.9475,58.4893 Z M41.5855,67.0903 C41.3855,66.4083 41.1805,65.7323 40.9685,65.0593 C40.7585,64.3883 40.5535,63.7213 40.3515,63.0603 L32.5045,63.0603 C32.1015,64.3843 31.6925,65.7263 31.2705,67.0903 L25.1055,67.0903 C26.4295,63.3203 27.7675,59.6433 29.1205,56.0543 C30.4735,52.4643 31.8625,48.9763 33.2845,45.5883 L39.7515,45.5883 C41.1955,49.1563 42.5985,52.7393 43.9615,56.3393 C45.3255,59.9363 46.6465,63.5213 47.9305,67.0903 L41.5855,67.0903 Z" id="Fill-40" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.f"></path><path d="M57.8527,55.5715 C57.0517,55.5715 56.3907,55.8845 55.8687,56.5045 L55.8687,62.7285 C56.3087,62.8695 56.8017,62.9405 57.3427,62.9405 C58.2447,62.9405 58.9377,62.6135 59.4177,61.9635 C59.8977,61.3105 60.1387,60.3835 60.1387,59.1815 C60.1387,57.9985 59.9437,57.1005 59.5517,56.4905 C59.1617,55.8775 58.5957,55.5715 57.8527,55.5715 M65.8237,58.9695 C65.8237,60.7945 65.4717,62.3385 64.7707,63.6015 C64.0677,64.8645 63.0467,65.8275 61.7037,66.4875 C60.3597,67.1505 58.7147,67.4805 56.7707,67.4805 C55.7087,67.4805 54.6517,67.3645 53.5987,67.1365 C52.5457,66.9055 51.4277,66.5385 50.2447,66.0365 L50.2447,44.6865 L55.8687,44.6865 L55.8687,52.5945 C56.3507,52.0745 56.8917,51.6825 57.4917,51.4225 C58.0937,51.1625 58.7757,51.0325 59.5367,51.0325 C60.8207,51.0325 61.9327,51.3575 62.8767,52.0075 C63.8187,52.6595 64.5447,53.5825 65.0557,54.7745 C65.5677,55.9675 65.8237,57.3675 65.8237,58.9695" id="Fill-42" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.g"></path><path d="M76.7402,67.48 C74.9342,67.48 73.4052,67.159 72.1522,66.519 C70.9002,65.877 69.9432,64.94 69.2812,63.706 C68.6202,62.473 68.2882,60.986 68.2882,59.24 C68.2882,57.998 68.4902,56.87 68.8902,55.859 C69.2912,54.846 69.8722,53.979 70.6342,53.256 C71.3952,52.534 72.3032,51.984 73.3562,51.603 C74.4072,51.223 75.5972,51.032 76.9202,51.032 C77.6612,51.032 78.3782,51.105 79.0712,51.257 C79.7612,51.408 80.4092,51.613 81.0092,51.873 L81.0092,56.564 C80.5072,56.224 79.9812,55.974 79.4312,55.813 C78.8802,55.653 78.3032,55.571 77.7012,55.571 C76.5182,55.571 75.6012,55.892 74.9512,56.534 C74.2982,57.176 73.9732,58.078 73.9732,59.24 C73.9732,60.423 74.2922,61.336 74.9342,61.978 C75.5762,62.62 76.4672,62.941 77.6112,62.941 C78.2522,62.941 78.8632,62.865 79.4462,62.714 C80.0272,62.563 80.6192,62.299 81.2212,61.917 L81.2212,66.519 C80.5792,66.859 79.8822,67.105 79.1292,67.256 C78.3782,67.407 77.5812,67.48 76.7402,67.48" id="Fill-44" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.1.h"></path></g><polyline id="Fill-47" fill="#EC833D" points="217.351 2 217.351 88.111 211.175 79.519 205 88.111 205 5.799" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.2"></polyline><path d="M217.044,89.804 C216.51,89.804 215.994,89.55 215.67,89.1 L210.868,82.42 L206.066,89.1 C205.639,89.696 204.873,89.948 204.174,89.723 C203.474,89.497 203,88.846 203,88.112 L203,5.799 L206.385,5.799 L206.385,82.857 L209.494,78.532 C210.129,77.647 211.607,77.647 212.242,78.532 L215.352,82.857 L215.352,2 L218.736,2 L218.736,88.112 C218.736,88.846 218.263,89.497 217.563,89.723 C217.392,89.778 217.217,89.804 217.044,89.804" id="Fill-48" fill="#231F20" data-reactid=".192ta1ac60o.0.2.0.2.0.0.0.3"></path></g></g></g></g></svg></div></div></div></div> </div> <script id="orb-js-script" data-assetpath="https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/" src="https://web.archive.org/web/20210115223247js_/https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/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/20210115223247/https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/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/20210115223247/https://www.bbc.co.uk/">Home</a></li><li class="orb-nav-news"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/news">News</a></li><li class="orb-nav-sport"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/sport">Sport</a></li><li class="orb-nav-weather"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/weather">Weather</a></li><li class="orb-nav-iplayer"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/iplayer">iPlayer</a></li><li class="orb-nav-sounds"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/sounds">Sounds</a></li><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-food"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/food">Food</a></li><li class="orb-nav-bitesize"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-arts"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/arts">Arts</a></li><li class="orb-nav-taster"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/taster">Taster</a></li><li class="orb-nav-local"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/news/localnews">Local</a></li><li class="orb-nav-three"><a href="https://web.archive.org/web/20210115223247/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/20210115223247/https://www.bbcglobalnews.com/">Advertise with us<' + '/a><' + '/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20210115223247/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/20210115223247/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20210115223247/https://www.bbc.co.uk/bbcnewsletter">Get Personalised Newsletters</a></li></ul><small><em class="orb-hilight">Copyright &copy; 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/20210115223247/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/20210115223247js_/https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/js/nav.min.js"></script><script type="text/javascript" src="https://web.archive.org/web/20210115223247js_/https://static.files.bbci.co.uk/orbit/1006e027378d380307cb073290531b27/js/redirect.bundle.js"></script> <script type="text/javascript">require.config({ paths: { "mybbc/templates": '//web.archive.org/web/20210115223247/https://mybbc.files.bbci.co.uk/notification-ui/4.2.9/templates', "mybbc/notifications": '//web.archive.org/web/20210115223247/https://mybbc.files.bbci.co.uk/notification-ui/4.2.9/js' } }); require(['mybbc/notifications/NotificationsMain', 'idcta/idcta-1'], function (NotificationsMain, idcta) { var loadNotifications = function (isUK) { if (isUK) { window.bbcpage.loadCSS('//web.archive.org/web/20210115223247/https://mybbc.files.bbci.co.uk/notification-ui/4.2.9/css/main.min.css').then(function() { NotificationsMain.run(idcta, '//web.archive.org/web/20210115223247/https://mybbc.files.bbci.co.uk/notification-ui/4.2.9/'); }); } }; 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/20210115223247/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/20210115223247/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/20210115223247/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-562.3a038b3/cookie-banner/cookie-prompt/';</script><script src="https://web.archive.org/web/20210115223247js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-562.3a038b3/cookie-banner/cookie-banners.bundle.js" async=""></script> <script src="https://web.archive.org/web/20210115223247js_/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>Morph.toInit.bundles.push(function() { Morph.versions['bbc-morph-optimizely-ati@1.0.2']={'amd-loader':'0.0.8','optimizely-ati':'1.0.0','react':'0.14.7',};/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModules[moduleId].exports; /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ exports: {}, /******/ id: moduleId, /******/ loaded: false /******/ }; /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ // Flag the module as loaded /******/ module.loaded = true; /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ // Load entry module and return exports /******/ return __webpack_require__(0); /******/ }) /************************************************************************/ /******/ ([ /* 0 */ /***/ (function(module, exports, __webpack_require__) { Morph.modules["bbc-morph-optimizely-ati@1.0.2"] = __webpack_require__(1); /***/ }), /* 1 */ /***/ (function(module, exports, __webpack_require__) { module.exports = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { /******/ configurable: false, /******/ enumerable: true, /******/ get: getter /******/ }); /******/ } /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = 0); /******/ }) /************************************************************************/ /******/ ([ /* 0 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = __webpack_require__(1); function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } __webpack_require__(2); var optimizelyATI = __webpack_require__(3); var OptimizelyATI = /*#__PURE__*/ function (_Component) { _inherits(OptimizelyATI, _Component); function OptimizelyATI() { _classCallCheck(this, OptimizelyATI); return _possibleConstructorReturn(this, _getPrototypeOf(OptimizelyATI).apply(this, arguments)); } _createClass(OptimizelyATI, [{ key: "componentDidMount", value: function componentDidMount() { optimizelyATI.init(); } }, { key: "render", value: function render() { return null; } }]); return OptimizelyATI; }(_react.Component); var _default = OptimizelyATI; exports.default = _default; module.exports = exports.default; /***/ }), /* 1 */ /***/ (function(module, exports) { module.exports = __webpack_require__(2); /***/ }), /* 2 */ /***/ (function(module, exports) { module.exports = __webpack_require__(3); /***/ }), /* 3 */ /***/ (function(module, exports) { module.exports = __webpack_require__(4); /***/ }) /******/ ]); /***/ }), /* 2 */ /***/ (function(module, exports) { module.exports = React; /***/ }), /* 3 */ /***/ (function(module, exports) { module.exports = Morph.modules["amd-loader@0.0.8"]; /***/ }), /* 4 */ /***/ (function(module, exports, __webpack_require__) { var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;'use strict'; !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function () { // Provides an initialisation method function init() { registerCurrentlyActiveExperiments(); registerFutureActiveExperiments(); } function experimentEventTest(experimentObject) { //trigger custom experiment event const { experiment, variation } = experimentObject; if (experiment && variation) { const experimentEvent = new CustomEvent('bbc-user-event', { detail: { personalisation: { EXP: experiment + '::' + variation } } }); document.dispatchEvent(experimentEvent); } } return { init: init, experimentTest: experimentEventTest }; function registerCurrentlyActiveExperiments() { var activeCampaigns = getAllActiveOptimizelyCampaigns(); if (activeCampaigns) { var experiments = []; for (var campaignId in activeCampaigns) { if (activeCampaigns.hasOwnProperty(campaignId)) { var experimentData = getExperimentData(campaignId); experiments.push(experimentData); } } for (var i = 0; i < experiments.length; i++) { experimentEventTest(experiments[i]); } } } // Register an event handler whenever the campaignDecided event is triggered function registerFutureActiveExperiments() { window['optimizely'] = window['optimizely'] || []; window['optimizely'].push({ type: 'addListener', filter: { type: 'lifecycle', name: 'campaignDecided' }, handler: function (event) { var id = event.data.campaign.id; var experimentData = [getExperimentData(id)]; experimentEventTest(experimentData); } }); } function getExperimentData(campaignId) { var campaign = getActiveOptimizelyCampaignById(campaignId); var experimentData = {}; if (campaign) { var browserIsSeeingTheExperiment = !campaign.isInCampaignHoldback; // true if (browserIsSeeingTheExperiment) { // construct an object with the experiment name and variation experimentData = { experiment: campaign.experiment.name, variation: campaign.variation.name }; } // } } return experimentData; } // Gets a campaign object from the Optimizely API for a given campaign ID function getAllActiveOptimizelyCampaigns() { return getOptimizelyCampaignState(); } function getActiveOptimizelyCampaignById(campaignId) { return getOptimizelyCampaignState()[campaignId]; } function getOptimizelyCampaignState() { var state = window['optimizely'] && window['optimizely'].get('state'); if (state) { return state.getCampaignStates({ isActive: true }); } return {}; } }.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)); /***/ }) /******/ ]);; });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-optimizely-ati","language":"en-GB","version":"1.0.2","_mrrVersion":"2.1.0"},'u5936692542332381'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle', 'live-push' : '//web.archive.org/web/20210115223247/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(); } /* u5936692542332381 */</script><script>Morph.toInit.bundles.push(function() { !function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.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=74)}([function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(20)("wks"),a=n(14),o=n(2).Symbol,i="function"==typeof o;(e.exports=function(e){return r[e]||(r[e]=i&&o[e]||(i?o:a)("Symbol."+e))}).store=r},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var r=n(0);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(6)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(2),a=n(8),o=n(7),i=n(14)("src"),u=n(84),l=(""+u).split("toString");n(13).inspectSource=function(e){return u.call(e)},(e.exports=function(e,t,n,u){var c="function"==typeof n;c&&(o(n,"name")||a(n,"name",t)),e[t]!==n&&(c&&(o(n,i)||a(n,i,e[t]?""+e[t]:l.join(String(t)))),e===r?e[t]=n:u?e[t]?e[t]=n:a(e,t,n):(delete e[t],a(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[i]||u.call(this)})},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(9),a=n(22);e.exports=n(4)?function(e,t,n){return r.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(3),a=n(51),o=n(36),i=Object.defineProperty;t.f=n(4)?Object.defineProperty:function(e,t,n){if(r(e),t=o(t,!0),r(n),a)try{return i(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(37),a=n(39);e.exports=function(e){return r(a(e))}},function(e,t){e.exports=React},function(e,t,n){"use strict";var r=n(82),a=n(83),o=n(15),i=n(10);e.exports=n(53)(Array,"Array",function(e,t){this._t=i(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,a(1)):"keys"==t?a(0,n):"values"==t?a(0,e[n]):a(0,[n,e[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t){e.exports={}},function(e,t,n){var r=n(54),a=n(45);e.exports=Object.keys||function(e){return r(e,a)}},function(e,t,n){function r(e){return null==e?void 0===e?l:u:c&&c in Object(e)?o(e):i(e)}var a=n(48),o=n(115),i=n(116),u="[object Null]",l="[object Undefined]",c=a?a.toStringTag:void 0;e.exports=r},function(e,t){function n(e){return null!=e&&"object"==typeof e}e.exports=n},function(e,t,n){for(var r=n(12),a=n(16),o=n(5),i=n(2),u=n(8),l=n(15),c=n(1),f=c("iterator"),s=c("toStringTag"),d=l.Array,p={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},g=a(p),h=0;h<g.length;h++){var y,b=g[h],v=p[b],m=i[b],_=m&&m.prototype;if(_&&(_[f]||u(_,f,d),_[s]||u(_,s,b),l[b]=d,v))for(y in r)_[y]||o(_,y,r[y],!0)}},function(e,t,n){var r=n(13),a=n(2),o=a["__core-js_shared__"]||(a["__core-js_shared__"]={});(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n(21)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports=!1},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(2),a=n(13),o=n(8),i=n(5),u=n(24),l=function(e,t,n){var c,f,s,d,p=e&l.F,g=e&l.G,h=e&l.S,y=e&l.P,b=e&l.B,v=g?r:h?r[t]||(r[t]={}):(r[t]||{}).prototype,m=g?a:a[t]||(a[t]={}),_=m.prototype||(m.prototype={});g&&(n=t);for(c in n)f=!p&&v&&void 0!==v[c],s=(f?v:n)[c],d=b&&f?u(s,r):y&&"function"==typeof s?u(Function.call,s):s,v&&i(v,c,s,e&l.U),m[c]!=s&&o(m,c,d),y&&_[c]!=s&&(_[c]=s)};r.core=a,l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,e.exports=l},function(e,t,n){var r=n(40);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(9).f,a=n(7),o=n(1)("toStringTag");e.exports=function(e,t,n){e&&!a(e=n?e:e.prototype,o)&&r(e,o,{configurable:!0,value:t})}},function(e,t,n){var r=n(39);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(91)(!0);n(53)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){"use strict";var r,a=n(2),o=n(55)(0),i=n(5),u=n(29),l=n(94),c=n(95),f=n(0),s=n(47),d=n(47),p=!a.ActiveXObject&&"ActiveXObject"in a,g=u.getWeak,h=Object.isExtensible,y=c.ufstore,b=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},v={get:function(e){if(f(e)){var t=g(e);return!0===t?y(s(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return c.def(s(this,"WeakMap"),e,t)}},m=e.exports=n(99)("WeakMap",b,v,c,!0,!0);d&&p&&(r=c.getConstructor(b,"WeakMap"),l(r.prototype,v),u.NEED=!0,o(["delete","has","get","set"],function(e){var t=m.prototype,n=t[e];i(t,e,function(t,a){if(f(t)&&!h(t)){this._f||(this._f=new r);var o=this._f[e](t,a);return"set"==e?this:o}return n.call(this,t,a)})}))},function(e,t,n){var r=n(14)("meta"),a=n(0),o=n(7),i=n(9).f,u=0,l=Object.isExtensible||function(){return!0},c=!n(6)(function(){return l(Object.preventExtensions({}))}),f=function(e){i(e,r,{value:{i:"O"+ ++u,w:{}}})},s=function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,r)){if(!l(e))return"F";if(!t)return"E";f(e)}return e[r].i},d=function(e,t){if(!o(e,r)){if(!l(e))return!0;if(!t)return!1;f(e)}return e[r].w},p=function(e){return c&&g.NEED&&l(e)&&!o(e,r)&&f(e),e},g=e.exports={KEY:r,NEED:!1,fastKey:s,getWeak:d,onFreeze:p}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){n(62)("asyncIterator")},function(e,t,n){"use strict";var r=n(2),a=n(7),o=n(4),i=n(23),u=n(5),l=n(29).KEY,c=n(6),f=n(20),s=n(25),d=n(14),p=n(1),g=n(63),h=n(62),y=n(103),b=n(56),v=n(3),m=n(0),_=n(26),x=n(10),w=n(36),O=n(22),j=n(41),E=n(104),S=n(61),k=n(46),z=n(9),P=n(16),R=S.f,T=z.f,C=E.f,N=r.Symbol,M=r.JSON,D=M&&M.stringify,A=p("_hidden"),q=p("toPrimitive"),L={}.propertyIsEnumerable,B=f("symbol-registry"),F=f("symbols"),G=f("op-symbols"),I=Object.prototype,W="function"==typeof N&&!!k.f,H=r.QObject,U=!H||!H.prototype||!H.prototype.findChild,K=o&&c(function(){return 7!=j(T({},"a",{get:function(){return T(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=R(I,t);r&&delete I[t],T(e,t,n),r&&e!==I&&T(I,t,r)}:T,V=function(e){var t=F[e]=j(N.prototype);return t._k=e,t},Z=W&&"symbol"==typeof N.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof N},Y=function(e,t,n){return e===I&&Y(G,t,n),v(e),t=w(t,!0),v(n),a(F,t)?(n.enumerable?(a(e,A)&&e[A][t]&&(e[A][t]=!1),n=j(n,{enumerable:O(0,!1)})):(a(e,A)||T(e,A,O(1,{})),e[A][t]=!0),K(e,t,n)):T(e,t,n)},$=function(e,t){v(e);for(var n,r=y(t=x(t)),a=0,o=r.length;o>a;)Y(e,n=r[a++],t[n]);return e},J=function(e,t){return void 0===t?j(e):$(j(e),t)},Q=function(e){var t=L.call(this,e=w(e,!0));return!(this===I&&a(F,e)&&!a(G,e))&&(!(t||!a(this,e)||!a(F,e)||a(this,A)&&this[A][e])||t)},X=function(e,t){if(e=x(e),t=w(t,!0),e!==I||!a(F,t)||a(G,t)){var n=R(e,t);return!n||!a(F,t)||a(e,A)&&e[A][t]||(n.enumerable=!0),n}},ee=function(e){for(var t,n=C(x(e)),r=[],o=0;n.length>o;)a(F,t=n[o++])||t==A||t==l||r.push(t);return r},te=function(e){for(var t,n=e===I,r=C(n?G:x(e)),o=[],i=0;r.length>i;)!a(F,t=r[i++])||n&&!a(I,t)||o.push(F[t]);return o};W||(N=function(){if(this instanceof N)throw TypeError("Symbol is not a constructor!");var e=d(arguments.length>0?arguments[0]:void 0),t=function(n){this===I&&t.call(G,n),a(this,A)&&a(this[A],e)&&(this[A][e]=!1),K(this,e,O(1,n))};return o&&U&&K(I,e,{configurable:!0,set:t}),V(e)},u(N.prototype,"toString",function(){return this._k}),S.f=X,z.f=Y,n(64).f=E.f=ee,n(30).f=Q,k.f=te,o&&!n(21)&&u(I,"propertyIsEnumerable",Q,!0),g.f=function(e){return V(p(e))}),i(i.G+i.W+i.F*!W,{Symbol:N});for(var ne="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),re=0;ne.length>re;)p(ne[re++]);for(var ae=P(p.store),oe=0;ae.length>oe;)h(ae[oe++]);i(i.S+i.F*!W,"Symbol",{for:function(e){return a(B,e+="")?B[e]:B[e]=N(e)},keyFor:function(e){if(!Z(e))throw TypeError(e+" is not a symbol!");for(var t in B)if(B[t]===e)return t},useSetter:function(){U=!0},useSimple:function(){U=!1}}),i(i.S+i.F*!W,"Object",{create:J,defineProperty:Y,defineProperties:$,getOwnPropertyDescriptor:X,getOwnPropertyNames:ee,getOwnPropertySymbols:te});var ie=c(function(){k.f(1)});i(i.S+i.F*ie,"Object",{getOwnPropertySymbols:function(e){return k.f(_(e))}}),M&&i(i.S+i.F*(!W||c(function(){var e=N();return"[null]"!=D([e])||"{}"!=D({a:e})||"{}"!=D(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],a=1;arguments.length>a;)r.push(arguments[a++]);if(n=t=r[1],(m(t)||void 0!==e)&&!Z(e))return b(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!Z(t))return t}),r[1]=t,D.apply(M,r)}}),N.prototype[q]||n(8)(N.prototype,q,N.prototype.valueOf),s(N,"Symbol"),s(Math,"Math",!0),s(r.JSON,"JSON",!0)},function(e,t,n){"use strict";n(105);var r=n(3),a=n(65),o=n(4),i=/./.toString,u=function(e){n(5)(RegExp.prototype,"toString",e,!0)};n(6)(function(){return"/a/b"!=i.call({source:"a",flags:"b"})})?u(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!o&&e instanceof RegExp?a.call(e):void 0)}):"toString"!=i.name&&u(function(){return i.call(this)})},function(e,t,n){"use strict";var r=n(60),a={};a[n(1)("toStringTag")]="z",a+""!="[object z]"&&n(5)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(e,t,n){var r=n(23),a=n(41),o=n(40),i=n(3),u=n(0),l=n(6),c=n(106),f=(n(2).Reflect||{}).construct,s=l(function(){function e(){}return!(f(function(){},[],e)instanceof e)}),d=!l(function(){f(function(){})});r(r.S+r.F*(s||d),"Reflect",{construct:function(e,t){o(e),i(t);var n=arguments.length<3?e:o(arguments[2]);if(d&&!s)return f(e,t,n);if(e==n){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])}var r=[null];return r.push.apply(r,t),new(c.apply(e,r))}var l=n.prototype,p=a(u(l)?l:Object.prototype),g=Function.apply.call(e,p,t);return u(g)?g:p}})},function(e,t,n){var r=n(0);e.exports=function(e,t){if(!r(e))return e;var n,a;if(t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;if("function"==typeof(n=e.valueOf)&&!r(a=n.call(e)))return a;if(!t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(38);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},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=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(3),a=n(86),o=n(45),i=n(44)("IE_PROTO"),u=function(){},l=function(){var e,t=n(52)("iframe"),r=o.length;for(t.style.display="none",n(89).appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write("<script>document.F=Object<\/script>"),e.close(),l=e.F;r--;)delete l.prototype[o[r]];return l()};e.exports=Object.create||function(e,t){var n;return null!==e?(u.prototype=r(e),n=new u,u.prototype=null,n[i]=e):n=l(),void 0===t?n:a(n,t)}},function(e,t,n){var r=n(43),a=Math.min;e.exports=function(e){return e>0?a(r(e),9007199254740991):0}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(20)("keys"),a=n(14);e.exports=function(e){return r[e]||(r[e]=a(e))}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(0);e.exports=function(e,t){if(!r(e)||e._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return e}},function(e,t,n){var r=n(67),a=r.Symbol;e.exports=a},function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){function r(e){return null==e?"":a(e)}var a=n(147);e.exports=r},function(e,t,n){e.exports=!n(4)&&!n(6)(function(){return 7!=Object.defineProperty(n(52)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(0),a=n(2).document,o=r(a)&&r(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){"use strict";var r=n(21),a=n(23),o=n(5),i=n(8),u=n(15),l=n(85),c=n(25),f=n(90),s=n(1)("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,g,h,y,b){l(n,t,g);var v,m,_,x=function(e){if(!d&&e in E)return E[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},w=t+" Iterator",O="values"==h,j=!1,E=e.prototype,S=E[s]||E["@@iterator"]||h&&E[h],k=S||x(h),z=h?O?x("entries"):k:void 0,P="Array"==t?E.entries||S:S;if(P&&(_=f(P.call(new e)))!==Object.prototype&&_.next&&(c(_,w,!0),r||"function"==typeof _[s]||i(_,s,p)),O&&S&&"values"!==S.name&&(j=!0,k=function(){return S.call(this)}),r&&!b||!d&&!j&&E[s]||i(E,s,k),u[t]=k,u[w]=p,h)if(v={values:O?k:x("values"),keys:y?k:x("keys"),entries:z},b)for(m in v)m in E||o(E,m,v[m]);else a(a.P+a.F*(d||j),t,v);return v}},function(e,t,n){var r=n(7),a=n(10),o=n(87)(!1),i=n(44)("IE_PROTO");e.exports=function(e,t){var n,u=a(e),l=0,c=[];for(n in u)n!=i&&r(u,n)&&c.push(n);for(;t.length>l;)r(u,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var r=n(24),a=n(37),o=n(26),i=n(42),u=n(92);e.exports=function(e,t){var n=1==e,l=2==e,c=3==e,f=4==e,s=6==e,d=5==e||s,p=t||u;return function(t,u,g){for(var h,y,b=o(t),v=a(b),m=r(u,g,3),_=i(v.length),x=0,w=n?p(t,_):l?p(t,0):void 0;_>x;x++)if((d||x in v)&&(h=v[x],y=m(h,x,b),e))if(n)w[x]=y;else if(y)switch(e){case 3:return!0;case 5:return h;case 6:return x;case 2:w.push(h)}else if(f)return!1;return s?-1:c||f?f:w}}},function(e,t,n){var r=n(38);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(5);e.exports=function(e,t,n){for(var a in t)r(e,a,t[a],n);return e}},function(e,t){e.exports=function(e,t,n,r){if(!(e instanceof t)||void 0!==r&&r in e)throw TypeError(n+": incorrect invocation!");return e}},function(e,t,n){var r=n(24),a=n(96),o=n(97),i=n(3),u=n(42),l=n(98),c={},f={},t=e.exports=function(e,t,n,s,d){var p,g,h,y,b=d?function(){return e}:l(e),v=r(n,s,t?2:1),m=0;if("function"!=typeof b)throw TypeError(e+" is not iterable!");if(o(b)){for(p=u(e.length);p>m;m++)if((y=t?v(i(g=e[m])[0],g[1]):v(e[m]))===c||y===f)return y}else for(h=b.call(e);!(g=h.next()).done;)if((y=a(h,v,g.value,t))===c||y===f)return y};t.BREAK=c,t.RETURN=f},function(e,t,n){var r=n(38),a=n(1)("toStringTag"),o="Arguments"==r(function(){return arguments}()),i=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,u;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=i(t=Object(e),a))?n:o?r(t):"Object"==(u=r(t))&&"function"==typeof t.callee?"Arguments":u}},function(e,t,n){var r=n(30),a=n(22),o=n(10),i=n(36),u=n(7),l=n(51),c=Object.getOwnPropertyDescriptor;t.f=n(4)?c:function(e,t){if(e=o(e),t=i(t,!0),l)try{return c(e,t)}catch(e){}if(u(e,t))return a(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(2),a=n(13),o=n(21),i=n(63),u=n(9).f;e.exports=function(e){var t=a.Symbol||(a.Symbol=o?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||u(t,e,{value:i.f(e)})}},function(e,t,n){t.f=n(1)},function(e,t,n){var r=n(54),a=n(45).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,a)}},function(e,t,n){"use strict";var r=n(3);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){function r(e){return null!=e&&o(e.length)&&!a(e)}var a=n(113),o=n(70);e.exports=r},function(e,t,n){var r=n(68),a="object"==typeof self&&self&&self.Object===Object&&self,o=r||a||Function("return this")();e.exports=o},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(t,n(114))},function(e,t){function n(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}e.exports=n},function(e,t){function n(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=r}var r=9007199254740991;e.exports=n},function(e,t,n){function r(e){return"symbol"==typeof e||o(e)&&a(e)==i}var a=n(17),o=n(18),i="[object Symbol]";e.exports=r},function(e,t){function n(e,t){for(var n=-1,r=null==e?0:e.length,a=Array(r);++n<r;)a[n]=t(e[n],n,e);return a}e.exports=n},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(75),a=n.n(r);Morph.modules["bbc-morph-bitesize-global-navigation-view@1.52.0"]=a.a},function(e,t,n){"use strict";e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.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(11)},function(e,t){e.exports=n(76)},function(e,t){e.exports=n(79)},function(e,t){e.exports=n(80)},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={"en-GB":{england:"England","northern-ireland":"Northern Ireland",scotland:"Scotland",wales:"Wales",home:"Home","daily-lessons":"Daily lessons","learn-revise":"Learn & revise",learn:"Learn",support:"Support",careers:"Careers","about-us":"About us","my-bitesize":"My Bitesize","all-bitesize":"All Bitesize",menu:"Menu",primary:"Primary",secondary:"Secondary","post-16":"Post-16",subjects:"Subjects",maths:"Maths",science:"Science",geography:"Geography",spanish:"Spanish",english:"English",history:"History",french:"French","63-more-subjects":"63 more subjects"},"cy-GB":{england:"Lloegr","northern-ireland":"Gogledd Iwerddon",scotland:"Yr Alban",wales:"Cymru",home:"Hafan","learn-revise":"Dysgu ac adolygu",support:"Cyngor",careers:"Gyrfaoedd","about-us":"Amdanom ni","my-bitesize":"Fy Bitesize","all-bitesize":"Pob pwnc",menu:"Dewislen",primary:"Cynradd",secondary:"Uwchradd","post-16":"Ôl 16",subjects:"Pynciau",maths:"Mathemateg",science:"Gwyddoniaeth",geography:"Daearyddiaeth",spanish:"Sbaeneg",english:"Saesneg",history:"Hanes",french:"Ffrangeg","all-subjects":"Pob pwnc...","63-more-subjects":"63 o bynciau eraill"},"ga-GB":{england:"Sasana","northern-ireland":"Tuaisceart Eireann",scotland:"Albain",wales:"An Bhreatain Bheag",home:"Baile","learn-revise":"Foghlaim",support:"Tacaíocht",careers:"Gairmeacha","about-us":"Fúinn","my-bitesize":"Mo Bitesize","all-bitesize":"Bitesize Uilig",menu:"Clàr",primary:"Bunoideachas",secondary:"Meánoideachas","post-16":"Iar-16",subjects:"Ábhair",maths:"Matamaitic",science:"Eolaíocht",geography:"Tíreolaíocht",spanish:"Spáinnis",english:"Béarla",history:"Stair",french:"Fraincis","63-more-subjects":"63 ábhar eile"},"gd-GB":{england:"Sasainn","northern-ireland":"Eirinn a Tuath",scotland:"Alba",wales:"A'Chuimrigh",home:"Dachaigh","learn-revise":"Ionnsaich",support:"Taic",careers:"Dreuchdan","about-us":"Mu ar deidhinn","my-bitesize":"Bitesize agamsa","all-bitesize":"Bitesize gu lèir",menu:"Roghchlár",primary:"Bun-sgoil",secondary:"Àrd-sgoil","post-16":"Nas sine na 16",subjects:"Cuspairean",maths:"Matamataig",science:"Saidheans",geography:"Cruinn-eòlas",spanish:"Spàinntis",english:"Beurla",history:"Eachdraidh",french:"Fraingis","63-more-subjects":"63 cuspairean a bharrachd"}};t.default=r,e.exports=t.default},function(e,t){e.exports=n(81)},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(2)),u=r(n(13)),l=r(n(5)),c=r(n(3)),f=r(n(7)),s=r(n(4)),d=function(e){return e.toLowerCase().replace(/[^\w]+/,"-")},p=function(e,t,n){return(0,u.default)([n,t],"/bitesize".concat(e.href))},g=function(e){var t=e.buckets,n=e.pageType,r=e.language,o=e.href,u=e.onClick,g=e.showDrawer,h=e.includeLanguageSelector,y=e.linkToHighlight;return c.default.initLocalisations({language:r,localisations:s.default}),a.default.createElement("ul",{className:"global-navigation__list"},t.map(function(e){var t=(0,i.default)("global-navigation__list__item",{"global-navigation__list__item--highlighted":p(e,o,y)});return a.default.createElement("li",{className:t,key:d(e.title)},a.default.createElement("a",{className:"global-navigation__list__link",href:"/bitesize".concat(e.href),"data-bbc-container":"global-navigation","data-bbc-title":e.dataTitle,"data-bbc-ignore-views":1,"data-bbc-result":"/bitesize".concat(e.href)},a.default.createElement("span",{className:"global-navigation__list__link-text"},c.default.localise(d(e.title)))))}),a.default.createElement("li",null,a.default.createElement("ul",{className:"global-navigation__list__items--pinned"},a.default.createElement("li",{className:(0,i.default)("global-navigation__list__item",{"global-navigation__list__item--highlighted":"my"===n}),key:"my-bitesize"},a.default.createElement("a",{className:"global-navigation__list__link",href:"/bitesize/my","data-bbc-container":"global-navigation","data-bbc-title":"MyBitesize","data-bbc-ignore-views":1,"data-bbc-result":"/bitesize/my"},a.default.createElement("span",{className:(0,i.default)("global-navigation__list__link-my-bitesize",{"global-navigation__list__link-my-bitesize--no-border":g})},c.default.localise("my-bitesize")))),h&&a.default.createElement("li",{className:"global-navigation__list__item",key:"language-selector"},a.default.createElement(f.default,{language:r})),a.default.createElement("li",{className:"global-navigation__list__item global-navigation__list__item--pinned global-navigation__list__item--all-bitesize",key:"all-bitesize"},a.default.createElement("button",{type:"button","data-bbc-container":"global-navigation","data-bbc-title":"AllBitesize","data-bbc-ignore-views":1,"data-bbc-result":g?"collapsed-menu":"expanded-menu",onClick:u,className:(0,i.default)("global-navigation__list__link--button","global-navigation__list__link--button--pinned",{"global-navigation__list__link--button--pinned--open":g}),"aria-live":"polite","aria-label":"Menu button, this menu is ".concat(g?"open":"closed")},a.default.createElement("span",{className:"gel-icon gel-icon--list-view"},a.default.createElement(l.default,null)),a.default.createElement("span",{className:"global-navigation__list__link-text"},c.default.localise("all-bitesize")))))))};g.defaultProps={pageType:"",language:"en-GB",includeLanguageSelector:!1,href:null,linkToHighlight:""},g.propTypes={buckets:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}).isRequired).isRequired,href:o.default.string,pageType:o.default.string,language:o.default.string,onClick:o.default.func.isRequired,showDrawer:o.default.bool.isRequired,includeLanguageSelector:o.default.bool,linkToHighlight:o.default.string};var h=g;t.default=h,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 a(e){return e&&e.__esModule?e:{default:e}}function o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(){return 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},i.apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(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 c(e,t,n){return t&&l(e.prototype,t),n&&l(e,n),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&&s(e,t)}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=h();return function(){var n,r=y(e);if(t){var a=y(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?g(e):t}function g(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)}function b(e,t){return w(e)||x(e,t)||m(e,t)||v()}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function m(e,t){if(e){if("string"==typeof e)return _(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)?_(e,t):void 0}}function _(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}function x(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,a=!1,o=void 0;try{for(var i,u=e[Symbol.iterator]();!(r=(i=u.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){a=!0,o=e}finally{try{r||null==u.return||u.return()}finally{if(a)throw o}}return n}}function w(e){if(Array.isArray(e))return e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var O=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var n={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=a?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(0)),j=a(n(1)),E=a(n(2)),S=a(n(14)),k=a(n(15)),z=function(){var e=new Date;return e.setYear(e.getFullYear()+1),e},P=function(e,t){var n=window.bbccookies._getCurrentDomain()||".bbc.co.uk";n="."===n.charAt(0)?n:".".concat(n),window.bbccookies.set(e,t,{path:"/",domain:n,expires:z()})},R=function(e){P("ckps_kl_lang",e),window.location.reload(!0)},T=function(e){return b(S.default.filter(function(t){return t.languageCode===e}),1)[0]||S.default[0]},C=function(e){function t(){var e;return u(this,t),e=n.call(this),e.state={showLanguages:!1},e.close=e.close.bind(g(e)),e.closeClickEvent=e.closeClickEvent.bind(g(e)),e.toggle=e.toggle.bind(g(e)),e.handleKeyPress=e.handleKeyPress.bind(g(e)),e.handleFocusOut=e.handleFocusOut.bind(g(e)),e}f(t,e);var n=d(t);return c(t,[{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyPress),document.addEventListener("mousedown",this.closeClickEvent),document.addEventListener("touchstart",this.closeClickEvent),document.addEventListener("focusout",this.handleFocusOut)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyPress),document.removeEventListener("mousedown",this.closeClickEvent),document.removeEventListener("touchstart",this.closeClickEvent),document.removeEventListener("focusout",this.handleFocusOut)}},{key:"closeClickEvent",value:function(e){this.state.showLanguages&&!this.languageSelector.contains(e.target)&&this.setState({showLanguages:!1})}},{key:"handleFocusOut",value:function(e){this.closeClickEvent({target:e.relatedTarget||e.target})}},{key:"handleKeyPress",value:function(e){27===e.keyCode&&this.setState({showLanguages:!1})}},{key:"close",value:function(){this.setState({showLanguages:!1})}},{key:"toggle",value:function(){this.setState(function(e){return{showLanguages:!e.showLanguages}})}},{key:"render",value:function(){var e=this,t=this.props,n=t.language,r=t.className,a=this.state.showLanguages,o=T(n),u=S.default.filter(function(e){return e.languageCode!==o.languageCode});return O.default.createElement("div",{className:(0,E.default)("global-language-selector",r),ref:function(t){e.languageSelector=t}},O.default.createElement("button",{type:"button",onClick:this.toggle,className:"global-language-selector__drawer ".concat(a?"global-language-selector__drawer--open":"global-language-selector__drawer--closed")},O.default.createElement("span",{className:"global-language-selector__drawer-text"},o.languageLabel)),O.default.createElement("div",{className:(0,E.default)("global-language-selector__container",{"global-language-selector__container--hidden":!a})},O.default.createElement("ol",{className:"global-language-selector__list"},O.default.createElement(k.default,i({},o,{onClick:R,selected:!0})),u.map(function(e){return O.default.createElement(k.default,i({key:"".concat(e.languageCode)},e,{onClick:R}))}))))}}]),t}(O.Component);C.defaultProps={language:"en-GB",className:""},C.propTypes={language:j.default.string,className:j.default.string};var N=C;t.default=N,e.exports=t.default},function(e,t){e.exports={buckets:[{title:"Home",href:"",dataTitle:"Home"},{title:"learn-revise",href:"/learn",dataTitle:"Learn"},{title:"Support",href:"/support",dataTitle:"Support"},{title:"Careers",href:"/careers",dataTitle:"Careers"}],englishBuckets:[{title:"Home",href:"",dataTitle:"Home"},{title:"Learn",href:"/learn",dataTitle:"Learn"},{title:"Support",href:"/support",dataTitle:"Support"},{title:"Careers",href:"/careers",dataTitle:"Careers"}],mobileBuckets:[{title:"Home",href:"",dataTitle:"Home"},{title:"learn-revise",href:"/learn",dataTitle:"Learn"},{title:"Support",href:"/support",dataTitle:"Support"},{title:"Careers",href:"/careers",dataTitle:"Careers"},{title:"about-us",href:"/articles/z6x992p"}],mobileEnglishBuckets:[{title:"Home",href:"",dataTitle:"Home"},{title:"Learn",href:"/learn",dataTitle:"Learn"},{title:"Support",href:"/support",dataTitle:"Support"},{title:"Careers",href:"/careers",dataTitle:"Careers"},{title:"about-us",href:"/articles/z6x992p"}],pinned:{title:"My Bitesize",href:"/my",dataTitle:"MyBitesize"},allBitesize:[{section:"Primary",regions:[{region:"England",aria:"English curriculum",content:[{title:"KS1",href:"/levels/z3g4d2p",zid:"z3g4d2p",aria:"Key Stage one England"},{title:"KS2",href:"/levels/zbr9wmn",zid:"zbr9wmn",aria:"Key Stage two England"}]},{region:"Northern Ireland",aria:"Northern Irish curriculum",content:[{title:"Foundation Stage",href:"/levels/znyh7nb",zid:"znyh7nb",aria:"Foundation Stage"},{title:"KS1",href:"/levels/zcwyp4j",zid:"zcwyp4j",aria:"Key Stage one Northern Ireland"},{title:"KS2",href:"/levels/zjmj92p",zid:"zjmj92p",aria:"Key Stage two Northern Ireland"}]},{region:"Scotland",aria:"Scottish curriculum",content:[{title:"Early level",href:"/levels/zf7hgwx",zid:"zf7hgwx",aria:"Early level"},{title:"1st level",href:"/levels/zgckjxs",zid:"zgckjxs",aria:"First level"},{title:"2nd Level",href:"/levels/zr48q6f",zid:"zr48q6f",aria:"Second level"},{title:"A' Chiad Ìre ",href:"/levels/zk3xy9q",zid:"zk3xy9q",aria:"A' Chiad Ìre "},{title:"An Dàrna Ìre",href:"/levels/z4y2scw",zid:"z4y2scw",aria:"An Dàrna Ìre"}]},{region:"Wales",aria:"Welsh curriculum",content:[{title:"Foundation Phase",href:"/levels/zxybmsg",zid:"zxybmsg",aria:"Foundation phase"},{title:"KS2",href:"/levels/zbr9wmn",zid:"zbr9wmn",aria:"Key Stage two Wales"},{title:"Cyfnod Sylfaen",href:"/levels/z4js6v4",zid:"z4js6v4",aria:"Cyfnod Sylfaen"},{title:"CA2",href:"/levels/zbpwt39",zid:"zbpwt39",aria:"CA2"}]}]},{section:"Secondary",regions:[{region:"England",aria:"English curriculum",content:[{title:"KS3",href:"/levels/z4kw2hv",zid:"z4kw2hv",aria:"Key Stage three England"},{title:"GCSE",href:"/levels/z98jmp3",zid:"z98jmp3",aria:"GCSE England"}]},{region:"Northern Ireland",aria:"Northern Irish curriculum",content:[{title:"KS3",href:"/levels/z4kw2hv",zid:"z4kw2hv",aria:"Key Stage three Northern Ireland"},{title:"GCSE",href:"/levels/z98jmp3",zid:"z98jmp3",aria:"GCSE Northern Ireland"}]},{region:"Scotland",aria:"Scottish curriculum",content:[{title:"3rd level",href:"/levels/zy4qn39",zid:"zy4qn39",aria:"Third level"},{title:"4th level",href:"/levels/zvk2fg8",zid:"zvk2fg8",aria:"Fourth level"},{title:"Nàiseanta 4",href:"/levels/z8hhvcw",zid:"z8hhvcw",aria:"Naiseanta four"},{title:"Nàiseanta 5",href:"/levels/zdpp34j",zid:"zdpp34j",aria:"Naiseanta five"},{title:"National 4",href:"/levels/zp3d7ty",zid:"zp3d7ty",aria:"National four"},{title:"National 5",href:"/levels/z6gw2hv",zid:"z6gw2hv",aria:"National five"},{title:"Àrd Ìre",href:"/levels/zqq4wxs",zid:"zqq4wxs",aria:"Ard Ire"},{title:"Higher",href:"/levels/zkdqxnb",zid:"zkdqxnb",aria:"Higher Scotland"}]},{region:"Wales",aria:"Welsh curriculum",content:[{title:"CA3",href:"/levels/zh6vr82",zid:"zh6vr82",aria:"CA3"},{title:"KS3",href:"/levels/z4kw2hv",zid:"z4kw2hv",aria:"Key Stage three Wales"},{title:"CBC",href:"/levels/zqxy8mn",zid:"zqxy8mn",aria:"CBC"},{title:"GCSE",href:"/levels/z98jmp3",zid:"z98jmp3",aria:"GCSE Wales"},{title:"TGAU",href:"/levels/z8w76sg",zid:"z8w76sg",aria:"TGAU"},{title:"WBQ",href:"/levels/z9wtgdm",zid:"z9wtgdm",aria:"WBQ"}]}]},{section:"Post-16",regions:[{region:"England",aria:"English curriculum",content:[{title:"Functional Skills",href:"/levels/zvhtng8",zid:"",aria:"Functional Skills levels one and two"}]},{region:"Northern Ireland",aria:"Northern Irish curriculum",content:[]},{region:"Scotland",aria:"Scottish curriculum",content:[{title:"Core Skills",href:"/levels/z66jhbk",zid:"z66jhbk",aria:"Core skills level three"}]},{region:"Wales",aria:"Welsh curriculum",content:[{title:"Essential Skills",href:"/levels/zhh7nrd",zid:"zhh7nrd",aria:"Essential skills levels one and two"}]}]},{section:"Subjects",regions:[{region:"",aria:"",content:[{title:"Maths",href:"/subjects/z6vg9j6",zid:"z6vg9j6",aria:"Maths"},{title:"English",href:"/subjects/zt3rkqt",zid:"zt3rkqt",aria:"English"}]},{region:"",aria:"",content:[{title:"Science",href:"/subjects/z7nygk7",zid:"z7nygk7",aria:"Science"},{title:"Cymraeg",href:"/subjects/zf48q6f",zid:"zf48q6f",aria:"Cymraeg"}]},{region:"",aria:"",content:[{title:"Gàidhlig",href:"/subjects/zgj2tfr",zid:"zgj2tfr",aria:"Gàidhlig"},{title:"63 more subjects",href:"/subjects/",zid:"",aria:"63 more subjects"}]}]},{section:"Support",href:"/support",aria:"Support"},{section:"Careers",href:"/careers",aria:"Careers"},{section:"about-us",href:"/articles/z6x992p",aria:"About us"}]}},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(10)),u=r(n(8)),l=function(e){var t=e.language,n=e.href,r=e.pageType,o=e.phase,l=e.headerData;return a.default.createElement(i.default,{language:t,href:n,pageType:r,phase:o,headerData:l,navigationData:u.default,subdirectory:"bitesize"})};l.defaultProps={headerData:{}},l.propTypes={language:o.default.string.isRequired,href:o.default.string.isRequired,pageType:o.default.string.isRequired,phase:o.default.string.isRequired,headerData:o.default.shape({title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired})};var c=l;t.default=c,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 a(e){return e&&e.__esModule?e:{default:e}}function o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(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 l(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function c(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&&f(e,t)}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=g();return function(){var n,r=h(e);if(t){var a=h(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return d(this,n)}}function d(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?p(e):t}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function g(){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 h(e){return(h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var y=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var n={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=a?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(0)),b=a(n(1)),v=a(n(11)),m=a(n(19)),_=n(25),x=function(e){function t(e){var r;return i(this,t),r=n.call(this,e),r.state={showDrawer:!1},r.toggleDrawer=r.toggleDrawer.bind(p(r)),r}c(t,e);var n=s(t);return l(t,[{key:"componentDidMount",value:function(){var e=document.querySelector(".global-navigation__header__logo__link");null!==e&&e.addEventListener("animationend",function(e){e.target.classList.remove("global-navigation__header__logo__link--animate"),e.target.classList.remove("global-navigation__header__logo__link--delay-animation")})}},{key:"toggleDrawer",value:function(){document.body.classList.toggle("drawer-open"),this.setState(function(e){return{showDrawer:!e.showDrawer}})}},{key:"render",value:function(){var e=this.props,t=e.pageType,n=e.language,r=e.subdirectory,a=e.navigationData,o=e.href,i=e.phase,u=e.headerData,l=this.state.showDrawer;return y.default.createElement("div",{className:"global-navigation"},y.default.createElement(v.default,{buckets:(0,_.MobileBucketProvider)(n),pageType:t,href:o,language:n,subdirectory:r,onClick:this.toggleDrawer,showDrawer:l,phase:i,headerData:u}),y.default.createElement(m.default,{allBitesize:a.allBitesize,buckets:(0,_.BucketProvider)(n),href:o,pageType:t,language:n,subdirectory:r,onClick:this.toggleDrawer,showDrawer:l,headerData:u}))}}]),t}(y.Component);x.defaultProps={pageType:"",href:"",subdirectory:"bitesize",language:"en-GB",phase:"",headerData:{href:null}},x.propTypes={navigationData:b.default.shape({allBitesize:b.default.arrayOf({}),buckets:b.default.arrayOf(b.default.shape({title:b.default.string.isRequired,href:b.default.string.isRequired}).isRequired).isRequired,mobileBuckets:b.default.arrayOf(b.default.shape({title:b.default.string.isRequired,href:b.default.string.isRequired}).isRequired).isRequired}).isRequired,href:b.default.string,pageType:b.default.string,subdirectory:b.default.string,language:b.default.string,phase:b.default.string,headerData:b.default.shape({href:b.default.string,title:b.default.string.isRequired,children:b.default.arrayOf(b.default.shape({title:b.default.string.isRequired,href:b.default.string.isRequired})).isRequired})};var w=x;t.default=w,e.exports=t.default},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(5)),u=r(n(3)),l=r(n(2)),c=r(n(4)),f=r(n(12)),s=function(e){var t=e.buckets,n=e.pageType,r=e.href,o=e.language,s=e.subdirectory,d=e.onClick,p=e.showDrawer,g=e.phase,h=e.headerData;return u.default.initLocalisations({language:o,localisations:c.default}),a.default.createElement("header",{className:"global-navigation__header"},a.default.createElement("div",{className:"global-navigation__header__wrap"},a.default.createElement("span",{className:"global-navigation__header__logo",tabIndex:"-1"},a.default.createElement("a",{className:"global-navigation__header__logo__link--animate global-navigation__header__logo__link--delay-animation ".concat(g?"global-navigation__header__logo__link global-navigation__header__logo__link--phase-".concat(g.toLowerCase()):"global-navigation__header__logo__link"),href:"/".concat(s),onMouseEnter:function(e){e.target.classList.add("global-navigation__header__logo__link--animate")}},"Bitesize")),a.default.createElement("button",{type:"button","data-bbc-container":"global-navigation","data-bbc-title":"AllBitesize","data-bbc-ignore-views":1,"data-bbc-result":"expand-menu/collapse-menu",className:(0,l.default)("global-navigation__header__menu-button",{"global-navigation__header__menu-button-active":p}),onClick:function(){return d()},"aria-label":"Open menu"},a.default.createElement("i",{className:"gel-icon gel-icon--list-view global-navigation__header__menu-button__list-view"},a.default.createElement(i.default,null)),a.default.createElement("span",{className:"global-navigation__header__menu-button__text"},u.default.localise("all-bitesize"))),a.default.createElement(f.default,{href:r,buckets:t,pageType:n,language:o,subdirectory:s,showDrawer:p,onClick:d,headerData:h})))};s.displayName="Header",s.defaultProps={href:"",language:"en-GB",pageType:"",phase:"",showDrawer:!1,subdirectory:"bitesize",headerData:{}},s.propTypes={buckets:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}).isRequired).isRequired,href:o.default.string,language:o.default.string,onClick:o.default.func.isRequired,pageType:o.default.string,phase:o.default.string,showDrawer:o.default.bool,subdirectory:o.default.string,headerData:o.default.shape({title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired})};var d=s;t.default=d,e.exports=t.default},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(6)),u=r(n(17)),l=function(e){return e&&"title"in e&&"children"in e&&e.children.length>0},c=function(e){var t=e.showDrawer,n=e.buckets,r=e.pageType,o=e.language,c=e.href,f=e.onClick,s=e.headerData;return a.default.createElement("div",{className:"global-navigation__mobile-nav"},t&&a.default.createElement("div",{className:"global-navigation__mobile-nav__drawer"},a.default.createElement(i.default,{buckets:n,pageType:r,language:o,href:c,onClick:f,showDrawer:t,linkToHighlight:s?s.href:null,includeLanguageSelector:!0})),l(s)&&a.default.createElement(u.default,{submenu:s,currentPage:c}))};c.defaultProps={pageType:"",language:"en-GB",showDrawer:!1,href:null,headerData:{href:null}},c.propTypes={buckets:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}).isRequired).isRequired,pageType:o.default.string,language:o.default.string,showDrawer:o.default.bool,onClick:o.default.func.isRequired,href:o.default.string,headerData:o.default.shape({href:o.default.string,title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired})};var f=c;t.default=f,e.exports=t.default},function(e,t){e.exports=n(108)},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=[{languageCode:"en-GB",languageLabel:"Change language",label:"English"},{languageCode:"cy-GB",languageLabel:"Newid iaith",label:"Cymraeg"},{languageCode:"ga-GB",languageLabel:"Athraigh teanga",label:"Gaeilge"},{languageCode:"gd-GB",languageLabel:"Atharraich cànan",label:"Gàidhlig"}];t.default=r,e.exports=t.default},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(2)),u=r(n(16)),l=function(e){var t=e.label,n=e.onClick,r=e.languageCode,o=e.selected;return a.default.createElement("li",{key:r,className:(0,i.default)("global-language-selector__language",{"global-language-selector__language--selected":o})},a.default.createElement("button",{type:"button",tabIndex:"0",lang:r,className:"global-language-selector__language-link",onClick:function(){return n(r)},"aria-label":o?"".concat(t,", selected"):t},a.default.createElement("span",{className:"global-language-selector__language-label",lang:r},t),o&&a.default.createElement("span",{className:"global-language-selector__icon-yes gel-icon gel-icon--yes"},a.default.createElement(u.default,null))))};l.defaultProps={selected:!1},l.propTypes={label:o.default.string.isRequired,onClick:o.default.func.isRequired,languageCode:o.default.string.isRequired,selected:o.default.bool};var c=l;t.default=c,e.exports=t.default},function(e,t){e.exports=n(139)},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 a(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(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 u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(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&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==r(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 p(){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 g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var h=a(n(0)),y=a(n(1)),b=a(n(2)),v=a(n(18)),m=function(e){function t(e){var r;return o(this,t),r=n.call(this,e),r.toggleClick=r.toggleClick.bind(d(r)),r.state={isExpanded:!1},r}l(t,e);var n=f(t);return u(t,[{key:"toggleClick",value:function(){this.setState(function(e){return{isExpanded:!e.isExpanded}})}},{key:"render",value:function(){var e=this.props,t=e.submenu,n=t.title,r=t.children,a=e.currentPage,o=this.state.isExpanded;return h.default.createElement("nav",{className:(0,b.default)("global-navigation__mobile-sub-nav",{"global-navigation__mobile-sub-nav--expanded":o})},h.default.createElement("h3",{className:"global-navigation__mobile-sub-nav-title"},h.default.createElement("button",{type:"button",className:"global-navigation__mobile-sub-nav__toggle",onClick:this.toggleClick,"aria-expanded":o,"aria-controls":"mobile-sub-nav-menu"},h.default.createElement("span",{className:"global-navigation__mobile-sub-nav-title__text"},n),h.default.createElement("span",{className:"global-navigation__chevron__down-svg"},h.default.createElement(v.default,null)))),h.default.createElement("ul",{id:"mobile-sub-nav-menu",className:"global-navigation__mobile-sub-nav-menu",hidden:!o},r.map(function(e){var t=e.title,n=e.href,r=a===n;return h.default.createElement("li",{key:t,className:(0,b.default)("global-navigation__mobile-sub-nav-menu-item",{"global-navigation__mobile-sub-nav-menu-item--highlighted":r})},h.default.createElement("a",{className:"global-navigation__mobile-sub-nav-menu-link",href:n,"data-bbc-container":"global-navigation","aria-current":r?"page":null},t))})))}}]),t}(h.default.Component);m.displayName="MobileSubNav",m.propTypes={submenu:y.default.shape({title:y.default.string.isRequired,children:y.default.arrayOf(y.default.shape({title:y.default.string.isRequired,href:y.default.string.isRequired})).isRequired}).isRequired,currentPage:y.default.string.isRequired};var _=m;t.default=_,e.exports=t.default},function(e,t){e.exports=n(140)},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(20)),u=r(n(6)),l=r(n(7)),c=r(n(24)),f=function(e){return e&&"title"in e&&"children"in e&&e.children.length>0},s=function(e){var t=e.allBitesize,n=e.buckets,r=e.pageType,o=e.language,s=e.subdirectory,d=e.onClick,p=e.showDrawer,g=e.href,h=e.headerData;return a.default.createElement("nav",{className:"global-navigation__primary-nav"},a.default.createElement("div",{className:"global-navigation__primary-nav__wrap"},a.default.createElement(l.default,{language:o}),a.default.createElement(u.default,{buckets:n,pageType:r,language:o,subdirectory:s,onClick:d,showDrawer:p,href:g,linkToHighlight:h?h.href:null})),p&&a.default.createElement(i.default,{language:o,allBitesize:t,subdirectory:s}),f(h)&&a.default.createElement("div",{className:"global-navigation__sub-nav-wrap"},a.default.createElement(c.default,{currentPage:g,submenu:h})))};s.displayName="PrimaryNav",s.defaultProps={pageType:"",subdirectory:"bitesize",language:"en-GB",showDrawer:!1,href:"",headerData:{href:null}},s.propTypes={allBitesize:o.default.arrayOf(o.default.shape({section:o.default.string.isRequired,content:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}))})).isRequired,buckets:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}).isRequired).isRequired,href:o.default.string,pageType:o.default.string,subdirectory:o.default.string,language:o.default.string,onClick:o.default.func.isRequired,showDrawer:o.default.bool,headerData:o.default.shape({href:o.default.string,title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired})};var d=s;t.default=d,e.exports=t.default},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(21)),u=r(n(22)),l=r(n(23)),c=r(n(3)),f=r(n(4)),s=function(e){return e.toLowerCase().replace(/[^\w]+/g,"-")},d=function(e){var t=e.className,n=e.allBitesize,r=e.subdirectory,o=e.language;return c.default.initLocalisations({language:o,localisations:f.default}),a.default.createElement("div",{className:t},a.default.createElement("div",{className:"global-navigation__drawer__content"},a.default.createElement("ul",{className:"global-navigation__drawer__content-list global-navigation__drawer__content-list--primary-list"},n.map(function(e){return e.href?a.default.createElement("li",{key:(0,u.default)((0,i.default)(e.section)),className:"global-navigation__drawer__content-primary-list-item global-navigation__drawer__content-primary-list-item--clickable"},a.default.createElement("a",{className:"global-navigation__drawer__content-primary-list-item__link",href:"/".concat(r).concat(e.href),"aria-label":e.aria},a.default.createElement("h2",{className:"global-navigation__drawer__content-primary-list-item__link__header"},c.default.localise(s(e.section)),a.default.createElement(l.default,null)))):a.default.createElement("li",{key:(0,i.default)(e.section),className:"global-navigation__drawer__content-primary-list-item"},a.default.createElement("h2",{className:"global-navigation__drawer__content-primary-list-item__header"},c.default.localise(s(e.section))),a.default.createElement("ul",{className:"global-navigation__drawer__content-list global-navigation__drawer__content-list--secondary-list"},e.regions.map(function(e){return a.default.createElement("li",{key:(0,u.default)((0,i.default)(e.region)),className:"global-navigation__drawer__content-secondary-list-item-container"},a.default.createElement("h3",{"aria-label":e.aria,className:"global-navigation__drawer__content-secondary-list-item__header"},c.default.localise(s(e.region))),a.default.createElement("ul",{className:"global-navigation__drawer__content-list global-navigation__drawer__content-list--tertiary-list"},e.content.map(function(t){return a.default.createElement("li",{className:"global-navigation__drawer__content-tertiary-list-item",key:(0,u.default)(t.zid)},a.default.createElement("a",{className:"global-navigation__drawer__content-tertiary-list-item__link",href:"/".concat(r).concat(t.href),"aria-label":t.aria?t.aria:"".concat(t.title," ").concat(e.region)},a.default.createElement("p",{className:"global-navigation__drawer__content-tertiary-list-item__text-container"},a.default.createElement("span",{className:"global-navigation__drawer__content-tertiary-list-item__text"},c.default.localise(s(t.title))||t.title))))})))})))}))))};d.defaultProps={className:"global-navigation__drawer",allBitesize:[],subdirectory:"bitesize",language:"en-GB"},d.propTypes={className:o.default.string,allBitesize:o.default.arrayOf(o.default.shape({section:o.default.string.isRequired,content:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired}))})),subdirectory:o.default.string,language:o.default.string};var p=d;t.default=p,e.exports=t.default},function(e,t){e.exports=n(141)},function(e,t){e.exports=n(152)},function(e,t){e.exports=n(153)},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(0)),o=r(n(1)),i=r(n(2)),u=function(e){var t=e.submenu.children,n=e.currentPage;return a.default.createElement("nav",{className:"global-navigation__sub-nav"},a.default.createElement("ul",{className:"global-navigation__sub-nav__menu"},t.map(function(e){var t=e.title,r=e.href,o=n===r;return a.default.createElement("li",{key:t,className:(0,i.default)("global-navigation__sub-nav__menu__item",{"global-navigation__sub-nav__menu__item--selected":o})},a.default.createElement("a",{className:"global-navigation__sub-nav__menu__link",href:r,"data-bbc-container":"global-navigation","aria-current":o?"page":null},t))})))};u.displayName="SubNav",u.propTypes={submenu:o.default.shape({title:o.default.string.isRequired,children:o.default.arrayOf(o.default.shape({title:o.default.string.isRequired,href:o.default.string.isRequired})).isRequired}).isRequired,currentPage:o.default.string.isRequired};var l=u;t.default=l,e.exports=t.default},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.MobileBucketProvider=t.BucketProvider=void 0;var r=function(e){return e&&e.__esModule?e:{default:e}}(n(8)),a=function(e){return"en-GB"===e?r.default.englishBuckets:r.default.buckets};t.BucketProvider=a;var o=function(e){return"en-GB"===e?r.default.mobileEnglishBuckets:r.default.mobileBuckets};t.MobileBucketProvider=o}])},function(e,t,n){e.exports=n(77)()},function(e,t,n){"use strict";function r(){}function a(){}var o=n(78);a.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,a,i){if(i!==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:a,resetWarningCache:r};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){var r,a;!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)&&r.length){var i=n.apply(null,r);i&&e.push(i)}else if("object"===a)for(var u in r)o.call(r,u)&&r[u]&&e.push(u)}}return e.join(" ")}var o={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(a=function(){return n}.apply(t,r))&&(e.exports=a))}()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,a=["en-GB","ga-GB","gd-GB","cy-GB"],o="en-GB",i=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var a=function(e,t){return void 0!==n[t]?n[t]:e};return e.replace(/{(\d+)}/g,a)},u=function(e){var t=e.language,n=e.localisations;a.indexOf(t)>=0&&(o=t),n&&(r=n)},l=function(){return o},c=function(e){if(!r)throw new Error("No localisation data has been set.");if(!r[o])return"";for(var t=r[o][e],n=arguments.length,a=new Array(n>1?n-1:0),u=1;u<n;u++)a[u-1]=arguments[u];return a.length>0?i.apply(void 0,[t].concat(a)):t},f={initLocalisations:u,getLocale:l,localise:c};t.default=f,e.exports=t.default},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function a(e){"@babel/helpers - typeof";return(a="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 o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(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 u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(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&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==a(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 p(){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 g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(19),n(12),n(27),n(28),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(31),n(32),n(33),n(34),n(35);var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=o?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(11)),y=function(e){function t(){return o(this,t),n.apply(this,arguments)}l(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.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}},h.default.createElement("path",{d:"M0 0v8h32V0zM0 17v3h32v-8H0zM0 29v3h32v-8H0z"}))}}]),t}(h.Component),b=y;t.default=b,e.exports=t.default},function(e,t,n){var r=n(1)("unscopables"),a=Array.prototype;void 0==a[r]&&n(8)(a,r,{}),e.exports=function(e){a[r][e]=!0}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){e.exports=n(20)("native-function-to-string",Function.toString)},function(e,t,n){"use strict";var r=n(41),a=n(22),o=n(25),i={};n(8)(i,n(1)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(i,{next:a(1,n)}),o(e,t+" Iterator")}},function(e,t,n){var r=n(9),a=n(3),o=n(16);e.exports=n(4)?Object.defineProperties:function(e,t){a(e);for(var n,i=o(t),u=i.length,l=0;u>l;)r.f(e,n=i[l++],t[n]);return e}},function(e,t,n){var r=n(10),a=n(42),o=n(88);e.exports=function(e){return function(t,n,i){var u,l=r(t),c=a(l.length),f=o(i,c);if(e&&n!=n){for(;c>f;)if((u=l[f++])!=u)return!0}else for(;c>f;f++)if((e||f in l)&&l[f]===n)return e||f||0;return!e&&-1}}},function(e,t,n){var r=n(43),a=Math.max,o=Math.min;e.exports=function(e,t){return e=r(e),e<0?a(e+t,0):o(e,t)}},function(e,t,n){var r=n(2).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(7),a=n(26),o=n(44)("IE_PROTO"),i=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=a(e),r(e,o)?e[o]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?i:null}},function(e,t,n){var r=n(43),a=n(39);e.exports=function(e){return function(t,n){var o,i,u=String(a(t)),l=r(n),c=u.length;return l<0||l>=c?e?"":void 0:(o=u.charCodeAt(l),o<55296||o>56319||l+1===c||(i=u.charCodeAt(l+1))<56320||i>57343?e?u.charAt(l):o:e?u.slice(l,l+2):i-56320+(o-55296<<10)+65536)}}},function(e,t,n){var r=n(93);e.exports=function(e,t){return new(r(e))(t)}},function(e,t,n){var r=n(0),a=n(56),o=n(1)("species");e.exports=function(e){var t;return a(e)&&(t=e.constructor,"function"!=typeof t||t!==Array&&!a(t.prototype)||(t=void 0),r(t)&&null===(t=t[o])&&(t=void 0)),void 0===t?Array:t}},function(e,t,n){"use strict";var r=n(4),a=n(16),o=n(46),i=n(30),u=n(26),l=n(37),c=Object.assign;e.exports=!c||n(6)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=c({},e)[n]||Object.keys(c({},t)).join("")!=r})?function(e,t){for(var n=u(e),c=arguments.length,f=1,s=o.f,d=i.f;c>f;)for(var p,g=l(arguments[f++]),h=s?a(g).concat(s(g)):a(g),y=h.length,b=0;y>b;)p=h[b++],r&&!d.call(g,p)||(n[p]=g[p]);return n}:c},function(e,t,n){"use strict";var r=n(57),a=n(29).getWeak,o=n(3),i=n(0),u=n(58),l=n(59),c=n(55),f=n(7),s=n(47),d=c(5),p=c(6),g=0,h=function(e){return e._l||(e._l=new y)},y=function(){this.a=[]},b=function(e,t){return d(e.a,function(e){return e[0]===t})};y.prototype={get:function(e){var t=b(this,e);if(t)return t[1]},has:function(e){return!!b(this,e)},set:function(e,t){var n=b(this,e);n?n[1]=t:this.a.push([e,t])},delete:function(e){var t=p(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,o){var c=e(function(e,r){u(e,c,t,"_i"),e._t=t,e._i=g++,e._l=void 0,void 0!=r&&l(r,n,e[o],e)});return r(c.prototype,{delete:function(e){if(!i(e))return!1;var n=a(e);return!0===n?h(s(this,t)).delete(e):n&&f(n,this._i)&&delete n[this._i]},has:function(e){if(!i(e))return!1;var n=a(e);return!0===n?h(s(this,t)).has(e):n&&f(n,this._i)}}),c},def:function(e,t,n){var r=a(o(t),!0);return!0===r?h(e).set(t,n):r[e._i]=n,e},ufstore:h}},function(e,t,n){var r=n(3);e.exports=function(e,t,n,a){try{return a?t(r(n)[0],n[1]):t(n)}catch(t){var o=e.return;throw void 0!==o&&r(o.call(e)),t}}},function(e,t,n){var r=n(15),a=n(1)("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||o[a]===e)}},function(e,t,n){var r=n(60),a=n(1)("iterator"),o=n(15);e.exports=n(13).getIteratorMethod=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||o[r(e)]}},function(e,t,n){"use strict";var r=n(2),a=n(23),o=n(5),i=n(57),u=n(29),l=n(59),c=n(58),f=n(0),s=n(6),d=n(100),p=n(25),g=n(101);e.exports=function(e,t,n,h,y,b){var v=r[e],m=v,_=y?"set":"add",x=m&&m.prototype,w={},O=function(e){var t=x[e];o(x,e,"delete"==e?function(e){return!(b&&!f(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!f(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return b&&!f(e)?void 0:t.call(this,0===e?0:e)}:"add"==e?function(e){return t.call(this,0===e?0:e),this}:function(e,n){return t.call(this,0===e?0:e,n),this})};if("function"==typeof m&&(b||x.forEach&&!s(function(){(new m).entries().next()}))){var j=new m,E=j[_](b?{}:-0,1)!=j,S=s(function(){j.has(1)}),k=d(function(e){new m(e)}),z=!b&&s(function(){for(var e=new m,t=5;t--;)e[_](t,t);return!e.has(-0)});k||(m=t(function(t,n){c(t,m,e);var r=g(new v,t,m);return void 0!=n&&l(n,y,r[_],r),r}),m.prototype=x,x.constructor=m),(S||z)&&(O("delete"),O("has"),y&&O("get")),(z||E)&&O(_),b&&x.clear&&delete x.clear}else m=h.getConstructor(t,e,y,_),i(m.prototype,n),u.NEED=!0;return p(m,e),w[e]=m,a(a.G+a.W+a.F*(m!=v),w),b||h.setStrong(m,e,y),m}},function(e,t,n){var r=n(1)("iterator"),a=!1;try{var o=[7][r]();o.return=function(){a=!0},Array.from(o,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!a)return!1;var n=!1;try{var o=[7],i=o[r]();i.next=function(){return{done:n=!0}},o[r]=function(){return i},e(o)}catch(e){}return n}},function(e,t,n){var r=n(0),a=n(102).set;e.exports=function(e,t,n){var o,i=t.constructor;return i!==n&&"function"==typeof i&&(o=i.prototype)!==n.prototype&&r(o)&&a&&a(e,o),e}},function(e,t,n){var r=n(0),a=n(3),o=function(e,t){if(a(e),!r(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,r){try{r=n(24)(Function.call,n(61).f(Object.prototype,"__proto__").set,2),r(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,n){return o(e,n),t?e.__proto__=n:r(e,n),e}}({},!1):void 0),check:o}},function(e,t,n){var r=n(16),a=n(46),o=n(30);e.exports=function(e){var t=r(e),n=a.f;if(n)for(var i,u=n(e),l=o.f,c=0;u.length>c;)l.call(e,i=u[c++])&&t.push(i);return t}},function(e,t,n){var r=n(10),a=n(64).f,o={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],u=function(e){try{return a(e)}catch(e){return i.slice()}};e.exports.f=function(e){return i&&"[object Window]"==o.call(e)?u(e):a(r(e))}},function(e,t,n){n(4)&&"g"!=/./g.flags&&n(9).f(RegExp.prototype,"flags",{configurable:!0,get:n(65)})},function(e,t,n){"use strict";var r=n(40),a=n(0),o=n(107),i=[].slice,u={},l=function(e,t,n){if(!(t in u)){for(var r=[],a=0;a<t;a++)r[a]="a["+a+"]";u[t]=Function("F,a","return new F("+r.join(",")+")")}return u[t](e,n)};e.exports=Function.bind||function(e){var t=r(this),n=i.call(arguments,1),u=function(){var r=n.concat(i.call(arguments));return this instanceof u?l(t,r.length,r):o(t,r,e)};return a(t.prototype)&&(u.prototype=t.prototype),u}},function(e,t){e.exports=function(e,t,n){var r=void 0===n;switch(t.length){case 0:return r?e():e.call(n);case 1:return r?e(t[0]):e.call(n,t[0]);case 2:return r?e(t[0],t[1]):e.call(n,t[0],t[1]);case 3:return r?e(t[0],t[1],t[2]):e.call(n,t[0],t[1],t[2]);case 4:return r?e(t[0],t[1],t[2],t[3]):e.call(n,t[0],t[1],t[2],t[3])}return e.apply(n,t)}},function(e,t,n){function r(e,t,n,r){e=o(e)?e:l(e),n=n&&!r?u(n):0;var f=e.length;return n<0&&(n=c(f+n,0)),i(e)?n<=f&&e.indexOf(t,n)>-1:!!f&&a(e,t,n)>-1}var a=n(109),o=n(66),i=n(117),u=n(118),l=n(121),c=Math.max;e.exports=r},function(e,t,n){function r(e,t,n){return t===t?i(e,t,n):a(e,o,n)}var a=n(110),o=n(111),i=n(112);e.exports=r},function(e,t){function n(e,t,n,r){for(var a=e.length,o=n+(r?1:-1);r?o--:++o<a;)if(t(e[o],o,e))return o;return-1}e.exports=n},function(e,t){function n(e){return e!==e}e.exports=n},function(e,t){function n(e,t,n){for(var r=n-1,a=e.length;++r<a;)if(e[r]===t)return r;return-1}e.exports=n},function(e,t,n){function r(e){if(!o(e))return!1;var t=a(e);return t==u||t==l||t==i||t==c}var a=n(17),o=n(69),i="[object AsyncFunction]",u="[object Function]",l="[object GeneratorFunction]",c="[object Proxy]";e.exports=r},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){function r(e){var t=i.call(e,l),n=e[l];try{e[l]=void 0;var r=!0}catch(e){}var a=u.call(e);return r&&(t?e[l]=n:delete e[l]),a}var a=n(48),o=Object.prototype,i=o.hasOwnProperty,u=o.toString,l=a?a.toStringTag:void 0;e.exports=r},function(e,t){function n(e){return a.call(e)}var r=Object.prototype,a=r.toString;e.exports=n},function(e,t,n){function r(e){return"string"==typeof e||!o(e)&&i(e)&&a(e)==u}var a=n(17),o=n(49),i=n(18),u="[object String]";e.exports=r},function(e,t,n){function r(e){var t=a(e),n=t%1;return t===t?n?t-n:t:0}var a=n(119);e.exports=r},function(e,t,n){function r(e){return e?(e=a(e))===o||e===-o?(e<0?-1:1)*i:e===e?e:0:0===e?e:0}var a=n(120),o=1/0,i=1.7976931348623157e308;e.exports=r},function(e,t,n){function r(e){if("number"==typeof e)return e;if(o(e))return i;if(a(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=a(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(u,"");var n=c.test(e);return n||f.test(e)?s(e.slice(2),n?2:8):l.test(e)?i:+e}var a=n(69),o=n(71),i=NaN,u=/^\s+|\s+$/g,l=/^[-+]0x[0-9a-f]+$/i,c=/^0b[01]+$/i,f=/^0o[0-7]+$/i,s=parseInt;e.exports=r},function(e,t,n){function r(e){return null==e?[]:a(e,o(e))}var a=n(122),o=n(123);e.exports=r},function(e,t,n){function r(e,t){return a(t,function(t){return e[t]})}var a=n(72);e.exports=r},function(e,t,n){function r(e){return i(e)?a(e):o(e)}var a=n(124),o=n(135),i=n(66);e.exports=r},function(e,t,n){function r(e,t){var n=i(e),r=!n&&o(e),f=!n&&!r&&u(e),d=!n&&!r&&!f&&c(e),p=n||r||f||d,g=p?a(e.length,String):[],h=g.length;for(var y in e)!t&&!s.call(e,y)||p&&("length"==y||f&&("offset"==y||"parent"==y)||d&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||l(y,h))||g.push(y);return g}var a=n(125),o=n(126),i=n(49),u=n(128),l=n(130),c=n(131),f=Object.prototype,s=f.hasOwnProperty;e.exports=r},function(e,t){function n(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}e.exports=n},function(e,t,n){var r=n(127),a=n(18),o=Object.prototype,i=o.hasOwnProperty,u=o.propertyIsEnumerable,l=r(function(){return arguments}())?r:function(e){return a(e)&&i.call(e,"callee")&&!u.call(e,"callee")};e.exports=l},function(e,t,n){function r(e){return o(e)&&a(e)==i}var a=n(17),o=n(18),i="[object Arguments]";e.exports=r},function(e,t,n){(function(e){var r=n(67),a=n(129),o="object"==typeof t&&t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,u=i&&i.exports===o,l=u?r.Buffer:void 0,c=l?l.isBuffer:void 0,f=c||a;e.exports=f}).call(t,n(73)(e))},function(e,t){function n(){return!1}e.exports=n},function(e,t){function n(e,t){var n=typeof e;return!!(t=null==t?r:t)&&("number"==n||"symbol"!=n&&a.test(e))&&e>-1&&e%1==0&&e<t}var r=9007199254740991,a=/^(?:0|[1-9]\d*)$/;e.exports=n},function(e,t,n){var r=n(132),a=n(133),o=n(134),i=o&&o.isTypedArray,u=i?a(i):r;e.exports=u},function(e,t,n){function r(e){return i(e)&&o(e.length)&&!!u[a(e)]}var a=n(17),o=n(70),i=n(18),u={};u["[object Float32Array]"]=u["[object Float64Array]"]=u["[object Int8Array]"]=u["[object Int16Array]"]=u["[object Int32Array]"]=u["[object Uint8Array]"]=u["[object Uint8ClampedArray]"]=u["[object Uint16Array]"]=u["[object Uint32Array]"]=!0,u["[object Arguments]"]=u["[object Array]"]=u["[object ArrayBuffer]"]=u["[object Boolean]"]=u["[object DataView]"]=u["[object Date]"]=u["[object Error]"]=u["[object Function]"]=u["[object Map]"]=u["[object Number]"]=u["[object Object]"]=u["[object RegExp]"]=u["[object Set]"]=u["[object String]"]=u["[object WeakMap]"]=!1,e.exports=r},function(e,t){function n(e){return function(t){return e(t)}}e.exports=n},function(e,t,n){(function(e){var r=n(68),a="object"==typeof t&&t&&!t.nodeType&&t,o=a&&"object"==typeof e&&e&&!e.nodeType&&e,i=o&&o.exports===a,u=i&&r.process,l=function(){try{return o&&o.require&&o.require("util").types||u&&u.binding&&u.binding("util")}catch(e){}}();e.exports=l}).call(t,n(73)(e))},function(e,t,n){function r(e){if(!a(e))return o(e);var t=[];for(var n in Object(e))u.call(e,n)&&"constructor"!=n&&t.push(n);return t}var a=n(136),o=n(137),i=Object.prototype,u=i.hasOwnProperty;e.exports=r},function(e,t){function n(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||r)}var r=Object.prototype;e.exports=n},function(e,t,n){var r=n(138),a=r(Object.keys,Object);e.exports=a},function(e,t){function n(e,t){return function(n){return e(t(n))}}e.exports=n},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function a(e){"@babel/helpers - typeof";return(a="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 o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(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 u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(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&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==a(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 p(){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 g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(19),n(12),n(27),n(28),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(31),n(32),n(33),n(34),n(35);var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=o?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(11)),y=function(e){function t(){return o(this,t),n.apply(this,arguments)}l(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.default.createElement("svg",{className:"bitesize-yes-svg",version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"31.8px",height:"32px",viewBox:"0 0 31.8 32",enableBackground:"new 0 0 31.8 32",ref:function(t){e.svg=t}},h.default.createElement("polygon",{points:"12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2 \t"}))}}]),t}(h.Component),b=y;t.default=b,e.exports=t.default},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function a(e){"@babel/helpers - typeof";return(a="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 o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(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 u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(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&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==a(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 p(){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 g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(19),n(12),n(27),n(28),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(31),n(32),n(33),n(34),n(35);var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=o?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(11)),y=function(e){function t(){return o(this,t),n.apply(this,arguments)}l(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.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",ref:function(t){e.svg=t}},h.default.createElement("g",{id:"Grid"}),h.default.createElement("g",{id:"Layer_2"},h.default.createElement("polygon",{points:"16,29 32,3 24.8,3 16,18.3 7.2,3 0,3"})))}}]),t}(h.Component),b=y;t.default=b,e.exports=t.default},function(e,t,n){var r=n(142),a=r(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});e.exports=a},function(e,t,n){function r(e){return function(t){return a(i(o(t).replace(u,"")),e,"")}}var a=n(143),o=n(144),i=n(148),u=RegExp("['’]","g");e.exports=r},function(e,t){function n(e,t,n,r){var a=-1,o=null==e?0:e.length;for(r&&o&&(n=e[++a]);++a<o;)n=t(n,e[a],a,e);return n}e.exports=n},function(e,t,n){function r(e){return(e=o(e))&&e.replace(i,a).replace(u,"")}var a=n(145),o=n(50),i=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,u=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");e.exports=r},function(e,t,n){var r=n(146),a={"À":"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"},o=r(a);e.exports=o},function(e,t){function n(e){return function(t){return null==e?void 0:e[t]}}e.exports=n},function(e,t,n){function r(e){if("string"==typeof e)return e;if(i(e))return o(e,r)+"";if(u(e))return f?f.call(e):"";var t=e+"";return"0"==t&&1/e==-l?"-0":t}var a=n(48),o=n(72),i=n(49),u=n(71),l=1/0,c=a?a.prototype:void 0,f=c?c.toString:void 0;e.exports=r},function(e,t,n){function r(e,t,n){return e=i(e),t=n?void 0:t,void 0===t?o(e)?u(e):a(e):e.match(t)||[]}var a=n(149),o=n(150),i=n(50),u=n(151);e.exports=r},function(e,t){function n(e){return e.match(r)||[]}var r=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;e.exports=n},function(e,t){function n(e){return r.test(e)}var r=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;e.exports=n},function(e,t){function n(e){return e.match(g)||[]}var r="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\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",a="["+r+"]",o="[a-z\\xdf-\\xf6\\xf8-\\xff]",i="(?:\\ud83c[\\udde6-\\uddff]){2}",u="[\\ud800-\\udbff][\\udc00-\\udfff]",l="[A-Z\\xc0-\\xd6\\xd8-\\xde]",c="(?:"+o+"|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\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\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])",f="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",s="(?:\\u200d(?:"+["[^\\ud800-\\udfff]",i,u].join("|")+")[\\ufe0e\\ufe0f]?"+f+")*",d="[\\ufe0e\\ufe0f]?"+f+s,p="(?:"+["[\\u2700-\\u27bf]",i,u].join("|")+")"+d,g=RegExp([l+"?"+o+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[a,l,"$"].join("|")+")","(?:[A-Z\\xc0-\\xd6\\xd8-\\xde]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\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\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[a,l+c,"$"].join("|")+")",l+"?"+c+"+(?:['’](?:d|ll|m|re|s|t|ve))?",l+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])","\\d+",p].join("|"),"g");e.exports=n},function(e,t,n){function r(e){var t=++o;return a(e)+t}var a=n(50),o=0;e.exports=r},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function a(e){"@babel/helpers - typeof";return(a="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 o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(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 u(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function l(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&&c(e,t)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=p();return function(){var n,r=g(e);if(t){var a=g(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==a(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 p(){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 g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(19),n(12),n(27),n(28),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(31),n(32),n(33),n(34),n(35);var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==a(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var u=o?Object.getOwnPropertyDescriptor(e,i):null;u&&(u.get||u.set)?Object.defineProperty(n,i,u):n[i]=e[i]}return n.default=e,t&&t.set(e,n),n}(n(11)),y=function(e){function t(){return o(this,t),n.apply(this,arguments)}l(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31.9",height:"32",viewBox:"0 0 31.9 32",ref:function(t){e.svg=t}},h.default.createElement("path",{d:"M29 16L3 0v7.2L17.6 16 3 24.8V32z"}))}}]),t}(h.Component),b=y;t.default=b,e.exports=t.default}]);; });</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-bitesize-homepage-header-view@4.40.1"]={"@babel/runtime":"7.12.5","@bbc/education-grid":"0.1.4","@bbc/education-link-button":"0.1.3","@bbc/education-promo":"2.7.2","@bbc/mr-sparkle":"3.0.0","bbc-morph-bitesize-daily-lessons-data":"1.1.0","bbc-morph-bitesize-global-navigation-view":"1.52.0","core-js":"3.8.2","morph-container":"4.0.0","react":"0.14.7","react-dom":"0.14.7"}; !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=89)}([function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){var r=n(3),o=n(38),i=n(4),a=n(27),c=n(42),u=n(58),s=o("wks"),l=r.Symbol,f=u?l:l&&l.withoutSetter||a;e.exports=function(e){return i(s,e)||(c&&i(l,e)?s[e]=l[e]:s[e]=f("Symbol."+e)),s[e]}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(t,n(92))},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(2);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(3),o=n(23).f,i=n(9),a=n(10),c=n(36),u=n(54),s=n(57);e.exports=function(e,t){var n,l,f,p,d,y=e.target,h=e.global,g=e.stat;if(n=h?r:g?r[y]||c(y,{}):(r[y]||{}).prototype)for(l in t){if(p=t[l],e.noTargetGet?(d=o(n,l),f=d&&d.value):f=n[l],!s(h?l:y+(g?".":"#")+l,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;u(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(n,l,p,e)}}},function(e,t,n){var r=n(0);e.exports=!r(function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})},function(e,t,n){var r=n(7),o=n(50),i=n(5),a=n(24),c=Object.defineProperty;t.f=r?c:function(e,t,n){if(i(e),t=a(t,!0),i(n),o)try{return c(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(7),o=n(8),i=n(18);e.exports=r?function(e,t,n){return o.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(3),o=n(9),i=n(4),a=n(36),c=n(52),u=n(15),s=u.get,l=u.enforce,f=String(String).split("String");(e.exports=function(e,t,n,c){var u,s=!!c&&!!c.unsafe,p=!!c&&!!c.enumerable,d=!!c&&!!c.noTargetGet;if("function"==typeof n&&("string"!=typeof t||i(n,"name")||o(n,"name",t),u=l(n),u.source||(u.source=f.join("string"==typeof t?t:""))),e===r)return void(p?e[t]=n:a(t,n));s?!d&&e[t]&&(p=!0):delete e[t],p?e[t]=n:o(e,t,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&s(this).source||c(this)})},function(e,t,n){var r=n(35),o=n(14);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(14);e.exports=function(e){return Object(r(e))}},function(e,t){e.exports=React},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r,o,i,a=n(53),c=n(3),u=n(2),s=n(9),l=n(4),f=n(37),p=n(25),d=n(20),y=c.WeakMap,h=function(e){return i(e)?o(e):r(e,{})},g=function(e){return function(t){var n;if(!u(t)||(n=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}};if(a){var v=f.state||(f.state=new y),b=v.get,m=v.has,w=v.set;r=function(e,t){return t.facade=e,w.call(v,e,t),t},o=function(e){return b.call(v,e)||{}},i=function(e){return m.call(v,e)}}else{var x=p("state");d[x]=!0,r=function(e,t){return t.facade=e,s(e,x,t),t},o=function(e){return l(e,x)?e[x]:{}},i=function(e){return l(e,x)}}e.exports={set:r,get:o,has:i,enforce:h,getterFor:g}},function(e,t,n){var r=n(28),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t){function n(e){return e&&e.__esModule?e:{default:e}}e.exports=n},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports={}},function(e,t,n){var r=n(55),o=n(3),i=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?i(r[e])||i(o[e]):r[e]&&r[e][t]||o[e]&&o[e][t]}},function(e,t){e.exports={}},function(e,t,n){var r=n(7),o=n(34),i=n(18),a=n(11),c=n(24),u=n(4),s=n(50),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=a(e),t=c(t,!0),s)try{return l(e,t)}catch(e){}if(u(e,t))return i(!o.f.call(e,t),e[t])}},function(e,t,n){var r=n(2);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(38),o=n(27),i=r("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},function(e,t){e.exports=!1},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r,o=n(5),i=n(96),a=n(40),c=n(20),u=n(97),s=n(51),l=n(25),f=l("IE_PROTO"),p=function(){},d=function(e){return"<script>"+e+"<\/script>"},y=function(e){e.write(d("")),e.close();var t=e.parentWindow.Object;return e=null,t},h=function(){var e,t=s("iframe");return t.style.display="none",u.appendChild(t),t.src=String("javascript:"),e=t.contentWindow.document,e.open(),e.write(d("document.F=Object")),e.close(),e.F},g=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(e){}g=r?y(r):h();for(var e=a.length;e--;)delete g.prototype[a[e]];return g()};c[f]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(p.prototype=o(e),n=new p,p.prototype=null,n[f]=e):n=g(),void 0===t?n:i(n,t)}},function(e,t,n){var r=n(8).f,o=n(4),i=n(1),a=i("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,a)&&r(e,a,{configurable:!0,value:t})}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){"use strict";var r=n(75),o=n(113),i=RegExp.prototype.exec,a=String.prototype.replace,c=i,u=function(){var e=/a/,t=/b*/g;return i.call(e,"a"),i.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),s=o.UNSUPPORTED_Y||o.BROKEN_CARET,l=void 0!==/()??/.exec("")[1];(u||l||s)&&(c=function(e){var t,n,o,c,f=this,p=s&&f.sticky,d=r.call(f),y=f.source,h=0,g=e;return p&&(d=d.replace("y",""),-1===d.indexOf("g")&&(d+="g"),g=String(e).slice(f.lastIndex),f.lastIndex>0&&(!f.multiline||f.multiline&&"\n"!==e[f.lastIndex-1])&&(y="(?: "+y+")",g=" "+g,h++),n=new RegExp("^(?:"+y+")",d)),l&&(n=new RegExp("^"+y+"$(?!\\s)",d)),u&&(t=f.lastIndex),o=i.call(p?n:f,g),p?o?(o.input=o.input.slice(h),o[0]=o[0].slice(h),o.index=f.lastIndex,f.lastIndex+=o[0].length):f.lastIndex=0:u&&o&&(f.lastIndex=f.global?o.index+o[0].length:t),l&&o&&o.length>1&&a.call(o[0],n,function(){for(c=1;c<arguments.length-2;c++)void 0===arguments[c]&&(o[c]=void 0)}),o}),e.exports=c},function(e,t,n){e.exports=n(133)()},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);t.f=i?function(e){var t=o(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(0),o=n(19),i="".split;e.exports=r(function(){return!Object("z").propertyIsEnumerable(0)})?function(e){return"String"==o(e)?i.call(e,""):Object(e)}:Object},function(e,t,n){var r=n(3),o=n(9);e.exports=function(e,t){try{o(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(3),o=n(36),i=r["__core-js_shared__"]||o("__core-js_shared__",{});e.exports=i},function(e,t,n){var r=n(26),o=n(37);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.8.2",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(56),o=n(40),i=o.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(0);e.exports=!!Object.getOwnPropertySymbols&&!r(function(){return!String(Symbol())})},function(e,t,n){var r=n(19);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(56),o=n(40);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(61),o=n(35),i=n(12),a=n(16),c=n(62),u=[].push,s=function(e){var t=1==e,n=2==e,s=3==e,l=4==e,f=6==e,p=7==e,d=5==e||f;return function(y,h,g,v){for(var b,m,w=i(y),x=o(w),_=r(h,g,3),O=a(x.length),k=0,S=v||c,P=t?S(y,O):n||p?S(y,0):void 0;O>k;k++)if((d||k in x)&&(b=x[k],m=_(b,k,w),e))if(t)P[k]=m;else if(m)switch(e){case 3:return!0;case 5:return b;case 6:return k;case 2:u.call(P,b)}else switch(e){case 4:return!1;case 7:u.call(P,b)}return f?-1:s||l?l:P}};e.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterOut:s(7)}},function(e,t,n){var r=n(4),o=n(12),i=n(25),a=n(69),c=i("IE_PROTO"),u=Object.prototype;e.exports=a?Object.getPrototypeOf:function(e){return e=o(e),r(e,c)?e[c]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?u:null}},function(e,t,n){var r=n(1),o=r("toStringTag"),i={};i[o]="z",e.exports="[object z]"===String(i)},function(e,t,n){"use strict";var r=n(6),o=n(32);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(e,t,n){var r=n(20),o=n(2),i=n(4),a=n(8).f,c=n(27),u=n(121),s=c("meta"),l=0,f=Object.isExtensible||function(){return!0},p=function(e){a(e,s,{value:{objectID:"O"+ ++l,weakData:{}}})},d=function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,s)){if(!f(e))return"F";if(!t)return"E";p(e)}return e[s].objectID},y=function(e,t){if(!i(e,s)){if(!f(e))return!0;if(!t)return!1;p(e)}return e[s].weakData},h=function(e){return u&&g.REQUIRED&&f(e)&&!i(e,s)&&p(e),e},g=e.exports={REQUIRED:!1,fastKey:d,getWeakData:y,onFreeze:h};r[s]=!0},function(e,t,n){var r=n(7),o=n(0),i=n(51);e.exports=!r&&!o(function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(3),o=n(2),i=r.document,a=o(i)&&o(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},function(e,t,n){var r=n(37),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return o.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(3),o=n(52),i=r.WeakMap;e.exports="function"==typeof i&&/native code/.test(o(i))},function(e,t,n){var r=n(4),o=n(93),i=n(23),a=n(8);e.exports=function(e,t){for(var n=o(t),c=a.f,u=i.f,s=0;s<n.length;s++){var l=n[s];r(e,l)||c(e,l,u(t,l))}}},function(e,t,n){var r=n(3);e.exports=r},function(e,t,n){var r=n(4),o=n(11),i=n(94).indexOf,a=n(20);e.exports=function(e,t){var n,c=o(e),u=0,s=[];for(n in c)!r(a,n)&&r(c,n)&&s.push(n);for(;t.length>u;)r(c,n=t[u++])&&(~i(s,n)||s.push(n));return s}},function(e,t,n){var r=n(0),o=/#|\.prototype\./,i=function(e,t){var n=c[a(e)];return n==s||n!=u&&("function"==typeof t?r(t):!!t)},a=i.normalize=function(e){return String(e).replace(o,".").toLowerCase()},c=i.data={},u=i.NATIVE="N",s=i.POLYFILL="P";e.exports=i},function(e,t,n){var r=n(42);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var r=n(1);t.f=r},function(e,t,n){var r=n(55),o=n(4),i=n(59),a=n(8).f;e.exports=function(e){var t=r.Symbol||(r.Symbol={});o(t,e)||a(t,e,{value:i.f(e)})}},function(e,t,n){var r=n(31);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(2),o=n(43),i=n(1),a=i("species");e.exports=function(e,t){var n;return o(e)&&(n=e.constructor,"function"!=typeof n||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){"use strict";var r=n(6),o=n(0),i=n(43),a=n(2),c=n(12),u=n(16),s=n(101),l=n(62),f=n(64),p=n(1),d=n(65),y=p("isConcatSpreadable"),h=d>=51||!o(function(){var e=[];return e[y]=!1,e.concat()[0]!==e}),g=f("concat"),v=function(e){if(!a(e))return!1;var t=e[y];return void 0!==t?!!t:i(e)};r({target:"Array",proto:!0,forced:!h||!g},{concat:function(e){var t,n,r,o,i,a=c(this),f=l(a,0),p=0;for(t=-1,r=arguments.length;t<r;t++)if(i=-1===t?a:arguments[t],v(i)){if(o=u(i.length),p+o>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,p++)n in i&&s(f,p,i[n])}else{if(p>=9007199254740991)throw TypeError("Maximum allowed index exceeded");s(f,p++,i)}return f.length=p,f}})},function(e,t,n){var r=n(0),o=n(1),i=n(65),a=o("species");e.exports=function(e){return i>=51||!r(function(){var t=[],n=t.constructor={};return n[a]=function(){return{foo:1}},1!==t[e](Boolean).foo})}},function(e,t,n){var r,o,i=n(3),a=n(102),c=i.process,u=c&&c.versions,s=u&&u.v8;s?(r=s.split("."),o=r[0]+r[1]):a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=r[1]),e.exports=o&&+o},function(e,t,n){"use strict";var r=n(11),o=n(103),i=n(22),a=n(15),c=n(67),u=a.set,s=a.getterFor("Array Iterator");e.exports=c(Array,"Array",function(e,t){u(this,{type:"Array Iterator",target:r(e),index:0,kind:t})},function(){var e=s(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(e,t,n){"use strict";var r=n(6),o=n(104),i=n(46),a=n(70),c=n(30),u=n(9),s=n(10),l=n(1),f=n(26),p=n(22),d=n(68),y=d.IteratorPrototype,h=d.BUGGY_SAFARI_ITERATORS,g=l("iterator"),v=function(){return this};e.exports=function(e,t,n,l,d,b,m){o(n,t,l);var w,x,_,O=function(e){if(e===d&&E)return E;if(!h&&e in P)return P[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},k=t+" Iterator",S=!1,P=e.prototype,j=P[g]||P["@@iterator"]||d&&P[d],E=!h&&j||O(d),T="Array"==t?P.entries||j:j;if(T&&(w=i(T.call(new e)),y!==Object.prototype&&w.next&&(f||i(w)===y||(a?a(w,y):"function"!=typeof w[g]&&u(w,g,v)),c(w,k,!0,!0),f&&(p[k]=v))),"values"==d&&j&&"values"!==j.name&&(S=!0,E=function(){return j.call(this)}),f&&!m||P[g]===E||u(P,g,E),p[t]=E,d)if(x={values:O("values"),keys:b?E:O("keys"),entries:O("entries")},m)for(_ in x)!h&&!S&&_ in P||s(P,_,x[_]);else r({target:t,proto:!0,forced:h||S},x);return x}},function(e,t,n){"use strict";var r,o,i,a=n(46),c=n(9),u=n(4),s=n(1),l=n(26),f=s("iterator"),p=!1,d=function(){return this};[].keys&&(i=[].keys(),"next"in i?(o=a(a(i)))!==Object.prototype&&(r=o):p=!0),void 0==r&&(r={}),l||u(r,f)||c(r,f,d),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},function(e,t,n){var r=n(0);e.exports=!r(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})},function(e,t,n){var r=n(5),o=n(105);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return r(n),o(i),t?e.call(n,i):n.__proto__=i,n}}():void 0)},function(e,t,n){"use strict";var r=n(6),o=n(45).map,i=n(64),a=n(106),c=i("map"),u=a("map");r({target:"Array",proto:!0,forced:!c||!u},{map:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(6),o=n(0),i=n(12),a=n(46),c=n(69);r({target:"Object",stat:!0,forced:o(function(){a(1)}),sham:!c},{getPrototypeOf:function(e){return a(i(e))}})},function(e,t,n){var r=n(47),o=n(10),i=n(110);r||o(Object.prototype,"toString",i,{unsafe:!0})},function(e,t,n){var r=n(47),o=n(19),i=n(1),a=i("toStringTag"),c="Arguments"==o(function(){return arguments}()),u=function(e,t){try{return e[t]}catch(e){}};e.exports=r?o:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=u(t=Object(e),a))?n:c?o(t):"Object"==(r=o(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t,n){"use strict";var r=n(5);e.exports=function(){var e=r(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,n){"use strict";var r=n(10),o=n(5),i=n(0),a=n(75),c=RegExp.prototype,u=c.toString,s=i(function(){return"/a/b"!=u.call({source:"a",flags:"b"})}),l="toString"!=u.name;(s||l)&&r(RegExp.prototype,"toString",function(){var e=o(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in c)?a.call(e):n)},{unsafe:!0})},function(e,t,n){var r=n(28),o=n(14),i=function(e){return function(t,n){var i,a,c=String(o(t)),u=r(n),s=c.length;return u<0||u>=s?e?"":void 0:(i=c.charCodeAt(u),i<55296||i>56319||u+1===s||(a=c.charCodeAt(u+1))<56320||a>57343?e?c.charAt(u):i:e?c.slice(u,u+2):a-56320+(i-55296<<10)+65536)}};e.exports={codeAt:i(!1),charAt:i(!0)}},function(e,t,n){"use strict";var r=n(79),o=n(5),i=n(16),a=n(28),c=n(14),u=n(80),s=n(115),l=n(81),f=Math.max,p=Math.min,d=function(e){return void 0===e?e:String(e)};r("replace",2,function(e,t,n,r){var y=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,h=r.REPLACE_KEEPS_$0,g=y?"$":"$0";return[function(n,r){var o=c(this),i=void 0==n?void 0:n[e];return void 0!==i?i.call(n,o,r):t.call(String(o),n,r)},function(e,r){if(!y&&h||"string"==typeof r&&-1===r.indexOf(g)){var c=n(t,e,this,r);if(c.done)return c.value}var v=o(e),b=String(this),m="function"==typeof r;m||(r=String(r));var w=v.global;if(w){var x=v.unicode;v.lastIndex=0}for(var _=[];;){var O=l(v,b);if(null===O)break;if(_.push(O),!w)break;""===String(O[0])&&(v.lastIndex=u(b,i(v.lastIndex),x))}for(var k="",S=0,P=0;P<_.length;P++){O=_[P];for(var j=String(O[0]),E=f(p(a(O.index),b.length),0),T=[],D=1;D<O.length;D++)T.push(d(O[D]));var R=O.groups;if(m){var z=[j].concat(T,E,b);void 0!==R&&z.push(R);var C=String(r.apply(void 0,z))}else C=s(j,b,E,T,R,r);E>=S&&(k+=b.slice(S,E)+C,S=E+j.length)}return k+b.slice(S)}]})},function(e,t,n){"use strict";n(48);var r=n(10),o=n(0),i=n(1),a=n(32),c=n(9),u=i("species"),s=!o(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}),l=function(){return"$0"==="a".replace(/./,"$0")}(),f=i("replace"),p=function(){return!!/./[f]&&""===/./[f]("a","$0")}(),d=!o(function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]});e.exports=function(e,t,n,f){var y=i(e),h=!o(function(){var t={};return t[y]=function(){return 7},7!=""[e](t)}),g=h&&!o(function(){var t=!1,n=/a/;return"split"===e&&(n={},n.constructor={},n.constructor[u]=function(){return n},n.flags="",n[y]=/./[y]),n.exec=function(){return t=!0,null},n[y](""),!t});if(!h||!g||"replace"===e&&(!s||!l||p)||"split"===e&&!d){var v=/./[y],b=n(y,""[e],function(e,t,n,r,o){return t.exec===a?h&&!o?{done:!0,value:v.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}},{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),m=b[0],w=b[1];r(String.prototype,e,m),r(RegExp.prototype,y,2==t?function(e,t){return w.call(e,this,t)}:function(e){return w.call(e,this)})}f&&c(RegExp.prototype[y],"sham",!0)}},function(e,t,n){"use strict";var r=n(77).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},function(e,t,n){var r=n(19),o=n(32);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var i=n.call(e,t);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(e,t)}},function(e,t,n){"use strict";var r=n(79),o=n(116),i=n(5),a=n(14),c=n(117),u=n(80),s=n(16),l=n(81),f=n(32),p=n(0),d=[].push,y=Math.min,h=!p(function(){return!RegExp(4294967295,"y")});r("split",2,function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=String(a(this)),i=void 0===n?4294967295:n>>>0;if(0===i)return[];if(void 0===e)return[r];if(!o(e))return t.call(r,e,i);for(var c,u,s,l=[],p=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),y=0,h=new RegExp(e.source,p+"g");(c=f.call(h,r))&&!((u=h.lastIndex)>y&&(l.push(r.slice(y,c.index)),c.length>1&&c.index<r.length&&d.apply(l,c.slice(1)),s=c[0].length,y=u,l.length>=i));)h.lastIndex===c.index&&h.lastIndex++;return y===r.length?!s&&h.test("")||l.push(""):l.push(r.slice(y)),l.length>i?l.slice(0,i):l}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var o=a(this),i=void 0==t?void 0:t[e];return void 0!==i?i.call(t,o,n):r.call(String(o),t,n)},function(e,o){var a=n(r,e,this,o,r!==t);if(a.done)return a.value;var f=i(e),p=String(this),d=c(f,RegExp),g=f.unicode,v=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(h?"y":"g"),b=new d(h?f:"^(?:"+f.source+")",v),m=void 0===o?4294967295:o>>>0;if(0===m)return[];if(0===p.length)return null===l(b,p)?[p]:[];for(var w=0,x=0,_=[];x<p.length;){b.lastIndex=h?x:0;var O,k=l(b,h?p:p.slice(x));if(null===k||(O=y(s(b.lastIndex+(h?0:x)),p.length))===w)x=u(p,x,g);else{if(_.push(p.slice(w,x)),_.length===m)return _;for(var S=1;S<=k.length-1;S++)if(_.push(k[S]),_.length===m)return _;x=w=O}}return _.push(p.slice(w)),_}]},!h)},function(e,t,n){"use strict";var r=n(6),o=n(118);r({target:"String",proto:!0,forced:n(119)("link")},{link:function(e){return o(this,"a","href",e)}})},function(e,t,n){var r=n(10);e.exports=function(e,t,n){for(var o in t)r(e,o,t[o],n);return e}},function(e,t,n){var r=n(5),o=n(123),i=n(16),a=n(61),c=n(124),u=n(125),s=function(e,t){this.stopped=e,this.result=t};e.exports=function(e,t,n){var l,f,p,d,y,h,g,v=n&&n.that,b=!(!n||!n.AS_ENTRIES),m=!(!n||!n.IS_ITERATOR),w=!(!n||!n.INTERRUPTED),x=a(t,v,1+b+w),_=function(e){return l&&u(l),new s(!0,e)},O=function(e){return b?(r(e),w?x(e[0],e[1],_):x(e[0],e[1])):w?x(e,_):x(e)};if(m)l=e;else{if("function"!=typeof(f=c(e)))throw TypeError("Target is not iterable");if(o(f)){for(p=0,d=i(e.length);d>p;p++)if((y=O(e[p]))&&y instanceof s)return y;return new s(!1)}l=f.call(e)}for(h=l.next;!(g=h.call(l)).done;){try{y=O(g.value)}catch(e){throw u(l),e}if("object"==typeof y&&y&&y instanceof s)return y}return new s(!1)}},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t){function n(){return e.exports=n=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},n.apply(this,arguments)}e.exports=n},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,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(90),o=n.n(r);Morph.modules["bbc-morph-bitesize-homepage-header-view@4.40.1"]=o.a},function(e,t,n){"use strict";n(91),n(99),n(100),n(63),n(66),n(71),n(107),n(109),n(72),n(73),n(111),n(48),n(76),n(114),n(78),n(82),n(83),n(120),n(129),e.exports=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={};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=33)}([function(e,t){e.exports=n(13)},function(e,t){e.exports=n(72)},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}var o=r(n(18)),i=r(n(19)),a=r(n(20)),c=o.default.is27July2020AndAbove()?a.default:i.default;e.exports=c},function(e,t){e.exports=n(63)},function(e,t){e.exports=n(71)},function(e,t){e.exports=n(83)},function(e,t){e.exports=n(131)},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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 c=i?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),a=function(e){return e&&e.__esModule?e:{default:e}}(n(16)),c=function(e){var t=e.itemId,n=e.text,r=e.onClick,o=e.selected,c=e.ariaLabel,u=o?"list-item list-item--selected":"list-item";return i.default.createElement("li",{className:u},i.default.createElement("button",{onClick:r,id:t,"aria-label":c,type:"button",className:"list-item__button"},i.default.createElement("span",{className:"list-item__button-text"},n),i.default.createElement(a.default,{className:"list-item__button-tick-icon"})))};c.propTypes={itemId:i.PropTypes.string.isRequired,onClick:i.PropTypes.func.isRequired,selected:i.PropTypes.bool,text:i.PropTypes.string.isRequired,ariaLabel:i.PropTypes.string.isRequired},c.defaultProps={selected:!1};var u=c;t.default=u,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(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 c(e,t,n){return t&&a(e.prototype,t),n&&a(e,n),e}function u(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 s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=d();return function(){var n,r=y(e);if(t){var o=y(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function f(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?p(e):t}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){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)}n(1),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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 c=i?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),g=n(0).PropTypes||n(17),v=function(e){function t(){return i(this,t),n.apply(this,arguments)}u(t,e);var n=l(t);return c(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this,t=this.props.className;return h.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}},h.default.createElement("polygon",{points:"29 16 3 0 3 7.2 17.6 16 3 24.8 3 32 29 16"}))}}]),t}(h.Component);v.propTypes={className:g.string},v.defaultProps={className:""};var b=v;t.default=b,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(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 c(e,t,n){return t&&a(e.prototype,t),n&&a(e,n),e}function u(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 s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=d();return function(){var n,r=y(e);if(t){var o=y(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function f(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?p(e):t}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){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)}n(1),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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 c=i?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),g=function(e){function t(){return i(this,t),n.apply(this,arguments)}u(t,e);var n=l(t);return c(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return h.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}},h.default.createElement("polygon",{points:"16,29 32,3 24.8,3 16,18.3 7.2,3 0,3"}))}}]),t}(h.Component),v=g;t.default=v,e.exports=t.default},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=[{id:"year1",link:"/bitesize/tags/zjpqqp3/year-1-lessons/1",type:"primary"},{id:"year2",link:"/bitesize/tags/z7s22sg/year-2-lessons/1",type:"primary"},{id:"year3",link:"/bitesize/tags/zmyxxyc/year-3-lessons/1",type:"primary"},{id:"year4",link:"/bitesize/tags/z63tt39/year-4-lessons/1",type:"primary"},{id:"year5",link:"/bitesize/tags/zhgppg8/year-5-lessons/1",type:"primary"},{id:"year6",link:"/bitesize/tags/zncsscw/year-6-lessons/1",type:"primary"},{id:"year7",link:"/bitesize/tags/zf9yy9q/year-7-lessons/1",type:"secondary"},{id:"year8",link:"/bitesize/tags/zvdbbdm/year-8-lessons/1",type:"secondary"},{id:"year9",link:"/bitesize/tags/zbjrrj6/year-9-lessons/1",type:"secondary"},{id:"year10",link:"/bitesize/tags/zr7447h/year-10-lessons/1",type:"secondary"}],o=[{id:"nursery",link:"/bitesize/articles/z7rff4j",type:"primary"},{id:"reception",link:"/bitesize/articles/z7rff4j",type:"primary"},{id:"year1",link:"/bitesize/articles/z7rff4j",type:"primary"},{id:"year2",link:"/bitesize/articles/z7rff4j",type:"primary"},{id:"year3",link:"/bitesize/articles/zd2jjhv",type:"primary"},{id:"year4",link:"/bitesize/articles/zd2jjhv",type:"primary"},{id:"year5",link:"/bitesize/articles/zd2jjhv",type:"primary"},{id:"year6",link:"/bitesize/articles/zd2jjhv",type:"primary"},{id:"year7",link:"/bitesize/articles/zdwkkmn",type:"secondary"},{id:"year8",link:"/bitesize/articles/zdwkkmn",type:"secondary"},{id:"year9",link:"/bitesize/articles/zdwkkmn",type:"secondary"}],i={"en-GB":r,"cy-GB":o,"ga-GB":r,"gd-GB":r},a=i;t.default=a,e.exports=t.default},function(e,t,n){var r=function(e){"undefined"!=typeof window&&window.localStorage.removeItem(e)},o=function(e,t){"undefined"!=typeof window&&window.localStorage.setItem(e,JSON.stringify(t))},i=function(e){var t=null;return"undefined"!=typeof window&&(t=window.localStorage.getItem(e)),JSON.parse(t)},a=function(){return i("homepage_header_store_year")},c=function(e){return o("homepage_header_store_year",e)};e.exports={getDataFromStore:i,getYearDataFromStore:a,removeDataFromStore:r,setDataToStore:o,setYearDataToStore:c}},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(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 u(e,t,n){return t&&c(e.prototype,t),n&&c(e,n),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&&l(e,t)}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=y();return function(){var n,r=h(e);if(t){var o=h(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==r(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 y(){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 h(e){return(h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(1),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var g=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var c=o?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),v=o(n(13)),b=o(n(14)),m=(o(n(21)),o(n(31)),o(n(2))),w=function(e){function t(e){var n;return a(this,t),n=r.call(this,e),n.state={yearData:null,allowTwoPromos:!1},n.setYearData=n.setYearData.bind(d(n)),n}s(t,e);var r=f(t);return u(t,[{key:"componentWillMount",value:function(){var e=this.props.yearData;this.setState({yearData:e})}},{key:"componentDidMount",value:function(){"undefined"!=typeof window&&(n(32),window.mrSparkle({phase:"core",selector:".bitesize-homepage-header-view__sparks"}))}},{key:"setYearData",value:function(e){this.setState({yearData:e,allowTwoPromos:!0})}},{key:"render",value:function(){var e=this.props,t=e.language,n=e.promoData,r=Object(n),o=r.body;var i=this.state,a=i.yearData,c=(i.allowTwoPromos,m.default[t]),u=c.title,s=c.subtitle;c.bannerTitle;return g.default.createElement("div",{className:"bitesize-homepage-header-view__container"},g.default.createElement("div",{className:"bitesize-homepage-header-view__sparks ".concat(a&&"cy-GB"!==t?"bitesize-homepage-header-view__sparks-grid":"bitesize-homepage-header-view__sparks-banner")}),g.default.createElement(v.default,{language:t,headerData:{href:"/bitesize"}}),g.default.createElement(b.default,{title:u,subtitle:s,language:t}))}}]),t}(g.Component);w.defaultProps={yearData:null,promoData:{meta:{},body:{}}},w.propTypes={language:g.PropTypes.string,yearData:g.PropTypes.shape({id:g.PropTypes.string.isRequired,link:g.PropTypes.string.isRequired,type:g.PropTypes.string.isRequired}),promoData:g.PropTypes.any},w.defaultProps={language:"en-GB"};var x=w;t.default=x,e.exports=t.default},function(e,t){e.exports=n(135)},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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 c=i?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),a=function(e){return e&&e.__esModule?e:{default:e}}(n(15)),c=function(e){var t=e.title,n=e.subtitle,r=e.language;return i.default.createElement("div",{className:"bitesize-hero-banner"},i.default.createElement("div",{className:"bitesize-hero-banner__container"},i.default.createElement("div",{className:"bitesize-hero-banner__content"},i.default.createElement("div",{className:"bitesize-hero-banner__content-image"}),i.default.createElement("h2",{className:"bitesize-hero-banner__content-title"},t),i.default.createElement("div",{className:"bitesize-hero-banner__content-subtitle"},n),i.default.createElement(a.default,{language:r})),i.default.createElement("div",{className:"bitesize-hero-banner__images"},i.default.createElement("div",{className:"bitesize-hero-banner__images--left"}),i.default.createElement("div",{className:"bitesize-hero-banner__images--right"}))))};c.propTypes={title:i.PropTypes.string.isRequired,subtitle:i.PropTypes.string.isRequired,language:i.PropTypes.string},c.defaultProps={language:"en-GB"};var u=c;t.default=u,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(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 u(e,t,n){return t&&c(e.prototype,t),n&&c(e,n),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&&l(e,t)}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=y();return function(){var n,r=h(e);if(t){var o=h(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==r(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 y(){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 h(e){return(h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(3),n(4),n(1),n(5),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var g=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var c=o?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),v=o(n(6)),b=o(n(7)),m=o(n(8)),w=o(n(9)),x=o(n(10)),_=o(n(2)),O=n(11),k=function(e){function t(e){var r;a(this,t),r=n.call(this);var o=e.language,i="cy-GB"===o?"/bitesize/articles/zx6q96f":"/bitesize/this-terms-topics";return r.state={showAges:!1,year:null,linkUrl:i,selectorLabel:_.default[o].buttonText},r.closeClickEvent=r.closeClickEvent.bind(d(r)),r.toggle=r.toggle.bind(d(r)),r.handleKeyPress=r.handleKeyPress.bind(d(r)),r.handleFocusOut=r.handleFocusOut.bind(d(r)),r.handleYearSelect=r.handleYearSelect.bind(d(r)),r.buttonClick=r.buttonClick.bind(d(r)),r}s(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyPress),document.addEventListener("mousedown",this.closeClickEvent),document.addEventListener("touchstart",this.closeClickEvent),document.addEventListener("focusout",this.handleFocusOut)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyPress),document.removeEventListener("mousedown",this.closeClickEvent),document.removeEventListener("touchstart",this.closeClickEvent),document.removeEventListener("focusout",this.handleFocusOut)}},{key:"closeClickEvent",value:function(e){this.state.showAges&&!this.ageSelector.contains(e.target)&&this.setState({showAges:!1})}},{key:"handleFocusOut",value:function(e){this.closeClickEvent({target:e.relatedTarget||e.target})}},{key:"handleKeyPress",value:function(e){27===e.keyCode&&this.setState({showAges:!1})}},{key:"toggle",value:function(){this.setState(function(e){return{showAges:!e.showAges}})}},{key:"handleYearSelect",value:function(e,t){this.setState(function(){return{showAges:!1,year:e,linkUrl:e.link,selectorLabel:t}})}},{key:"buttonClick",value:function(){var e=this.state.year;return"undefined"!=typeof window&&(0,O.setYearDataToStore)(e),!0}},{key:"render",value:function(){var e=this,t=this.state,n=t.showAges,r=t.linkUrl,o=t.selectorLabel,i=this.props.language,a=_.default[i],c=a.ariaDrawerDefault,u=a.ariaDrawerWithSelection,s=a.navigationLabel,l=a.linkTextBanner,f=a.linkTextAriaLabel,p=a.ariaListItem,d=o===a.buttonText?c:"".concat(c," - ").concat(u," ").concat(o);return g.default.createElement("div",{className:"navigation"},g.default.createElement("span",{className:"navigation__label"},s),g.default.createElement("div",{className:"navigation__selector-container"},g.default.createElement("div",{className:"navigation__age-selector",ref:function(t){e.ageSelector=t}},g.default.createElement("button",{type:"button",onClick:this.toggle,className:"navigation__age-selector-drawer","aria-label":d},g.default.createElement("span",{className:"navigation__age-selector-drawer-text"},o),g.default.createElement(w.default,{className:"navigation__age-selector-icon"})),g.default.createElement("div",{className:"navigation__age-selector-container ".concat(n?"navigation__age-selector-container--show":"navigation__age-selector-container--hidden")},g.default.createElement("ol",{className:"navigation__age-selector-list",hidden:!n},x.default[i].map(function(t){var n=a[t.id],r=o===n?"".concat(n," ").concat(p):n;return g.default.createElement(b.default,{itemId:t.id,key:t.id,text:n,ariaLabel:r,onClick:function(){return e.handleYearSelect(t,n)},selected:o===n})})))),g.default.createElement(v.default,{className:"navigation__lessons-link",href:r,theme:"bitesize-banner",onClick:this.buttonClick,ariaLabel:f,dataATIProps:{"data-bbc-container":"homepage-header"}},g.default.createElement("div",null,g.default.createElement("span",{className:"navigation__lessons-link-desktop-text"},l),g.default.createElement(m.default,{className:"navigation__lessons-link-icon"})))))}}]),t}(g.Component);k.propTypes={language:g.PropTypes.string},k.defaultProps={language:"en-GB"};var S=k;t.default=S,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(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 c(e,t,n){return t&&a(e.prototype,t),n&&a(e,n),e}function u(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 s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(e){var t=d();return function(){var n,r=y(e);if(t){var o=y(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function f(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?p(e):t}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){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)}n(1),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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 c=i?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),g=function(e){function t(){return i(this,t),n.apply(this,arguments)}u(t,e);var n=l(t);return c(t,[{key:"componentDidMount",value:function(){this.icon.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this,t=this.props.className;return h.default.createElement("svg",{className:t,version:"1.1",x:"0px",y:"0px",width:"31.8px",height:"32px",viewBox:"0 0 31.8 32",ref:function(t){e.icon=t}},h.default.createElement("polygon",{points:"12.8,28.9 31.8,6.3 28,3.1 12.2,21.9 3.2,14.4 0,18.2"}))}}]),t}(h.Component);g.propTypes={className:h.PropTypes.string},g.defaultProps={className:""};var v=g;t.default=v,e.exports=t.default},function(e,t){e.exports=n(33)},function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=function(){return new Date>new Date("2020/07/27 01:00")},o={is27July2020AndAbove:r};t.default=o,e.exports=t.default},function(e,t,n){e.exports={"en-GB":{title:"Daily Lessons are available all summer!",subtitle:"Our lessons end for the term on 24 July, but you can still use them throughout the holidays. We'll be back in the new school year with new lessons.",bannerTitle:"Our lessons end for the term on 24 July, but you can still use them throughout the holidays. We'll be back!",navigationLabel:"I am in",buttonText:"Year",linkTextBanner:"Start a lesson",linkTextGridButton:"Go to your Daily Lessons",linkTextGridText:"See all Bitesize Daily Lessons",gridTitle:"Latest lessons",ariaDrawerDefault:"Select your year",ariaDrawerWithSelection:"Currently selected",ariaListItem:"selected",year1:"Year 1 / P2",year2:"Year 2 / P3",year3:"Year 3 / P4",year4:"Year 4 / P5",year5:"Year 5 / P6",year6:"Year 6 / P7",year7:"Year 7 / S1",year8:"Year 8 / S2",year9:"Year 9 / S3",year10:"Year 10 / S4"},"ga-GB":{title:"Ceachtanna úra laethúla!",subtitle:"Beidh trí cheacht úra ar fáil le haghaidh gach bliain, achan lá ó Luan go hAoine, go dtí 24 Iúil. Roghnaigh do chinn féin agus ar aghaidh leat.",bannerTitle:"Beidh trí cheacht úra ar fáil le haghaidh gach bliain, achan lá ó Luan go hAoine, go dtí 24 Iúil.",navigationLabel:"Mo",buttonText:"Bhliain",linkTextBanner:"Tosaigh ceacht",linkTextGridButton:"Téigh go dtí do Cheachtanna Laethúla",linkTextGridText:"Féach gach Ceacht Laethúil Bitesize",gridTitle:"Ceachtanna is úire",ariaDrawerDefault:"Roghnaigh do bhliain",ariaDrawerWithSelection:"Roghnaithe faoi láthair",ariaListItem:"roghnaithe",year1:"Bliain 1 / Rang 2",year2:"Bliain 2 / Rang 3",year3:"Bliain 3 / Rang 4",year4:"Bliain 4 / Rang 5",year5:"Bliain 5 / Rang 6",year6:"Bliain 6 / Rang 7",year7:"Bliain 7 / S1",year8:"Bliain 8 / S2",year9:"Bliain 9 / S3",year10:"Bliain 10 / S4"},"cy-GB":{title:"Gwersi dyddiol newydd!",subtitle:"Mae gan Bitesize Dyddiol gasgliad o wersi newydd i ti bob dydd tan 24 Gorffennaf. Dewisa wers er mwyn dechrau dysgu.",bannerTitle:"We’re adding three new lessons every weekday for each year until 24 July. Pick yours and get started.",navigationLabel:"Dewis",buttonText:"Dosbarth",linkTextBanner:"Dewis gwers",ariaDrawerDefault:"Dewis Dosbarth",ariaDrawerWithSelection:"Dy ddewis ar hyn o bryd",ariaListItem:"dy ddewis di",nursery:"Meithrin",reception:"Derbyn",year1:"Blwyddyn 1",year2:"Blwyddyn 2",year3:"Blwyddyn 3",year4:"Blwyddyn 4",year5:"Blwyddyn 5",year6:"Blwyddyn 6",year7:"Blwyddyn 7",year8:"Blwyddyn 8",year9:"Blwyddyn 9"},"gd-GB":{title:"Leasanan làitheil ùra!",subtitle:"Bidh trì leasanan ùra ann dha gach clas gach latha-seachdain gu 24 Iuchar.",bannerTitle:"Bidh trì leasanan ùra ann dha gach clas gach latha-seachdain gu 24 Iuchar.",navigationLabel:"Tha mi air",buttonText:"Clas",linkTextBanner:"Tòisich leasan",linkTextGridButton:"Rach gu leasanan làitheil",linkTextGridText:"Leasanan làitheil Bitesize gu lèir",gridTitle:"Na leasanan as ùire",ariaDrawerDefault:"Tagh do chlas",ariaDrawerWithSelection:"Taghta an-dràsta",ariaListItem:"taghta",year1:"C2",year2:"C3",year3:"C4",year4:"C5",year5:"C6",year6:"C7",year7:"Àrd-sgoil 1",year8:"Àrd-sgoil 2",year9:"Àrd-sgoil 3",year10:"Àrd-sgoil 4"}}},function(e,t,n){e.exports={"en-GB":{title:"Lockdown Learning",subtitle:"Learning at home? We’ve got you! Try our lessons full of videos, quizzes and practice activities to help you with home learning.",bannerTitle:"Our lessons end for the term on 24 July, but you can still use them throughout the holidays. We'll be back!",navigationLabel:"I am in",buttonText:"Year",linkTextBanner:"Start a lesson",linkTextAriaLabel:"Go to Learning at Home lessons",linkTextGridButton:"Go to your Daily Lessons",linkTextGridText:"See all Bitesize Daily Lessons",gridTitle:"Latest lessons",ariaDrawerDefault:"Select your year",ariaDrawerWithSelection:"Currently selected",ariaListItem:"selected",year1:"Year 1 / P2",year2:"Year 2 / P3",year3:"Year 3 / P4",year4:"Year 4 / P5",year5:"Year 5 / P6",year6:"Year 6 / P7",year7:"Year 7 / S1",year8:"Year 8 / S2",year9:"Year 9 / S3",year10:"Year 10 / S4"},"ga-GB":{title:"Ag Foghlaim sa Bhaile",subtitle:"Scoil druidte? Cuideoimid leat! Bain triail as ár gceachtanna atá lán físeán, quizanna agus gníomhaíochtaí cleachta le cuidiú leat foghlaim sa bhaile.",bannerTitle:"Beidh trí cheacht úra ar fáil le haghaidh gach bliain, achan lá ó Luan go hAoine, go dtí 24 Iúil.",navigationLabel:"Mo",buttonText:"Tosaigh ag foghlaim",linkTextBanner:"Tosaigh ceacht",linkTextAriaLabel:"Téigh chuig ceachtanna Foghlaim sa Bhaile",linkTextGridButton:"Téigh go dtí do Cheachtanna Laethúla",linkTextGridText:"Féach gach Ceacht Laethúil Bitesize",gridTitle:"Ceachtanna is úire",ariaDrawerDefault:"Roghnaigh do bhliain",ariaDrawerWithSelection:"Roghnaithe faoi láthair",ariaListItem:"roghnaithe",year1:"Bliain 1 / Rang 2",year2:"Bliain 2 / Rang 3",year3:"Bliain 3 / Rang 4",year4:"Bliain 4 / Rang 5",year5:"Bliain 5 / Rang 6",year6:"Bliain 6 / Rang 7",year7:"Bliain 7 / S1",year8:"Bliain 8 / S2",year9:"Bliain 9 / S3",year10:"Bliain 10 / S4"},"cy-GB":{title:"Dysgu Gartref?",subtitle:"Rho gynnig ar ein gwersi sy’n cynnwys fideos, cwisiau a gweithgareddau i dy helpu di i ddysgu gartref.",bannerTitle:"We’re adding three new lessons every weekday for each year until 24 July. Pick yours and get started.",navigationLabel:"Dewis",buttonText:"Dechrau dysgu",linkTextBanner:"Dechrau dysgu",linkTextAriaLabel:"Edrych ar wersi Dysgu Gartref",ariaDrawerDefault:"Dewis Dosbarth",ariaDrawerWithSelection:"Dy ddewis ar hyn o bryd",ariaListItem:"dy ddewis di",nursery:"Meithrin",reception:"Derbyn",year1:"Blwyddyn 1",year2:"Blwyddyn 2",year3:"Blwyddyn 3",year4:"Blwyddyn 4",year5:"Blwyddyn 5",year6:"Blwyddyn 6",year7:"Blwyddyn 7",year8:"Blwyddyn 8",year9:"Blwyddyn 9"},"gd-GB":{title:"Ag ionnsachadh aig an taigh",subtitle:"An sgoil dùinte? Feuch leasanan, bhidiothan, ceistean agus gnìomhan gus do chuideachadh le bhith ag ionnsachadh aig an taigh.",bannerTitle:"Bidh trì leasanan ùra ann dha gach clas gach latha-seachdain gu 24 Iuchar.",navigationLabel:"Tha mi air",buttonText:"Tòisich ag ionnsachadh",linkTextBanner:"Tòisich leasan",linkTextAriaLabel:"Rach gu leasanan Learning at Home",linkTextGridButton:"Rach gu leasanan làitheil",linkTextGridText:"Leasanan làitheil Bitesize gu lèir",gridTitle:"Na leasanan as ùire",ariaDrawerDefault:"Tagh do chlas",ariaDrawerWithSelection:"Taghta an-dràsta",ariaListItem:"taghta",year1:"C2",year2:"C3",year3:"C4",year4:"C5",year5:"C6",year6:"C7",year7:"Àrd-sgoil 1",year8:"Àrd-sgoil 2",year9:"Àrd-sgoil 3",year10:"Àrd-sgoil 4"}}},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(){return a=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},a.apply(this,arguments)}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(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 s(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function l(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&&f(e,t)}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=h();return function(){var n,r=g(e);if(t){var o=g(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return d(this,n)}}function d(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?y(e):t}function y(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 g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(3),n(4),n(1),n(22),n(23),n(24),n(25),n(26),n(5),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var v=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var c=o?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),b=o(n(27)),m=o(n(28)),w=o(n(6)),x=o(n(8)),_=o(n(29)),O=o(n(30)),k=o(n(2)),S=o(n(10)),P=n(11),j=function(e){return e?"https://".concat(e.replace("$recipe","480xn")):""},E=function(e,t){var n=new Date(e.substr(0,10)).toString(),r=n.split(" "),o=r[2],i=r[1],a=r[3];return"".concat(o," ").concat(i," ").concat(a," - ").concat(t)},T=function(e,t){switch(t){case"en-GB":return e.replace("/","and");case"ga-GB":return e.replace("/","agus");default:return e}},D=function(e){function t(e){var r;return c(this,t),r=n.call(this,e),r.handleYearSelect=r.handleYearSelect.bind(y(r)),r.maxSynopsisStringLength=75,r}l(t,e);var n=p(t);return s(t,[{key:"handleYearSelect",value:function(e){var t=this.props.setYearData;"undefined"!=typeof window&&(0,P.setYearDataToStore)(e),t(e)}},{key:"synopsisTruncate",value:function(e){return e.length<this.maxSynopsisStringLength?e:e.substr(0,this.maxSynopsisStringLength).concat("...")}},{key:"render",value:function(){var e=this,t=this.props,n=t.language,r=t.promoData,o=t.yearData,i=o.id,c=o.link,u=o.type,s=k.default[n],l=s.gridTitle,f=s.navigationLabel,p=s.linkTextGridButton,d=s.linkTextGridText,y=s[i],h=T(y,n),g=i.replace("year","year-"),P=r[i].map(function(t,n){return v.default.createElement(b.default,a({},t,{synopsis:e.synopsisTruncate(t.synopsis),imageUrl:j(t.imageUrl),linkUrl:"/bitesize/articles/".concat(t.id),key:"promoList-".concat(t.id),altText:E(t.datePublished,t.attribution),dataATIProps:{"data-bbc-container":"homepage-header","data-bbc-source":g,"data-bbc-metadata":JSON.stringify({CHD:"card::".concat(n+1)})}}))});return v.default.createElement("div",{className:"lessons-grid"},v.default.createElement("div",{className:"lessons-grid__header"},v.default.createElement("h2",{className:"lessons-grid__header-text-title"},l),v.default.createElement("div",{className:"lessons-grid__header-selector"},v.default.createElement("div",{className:"lessons-grid__header-selector__year-label"},h),v.default.createElement("div",{className:"lessons-grid__header-selector__dropdown"},v.default.createElement("span",{className:"lessons-grid__header-selector__dropdown__label"},f),v.default.createElement(_.default,{handleYearSelect:this.handleYearSelect,dataList:S.default[n],yearLabel:y,language:n,open:!1})))),v.default.createElement("hr",{className:"lessons-grid__underline"}),v.default.createElement("div",{className:"lessons-grid__content lessons-grid__content--".concat(P.length,"-col")},v.default.createElement("div",{className:"lessons-grid__content-grid"},v.default.createElement(m.default,{layout:"default",asList:!0},P)),v.default.createElement("div",{className:"lessons-grid__content-links"},v.default.createElement("div",{className:"lessons-grid__content-links--button-container"},v.default.createElement(w.default,{className:"lessons-grid__content-links--button",href:c,theme:"bitesize-banner",onClick:function(){},ariaLabel:p,dataATIProps:{"data-bbc-container":"homepage-header","data-bbc-source":g}},v.default.createElement("div",null,v.default.createElement("span",{className:"lessons-grid__content-links--button-text"},p),v.default.createElement(x.default,{className:"lessons-grid__content-links--button-icon"})))),v.default.createElement("div",{className:"lessons-grid__content-links--text-link-container"},v.default.createElement("a",{href:"/bitesize/dailylessons","aria-label":d,className:"lessons-grid__content-links--text-link","data-bbc-container":"homepage-header","data-bbc-source":g},v.default.createElement("span",{className:"lessons-grid__content-links--text-link-text"},d))))),v.default.createElement(O.default,{type:u}))}}]),t}(v.Component);D.propTypes={yearData:v.PropTypes.shape({id:v.PropTypes.string.isRequired,link:v.PropTypes.string.isRequired,type:v.PropTypes.string.isRequired}).isRequired,language:v.PropTypes.string,promoData:v.PropTypes.shape().isRequired,setYearData:v.PropTypes.func},D.defaultProps={language:"en-GB",setYearData:function(){}};var R=D;t.default=R,e.exports=t.default},function(e,t){e.exports=n(73)},function(e,t){e.exports=n(48)},function(e,t){e.exports=n(76)},function(e,t){e.exports=n(78)},function(e,t){e.exports=n(82)},function(e,t){e.exports=n(136)},function(e,t){e.exports=n(149)},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(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 u(e,t,n){return t&&c(e.prototype,t),n&&c(e,n),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&&l(e,t)}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=y();return function(){var n,r=h(e);if(t){var o=h(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==r(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 y(){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 h(e){return(h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(3),n(4),n(1),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var g=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var c=o?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),v=o(n(9)),b=o(n(7)),m=o(n(2)),w=function(e){function t(e){var r;return a(this,t),r=n.call(this,e),r.state={showAges:!1},r.closeClickEvent=r.closeClickEvent.bind(d(r)),r.toggle=r.toggle.bind(d(r)),r.handleKeyPress=r.handleKeyPress.bind(d(r)),r.handleFocusOut=r.handleFocusOut.bind(d(r)),r}s(t,e);var n=f(t);return u(t,[{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyPress),document.addEventListener("mousedown",this.closeClickEvent),document.addEventListener("touchstart",this.closeClickEvent),document.addEventListener("focusout",this.handleFocusOut)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyPress),document.removeEventListener("mousedown",this.closeClickEvent),document.removeEventListener("touchstart",this.closeClickEvent),document.removeEventListener("focusout",this.handleFocusOut)}},{key:"closeClickEvent",value:function(e){this.state.showAges&&!this.ageSelector.contains(e.target)&&this.setState({showAges:!1})}},{key:"handleFocusOut",value:function(e){this.closeClickEvent({target:e.relatedTarget||e.target})}},{key:"handleKeyPress",value:function(e){27===e.keyCode&&this.setState({showAges:!1})}},{key:"toggle",value:function(){var e=this.state.showAges;this.setState({showAges:!e})}},{key:"render",value:function(){var e=this,t=this.props,n=t.dataList,r=t.yearLabel,o=t.handleYearSelect,i=t.language,a=this.state.showAges,c=m.default[i],u=c.ariaDrawerDefault,s=c.ariaDrawerWithSelection,l=c.ariaListItem,f="".concat(u," - ").concat(s," ").concat(r);return g.default.createElement("div",{className:"year-select-box",ref:function(t){e.ageSelector=t}},g.default.createElement("button",{type:"button",onClick:this.toggle,className:"year-select-box__drawer","aria-label":f},g.default.createElement("span",{className:"year-select-box__drawer-text"},r),g.default.createElement(v.default,{className:"year-select-box__icon"})),g.default.createElement("div",{className:"year-select-box__container ".concat(a?"year-select-box__container--show":"year-select-box__container--hidden")},g.default.createElement("ol",{className:"year-select-box__list",hidden:!a},n.map(function(t){var n=c[t.id],i=r===n?"".concat(n," ").concat(l):n;return g.default.createElement(b.default,{itemId:t.id,key:t.id,text:n,ariaLabel:i,onClick:function(){return e.toggle(),o(t)},selected:r===n})}))))}}]),t}(g.Component);w.propTypes={dataList:g.PropTypes.arrayOf(g.PropTypes.shape({id:g.PropTypes.string.isRequired,link:g.PropTypes.string.isRequired,type:g.PropTypes.string.isRequired})).isRequired,yearLabel:g.PropTypes.string.isRequired,handleYearSelect:g.PropTypes.func.isRequired,language:g.PropTypes.string},w.defaultProps={language:"en-GB"};var x=w;t.default=x,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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 c=i?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),a=function(e){var t=e.type,n="lessons-grid-images__left lessons-grid-images__left--".concat(t),r="lessons-grid-images__right lessons-grid-images__right--".concat(t);return i.default.createElement("div",{className:"lessons-grid-images"},i.default.createElement("div",{className:n}),i.default.createElement("div",{className:r}))};a.propTypes={type:i.PropTypes.string},a.defaultProps={type:"primary"};var c=a;t.default=c,e.exports=t.default},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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 c=i?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),a=function(e){var t=e.title;return i.default.createElement("div",{className:"bitesize-homepage-banner"},i.default.createElement("div",{className:"bitesize-homepage-banner__container"},i.default.createElement("div",{className:"bitesize-homepage-banner__image"}),i.default.createElement("div",{className:"bitesize-homepage-banner__title"},t)))};a.propTypes={title:i.PropTypes.string.isRequired};var c=a;t.default=c,e.exports=t.default},function(e,t){e.exports=n(151)},function(e,t,n){function r(e){"@babel/helpers - typeof";return(r="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 o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=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"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var c=o?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}(n(0)),c=o(n(34)),u=o(n(12)),s=function(){return{promoData:{uri:{data:"bbc-morph-bitesize-daily-lessons-data"},updates:!1}}};c.default.create(u.default,{data:s}).displayName="HomepageHeaderView";var l=function(e){var t=e.language;return a.default.createElement(u.default,{language:t})};l.propTypes={language:a.PropTypes.string},l.defaultProps={language:"en-GB"};var f=l;t.default=f,e.exports=t.default},function(e,t){e.exports=n(152)}])},function(e,t,n){"use strict";var r=n(6),o=n(3),i=n(21),a=n(26),c=n(7),u=n(42),s=n(58),l=n(0),f=n(4),p=n(43),d=n(2),y=n(5),h=n(12),g=n(11),v=n(24),b=n(18),m=n(29),w=n(44),x=n(39),_=n(98),O=n(41),k=n(23),S=n(8),P=n(34),j=n(9),E=n(10),T=n(38),D=n(25),R=n(20),z=n(27),C=n(1),L=n(59),N=n(60),M=n(30),A=n(15),B=n(45).forEach,I=D("hidden"),W=C("toPrimitive"),G=A.set,q=A.getterFor("Symbol"),Y=Object.prototype,F=o.Symbol,U=i("JSON","stringify"),$=k.f,K=S.f,H=_.f,J=P.f,V=T("symbols"),Q=T("op-symbols"),X=T("string-to-symbol-registry"),Z=T("symbol-to-string-registry"),ee=T("wks"),te=o.QObject,ne=!te||!te.prototype||!te.prototype.findChild,re=c&&l(function(){return 7!=m(K({},"a",{get:function(){return K(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=$(Y,t);r&&delete Y[t],K(e,t,n),r&&e!==Y&&K(Y,t,r)}:K,oe=function(e,t){var n=V[e]=m(F.prototype);return G(n,{type:"Symbol",tag:e,description:t}),c||(n.description=t),n},ie=s?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof F},ae=function(e,t,n){e===Y&&ae(Q,t,n),y(e);var r=v(t,!0);return y(n),f(V,r)?(n.enumerable?(f(e,I)&&e[I][r]&&(e[I][r]=!1),n=m(n,{enumerable:b(0,!1)})):(f(e,I)||K(e,I,b(1,{})),e[I][r]=!0),re(e,r,n)):K(e,r,n)},ce=function(e,t){y(e);var n=g(t),r=w(n).concat(pe(n));return B(r,function(t){c&&!se.call(n,t)||ae(e,t,n[t])}),e},ue=function(e,t){return void 0===t?m(e):ce(m(e),t)},se=function(e){var t=v(e,!0),n=J.call(this,t);return!(this===Y&&f(V,t)&&!f(Q,t))&&(!(n||!f(this,t)||!f(V,t)||f(this,I)&&this[I][t])||n)},le=function(e,t){var n=g(e),r=v(t,!0);if(n!==Y||!f(V,r)||f(Q,r)){var o=$(n,r);return!o||!f(V,r)||f(n,I)&&n[I][r]||(o.enumerable=!0),o}},fe=function(e){var t=H(g(e)),n=[];return B(t,function(e){f(V,e)||f(R,e)||n.push(e)}),n},pe=function(e){var t=e===Y,n=H(t?Q:g(e)),r=[];return B(n,function(e){!f(V,e)||t&&!f(Y,e)||r.push(V[e])}),r};if(u||(F=function(){if(this instanceof F)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=z(e),n=function(e){this===Y&&n.call(Q,e),f(this,I)&&f(this[I],t)&&(this[I][t]=!1),re(this,t,b(1,e))};return c&&ne&&re(Y,t,{configurable:!0,set:n}),oe(t,e)},E(F.prototype,"toString",function(){return q(this).tag}),E(F,"withoutSetter",function(e){return oe(z(e),e)}),P.f=se,S.f=ae,k.f=le,x.f=_.f=fe,O.f=pe,L.f=function(e){return oe(C(e),e)},c&&(K(F.prototype,"description",{configurable:!0,get:function(){return q(this).description}}),a||E(Y,"propertyIsEnumerable",se,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:F}),B(w(ee),function(e){N(e)}),r({target:"Symbol",stat:!0,forced:!u},{for:function(e){var t=String(e);if(f(X,t))return X[t];var n=F(t);return X[t]=n,Z[n]=t,n},keyFor:function(e){if(!ie(e))throw TypeError(e+" is not a symbol");if(f(Z,e))return Z[e]},useSetter:function(){ne=!0},useSimple:function(){ne=!1}}),r({target:"Object",stat:!0,forced:!u,sham:!c},{create:ue,defineProperty:ae,defineProperties:ce,getOwnPropertyDescriptor:le}),r({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:fe,getOwnPropertySymbols:pe}),r({target:"Object",stat:!0,forced:l(function(){O.f(1)})},{getOwnPropertySymbols:function(e){return O.f(h(e))}}),U){r({target:"JSON",stat:!0,forced:!u||l(function(){var e=F();return"[null]"!=U([e])||"{}"!=U({a:e})||"{}"!=U(Object(e))})},{stringify:function(e,t,n){for(var r,o=[e],i=1;arguments.length>i;)o.push(arguments[i++]);if(r=t,(d(t)||void 0!==e)&&!ie(e))return p(t)||(t=function(e,t){if("function"==typeof r&&(t=r.call(this,e,t)),!ie(t))return t}),o[1]=t,U.apply(null,o)}})}F.prototype[W]||j(F.prototype,W,F.prototype.valueOf),M(F,"Symbol"),R[I]=!0},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(21),o=n(39),i=n(41),a=n(5);e.exports=r("Reflect","ownKeys")||function(e){var t=o.f(a(e)),n=i.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(11),o=n(16),i=n(95),a=function(e){return function(t,n,a){var c,u=r(t),s=o(u.length),l=i(a,s);if(e&&n!=n){for(;s>l;)if((c=u[l++])!=c)return!0}else for(;s>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},function(e,t,n){var r=n(28),o=Math.max,i=Math.min;e.exports=function(e,t){var n=r(e);return n<0?o(n+t,0):i(n,t)}},function(e,t,n){var r=n(7),o=n(8),i=n(5),a=n(44);e.exports=r?Object.defineProperties:function(e,t){i(e);for(var n,r=a(t),c=r.length,u=0;c>u;)o.f(e,n=r[u++],t[n]);return e}},function(e,t,n){var r=n(21);e.exports=r("document","documentElement")},function(e,t,n){var r=n(11),o=n(39).f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(e){try{return o(e)}catch(e){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==i.call(e)?c(e):o(r(e))}},function(e,t,n){"use strict";var r=n(6),o=n(7),i=n(3),a=n(4),c=n(2),u=n(8).f,s=n(54),l=i.Symbol;if(o&&"function"==typeof l&&(!("description"in l.prototype)||void 0!==l().description)){var f={},p=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof p?new l(e):void 0===e?l():l(e);return""===e&&(f[t]=!0),t};s(p,l);var d=p.prototype=l.prototype;d.constructor=p;var y=d.toString,h="Symbol(test)"==String(l("test")),g=/^Symbol\((.*)\)[^)]+$/;u(d,"description",{configurable:!0,get:function(){var e=c(this)?this.valueOf():this,t=y.call(e);if(a(f,e))return"";var n=h?t.slice(7,-1):t.replace(g,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:p})}},function(e,t,n){n(60)("iterator")},function(e,t,n){"use strict";var r=n(24),o=n(8),i=n(18);e.exports=function(e,t,n){var a=r(t);a in e?o.f(e,a,i(0,n)):e[a]=n}},function(e,t,n){var r=n(21);e.exports=r("navigator","userAgent")||""},function(e,t,n){var r=n(1),o=n(29),i=n(8),a=r("unscopables"),c=Array.prototype;void 0==c[a]&&i.f(c,a,{configurable:!0,value:o(null)}),e.exports=function(e){c[a][e]=!0}},function(e,t,n){"use strict";var r=n(68).IteratorPrototype,o=n(29),i=n(18),a=n(30),c=n(22),u=function(){return this};e.exports=function(e,t,n){var s=t+" Iterator";return e.prototype=o(r,{next:i(1,n)}),a(e,s,!1,!0),c[s]=u,e}},function(e,t,n){var r=n(2);e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t,n){var r=n(7),o=n(0),i=n(4),a=Object.defineProperty,c={},u=function(e){throw e};e.exports=function(e,t){if(i(c,e))return c[e];t||(t={});var n=[][e],s=!!i(t,"ACCESSORS")&&t.ACCESSORS,l=i(t,0)?t[0]:u,f=i(t,1)?t[1]:void 0;return c[e]=!!n&&!o(function(){if(s&&!r)return!0;var e={length:-1};s?a(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,l,f)})}},function(e,t,n){var r=n(6),o=n(108);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(e,t,n){"use strict";var r=n(7),o=n(0),i=n(44),a=n(41),c=n(34),u=n(12),s=n(35),l=Object.assign,f=Object.defineProperty;e.exports=!l||o(function(){if(r&&1!==l({b:1},l(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),o="abcdefghijklmnopqrst";return e[n]=7,o.split("").forEach(function(e){t[e]=e}),7!=l({},e)[n]||i(l({},t)).join("")!=o})?function(e,t){for(var n=u(e),o=arguments.length,l=1,f=a.f,p=c.f;o>l;)for(var d,y=s(arguments[l++]),h=f?i(y).concat(f(y)):i(y),g=h.length,v=0;g>v;)d=h[v++],r&&!p.call(y,d)||(n[d]=y[d]);return n}:l},function(e,t,n){var r=n(6),o=n(0),i=n(11),a=n(23).f,c=n(7),u=o(function(){a(1)});r({target:"Object",stat:!0,forced:!c||u,sham:!c},{getOwnPropertyDescriptor:function(e,t){return a(i(e),t)}})},function(e,t,n){"use strict";var r=n(47),o=n(74);e.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},function(e,t,n){var r=n(6),o=n(21),i=n(31),a=n(5),c=n(2),u=n(29),s=n(112),l=n(0),f=o("Reflect","construct"),p=l(function(){function e(){}return!(f(function(){},[],e)instanceof e)}),d=!l(function(){f(function(){})}),y=p||d;r({target:"Reflect",stat:!0,forced:y,sham:y},{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(d&&!p)return f(e,t,n);if(e==n){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])}var r=[null];return r.push.apply(r,t),new(s.apply(e,r))}var o=n.prototype,l=u(c(o)?o:Object.prototype),y=Function.apply.call(e,l,t);return c(y)?y:l}})},function(e,t,n){"use strict";var r=n(31),o=n(2),i=[].slice,a={},c=function(e,t,n){if(!(t in a)){for(var r=[],o=0;o<t;o++)r[o]="a["+o+"]";a[t]=Function("C,a","return new C("+r.join(",")+")")}return a[t](e,n)};e.exports=Function.bind||function(e){var t=r(this),n=i.call(arguments,1),a=function(){var r=n.concat(i.call(arguments));return this instanceof a?c(t,r.length,r):t.apply(e,r)};return o(t.prototype)&&(a.prototype=t.prototype),a}},function(e,t,n){"use strict";function r(e,t){return RegExp(e,t)}var o=n(0);t.UNSUPPORTED_Y=o(function(){var e=r("a","y");return e.lastIndex=2,null!=e.exec("abcd")}),t.BROKEN_CARET=o(function(){var e=r("^r","gy");return e.lastIndex=2,null!=e.exec("str")})},function(e,t,n){"use strict";var r=n(77).charAt,o=n(15),i=n(67),a=o.set,c=o.getterFor("String Iterator");i(String,"String",function(e){a(this,{type:"String Iterator",string:String(e),index:0})},function(){var e,t=c(this),n=t.string,o=t.index;return o>=n.length?{value:void 0,done:!0}:(e=r(n,o),t.index+=e.length,{value:e,done:!1})})},function(e,t,n){var r=n(12),o=Math.floor,i="".replace,a=/\$([$&'`]|\d\d?|<[^>]*>)/g,c=/\$([$&'`]|\d\d?)/g;e.exports=function(e,t,n,u,s,l){var f=n+e.length,p=u.length,d=c;return void 0!==s&&(s=r(s),d=a),i.call(l,d,function(r,i){var a;switch(i.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,n);case"'":return t.slice(f);case"<":a=s[i.slice(1,-1)];break;default:var c=+i;if(0===c)return r;if(c>p){var l=o(c/10);return 0===l?r:l<=p?void 0===u[l-1]?i.charAt(1):u[l-1]+i.charAt(1):r}a=u[c-1]}return void 0===a?"":a})}},function(e,t,n){var r=n(2),o=n(19),i=n(1),a=i("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==o(e))}},function(e,t,n){var r=n(5),o=n(31),i=n(1),a=i("species");e.exports=function(e,t){var n,i=r(e).constructor;return void 0===i||void 0==(n=r(i)[a])?t:o(n)}},function(e,t,n){var r=n(14),o=/"/g;e.exports=function(e,t,n,i){var a=String(r(e)),c="<"+t;return""!==n&&(c+=" "+n+'="'+String(i).replace(o,"&quot;")+'"'),c+">"+a+"</"+t+">"}},function(e,t,n){var r=n(0);e.exports=function(e){return r(function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3})}},function(e,t,n){"use strict";var r,o=n(3),i=n(84),a=n(49),c=n(122),u=n(128),s=n(2),l=n(15).enforce,f=n(53),p=!o.ActiveXObject&&"ActiveXObject"in o,d=Object.isExtensible,y=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},h=e.exports=c("WeakMap",y,u);if(f&&p){r=u.getConstructor(y,"WeakMap",!0),a.REQUIRED=!0;var g=h.prototype,v=g.delete,b=g.has,m=g.get,w=g.set;i(g,{delete:function(e){if(s(e)&&!d(e)){var t=l(this);return t.frozen||(t.frozen=new r),v.call(this,e)||t.frozen.delete(e)}return v.call(this,e)},has:function(e){if(s(e)&&!d(e)){var t=l(this);return t.frozen||(t.frozen=new r),b.call(this,e)||t.frozen.has(e)}return b.call(this,e)},get:function(e){if(s(e)&&!d(e)){var t=l(this);return t.frozen||(t.frozen=new r),b.call(this,e)?m.call(this,e):t.frozen.get(e)}return m.call(this,e)},set:function(e,t){if(s(e)&&!d(e)){var n=l(this);n.frozen||(n.frozen=new r),b.call(this,e)?w.call(this,e,t):n.frozen.set(e,t)}else w.call(this,e,t);return this}})}},function(e,t,n){var r=n(0);e.exports=!r(function(){return Object.isExtensible(Object.preventExtensions({}))})},function(e,t,n){"use strict";var r=n(6),o=n(3),i=n(57),a=n(10),c=n(49),u=n(85),s=n(86),l=n(2),f=n(0),p=n(126),d=n(30),y=n(127);e.exports=function(e,t,n){var h=-1!==e.indexOf("Map"),g=-1!==e.indexOf("Weak"),v=h?"set":"add",b=o[e],m=b&&b.prototype,w=b,x={},_=function(e){var t=m[e];a(m,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(g&&!l(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!l(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!l(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(i(e,"function"!=typeof b||!(g||m.forEach&&!f(function(){(new b).entries().next()}))))w=n.getConstructor(t,e,h,v),c.REQUIRED=!0;else if(i(e,!0)){var O=new w,k=O[v](g?{}:-0,1)!=O,S=f(function(){O.has(1)}),P=p(function(e){new b(e)}),j=!g&&f(function(){for(var e=new b,t=5;t--;)e[v](t,t);return!e.has(-0)});P||(w=t(function(t,n){s(t,w,e);var r=y(new b,t,w);return void 0!=n&&u(n,r[v],{that:r,AS_ENTRIES:h}),r}),w.prototype=m,m.constructor=w),(S||j)&&(_("delete"),_("has"),h&&_("get")),(j||k)&&_(v),g&&m.clear&&delete m.clear}return x[e]=w,r({global:!0,forced:w!=b},x),d(w,e),g||n.setStrong(w,e,h),w}},function(e,t,n){var r=n(1),o=n(22),i=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||a[i]===e)}},function(e,t,n){var r=n(74),o=n(22),i=n(1),a=i("iterator");e.exports=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||o[r(e)]}},function(e,t,n){var r=n(5);e.exports=function(e){var t=e.return;if(void 0!==t)return r(t.call(e)).value}},function(e,t,n){var r=n(1),o=r("iterator"),i=!1;try{var a=0,c={next:function(){return{done:!!a++}},return:function(){i=!0}};c[o]=function(){return this},Array.from(c,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!i)return!1;var n=!1;try{var r={};r[o]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(e){}return n}},function(e,t,n){var r=n(2),o=n(70);e.exports=function(e,t,n){var i,a;return o&&"function"==typeof(i=t.constructor)&&i!==n&&r(a=i.prototype)&&a!==n.prototype&&o(e,a),e}},function(e,t,n){"use strict";var r=n(84),o=n(49).getWeakData,i=n(5),a=n(2),c=n(86),u=n(85),s=n(45),l=n(4),f=n(15),p=f.set,d=f.getterFor,y=s.find,h=s.findIndex,g=0,v=function(e){return e.frozen||(e.frozen=new b)},b=function(){this.entries=[]},m=function(e,t){return y(e.entries,function(e){return e[0]===t})};b.prototype={get:function(e){var t=m(this,e);if(t)return t[1]},has:function(e){return!!m(this,e)},set:function(e,t){var n=m(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=h(this.entries,function(t){return t[0]===e});return~t&&this.entries.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,s){var f=e(function(e,r){c(e,f,t),p(e,{type:t,id:g++,frozen:void 0}),void 0!=r&&u(r,e[s],{that:e,AS_ENTRIES:n})}),y=d(t),h=function(e,t,n){var r=y(e),a=o(i(t),!0);return!0===a?v(r).set(t,n):a[r.id]=n,e};return r(f.prototype,{delete:function(e){var t=y(this);if(!a(e))return!1;var n=o(e);return!0===n?v(t).delete(e):n&&l(n,t.id)&&delete n[t.id]},has:function(e){var t=y(this);if(!a(e))return!1;var n=o(e);return!0===n?v(t).has(e):n&&l(n,t.id)}}),r(f.prototype,n?{get:function(e){var t=y(this);if(a(e)){var n=o(e);return!0===n?v(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return h(this,e,t)}}:{add:function(e){return h(this,e,!0)}}),f}}},function(e,t,n){var r=n(3),o=n(130),i=n(66),a=n(9),c=n(1),u=c("iterator"),s=c("toStringTag"),l=i.values;for(var f in o){var p=r[f],d=p&&p.prototype;if(d){if(d[u]!==l)try{a(d,u,l)}catch(e){d[u]=l}if(d[s]||a(d,s,f),o[f])for(var y in i)if(d[y]!==i[y])try{a(d,y,i[y])}catch(e){d[y]=i[y]}}}},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,n){"use strict";var r=n(17);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(132)),i=o.default;t.default=i},function(e,t,n){"use strict";var r=n(17);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(87)),i=r(n(13)),a=n(13).PropTypes||n(33),c=function(e){var t=e.text,n=e.onClick,r=e.disabled,a=e.theme,c=e.children,u=e.href,s=e.ariaLabel,l=e.dataATIProps;return i.default.createElement("div",{className:"ec-link-button__container"},i.default.createElement("a",(0,o.default)({tabIndex:0,href:u,className:"ec-link-button__".concat(a),disabled:r,onClick:n,"aria-label":s||t},l),t?i.default.createElement("span",{className:"ec-link-button__text"},t):c))};c.propTypes={text:a.string,onClick:a.func.isRequired,disabled:a.bool,theme:a.string.isRequired,children:a.element,href:a.string.isRequired,ariaLabel:a.string,dataATIProps:a.shape({})},c.defaultProps={text:void 0,disabled:!1,children:null,ariaLabel:void 0,dataATIProps:{}};var u=c;t.default=u},function(e,t,n){"use strict";function r(){}function o(){}var i=n(134);o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,a){if(a!==i){var c=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 c.name="Invariant Violation",c}}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:o,resetWarningCache:r};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t){e.exports=Morph.modules["bbc-morph-bitesize-global-navigation-view@1.52.0"]},function(e,t,n){"use strict";var r=n(17);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(137)),i=o.default;t.default=i},function(e,t,n){"use strict";var r=n(138),o=n(17);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=o(n(87)),a=o(n(139)),c=o(n(140)),u=o(n(141)),s=o(n(143)),l=o(n(144)),f=r(n(13)),p=o(n(146)),d=o(n(147)),y=n(13).PropTypes||n(33),h=function(e){function t(){return(0,a.default)(this,t),(0,u.default)(this,(0,s.default)(t).apply(this,arguments))}return(0,l.default)(t,e),(0,c.default)(t,[{key:"componentDidMount",value:function(){var e=this.props,t=e.brand;e.lazyload&&(0,d.default)(".ec-promo__image--".concat(t,"--lazyload"),"ec-promo__image--".concat(t,"--lazyloaded"))}},{key:"render",value:function(){var e=this.props,t=e.altText,n=e.className,r=e.imageUrl,o=e.title,a=e.synopsis,c=e.linkUrl,u=e.label,s=e.brand,l=e.attribution,d=e.lazyload,y=e.dataATIProps,h=e.completionStatus,g="unseen"===h?"":"--".concat(h);return f.default.createElement("div",{className:(0,p.default)("ec-promo--".concat(s),n)},f.default.createElement("a",(0,i.default)({href:c,className:"ec-promo__link--".concat(s)},y),f.default.createElement("div",{className:"ec-promo__image-container--".concat(s)},f.default.createElement("div",{className:"ec-promo__image-container__16/9"},d?f.default.createElement("div",{className:"ec-promo-image-lazyload-container","aria-hidden":!0},r&&f.default.createElement("div",{className:"ec-promo__image--".concat(s,"--lazyload"),"data-src":r,"data-alt":t||o,"data-class":"promo-image"})):f.default.createElement("img",{className:"ec-promo__image--".concat(s),"data-class":"ec-promo__image",src:r,alt:t}),u?f.default.createElement("span",{"aria-hidden":!0,className:"ec-promo__label--".concat(s)},u):null)),f.default.createElement("div",{className:"ec-promo__text-container--".concat(s)},f.default.createElement("div",{className:"ec-promo__text--".concat(s)},u?f.default.createElement("span",{className:"ec-promo__invisible--".concat(s)},"".concat(u,":")):null,f.default.createElement("h3",{className:"ec-promo__title--".concat(s).concat(g)},o),f.default.createElement("p",{className:"ec-promo__synopsis--".concat(s)},a))),l?f.default.createElement("h5",{className:"ec-promo__attribution--".concat(s)},l):null))}}]),t}(f.Component);t.default=h,h.propTypes={altText:y.string,className:y.string,imageUrl:y.string.isRequired,title:y.string.isRequired,synopsis:y.string,linkUrl:y.string.isRequired,label:y.string,brand:y.string,attribution:y.string,lazyload:y.bool,dataATIProps:y.shape({}),completionStatus:y.string},h.defaultProps={altText:"",className:"",brand:"default",dataATIProps:{},completionStatus:"unseen"}},function(e,t,n){function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function o(e){if(e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var c=o?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(n,a,c):n[a]=e[a]}return n.default=e,t&&t.set(e,n),n}var i=n(88);e.exports=o},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"!==o(t)&&"function"!=typeof t?i(e):t}var o=n(88),i=n(142);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&&o(e,t)}var o=n(145);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){var r,o;!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var a=n.apply(null,r);a&&e.push(a)}else if("object"===o)for(var c in r)i.call(r,c)&&r[c]&&e.push(c)}}return e.join(" ")}var i={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(o=function(){return n}.apply(t,r))&&(e.exports=o))}()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 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(148);window.document.querySelector("[data-class]")&&new r(e,{availableWidths:[160,208,240,288,320,336,448,480,576,608,688,832],className:t,lazyload:!0,lazyloadOffset:200,scrollDelay:100})},o=r;t.default=o},function(e,t){e.exports=Morph.modules["imager.js@0.5.1"]},function(e,t,n){"use strict";var r=n(17);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(150)),i=o.default;t.default=i},function(e,t,n){"use strict";var r=n(17);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(13)),i=n(13).PropTypes||n(33),a=function(e){var t=e.asList?"li":"div",n=e.asList?"ul":"div",r=o.default.Children.map(e.children,function(n){return o.default.createElement(t,{className:"ec-grid__item--".concat(e.layout)},o.default.createElement("span",{className:"ec-grid__item-content-wrapper--".concat(e.layout)},n))});return o.default.createElement("div",{className:"ec-grid--".concat(e.layout)},o.default.createElement(n,{className:"ec-grid__item-wrapper--".concat(e.layout)},r))};a.propTypes={children:i.node.isRequired,layout:i.string,asList:i.bool},a.defaultProps={layout:"default",asList:!1};var c=a;t.default=c},function(e,t,n){"use strict";function r(e,t){return a(e)||i(e,t)||o()}function o(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function i(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return n}function a(e){if(Array.isArray(e))return e}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){u(e,t,n[t])})}return e}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(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 f(e,t,n){return t&&l(e.prototype,t),n&&l(e,n),e}var p={primary:{universal:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-universal-primary.js",geography:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-geography.js","english-lit":"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-english-lit.js","english-lang":"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-english-lang.js",language:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-language.js",maths:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-maths.js",science:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-primary-science.js"},secondary:{universal:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-universal-secondary.js",geography:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-geography.js","english-lit":"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-english-lit.js","english-lang":"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-english-lang.js",language:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-language.js",maths:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-maths.js",science:"https://web.archive.org/web/20210115223247/https://bitesize.files.bbci.co.uk/scripts/sparks/v2/sparks-secondary-science.js"}},d={zt3rkqt:"english-lang",z2f3cdm:"geography",zkxhfg8:"language",z426n39:"language",zc7xpv4:"language",z86pyrd:"language",zrqmhyc:"language",z9mtsbk:"language",zjpfb9q:"language",z9frq6f:"language",z3cr9j6:"language",zqnygk7:"language",z8rdtfr:"english-lit",zhbc87h:"english-lit",zy9d7ty:"english-lit",z6vg9j6:"maths",z37qtfr:"maths",z7nygk7:"science",z2svr82:"science",zmf3cdm:"science",zxyb4wx:"science"},y=function(e){return d[e]?d[e]:null},h=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};s(this,e);var o={opacity:1,opacityTransition:.5,scale:1};this.config=c({},o,n),this.svg=t.cloneNode(!0);var i=this.svg.getAttribute("viewBox").split(" "),a=r(i,4),u=a[2],l=a[3];this.baseWidth=u,this.baseHeight=l,this.opacity=this.config.opacity,this.opacityTransition=this.config.opacityTransition,this.scale=this.config.scale,this.svg.setAttribute("focusable","false"),this.hide()}return f(e,[{key:"hasPosition",value:function(){return!!this.config.position}},{key:"show",value:function(){this.svg.style.display="block",this.svg.style.opacity=this.opacity}},{key:"fadeIn",value:function(){var e=this;requestAnimationFrame(function(){e.svg.style.display="block",requestAnimationFrame(function(){e.svg.style.opacity=e.opacity})})}},{key:"hide",value:function(){this.svg.style.display="none",this.svg.style.opacity=0}},{key:"opacity",get:function(){return this.config.opacity},set:function(e){this.config.opacity=e,this.svg.style.opacity=e}},{key:"opacityTransition",get:function(){return this.config.opacityTransition},set:function(e){this.config.opacityTransition=e,this.svg.style.transitionDuration="".concat(e,"s")}},{key:"position",get:function(){return this.config.position},set:function(e){var t=r(e,2),n=t[0],o=t[1],i="string"==typeof n?n:"".concat(n.toString(),"px"),a="string"==typeof o?o:"".concat(o.toString(),"px");this.config.position=[i,a],this.svg.style.left="".concat(n,"px"),this.svg.style.top="".concat(o,"px")}},{key:"scale",get:function(){return this.config.scale},set:function(e){this.config.scale=e,this.svg.style.width="".concat(this.baseWidth*e,"px"),this.svg.style.height="".concat(this.baseHeight*e,"px")}}]),e}(),g=function(e){return e%2==0},v=function(e,t){return Math.floor(Math.random()*(t-e+1))+e},b=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=[],n=0;n<e;n++)t.push(n);return t},m=function(){function e(t,n){s(this,e),this.parentElement=t,this.sparkSource=n,this.sparks=[]}return f(e,[{key:"getRandomSpark",value:function(){return this.sparkSource[v(0,this.sparkSource.length-1)]}},{key:"addSparkStylesheet",value:function(){if(!document.getElementById("spark-styles")){var e=document.createElement("style");e.id="spark-styles",e.textContent="\n .bitesize-spark-background {\n z-index: -1;\n overflow: hidden;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n\n .bitesize-spark {\n display: none;\n opacity: 0;\n position: absolute;\n transition-property: opacity;\n transition-timing-function: ease-in;\n }\n ",document.head.appendChild(e)}}},{key:"initialize",value:function(){var e=document.createElement("div");e.classList.add("bitesize-spark-background");for(var t=0;t<100;t++){var n=this.getRandomSpark(),r=new h(n,{opacityTransition:v(200,500)/1e3,scale:v(25,75)/100});this.sparks[t]=r}this.sparks.forEach(function(t){return e.appendChild(t.svg)});var o=window.getComputedStyle(this.parentElement),i=o.backgroundColor,a=o.backgroundImage,c=o.backgroundPosition,u=o.backgroundSize,s=o.backgroundRepeat;e.style.backgroundColor=i,e.style.backgroundImage=a,e.style.backgroundPosition=c,e.style.backgroundSize=u,e.style.backgroundRepeat=s,this.addSparkStylesheet(),this.parentElement.appendChild(e),this.parentElement.style.background="none"}},{key:"distribute",value:function(){var e=this;if(window.matchMedia("(max-width: 600px)").matches)return void this.hideAllSparks();var t={horizontalSlots:Math.floor(this.parentElement.clientWidth/128),verticalSlots:Math.floor(this.parentElement.clientHeight/64)},n=b(t.horizontalSlots),r=b(t.verticalSlots);n.map(function(e){return r}).map(function(e,t){return e.filter(function(e){return g(e)===g(t)})}).map(function(e,t){return e.map(function(e){return{xCoordinate:t,yCoordinate:e}})}).reduce(function(e,t){return e.concat(t)},[]).forEach(function(t,n){var r=t.xCoordinate,o=t.yCoordinate,i=e.sparks[n];if(!i.hasPosition()){var a=128*r+v(-32,32)+64+16,c=64*o+v(-32,32)+32;i.position=[a,c]}i.fadeIn()})}},{key:"hideAllSparks",value:function(){this.sparks.forEach(function(e){return e.hide()})}}]),e}(),w=function(e){return"secondary"===e||"post-16"===e?"secondary":"primary"},x=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"primary",t=arguments.length>1?arguments[1]:void 0,n=t?"".concat(e,"-").concat(t):e,r="#bitesize-sparks-".concat(n," > svg");return document.querySelectorAll(r)},_=function(e){e.initialize(),e.distribute(),window.addEventListener("resize",function(){e.distribute()})};window.mrSparkle=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.zid?y(e.zid):null,n=document.querySelector(e.selector);if(null!==n){var r=w(e.phase),o=x(r,t);if(o.length){var i=new m(n,o);_(i)}else{var a=p[r][t||"universal"];window.require([a],function(){o=x(r,t);var e=new m(n,o);_(e)})}}}},function(e,t){e.exports={create:function(e,t){return Morph.createContainerWithCaller("bbc-morph-bitesize-homepage-header-view@4.40.1",e,t)}}}]); //# sourceMappingURL=bundle.js.map; });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-bitesize-homepage-header-view","language":"en-GB","version":"4.40.1","_mrrVersion":"2.1.0"},'u8056750314872051'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle', 'live-push' : '//web.archive.org/web/20210115223247/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(); } /* u8056750314872051 */</script><script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-bitesize-promoted-navigation-view@2.9.2"]={"@bbc/bitesize-branding":"10.2.0","bbc-morph-bitesize-core-components":"13.3.0",classnames:"2.2.6","morph-container":"4.0.0",react:"0.14.7","react-dom":"0.14.7","react-motion":"0.4.8"},function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){Morph.modules["bbc-morph-bitesize-promoted-navigation-view@2.9.2"]=n(1)},function(e,t,n){e.exports=n(2)},function(e,t,n){e.exports=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={};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=4)}([function(e,t){e.exports=n(3)},function(e,t){e.exports=n(4)},function(e,t){e.exports=n(5)},function(e,t,n){"use strict";function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?r(Object(n),!0).forEach(function(t){i(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.getPost16OverlayData=t.getPhaseData=void 0;var a={primary:{"en-GB":{title:"Primary",subtitle:"Age 3 to 11",cta:"Go to Primary"},"cy-GB":{title:"Cynradd",subtitle:"Oed 3 i 11",cta:"Addysg gynradd"},"ga-GB":{title:"mBunscoil",subtitle:"Aois 3 go dtú 11",cta:"Téigh go dtú Bunoideachas"},"gd-GB":{title:"Bun-sgoil",subtitle:"Aois 3 gu 11",cta:"Rach gu foghlam bun-sgoile"}},secondary:{"en-GB":{title:"Secondary",subtitle:"Age 11 to 16",cta:"Go to Secondary"},"cy-GB":{title:"Uwchradd",subtitle:"Oed 11 i 16",cta:"Addysg uwchradd"},"ga-GB":{title:"Meánscoil",subtitle:"Aois 11 go dtú 16+",cta:"Téigh go dtú Meánoideachas"},"gd-GB":{title:"Àrd-sgoil",subtitle:"Aois 11 gu 16+",cta:"Rach gu foghlam àrd-sgoile"}},"post-16":{"en-GB":{title:"Post-16",subtitle:"Age 16+",cta:"Go to Post-16"},"cy-GB":{title:"Ôl 16",subtitle:"Oed 16+",cta:"Addysg ôl 16"},"ga-GB":{title:"Iar-16",subtitle:"Aois 16+",cta:"Téigh go dtú Breisoideachas"},"gd-GB":{title:"Nas sine na 16",subtitle:"Aois 16+",cta:"Rach gu Nas sine na 16"}}},u={england:[{label:"Functional Skills",url:"/bitesize/levels/zvhtng8"}],scotland:[{label:"Core Skills",url:"/bitesize/levels/z66jhbk"}],wales:[{label:"Essential Skills",url:"/bitesize/levels/zhh7nrd"}]},c={"en-GB":{england:"England",scotland:"Scotland",wales:"Wales"},"cy-GB":{england:"Lloegr",scotland:"Yr Alban",wales:"Cymru"},"ga-GB":{england:"Sasana",scotland:"Albain",wales:"An Bhreatain Bheag"},"gd-GB":{england:"Sasainn",scotland:"Alba",wales:"A' Chuimrigh"}},l=function(e,t){return a[e][t]};t.getPhaseData=l;var s=function(e){return o({name:"post-16",nationList:[{label:c[e].england,levelList:u.england},{label:c[e].scotland,levelList:u.scotland},{label:c[e].wales,levelList:u.wales}]},a["post-16"][e])};t.getPost16OverlayData=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e){"@babel/helpers - typeof";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 a(){return a=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},a.apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(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 l(e,t,n){return t&&c(e.prototype,t),n&&c(e,n),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&&f(e,t)}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=v();return function(){var n,r=m(e);if(t){var o=m(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return y(this,n)}}function y(e,t){return!t||"object"!==i(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 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 h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!=typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var n={},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=r?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}(n(0)),b=r(n(5)),g=r(n(6)),O=r(n(13)),_=r(n(16)),w=n(3),S=function(e){function t(e){var r;return u(this,t),r=n.call(this,e),r.state={overlay:{visible:!1}},r.handleKeyPress=r.handleKeyPress.bind(d(r)),r.openOverlay=r.openOverlay.bind(d(r)),r.closeOverlay=r.closeOverlay.bind(d(r)),r}s(t,e);var n=p(t);return l(t,[{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyPress)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyPress)}},{key:"handleKeyPress",value:function(e){var t=this.state.overlay;27===e.keyCode&&t.visible&&this.closeOverlay()}},{key:"openOverlay",value:function(){var e=this.props.language,t=(0,w.getPost16OverlayData)(e);this.elementToFocus=document.activeElement,this.setState({overlay:{visible:!0,className:"promoted-navigation-overlay__phase--".concat(t.name),title:t.title,subtitle:t.subtitle,nationList:t.nationList,phase:t.name,closeLabel:(0,_.default)(e,"closeLabel")}}),document.querySelector("html").classList.add("fullHeight"),document.querySelector("body").classList.add("fullHeight")}},{key:"closeOverlay",value:function(){this.setState(function(e){return{overlay:a({},e.overlay,{visible:!1})}}),this.elementToFocus&&this.elementToFocus.focus(),document.querySelector("html").classList.remove("fullHeight"),document.querySelector("body").classList.remove("fullHeight")}},{key:"render",value:function(){var e=this.props,t=e.language,n=e.subdirectory,r=e.learnLink,o=e.phases,i=this.state.overlay;return h.default.createElement("div",{className:"promoted-navigation__container"},h.default.createElement("div",{className:"promoted-navigation"},h.default.createElement(g.default,a({onClose:this.closeOverlay},i)),h.default.createElement(b.default,{href:"/bitesize/learn",enabled:"true"===r},h.default.createElement("h1",{className:"promoted-navigation__title"},(0,_.default)(t,"learnAndRevise"))),h.default.createElement(O.default,{language:t,subdirectory:n,onClick:this.openOverlay,phases:o})))}}]),t}(h.Component);S.propTypes={language:h.PropTypes.string,subdirectory:h.PropTypes.string,learnLink:h.PropTypes.string,phases:h.PropTypes.arrayOf(h.PropTypes.string)},S.defaultProps={language:"en-GB",subdirectory:"bitesize",learnLink:"true",phases:["primary","secondary","post-16"]};var P=S;t.default=P,e.exports=t.default},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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}(n(0)),a=function(e){return e&&e.__esModule?e:{default:e}}(n(2)),u=function(e){var t=e.enabled,n=e.href,r=e.children;return t?i.default.createElement("a",{className:"optional-link",href:n},r,i.default.createElement("div",{className:"gel-icon gel-icon--next"},i.default.createElement(a.default,null))):r};u.propTypes={href:i.PropTypes.string.isRequired,enabled:i.PropTypes.bool.isRequired,children:i.PropTypes.oneOfType([i.PropTypes.arrayOf(i.PropTypes.node),i.PropTypes.node]).isRequired};var c=u;t.default=c,e.exports=t.default},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="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 o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(){return a=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},a.apply(this,arguments)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?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}(n(0)),c=o(n(7)),l=o(n(8)),s=function(e){var t=e.visible,n=e.onClose,r=e.className,o=e.title,i=e.subtitle,s=e.closeLabel,f=e.phase,p=e.nationList;return u.default.createElement(l.default,{shouldShowOverlay:t,onCloseClick:n,className:r,title:o,subtitle:i,closeLabel:s,phase:f},p.map(function(e){return u.default.createElement(c.default,a({key:e.label,listItemClass:"bitesize__nation-level-list__list-item"},e))}))};s.displayName="OverlayContainer",s.propTypes={className:u.PropTypes.string,closeLabel:u.PropTypes.string,nationList:u.PropTypes.arrayOf(u.PropTypes.shape({label:u.PropTypes.string.isRequired,levelList:u.PropTypes.arrayOf(u.PropTypes.shape({label:u.PropTypes.string.isRequired,url:u.PropTypes.string.isRequired}).isRequired).isRequired})),onClose:u.PropTypes.func.isRequired,phase:u.PropTypes.string,subtitle:u.PropTypes.string,title:u.PropTypes.string,visible:u.PropTypes.bool},s.defaultProps={className:"",closeLabel:"",nationList:[],phase:null,subtitle:"",title:"",visible:!1};var f=s;t.default=f,e.exports=t.default},function(e,t){e.exports=n(92)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e){"@babel/helpers - typeof";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 a(){return a=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},a.apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(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 l(e,t,n){return t&&c(e.prototype,t),n&&c(e,n),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&&f(e,t)}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=v();return function(){var n,r=m(e);if(t){var o=m(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return y(this,n)}}function y(e,t){return!t||"object"!==i(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 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)}function h(e){e.stopPropagation(),e.preventDefault()}function b(){document.removeEventListener("click",h)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var g=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!=typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var n={},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=r?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}(n(0)),O=n(9),_=r(n(1)),w=r(n(10)),S=function(e){function t(){return u(this,t),n.apply(this,arguments)}s(t,e);var n=p(t);return l(t,[{key:"componentWillReceiveProps",value:function(e){var t=this.props.shouldShowOverlay;e.shouldShowOverlay!==t&&document.addEventListener("click",h)}},{key:"render",value:function(){var e=this,t=this.props,n=t.shouldShowOverlay,r=t.className;return g.default.createElement(O.Motion,{defaultStyle:{opacity:0},style:{opacity:(0,O.spring)(n?1:0,{stiffness:300})},onRest:function(){return b()}},function(t){return 0!==t.opacity?g.default.createElement(w.default,a({className:(0,_.default)(n?"":"fading",r)},e.props)):null})}}]),t}(g.Component);S.propTypes={shouldShowOverlay:g.PropTypes.bool,className:g.PropTypes.string},S.defaultProps={className:"",shouldShowOverlay:!1},S.displayName="Overlay";var P=S;t.default=P,e.exports=t.default},function(e,t){e.exports=n(104)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e){"@babel/helpers - typeof";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 a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(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 c(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function l(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 s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=d();return function(){var n,r=v(e);if(t){var o=v(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){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 v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var m=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!=typeof e)return{default:e};var t=o();if(t&&t.has(e))return t.get(e);var n={},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=r?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}(n(0)),h=r(n(1)),b=r(n(11)),g=r(n(12)),O=function(e){function t(){var e;return a(this,t),e=n.call(this),e.state={overlayWidth:0},e.handleKeyDown=e.handleKeyDown.bind(y(e)),e.handleResize=e.handleResize.bind(y(e)),e}l(t,e);var n=f(t);return c(t,[{key:"componentDidMount",value:function(){this.handleResize(),document.addEventListener("keydown",this.handleKeyDown),window.addEventListener("resize",this.handleResize),window.addEventListener("orientationchange",this.handleResize)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyDown),window.removeEventListener("resize",this.handleResize),window.removeEventListener("orientationchange",this.handleResize)}},{key:"handleKeyDown",value:function(e){if(9===e.keyCode)return document.activeElement===this.overlay&&e.shiftKey?void(this.finalFocusAnchor&&this.finalFocusAnchor.focus()):void(document.activeElement!==this.finalFocusAnchor||e.shiftKey||this.overlay&&this.overlay.focus())}},{key:"handleResize",value:function(){this.setState({overlayWidth:document.body.clientWidth})}},{key:"render",value:function(){var e=this,t=this.props,n=t.children,r=t.className,o=t.closeLabel,i=t.onCloseClick,a=t.subtitle,u=t.title,c=this.state.overlayWidth;return m.default.createElement("div",{role:"dialog","aria-label":"Dialog opened, choose an education stage",className:(0,h.default)("promoted-navigation-overlay__container",r),ref:function(t){e.overlay=t},tabIndex:"0"},m.default.createElement("div",{className:"promoted-navigation-overlay__header-container",style:{width:c}},m.default.createElement("div",{className:"promoted-navigation-overlay__wrap"},m.default.createElement("div",{className:"promoted-navigation-overlay__layout"},m.default.createElement("div",{className:"promoted-navigation-overlay__header"},m.default.createElement(g.default,{className:"bitesize__logo",shouldFocusWhenMount:!0}),m.default.createElement("div",{className:"promoted-navigation-overlay__close-btn__container"},m.default.createElement("button",{className:"promoted-navigation-overlay__close-btn",onClick:i,type:"button"},m.default.createElement("span",{className:"close-text"},o),m.default.createElement("div",{className:"gel-icon gel-icon--no"},m.default.createElement(b.default,null)))))))),m.default.createElement("div",{className:"promoted-navigation-overlay__wrap"},m.default.createElement("div",{className:"promoted-navigation-overlay__layout"},m.default.createElement("div",{className:"promoted-navigation-overlay__body-container"},m.default.createElement("h2",{className:"promoted-navigation-overlay__body-title"},u),m.default.createElement("p",{className:"promoted-navigation-overlay__body-p"},a),n,m.default.createElement("span",{id:"overlay-final-focus",ref:function(t){void 0===e.finalFocusAnchor&&(e.finalFocusAnchor=t)},tabIndex:"0"})))))}}]),t}(m.Component);O.propTypes={children:m.PropTypes.node.isRequired,closeLabel:m.PropTypes.string,onCloseClick:m.PropTypes.func.isRequired,className:m.PropTypes.string,subtitle:m.PropTypes.string.isRequired,title:m.PropTypes.string.isRequired},O.defaultProps={className:"",closeLabel:"Close"},O.displayName="OverlayContent";var _=O;t.default=_,e.exports=t.default},function(e,t){e.exports=n(131)},function(e,t){e.exports=n(132)},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="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 o(e){return e&&e.__esModule?e:{default:e}}function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=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"!==r(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?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}(n(0)),u=n(3),c=o(n(14)),l=o(n(15)),s={primary:"/bitesize/primary",secondary:"/bitesize/secondary"},f=function(e){var t=e.phases,n=e.onClick,r=e.language;return a.default.createElement("div",{className:"promoted-navigation__phases"},a.default.createElement("div",{className:"promoted-navigation__phases-layout"},t.map(function(e){var t=(0,u.getPhaseData)(e,r);return"post-16"===e?a.default.createElement("div",{className:"promoted-navigation__phases-item",key:t.title},a.default.createElement(c.default,{className:"phase-card--".concat(e),title:t.title,subtitle:t.subtitle,ctaText:t.cta,onClick:function(){return n()}})):a.default.createElement("div",{className:"promoted-navigation__phases-item",key:t.title},a.default.createElement(l.default,{className:"phase-card--".concat(e),title:t.title,subtitle:t.subtitle,ctaText:t.cta,linkURL:s[e]}))})))};f.displayName="Navigation",f.propTypes={onClick:a.PropTypes.func.isRequired,language:a.PropTypes.string.isRequired,phases:a.PropTypes.arrayOf(a.PropTypes.string).isRequired};var p=f;t.default=p,e.exports=t.default},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function o(e){return e&&e.__esModule?e:{default:e}}function i(e){"@babel/helpers - typeof";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 a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(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 c(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function l(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 s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=d();return function(){var n,r=v(e);if(t){var o=v(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){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 v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var m=o(n(1)),h=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?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}(n(0)),b=o(n(2)),g=function(e,t){return t?"".concat(e," (").concat(t,")"):e},O=function(e){function t(e){var r;return a(this,t),r=n.call(this,e),r.onClick=r.onClick.bind(y(r)),r}l(t,e);var n=f(t);return c(t,[{key:"onClick",value:function(){var e=this.props.onClick;this.button.blur(),e()}},{key:"render",value:function(){var e=this,t=this.props,n=t.className,r=t.ctaText,o=t.subtitle,i=t.title;return h.default.createElement("div",{className:(0,m.default)("phase-card",n)},h.default.createElement("button",{className:"phase-card__link",onClick:this.onClick,"aria-label":g(r,o),ref:function(t){e.button=t},type:"button"},h.default.createElement("div",{className:"phase-card__content-container"},h.default.createElement("div",{className:"phase-card__title"},i),h.default.createElement("div",{className:"phase-card__subtitle"},o),h.default.createElement("div",{className:"phase-card__cta"},r,h.default.createElement("div",{className:"gel-icon gel-icon--next"},h.default.createElement(b.default,null))))))}}]),t}(h.Component);O.displayName="PhaseCardButton",O.defaultProps={title:"",ctaText:"",onClick:function(){},subtitle:"",className:void 0},O.propTypes={ctaText:h.PropTypes.string,onClick:h.PropTypes.func,subtitle:h.PropTypes.string,title:h.PropTypes.string,className:h.PropTypes.string};var _=O;t.default=_,e.exports=t.default},function(e,t,n){"use strict";function r(e){"@babel/helpers - typeof";return(r="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 o(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return o=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(n(1)),u=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var t=o();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}(n(0)),c=i(n(2)),l=function(e,t){return t?"".concat(e," (").concat(t,")"):e},s=function(e){var t=e.className,n=e.ctaText,r=e.subtitle,o=e.title,i=e.linkURL;return u.default.createElement("div",{className:(0,a.default)("phase-card",t)},u.default.createElement("a",{className:"phase-card__link",href:i,"aria-label":l(n,r)},u.default.createElement("div",{className:"phase-card__content-container"},u.default.createElement("div",{className:"phase-card__title"},o),u.default.createElement("div",{className:"phase-card__subtitle"},r),u.default.createElement("div",{className:"phase-card__cta"},n,u.default.createElement("div",{className:"gel-icon gel-icon--next"},u.default.createElement(c.default,null))))))};s.displayName="PhaseCardLink",s.defaultProps={title:"",ctaText:"",subtitle:"",className:void 0},s.propTypes={ctaText:u.PropTypes.string,linkURL:u.PropTypes.string.isRequired,subtitle:u.PropTypes.string,title:u.PropTypes.string,className:u.PropTypes.string};var f=s;t.default=f,e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={"en-GB":{learnAndRevise:"Learn & revise",bitesizeCTA:"get the best out of Bitesize",closeLabel:"Close"},"cy-GB":{learnAndRevise:"Dysgu ac adolygu",bitesizeCTA:"gael y gorau o Bitesize",closeLabel:"Cau"},"ga-GB":{learnAndRevise:"Foghlaim",bitesizeCTA:"le gach leas a bhaint as Bitesize",closeLabel:"Druid"},"gd-GB":{learnAndRevise:"Ionnsaich",bitesizeCTA:"a' chuid as fheàrr fhaighinn à Bitesize",closeLabel:"Dùin"}},o=function(e,t){return r[r[e]?e:"en-GB"][t]||""};t.default=o,e.exports=t.default}])},function(e,t){e.exports=React},function(e,t,n){var r,o;!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var a=n.apply(null,r);a&&e.push(a)}else if("object"===o)for(var u in r)i.call(r,u)&&r[u]&&e.push(u)}}return e.join(" ")}var i={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(o=function(){return n}.apply(t,r))&&(e.exports=o))}()},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function o(e){"@babel/helpers - typeof";return(o="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 i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(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 u(e,t,n){return t&&a(e.prototype,t),n&&a(e,n),e}function c(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&&l(e,t)}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=y();return function(){var n,r=d(e);if(t){var o=d(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function f(e,t){return!t||"object"!==o(t)&&"function"!=typeof t?p(e):t}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function y(){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 d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(6),n(7),n(53),n(55),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(78),n(81),n(85),n(88),n(89);var v=function(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}(n(3)),m=function(e){function t(){return i(this,t),n.apply(this,arguments)}c(t,e);var n=s(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return v.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"31.9",height:"32",viewBox:"0 0 31.9 32",ref:function(t){e.svg=t}},v.default.createElement("path",{d:"M29 16L3 0v7.2L17.6 16 3 24.8V32z"}))}}]),t}(v.Component),h=m;t.default=h,e.exports=t.default},function(e,t,n){for(var r=n(7),o=n(41),i=n(33),a=n(12),u=n(15),c=n(26),l=n(9),s=l("iterator"),f=l("toStringTag"),p=c.Array,y={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},d=o(y),v=0;v<d.length;v++){var m,h=d[v],b=y[h],g=a[h],O=g&&g.prototype;if(O&&(O[s]||u(O,s,p),O[f]||u(O,f,h),c[h]=p,b))for(m in r)O[m]||i(O,m,r[m],!0)}},function(e,t,n){"use strict";var r=n(8),o=n(25),i=n(26),a=n(27);e.exports=n(31)(Array,"Array",function(e,t){this._t=a(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,o(1)):"keys"==t?o(0,n):"values"==t?o(0,e[n]):o(0,[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(9)("unscopables"),o=Array.prototype;void 0==o[r]&&n(15)(o,r,{}),e.exports=function(e){o[r][e]=!0}},function(e,t,n){var r=n(10)("wks"),o=n(14),i=n(12).Symbol,a="function"==typeof i;(e.exports=function(e){return r[e]||(r[e]=a&&i[e]||(a?i:o)("Symbol."+e))}).store=r},function(e,t,n){var r=n(11),o=n(12),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n(13)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){e.exports=!1},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){var r=n(16),o=n(24);e.exports=n(20)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(17),o=n(19),i=n(23),a=Object.defineProperty;t.f=n(20)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(18);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports=!n(20)&&!n(21)(function(){return 7!=Object.defineProperty(n(22)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){e.exports=!n(21)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){var r=n(18),o=n(12).document,i=r(o)&&r(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},function(e,t,n){var r=n(18);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t){e.exports={}},function(e,t,n){var r=n(28),o=n(30);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(29);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(13),o=n(32),i=n(33),a=n(15),u=n(26),c=n(38),l=n(50),s=n(51),f=n(9)("iterator"),p=!([].keys&&"next"in[].keys()),y=function(){return this};e.exports=function(e,t,n,d,v,m,h){c(n,t,d);var b,g,O,_=function(e){if(!p&&e in E)return E[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},w=t+" Iterator",S="values"==v,P=!1,E=e.prototype,j=E[f]||E["@@iterator"]||v&&E[v],x=j||_(v),N=v?S?_("entries"):x:void 0,T="Array"==t?E.entries||j:j;if(T&&(O=s(T.call(new e)))!==Object.prototype&&O.next&&(l(O,w,!0),r||"function"==typeof O[f]||a(O,f,y)),S&&j&&"values"!==j.name&&(P=!0,x=function(){return j.call(this)}),r&&!h||!p&&!P&&E[f]||a(E,f,x),u[t]=x,u[w]=y,v)if(b={values:S?x:_("values"),keys:m?x:_("keys"),entries:N},h)for(g in b)g in E||i(E,g,b[g]);else o(o.P+o.F*(p||P),t,b);return b}},function(e,t,n){var r=n(12),o=n(11),i=n(15),a=n(33),u=n(36),c=function(e,t,n){var l,s,f,p,y=e&c.F,d=e&c.G,v=e&c.S,m=e&c.P,h=e&c.B,b=d?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,g=d?o:o[t]||(o[t]={}),O=g.prototype||(g.prototype={});d&&(n=t);for(l in n)s=!y&&b&&void 0!==b[l],f=(s?b:n)[l],p=h&&s?u(f,r):m&&"function"==typeof f?u(Function.call,f):f,b&&a(b,l,f,e&c.U),g[l]!=f&&i(g,l,p),m&&O[l]!=f&&(O[l]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(12),o=n(15),i=n(34),a=n(14)("src"),u=n(35),c=(""+u).split("toString");n(11).inspectSource=function(e){return u.call(e)},(e.exports=function(e,t,n,u){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:c.join(String(t)))),e===r?e[t]=n:u?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||u.call(this)})},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){e.exports=n(10)("native-function-to-string",Function.toString)},function(e,t,n){var r=n(37);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){"use strict";var r=n(39),o=n(24),i=n(50),a={};n(15)(a,n(9)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(a,{next:o(1,n)}),i(e,t+" Iterator")}},function(e,t,n){var r=n(17),o=n(40),i=n(48),a=n(47)("IE_PROTO"),u=function(){},c=function(){var e,t=n(22)("iframe"),r=i.length;for(t.style.display="none",n(49).appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write("<script>document.F=Object<\/script>"),e.close(),c=e.F;r--;)delete c.prototype[i[r]];return c()};e.exports=Object.create||function(e,t){var n;return null!==e?(u.prototype=r(e),n=new u,u.prototype=null,n[a]=e):n=c(),void 0===t?n:o(n,t)}},function(e,t,n){var r=n(16),o=n(17),i=n(41);e.exports=n(20)?Object.defineProperties:function(e,t){o(e);for(var n,a=i(t),u=a.length,c=0;u>c;)r.f(e,n=a[c++],t[n]);return e}},function(e,t,n){var r=n(42),o=n(48);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(34),o=n(27),i=n(43)(!1),a=n(47)("IE_PROTO");e.exports=function(e,t){var n,u=o(e),c=0,l=[];for(n in u)n!=a&&r(u,n)&&l.push(n);for(;t.length>c;)r(u,n=t[c++])&&(~i(l,n)||l.push(n));return l}},function(e,t,n){var r=n(27),o=n(44),i=n(46);e.exports=function(e){return function(t,n,a){var u,c=r(t),l=o(c.length),s=i(a,l);if(e&&n!=n){for(;l>s;)if((u=c[s++])!=u)return!0}else for(;l>s;s++)if((e||s in c)&&c[s]===n)return e||s||0;return!e&&-1}}},function(e,t,n){var r=n(45),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(45),o=Math.max,i=Math.min;e.exports=function(e,t){return e=r(e),e<0?o(e+t,0):i(e,t)}},function(e,t,n){var r=n(10)("keys"),o=n(14);e.exports=function(e){return r[e]||(r[e]=o(e))}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,n){var r=n(12).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(16).f,o=n(34),i=n(9)("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},function(e,t,n){var r=n(34),o=n(52),i=n(47)("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),r(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},function(e,t,n){var r=n(30);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(54)(!0);n(31)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){var r=n(45),o=n(30);e.exports=function(e){return function(t,n){var i,a,u=String(o(t)),c=r(n),l=u.length;return c<0||c>=l?e?"":void 0:(i=u.charCodeAt(c),i<55296||i>56319||c+1===l||(a=u.charCodeAt(c+1))<56320||a>57343?e?u.charAt(c):i:e?u.slice(c,c+2):a-56320+(i-55296<<10)+65536)}}},function(e,t,n){"use strict";var r,o=n(12),i=n(56)(0),a=n(33),u=n(60),c=n(61),l=n(64),s=n(18),f=n(72),p=n(72),y=!o.ActiveXObject&&"ActiveXObject"in o,d=u.getWeak,v=Object.isExtensible,m=l.ufstore,h=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},b={get:function(e){if(s(e)){var t=d(e);return!0===t?m(f(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return l.def(f(this,"WeakMap"),e,t)}},g=e.exports=n(73)("WeakMap",h,b,l,!0,!0);p&&y&&(r=l.getConstructor(h,"WeakMap"),c(r.prototype,b),u.NEED=!0,i(["delete","has","get","set"],function(e){var t=g.prototype,n=t[e];a(t,e,function(t,o){if(s(t)&&!v(t)){this._f||(this._f=new r);var i=this._f[e](t,o);return"set"==e?this:i}return n.call(this,t,o)})}))},function(e,t,n){var r=n(36),o=n(28),i=n(52),a=n(44),u=n(57);e.exports=function(e,t){var n=1==e,c=2==e,l=3==e,s=4==e,f=6==e,p=5==e||f,y=t||u;return function(t,u,d){for(var v,m,h=i(t),b=o(h),g=r(u,d,3),O=a(b.length),_=0,w=n?y(t,O):c?y(t,0):void 0;O>_;_++)if((p||_ in b)&&(v=b[_],m=g(v,_,h),e))if(n)w[_]=m;else if(m)switch(e){case 3:return!0;case 5:return v;case 6:return _;case 2:w.push(v)}else if(s)return!1;return f?-1:l||s?s:w}}},function(e,t,n){var r=n(58);e.exports=function(e,t){return new(r(e))(t)}},function(e,t,n){var r=n(18),o=n(59),i=n(9)("species");e.exports=function(e){var t;return o(e)&&(t=e.constructor,"function"!=typeof t||t!==Array&&!o(t.prototype)||(t=void 0),r(t)&&null===(t=t[i])&&(t=void 0)),void 0===t?Array:t}},function(e,t,n){var r=n(29);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(14)("meta"),o=n(18),i=n(34),a=n(16).f,u=0,c=Object.isExtensible||function(){return!0},l=!n(21)(function(){return c(Object.preventExtensions({}))}),s=function(e){a(e,r,{value:{i:"O"+ ++u,w:{}}})},f=function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,r)){if(!c(e))return"F";if(!t)return"E";s(e)}return e[r].i},p=function(e,t){if(!i(e,r)){if(!c(e))return!0;if(!t)return!1;s(e)}return e[r].w},y=function(e){return l&&d.NEED&&c(e)&&!i(e,r)&&s(e),e},d=e.exports={KEY:r,NEED:!1,fastKey:f,getWeak:p,onFreeze:y}},function(e,t,n){"use strict";var r=n(20),o=n(41),i=n(62),a=n(63),u=n(52),c=n(28),l=Object.assign;e.exports=!l||n(21)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=l({},e)[n]||Object.keys(l({},t)).join("")!=r})?function(e,t){for(var n=u(e),l=arguments.length,s=1,f=i.f,p=a.f;l>s;)for(var y,d=c(arguments[s++]),v=f?o(d).concat(f(d)):o(d),m=v.length,h=0;m>h;)y=v[h++],r&&!p.call(d,y)||(n[y]=d[y]);return n}:l},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){"use strict";var r=n(65),o=n(60).getWeak,i=n(17),a=n(18),u=n(66),c=n(67),l=n(56),s=n(34),f=n(72),p=l(5),y=l(6),d=0,v=function(e){return e._l||(e._l=new m)},m=function(){this.a=[]},h=function(e,t){return p(e.a,function(e){return e[0]===t})};m.prototype={get:function(e){var t=h(this,e);if(t)return t[1]},has:function(e){return!!h(this,e)},set:function(e,t){var n=h(this,e);n?n[1]=t:this.a.push([e,t])},delete:function(e){var t=y(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,i){var l=e(function(e,r){u(e,l,t,"_i"),e._t=t,e._i=d++,e._l=void 0,void 0!=r&&c(r,n,e[i],e)});return r(l.prototype,{delete:function(e){if(!a(e))return!1;var n=o(e);return!0===n?v(f(this,t)).delete(e):n&&s(n,this._i)&&delete n[this._i]},has:function(e){if(!a(e))return!1;var n=o(e);return!0===n?v(f(this,t)).has(e):n&&s(n,this._i)}}),l},def:function(e,t,n){var r=o(i(t),!0);return!0===r?v(e).set(t,n):r[e._i]=n,e},ufstore:v}},function(e,t,n){var r=n(33);e.exports=function(e,t,n){for(var o in t)r(e,o,t[o],n);return e}},function(e,t){e.exports=function(e,t,n,r){if(!(e instanceof t)||void 0!==r&&r in e)throw TypeError(n+": incorrect invocation!");return e}},function(e,t,n){var r=n(36),o=n(68),i=n(69),a=n(17),u=n(44),c=n(70),l={},s={},t=e.exports=function(e,t,n,f,p){var y,d,v,m,h=p?function(){return e}:c(e),b=r(n,f,t?2:1),g=0;if("function"!=typeof h)throw TypeError(e+" is not iterable!");if(i(h)){for(y=u(e.length);y>g;g++)if((m=t?b(a(d=e[g])[0],d[1]):b(e[g]))===l||m===s)return m}else for(v=h.call(e);!(d=v.next()).done;)if((m=o(v,b,d.value,t))===l||m===s)return m};t.BREAK=l,t.RETURN=s},function(e,t,n){var r=n(17);e.exports=function(e,t,n,o){try{return o?t(r(n)[0],n[1]):t(n)}catch(t){var i=e.return;throw void 0!==i&&r(i.call(e)),t}}},function(e,t,n){var r=n(26),o=n(9)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||i[o]===e)}},function(e,t,n){var r=n(71),o=n(9)("iterator"),i=n(26);e.exports=n(11).getIteratorMethod=function(e){if(void 0!=e)return e[o]||e["@@iterator"]||i[r(e)]}},function(e,t,n){var r=n(29),o=n(9)("toStringTag"),i="Arguments"==r(function(){return arguments}()),a=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,u;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=a(t=Object(e),o))?n:i?r(t):"Object"==(u=r(t))&&"function"==typeof t.callee?"Arguments":u}},function(e,t,n){var r=n(18);e.exports=function(e,t){if(!r(e)||e._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return e}},function(e,t,n){"use strict";var r=n(12),o=n(32),i=n(33),a=n(65),u=n(60),c=n(67),l=n(66),s=n(18),f=n(21),p=n(74),y=n(50),d=n(75);e.exports=function(e,t,n,v,m,h){var b=r[e],g=b,O=m?"set":"add",_=g&&g.prototype,w={},S=function(e){var t=_[e];i(_,e,"delete"==e?function(e){return!(h&&!s(e))&&t.call(this,0===e?0:e)}:"has"==e?function(e){return!(h&&!s(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return h&&!s(e)?void 0:t.call(this,0===e?0:e)}:"add"==e?function(e){return t.call(this,0===e?0:e),this}:function(e,n){return t.call(this,0===e?0:e,n),this})};if("function"==typeof g&&(h||_.forEach&&!f(function(){(new g).entries().next()}))){var P=new g,E=P[O](h?{}:-0,1)!=P,j=f(function(){P.has(1)}),x=p(function(e){new g(e)}),N=!h&&f(function(){for(var e=new g,t=5;t--;)e[O](t,t);return!e.has(-0)});x||(g=t(function(t,n){l(t,g,e);var r=d(new b,t,g);return void 0!=n&&c(n,m,r[O],r),r}),g.prototype=_,_.constructor=g),(j||N)&&(S("delete"),S("has"),m&&S("get")),(N||E)&&S(O),h&&_.clear&&delete _.clear}else g=v.getConstructor(t,e,m,O),a(g.prototype,n),u.NEED=!0;return y(g,e),w[e]=g,o(o.G+o.W+o.F*(g!=b),w),h||v.setStrong(g,e,m),g}},function(e,t,n){var r=n(9)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},e(i)}catch(e){}return n}},function(e,t,n){var r=n(18),o=n(76).set;e.exports=function(e,t,n){var i,a=t.constructor;return a!==n&&"function"==typeof a&&(i=a.prototype)!==n.prototype&&r(i)&&o&&o(e,i),e}},function(e,t,n){var r=n(18),o=n(17),i=function(e,t){if(o(e),!r(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,r){try{r=n(36)(Function.call,n(77).f(Object.prototype,"__proto__").set,2),r(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,n){return i(e,n),t?e.__proto__=n:r(e,n),e}}({},!1):void 0),check:i}},function(e,t,n){var r=n(63),o=n(24),i=n(27),a=n(23),u=n(34),c=n(19),l=Object.getOwnPropertyDescriptor;t.f=n(20)?l:function(e,t){if(e=i(e),t=a(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){n(79)("asyncIterator")},function(e,t,n){var r=n(12),o=n(11),i=n(13),a=n(80),u=n(16).f;e.exports=function(e){var t=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||u(t,e,{value:a.f(e)})}},function(e,t,n){t.f=n(9)},function(e,t,n){"use strict";var r=n(12),o=n(34),i=n(20),a=n(32),u=n(33),c=n(60).KEY,l=n(21),s=n(10),f=n(50),p=n(14),y=n(9),d=n(80),v=n(79),m=n(82),h=n(59),b=n(17),g=n(18),O=n(52),_=n(27),w=n(23),S=n(24),P=n(39),E=n(83),j=n(77),x=n(62),N=n(16),T=n(41),k=j.f,D=N.f,M=E.f,I=r.Symbol,R=r.JSON,A=R&&R.stringify,C=y("_hidden"),L=y("toPrimitive"),F={}.propertyIsEnumerable,V=s("symbol-registry"),$=s("symbols"),W=s("op-symbols"),z=Object.prototype,q="function"==typeof I&&!!x.f,B=r.QObject,U=!B||!B.prototype||!B.prototype.findChild,Y=i&&l(function(){return 7!=P(D({},"a",{get:function(){return D(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=k(z,t);r&&delete z[t],D(e,t,n),r&&e!==z&&D(z,t,r)}:D,G=function(e){var t=$[e]=P(I.prototype);return t._k=e,t},K=q&&"symbol"==typeof I.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof I},J=function(e,t,n){return e===z&&J(W,t,n),b(e),t=w(t,!0),b(n),o($,t)?(n.enumerable?(o(e,C)&&e[C][t]&&(e[C][t]=!1),n=P(n,{enumerable:S(0,!1)})):(o(e,C)||D(e,C,S(1,{})),e[C][t]=!0),Y(e,t,n)):D(e,t,n)},H=function(e,t){b(e);for(var n,r=m(t=_(t)),o=0,i=r.length;i>o;)J(e,n=r[o++],t[n]);return e},X=function(e,t){return void 0===t?P(e):H(P(e),t)},Q=function(e){var t=F.call(this,e=w(e,!0));return!(this===z&&o($,e)&&!o(W,e))&&(!(t||!o(this,e)||!o($,e)||o(this,C)&&this[C][e])||t)},Z=function(e,t){if(e=_(e),t=w(t,!0),e!==z||!o($,t)||o(W,t)){var n=k(e,t);return!n||!o($,t)||o(e,C)&&e[C][t]||(n.enumerable=!0),n}},ee=function(e){for(var t,n=M(_(e)),r=[],i=0;n.length>i;)o($,t=n[i++])||t==C||t==c||r.push(t);return r},te=function(e){for(var t,n=e===z,r=M(n?W:_(e)),i=[],a=0;r.length>a;)!o($,t=r[a++])||n&&!o(z,t)||i.push($[t]);return i};q||(I=function(){if(this instanceof I)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===z&&t.call(W,n),o(this,C)&&o(this[C],e)&&(this[C][e]=!1),Y(this,e,S(1,n))};return i&&U&&Y(z,e,{configurable:!0,set:t}),G(e)},u(I.prototype,"toString",function(){return this._k}),j.f=Z,N.f=J,n(84).f=E.f=ee,n(63).f=Q,x.f=te,i&&!n(13)&&u(z,"propertyIsEnumerable",Q,!0),d.f=function(e){return G(y(e))}),a(a.G+a.W+a.F*!q,{Symbol:I});for(var ne="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),re=0;ne.length>re;)y(ne[re++]);for(var oe=T(y.store),ie=0;oe.length>ie;)v(oe[ie++]);a(a.S+a.F*!q,"Symbol",{for:function(e){return o(V,e+="")?V[e]:V[e]=I(e)},keyFor:function(e){if(!K(e))throw TypeError(e+" is not a symbol!");for(var t in V)if(V[t]===e)return t},useSetter:function(){U=!0},useSimple:function(){U=!1}}),a(a.S+a.F*!q,"Object",{create:X,defineProperty:J,defineProperties:H,getOwnPropertyDescriptor:Z,getOwnPropertyNames:ee,getOwnPropertySymbols:te});var ae=l(function(){x.f(1)});a(a.S+a.F*ae,"Object",{getOwnPropertySymbols:function(e){return x.f(O(e))}}),R&&a(a.S+a.F*(!q||l(function(){var e=I();return"[null]"!=A([e])||"{}"!=A({a:e})||"{}"!=A(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(g(t)||void 0!==e)&&!K(e))return h(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!K(t))return t}),r[1]=t,A.apply(R,r)}}),I.prototype[L]||n(15)(I.prototype,L,I.prototype.valueOf),f(I,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(41),o=n(62),i=n(63);e.exports=function(e){var t=r(e),n=o.f;if(n)for(var a,u=n(e),c=i.f,l=0;u.length>l;)c.call(e,a=u[l++])&&t.push(a);return t}},function(e,t,n){var r=n(27),o=n(84).f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],u=function(e){try{return o(e)}catch(e){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==i.call(e)?u(e):o(r(e))}},function(e,t,n){var r=n(42),o=n(48).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},function(e,t,n){"use strict";n(86);var r=n(17),o=n(87),i=n(20),a=/./.toString,u=function(e){n(33)(RegExp.prototype,"toString",e,!0)};n(21)(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?u(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)}):"toString"!=a.name&&u(function(){return a.call(this)})},function(e,t,n){n(20)&&"g"!=/./g.flags&&n(16).f(RegExp.prototype,"flags",{configurable:!0,get:n(87)})},function(e,t,n){"use strict";var r=n(17);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var r=n(71),o={};o[n(9)("toStringTag")]="z",o+""!="[object z]"&&n(33)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(e,t,n){var r=n(32),o=n(39),i=n(37),a=n(17),u=n(18),c=n(21),l=n(90),s=(n(12).Reflect||{}).construct,f=c(function(){function e(){}return!(s(function(){},[],e)instanceof e)}),p=!c(function(){s(function(){})});r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){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])}var r=[null];return r.push.apply(r,t),new(l.apply(e,r))}var c=n.prototype,y=o(u(c)?c:Object.prototype),d=Function.apply.call(e,y,t);return u(d)?d:y}})},function(e,t,n){"use strict";var r=n(37),o=n(18),i=n(91),a=[].slice,u={},c=function(e,t,n){if(!(t in u)){for(var r=[],o=0;o<t;o++)r[o]="a["+o+"]";u[t]=Function("F,a","return new F("+r.join(",")+")")}return u[t](e,n)};e.exports=Function.bind||function(e){var t=r(this),n=a.call(arguments,1),u=function(){var r=n.concat(a.call(arguments));return this instanceof u?c(t,r.length,r):i(t,r,e)};return o(t.prototype)&&(u.prototype=t.prototype),u}},function(e,t){e.exports=function(e,t,n){var r=void 0===n;switch(t.length){case 0:return r?e():e.call(n);case 1:return r?e(t[0]):e.call(n,t[0]);case 2:return r?e(t[0],t[1]):e.call(n,t[0],t[1]);case 3:return r?e(t[0],t[1],t[2]):e.call(n,t[0],t[1],t[2]);case 4:return r?e(t[0],t[1],t[2],t[3]):e.call(n,t[0],t[1],t[2],t[3])}return e.apply(n,t)}},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 o=r(n(93)),i=r(n(3)),a=(r(n(94)),function(e){var t=e.label,n=e.dataLabel,r=e.levelList,a=e.listItemClass;return i.default.createElement("div",{className:"nation-level-list__container"},i.default.createElement("h3",{className:"nation-level-list__header"},t),i.default.createElement("ul",{className:"nation-level-list__list-body"},r.map(function(e){return i.default.createElement("li",{key:e.label},i.default.createElement("a",{href:e.url,className:(0,o.default)("nation-level-list__list-item",a),"aria-label":"".concat(t," ").concat(e.label),"data-bbc-container":n,"data-bbc-ignore-views":1},i.default.createElement("span",{className:"nation-level-list__list-item__label"},e.label)))})))});a.defaultProps={levelList:[],listItemClass:""},a.displayName="NationLevelList";var u=a;t.default=u,e.exports=t.default},function(e,t,n){var r,o;!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var a=n.apply(null,r);a&&e.push(a)}else if("object"===o)for(var u in r)i.call(r,u)&&r[u]&&e.push(u)}}return e.join(" ")}var i={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(o=function(){return n}.apply(t,r))&&(e.exports=o))}()},function(e,t,n){(function(t){if("production"!==t.env.NODE_ENV){var r=n(96);e.exports=n(99)(r.isElement,!0)}else e.exports=n(103)()}).call(t,n(95))},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(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 i(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(){v&&y&&(v=!1,y.length?d=y.concat(d):m=-1,d.length&&u())}function u(){if(!v){var e=o(a);v=!0;for(var t=d.length;t;){for(y=d,d=[];++m<t;)y&&y[m].run();m=-1,t=d.length}y=null,v=!1,i(e)}}function c(e,t){this.fun=e,this.array=t}function l(){}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 y,d=[],v=!1,m=-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];d.push(new c(e,t)),1!==d.length||v||o(u)},c.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=l,p.addListener=l,p.once=l,p.off=l,p.removeListener=l,p.removeAllListeners=l,p.emit=l,p.prependListener=l,p.prependOnceListener=l,p.listeners=function(e){return[]},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(97):e.exports=n(98)}).call(t,n(95))},function(e,t){"use strict";function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case p:case y:case u:case l:case c:case v:return e;default:switch(e=e&&e.$$typeof){case f:case d:case b:case h:case s:return e;default:return t}}case a:return t}}}function r(e){return n(e)===y}var o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,u=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,l=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,p=o?Symbol.for("react.async_mode"):60111,y=o?Symbol.for("react.concurrent_mode"):60111,d=o?Symbol.for("react.forward_ref"):60112,v=o?Symbol.for("react.suspense"):60113,m=o?Symbol.for("react.suspense_list"):60120,h=o?Symbol.for("react.memo"):60115,b=o?Symbol.for("react.lazy"):60116,g=o?Symbol.for("react.block"):60121,O=o?Symbol.for("react.fundamental"):60117,_=o?Symbol.for("react.responder"):60118,w=o?Symbol.for("react.scope"):60119;t.AsyncMode=p,t.ConcurrentMode=y,t.ContextConsumer=f,t.ContextProvider=s,t.Element=i,t.ForwardRef=d,t.Fragment=u,t.Lazy=b,t.Memo=h,t.Portal=a,t.Profiler=l,t.StrictMode=c,t.Suspense=v,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===i},t.isForwardRef=function(e){return n(e)===d},t.isFragment=function(e){return n(e)===u},t.isLazy=function(e){return n(e)===b},t.isMemo=function(e){return n(e)===h},t.isPortal=function(e){return n(e)===a},t.isProfiler=function(e){return n(e)===l},t.isStrictMode=function(e){return n(e)===c},t.isSuspense=function(e){return n(e)===v},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===u||e===y||e===l||e===c||e===v||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===b||e.$$typeof===h||e.$$typeof===s||e.$$typeof===f||e.$$typeof===d||e.$$typeof===O||e.$$typeof===_||e.$$typeof===w||e.$$typeof===g)},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===g||e===E||e===_||e===O||e===x||e===N||"object"==typeof e&&null!==e&&(e.$$typeof===k||e.$$typeof===T||e.$$typeof===w||e.$$typeof===S||e.$$typeof===j||e.$$typeof===M||e.$$typeof===I||e.$$typeof===R||e.$$typeof===D)}function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case h:var n=e.type;switch(n){case P:case E:case g:case _:case O:case x:return n;default:var r=n&&n.$$typeof;switch(r){case S:case j:case k:case T:case w:return r;default:return t}}case b:return t}}}function r(e){return K||(K=!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.")),o(e)||n(e)===P}function o(e){return n(e)===E}function i(e){return n(e)===S}function a(e){return n(e)===w}function u(e){return"object"==typeof e&&null!==e&&e.$$typeof===h}function c(e){return n(e)===j}function l(e){return n(e)===g}function s(e){return n(e)===k}function f(e){return n(e)===T}function p(e){return n(e)===b}function y(e){return n(e)===_}function d(e){return n(e)===O}function v(e){return n(e)===x}var m="function"==typeof Symbol&&Symbol.for,h=m?Symbol.for("react.element"):60103,b=m?Symbol.for("react.portal"):60106,g=m?Symbol.for("react.fragment"):60107,O=m?Symbol.for("react.strict_mode"):60108,_=m?Symbol.for("react.profiler"):60114,w=m?Symbol.for("react.provider"):60109,S=m?Symbol.for("react.context"):60110,P=m?Symbol.for("react.async_mode"):60111,E=m?Symbol.for("react.concurrent_mode"):60111,j=m?Symbol.for("react.forward_ref"):60112,x=m?Symbol.for("react.suspense"):60113,N=m?Symbol.for("react.suspense_list"):60120,T=m?Symbol.for("react.memo"):60115,k=m?Symbol.for("react.lazy"):60116,D=m?Symbol.for("react.block"):60121,M=m?Symbol.for("react.fundamental"):60117,I=m?Symbol.for("react.responder"):60118,R=m?Symbol.for("react.scope"):60119,A=P,C=E,L=S,F=w,V=h,$=j,W=g,z=k,q=T,B=b,U=_,Y=O,G=x,K=!1;t.AsyncMode=A,t.ConcurrentMode=C,t.ContextConsumer=L,t.ContextProvider=F,t.Element=V,t.ForwardRef=$,t.Fragment=W,t.Lazy=z,t.Memo=q,t.Portal=B, t.Profiler=U,t.StrictMode=Y,t.Suspense=G,t.isAsyncMode=r,t.isConcurrentMode=o,t.isContextConsumer=i,t.isContextProvider=a,t.isElement=u,t.isForwardRef=c,t.isFragment=l,t.isLazy=s,t.isMemo=f,t.isPortal=p,t.isProfiler=y,t.isStrictMode=d,t.isSuspense=v,t.isValidElementType=e,t.typeOf=n}()}).call(t,n(95))},function(e,t,n){(function(t){"use strict";function r(){return null}var o=n(96),i=n(100),a=n(101),u=n(102),c=Function.call.bind(Object.prototype.hasOwnProperty),l=function(){};"production"!==t.env.NODE_ENV&&(l=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&&(N&&e[N]||e[T]);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 y(e){function r(r,u,c,s,f,y,d){if(s=s||k,y=y||c,d!==a){if(n){var v=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 v.name="Invariant Violation",v}if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var m=s+":"+c;!o[m]&&i<3&&(l("You are manually calling a React.PropTypes validation function for the `"+y+"` 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."),o[m]=!0,i++)}}return null==u[c]?r?new p(null===u[c]?"The "+f+" `"+y+"` is marked as required in `"+s+"`, but its value is `null`.":"The "+f+" `"+y+"` is marked as required in `"+s+"`, but its value is `undefined`."):null:e(u,c,s,f,y)}if("production"!==t.env.NODE_ENV)var o={},i=0;var u=r.bind(null,!1);return u.isRequired=r.bind(null,!0),u}function d(e){function t(t,n,r,o,i,a){var u=t[n];if(P(u)!==e)return new p("Invalid "+o+" `"+i+"` of type `"+E(u)+"` supplied to `"+r+"`, expected `"+e+"`.");return null}return y(t)}function v(e){function t(t,n,r,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var u=t[n];if(!Array.isArray(u)){return new p("Invalid "+o+" `"+i+"` of type `"+P(u)+"` supplied to `"+r+"`, expected an array.")}for(var c=0;c<u.length;c++){var l=e(u,c,r,o,i+"["+c+"]",a);if(l instanceof Error)return l}return null}return y(t)}function m(e){function t(t,n,r,o,i){if(!(t[n]instanceof e)){var a=e.name||k;return new p("Invalid "+o+" `"+i+"` of type `"+x(t[n])+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}return null}return y(t)}function h(e){function n(t,n,r,o,i){for(var a=t[n],u=0;u<e.length;u++)if(f(a,e[u]))return null;var c=JSON.stringify(e,function(e,t){return"symbol"===E(t)?String(t):t});return new p("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+c+".")}return Array.isArray(e)?y(n):("production"!==t.env.NODE_ENV&&l(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 b(e){function t(t,n,r,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],l=P(u);if("object"!==l)return new p("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+r+"`, expected an object.");for(var s in u)if(c(u,s)){var f=e(u,s,r,o,i+"."+s,a);if(f instanceof Error)return f}return null}return y(t)}function g(e){function n(t,n,r,o,i){for(var u=0;u<e.length;u++){if(null==(0,e[u])(t,n,r,o,i,a))return null}return new p("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")}if(!Array.isArray(e))return"production"!==t.env.NODE_ENV&&l("Invalid argument supplied to oneOfType, expected an instance of array."),r;for(var o=0;o<e.length;o++){var i=e[o];if("function"!=typeof i)return l("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+j(i)+" at index "+o+"."),r}return y(n)}function O(e){function t(t,n,r,o,i){var u=t[n],c=P(u);if("object"!==c)return new p("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");for(var l in e){var s=e[l];if(s){var f=s(u,l,r,o,i+"."+l,a);if(f)return f}}return null}return y(t)}function _(e){function t(t,n,r,o,u){var c=t[n],l=P(c);if("object"!==l)return new p("Invalid "+o+" `"+u+"` of type `"+l+"` supplied to `"+r+"`, expected `object`.");var s=i({},t[n],e);for(var f in s){var y=e[f];if(!y)return new p("Invalid "+o+" `"+u+"` key `"+f+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var d=y(c,f,r,o,u+"."+f,a);if(d)return d}return null}return y(t)}function w(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(w);if(null===t||e(t))return!0;var n=s(t);if(!n)return!1;var r,o=n.call(t);if(n!==t.entries){for(;!(r=o.next()).done;)if(!w(r.value))return!1}else for(;!(r=o.next()).done;){var i=r.value;if(i&&!w(i[1]))return!1}return!0;default:return!1}}function S(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function P(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":S(t,e)?"symbol":t}function E(e){if(void 0===e||null===e)return""+e;var t=P(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function j(e){var t=E(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}function x(e){return e.constructor&&e.constructor.name?e.constructor.name:k}var N="function"==typeof Symbol&&Symbol.iterator,T="@@iterator",k="<<anonymous>>",D={array:d("array"),bool:d("boolean"),func:d("function"),number:d("number"),object:d("object"),string:d("string"),symbol:d("symbol"),any:function(){return y(r)}(),arrayOf:v,element:function(){function t(t,n,r,o,i){var a=t[n];if(!e(a)){return new p("Invalid "+o+" `"+i+"` of type `"+P(a)+"` supplied to `"+r+"`, expected a single ReactElement.")}return null}return y(t)}(),elementType:function(){function e(e,t,n,r,i){var a=e[t];if(!o.isValidElementType(a)){return new p("Invalid "+r+" `"+i+"` of type `"+P(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")}return null}return y(e)}(),instanceOf:m,node:function(){function e(e,t,n,r,o){return w(e[t])?null:new p("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")}return y(e)}(),objectOf:b,oneOf:h,oneOfType:g,shape:O,exact:_};return p.prototype=Error.prototype,D.checkPropTypes=u,D.resetWarningCache=u.resetWarningCache,D.PropTypes=D,D}}).call(t,n(95))},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)}var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){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;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,u,c=n(e),l=1;l<arguments.length;l++){a=Object(arguments[l]);for(var s in a)o.call(a,s)&&(c[s]=a[s]);if(r){u=r(a);for(var f=0;f<u.length;f++)i.call(a,u[f])&&(c[u[f]]=a[u[f]])}}return c}},function(e,t){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){(function(t){"use strict";function r(e,n,r,c,l){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((c||"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,c,r,null,i)}catch(e){f=e}if(!f||f instanceof Error||o((c||"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 y=l?l():"";o("Failed "+r+" type: "+f.message+(null!=y?y:""))}}}var o=function(){};if("production"!==t.env.NODE_ENV){var i=n(101),a={},u=Function.call.bind(Object.prototype.hasOwnProperty);o=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(95))},function(e,t,n){"use strict";function r(){}function o(){}var i=n(101);o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,a){if(a!==i){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:o,resetWarningCache:r};return n.PropTypes=n,n}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e.default:e}t.__esModule=!0;var o=n(105);t.Motion=r(o);var i=n(125);t.StaggeredMotion=r(i);var a=n(126);t.TransitionMotion=r(a);var u=n(128);t.spring=r(u);var c=n(129);t.presets=r(c);var l=n(107);t.stripStyle=r(l);var s=n(130);t.reorderKeys=r(s)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=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},i=n(106),a=r(i),u=n(107),c=r(u),l=n(108),s=r(l),f=n(109),p=r(f),y=n(110),d=r(y),v=n(112),m=r(v),h=n(3),b=r(h),g=n(113),O=r(g),_=n(122),w=r(_),S=w.default({propTypes:{defaultStyle:O.default.objectOf(O.default.number),style:O.default.objectOf(O.default.oneOfType([O.default.number,O.default.object])).isRequired,children:O.default.func.isRequired,onRest:O.default.func},getInitialState:function(){var e=this.props,t=e.defaultStyle,n=e.style,r=t||c.default(n),o=a.default(r);return{currentStyle:r,currentVelocity:o,lastIdealStyle:r,lastIdealVelocity:o}},wasAnimating:!1,animationID:null,prevTime:0,accumulatedTime:0,unreadPropStyle:null,clearUnreadPropStyle:function(e){var t=!1,n=this.state,r=n.currentStyle,i=n.currentVelocity,a=n.lastIdealStyle,u=n.lastIdealVelocity;for(var c in e)if(Object.prototype.hasOwnProperty.call(e,c)){var l=e[c];"number"==typeof l&&(t||(t=!0,r=o({},r),i=o({},i),a=o({},a),u=o({},u)),r[c]=l,i[c]=0,a[c]=l,u[c]=0)}t&&this.setState({currentStyle:r,currentVelocity:i,lastIdealStyle:a,lastIdealVelocity:u})},startAnimationIfNecessary:function(){var e=this;this.animationID=d.default(function(t){var n=e.props.style;if(m.default(e.state.currentStyle,n,e.state.currentVelocity))return e.wasAnimating&&e.props.onRest&&e.props.onRest(),e.animationID=null,e.wasAnimating=!1,void(e.accumulatedTime=0);e.wasAnimating=!0;var r=t||p.default(),o=r-e.prevTime;if(e.prevTime=r,e.accumulatedTime=e.accumulatedTime+o,e.accumulatedTime>1e3/60*10&&(e.accumulatedTime=0),0===e.accumulatedTime)return e.animationID=null,void e.startAnimationIfNecessary();var i=(e.accumulatedTime-Math.floor(e.accumulatedTime/(1e3/60))*(1e3/60))/(1e3/60),a=Math.floor(e.accumulatedTime/(1e3/60)),u={},c={},l={},f={};for(var y in n)if(Object.prototype.hasOwnProperty.call(n,y)){var d=n[y];if("number"==typeof d)l[y]=d,f[y]=0,u[y]=d,c[y]=0;else{for(var v=e.state.lastIdealStyle[y],h=e.state.lastIdealVelocity[y],b=0;b<a;b++){var g=s.default(1e3/60/1e3,v,h,d.val,d.stiffness,d.damping,d.precision);v=g[0],h=g[1]}var O=s.default(1e3/60/1e3,v,h,d.val,d.stiffness,d.damping,d.precision),_=O[0],w=O[1];l[y]=v+(_-v)*i,f[y]=h+(w-h)*i,u[y]=v,c[y]=h}}e.animationID=null,e.accumulatedTime-=a*(1e3/60),e.setState({currentStyle:l,currentVelocity:f,lastIdealStyle:u,lastIdealVelocity:c}),e.unreadPropStyle=null,e.startAnimationIfNecessary()})},componentDidMount:function(){this.prevTime=p.default(),this.startAnimationIfNecessary()},componentWillReceiveProps:function(e){null!=this.unreadPropStyle&&this.clearUnreadPropStyle(this.unreadPropStyle),this.unreadPropStyle=e.style,null==this.animationID&&(this.prevTime=p.default(),this.startAnimationIfNecessary())},componentWillUnmount:function(){null!=this.animationID&&(d.default.cancel(this.animationID),this.animationID=null)},render:function(){var e=this.props.children(this.state.currentStyle);return e&&b.default.Children.only(e)}});t.default=S,e.exports=t.default},function(e,t){"use strict";function n(e){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=0);return t}t.__esModule=!0,t.default=n,e.exports=t.default},function(e,t){"use strict";function n(e){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]="number"==typeof e[n]?e[n]:e[n].val);return t}t.__esModule=!0,t.default=n,e.exports=t.default},function(e,t){"use strict";function n(e,t,n,o,i,a,u){var c=-i*(t-o),l=-a*n,s=c+l,f=n+s*e,p=t+f*e;return Math.abs(f)<u&&Math.abs(p-o)<u?(r[0]=o,r[1]=0,r):(r[0]=p,r[1]=f,r)}t.__esModule=!0,t.default=n;var r=[0,0];e.exports=t.default},function(e,t,n){(function(t){(function(){var n,r,o;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:void 0!==t&&null!==t&&t.hrtime?(e.exports=function(){return(n()-o)/1e6},r=t.hrtime,n=function(){var e;return e=r(),1e9*e[0]+e[1]},o=n()):Date.now?(e.exports=function(){return Date.now()-o},o=Date.now()):(e.exports=function(){return(new Date).getTime()-o},o=(new Date).getTime())}).call(this)}).call(t,n(95))},function(e,t,n){(function(t){for(var r=n(111),o="undefined"==typeof window?t:window,i=["moz","webkit"],a="AnimationFrame",u=o["request"+a],c=o["cancel"+a]||o["cancelRequest"+a],l=0;!u&&l<i.length;l++)u=o[i[l]+"Request"+a],c=o[i[l]+"Cancel"+a]||o[i[l]+"CancelRequest"+a];if(!u||!c){var s=0,f=0,p=[];u=function(e){if(0===p.length){var t=r(),n=Math.max(0,1e3/60-(t-s));s=n+t,setTimeout(function(){var e=p.slice(0);p.length=0;for(var t=0;t<e.length;t++)if(!e[t].cancelled)try{e[t].callback(s)}catch(e){setTimeout(function(){throw e},0)}},Math.round(n))}return p.push({handle:++f,callback:e,cancelled:!1}),f},c=function(e){for(var t=0;t<p.length;t++)p[t].handle===e&&(p[t].cancelled=!0)}}e.exports=function(e){return u.call(o,e)},e.exports.cancel=function(){c.apply(o,arguments)},e.exports.polyfill=function(e){e||(e=o),e.requestAnimationFrame=u,e.cancelAnimationFrame=c}}).call(t,function(){return this}())},function(e,t,n){(function(t){(function(){var n,r,o,i,a,u;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:void 0!==t&&null!==t&&t.hrtime?(e.exports=function(){return(n()-a)/1e6},r=t.hrtime,n=function(){var e;return e=r(),1e9*e[0]+e[1]},i=n(),u=1e9*t.uptime(),a=i-u):Date.now?(e.exports=function(){return Date.now()-o},o=Date.now()):(e.exports=function(){return(new Date).getTime()-o},o=(new Date).getTime())}).call(this)}).call(t,n(95))},function(e,t){"use strict";function n(e,t,n){for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){if(0!==n[r])return!1;var o="number"==typeof t[r]?t[r]:t[r].val;if(e[r]!==o)return!1}return!0}t.__esModule=!0,t.default=n,e.exports=t.default},function(e,t,n){(function(t){if("production"!==t.env.NODE_ENV){var r=n(114);e.exports=n(117)(r.isElement,!0)}else e.exports=n(121)()}).call(t,n(95))},function(e,t,n){(function(t){"use strict";"production"===t.env.NODE_ENV?e.exports=n(115):e.exports=n(116)}).call(t,n(95))},function(e,t){"use strict";function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case p:case y:case u:case l:case c:case v:return e;default:switch(e=e&&e.$$typeof){case f:case d:case b:case h:case s:return e;default:return t}}case a:return t}}}function r(e){return n(e)===y}var o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,u=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,l=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,p=o?Symbol.for("react.async_mode"):60111,y=o?Symbol.for("react.concurrent_mode"):60111,d=o?Symbol.for("react.forward_ref"):60112,v=o?Symbol.for("react.suspense"):60113,m=o?Symbol.for("react.suspense_list"):60120,h=o?Symbol.for("react.memo"):60115,b=o?Symbol.for("react.lazy"):60116,g=o?Symbol.for("react.block"):60121,O=o?Symbol.for("react.fundamental"):60117,_=o?Symbol.for("react.responder"):60118,w=o?Symbol.for("react.scope"):60119;t.AsyncMode=p,t.ConcurrentMode=y,t.ContextConsumer=f,t.ContextProvider=s,t.Element=i,t.ForwardRef=d,t.Fragment=u,t.Lazy=b,t.Memo=h,t.Portal=a,t.Profiler=l,t.StrictMode=c,t.Suspense=v,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===i},t.isForwardRef=function(e){return n(e)===d},t.isFragment=function(e){return n(e)===u},t.isLazy=function(e){return n(e)===b},t.isMemo=function(e){return n(e)===h},t.isPortal=function(e){return n(e)===a},t.isProfiler=function(e){return n(e)===l},t.isStrictMode=function(e){return n(e)===c},t.isSuspense=function(e){return n(e)===v},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===u||e===y||e===l||e===c||e===v||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===b||e.$$typeof===h||e.$$typeof===s||e.$$typeof===f||e.$$typeof===d||e.$$typeof===O||e.$$typeof===_||e.$$typeof===w||e.$$typeof===g)},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===g||e===E||e===_||e===O||e===x||e===N||"object"==typeof e&&null!==e&&(e.$$typeof===k||e.$$typeof===T||e.$$typeof===w||e.$$typeof===S||e.$$typeof===j||e.$$typeof===M||e.$$typeof===I||e.$$typeof===R||e.$$typeof===D)}function n(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case h:var n=e.type;switch(n){case P:case E:case g:case _:case O:case x:return n;default:var r=n&&n.$$typeof;switch(r){case S:case j:case k:case T:case w:return r;default:return t}}case b:return t}}}function r(e){return K||(K=!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.")),o(e)||n(e)===P}function o(e){return n(e)===E}function i(e){return n(e)===S}function a(e){return n(e)===w}function u(e){return"object"==typeof e&&null!==e&&e.$$typeof===h}function c(e){return n(e)===j}function l(e){return n(e)===g}function s(e){return n(e)===k}function f(e){return n(e)===T}function p(e){return n(e)===b}function y(e){return n(e)===_}function d(e){return n(e)===O}function v(e){return n(e)===x}var m="function"==typeof Symbol&&Symbol.for,h=m?Symbol.for("react.element"):60103,b=m?Symbol.for("react.portal"):60106,g=m?Symbol.for("react.fragment"):60107,O=m?Symbol.for("react.strict_mode"):60108,_=m?Symbol.for("react.profiler"):60114,w=m?Symbol.for("react.provider"):60109,S=m?Symbol.for("react.context"):60110,P=m?Symbol.for("react.async_mode"):60111,E=m?Symbol.for("react.concurrent_mode"):60111,j=m?Symbol.for("react.forward_ref"):60112,x=m?Symbol.for("react.suspense"):60113,N=m?Symbol.for("react.suspense_list"):60120,T=m?Symbol.for("react.memo"):60115,k=m?Symbol.for("react.lazy"):60116,D=m?Symbol.for("react.block"):60121,M=m?Symbol.for("react.fundamental"):60117,I=m?Symbol.for("react.responder"):60118,R=m?Symbol.for("react.scope"):60119,A=P,C=E,L=S,F=w,V=h,$=j,W=g,z=k,q=T,B=b,U=_,Y=O,G=x,K=!1;t.AsyncMode=A,t.ConcurrentMode=C,t.ContextConsumer=L,t.ContextProvider=F,t.Element=V,t.ForwardRef=$,t.Fragment=W,t.Lazy=z,t.Memo=q,t.Portal=B,t.Profiler=U,t.StrictMode=Y,t.Suspense=G,t.isAsyncMode=r,t.isConcurrentMode=o,t.isContextConsumer=i,t.isContextProvider=a,t.isElement=u,t.isForwardRef=c,t.isFragment=l,t.isLazy=s,t.isMemo=f,t.isPortal=p,t.isProfiler=y,t.isStrictMode=d,t.isSuspense=v,t.isValidElementType=e,t.typeOf=n}()}).call(t,n(95))},function(e,t,n){(function(t){"use strict";function r(){return null}var o=n(114),i=n(118),a=n(119),u=n(120),c=Function.call.bind(Object.prototype.hasOwnProperty),l=function(){};"production"!==t.env.NODE_ENV&&(l=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&&(N&&e[N]||e[T]);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 y(e){function r(r,u,c,s,f,y,d){if(s=s||k,y=y||c,d!==a){if(n){var v=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 v.name="Invariant Violation",v}if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var m=s+":"+c;!o[m]&&i<3&&(l("You are manually calling a React.PropTypes validation function for the `"+y+"` 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."),o[m]=!0,i++)}}return null==u[c]?r?new p(null===u[c]?"The "+f+" `"+y+"` is marked as required in `"+s+"`, but its value is `null`.":"The "+f+" `"+y+"` is marked as required in `"+s+"`, but its value is `undefined`."):null:e(u,c,s,f,y)}if("production"!==t.env.NODE_ENV)var o={},i=0;var u=r.bind(null,!1);return u.isRequired=r.bind(null,!0),u}function d(e){function t(t,n,r,o,i,a){var u=t[n];if(P(u)!==e)return new p("Invalid "+o+" `"+i+"` of type `"+E(u)+"` supplied to `"+r+"`, expected `"+e+"`.");return null}return y(t)}function v(e){function t(t,n,r,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var u=t[n];if(!Array.isArray(u)){return new p("Invalid "+o+" `"+i+"` of type `"+P(u)+"` supplied to `"+r+"`, expected an array.")}for(var c=0;c<u.length;c++){var l=e(u,c,r,o,i+"["+c+"]",a);if(l instanceof Error)return l}return null}return y(t)}function m(e){function t(t,n,r,o,i){if(!(t[n]instanceof e)){var a=e.name||k;return new p("Invalid "+o+" `"+i+"` of type `"+x(t[n])+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}return null}return y(t)}function h(e){function n(t,n,r,o,i){for(var a=t[n],u=0;u<e.length;u++)if(f(a,e[u]))return null;var c=JSON.stringify(e,function(e,t){return"symbol"===E(t)?String(t):t});return new p("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+c+".")}return Array.isArray(e)?y(n):("production"!==t.env.NODE_ENV&&l(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 b(e){function t(t,n,r,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],l=P(u);if("object"!==l)return new p("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+r+"`, expected an object.");for(var s in u)if(c(u,s)){var f=e(u,s,r,o,i+"."+s,a);if(f instanceof Error)return f}return null}return y(t)}function g(e){function n(t,n,r,o,i){for(var u=0;u<e.length;u++){if(null==(0,e[u])(t,n,r,o,i,a))return null}return new p("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")}if(!Array.isArray(e))return"production"!==t.env.NODE_ENV&&l("Invalid argument supplied to oneOfType, expected an instance of array."),r;for(var o=0;o<e.length;o++){var i=e[o];if("function"!=typeof i)return l("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+j(i)+" at index "+o+"."),r}return y(n)}function O(e){function t(t,n,r,o,i){var u=t[n],c=P(u);if("object"!==c)return new p("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");for(var l in e){var s=e[l];if(s){var f=s(u,l,r,o,i+"."+l,a);if(f)return f}}return null}return y(t)}function _(e){function t(t,n,r,o,u){var c=t[n],l=P(c);if("object"!==l)return new p("Invalid "+o+" `"+u+"` of type `"+l+"` supplied to `"+r+"`, expected `object`.");var s=i({},t[n],e);for(var f in s){var y=e[f];if(!y)return new p("Invalid "+o+" `"+u+"` key `"+f+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var d=y(c,f,r,o,u+"."+f,a);if(d)return d}return null}return y(t)}function w(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(w);if(null===t||e(t))return!0;var n=s(t);if(!n)return!1;var r,o=n.call(t);if(n!==t.entries){for(;!(r=o.next()).done;)if(!w(r.value))return!1}else for(;!(r=o.next()).done;){var i=r.value;if(i&&!w(i[1]))return!1}return!0;default:return!1}}function S(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function P(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":S(t,e)?"symbol":t}function E(e){if(void 0===e||null===e)return""+e;var t=P(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function j(e){var t=E(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}function x(e){return e.constructor&&e.constructor.name?e.constructor.name:k}var N="function"==typeof Symbol&&Symbol.iterator,T="@@iterator",k="<<anonymous>>",D={array:d("array"),bool:d("boolean"),func:d("function"),number:d("number"),object:d("object"),string:d("string"),symbol:d("symbol"),any:function(){return y(r)}(),arrayOf:v,element:function(){function t(t,n,r,o,i){var a=t[n];if(!e(a)){return new p("Invalid "+o+" `"+i+"` of type `"+P(a)+"` supplied to `"+r+"`, expected a single ReactElement.")}return null}return y(t)}(),elementType:function(){function e(e,t,n,r,i){var a=e[t];if(!o.isValidElementType(a)){return new p("Invalid "+r+" `"+i+"` of type `"+P(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")}return null}return y(e)}(),instanceOf:m,node:function(){function e(e,t,n,r,o){return w(e[t])?null:new p("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")}return y(e)}(),objectOf:b,oneOf:h,oneOfType:g,shape:O,exact:_};return p.prototype=Error.prototype,D.checkPropTypes=u,D.resetWarningCache=u.resetWarningCache,D.PropTypes=D,D}}).call(t,n(95))},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)}var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){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;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,u,c=n(e),l=1;l<arguments.length;l++){a=Object(arguments[l]);for(var s in a)o.call(a,s)&&(c[s]=a[s]);if(r){u=r(a);for(var f=0;f<u.length;f++)i.call(a,u[f])&&(c[u[f]]=a[u[f]])}}return c}},function(e,t){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){(function(t){"use strict";function r(e,n,r,c,l){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((c||"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,c,r,null,i)}catch(e){f=e}if(!f||f instanceof Error||o((c||"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 y=l?l():"";o("Failed "+r+" type: "+f.message+(null!=y?y:""))}}}var o=function(){};if("production"!==t.env.NODE_ENV){var i=n(119),a={},u=Function.call.bind(Object.prototype.hasOwnProperty);o=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(95))},function(e,t,n){"use strict";function r(){}function o(){}var i=n(119);o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,a){if(a!==i){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:o,resetWarningCache:r};return n.PropTypes=n,n}},function(e,t,n){"use strict";var r=n(3),o=n(123);if(void 0===r)throw Error("create-react-class could not find the React object. If you are using script tags, make sure that React is being loaded before create-react-class.");var i=(new r.Component).updater;e.exports=o(r.Component,r.isValidElement,i)},function(e,t,n){(function(t){"use strict";function r(e,t,n,r,o,i,a,u){if(c(t),!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var s=[n,r,o,i,a,u],f=0;l=new Error(t.replace(/%s/g,function(){return s[f++]})),l.name="Invariant Violation"}throw l.framesToPop=1,l}}function o(e){return e}function i(e,n,i){function c(e,n,r){for(var o in n)n.hasOwnProperty(o)&&"production"!==t.env.NODE_ENV&&l("function"==typeof n[o],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",e.displayName||"ReactClass",f[r],o)}function s(e,t){var n=w.hasOwnProperty(t)?w[t]:null;x.hasOwnProperty(t)&&r("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&r("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function y(e,o){if(o){r("function"!=typeof o,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."), r(!n(o),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var i=e.prototype,a=i.__reactAutoBindPairs;o.hasOwnProperty(p)&&P.mixins(e,o.mixins);for(var u in o)if(o.hasOwnProperty(u)&&u!==p){var c=o[u],f=i.hasOwnProperty(u);if(s(f,u),P.hasOwnProperty(u))P[u](e,c);else{var y=w.hasOwnProperty(u),d="function"==typeof c,v=d&&!y&&!f&&!1!==o.autobind;if(v)a.push(u,c),i[u]=c;else if(f){var b=w[u];r(y&&("DEFINE_MANY_MERGED"===b||"DEFINE_MANY"===b),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",b,u),"DEFINE_MANY_MERGED"===b?i[u]=m(i[u],c):"DEFINE_MANY"===b&&(i[u]=h(i[u],c))}else i[u]=c,"production"!==t.env.NODE_ENV&&"function"==typeof c&&o.displayName&&(i[u].displayName=o.displayName+"_"+u)}}}else if("production"!==t.env.NODE_ENV){var g=typeof o,O="object"===g&&null!==o;"production"!==t.env.NODE_ENV&&l(O,"%s: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got %s.",e.displayName||"ReactClass",null===o?null:g)}}function d(e,t){if(t)for(var n in t){var o=t[n];if(t.hasOwnProperty(n)){var i=n in P;r(!i,'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n);var a=n in e;if(a){var u=S.hasOwnProperty(n)?S[n]:null;return r("DEFINE_MANY_MERGED"===u,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),void(e[n]=m(e[n],o))}e[n]=o}}}function v(e,t){r(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var n in t)t.hasOwnProperty(n)&&(r(void 0===e[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),e[n]=t[n]);return e}function m(e,t){return function(){var n=e.apply(this,arguments),r=t.apply(this,arguments);if(null==n)return r;if(null==r)return n;var o={};return v(o,n),v(o,r),o}}function h(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function b(e,n){var r=n.bind(e);if("production"!==t.env.NODE_ENV){r.__reactBoundContext=e,r.__reactBoundMethod=n,r.__reactBoundArguments=null;var o=e.constructor.displayName,i=r.bind;r.bind=function(a){for(var u=arguments.length,c=Array(u>1?u-1:0),s=1;s<u;s++)c[s-1]=arguments[s];if(a!==e&&null!==a)"production"!==t.env.NODE_ENV&&l(!1,"bind(): React component methods may only be bound to the component instance. See %s",o);else if(!c.length)return"production"!==t.env.NODE_ENV&&l(!1,"bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call. See %s",o),r;var f=i.apply(r,arguments);return f.__reactBoundContext=e,f.__reactBoundMethod=n,f.__reactBoundArguments=c,f}}return r}function g(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=b(e,o)}}function O(e){var n=o(function(e,o,a){"production"!==t.env.NODE_ENV&&l(this instanceof n,"Something is calling a React component directly. Use a factory or JSX instead. See: https://fb.me/react-legacyfactory"),this.__reactAutoBindPairs.length&&g(this),this.props=e,this.context=o,this.refs=u,this.updater=a||i,this.state=null;var c=this.getInitialState?this.getInitialState():null;"production"!==t.env.NODE_ENV&&void 0===c&&this.getInitialState._isMockFunction&&(c=null),r("object"==typeof c&&!Array.isArray(c),"%s.getInitialState(): must return an object or null",n.displayName||"ReactCompositeComponent"),this.state=c});n.prototype=new N,n.prototype.constructor=n,n.prototype.__reactAutoBindPairs=[],_.forEach(y.bind(null,n)),y(n,E),y(n,e),y(n,j),n.getDefaultProps&&(n.defaultProps=n.getDefaultProps()),"production"!==t.env.NODE_ENV&&(n.getDefaultProps&&(n.getDefaultProps.isReactClassApproved={}),n.prototype.getInitialState&&(n.prototype.getInitialState.isReactClassApproved={})),r(n.prototype.render,"createClass(...): Class specification must implement a `render` method."),"production"!==t.env.NODE_ENV&&(l(!n.prototype.componentShouldUpdate,"%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",e.displayName||"A component"),l(!n.prototype.componentWillRecieveProps,"%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",e.displayName||"A component"),l(!n.prototype.UNSAFE_componentWillRecieveProps,"%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",e.displayName||"A component"));for(var a in w)n.prototype[a]||(n.prototype[a]=null);return n}var _=[],w={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",UNSAFE_componentWillMount:"DEFINE_MANY",UNSAFE_componentWillReceiveProps:"DEFINE_MANY",UNSAFE_componentWillUpdate:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},S={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},P={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)y(e,t[n])},childContextTypes:function(e,n){"production"!==t.env.NODE_ENV&&c(e,n,"childContext"),e.childContextTypes=a({},e.childContextTypes,n)},contextTypes:function(e,n){"production"!==t.env.NODE_ENV&&c(e,n,"context"),e.contextTypes=a({},e.contextTypes,n)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=m(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,n){"production"!==t.env.NODE_ENV&&c(e,n,"prop"),e.propTypes=a({},e.propTypes,n)},statics:function(e,t){d(e,t)},autobind:function(){}},E={componentDidMount:function(){this.__isMounted=!0}},j={componentWillUnmount:function(){this.__isMounted=!1}},x={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return"production"!==t.env.NODE_ENV&&(l(this.__didWarnIsMounted,"%s: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.",this.constructor&&this.constructor.displayName||this.name||"Component"),this.__didWarnIsMounted=!0),!!this.__isMounted}},N=function(){};return a(N.prototype,e.prototype,x),O}var a=n(124),u={};"production"!==t.env.NODE_ENV&&Object.freeze(u);var c=function(e){};"production"!==t.env.NODE_ENV&&(c=function(e){if(void 0===e)throw new Error("invariant requires an error message argument")});var l=function(){};if("production"!==t.env.NODE_ENV){var s=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,i="Warning: "+e.replace(/%s/g,function(){return n[o++]});"undefined"!=typeof console&&console.error(i);try{throw new Error(i)}catch(e){}};l=function(e,t){if(void 0===t)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(0!==t.indexOf("Failed Composite propType: ")&&!e){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];s.apply(void 0,[t].concat(r))}}}var f,p="mixins";f="production"!==t.env.NODE_ENV?{prop:"prop",context:"context",childContext:"child context"}:{},e.exports=i}).call(t,n(95))},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)}var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){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;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,u,c=n(e),l=1;l<arguments.length;l++){a=Object(arguments[l]);for(var s in a)o.call(a,s)&&(c[s]=a[s]);if(r){u=r(a);for(var f=0;f<u.length;f++)i.call(a,u[f])&&(c[u[f]]=a[u[f]])}}return c}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t,n){for(var r=0;r<e.length;r++)if(!h.default(e[r],t[r],n[r]))return!1;return!0}t.__esModule=!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},a=n(106),u=r(a),c=n(107),l=r(c),s=n(108),f=r(s),p=n(109),y=r(p),d=n(110),v=r(d),m=n(112),h=r(m),b=n(3),g=r(b),O=n(113),_=r(O),w=n(122),S=r(w),P=S.default({propTypes:{defaultStyles:_.default.arrayOf(_.default.objectOf(_.default.number)),styles:_.default.func.isRequired,children:_.default.func.isRequired},getInitialState:function(){var e=this.props,t=e.defaultStyles,n=e.styles,r=t||n().map(l.default),o=r.map(function(e){return u.default(e)});return{currentStyles:r,currentVelocities:o,lastIdealStyles:r,lastIdealVelocities:o}},animationID:null,prevTime:0,accumulatedTime:0,unreadPropStyles:null,clearUnreadPropStyle:function(e){for(var t=this.state,n=t.currentStyles,r=t.currentVelocities,o=t.lastIdealStyles,a=t.lastIdealVelocities,u=!1,c=0;c<e.length;c++){var l=e[c],s=!1;for(var f in l)if(Object.prototype.hasOwnProperty.call(l,f)){var p=l[f];"number"==typeof p&&(s||(s=!0,u=!0,n[c]=i({},n[c]),r[c]=i({},r[c]),o[c]=i({},o[c]),a[c]=i({},a[c])),n[c][f]=p,r[c][f]=0,o[c][f]=p,a[c][f]=0)}}u&&this.setState({currentStyles:n,currentVelocities:r,lastIdealStyles:o,lastIdealVelocities:a})},startAnimationIfNecessary:function(){var e=this;this.animationID=v.default(function(t){var n=e.props.styles(e.state.lastIdealStyles);if(o(e.state.currentStyles,n,e.state.currentVelocities))return e.animationID=null,void(e.accumulatedTime=0);var r=t||y.default(),i=r-e.prevTime;if(e.prevTime=r,e.accumulatedTime=e.accumulatedTime+i,e.accumulatedTime>1e3/60*10&&(e.accumulatedTime=0),0===e.accumulatedTime)return e.animationID=null,void e.startAnimationIfNecessary();for(var a=(e.accumulatedTime-Math.floor(e.accumulatedTime/(1e3/60))*(1e3/60))/(1e3/60),u=Math.floor(e.accumulatedTime/(1e3/60)),c=[],l=[],s=[],p=[],d=0;d<n.length;d++){var v=n[d],m={},h={},b={},g={};for(var O in v)if(Object.prototype.hasOwnProperty.call(v,O)){var _=v[O];if("number"==typeof _)m[O]=_,h[O]=0,b[O]=_,g[O]=0;else{for(var w=e.state.lastIdealStyles[d][O],S=e.state.lastIdealVelocities[d][O],P=0;P<u;P++){var E=f.default(1e3/60/1e3,w,S,_.val,_.stiffness,_.damping,_.precision);w=E[0],S=E[1]}var j=f.default(1e3/60/1e3,w,S,_.val,_.stiffness,_.damping,_.precision),x=j[0],N=j[1];m[O]=w+(x-w)*a,h[O]=S+(N-S)*a,b[O]=w,g[O]=S}}s[d]=m,p[d]=h,c[d]=b,l[d]=g}e.animationID=null,e.accumulatedTime-=u*(1e3/60),e.setState({currentStyles:s,currentVelocities:p,lastIdealStyles:c,lastIdealVelocities:l}),e.unreadPropStyles=null,e.startAnimationIfNecessary()})},componentDidMount:function(){this.prevTime=y.default(),this.startAnimationIfNecessary()},componentWillReceiveProps:function(e){null!=this.unreadPropStyles&&this.clearUnreadPropStyle(this.unreadPropStyles),this.unreadPropStyles=e.styles(this.state.lastIdealStyles),null==this.animationID&&(this.prevTime=y.default(),this.startAnimationIfNecessary())},componentWillUnmount:function(){null!=this.animationID&&(v.default.cancel(this.animationID),this.animationID=null)},render:function(){var e=this.props.children(this.state.currentStyles);return e&&g.default.Children.only(e)}});t.default=P,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t,n){var r=t;return null==r?e.map(function(e,t){return{key:e.key,data:e.data,style:n[t]}}):e.map(function(e,t){for(var o=0;o<r.length;o++)if(r[o].key===e.key)return{key:r[o].key,data:r[o].data,style:n[t]};return{key:e.key,data:e.data,style:n[t]}})}function i(e,t,n,r){if(r.length!==t.length)return!1;for(var o=0;o<r.length;o++)if(r[o].key!==t[o].key)return!1;for(var o=0;o<r.length;o++)if(!_.default(e[o],t[o].style,n[o]))return!1;return!0}function a(e,t,n,r,o,i,a,u,c){for(var s=v.default(r,o,function(e,r){var o=t(r);return null==o?(n({key:r.key,data:r.data}),null):_.default(i[e],o,a[e])?(n({key:r.key,data:r.data}),null):{key:r.key,data:r.data,style:o}}),f=[],p=[],y=[],d=[],m=0;m<s.length;m++){for(var h=s[m],b=null,g=0;g<r.length;g++)if(r[g].key===h.key){b=g;break}if(null==b){var O=e(h);f[m]=O,y[m]=O;var w=l.default(h.style);p[m]=w,d[m]=w}else f[m]=i[b],y[m]=u[b],p[m]=a[b],d[m]=c[b]}return[s,f,p,y,d]}t.__esModule=!0;var u=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},c=n(106),l=r(c),s=n(107),f=r(s),p=n(108),y=r(p),d=n(127),v=r(d),m=n(109),h=r(m),b=n(110),g=r(b),O=n(112),_=r(O),w=n(3),S=r(w),P=n(113),E=r(P),j=n(122),x=r(j),N=x.default({propTypes:{defaultStyles:E.default.arrayOf(E.default.shape({key:E.default.string.isRequired,data:E.default.any,style:E.default.objectOf(E.default.number).isRequired})),styles:E.default.oneOfType([E.default.func,E.default.arrayOf(E.default.shape({key:E.default.string.isRequired,data:E.default.any,style:E.default.objectOf(E.default.oneOfType([E.default.number,E.default.object])).isRequired}))]).isRequired,children:E.default.func.isRequired,willEnter:E.default.func,willLeave:E.default.func,didLeave:E.default.func},getDefaultProps:function(){return{willEnter:function(e){return f.default(e.style)},willLeave:function(){return null},didLeave:function(){}}},getInitialState:function(){var e=this.props,t=e.defaultStyles,n=e.styles,r=e.willEnter,o=e.willLeave,i=e.didLeave,u="function"==typeof n?n(t):n,c=void 0;c=null==t?u:t.map(function(e){for(var t=0;t<u.length;t++)if(u[t].key===e.key)return u[t];return e});var s=null==t?u.map(function(e){return f.default(e.style)}):t.map(function(e){return f.default(e.style)}),p=null==t?u.map(function(e){return l.default(e.style)}):t.map(function(e){return l.default(e.style)}),y=a(r,o,i,c,u,s,p,s,p),d=y[0];return{currentStyles:y[1],currentVelocities:y[2],lastIdealStyles:y[3],lastIdealVelocities:y[4],mergedPropsStyles:d}},unmounting:!1,animationID:null,prevTime:0,accumulatedTime:0,unreadPropStyles:null,clearUnreadPropStyle:function(e){for(var t=a(this.props.willEnter,this.props.willLeave,this.props.didLeave,this.state.mergedPropsStyles,e,this.state.currentStyles,this.state.currentVelocities,this.state.lastIdealStyles,this.state.lastIdealVelocities),n=t[0],r=t[1],o=t[2],i=t[3],c=t[4],l=0;l<e.length;l++){var s=e[l].style,f=!1;for(var p in s)if(Object.prototype.hasOwnProperty.call(s,p)){var y=s[p];"number"==typeof y&&(f||(f=!0,r[l]=u({},r[l]),o[l]=u({},o[l]),i[l]=u({},i[l]),c[l]=u({},c[l]),n[l]={key:n[l].key,data:n[l].data,style:u({},n[l].style)}),r[l][p]=y,o[l][p]=0,i[l][p]=y,c[l][p]=0,n[l].style[p]=y)}}this.setState({currentStyles:r,currentVelocities:o,mergedPropsStyles:n,lastIdealStyles:i,lastIdealVelocities:c})},startAnimationIfNecessary:function(){var e=this;this.unmounting||(this.animationID=g.default(function(t){if(!e.unmounting){var n=e.props.styles,r="function"==typeof n?n(o(e.state.mergedPropsStyles,e.unreadPropStyles,e.state.lastIdealStyles)):n;if(i(e.state.currentStyles,r,e.state.currentVelocities,e.state.mergedPropsStyles))return e.animationID=null,void(e.accumulatedTime=0);var u=t||h.default(),c=u-e.prevTime;if(e.prevTime=u,e.accumulatedTime=e.accumulatedTime+c,e.accumulatedTime>1e3/60*10&&(e.accumulatedTime=0),0===e.accumulatedTime)return e.animationID=null,void e.startAnimationIfNecessary();for(var l=(e.accumulatedTime-Math.floor(e.accumulatedTime/(1e3/60))*(1e3/60))/(1e3/60),s=Math.floor(e.accumulatedTime/(1e3/60)),f=a(e.props.willEnter,e.props.willLeave,e.props.didLeave,e.state.mergedPropsStyles,r,e.state.currentStyles,e.state.currentVelocities,e.state.lastIdealStyles,e.state.lastIdealVelocities),p=f[0],d=f[1],v=f[2],m=f[3],b=f[4],g=0;g<p.length;g++){var O=p[g].style,_={},w={},S={},P={};for(var E in O)if(Object.prototype.hasOwnProperty.call(O,E)){var j=O[E];if("number"==typeof j)_[E]=j,w[E]=0,S[E]=j,P[E]=0;else{for(var x=m[g][E],N=b[g][E],T=0;T<s;T++){var k=y.default(1e3/60/1e3,x,N,j.val,j.stiffness,j.damping,j.precision);x=k[0],N=k[1]}var D=y.default(1e3/60/1e3,x,N,j.val,j.stiffness,j.damping,j.precision),M=D[0],I=D[1];_[E]=x+(M-x)*l,w[E]=N+(I-N)*l,S[E]=x,P[E]=N}}m[g]=S,b[g]=P,d[g]=_,v[g]=w}e.animationID=null,e.accumulatedTime-=s*(1e3/60),e.setState({currentStyles:d,currentVelocities:v,lastIdealStyles:m,lastIdealVelocities:b,mergedPropsStyles:p}),e.unreadPropStyles=null,e.startAnimationIfNecessary()}}))},componentDidMount:function(){this.prevTime=h.default(),this.startAnimationIfNecessary()},componentWillReceiveProps:function(e){this.unreadPropStyles&&this.clearUnreadPropStyle(this.unreadPropStyles);var t=e.styles;this.unreadPropStyles="function"==typeof t?t(o(this.state.mergedPropsStyles,this.unreadPropStyles,this.state.lastIdealStyles)):t,null==this.animationID&&(this.prevTime=h.default(),this.startAnimationIfNecessary())},componentWillUnmount:function(){this.unmounting=!0,null!=this.animationID&&(g.default.cancel(this.animationID),this.animationID=null)},render:function(){var e=o(this.state.mergedPropsStyles,this.unreadPropStyles,this.state.currentStyles),t=this.props.children(e);return t&&S.default.Children.only(t)}});t.default=N,e.exports=t.default},function(e,t){"use strict";function n(e,t,n){for(var r={},o=0;o<e.length;o++)r[e[o].key]=o;for(var i={},o=0;o<t.length;o++)i[t[o].key]=o;for(var a=[],o=0;o<t.length;o++)a[o]=t[o];for(var o=0;o<e.length;o++)if(!Object.prototype.hasOwnProperty.call(i,e[o].key)){var u=n(o,e[o]);null!=u&&a.push(u)}return a.sort(function(e,n){var o=i[e.key],a=i[n.key],u=r[e.key],c=r[n.key];if(null!=o&&null!=a)return i[e.key]-i[n.key];if(null!=u&&null!=c)return r[e.key]-r[n.key];if(null!=o){for(var l=0;l<t.length;l++){var s=t[l].key;if(Object.prototype.hasOwnProperty.call(r,s)){if(o<i[s]&&c>r[s])return-1;if(o>i[s]&&c<r[s])return 1}}return 1}for(var l=0;l<t.length;l++){var s=t[l].key;if(Object.prototype.hasOwnProperty.call(r,s)){if(a<i[s]&&u>r[s])return 1;if(a>i[s]&&u<r[s])return-1}}return-1})}t.__esModule=!0,t.default=n,e.exports=t.default},function(e,t,n){"use strict";function r(e,t){return o({},u,t,{val:e})}t.__esModule=!0;var o=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};t.default=r;var i=n(129),a=function(e){return e&&e.__esModule?e:{default:e}}(i),u=o({},a.default.noWobble,{precision:.01});e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default={noWobble:{stiffness:170,damping:26},gentle:{stiffness:120,damping:14},wobbly:{stiffness:180,damping:12},stiff:{stiffness:210,damping:20}},e.exports=t.default},function(e,t,n){(function(n){"use strict";function r(){"development"===n.env.NODE_ENV&&(o||(o=!0,console.error("`reorderKeys` has been removed, since it is no longer needed for TransitionMotion's new styles array API.")))}t.__esModule=!0,t.default=r;var o=!1;e.exports=t.default}).call(t,n(95))},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function o(e){"@babel/helpers - typeof";return(o="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 i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(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 u(e,t,n){return t&&a(e.prototype,t),n&&a(e,n),e}function c(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&&l(e,t)}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function s(e){var t=y();return function(){var n,r=d(e);if(t){var o=d(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function f(e,t){return!t||"object"!==o(t)&&"function"!=typeof t?p(e):t}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function y(){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 d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n(6),n(7),n(53),n(55),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(78),n(81),n(85),n(88),n(89);var v=function(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}(n(3)),m=function(e){function t(){return i(this,t),n.apply(this,arguments)}c(t,e);var n=s(t);return u(t,[{key:"componentDidMount",value:function(){this.svg.setAttribute("focusable","false")}},{key:"render",value:function(){var e=this;return v.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}},v.default.createElement("path",{d:"M32 3.5L28.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 32l3.5-3.5L19.5 16z"}))}}]),t}(v.Component),h=m;t.default=h,e.exports=t.default},function(e,t,n){"use strict";function r(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return r=function(){return e},e}function o(e){return e&&e.__esModule?e:{default:e}}function i(e){"@babel/helpers - typeof";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 a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(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 c(e,t,n){return t&&u(e.prototype,t),n&&u(e,n),e}function l(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 s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=d();return function(){var n,r=v(e);if(t){var o=v(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return p(this,n)}}function p(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function d(){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 v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function m(e,t){if(null==e)return{};var n,r,o=h(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function h(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}n(53),n(55),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n(6),n(7),n(133),n(78),n(81),n(85),n(88),n(89);var b=o(n(93)),g=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!=typeof e)return{default:e};var t=r();if(t&&t.has(e))return t.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var u=o?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}(n(3)),O=(o(n(94)),function(e){var t=e.label,n=m(e,["label"]);return g.default.createElement("a",n,t)}),_=function(e){function t(e){var r;return a(this,t),r=n.call(this,e),r.logoClass="masthead__logo".concat("dark"===r.props.theme?"--dark":""),r}l(t,e);var n=f(t);return c(t,[{key:"componentDidMount",value:function(){this.props.shouldFocusWhenMount&&this.header.focus()}},{key:"render",value:function(){var e=this;return g.default.createElement("header",{className:"masthead"},g.default.createElement("h1",{className:"masthead__heading",ref:function(t){e.header=t},tabIndex:"-1"},g.default.createElement(O,{className:(0,b.default)(this.logoClass,this.props.className),href:this.props.url,label:"Bitesize"})))}}]),t}(g.Component);_.defaultProps={url:"/bitesize",theme:"",className:"",shouldFocusWhenMount:!1};var w=_;t.default=w,e.exports=t.default},function(e,t,n){var r=n(52),o=n(41);n(134)("keys",function(){return function(e){return o(r(e))}})},function(e,t,n){var r=n(32),o=n(11),i=n(21);e.exports=function(e,t){var n=(o.Object||{})[e]||Object[e],a={};a[e]=t(n),r(r.S+r.F*i(function(){n(1)}),"Object",a)}}]);; });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-bitesize-promoted-navigation-view","language":"en-GB","version":"2.9.2","_mrrVersion":"2.1.0"},'u34061857215780678'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20210115223247/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle', 'live-push' : '//web.archive.org/web/20210115223247/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(); } /* u34061857215780678 */</script><script><!-- FILE ARCHIVED ON 22:32:47 Jan 15, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:54:50 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.831 exclusion.robots: 0.039 exclusion.robots.policy: 0.023 esindex: 0.014 cdx.remote: 8.406 LoadShardBlock: 221.61 (6) PetaboxLoader3.datanode: 227.046 (7) load_resource: 155.692 PetaboxLoader3.resolve: 96.399 -->

Pages: 1 2 3 4 5 6 7 8 9 10